@justifi/webcomponents 4.8.2 → 4.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/dist/cjs/{Business-42d0c522.js → Business-64dffab7.js} +6 -7
  2. package/dist/cjs/{BusinessFormEventTypes-863f48e9.js → BusinessFormEventTypes-62990815.js} +1 -1
  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-f8144025.js} +1 -1
  6. package/dist/cjs/additional-questions-details_5.cjs.entry.js +24 -10
  7. package/dist/{webcomponents/p-4ee44c76.entry.js → cjs/business-details-core.cjs.entry.js} +55 -1
  8. package/dist/cjs/form-control-datepart_3.cjs.entry.js +1 -1
  9. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  10. package/dist/cjs/form-control-select_2.cjs.entry.js +1 -1
  11. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +11036 -0
  12. package/dist/cjs/{index-55950669.js → index-07ddbad2.js} +0 -3
  13. package/dist/cjs/justifi-additional-questions_5.cjs.entry.js +3 -3
  14. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  15. package/dist/cjs/{select-input_2.cjs.entry.js → justifi-billing-form_4.cjs.entry.js} +1818 -1
  16. package/dist/cjs/justifi-business-details.cjs.entry.js +43 -57
  17. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +5 -4
  18. package/dist/cjs/justifi-business-form.cjs.entry.js +5 -4
  19. package/dist/cjs/justifi-business-list.cjs.entry.js +5 -4
  20. package/dist/cjs/justifi-business-owners.cjs.entry.js +1 -1
  21. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  22. package/dist/cjs/justifi-checkout-core.cjs.entry.js +95 -0
  23. package/dist/cjs/justifi-checkout.cjs.entry.js +99 -0
  24. package/dist/cjs/justifi-details.cjs.entry.js +2 -2
  25. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +39 -11008
  26. package/dist/cjs/justifi-new-payment-method_3.cjs.entry.js +168 -0
  27. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +5 -4
  28. package/dist/cjs/justifi-payment-details.cjs.entry.js +6 -5
  29. package/dist/cjs/justifi-payment-form.cjs.entry.js +5 -4
  30. package/dist/cjs/{justifi-billing-form_2.cjs.entry.js → justifi-payment-method-selector.cjs.entry.js} +4 -79
  31. package/dist/cjs/justifi-payments-list.cjs.entry.js +6 -5
  32. package/dist/cjs/justifi-payout-details.cjs.entry.js +5 -4
  33. package/dist/cjs/justifi-payouts-list.cjs.entry.js +5 -4
  34. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +4 -3
  35. package/dist/cjs/justifi-refund-form.cjs.entry.js +3 -2
  36. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +6 -5
  37. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +5 -4
  38. package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
  39. package/dist/cjs/loader.cjs.js +2 -2
  40. package/dist/cjs/payment-details-core.cjs.entry.js +10 -4
  41. package/dist/cjs/{payment.service-605896dc.js → payment.service-0b0086dc.js} +2 -1
  42. package/dist/cjs/payments-list-core.cjs.entry.js +4 -3
  43. package/dist/cjs/payout-details-core.cjs.entry.js +4 -4
  44. package/dist/cjs/{payout.service-b39f2739.js → payout.service-5cc3b4e9.js} +2 -1
  45. package/dist/cjs/payouts-list-core.cjs.entry.js +4 -3
  46. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +7 -7
  47. package/dist/cjs/subaccount-bank-details.cjs.entry.js +3 -3
  48. package/dist/cjs/subaccount-terms-details.cjs.entry.js +3 -3
  49. package/dist/cjs/{utils-d126d17c.js → utils-5c3e442d.js} +5 -5
  50. package/dist/cjs/{utils-29a8a91d.js → utils-84208d99.js} +11 -2
  51. package/dist/cjs/webcomponents.cjs.js +2 -2
  52. package/dist/collection/api/Business.js +6 -7
  53. package/dist/collection/api/Checkout.js +1 -0
  54. package/dist/collection/api/index.js +1 -0
  55. package/dist/collection/api/services/business.service.js +8 -0
  56. package/dist/collection/api/services/checkout.service.js +12 -0
  57. package/dist/collection/api/services/reports.service.js +9 -0
  58. package/dist/collection/collection-manifest.json +7 -0
  59. package/dist/collection/components/billing-form/billing-form.js +1 -2
  60. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +5 -2
  61. package/dist/collection/components/business-details/additional-questions-details/test/additional-questions.spec.js +16 -0
  62. package/dist/collection/components/business-details/business-details-core.js +86 -0
  63. package/dist/collection/components/business-details/business-details.js +20 -65
  64. package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +4 -2
  65. package/dist/collection/components/business-details/generic-info-details/test/generic-info-details.spec.js +16 -0
  66. package/dist/collection/components/business-details/get-business.js +17 -0
  67. package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +5 -2
  68. package/dist/collection/components/business-details/legal-address-details/test/legal-address-details.spec.js +16 -0
  69. package/dist/collection/components/business-details/owner-details/owner-details.js +10 -12
  70. package/dist/collection/components/business-details/owner-details/test/owner-details.spec.js +16 -0
  71. package/dist/collection/components/business-details/representative-details/representative-details.js +5 -3
  72. package/dist/collection/components/business-details/representative-details/test/representative-details.spec.js +16 -0
  73. package/dist/collection/components/business-details/test/busines-details-core.spec.js +53 -0
  74. package/dist/collection/components/business-details/test/business-details.spec.js +40 -0
  75. package/dist/collection/components/business-details/test/get-business.spec.js +60 -0
  76. package/dist/collection/components/business-form/business-representative/business-representative.js +1 -1
  77. package/dist/collection/components/checkout/checkout-actions.js +33 -0
  78. package/dist/collection/components/checkout/checkout-core.css +2604 -0
  79. package/dist/collection/components/checkout/checkout-core.js +248 -0
  80. package/dist/collection/components/checkout/checkout.js +112 -0
  81. package/dist/collection/components/checkout/new-payment-method.js +188 -0
  82. package/dist/collection/components/checkout/payment-method-option-utils.js +19 -0
  83. package/dist/collection/components/checkout/payment-method-options.css +7073 -0
  84. package/dist/collection/components/checkout/payment-method-options.js +248 -0
  85. package/dist/collection/components/checkout/saved-payment-method.js +123 -0
  86. package/dist/collection/components/checkout/test/checkout.js +22 -0
  87. package/dist/collection/components/checkout/test/checkout.spec.js +166 -0
  88. package/dist/collection/components/checkout/test/mockCheckout.js +19 -0
  89. package/dist/collection/components/details/utils.js +4 -1
  90. package/dist/collection/components/gross-payment-chart/get-gross-payment-chart-data.js +14 -0
  91. package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +119 -0
  92. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +25 -73
  93. package/dist/collection/components/gross-payment-chart/test/get-gross-payment-chart-data.spec.js +69 -0
  94. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart-core.spec.js +64 -0
  95. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +23 -8
  96. package/dist/collection/components/payment-details/payment-details-core.js +8 -2
  97. package/dist/collection/components/payment-details/payment-details.js +0 -1
  98. package/dist/collection/components/payment-form/payment-form.js +1 -1
  99. package/dist/collection/components/payment-method-form/payment-method-form.js +1 -1
  100. package/dist/collection/components/payout-details/payout-details-core.js +2 -2
  101. package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +2 -2
  102. package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +2 -2
  103. package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +2 -2
  104. package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +2 -2
  105. package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +2 -2
  106. package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +2 -2
  107. package/dist/collection/utils/utils.js +9 -3
  108. package/dist/docs.json +1152 -187
  109. package/dist/esm/{Business-e9340f6b.js → Business-9921d35f.js} +6 -7
  110. package/dist/esm/{BusinessFormEventTypes-989960ba.js → BusinessFormEventTypes-182e20be.js} +1 -1
  111. package/dist/esm/{Payout-dc5f009c.js → Payment-55886c86.js} +1 -43
  112. package/dist/esm/Payout-dfe15b00.js +43 -0
  113. package/dist/esm/{SubAccount-46b4c2b1.js → SubAccount-76f6d565.js} +1 -1
  114. package/dist/esm/additional-questions-details_5.entry.js +24 -10
  115. package/dist/esm/business-details-core.entry.js +51 -0
  116. package/dist/esm/form-control-datepart_3.entry.js +1 -1
  117. package/dist/esm/form-control-monetary.entry.js +1 -1
  118. package/dist/esm/form-control-select_2.entry.js +1 -1
  119. package/dist/esm/gross-payment-chart-core.entry.js +11032 -0
  120. package/dist/esm/{index-62b8aa8a.js → index-fb5ca346.js} +0 -3
  121. package/dist/esm/justifi-additional-questions_5.entry.js +3 -3
  122. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  123. package/dist/esm/{select-input_2.entry.js → justifi-billing-form_4.entry.js} +1817 -2
  124. package/dist/esm/justifi-business-details.entry.js +42 -56
  125. package/dist/esm/justifi-business-form-stepped.entry.js +5 -4
  126. package/dist/esm/justifi-business-form.entry.js +5 -4
  127. package/dist/esm/justifi-business-list.entry.js +5 -4
  128. package/dist/esm/justifi-business-owners.entry.js +1 -1
  129. package/dist/esm/justifi-card-form.entry.js +1 -1
  130. package/dist/esm/justifi-checkout-core.entry.js +91 -0
  131. package/dist/esm/justifi-checkout.entry.js +95 -0
  132. package/dist/esm/justifi-details.entry.js +2 -2
  133. package/dist/esm/justifi-gross-payment-chart.entry.js +39 -11008
  134. package/dist/esm/justifi-new-payment-method_3.entry.js +162 -0
  135. package/dist/esm/justifi-payment-balance-transactions.entry.js +4 -3
  136. package/dist/esm/justifi-payment-details.entry.js +5 -4
  137. package/dist/esm/justifi-payment-form.entry.js +4 -3
  138. package/dist/esm/{justifi-billing-form_2.entry.js → justifi-payment-method-selector.entry.js} +4 -78
  139. package/dist/esm/justifi-payments-list.entry.js +5 -4
  140. package/dist/esm/justifi-payout-details.entry.js +5 -4
  141. package/dist/esm/justifi-payouts-list.entry.js +5 -4
  142. package/dist/esm/justifi-proceeds-list.entry.js +4 -3
  143. package/dist/esm/justifi-refund-form.entry.js +3 -2
  144. package/dist/esm/justifi-subaccount-details.entry.js +6 -5
  145. package/dist/esm/justifi-subaccounts-list.entry.js +5 -4
  146. package/dist/esm/justifi-table_2.entry.js +1 -1
  147. package/dist/esm/loader.js +3 -3
  148. package/dist/esm/payment-details-core.entry.js +10 -4
  149. package/dist/esm/{payment.service-bea02ccf.js → payment.service-f274ef98.js} +2 -1
  150. package/dist/esm/payments-list-core.entry.js +4 -3
  151. package/dist/esm/payout-details-core.entry.js +4 -4
  152. package/dist/esm/{payout.service-92e56814.js → payout.service-af293f61.js} +2 -1
  153. package/dist/esm/payouts-list-core.entry.js +4 -3
  154. package/dist/esm/subaccount-account-details_4.entry.js +7 -7
  155. package/dist/esm/subaccount-bank-details.entry.js +3 -3
  156. package/dist/esm/subaccount-terms-details.entry.js +3 -3
  157. package/dist/esm/{utils-76a93600.js → utils-5193fcd7.js} +10 -3
  158. package/dist/esm/{utils-576874df.js → utils-a3e96d9f.js} +5 -5
  159. package/dist/esm/webcomponents.js +3 -3
  160. package/dist/module/Business.js +6 -7
  161. package/dist/module/Payment.js +138 -0
  162. package/dist/module/Payout.js +1 -138
  163. package/dist/module/SubAccount.js +1 -1
  164. package/dist/module/additional-questions-details2.js +5 -2
  165. package/dist/module/billing-form.js +1 -2
  166. package/dist/module/business-details-core.d.ts +11 -0
  167. package/dist/module/business-details-core.js +6 -0
  168. package/dist/module/business-details-core2.js +101 -0
  169. package/dist/module/business-representative.js +1 -1
  170. package/dist/module/checkout-core.js +163 -0
  171. package/dist/module/generic-info-details2.js +4 -2
  172. package/dist/module/gross-payment-chart-core.d.ts +11 -0
  173. package/dist/module/gross-payment-chart-core.js +6 -0
  174. package/dist/module/gross-payment-chart-core2.js +11055 -0
  175. package/dist/module/justifi-business-details.js +51 -60
  176. package/dist/module/justifi-business-form-stepped.js +1 -0
  177. package/dist/module/justifi-business-form.js +1 -0
  178. package/dist/module/justifi-business-list.js +2 -1
  179. package/dist/module/justifi-checkout-core.d.ts +11 -0
  180. package/dist/module/justifi-checkout-core.js +6 -0
  181. package/dist/module/justifi-checkout.d.ts +11 -0
  182. package/dist/module/justifi-checkout.js +172 -0
  183. package/dist/module/justifi-gross-payment-chart.js +49 -11016
  184. package/dist/module/justifi-new-payment-method.d.ts +11 -0
  185. package/dist/module/justifi-new-payment-method.js +6 -0
  186. package/dist/module/justifi-payment-balance-transactions.js +3 -2
  187. package/dist/module/justifi-payment-details.js +2 -1
  188. package/dist/module/justifi-payment-form.js +2 -1
  189. package/dist/module/justifi-payment-method-options.d.ts +11 -0
  190. package/dist/module/justifi-payment-method-options.js +6 -0
  191. package/dist/module/justifi-payments-list.js +2 -1
  192. package/dist/module/justifi-payout-details.js +2 -1
  193. package/dist/module/justifi-payouts-list.js +2 -1
  194. package/dist/module/justifi-proceeds-list.js +2 -1
  195. package/dist/module/justifi-refund-form.js +1 -0
  196. package/dist/module/justifi-saved-payment-method.d.ts +11 -0
  197. package/dist/module/justifi-saved-payment-method.js +6 -0
  198. package/dist/module/justifi-subaccount-details.js +2 -1
  199. package/dist/module/justifi-subaccounts-list.js +2 -1
  200. package/dist/module/legal-address-details2.js +5 -2
  201. package/dist/module/new-payment-method.js +105 -0
  202. package/dist/module/owner-details2.js +10 -4
  203. package/dist/module/payment-details-core2.js +9 -3
  204. package/dist/module/payment-method-form.js +3 -2
  205. package/dist/module/payment-method-options.js +128 -0
  206. package/dist/module/payment-method-selector.js +2 -1
  207. package/dist/module/payment.service.js +1 -0
  208. package/dist/module/payments-list-core2.js +2 -1
  209. package/dist/module/payout-details-core2.js +3 -3
  210. package/dist/module/payout.service.js +1 -0
  211. package/dist/module/payouts-list-core2.js +3 -2
  212. package/dist/module/representative-details2.js +5 -3
  213. package/dist/module/saved-payment-method.js +66 -0
  214. package/dist/module/subaccount-account-details2.js +2 -2
  215. package/dist/module/subaccount-bank-details.js +2 -2
  216. package/dist/module/subaccount-merchant-details2.js +3 -3
  217. package/dist/module/subaccount-owners-details2.js +2 -2
  218. package/dist/module/subaccount-representative-details2.js +2 -2
  219. package/dist/module/subaccount-terms-details.js +2 -2
  220. package/dist/module/utils.js +4 -4
  221. package/dist/module/utils2.js +10 -3
  222. package/dist/types/api/Api.d.ts +1 -1
  223. package/dist/types/api/Checkout.d.ts +14 -0
  224. package/dist/types/api/index.d.ts +1 -0
  225. package/dist/types/api/services/business.service.d.ts +8 -0
  226. package/dist/types/api/services/checkout.service.d.ts +9 -0
  227. package/dist/types/api/services/reports.service.d.ts +5 -0
  228. package/dist/types/components/billing-form/billing-form.d.ts +0 -1
  229. package/dist/types/components/business-details/business-details-core.d.ts +16 -0
  230. package/dist/types/components/business-details/business-details.d.ts +3 -13
  231. package/dist/types/components/business-details/get-business.d.ts +8 -0
  232. package/dist/types/components/business-details/owner-details/owner-details.d.ts +0 -8
  233. package/dist/types/components/checkout/checkout-actions.d.ts +17 -0
  234. package/dist/types/components/checkout/checkout-core.d.ts +28 -0
  235. package/dist/types/components/checkout/checkout.d.ts +12 -0
  236. package/dist/types/components/checkout/new-payment-method.d.ts +17 -0
  237. package/dist/types/components/checkout/payment-method-option-utils.d.ts +16 -0
  238. package/dist/types/components/checkout/payment-method-options.d.ts +18 -0
  239. package/dist/types/components/checkout/saved-payment-method.d.ts +11 -0
  240. package/dist/types/components/checkout/test/checkout.d.ts +1 -0
  241. package/dist/types/components/checkout/test/mockCheckout.d.ts +19 -0
  242. package/dist/types/components/details/utils.d.ts +1 -1
  243. package/dist/types/components/gross-payment-chart/get-gross-payment-chart-data.d.ts +11 -0
  244. package/dist/types/components/gross-payment-chart/gross-payment-chart-core.d.ts +18 -0
  245. package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +4 -14
  246. package/dist/types/components/payment-details/payment-details.d.ts +0 -1
  247. package/dist/types/components/payment-method-form/payment-method-responses.d.ts +3 -9
  248. package/dist/types/components.d.ts +217 -32
  249. package/dist/types/utils/utils.d.ts +1 -0
  250. package/dist/webcomponents/p-018b71f5.entry.js +1 -0
  251. package/dist/webcomponents/p-0923e39c.js +1 -0
  252. package/dist/webcomponents/{p-7a1a06c0.entry.js → p-09b94d22.entry.js} +1 -1
  253. package/dist/webcomponents/p-1b04d091.entry.js +1 -0
  254. package/dist/webcomponents/{p-0a0cf2e6.entry.js → p-1bac1674.entry.js} +1 -1
  255. package/dist/webcomponents/p-1cbdca15.entry.js +1 -0
  256. package/dist/webcomponents/p-3134ab82.entry.js +1 -0
  257. package/dist/webcomponents/{p-22c1acd6.js → p-34f9fe6b.js} +1 -1
  258. package/dist/webcomponents/p-3bae0ed3.entry.js +1 -0
  259. package/dist/webcomponents/p-41031759.entry.js +1 -0
  260. package/dist/webcomponents/p-41490d96.entry.js +1 -0
  261. package/dist/webcomponents/p-44b88365.entry.js +1 -0
  262. package/dist/webcomponents/{p-081cf5f6.entry.js → p-4ed3a9f5.entry.js} +1 -1
  263. package/dist/webcomponents/{p-6478f3ca.js → p-4edd9721.js} +1 -1
  264. package/dist/webcomponents/p-51b0bf2a.entry.js +1 -0
  265. package/dist/webcomponents/p-531844f6.entry.js +1 -0
  266. package/dist/webcomponents/{p-4fa27a28.entry.js → p-591e29bf.entry.js} +1 -1
  267. package/dist/webcomponents/p-5d5d7550.entry.js +1 -0
  268. package/dist/webcomponents/{p-810b72b5.js → p-5ea274b8.js} +1 -1
  269. package/dist/webcomponents/{p-4ba2c711.entry.js → p-5f785ede.entry.js} +1 -1
  270. package/dist/webcomponents/p-63296409.js +1 -0
  271. package/dist/webcomponents/{p-4f14df36.js → p-6d05174c.js} +1 -1
  272. package/dist/webcomponents/p-72d1ad98.entry.js +1 -0
  273. package/dist/webcomponents/{p-40349ffc.entry.js → p-796cf44f.entry.js} +1 -1
  274. package/dist/webcomponents/p-79f99d62.entry.js +1 -0
  275. package/dist/webcomponents/p-7b2cddc7.js +1 -0
  276. package/dist/webcomponents/{p-7c0f91fa.entry.js → p-7cd06ada.entry.js} +1 -1
  277. package/dist/webcomponents/p-8f895ec3.entry.js +1 -0
  278. package/dist/webcomponents/p-92a55427.entry.js +1 -0
  279. package/dist/webcomponents/p-97c42345.entry.js +1 -0
  280. package/dist/webcomponents/p-99a8b7d0.entry.js +1 -0
  281. package/dist/webcomponents/p-9a63eec9.entry.js +1 -0
  282. package/dist/webcomponents/p-9c310f5c.entry.js +1 -0
  283. package/dist/webcomponents/p-9e3771b7.entry.js +19 -0
  284. package/dist/webcomponents/{p-4e56ddad.entry.js → p-a81229a5.entry.js} +1 -1
  285. package/dist/webcomponents/{p-234bc840.entry.js → p-adc96df1.entry.js} +1 -1
  286. package/dist/webcomponents/p-baafa7f5.js +1 -0
  287. package/dist/webcomponents/p-babd292f.entry.js +1 -0
  288. package/dist/webcomponents/{p-5c0310ee.js → p-bb037696.js} +1 -1
  289. package/dist/webcomponents/p-bb7f6095.entry.js +1 -0
  290. package/dist/webcomponents/p-c032b216.entry.js +1 -0
  291. package/dist/webcomponents/{p-08833966.entry.js → p-c2c3d5d1.entry.js} +1 -1
  292. package/dist/webcomponents/p-c8d51336.entry.js +1 -0
  293. package/dist/webcomponents/{p-4c01df65.entry.js → p-dc05b5c5.entry.js} +1 -1
  294. package/dist/webcomponents/p-e3fab0e2.js +1 -0
  295. package/dist/webcomponents/p-e536a4c1.entry.js +1 -0
  296. package/dist/webcomponents/p-ec358d69.entry.js +1 -0
  297. package/dist/webcomponents/p-f55ac955.entry.js +1 -0
  298. package/dist/webcomponents/p-f64a85cf.entry.js +1 -0
  299. package/dist/webcomponents/webcomponents.esm.js +1 -1
  300. package/package.json +3 -2
  301. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +0 -1747
  302. package/dist/esm/justifi-payment-method-form.entry.js +0 -1743
  303. package/dist/webcomponents/p-0bc8b02e.entry.js +0 -1
  304. package/dist/webcomponents/p-112acd3c.entry.js +0 -1
  305. package/dist/webcomponents/p-1555e6b1.js +0 -1
  306. package/dist/webcomponents/p-16f41fd0.entry.js +0 -1
  307. package/dist/webcomponents/p-17715325.js +0 -1
  308. package/dist/webcomponents/p-3a4d4869.entry.js +0 -1
  309. package/dist/webcomponents/p-3cb0b96d.js +0 -1
  310. package/dist/webcomponents/p-5422a24b.entry.js +0 -1
  311. package/dist/webcomponents/p-578e0a05.entry.js +0 -1
  312. package/dist/webcomponents/p-640d90dc.entry.js +0 -1
  313. package/dist/webcomponents/p-663bfe87.js +0 -1
  314. package/dist/webcomponents/p-696396c7.entry.js +0 -1
  315. package/dist/webcomponents/p-6ab67031.entry.js +0 -1
  316. package/dist/webcomponents/p-8516d602.entry.js +0 -1
  317. package/dist/webcomponents/p-894a7475.entry.js +0 -19
  318. package/dist/webcomponents/p-94ebfafb.entry.js +0 -1
  319. package/dist/webcomponents/p-9cb3ff78.entry.js +0 -1
  320. package/dist/webcomponents/p-9e81808f.entry.js +0 -1
  321. package/dist/webcomponents/p-a432110c.entry.js +0 -1
  322. package/dist/webcomponents/p-a9dc1e2e.entry.js +0 -1
  323. package/dist/webcomponents/p-b1881723.entry.js +0 -1
  324. package/dist/webcomponents/p-b5aba473.entry.js +0 -1
  325. package/dist/webcomponents/p-bd099662.entry.js +0 -1
  326. package/dist/webcomponents/p-bfd917b8.entry.js +0 -1
  327. package/dist/webcomponents/p-c90fa055.entry.js +0 -1
  328. package/dist/webcomponents/p-ebb91944.entry.js +0 -1
  329. package/dist/webcomponents/p-ec4f27e7.entry.js +0 -1
@@ -10,6 +10,7 @@ import { FormController } from "./components/form/form";
10
10
  import { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
11
11
  import { BillingFormFields } from "./components/billing-form/billing-form-schema";
12
12
  import { ValidationError } from "yup";
13
+ import { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
13
14
  import { Payment, PaymentMethodTypes, Payout } from "./api";
14
15
  import { Proceed } from "./api/Proceed";
15
16
  import { RefundFormFields } from "./components/refund-form/refund-form-schema";
@@ -22,6 +23,7 @@ export { FormController } from "./components/form/form";
22
23
  export { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
23
24
  export { BillingFormFields } from "./components/billing-form/billing-form-schema";
24
25
  export { ValidationError } from "yup";
26
+ export { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
25
27
  export { Payment, PaymentMethodTypes, Payout } from "./api";
26
28
  export { Proceed } from "./api/Proceed";
27
29
  export { RefundFormFields } from "./components/refund-form/refund-form-schema";
@@ -40,6 +42,9 @@ export namespace Components {
40
42
  interface AdditionalQuestionsDetails {
41
43
  "additionalQuestions": AdditionalQuestions;
42
44
  }
45
+ interface BusinessDetailsCore {
46
+ "getBusiness": Function;
47
+ }
43
48
  interface FormControlDatepart {
44
49
  "defaultValue": string;
45
50
  "disabled": boolean;
@@ -93,6 +98,9 @@ export namespace Components {
93
98
  interface GenericInfoDetails {
94
99
  "business": IBusiness;
95
100
  }
101
+ interface GrossPaymentChartCore {
102
+ "getGrossPayment": Function;
103
+ }
96
104
  /**
97
105
  * @exportedPart label: Label for inputs
98
106
  * @exportedPart input: The input fields
@@ -267,6 +275,22 @@ export namespace Components {
267
275
  */
268
276
  "validationMode": 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
269
277
  }
278
+ interface JustifiCheckout {
279
+ "authToken": string;
280
+ "checkoutId": string;
281
+ "iframeOrigin"?: string;
282
+ }
283
+ interface JustifiCheckoutCore {
284
+ "authToken": string;
285
+ "checkoutId": string;
286
+ "getCheckout": Function;
287
+ /**
288
+ * URL for the rendered iFrame. End-users need not use this.
289
+ */
290
+ "iframeOrigin"?: string;
291
+ "loadFontsOnParent": () => Promise<any>;
292
+ "pay": Function;
293
+ }
270
294
  interface JustifiDetails {
271
295
  "errorMessage": string;
272
296
  }
@@ -282,6 +306,14 @@ export namespace Components {
282
306
  interface JustifiLegalAddressForm {
283
307
  "formController": FormController;
284
308
  }
309
+ interface JustifiNewPaymentMethod {
310
+ "accountId": string;
311
+ "clientId": string;
312
+ "getPaymentMethodToken": () => Promise<string>;
313
+ "iframeOrigin"?: string;
314
+ "isSelected": boolean;
315
+ "paymentMethodOption": PaymentMethodOption;
316
+ }
285
317
  interface JustifiPaymentBalanceTransactions {
286
318
  "accountId": string;
287
319
  "authToken": string;
@@ -302,7 +334,6 @@ export namespace Components {
302
334
  * @exportedPart detail-metadata-title
303
335
  * @exportedPart detail-method-title
304
336
  * @exportedPart detail-method-data
305
- * @exportedPart detail-section
306
337
  * @exportedPart detail-section-title
307
338
  * @exportedPart detail-section-item-title
308
339
  * @exportedPart detail-section-item-data
@@ -338,6 +369,16 @@ export namespace Components {
338
369
  "tokenize": (clientId: string, paymentMethodMetadata: any, account?: string) => Promise<CreatePaymentMethodResponse>;
339
370
  "validate": () => Promise<any>;
340
371
  }
372
+ interface JustifiPaymentMethodOptions {
373
+ "accountId": string;
374
+ "clientId": string;
375
+ "getPaymentMethodToken": () => Promise<string>;
376
+ "iframeOrigin"?: string;
377
+ "savedPaymentMethods": any[];
378
+ "selectedPaymentMethodId": string;
379
+ "showAch": boolean;
380
+ "showCard": boolean;
381
+ }
341
382
  interface JustifiPaymentMethodSelector {
342
383
  "selectedPaymentMethodType": PaymentMethodTypes;
343
384
  }
@@ -440,6 +481,12 @@ export namespace Components {
440
481
  */
441
482
  "withButton"?: boolean;
442
483
  }
484
+ interface JustifiSavedPaymentMethod {
485
+ "getPaymentMethodToken": () => Promise<string>;
486
+ "iframeOrigin"?: string;
487
+ "isSelected": boolean;
488
+ "paymentMethodOption": PaymentMethodOption;
489
+ }
443
490
  interface JustifiSubaccountDetails {
444
491
  "accountId": string;
445
492
  "authToken": string;
@@ -462,13 +509,6 @@ export namespace Components {
462
509
  interface LegalAddressDetails {
463
510
  "legalAddress": IAddress;
464
511
  }
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
512
  interface OwnerDetails {
473
513
  "owners": Identity[];
474
514
  }
@@ -571,6 +611,14 @@ export interface JustifiCardFormCustomEvent<T> extends CustomEvent<T> {
571
611
  detail: T;
572
612
  target: HTMLJustifiCardFormElement;
573
613
  }
614
+ export interface JustifiCheckoutCoreCustomEvent<T> extends CustomEvent<T> {
615
+ detail: T;
616
+ target: HTMLJustifiCheckoutCoreElement;
617
+ }
618
+ export interface JustifiNewPaymentMethodCustomEvent<T> extends CustomEvent<T> {
619
+ detail: T;
620
+ target: HTMLJustifiNewPaymentMethodElement;
621
+ }
574
622
  export interface JustifiPaymentFormCustomEvent<T> extends CustomEvent<T> {
575
623
  detail: T;
576
624
  target: HTMLJustifiPaymentFormElement;
@@ -579,6 +627,10 @@ export interface JustifiPaymentMethodFormCustomEvent<T> extends CustomEvent<T> {
579
627
  detail: T;
580
628
  target: HTMLJustifiPaymentMethodFormElement;
581
629
  }
630
+ export interface JustifiPaymentMethodOptionsCustomEvent<T> extends CustomEvent<T> {
631
+ detail: T;
632
+ target: HTMLJustifiPaymentMethodOptionsElement;
633
+ }
582
634
  export interface JustifiPaymentMethodSelectorCustomEvent<T> extends CustomEvent<T> {
583
635
  detail: T;
584
636
  target: HTMLJustifiPaymentMethodSelectorElement;
@@ -591,6 +643,10 @@ export interface JustifiRefundFormCustomEvent<T> extends CustomEvent<T> {
591
643
  detail: T;
592
644
  target: HTMLJustifiRefundFormElement;
593
645
  }
646
+ export interface JustifiSavedPaymentMethodCustomEvent<T> extends CustomEvent<T> {
647
+ detail: T;
648
+ target: HTMLJustifiSavedPaymentMethodElement;
649
+ }
594
650
  export interface JustifiSubaccountsListCustomEvent<T> extends CustomEvent<T> {
595
651
  detail: T;
596
652
  target: HTMLJustifiSubaccountsListElement;
@@ -625,6 +681,12 @@ declare global {
625
681
  prototype: HTMLAdditionalQuestionsDetailsElement;
626
682
  new (): HTMLAdditionalQuestionsDetailsElement;
627
683
  };
684
+ interface HTMLBusinessDetailsCoreElement extends Components.BusinessDetailsCore, HTMLStencilElement {
685
+ }
686
+ var HTMLBusinessDetailsCoreElement: {
687
+ prototype: HTMLBusinessDetailsCoreElement;
688
+ new (): HTMLBusinessDetailsCoreElement;
689
+ };
628
690
  interface HTMLFormControlDatepartElementEventMap {
629
691
  "formControlInput": any;
630
692
  "formControlBlur": any;
@@ -739,6 +801,12 @@ declare global {
739
801
  prototype: HTMLGenericInfoDetailsElement;
740
802
  new (): HTMLGenericInfoDetailsElement;
741
803
  };
804
+ interface HTMLGrossPaymentChartCoreElement extends Components.GrossPaymentChartCore, HTMLStencilElement {
805
+ }
806
+ var HTMLGrossPaymentChartCoreElement: {
807
+ prototype: HTMLGrossPaymentChartCoreElement;
808
+ new (): HTMLGrossPaymentChartCoreElement;
809
+ };
742
810
  /**
743
811
  * @exportedPart label: Label for inputs
744
812
  * @exportedPart input: The input fields
@@ -920,6 +988,29 @@ declare global {
920
988
  prototype: HTMLJustifiCardFormElement;
921
989
  new (): HTMLJustifiCardFormElement;
922
990
  };
991
+ interface HTMLJustifiCheckoutElement extends Components.JustifiCheckout, HTMLStencilElement {
992
+ }
993
+ var HTMLJustifiCheckoutElement: {
994
+ prototype: HTMLJustifiCheckoutElement;
995
+ new (): HTMLJustifiCheckoutElement;
996
+ };
997
+ interface HTMLJustifiCheckoutCoreElementEventMap {
998
+ "submitted": CreatePaymentMethodResponse;
999
+ }
1000
+ interface HTMLJustifiCheckoutCoreElement extends Components.JustifiCheckoutCore, HTMLStencilElement {
1001
+ addEventListener<K extends keyof HTMLJustifiCheckoutCoreElementEventMap>(type: K, listener: (this: HTMLJustifiCheckoutCoreElement, ev: JustifiCheckoutCoreCustomEvent<HTMLJustifiCheckoutCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1002
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1003
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1004
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1005
+ removeEventListener<K extends keyof HTMLJustifiCheckoutCoreElementEventMap>(type: K, listener: (this: HTMLJustifiCheckoutCoreElement, ev: JustifiCheckoutCoreCustomEvent<HTMLJustifiCheckoutCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1006
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1007
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1008
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1009
+ }
1010
+ var HTMLJustifiCheckoutCoreElement: {
1011
+ prototype: HTMLJustifiCheckoutCoreElement;
1012
+ new (): HTMLJustifiCheckoutCoreElement;
1013
+ };
923
1014
  interface HTMLJustifiDetailsElement extends Components.JustifiDetails, HTMLStencilElement {
924
1015
  }
925
1016
  var HTMLJustifiDetailsElement: {
@@ -943,6 +1034,23 @@ declare global {
943
1034
  prototype: HTMLJustifiLegalAddressFormElement;
944
1035
  new (): HTMLJustifiLegalAddressFormElement;
945
1036
  };
1037
+ interface HTMLJustifiNewPaymentMethodElementEventMap {
1038
+ "paymentMethodOptionSelected": any;
1039
+ }
1040
+ interface HTMLJustifiNewPaymentMethodElement extends Components.JustifiNewPaymentMethod, HTMLStencilElement {
1041
+ addEventListener<K extends keyof HTMLJustifiNewPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiNewPaymentMethodElement, ev: JustifiNewPaymentMethodCustomEvent<HTMLJustifiNewPaymentMethodElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1042
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1043
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1044
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1045
+ removeEventListener<K extends keyof HTMLJustifiNewPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiNewPaymentMethodElement, ev: JustifiNewPaymentMethodCustomEvent<HTMLJustifiNewPaymentMethodElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1046
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1047
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1048
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1049
+ }
1050
+ var HTMLJustifiNewPaymentMethodElement: {
1051
+ prototype: HTMLJustifiNewPaymentMethodElement;
1052
+ new (): HTMLJustifiNewPaymentMethodElement;
1053
+ };
946
1054
  interface HTMLJustifiPaymentBalanceTransactionsElement extends Components.JustifiPaymentBalanceTransactions, HTMLStencilElement {
947
1055
  }
948
1056
  var HTMLJustifiPaymentBalanceTransactionsElement: {
@@ -964,7 +1072,6 @@ declare global {
964
1072
  * @exportedPart detail-metadata-title
965
1073
  * @exportedPart detail-method-title
966
1074
  * @exportedPart detail-method-data
967
- * @exportedPart detail-section
968
1075
  * @exportedPart detail-section-title
969
1076
  * @exportedPart detail-section-item-title
970
1077
  * @exportedPart detail-section-item-data
@@ -1015,6 +1122,23 @@ declare global {
1015
1122
  prototype: HTMLJustifiPaymentMethodFormElement;
1016
1123
  new (): HTMLJustifiPaymentMethodFormElement;
1017
1124
  };
1125
+ interface HTMLJustifiPaymentMethodOptionsElementEventMap {
1126
+ "toggleCreatingNewPaymentMethod": any;
1127
+ }
1128
+ interface HTMLJustifiPaymentMethodOptionsElement extends Components.JustifiPaymentMethodOptions, HTMLStencilElement {
1129
+ addEventListener<K extends keyof HTMLJustifiPaymentMethodOptionsElementEventMap>(type: K, listener: (this: HTMLJustifiPaymentMethodOptionsElement, ev: JustifiPaymentMethodOptionsCustomEvent<HTMLJustifiPaymentMethodOptionsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1130
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1131
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1132
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1133
+ removeEventListener<K extends keyof HTMLJustifiPaymentMethodOptionsElementEventMap>(type: K, listener: (this: HTMLJustifiPaymentMethodOptionsElement, ev: JustifiPaymentMethodOptionsCustomEvent<HTMLJustifiPaymentMethodOptionsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1134
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1135
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1136
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1137
+ }
1138
+ var HTMLJustifiPaymentMethodOptionsElement: {
1139
+ prototype: HTMLJustifiPaymentMethodOptionsElement;
1140
+ new (): HTMLJustifiPaymentMethodOptionsElement;
1141
+ };
1018
1142
  interface HTMLJustifiPaymentMethodSelectorElementEventMap {
1019
1143
  "paymentMethodSelected": any;
1020
1144
  }
@@ -1141,6 +1265,23 @@ declare global {
1141
1265
  prototype: HTMLJustifiRefundFormElement;
1142
1266
  new (): HTMLJustifiRefundFormElement;
1143
1267
  };
1268
+ interface HTMLJustifiSavedPaymentMethodElementEventMap {
1269
+ "paymentMethodOptionSelected": any;
1270
+ }
1271
+ interface HTMLJustifiSavedPaymentMethodElement extends Components.JustifiSavedPaymentMethod, HTMLStencilElement {
1272
+ addEventListener<K extends keyof HTMLJustifiSavedPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiSavedPaymentMethodElement, ev: JustifiSavedPaymentMethodCustomEvent<HTMLJustifiSavedPaymentMethodElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1273
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1274
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1275
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1276
+ removeEventListener<K extends keyof HTMLJustifiSavedPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiSavedPaymentMethodElement, ev: JustifiSavedPaymentMethodCustomEvent<HTMLJustifiSavedPaymentMethodElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1277
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1278
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1279
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1280
+ }
1281
+ var HTMLJustifiSavedPaymentMethodElement: {
1282
+ prototype: HTMLJustifiSavedPaymentMethodElement;
1283
+ new (): HTMLJustifiSavedPaymentMethodElement;
1284
+ };
1144
1285
  interface HTMLJustifiSubaccountDetailsElement extends Components.JustifiSubaccountDetails, HTMLStencilElement {
1145
1286
  }
1146
1287
  var HTMLJustifiSubaccountDetailsElement: {
@@ -1176,13 +1317,6 @@ declare global {
1176
1317
  prototype: HTMLLegalAddressDetailsElement;
1177
1318
  new (): HTMLLegalAddressDetailsElement;
1178
1319
  };
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
1320
  interface HTMLOwnerDetailsElement extends Components.OwnerDetails, HTMLStencilElement {
1187
1321
  }
1188
1322
  var HTMLOwnerDetailsElement: {
@@ -1326,6 +1460,7 @@ declare global {
1326
1460
  };
1327
1461
  interface HTMLElementTagNameMap {
1328
1462
  "additional-questions-details": HTMLAdditionalQuestionsDetailsElement;
1463
+ "business-details-core": HTMLBusinessDetailsCoreElement;
1329
1464
  "form-control-datepart": HTMLFormControlDatepartElement;
1330
1465
  "form-control-monetary": HTMLFormControlMonetaryElement;
1331
1466
  "form-control-number": HTMLFormControlNumberElement;
@@ -1333,6 +1468,7 @@ declare global {
1333
1468
  "form-control-select": HTMLFormControlSelectElement;
1334
1469
  "form-control-text": HTMLFormControlTextElement;
1335
1470
  "generic-info-details": HTMLGenericInfoDetailsElement;
1471
+ "gross-payment-chart-core": HTMLGrossPaymentChartCoreElement;
1336
1472
  "justifi-additional-questions": HTMLJustifiAdditionalQuestionsElement;
1337
1473
  "justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
1338
1474
  "justifi-billing-form": HTMLJustifiBillingFormElement;
@@ -1345,19 +1481,24 @@ declare global {
1345
1481
  "justifi-business-owners": HTMLJustifiBusinessOwnersElement;
1346
1482
  "justifi-business-representative": HTMLJustifiBusinessRepresentativeElement;
1347
1483
  "justifi-card-form": HTMLJustifiCardFormElement;
1484
+ "justifi-checkout": HTMLJustifiCheckoutElement;
1485
+ "justifi-checkout-core": HTMLJustifiCheckoutCoreElement;
1348
1486
  "justifi-details": HTMLJustifiDetailsElement;
1349
1487
  "justifi-gross-payment-chart": HTMLJustifiGrossPaymentChartElement;
1350
1488
  "justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
1489
+ "justifi-new-payment-method": HTMLJustifiNewPaymentMethodElement;
1351
1490
  "justifi-payment-balance-transactions": HTMLJustifiPaymentBalanceTransactionsElement;
1352
1491
  "justifi-payment-details": HTMLJustifiPaymentDetailsElement;
1353
1492
  "justifi-payment-form": HTMLJustifiPaymentFormElement;
1354
1493
  "justifi-payment-method-form": HTMLJustifiPaymentMethodFormElement;
1494
+ "justifi-payment-method-options": HTMLJustifiPaymentMethodOptionsElement;
1355
1495
  "justifi-payment-method-selector": HTMLJustifiPaymentMethodSelectorElement;
1356
1496
  "justifi-payments-list": HTMLJustifiPaymentsListElement;
1357
1497
  "justifi-payout-details": HTMLJustifiPayoutDetailsElement;
1358
1498
  "justifi-payouts-list": HTMLJustifiPayoutsListElement;
1359
1499
  "justifi-proceeds-list": HTMLJustifiProceedsListElement;
1360
1500
  "justifi-refund-form": HTMLJustifiRefundFormElement;
1501
+ "justifi-saved-payment-method": HTMLJustifiSavedPaymentMethodElement;
1361
1502
  "justifi-subaccount-details": HTMLJustifiSubaccountDetailsElement;
1362
1503
  "justifi-subaccounts-list": HTMLJustifiSubaccountsListElement;
1363
1504
  "justifi-table": HTMLJustifiTableElement;
@@ -1390,6 +1531,9 @@ declare namespace LocalJSX {
1390
1531
  interface AdditionalQuestionsDetails {
1391
1532
  "additionalQuestions"?: AdditionalQuestions;
1392
1533
  }
1534
+ interface BusinessDetailsCore {
1535
+ "getBusiness"?: Function;
1536
+ }
1393
1537
  interface FormControlDatepart {
1394
1538
  "defaultValue"?: string;
1395
1539
  "disabled"?: boolean;
@@ -1455,6 +1599,9 @@ declare namespace LocalJSX {
1455
1599
  interface GenericInfoDetails {
1456
1600
  "business"?: IBusiness;
1457
1601
  }
1602
+ interface GrossPaymentChartCore {
1603
+ "getGrossPayment"?: Function;
1604
+ }
1458
1605
  /**
1459
1606
  * @exportedPart label: Label for inputs
1460
1607
  * @exportedPart input: The input fields
@@ -1633,6 +1780,22 @@ declare namespace LocalJSX {
1633
1780
  */
1634
1781
  "validationMode"?: 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
1635
1782
  }
1783
+ interface JustifiCheckout {
1784
+ "authToken"?: string;
1785
+ "checkoutId"?: string;
1786
+ "iframeOrigin"?: string;
1787
+ }
1788
+ interface JustifiCheckoutCore {
1789
+ "authToken"?: string;
1790
+ "checkoutId"?: string;
1791
+ "getCheckout"?: Function;
1792
+ /**
1793
+ * URL for the rendered iFrame. End-users need not use this.
1794
+ */
1795
+ "iframeOrigin"?: string;
1796
+ "onSubmitted"?: (event: JustifiCheckoutCoreCustomEvent<CreatePaymentMethodResponse>) => void;
1797
+ "pay"?: Function;
1798
+ }
1636
1799
  interface JustifiDetails {
1637
1800
  "errorMessage"?: string;
1638
1801
  }
@@ -1648,6 +1811,14 @@ declare namespace LocalJSX {
1648
1811
  interface JustifiLegalAddressForm {
1649
1812
  "formController"?: FormController;
1650
1813
  }
1814
+ interface JustifiNewPaymentMethod {
1815
+ "accountId"?: string;
1816
+ "clientId"?: string;
1817
+ "iframeOrigin"?: string;
1818
+ "isSelected"?: boolean;
1819
+ "onPaymentMethodOptionSelected"?: (event: JustifiNewPaymentMethodCustomEvent<any>) => void;
1820
+ "paymentMethodOption"?: PaymentMethodOption;
1821
+ }
1651
1822
  interface JustifiPaymentBalanceTransactions {
1652
1823
  "accountId"?: string;
1653
1824
  "authToken"?: string;
@@ -1668,7 +1839,6 @@ declare namespace LocalJSX {
1668
1839
  * @exportedPart detail-metadata-title
1669
1840
  * @exportedPart detail-method-title
1670
1841
  * @exportedPart detail-method-data
1671
- * @exportedPart detail-section
1672
1842
  * @exportedPart detail-section-title
1673
1843
  * @exportedPart detail-section-item-title
1674
1844
  * @exportedPart detail-section-item-data
@@ -1703,6 +1873,16 @@ declare namespace LocalJSX {
1703
1873
  | 'all';
1704
1874
  "singleLine"?: boolean;
1705
1875
  }
1876
+ interface JustifiPaymentMethodOptions {
1877
+ "accountId"?: string;
1878
+ "clientId"?: string;
1879
+ "iframeOrigin"?: string;
1880
+ "onToggleCreatingNewPaymentMethod"?: (event: JustifiPaymentMethodOptionsCustomEvent<any>) => void;
1881
+ "savedPaymentMethods"?: any[];
1882
+ "selectedPaymentMethodId"?: string;
1883
+ "showAch"?: boolean;
1884
+ "showCard"?: boolean;
1885
+ }
1706
1886
  interface JustifiPaymentMethodSelector {
1707
1887
  "onPaymentMethodSelected"?: (event: JustifiPaymentMethodSelectorCustomEvent<any>) => void;
1708
1888
  "selectedPaymentMethodType"?: PaymentMethodTypes;
@@ -1811,6 +1991,12 @@ declare namespace LocalJSX {
1811
1991
  */
1812
1992
  "withButton"?: boolean;
1813
1993
  }
1994
+ interface JustifiSavedPaymentMethod {
1995
+ "iframeOrigin"?: string;
1996
+ "isSelected"?: boolean;
1997
+ "onPaymentMethodOptionSelected"?: (event: JustifiSavedPaymentMethodCustomEvent<any>) => void;
1998
+ "paymentMethodOption"?: PaymentMethodOption;
1999
+ }
1814
2000
  interface JustifiSubaccountDetails {
1815
2001
  "accountId"?: string;
1816
2002
  "authToken"?: string;
@@ -1834,13 +2020,6 @@ declare namespace LocalJSX {
1834
2020
  interface LegalAddressDetails {
1835
2021
  "legalAddress"?: IAddress;
1836
2022
  }
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
2023
  interface OwnerDetails {
1845
2024
  "owners"?: Identity[];
1846
2025
  }
@@ -1908,6 +2087,7 @@ declare namespace LocalJSX {
1908
2087
  }
1909
2088
  interface IntrinsicElements {
1910
2089
  "additional-questions-details": AdditionalQuestionsDetails;
2090
+ "business-details-core": BusinessDetailsCore;
1911
2091
  "form-control-datepart": FormControlDatepart;
1912
2092
  "form-control-monetary": FormControlMonetary;
1913
2093
  "form-control-number": FormControlNumber;
@@ -1915,6 +2095,7 @@ declare namespace LocalJSX {
1915
2095
  "form-control-select": FormControlSelect;
1916
2096
  "form-control-text": FormControlText;
1917
2097
  "generic-info-details": GenericInfoDetails;
2098
+ "gross-payment-chart-core": GrossPaymentChartCore;
1918
2099
  "justifi-additional-questions": JustifiAdditionalQuestions;
1919
2100
  "justifi-bank-account-form": JustifiBankAccountForm;
1920
2101
  "justifi-billing-form": JustifiBillingForm;
@@ -1927,19 +2108,24 @@ declare namespace LocalJSX {
1927
2108
  "justifi-business-owners": JustifiBusinessOwners;
1928
2109
  "justifi-business-representative": JustifiBusinessRepresentative;
1929
2110
  "justifi-card-form": JustifiCardForm;
2111
+ "justifi-checkout": JustifiCheckout;
2112
+ "justifi-checkout-core": JustifiCheckoutCore;
1930
2113
  "justifi-details": JustifiDetails;
1931
2114
  "justifi-gross-payment-chart": JustifiGrossPaymentChart;
1932
2115
  "justifi-legal-address-form": JustifiLegalAddressForm;
2116
+ "justifi-new-payment-method": JustifiNewPaymentMethod;
1933
2117
  "justifi-payment-balance-transactions": JustifiPaymentBalanceTransactions;
1934
2118
  "justifi-payment-details": JustifiPaymentDetails;
1935
2119
  "justifi-payment-form": JustifiPaymentForm;
1936
2120
  "justifi-payment-method-form": JustifiPaymentMethodForm;
2121
+ "justifi-payment-method-options": JustifiPaymentMethodOptions;
1937
2122
  "justifi-payment-method-selector": JustifiPaymentMethodSelector;
1938
2123
  "justifi-payments-list": JustifiPaymentsList;
1939
2124
  "justifi-payout-details": JustifiPayoutDetails;
1940
2125
  "justifi-payouts-list": JustifiPayoutsList;
1941
2126
  "justifi-proceeds-list": JustifiProceedsList;
1942
2127
  "justifi-refund-form": JustifiRefundForm;
2128
+ "justifi-saved-payment-method": JustifiSavedPaymentMethod;
1943
2129
  "justifi-subaccount-details": JustifiSubaccountDetails;
1944
2130
  "justifi-subaccounts-list": JustifiSubaccountsList;
1945
2131
  "justifi-table": JustifiTable;
@@ -1973,6 +2159,7 @@ declare module "@stencil/core" {
1973
2159
  * @exportedPart detail-empty-state
1974
2160
  */
1975
2161
  "additional-questions-details": LocalJSX.AdditionalQuestionsDetails & JSXBase.HTMLAttributes<HTMLAdditionalQuestionsDetailsElement>;
2162
+ "business-details-core": LocalJSX.BusinessDetailsCore & JSXBase.HTMLAttributes<HTMLBusinessDetailsCoreElement>;
1976
2163
  "form-control-datepart": LocalJSX.FormControlDatepart & JSXBase.HTMLAttributes<HTMLFormControlDatepartElement>;
1977
2164
  "form-control-monetary": LocalJSX.FormControlMonetary & JSXBase.HTMLAttributes<HTMLFormControlMonetaryElement>;
1978
2165
  "form-control-number": LocalJSX.FormControlNumber & JSXBase.HTMLAttributes<HTMLFormControlNumberElement>;
@@ -1980,6 +2167,7 @@ declare module "@stencil/core" {
1980
2167
  "form-control-select": LocalJSX.FormControlSelect & JSXBase.HTMLAttributes<HTMLFormControlSelectElement>;
1981
2168
  "form-control-text": LocalJSX.FormControlText & JSXBase.HTMLAttributes<HTMLFormControlTextElement>;
1982
2169
  "generic-info-details": LocalJSX.GenericInfoDetails & JSXBase.HTMLAttributes<HTMLGenericInfoDetailsElement>;
2170
+ "gross-payment-chart-core": LocalJSX.GrossPaymentChartCore & JSXBase.HTMLAttributes<HTMLGrossPaymentChartCoreElement>;
1983
2171
  /**
1984
2172
  * @exportedPart label: Label for inputs
1985
2173
  * @exportedPart input: The input fields
@@ -2049,6 +2237,8 @@ declare module "@stencil/core" {
2049
2237
  "justifi-business-owners": LocalJSX.JustifiBusinessOwners & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersElement>;
2050
2238
  "justifi-business-representative": LocalJSX.JustifiBusinessRepresentative & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeElement>;
2051
2239
  "justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
2240
+ "justifi-checkout": LocalJSX.JustifiCheckout & JSXBase.HTMLAttributes<HTMLJustifiCheckoutElement>;
2241
+ "justifi-checkout-core": LocalJSX.JustifiCheckoutCore & JSXBase.HTMLAttributes<HTMLJustifiCheckoutCoreElement>;
2052
2242
  "justifi-details": LocalJSX.JustifiDetails & JSXBase.HTMLAttributes<HTMLJustifiDetailsElement>;
2053
2243
  "justifi-gross-payment-chart": LocalJSX.JustifiGrossPaymentChart & JSXBase.HTMLAttributes<HTMLJustifiGrossPaymentChartElement>;
2054
2244
  /**
@@ -2057,6 +2247,7 @@ declare module "@stencil/core" {
2057
2247
  * @exportedPart input-invalid: Invalid state for inputfs
2058
2248
  */
2059
2249
  "justifi-legal-address-form": LocalJSX.JustifiLegalAddressForm & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormElement>;
2250
+ "justifi-new-payment-method": LocalJSX.JustifiNewPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiNewPaymentMethodElement>;
2060
2251
  "justifi-payment-balance-transactions": LocalJSX.JustifiPaymentBalanceTransactions & JSXBase.HTMLAttributes<HTMLJustifiPaymentBalanceTransactionsElement>;
2061
2252
  /**
2062
2253
  * @exportedPart detail-loading-spinner
@@ -2073,7 +2264,6 @@ declare module "@stencil/core" {
2073
2264
  * @exportedPart detail-metadata-title
2074
2265
  * @exportedPart detail-method-title
2075
2266
  * @exportedPart detail-method-data
2076
- * @exportedPart detail-section
2077
2267
  * @exportedPart detail-section-title
2078
2268
  * @exportedPart detail-section-item-title
2079
2269
  * @exportedPart detail-section-item-data
@@ -2085,6 +2275,7 @@ declare module "@stencil/core" {
2085
2275
  "justifi-payment-details": LocalJSX.JustifiPaymentDetails & JSXBase.HTMLAttributes<HTMLJustifiPaymentDetailsElement>;
2086
2276
  "justifi-payment-form": LocalJSX.JustifiPaymentForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentFormElement>;
2087
2277
  "justifi-payment-method-form": LocalJSX.JustifiPaymentMethodForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodFormElement>;
2278
+ "justifi-payment-method-options": LocalJSX.JustifiPaymentMethodOptions & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodOptionsElement>;
2088
2279
  "justifi-payment-method-selector": LocalJSX.JustifiPaymentMethodSelector & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodSelectorElement>;
2089
2280
  /**
2090
2281
  * @exportedPart table-head: Table head
@@ -2148,17 +2339,11 @@ declare module "@stencil/core" {
2148
2339
  */
2149
2340
  "justifi-proceeds-list": LocalJSX.JustifiProceedsList & JSXBase.HTMLAttributes<HTMLJustifiProceedsListElement>;
2150
2341
  "justifi-refund-form": LocalJSX.JustifiRefundForm & JSXBase.HTMLAttributes<HTMLJustifiRefundFormElement>;
2342
+ "justifi-saved-payment-method": LocalJSX.JustifiSavedPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSavedPaymentMethodElement>;
2151
2343
  "justifi-subaccount-details": LocalJSX.JustifiSubaccountDetails & JSXBase.HTMLAttributes<HTMLJustifiSubaccountDetailsElement>;
2152
2344
  "justifi-subaccounts-list": LocalJSX.JustifiSubaccountsList & JSXBase.HTMLAttributes<HTMLJustifiSubaccountsListElement>;
2153
2345
  "justifi-table": LocalJSX.JustifiTable & JSXBase.HTMLAttributes<HTMLJustifiTableElement>;
2154
2346
  "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
2347
  "owner-details": LocalJSX.OwnerDetails & JSXBase.HTMLAttributes<HTMLOwnerDetailsElement>;
2163
2348
  "pagination-menu": LocalJSX.PaginationMenu & JSXBase.HTMLAttributes<HTMLPaginationMenuElement>;
2164
2349
  "payment-details-core": LocalJSX.PaymentDetailsCore & JSXBase.HTMLAttributes<HTMLPaymentDetailsCoreElement>;
@@ -26,3 +26,4 @@ export declare const MapSubAccountStatusToBadge: (status: string) => "<span clas
26
26
  export declare function snakeCaseToHumanReadable(snakeCaseStr: string): string;
27
27
  export declare function composeQueryParams(values: string[]): string;
28
28
  export declare function loadFontsOnParent(): Promise<any>;
29
+ export declare function isEmptyObject(obj: any): boolean;
@@ -0,0 +1 @@
1
+ import{r as s,h as i,H as t}from"./p-6d05174c.js";import{E as e}from"./p-baafa7f5.js";import{c as r}from"./p-ae263544.js";import{A as o}from"./p-04c7f8f8.js";import{B as n}from"./p-4edd9721.js";import{g as a}from"./p-6ed680e9.js";class c{async fetchBusiness(s,i){const t=`entities/business/${s}`;return o(i,r.proxyApiOrigin).get(t)}}const h=class{constructor(i){s(this,i),this.businessId=void 0,this.authToken=void 0,this.errorMessage=void 0,this.getBusiness=void 0}componentWillLoad(){this.initializeGetBusiness()}initializeGetBusiness(){this.businessId&&this.authToken?this.getBusiness=(({id:s,authToken:i,service:t})=>async({onSuccess:e,onError:r})=>{try{const o=await t.fetchBusiness(s,i);if(o.error)return r({error:a(o.error)});e({business:new n(o.data)})}catch(s){return r({error:s.message||s})}})({id:this.businessId,authToken:this.authToken,service:new c}):this.errorMessage="Invalid business id or auth token"}render(){return i(t,null,this.errorMessage?e(this.errorMessage):i("business-details-core",{getBusiness:this.getBusiness}))}};export{h as justifi_business_details}
@@ -0,0 +1 @@
1
+ import{A as s}from"./p-04c7f8f8.js";import"./p-56f6ce4c.js";import"./p-7b2cddc7.js";import"./p-e3fab0e2.js";import{c as t}from"./p-ae263544.js";class a{async fetchPayouts(a,c,o){return s(c,t.proxyApiOrigin).get(`account/${a}/payouts`,o)}async fetchPayout(a,c){return s(c,t.proxyApiOrigin).get(`payouts/${a}`)}}export{a as P}
@@ -1 +1 @@
1
- import{r as e,c as t,h as r}from"./p-4f14df36.js";import{c as a}from"./p-ae263544.js";const i=class{constructor(r){e(this,r),this.cardFormReady=t(this,"cardFormReady",7),this.ready=t(this,"ready",7),this.cardFormTokenized=t(this,"cardFormTokenize",7),this.cardFormValidated=t(this,"cardFormValidate",7),this.validationMode=void 0,this.iframeOrigin=a.iframeOrigin,this.singleLine=!1,this.internalStyleOverrides=void 0}readyHandler(e){console.warn("The 'cardFormReady' event is deprecated in the next major release and will be renamed to 'ready'"),this.cardFormReady.emit(e),this.ready.emit(e)}tokenizeHandler(e){console.warn("The 'cardFormTokenize' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormTokenized.emit(e)}validateHandler(e){console.warn("The 'cardFormValidate' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormValidated.emit(e)}async tokenize(...e){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...e)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}async resize(){if(console.warn("The 'resize' method is deprecated and will be removed in the next major release. Please refer to the documentation for the migration process and alternative approach."),!this.childRef)throw new Error("Cannot call validate");return this.childRef.resize()}render(){return r("justifi-payment-method-form",{ref:e=>{e&&(this.childRef=e)},"iframe-origin":this.iframeOrigin,"payment-method-form-type":"card","single-line":this.singleLine,"payment-method-form-ready":this.cardFormReady,"payment-method-form-validate":this.cardFormValidated,"payment-method-form-tokenize":this.cardFormTokenized,"payment-method-form-validation-mode":this.validationMode||"onSubmit"})}};export{i as justifi_card_form}
1
+ import{r as e,c as t,h as r}from"./p-6d05174c.js";import{c as a}from"./p-ae263544.js";const i=class{constructor(r){e(this,r),this.cardFormReady=t(this,"cardFormReady",7),this.ready=t(this,"ready",7),this.cardFormTokenized=t(this,"cardFormTokenize",7),this.cardFormValidated=t(this,"cardFormValidate",7),this.validationMode=void 0,this.iframeOrigin=a.iframeOrigin,this.singleLine=!1,this.internalStyleOverrides=void 0}readyHandler(e){console.warn("The 'cardFormReady' event is deprecated in the next major release and will be renamed to 'ready'"),this.cardFormReady.emit(e),this.ready.emit(e)}tokenizeHandler(e){console.warn("The 'cardFormTokenize' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormTokenized.emit(e)}validateHandler(e){console.warn("The 'cardFormValidate' event is deprecated in the next major release. Please refer to the documentation for the migration process and alternative approach. This method will be removed in the future."),this.cardFormValidated.emit(e)}async tokenize(...e){if(!this.childRef)throw new Error("Cannot call tokenize");return this.childRef.tokenize(...e)}async validate(){if(!this.childRef)throw new Error("Cannot call validate");return this.childRef.validate()}async resize(){if(console.warn("The 'resize' method is deprecated and will be removed in the next major release. Please refer to the documentation for the migration process and alternative approach."),!this.childRef)throw new Error("Cannot call validate");return this.childRef.resize()}render(){return r("justifi-payment-method-form",{ref:e=>{e&&(this.childRef=e)},"iframe-origin":this.iframeOrigin,"payment-method-form-type":"card","single-line":this.singleLine,"payment-method-form-ready":this.cardFormReady,"payment-method-form-validate":this.cardFormValidated,"payment-method-form-tokenize":this.cardFormTokenized,"payment-method-form-validation-mode":this.validationMode||"onSubmit"})}};export{i as justifi_card_form}
@@ -0,0 +1 @@
1
+ import{r as t,h as s,H as o}from"./p-6d05174c.js";import{t as i}from"./p-2b6c9c4f.js";import{P as r}from"./p-0923e39c.js";import"./p-56f6ce4c.js";import"./p-7b2cddc7.js";import{P as a}from"./p-e3fab0e2.js";import{g as e}from"./p-6ed680e9.js";import{E as p}from"./p-baafa7f5.js";import"./p-04c7f8f8.js";import"./p-ae263544.js";const c=class{constructor(s){t(this,s),this.accountId=void 0,this.authToken=void 0,this.getPayouts=void 0,this.errorMessage=null}componentWillLoad(){this.initializeGetPayouts()}propChanged(){this.initializeGetPayouts()}initializeGetPayouts(){this.accountId&&this.authToken?this.getPayouts=(({id:t,authToken:s,service:o})=>async({params:i,onSuccess:r,onError:p})=>{var c;try{const n=await o.fetchPayouts(t,s,i);if(n.error)return p(e(n.error));{const t=Object.assign({},n.page_info);r({payouts:(null===(c=n.data)||void 0===c?void 0:c.map((t=>new a(t))))||[],pagingInfo:t})}}catch(t){return p(t.message||t)}})({id:this.accountId,authToken:this.authToken,service:new r}):this.errorMessage="Account ID and Auth Token are required"}render(){return this.errorMessage?p(this.errorMessage):s(o,{exportedparts:i},s("payouts-list-core",{getPayouts:this.getPayouts}))}static get watchers(){return{accountId:["propChanged"],authToken:["propChanged"]}}};export{c as justifi_payouts_list}