@justifi/webcomponents 4.7.6 → 4.8.1

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 (276) hide show
  1. package/dist/cjs/Business-3c0aa22c.js +82 -0
  2. package/dist/cjs/BusinessFormEventTypes-863f48e9.js +42 -0
  3. package/dist/cjs/{Payout-7821eb61.js → Payout-44b49b2d.js} +2 -1
  4. package/dist/cjs/additional-questions-details_5.cjs.entry.js +4 -4
  5. package/dist/cjs/{business-form-schema-a2b87e77.js → business-form-schema-37e5381d.js} +17 -17
  6. package/dist/cjs/{form-control-datepart_2.cjs.entry.js → form-control-datepart_3.cjs.entry.js} +45 -2
  7. package/dist/cjs/{form-control-number_3.cjs.entry.js → form-control-select_2.cjs.entry.js} +0 -43
  8. package/dist/cjs/form-input-masks-e3bf2614.js +9 -0
  9. package/dist/cjs/{index.esm-c08c2adc.js → index.esm-d25bd7bf.js} +0 -259
  10. package/dist/cjs/{justifi-additional-questions_6.cjs.entry.js → justifi-additional-questions_5.cjs.entry.js} +10 -280
  11. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +1 -1
  12. package/dist/cjs/justifi-business-details.cjs.entry.js +5 -5
  13. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +46 -52
  14. package/dist/cjs/justifi-business-form.cjs.entry.js +31 -35
  15. package/dist/cjs/justifi-business-list.cjs.entry.js +3 -50
  16. package/dist/cjs/justifi-business-owners.cjs.entry.js +78 -0
  17. package/dist/cjs/justifi-details.cjs.entry.js +1 -1
  18. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  19. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +1 -1
  20. package/dist/cjs/justifi-payment-details.cjs.entry.js +43 -42
  21. package/dist/cjs/justifi-payment-form.cjs.entry.js +1 -1
  22. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +6 -4
  23. package/dist/cjs/justifi-payments-list.cjs.entry.js +46 -90
  24. package/dist/cjs/justifi-payout-details.cjs.entry.js +47 -45
  25. package/dist/cjs/justifi-payouts-list.cjs.entry.js +46 -112
  26. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +1 -1
  27. package/dist/cjs/justifi-refund-form.cjs.entry.js +2 -2
  28. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +2 -2
  29. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +1 -1
  30. package/dist/cjs/justifi-table_2.cjs.entry.js +2 -2
  31. package/dist/cjs/loader.cjs.js +1 -1
  32. package/dist/cjs/payment-details-core.cjs.entry.js +52 -0
  33. package/dist/cjs/payment.service-605896dc.js +20 -0
  34. package/dist/cjs/payments-list-core.cjs.entry.js +98 -0
  35. package/dist/cjs/payout-details-core.cjs.entry.js +52 -0
  36. package/dist/cjs/payout.service-b39f2739.js +21 -0
  37. package/dist/cjs/payouts-list-core.cjs.entry.js +121 -0
  38. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +1 -1
  39. package/dist/cjs/subaccount-bank-details.cjs.entry.js +1 -1
  40. package/dist/cjs/subaccount-terms-details.cjs.entry.js +1 -1
  41. package/dist/cjs/{utils-99c086ee.js → utils-d126d17c.js} +4 -4
  42. package/dist/cjs/utils-f5d82f21.js +10 -0
  43. package/dist/cjs/webcomponents.cjs.js +1 -1
  44. package/dist/collection/api/Business.js +32 -3
  45. package/dist/collection/api/Payment.js +2 -1
  46. package/dist/collection/api/mockData/MockPayments.js +25 -0
  47. package/dist/collection/api/services/payment.service.js +13 -0
  48. package/dist/collection/api/services/payout.service.js +14 -0
  49. package/dist/collection/api/services/utils.js +6 -0
  50. package/dist/collection/collection-manifest.json +4 -0
  51. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +8 -8
  52. package/dist/collection/components/business-details/business-details.js +3 -3
  53. package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +4 -4
  54. package/dist/collection/components/business-form/BusinessFormEventTypes.js +6 -0
  55. package/dist/collection/components/business-form/business-address/business-address-form-schema.js +1 -1
  56. package/dist/collection/components/business-form/business-form-schema.js +16 -16
  57. package/dist/collection/components/business-form/business-form-stepped.js +77 -50
  58. package/dist/collection/components/business-form/business-form.js +62 -33
  59. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +7 -3
  60. package/dist/collection/components/business-form/business-owners/business-owners.js +6 -21
  61. package/dist/collection/components/business-form/business-representative/business-representative.js +1 -1
  62. package/dist/collection/components/business-form/helpers.js +21 -20
  63. package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js +1 -1
  64. package/dist/collection/components/business-form/legal-address-form/legal-address-form.js +3 -3
  65. package/dist/collection/components/business-form/test/business-form.spec.js +5 -14
  66. package/dist/collection/components/details/utils.js +2 -2
  67. package/dist/collection/components/pagination-menu/test/pagination-menu.spec.js +87 -0
  68. package/dist/collection/components/payment-details/get-payment-details.js +17 -0
  69. package/dist/collection/components/payment-details/payment-details-core.js +86 -0
  70. package/dist/collection/components/payment-details/payment-details.js +27 -52
  71. package/dist/collection/components/payment-details/test/get-payment-details.spec.js +64 -0
  72. package/dist/collection/components/payment-details/test/payment-details-core.spec.js +47 -0
  73. package/dist/collection/components/payment-details/test/payment-details.spec.js +31 -0
  74. package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js +1 -1
  75. package/dist/collection/components/payments-list/get-payments.js +20 -0
  76. package/dist/collection/components/payments-list/payments-list-core.js +158 -0
  77. package/dist/collection/components/payments-list/payments-list.js +27 -127
  78. package/dist/collection/components/payments-list/test/get-payments.spec.js +70 -0
  79. package/dist/collection/components/payments-list/test/payments-list-core.spec.js +100 -0
  80. package/dist/collection/components/payments-list/test/payments-list.spec.js +17 -21
  81. package/dist/collection/components/payout-details/get-payout-details.js +20 -0
  82. package/dist/collection/components/payout-details/payout-details-core.js +86 -0
  83. package/dist/collection/components/payout-details/payout-details.js +27 -78
  84. package/dist/collection/components/payout-details/test/get-payout-details.spec.js +55 -0
  85. package/dist/collection/components/payout-details/test/payout-details-core.spec.js +72 -0
  86. package/dist/collection/components/payout-details/test/payout-details.spec.js +13 -0
  87. package/dist/collection/components/payouts-list/get-payouts.js +20 -0
  88. package/dist/collection/components/payouts-list/payouts-list-core.js +181 -0
  89. package/dist/collection/components/payouts-list/payouts-list.js +26 -148
  90. package/dist/collection/components/payouts-list/test/get-payouts.spec.js +64 -0
  91. package/dist/collection/components/payouts-list/test/payouts-list-core.spec.js +105 -0
  92. package/dist/collection/components/payouts-list/test/payouts-list.spec.js +29 -0
  93. package/dist/collection/components/table/table.js +1 -1
  94. package/dist/collection/components/table/test/table.spec.js +18 -0
  95. package/dist/collection/components/table/utils.js +1 -1
  96. package/dist/collection/utils/{phone-masks.js → form-input-masks.js} +1 -0
  97. package/dist/docs.json +397 -233
  98. package/dist/esm/Business-954e1c1b.js +78 -0
  99. package/dist/esm/BusinessFormEventTypes-989960ba.js +39 -0
  100. package/dist/esm/{Payout-c42e3877.js → Payout-dc5f009c.js} +2 -1
  101. package/dist/esm/{SubAccount-b3ce8720.js → SubAccount-bd59f646.js} +1 -1
  102. package/dist/esm/additional-questions-details_5.entry.js +5 -5
  103. package/dist/esm/{business-form-schema-997c585c.js → business-form-schema-f8f554d1.js} +17 -17
  104. package/dist/esm/{form-control-datepart_2.entry.js → form-control-datepart_3.entry.js} +46 -4
  105. package/dist/esm/{form-control-number_3.entry.js → form-control-select_2.entry.js} +1 -43
  106. package/dist/esm/form-input-masks-a8187c77.js +6 -0
  107. package/dist/esm/{index.esm-8ae36d07.js → index.esm-22b47398.js} +1 -258
  108. package/dist/esm/{justifi-additional-questions_6.entry.js → justifi-additional-questions_5.entry.js} +10 -279
  109. package/dist/esm/justifi-billing-form_2.entry.js +1 -1
  110. package/dist/esm/justifi-business-details.entry.js +5 -5
  111. package/dist/esm/justifi-business-form-stepped.entry.js +47 -53
  112. package/dist/esm/justifi-business-form.entry.js +32 -36
  113. package/dist/esm/justifi-business-list.entry.js +3 -50
  114. package/dist/{module/business-owners.js → esm/justifi-business-owners.entry.js} +13 -55
  115. package/dist/esm/justifi-details.entry.js +1 -1
  116. package/dist/esm/justifi-gross-payment-chart.entry.js +3 -3
  117. package/dist/esm/justifi-payment-balance-transactions.entry.js +2 -2
  118. package/dist/esm/justifi-payment-details.entry.js +44 -43
  119. package/dist/esm/justifi-payment-form.entry.js +2 -2
  120. package/dist/esm/justifi-payment-method-form.entry.js +6 -4
  121. package/dist/esm/justifi-payments-list.entry.js +47 -91
  122. package/dist/esm/justifi-payout-details.entry.js +48 -46
  123. package/dist/esm/justifi-payouts-list.entry.js +47 -113
  124. package/dist/esm/justifi-proceeds-list.entry.js +2 -2
  125. package/dist/esm/justifi-refund-form.entry.js +2 -2
  126. package/dist/esm/justifi-subaccount-details.entry.js +4 -4
  127. package/dist/esm/justifi-subaccounts-list.entry.js +3 -3
  128. package/dist/esm/justifi-table_2.entry.js +2 -2
  129. package/dist/esm/loader.js +1 -1
  130. package/dist/esm/payment-details-core.entry.js +48 -0
  131. package/dist/esm/payment.service-bea02ccf.js +18 -0
  132. package/dist/esm/payments-list-core.entry.js +94 -0
  133. package/dist/{webcomponents/p-34c30022.entry.js → esm/payout-details-core.entry.js} +48 -1
  134. package/dist/esm/payout.service-92e56814.js +19 -0
  135. package/dist/esm/payouts-list-core.entry.js +117 -0
  136. package/dist/esm/subaccount-account-details_4.entry.js +2 -2
  137. package/dist/esm/subaccount-bank-details.entry.js +1 -1
  138. package/dist/esm/subaccount-terms-details.entry.js +1 -1
  139. package/dist/esm/utils-546ca6aa.js +8 -0
  140. package/dist/esm/{utils-f33f7e3c.js → utils-576874df.js} +4 -4
  141. package/dist/esm/{utils-26c7dd12.js → utils-dd428dba.js} +1 -1
  142. package/dist/esm/webcomponents.js +1 -1
  143. package/dist/module/Business.js +78 -0
  144. package/dist/module/BusinessFormEventTypes.js +39 -0
  145. package/dist/module/Payout.js +2 -1
  146. package/dist/module/additional-questions-details2.js +4 -4
  147. package/dist/module/business-generic-info.js +25 -27
  148. package/dist/module/business-representative.js +1 -1
  149. package/dist/module/form-input-masks.js +6 -0
  150. package/dist/module/index.esm.js +1 -258
  151. package/dist/module/justifi-business-details.js +3 -3
  152. package/dist/module/justifi-business-form-stepped.js +62 -74
  153. package/dist/module/justifi-business-form.js +47 -57
  154. package/dist/module/justifi-business-list.js +1 -48
  155. package/dist/module/justifi-business-owners.js +115 -1
  156. package/dist/module/justifi-payment-details.js +52 -48
  157. package/dist/module/justifi-payments-list.js +58 -102
  158. package/dist/module/justifi-payout-details.js +57 -52
  159. package/dist/module/justifi-payouts-list.js +59 -125
  160. package/dist/module/justifi-refund-form.js +1 -1
  161. package/dist/module/legal-address-form.js +3 -203
  162. package/dist/module/payment-details-core.d.ts +11 -0
  163. package/dist/module/payment-details-core.js +6 -0
  164. package/dist/module/payment-details-core2.js +76 -0
  165. package/dist/module/payment-method-form.js +6 -4
  166. package/dist/module/payment.service.js +18 -0
  167. package/dist/module/payments-list-core.d.ts +11 -0
  168. package/dist/module/payments-list-core.js +6 -0
  169. package/dist/module/payments-list-core2.js +131 -0
  170. package/dist/module/payout-details-core.d.ts +11 -0
  171. package/dist/module/payout-details-core.js +6 -0
  172. package/dist/module/payout-details-core2.js +76 -0
  173. package/dist/module/payout.service.js +19 -0
  174. package/dist/module/payouts-list-core.d.ts +11 -0
  175. package/dist/module/payouts-list-core.js +6 -0
  176. package/dist/module/payouts-list-core2.js +153 -0
  177. package/dist/module/table.js +2 -2
  178. package/dist/module/utils.js +4 -4
  179. package/dist/module/utils3.js +6 -29
  180. package/dist/types/api/Business.d.ts +64 -28
  181. package/dist/types/api/Payment.d.ts +33 -1
  182. package/dist/types/api/services/payment.service.d.ts +9 -0
  183. package/dist/types/api/services/payout.service.d.ts +9 -0
  184. package/dist/types/api/services/utils.d.ts +1 -0
  185. package/dist/types/components/business-details/additional-questions-details/additional-questions-details.d.ts +2 -2
  186. package/dist/types/components/business-details/business-details.d.ts +2 -2
  187. package/dist/types/components/business-details/legal-address-details/legal-address-details.d.ts +2 -2
  188. package/dist/types/components/business-form/BusinessFormEventTypes.d.ts +5 -0
  189. package/dist/types/components/business-form/business-form-schema.d.ts +1 -19
  190. package/dist/types/components/business-form/business-form-stepped.d.ts +19 -5
  191. package/dist/types/components/business-form/business-form.d.ts +11 -2
  192. package/dist/types/components/business-form/business-generic-info/business-generic-info.d.ts +2 -0
  193. package/dist/types/components/business-form/business-owners/business-owners.d.ts +1 -1
  194. package/dist/types/components/business-form/helpers.d.ts +1 -1
  195. package/dist/types/components/details/utils.d.ts +4 -3
  196. package/dist/types/components/payment-details/get-payment-details.d.ts +8 -0
  197. package/dist/types/components/payment-details/payment-details-core.d.ts +11 -0
  198. package/dist/types/components/payment-details/payment-details.d.ts +6 -6
  199. package/dist/types/components/payment-method-form/payment-method-responses.d.ts +10 -2
  200. package/dist/types/components/payments-list/get-payments.d.ts +9 -0
  201. package/dist/types/components/payments-list/payments-list-core.d.ts +17 -0
  202. package/dist/types/components/payments-list/payments-list.d.ts +4 -12
  203. package/dist/types/components/payout-details/get-payout-details.d.ts +8 -0
  204. package/dist/types/components/payout-details/payout-details-core.d.ts +11 -0
  205. package/dist/types/components/payout-details/payout-details.d.ts +5 -31
  206. package/dist/types/components/payouts-list/get-payouts.d.ts +9 -0
  207. package/dist/types/components/payouts-list/payouts-list-core.d.ts +18 -0
  208. package/dist/types/components/payouts-list/payouts-list.d.ts +4 -13
  209. package/dist/types/components.d.ts +136 -138
  210. package/dist/types/utils/form-input-masks.d.ts +6 -0
  211. package/dist/webcomponents/p-081cf5f6.entry.js +1 -0
  212. package/dist/webcomponents/p-0b9146cd.entry.js +1 -0
  213. package/dist/webcomponents/p-0e53f470.entry.js +1 -0
  214. package/dist/webcomponents/p-112acd3c.entry.js +1 -0
  215. package/dist/webcomponents/p-1555e6b1.js +1 -0
  216. package/dist/webcomponents/{p-ac8be2a8.entry.js → p-16f41fd0.entry.js} +1 -1
  217. package/dist/webcomponents/p-17715325.js +1 -0
  218. package/dist/webcomponents/p-19c5ddf1.entry.js +1 -0
  219. package/dist/webcomponents/{p-2b2f8162.entry.js → p-2e318b6a.entry.js} +1 -1
  220. package/dist/webcomponents/p-34de1c5d.entry.js +1 -0
  221. package/dist/webcomponents/p-3a4d4869.entry.js +1 -0
  222. package/dist/webcomponents/p-3cb0b96d.js +1 -0
  223. package/dist/webcomponents/p-4ba2c711.entry.js +1 -0
  224. package/dist/webcomponents/p-4c01df65.entry.js +1 -0
  225. package/dist/webcomponents/p-4fa27a28.entry.js +1 -0
  226. package/dist/webcomponents/{p-3bef762a.js → p-50730e69.js} +1 -1
  227. package/dist/webcomponents/p-5e142186.entry.js +1 -0
  228. package/dist/webcomponents/{p-85ddbe82.entry.js → p-5f8b9f64.entry.js} +1 -1
  229. package/dist/webcomponents/p-663bfe87.js +1 -0
  230. package/dist/webcomponents/p-6ab67031.entry.js +1 -0
  231. package/dist/webcomponents/p-6ed680e9.js +1 -0
  232. package/dist/webcomponents/{p-d8835e7a.entry.js → p-731cb109.entry.js} +1 -1
  233. package/dist/webcomponents/{p-525adabf.entry.js → p-7c0f91fa.entry.js} +1 -1
  234. package/dist/webcomponents/p-80140d5b.js +1 -0
  235. package/dist/webcomponents/p-810b72b5.js +1 -0
  236. package/dist/webcomponents/p-870c2e4d.entry.js +1 -0
  237. package/dist/webcomponents/{p-64a5126c.entry.js → p-896a9ddb.entry.js} +1 -1
  238. package/dist/webcomponents/{p-9ba0be02.entry.js → p-8a90b976.entry.js} +1 -1
  239. package/dist/webcomponents/p-9b99370e.js +1 -0
  240. package/dist/webcomponents/p-9cb3ff78.entry.js +1 -0
  241. package/dist/webcomponents/p-a5d662ac.entry.js +1 -0
  242. package/dist/webcomponents/p-ad9a6c20.entry.js +1 -0
  243. package/dist/webcomponents/p-ade12f56.js +1 -0
  244. package/dist/webcomponents/{p-45d2761d.entry.js → p-b5aba473.entry.js} +1 -1
  245. package/dist/webcomponents/p-b8a8b551.js +1 -0
  246. package/dist/webcomponents/{p-c950901c.entry.js → p-c0f882ce.entry.js} +1 -1
  247. package/dist/webcomponents/p-d66a6057.entry.js +1 -0
  248. package/dist/webcomponents/{p-9cec4a27.entry.js → p-d71ce1cd.entry.js} +1 -1
  249. package/dist/webcomponents/p-ea05d7c2.entry.js +1 -0
  250. package/dist/webcomponents/{p-c43e29ac.entry.js → p-ec4f27e7.entry.js} +1 -1
  251. package/dist/webcomponents/{p-40fb25c6.entry.js → p-eef5b15b.entry.js} +1 -1
  252. package/dist/webcomponents/{p-9a6e4749.js → p-f0c535ed.js} +1 -1
  253. package/dist/webcomponents/{p-c63a98f6.entry.js → p-f7a3fd12.entry.js} +1 -1
  254. package/dist/webcomponents/webcomponents.esm.js +1 -1
  255. package/package.json +6 -4
  256. package/dist/cjs/utils-931f4879.js +0 -34
  257. package/dist/esm/utils-8cc130a9.js +0 -31
  258. package/dist/module/phone-masks.js +0 -5
  259. package/dist/types/utils/phone-masks.d.ts +0 -3
  260. package/dist/webcomponents/p-0a1347cf.entry.js +0 -1
  261. package/dist/webcomponents/p-0f3e9483.js +0 -1
  262. package/dist/webcomponents/p-0fa49c38.entry.js +0 -1
  263. package/dist/webcomponents/p-1e2a98bf.js +0 -1
  264. package/dist/webcomponents/p-5a502ceb.entry.js +0 -1
  265. package/dist/webcomponents/p-5bf0ac1a.entry.js +0 -1
  266. package/dist/webcomponents/p-6e80f063.entry.js +0 -1
  267. package/dist/webcomponents/p-71679a41.js +0 -1
  268. package/dist/webcomponents/p-78baff54.js +0 -1
  269. package/dist/webcomponents/p-8bbb1b10.entry.js +0 -1
  270. package/dist/webcomponents/p-90926321.js +0 -1
  271. package/dist/webcomponents/p-9e0d2179.entry.js +0 -1
  272. package/dist/webcomponents/p-c4826a33.entry.js +0 -1
  273. package/dist/webcomponents/p-d4755024.entry.js +0 -1
  274. package/dist/webcomponents/p-e8e109bd.entry.js +0 -1
  275. package/dist/webcomponents/p-ead8cfc2.entry.js +0 -1
  276. package/dist/webcomponents/p-f74899b9.entry.js +0 -1
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-02-09T22:26:47",
2
+ "timestamp": "2024-02-28T21:53:13",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.0",
@@ -37,16 +37,16 @@
37
37
  "usage": {},
38
38
  "props": [
39
39
  {
40
- "name": "business",
41
- "type": "IBusiness",
40
+ "name": "additionalQuestions",
41
+ "type": "AdditionalQuestions",
42
42
  "complexType": {
43
- "original": "IBusiness",
44
- "resolved": "IBusiness",
43
+ "original": "AdditionalQuestions",
44
+ "resolved": "AdditionalQuestions",
45
45
  "references": {
46
- "IBusiness": {
46
+ "AdditionalQuestions": {
47
47
  "location": "import",
48
48
  "path": "../../../api/Business",
49
- "id": "src/api/Business.ts::IBusiness"
49
+ "id": "src/api/Business.ts::AdditionalQuestions"
50
50
  }
51
51
  }
52
52
  },
@@ -56,7 +56,7 @@
56
56
  "docsTags": [],
57
57
  "values": [
58
58
  {
59
- "type": "IBusiness"
59
+ "type": "AdditionalQuestions"
60
60
  }
61
61
  ],
62
62
  "optional": false,
@@ -643,7 +643,6 @@
643
643
  ],
644
644
  "dependents": [
645
645
  "justifi-business-address-form",
646
- "justifi-business-generic-info",
647
646
  "justifi-business-owners",
648
647
  "justifi-business-representative",
649
648
  "justifi-legal-address-form"
@@ -653,9 +652,6 @@
653
652
  "justifi-business-address-form": [
654
653
  "form-control-number"
655
654
  ],
656
- "justifi-business-generic-info": [
657
- "form-control-number"
658
- ],
659
655
  "justifi-business-owners": [
660
656
  "form-control-number"
661
657
  ],
@@ -2137,7 +2133,7 @@
2137
2133
  "type": "string"
2138
2134
  }
2139
2135
  ],
2140
- "optional": true,
2136
+ "optional": false,
2141
2137
  "required": false
2142
2138
  },
2143
2139
  {
@@ -2153,6 +2149,7 @@
2153
2149
  "reflectToAttr": false,
2154
2150
  "docs": "",
2155
2151
  "docsTags": [],
2152
+ "default": "false",
2156
2153
  "values": [
2157
2154
  {
2158
2155
  "type": "boolean"
@@ -2163,7 +2160,36 @@
2163
2160
  }
2164
2161
  ],
2165
2162
  "methods": [],
2166
- "events": [],
2163
+ "events": [
2164
+ {
2165
+ "event": "clickEvent",
2166
+ "detail": "{ data?: any; name: string; }",
2167
+ "bubbles": true,
2168
+ "complexType": {
2169
+ "original": "{ data?: any, name: string }",
2170
+ "resolved": "{ data?: any; name: string; }",
2171
+ "references": {}
2172
+ },
2173
+ "cancelable": true,
2174
+ "composed": true,
2175
+ "docs": "",
2176
+ "docsTags": []
2177
+ },
2178
+ {
2179
+ "event": "submitted",
2180
+ "detail": "{ data: any; }",
2181
+ "bubbles": true,
2182
+ "complexType": {
2183
+ "original": "{ data: any }",
2184
+ "resolved": "{ data: any; }",
2185
+ "references": {}
2186
+ },
2187
+ "cancelable": true,
2188
+ "composed": true,
2189
+ "docs": "",
2190
+ "docsTags": []
2191
+ }
2192
+ ],
2167
2193
  "listeners": [],
2168
2194
  "styles": [],
2169
2195
  "slots": [],
@@ -2173,21 +2199,18 @@
2173
2199
  "justifi-business-generic-info",
2174
2200
  "justifi-legal-address-form",
2175
2201
  "justifi-additional-questions",
2176
- "justifi-business-representative",
2177
- "justifi-business-owners"
2202
+ "justifi-business-representative"
2178
2203
  ],
2179
2204
  "dependencyGraph": {
2180
2205
  "justifi-business-form": [
2181
2206
  "justifi-business-generic-info",
2182
2207
  "justifi-legal-address-form",
2183
2208
  "justifi-additional-questions",
2184
- "justifi-business-representative",
2185
- "justifi-business-owners"
2209
+ "justifi-business-representative"
2186
2210
  ],
2187
2211
  "justifi-business-generic-info": [
2188
2212
  "form-control-text",
2189
2213
  "form-control-select",
2190
- "form-control-number",
2191
2214
  "form-control-number-masked"
2192
2215
  ],
2193
2216
  "justifi-legal-address-form": [
@@ -2210,12 +2233,6 @@
2210
2233
  "form-control-text",
2211
2234
  "form-control-select",
2212
2235
  "form-control-number"
2213
- ],
2214
- "justifi-business-owners": [
2215
- "form-control-text",
2216
- "form-control-number-masked",
2217
- "form-control-datepart",
2218
- "form-control-number"
2219
2236
  ]
2220
2237
  }
2221
2238
  },
@@ -2280,7 +2297,7 @@
2280
2297
  "type": "string"
2281
2298
  }
2282
2299
  ],
2283
- "optional": true,
2300
+ "optional": false,
2284
2301
  "required": false
2285
2302
  },
2286
2303
  {
@@ -2296,6 +2313,7 @@
2296
2313
  "reflectToAttr": false,
2297
2314
  "docs": "",
2298
2315
  "docsTags": [],
2316
+ "default": "false",
2299
2317
  "values": [
2300
2318
  {
2301
2319
  "type": "boolean"
@@ -2328,7 +2346,36 @@
2328
2346
  }
2329
2347
  ],
2330
2348
  "methods": [],
2331
- "events": [],
2349
+ "events": [
2350
+ {
2351
+ "event": "clickEvent",
2352
+ "detail": "{ data?: any; name: string; }",
2353
+ "bubbles": true,
2354
+ "complexType": {
2355
+ "original": "{ data?: any, name: string }",
2356
+ "resolved": "{ data?: any; name: string; }",
2357
+ "references": {}
2358
+ },
2359
+ "cancelable": true,
2360
+ "composed": true,
2361
+ "docs": "",
2362
+ "docsTags": []
2363
+ },
2364
+ {
2365
+ "event": "submitted",
2366
+ "detail": "{ data: any; }",
2367
+ "bubbles": true,
2368
+ "complexType": {
2369
+ "original": "{ data: any }",
2370
+ "resolved": "{ data: any; }",
2371
+ "references": {}
2372
+ },
2373
+ "cancelable": true,
2374
+ "composed": true,
2375
+ "docs": "",
2376
+ "docsTags": []
2377
+ }
2378
+ ],
2332
2379
  "listeners": [],
2333
2380
  "styles": [],
2334
2381
  "slots": [],
@@ -2338,21 +2385,18 @@
2338
2385
  "justifi-business-generic-info",
2339
2386
  "justifi-legal-address-form",
2340
2387
  "justifi-additional-questions",
2341
- "justifi-business-representative",
2342
- "justifi-business-owners"
2388
+ "justifi-business-representative"
2343
2389
  ],
2344
2390
  "dependencyGraph": {
2345
2391
  "justifi-business-form-stepped": [
2346
2392
  "justifi-business-generic-info",
2347
2393
  "justifi-legal-address-form",
2348
2394
  "justifi-additional-questions",
2349
- "justifi-business-representative",
2350
- "justifi-business-owners"
2395
+ "justifi-business-representative"
2351
2396
  ],
2352
2397
  "justifi-business-generic-info": [
2353
2398
  "form-control-text",
2354
2399
  "form-control-select",
2355
- "form-control-number",
2356
2400
  "form-control-number-masked"
2357
2401
  ],
2358
2402
  "justifi-legal-address-form": [
@@ -2375,12 +2419,6 @@
2375
2419
  "form-control-text",
2376
2420
  "form-control-select",
2377
2421
  "form-control-number"
2378
- ],
2379
- "justifi-business-owners": [
2380
- "form-control-text",
2381
- "form-control-number-masked",
2382
- "form-control-datepart",
2383
- "form-control-number"
2384
2422
  ]
2385
2423
  }
2386
2424
  },
@@ -2446,14 +2484,12 @@
2446
2484
  "dependencies": [
2447
2485
  "form-control-text",
2448
2486
  "form-control-select",
2449
- "form-control-number",
2450
2487
  "form-control-number-masked"
2451
2488
  ],
2452
2489
  "dependencyGraph": {
2453
2490
  "justifi-business-generic-info": [
2454
2491
  "form-control-text",
2455
2492
  "form-control-select",
2456
- "form-control-number",
2457
2493
  "form-control-number-masked"
2458
2494
  ],
2459
2495
  "justifi-business-form": [
@@ -2663,27 +2699,6 @@
2663
2699
  ],
2664
2700
  "optional": false,
2665
2701
  "required": false
2666
- },
2667
- {
2668
- "name": "isEditing",
2669
- "type": "boolean",
2670
- "complexType": {
2671
- "original": "boolean",
2672
- "resolved": "boolean",
2673
- "references": {}
2674
- },
2675
- "mutable": false,
2676
- "attr": "is-editing",
2677
- "reflectToAttr": false,
2678
- "docs": "",
2679
- "docsTags": [],
2680
- "values": [
2681
- {
2682
- "type": "boolean"
2683
- }
2684
- ],
2685
- "optional": false,
2686
- "required": false
2687
2702
  }
2688
2703
  ],
2689
2704
  "methods": [],
@@ -2692,10 +2707,7 @@
2692
2707
  "styles": [],
2693
2708
  "slots": [],
2694
2709
  "parts": [],
2695
- "dependents": [
2696
- "justifi-business-form",
2697
- "justifi-business-form-stepped"
2698
- ],
2710
+ "dependents": [],
2699
2711
  "dependencies": [
2700
2712
  "form-control-text",
2701
2713
  "form-control-number-masked",
@@ -2708,12 +2720,6 @@
2708
2720
  "form-control-number-masked",
2709
2721
  "form-control-datepart",
2710
2722
  "form-control-number"
2711
- ],
2712
- "justifi-business-form": [
2713
- "justifi-business-owners"
2714
- ],
2715
- "justifi-business-form-stepped": [
2716
- "justifi-business-owners"
2717
2723
  ]
2718
2724
  }
2719
2725
  },
@@ -3134,19 +3140,19 @@
3134
3140
  "slots": [],
3135
3141
  "parts": [],
3136
3142
  "dependents": [
3137
- "justifi-payment-details",
3138
- "justifi-payout-details",
3139
- "justifi-subaccount-details"
3143
+ "justifi-subaccount-details",
3144
+ "payment-details-core",
3145
+ "payout-details-core"
3140
3146
  ],
3141
3147
  "dependencies": [],
3142
3148
  "dependencyGraph": {
3143
- "justifi-payment-details": [
3149
+ "justifi-subaccount-details": [
3144
3150
  "justifi-details"
3145
3151
  ],
3146
- "justifi-payout-details": [
3152
+ "payment-details-core": [
3147
3153
  "justifi-details"
3148
3154
  ],
3149
- "justifi-subaccount-details": [
3155
+ "payout-details-core": [
3150
3156
  "justifi-details"
3151
3157
  ]
3152
3158
  }
@@ -3532,10 +3538,13 @@
3532
3538
  "parts": [],
3533
3539
  "dependents": [],
3534
3540
  "dependencies": [
3535
- "justifi-details"
3541
+ "payment-details-core"
3536
3542
  ],
3537
3543
  "dependencyGraph": {
3538
3544
  "justifi-payment-details": [
3545
+ "payment-details-core"
3546
+ ],
3547
+ "payment-details-core": [
3539
3548
  "justifi-details"
3540
3549
  ]
3541
3550
  }
@@ -4339,38 +4348,20 @@
4339
4348
  }
4340
4349
  ],
4341
4350
  "methods": [],
4342
- "events": [
4343
- {
4344
- "event": "payment-row-clicked",
4345
- "detail": "Payment",
4346
- "bubbles": true,
4347
- "complexType": {
4348
- "original": "Payment",
4349
- "resolved": "Payment",
4350
- "references": {
4351
- "Payment": {
4352
- "location": "import",
4353
- "path": "../../api",
4354
- "id": "src/api/index.ts::Payment"
4355
- }
4356
- }
4357
- },
4358
- "cancelable": true,
4359
- "composed": true,
4360
- "docs": "",
4361
- "docsTags": []
4362
- }
4363
- ],
4351
+ "events": [],
4364
4352
  "listeners": [],
4365
4353
  "styles": [],
4366
4354
  "slots": [],
4367
4355
  "parts": [],
4368
4356
  "dependents": [],
4369
4357
  "dependencies": [
4370
- "justifi-table"
4358
+ "payments-list-core"
4371
4359
  ],
4372
4360
  "dependencyGraph": {
4373
4361
  "justifi-payments-list": [
4362
+ "payments-list-core"
4363
+ ],
4364
+ "payments-list-core": [
4374
4365
  "justifi-table"
4375
4366
  ],
4376
4367
  "justifi-table": [
@@ -4384,96 +4375,7 @@
4384
4375
  "tag": "justifi-payout-details",
4385
4376
  "readme": "# justifi-payout-details\n\n\n",
4386
4377
  "docs": "",
4387
- "docsTags": [
4388
- {
4389
- "name": "exportedPart",
4390
- "text": "detail-loading-spinner"
4391
- },
4392
- {
4393
- "name": "exportedPart",
4394
- "text": "detail-loading-state"
4395
- },
4396
- {
4397
- "name": "exportedPart",
4398
- "text": "detail-empty-state"
4399
- },
4400
- {
4401
- "name": "exportedPart",
4402
- "text": "detail-head"
4403
- },
4404
- {
4405
- "name": "exportedPart",
4406
- "text": "detail-title"
4407
- },
4408
- {
4409
- "name": "exportedPart",
4410
- "text": "detail-method"
4411
- },
4412
- {
4413
- "name": "exportedPart",
4414
- "text": "detail-info"
4415
- },
4416
- {
4417
- "name": "exportedPart",
4418
- "text": "detail-info-item"
4419
- },
4420
- {
4421
- "name": "exportedPart",
4422
- "text": "detail-info-item-title"
4423
- },
4424
- {
4425
- "name": "exportedPart",
4426
- "text": "detail-info-item-data"
4427
- },
4428
- {
4429
- "name": "exportedPart",
4430
- "text": "detail-metadata"
4431
- },
4432
- {
4433
- "name": "exportedPart",
4434
- "text": "detail-metadata-title"
4435
- },
4436
- {
4437
- "name": "exportedPart",
4438
- "text": "detail-method-title"
4439
- },
4440
- {
4441
- "name": "exportedPart",
4442
- "text": "detail-method-data"
4443
- },
4444
- {
4445
- "name": "exportedPart",
4446
- "text": "detail-section"
4447
- },
4448
- {
4449
- "name": "exportedPart",
4450
- "text": "detail-section-title"
4451
- },
4452
- {
4453
- "name": "exportedPart",
4454
- "text": "detail-section-item-title"
4455
- },
4456
- {
4457
- "name": "exportedPart",
4458
- "text": "detail-section-item-data"
4459
- },
4460
- {
4461
- "name": "exportedPart",
4462
- "text": "detail-head-info"
4463
- },
4464
- {
4465
- "name": "exportedPart",
4466
- "text": "detail-head-info-item"
4467
- },
4468
- {
4469
- "name": "exportedPart",
4470
- "text": "detail-head-info-item-title"
4471
- },
4472
- {
4473
- "name": "exportedPart",
4474
- "text": "detail-head-info-item-data"
4475
- }
4476
- ],
4378
+ "docsTags": [],
4477
4379
  "usage": {},
4478
4380
  "props": [
4479
4381
  {
@@ -4527,10 +4429,13 @@
4527
4429
  "parts": [],
4528
4430
  "dependents": [],
4529
4431
  "dependencies": [
4530
- "justifi-details"
4432
+ "payout-details-core"
4531
4433
  ],
4532
4434
  "dependencyGraph": {
4533
4435
  "justifi-payout-details": [
4436
+ "payout-details-core"
4437
+ ],
4438
+ "payout-details-core": [
4534
4439
  "justifi-details"
4535
4440
  ]
4536
4441
  }
@@ -4657,38 +4562,20 @@
4657
4562
  }
4658
4563
  ],
4659
4564
  "methods": [],
4660
- "events": [
4661
- {
4662
- "event": "payout-row-clicked",
4663
- "detail": "Payout",
4664
- "bubbles": true,
4665
- "complexType": {
4666
- "original": "Payout",
4667
- "resolved": "Payout",
4668
- "references": {
4669
- "Payout": {
4670
- "location": "import",
4671
- "path": "../../api",
4672
- "id": "src/api/index.ts::Payout"
4673
- }
4674
- }
4675
- },
4676
- "cancelable": true,
4677
- "composed": true,
4678
- "docs": "",
4679
- "docsTags": []
4680
- }
4681
- ],
4565
+ "events": [],
4682
4566
  "listeners": [],
4683
4567
  "styles": [],
4684
4568
  "slots": [],
4685
4569
  "parts": [],
4686
4570
  "dependents": [],
4687
4571
  "dependencies": [
4688
- "justifi-table"
4572
+ "payouts-list-core"
4689
4573
  ],
4690
4574
  "dependencyGraph": {
4691
4575
  "justifi-payouts-list": [
4576
+ "payouts-list-core"
4577
+ ],
4578
+ "payouts-list-core": [
4692
4579
  "justifi-table"
4693
4580
  ],
4694
4581
  "justifi-table": [
@@ -5474,10 +5361,10 @@
5474
5361
  "dependents": [
5475
5362
  "justifi-business-list",
5476
5363
  "justifi-payment-balance-transactions",
5477
- "justifi-payments-list",
5478
- "justifi-payouts-list",
5479
5364
  "justifi-proceeds-list",
5480
- "justifi-subaccounts-list"
5365
+ "justifi-subaccounts-list",
5366
+ "payments-list-core",
5367
+ "payouts-list-core"
5481
5368
  ],
5482
5369
  "dependencies": [
5483
5370
  "pagination-menu"
@@ -5492,16 +5379,16 @@
5492
5379
  "justifi-payment-balance-transactions": [
5493
5380
  "justifi-table"
5494
5381
  ],
5495
- "justifi-payments-list": [
5382
+ "justifi-proceeds-list": [
5496
5383
  "justifi-table"
5497
5384
  ],
5498
- "justifi-payouts-list": [
5385
+ "justifi-subaccounts-list": [
5499
5386
  "justifi-table"
5500
5387
  ],
5501
- "justifi-proceeds-list": [
5388
+ "payments-list-core": [
5502
5389
  "justifi-table"
5503
5390
  ],
5504
- "justifi-subaccounts-list": [
5391
+ "payouts-list-core": [
5505
5392
  "justifi-table"
5506
5393
  ]
5507
5394
  }
@@ -5517,15 +5404,15 @@
5517
5404
  "props": [
5518
5405
  {
5519
5406
  "name": "legalAddress",
5520
- "type": "Address",
5407
+ "type": "IAddress",
5521
5408
  "complexType": {
5522
- "original": "Address",
5523
- "resolved": "Address",
5409
+ "original": "IAddress",
5410
+ "resolved": "IAddress",
5524
5411
  "references": {
5525
- "Address": {
5412
+ "IAddress": {
5526
5413
  "location": "import",
5527
5414
  "path": "../../../api/Business",
5528
- "id": "src/api/Business.ts::Address"
5415
+ "id": "src/api/Business.ts::IAddress"
5529
5416
  }
5530
5417
  }
5531
5418
  },
@@ -5535,7 +5422,7 @@
5535
5422
  "docsTags": [],
5536
5423
  "values": [
5537
5424
  {
5538
- "type": "Address"
5425
+ "type": "IAddress"
5539
5426
  }
5540
5427
  ],
5541
5428
  "optional": false,
@@ -5720,6 +5607,278 @@
5720
5607
  ]
5721
5608
  }
5722
5609
  },
5610
+ {
5611
+ "filePath": "src/components/payment-details/payment-details-core.tsx",
5612
+ "encapsulation": "none",
5613
+ "tag": "payment-details-core",
5614
+ "readme": "# justifi-payment-details\n\n\n",
5615
+ "docs": "",
5616
+ "docsTags": [],
5617
+ "usage": {},
5618
+ "props": [
5619
+ {
5620
+ "name": "getPaymentDetails",
5621
+ "type": "Function",
5622
+ "complexType": {
5623
+ "original": "Function",
5624
+ "resolved": "Function",
5625
+ "references": {
5626
+ "Function": {
5627
+ "location": "global",
5628
+ "id": "global::Function"
5629
+ }
5630
+ }
5631
+ },
5632
+ "mutable": false,
5633
+ "reflectToAttr": false,
5634
+ "docs": "",
5635
+ "docsTags": [],
5636
+ "values": [
5637
+ {
5638
+ "type": "Function"
5639
+ }
5640
+ ],
5641
+ "optional": false,
5642
+ "required": false
5643
+ }
5644
+ ],
5645
+ "methods": [],
5646
+ "events": [],
5647
+ "listeners": [],
5648
+ "styles": [],
5649
+ "slots": [],
5650
+ "parts": [],
5651
+ "dependents": [
5652
+ "justifi-payment-details"
5653
+ ],
5654
+ "dependencies": [
5655
+ "justifi-details"
5656
+ ],
5657
+ "dependencyGraph": {
5658
+ "payment-details-core": [
5659
+ "justifi-details"
5660
+ ],
5661
+ "justifi-payment-details": [
5662
+ "payment-details-core"
5663
+ ]
5664
+ }
5665
+ },
5666
+ {
5667
+ "filePath": "src/components/payments-list/payments-list-core.tsx",
5668
+ "encapsulation": "none",
5669
+ "tag": "payments-list-core",
5670
+ "readme": "# justifi-payments-list\n\n\n",
5671
+ "docs": "",
5672
+ "docsTags": [],
5673
+ "usage": {},
5674
+ "props": [
5675
+ {
5676
+ "name": "getPayments",
5677
+ "type": "Function",
5678
+ "complexType": {
5679
+ "original": "Function",
5680
+ "resolved": "Function",
5681
+ "references": {
5682
+ "Function": {
5683
+ "location": "global",
5684
+ "id": "global::Function"
5685
+ }
5686
+ }
5687
+ },
5688
+ "mutable": false,
5689
+ "reflectToAttr": false,
5690
+ "docs": "",
5691
+ "docsTags": [],
5692
+ "values": [
5693
+ {
5694
+ "type": "Function"
5695
+ }
5696
+ ],
5697
+ "optional": false,
5698
+ "required": false
5699
+ }
5700
+ ],
5701
+ "methods": [],
5702
+ "events": [
5703
+ {
5704
+ "event": "payment-row-clicked",
5705
+ "detail": "Payment",
5706
+ "bubbles": true,
5707
+ "complexType": {
5708
+ "original": "Payment",
5709
+ "resolved": "Payment",
5710
+ "references": {
5711
+ "Payment": {
5712
+ "location": "import",
5713
+ "path": "../../api",
5714
+ "id": "src/api/index.ts::Payment"
5715
+ }
5716
+ }
5717
+ },
5718
+ "cancelable": true,
5719
+ "composed": true,
5720
+ "docs": "",
5721
+ "docsTags": []
5722
+ }
5723
+ ],
5724
+ "listeners": [],
5725
+ "styles": [],
5726
+ "slots": [],
5727
+ "parts": [],
5728
+ "dependents": [
5729
+ "justifi-payments-list"
5730
+ ],
5731
+ "dependencies": [
5732
+ "justifi-table"
5733
+ ],
5734
+ "dependencyGraph": {
5735
+ "payments-list-core": [
5736
+ "justifi-table"
5737
+ ],
5738
+ "justifi-table": [
5739
+ "pagination-menu"
5740
+ ],
5741
+ "justifi-payments-list": [
5742
+ "payments-list-core"
5743
+ ]
5744
+ }
5745
+ },
5746
+ {
5747
+ "filePath": "src/components/payout-details/payout-details-core.tsx",
5748
+ "encapsulation": "none",
5749
+ "tag": "payout-details-core",
5750
+ "readme": "# justifi-payout-details\n\n\n",
5751
+ "docs": "",
5752
+ "docsTags": [],
5753
+ "usage": {},
5754
+ "props": [
5755
+ {
5756
+ "name": "getPayout",
5757
+ "type": "Function",
5758
+ "complexType": {
5759
+ "original": "Function",
5760
+ "resolved": "Function",
5761
+ "references": {
5762
+ "Function": {
5763
+ "location": "global",
5764
+ "id": "global::Function"
5765
+ }
5766
+ }
5767
+ },
5768
+ "mutable": false,
5769
+ "reflectToAttr": false,
5770
+ "docs": "",
5771
+ "docsTags": [],
5772
+ "values": [
5773
+ {
5774
+ "type": "Function"
5775
+ }
5776
+ ],
5777
+ "optional": false,
5778
+ "required": false
5779
+ }
5780
+ ],
5781
+ "methods": [],
5782
+ "events": [],
5783
+ "listeners": [],
5784
+ "styles": [],
5785
+ "slots": [],
5786
+ "parts": [],
5787
+ "dependents": [
5788
+ "justifi-payout-details"
5789
+ ],
5790
+ "dependencies": [
5791
+ "justifi-details"
5792
+ ],
5793
+ "dependencyGraph": {
5794
+ "payout-details-core": [
5795
+ "justifi-details"
5796
+ ],
5797
+ "justifi-payout-details": [
5798
+ "payout-details-core"
5799
+ ]
5800
+ }
5801
+ },
5802
+ {
5803
+ "filePath": "src/components/payouts-list/payouts-list-core.tsx",
5804
+ "encapsulation": "none",
5805
+ "tag": "payouts-list-core",
5806
+ "readme": "# justifi-payouts-list\n\n\n",
5807
+ "docs": "",
5808
+ "docsTags": [],
5809
+ "usage": {},
5810
+ "props": [
5811
+ {
5812
+ "name": "getPayouts",
5813
+ "type": "Function",
5814
+ "complexType": {
5815
+ "original": "Function",
5816
+ "resolved": "Function",
5817
+ "references": {
5818
+ "Function": {
5819
+ "location": "global",
5820
+ "id": "global::Function"
5821
+ }
5822
+ }
5823
+ },
5824
+ "mutable": false,
5825
+ "reflectToAttr": false,
5826
+ "docs": "",
5827
+ "docsTags": [],
5828
+ "values": [
5829
+ {
5830
+ "type": "Function"
5831
+ }
5832
+ ],
5833
+ "optional": false,
5834
+ "required": false
5835
+ }
5836
+ ],
5837
+ "methods": [],
5838
+ "events": [
5839
+ {
5840
+ "event": "payout-row-clicked",
5841
+ "detail": "Payout",
5842
+ "bubbles": true,
5843
+ "complexType": {
5844
+ "original": "Payout",
5845
+ "resolved": "Payout",
5846
+ "references": {
5847
+ "Payout": {
5848
+ "location": "import",
5849
+ "path": "../../api",
5850
+ "id": "src/api/index.ts::Payout"
5851
+ }
5852
+ }
5853
+ },
5854
+ "cancelable": true,
5855
+ "composed": true,
5856
+ "docs": "",
5857
+ "docsTags": []
5858
+ }
5859
+ ],
5860
+ "listeners": [],
5861
+ "styles": [],
5862
+ "slots": [],
5863
+ "parts": [],
5864
+ "dependents": [
5865
+ "justifi-payouts-list"
5866
+ ],
5867
+ "dependencies": [
5868
+ "justifi-table"
5869
+ ],
5870
+ "dependencyGraph": {
5871
+ "payouts-list-core": [
5872
+ "justifi-table"
5873
+ ],
5874
+ "justifi-table": [
5875
+ "pagination-menu"
5876
+ ],
5877
+ "justifi-payouts-list": [
5878
+ "payouts-list-core"
5879
+ ]
5880
+ }
5881
+ },
5723
5882
  {
5724
5883
  "filePath": "src/components/business-details/representative-details/representative-details.tsx",
5725
5884
  "encapsulation": "shadow",
@@ -6413,7 +6572,7 @@
6413
6572
  "path": "src/components/pagination-menu/pagination-menu.tsx"
6414
6573
  },
6415
6574
  "src/components/payment-method-form/payment-method-responses.ts::CreatePaymentMethodResponse": {
6416
- "declaration": "export type CreatePaymentMethodResponse = CardCreateResponse | BankAccountCreateResponse | PaymentMethodErrorResponse;",
6575
+ "declaration": "export type CreatePaymentMethodResponse =\n | CardCreateResponse\n | BankAccountCreateResponse\n | PaymentMethodErrorResponse;",
6417
6576
  "docstring": "",
6418
6577
  "path": "src/components/payment-method-form/payment-method-responses.ts"
6419
6578
  },
@@ -6427,18 +6586,23 @@
6427
6586
  "docstring": "",
6428
6587
  "path": "../../node_modules/.pnpm/yup@1.3.3/node_modules/yup/index.d.ts"
6429
6588
  },
6589
+ "src/api/Business.ts::AdditionalQuestions": {
6590
+ "declaration": "export interface AdditionalQuestions {\n business_revenue?: string;\n business_payment_volume?: string;\n business_dispute_volume?: string;\n business_receivable_volume?: string;\n}",
6591
+ "docstring": "",
6592
+ "path": "src/api/Business.ts"
6593
+ },
6430
6594
  "src/api/Business.ts::IBusiness": {
6431
- "declaration": "export interface IBusiness {\n business_structure: BusinessStructure;\n business_type: BusinessType;\n bank_accounts: BankAccount[];\n created_at: string;\n documents: Document[];\n doing_business_as: string;\n email: string;\n id: string;\n industry: string;\n legal_address: Address;\n legal_name: string;\n metadata: any;\n owners: Identity[];\n phone: string;\n platform_account_id: string;\n representative: Identity | null;\n tax_id: string;\n updated_at: string;\n website_url: string;\n product_categories: ProductCategories;\n additional_questions: AdditionalQuestions;\n}",
6595
+ "declaration": "export interface IBusiness {\n additional_questions: AdditionalQuestions | {};\n business_structure: BusinessStructure;\n business_type: BusinessType;\n bank_accounts: BankAccount[];\n created_at: string;\n documents: Document[];\n doing_business_as: string;\n email: string;\n id: string;\n industry: string;\n legal_address: IAddress | {};\n legal_name: string;\n metadata: any;\n owners: Identity[];\n phone: string;\n platform_account_id: string;\n product_categories: ProductCategories;\n representative: Identity | {};\n tax_id: string;\n updated_at: string;\n website_url: string;\n}",
6432
6596
  "docstring": "",
6433
6597
  "path": "src/api/Business.ts"
6434
6598
  },
6435
- "src/api/Business.ts::Address": {
6436
- "declaration": "export interface Address {\n id: string;\n platform_account_id: string;\n line1: string;\n line2: string;\n postal_code: string;\n city: string;\n state: string;\n country: string;\n created_at: string;\n updated_at: string;\n}",
6599
+ "src/api/Business.ts::IAddress": {
6600
+ "declaration": "export interface IAddress {\n id?: string;\n platform_account_id?: string;\n line1?: string;\n line2?: string;\n postal_code?: string;\n city?: string;\n state?: string;\n country?: string;\n created_at?: string;\n updated_at?: string;\n}",
6437
6601
  "docstring": "",
6438
6602
  "path": "src/api/Business.ts"
6439
6603
  },
6440
6604
  "src/api/Business.ts::Identity": {
6441
- "declaration": "export interface Identity {\n address: Address;\n created_at: string;\n dob_day: string;\n dob_month: string;\n dob_year: string;\n documents: Document[];\n email: string;\n id: string;\n is_owner: boolean;\n metadata: any;\n name: string;\n phone: string;\n platform_account_id: string;\n ssn_last4: string;\n title: string;\n updated_at: string;\n}",
6605
+ "declaration": "export interface Identity {\n address?: IAddress;\n created_at?: string;\n dob_day?: string;\n dob_month?: string;\n dob_year?: string;\n documents?: Document[];\n email?: string;\n id?: string;\n is_owner?: boolean;\n metadata?: any;\n name?: string;\n phone?: string;\n platform_account_id?: string;\n ssn_last4?: string;\n title?: string;\n updated_at?: string;\n}",
6442
6606
  "docstring": "",
6443
6607
  "path": "src/api/Business.ts"
6444
6608
  },