@tesouro/embedded-components-react 0.2.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 (992) hide show
  1. package/LICENSE +201 -0
  2. package/NOTICE +7 -0
  3. package/README.md +528 -0
  4. package/dist/core.d.ts +32 -0
  5. package/dist/core.js +4 -0
  6. package/dist/index.css +7677 -0
  7. package/dist/index.d.ts +3119 -0
  8. package/dist/index.js +113 -0
  9. package/dist/lib/BalancesWidget.d.ts +606 -0
  10. package/dist/lib/BalancesWidget.js +12 -0
  11. package/dist/lib/BankAccountsWidget.d.ts +659 -0
  12. package/dist/lib/BankAccountsWidget.js +4 -0
  13. package/dist/lib/BillPayWidget.d.ts +743 -0
  14. package/dist/lib/BillPayWidget.js +4 -0
  15. package/dist/lib/CounterpartsWidget.d.ts +823 -0
  16. package/dist/lib/CounterpartsWidget.js +4 -0
  17. package/dist/lib/ExpenseApprovalPoliciesWidget.d.ts +578 -0
  18. package/dist/lib/ExpenseApprovalPoliciesWidget.js +4 -0
  19. package/dist/lib/ExpenseManagementWidget.d.ts +595 -0
  20. package/dist/lib/ExpenseManagementWidget.js +4 -0
  21. package/dist/lib/ExpenseRequirementsWidget.d.ts +578 -0
  22. package/dist/lib/ExpenseRequirementsWidget.js +4 -0
  23. package/dist/lib/GlCodeTableWidget.d.ts +652 -0
  24. package/dist/lib/GlCodeTableWidget.js +7 -0
  25. package/dist/lib/HelpWidget.d.ts +677 -0
  26. package/dist/lib/HelpWidget.js +11 -0
  27. package/dist/lib/InsightsWidget.d.ts +659 -0
  28. package/dist/lib/InsightsWidget.js +17 -0
  29. package/dist/lib/InvoicingWidget.d.ts +596 -0
  30. package/dist/lib/InvoicingWidget.js +21 -0
  31. package/dist/lib/LinkedAccountsWidget.d.ts +652 -0
  32. package/dist/lib/LinkedAccountsWidget.js +4 -0
  33. package/dist/lib/OnboardingWidget.d.ts +826 -0
  34. package/dist/lib/OnboardingWidget.js +18 -0
  35. package/dist/lib/ProductsWidget.d.ts +755 -0
  36. package/dist/lib/ProductsWidget.js +4 -0
  37. package/dist/lib/ProfileWidget.d.ts +597 -0
  38. package/dist/lib/ProfileWidget.js +4 -0
  39. package/dist/lib/ReceiptMatchWidget.d.ts +579 -0
  40. package/dist/lib/ReceiptMatchWidget.js +4 -0
  41. package/dist/lib/ReceivablesWidget.d.ts +985 -0
  42. package/dist/lib/ReceivablesWidget.js +123 -0
  43. package/dist/lib/SettingsWidget.d.ts +612 -0
  44. package/dist/lib/SettingsWidget.js +4 -0
  45. package/dist/lib/TagsWidget.d.ts +659 -0
  46. package/dist/lib/TagsWidget.js +4 -0
  47. package/dist/lib/TeamWidget.d.ts +715 -0
  48. package/dist/lib/TeamWidget.js +4 -0
  49. package/dist/lib/TransfersWidget.d.ts +657 -0
  50. package/dist/lib/TransfersWidget.js +14 -0
  51. package/dist/lib/UploadReceiptWidget.d.ts +11 -0
  52. package/dist/lib/UploadReceiptWidget.js +4 -0
  53. package/dist/lib/WidgetProvider.d.ts +1089 -0
  54. package/dist/lib/WidgetProvider.js +41 -0
  55. package/dist/lib/monite-sdk.d.ts +74647 -0
  56. package/dist/lib/monite-sdk.js +275 -0
  57. package/dist/libs/shared/util-validation/dist/index6.js +28 -0
  58. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +121 -0
  59. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index3.js +6 -0
  60. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index4.js +109 -0
  61. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index5.js +25 -0
  62. package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index2.js +128 -0
  63. package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index3.js +90 -0
  64. package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index4.js +16 -0
  65. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index2.js +27 -0
  66. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index3.js +29 -0
  67. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index4.js +29 -0
  68. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +31 -0
  69. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +171 -0
  70. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index3.js +13 -0
  71. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index4.js +6 -0
  72. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +186 -0
  73. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index3.js +27 -0
  74. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index2.js +27 -0
  75. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index3.js +25 -0
  76. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +179 -0
  77. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index3.js +11 -0
  78. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +8 -0
  79. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +163 -0
  80. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index3.js +24 -0
  81. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +29 -0
  82. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +173 -0
  83. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +60 -0
  84. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +6 -0
  85. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index2.js +15 -0
  86. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/ui/dist/index3.js +7 -0
  87. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/data-access/dist/index2.js +60 -0
  88. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/data-access/dist/index3.js +71 -0
  89. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +256 -0
  90. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index3.js +6 -0
  91. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index4.js +31 -0
  92. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index5.js +183 -0
  93. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index6.js +156 -0
  94. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index7.js +29 -0
  95. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index8.js +64 -0
  96. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index2.js +100 -0
  97. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index3.js +218 -0
  98. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index4.js +496 -0
  99. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/data-access/dist/index2.js +109 -0
  100. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/data-access/dist/index3.js +18 -0
  101. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +258 -0
  102. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/analytics/events.js +6 -0
  103. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/labels.js +24 -0
  104. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/useApprovalPolicies.js +306 -0
  105. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index2.js +13 -0
  106. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index3.js +46 -0
  107. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index4.js +6 -0
  108. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index5.js +36 -0
  109. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index6.js +115 -0
  110. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +217 -0
  111. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index8.js +130 -0
  112. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +77 -0
  113. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index3.js +6 -0
  114. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/ui/dist/index2.js +34 -0
  115. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/ui/dist/index3.js +11 -0
  116. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index2.js +28 -0
  117. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index3.js +28 -0
  118. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index4.js +46 -0
  119. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index5.js +33 -0
  120. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index6.js +43 -0
  121. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +105 -0
  122. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/analytics/events.js +6 -0
  123. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/useReceiptMatch.js +310 -0
  124. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index2.js +101 -0
  125. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index3.js +88 -0
  126. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index4.js +78 -0
  127. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index5.js +203 -0
  128. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index6.js +99 -0
  129. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index7.js +48 -0
  130. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/data-access/dist/index2.js +43 -0
  131. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/data-access/dist/index3.js +18 -0
  132. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +128 -0
  133. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/analytics/events.js +6 -0
  134. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/useTransactionValidations.js +115 -0
  135. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/ui/dist/index2.js +77 -0
  136. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/ui/dist/index3.js +20 -0
  137. package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/lib/UploadReceiptWidget.js +79 -0
  138. package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/ui/dist/index2.js +25 -0
  139. package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/ui/dist/index3.js +135 -0
  140. package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/ui/dist/index4.js +34 -0
  141. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index2.js +28 -0
  142. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +101 -0
  143. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index3.js +6 -0
  144. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +182 -0
  145. package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +63 -0
  146. package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index3.js +6 -0
  147. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index2.js +9 -0
  148. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index3.js +122 -0
  149. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index4.js +4 -0
  150. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index5.js +11 -0
  151. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +65 -0
  152. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index3.js +36 -0
  153. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +9 -0
  154. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +115 -0
  155. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index3.js +147 -0
  156. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index4.js +12 -0
  157. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index5.js +6 -0
  158. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +30 -0
  159. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +64 -0
  160. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index8.js +15 -0
  161. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +20 -0
  162. package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index2.js +115 -0
  163. package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index3.js +109 -0
  164. package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index4.js +12 -0
  165. package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index5.js +6 -0
  166. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index2.js +57 -0
  167. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index3.js +40 -0
  168. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index4.js +232 -0
  169. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index5.js +109 -0
  170. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index6.js +77 -0
  171. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index7.js +30 -0
  172. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index10.js +52 -0
  173. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index11.js +173 -0
  174. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index12.js +94 -0
  175. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +172 -0
  176. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +299 -0
  177. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index4.js +6 -0
  178. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index5.js +6 -0
  179. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index6.js +133 -0
  180. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index7.js +449 -0
  181. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index8.js +63 -0
  182. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index9.js +208 -0
  183. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index10.js +146 -0
  184. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index12.js +22 -0
  185. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index2.js +47 -0
  186. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index4.js +179 -0
  187. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index5.js +234 -0
  188. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index6.js +98 -0
  189. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index7.js +91 -0
  190. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index8.js +32 -0
  191. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index9.js +411 -0
  192. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index10.js +23 -0
  193. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index2.js +24 -0
  194. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index3.js +27 -0
  195. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index4.js +21 -0
  196. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index5.js +21 -0
  197. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index6.js +61 -0
  198. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index7.js +24 -0
  199. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index8.js +24 -0
  200. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index9.js +24 -0
  201. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +62 -0
  202. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index3.js +10 -0
  203. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index4.js +304 -0
  204. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index5.js +11 -0
  205. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index6.js +70 -0
  206. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index7.js +29 -0
  207. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +34 -0
  208. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index9.js +83 -0
  209. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index10.js +9 -0
  210. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index11.js +13 -0
  211. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index12.js +74 -0
  212. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index13.js +95 -0
  213. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index14.js +110 -0
  214. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index15.js +21 -0
  215. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index16.js +53 -0
  216. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index2.js +208 -0
  217. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index3.js +69 -0
  218. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index4.js +60 -0
  219. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index5.js +118 -0
  220. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index6.js +88 -0
  221. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index7.js +52 -0
  222. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index8.js +63 -0
  223. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index9.js +134 -0
  224. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +43 -0
  225. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index100.js +35 -0
  226. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +28 -0
  227. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index102.js +8 -0
  228. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +99 -0
  229. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index104.js +26 -0
  230. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index105.js +23 -0
  231. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index106.js +36 -0
  232. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +18 -0
  233. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +5 -0
  234. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +149 -0
  235. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +60 -0
  236. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index110.js +189 -0
  237. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +41 -0
  238. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index112.js +35 -0
  239. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +47 -0
  240. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index114.js +24 -0
  241. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +26 -0
  242. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index116.js +4 -0
  243. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +9 -0
  244. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +4 -0
  245. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +25 -0
  246. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +187 -0
  247. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +26 -0
  248. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +4 -0
  249. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +4 -0
  250. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +37 -0
  251. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +6 -0
  252. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -0
  253. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +27 -0
  254. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +1273 -0
  255. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +12 -0
  256. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +11 -0
  257. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +129 -0
  258. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +35 -0
  259. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +15 -0
  260. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +101 -0
  261. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +10 -0
  262. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +59 -0
  263. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +28 -0
  264. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +41 -0
  265. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +78 -0
  266. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +60 -0
  267. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +199 -0
  268. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +213 -0
  269. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +14 -0
  270. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +16 -0
  271. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +66 -0
  272. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +41 -0
  273. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +28 -0
  274. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +84 -0
  275. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +11 -0
  276. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +82 -0
  277. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +31 -0
  278. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +44 -0
  279. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +150 -0
  280. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +9 -0
  281. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +7 -0
  282. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +258 -0
  283. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +185 -0
  284. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +16 -0
  285. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +119 -0
  286. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +89 -0
  287. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +111 -0
  288. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +112 -0
  289. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +58 -0
  290. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index16.js +49 -0
  291. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +66 -0
  292. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +90 -0
  293. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +78 -0
  294. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +50 -0
  295. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +8 -0
  296. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +17 -0
  297. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +26 -0
  298. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +61 -0
  299. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +154 -0
  300. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +78 -0
  301. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index17.js +15 -0
  302. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +74 -0
  303. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +238 -0
  304. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +126 -0
  305. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +37 -0
  306. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +61 -0
  307. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +36 -0
  308. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +30 -0
  309. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +69 -0
  310. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +31 -0
  311. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +23 -0
  312. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index18.js +45 -0
  313. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +15 -0
  314. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +14 -0
  315. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +24 -0
  316. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +53 -0
  317. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +12 -0
  318. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +7 -0
  319. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +58 -0
  320. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +10 -0
  321. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +24 -0
  322. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +24 -0
  323. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +52 -0
  324. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +22 -0
  325. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +16 -0
  326. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +17 -0
  327. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +95 -0
  328. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +28 -0
  329. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +98 -0
  330. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +103 -0
  331. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +20 -0
  332. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +16 -0
  333. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +16 -0
  334. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +271 -0
  335. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index20.js +18 -0
  336. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +103 -0
  337. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +28 -0
  338. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +8 -0
  339. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +14 -0
  340. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +9 -0
  341. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +12 -0
  342. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +216 -0
  343. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -0
  344. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +14 -0
  345. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +14 -0
  346. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index21.js +31 -0
  347. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +9 -0
  348. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +37 -0
  349. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +35 -0
  350. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +34 -0
  351. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +14 -0
  352. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +14 -0
  353. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +28 -0
  354. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +16 -0
  355. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +14 -0
  356. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +123 -0
  357. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index22.js +16 -0
  358. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +14 -0
  359. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +51 -0
  360. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +51 -0
  361. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +16 -0
  362. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +48 -0
  363. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +13 -0
  364. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +154 -0
  365. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +73 -0
  366. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +31 -0
  367. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +5 -0
  368. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index23.js +18 -0
  369. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +29 -0
  370. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +15 -0
  371. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +22 -0
  372. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +23 -0
  373. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +4 -0
  374. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +14 -0
  375. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +24 -0
  376. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +24 -0
  377. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +29 -0
  378. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +119 -0
  379. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +19 -0
  380. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +72 -0
  381. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +16 -0
  382. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +14 -0
  383. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +4 -0
  384. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +62 -0
  385. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +400 -0
  386. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +71 -0
  387. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +4 -0
  388. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +409 -0
  389. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +39 -0
  390. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +33 -0
  391. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +49 -0
  392. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +31 -0
  393. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +7 -0
  394. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +79 -0
  395. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +34 -0
  396. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +22 -0
  397. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +43 -0
  398. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +347 -0
  399. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +305 -0
  400. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +105 -0
  401. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +27 -0
  402. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +164 -0
  403. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +269 -0
  404. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +27 -0
  405. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +22 -0
  406. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +4 -0
  407. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +98 -0
  408. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +99 -0
  409. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +194 -0
  410. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +16 -0
  411. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +48 -0
  412. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +27 -0
  413. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +42 -0
  414. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +36 -0
  415. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +10 -0
  416. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +106 -0
  417. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +23 -0
  418. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +35 -0
  419. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +37 -0
  420. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +59 -0
  421. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +22 -0
  422. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +16 -0
  423. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +27 -0
  424. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +28 -0
  425. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +42 -0
  426. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +54 -0
  427. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +100 -0
  428. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +49 -0
  429. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +44 -0
  430. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +19 -0
  431. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +63 -0
  432. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +15 -0
  433. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +92 -0
  434. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +35 -0
  435. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +130 -0
  436. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +38 -0
  437. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +53 -0
  438. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +39 -0
  439. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +16 -0
  440. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +41 -0
  441. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +45 -0
  442. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +65 -0
  443. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +148 -0
  444. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +88 -0
  445. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +46 -0
  446. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +70 -0
  447. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +25 -0
  448. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +185 -0
  449. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +28 -0
  450. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +61 -0
  451. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +13 -0
  452. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +67 -0
  453. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +72 -0
  454. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +40 -0
  455. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +192 -0
  456. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +28 -0
  457. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +35 -0
  458. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +161 -0
  459. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +46 -0
  460. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +80 -0
  461. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +24 -0
  462. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +309 -0
  463. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +51 -0
  464. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +17 -0
  465. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +257 -0
  466. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +151 -0
  467. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +52 -0
  468. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +35 -0
  469. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +52 -0
  470. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +75 -0
  471. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +209 -0
  472. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +164 -0
  473. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +113 -0
  474. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +55 -0
  475. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +75 -0
  476. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +117 -0
  477. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +46 -0
  478. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +14 -0
  479. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +35 -0
  480. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +161 -0
  481. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +30 -0
  482. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +31 -0
  483. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +80 -0
  484. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +493 -0
  485. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +170 -0
  486. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +24 -0
  487. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +20 -0
  488. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +21 -0
  489. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +173 -0
  490. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +27 -0
  491. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +136 -0
  492. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +164 -0
  493. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +14 -0
  494. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +21 -0
  495. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +65 -0
  496. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +70 -0
  497. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +62 -0
  498. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +10 -0
  499. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +13 -0
  500. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +64 -0
  501. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index35.js +14 -0
  502. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +26 -0
  503. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +65 -0
  504. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +16 -0
  505. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +44 -0
  506. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +64 -0
  507. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +33 -0
  508. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +116 -0
  509. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +24 -0
  510. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +46 -0
  511. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +59 -0
  512. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +191 -0
  513. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +24 -0
  514. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +59 -0
  515. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +31 -0
  516. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +62 -0
  517. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +22 -0
  518. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +30 -0
  519. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +129 -0
  520. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +22 -0
  521. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +32 -0
  522. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +44 -0
  523. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +168 -0
  524. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +65 -0
  525. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +98 -0
  526. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +114 -0
  527. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +90 -0
  528. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +16 -0
  529. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +82 -0
  530. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +89 -0
  531. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +46 -0
  532. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +69 -0
  533. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +23 -0
  534. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +155 -0
  535. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +45 -0
  536. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +12 -0
  537. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +21 -0
  538. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +26 -0
  539. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +36 -0
  540. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +37 -0
  541. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +30 -0
  542. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +27 -0
  543. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +76 -0
  544. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +99 -0
  545. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +136 -0
  546. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +39 -0
  547. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +19 -0
  548. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +14 -0
  549. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +98 -0
  550. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +40 -0
  551. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +37 -0
  552. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +34 -0
  553. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +7 -0
  554. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +129 -0
  555. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +26 -0
  556. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +209 -0
  557. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +324 -0
  558. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +18 -0
  559. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +26 -0
  560. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +52 -0
  561. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +28 -0
  562. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +13 -0
  563. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +40 -0
  564. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +16 -0
  565. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +16 -0
  566. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +119 -0
  567. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +23 -0
  568. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +56 -0
  569. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +69 -0
  570. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +65 -0
  571. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +34 -0
  572. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +31 -0
  573. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +26 -0
  574. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +41 -0
  575. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +76 -0
  576. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +48 -0
  577. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +29 -0
  578. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +34 -0
  579. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +70 -0
  580. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +4 -0
  581. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +143 -0
  582. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +15 -0
  583. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +24 -0
  584. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +82 -0
  585. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +38 -0
  586. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +38 -0
  587. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +35 -0
  588. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +87 -0
  589. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +70 -0
  590. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +100 -0
  591. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +70 -0
  592. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +7 -0
  593. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +9 -0
  594. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +56 -0
  595. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +20 -0
  596. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +125 -0
  597. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +20 -0
  598. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +18 -0
  599. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +18 -0
  600. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +18 -0
  601. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +45 -0
  602. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +18 -0
  603. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +75 -0
  604. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +18 -0
  605. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +18 -0
  606. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +18 -0
  607. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +13 -0
  608. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +18 -0
  609. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +18 -0
  610. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +23 -0
  611. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +61 -0
  612. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +144 -0
  613. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +24 -0
  614. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +30 -0
  615. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +40 -0
  616. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +36 -0
  617. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +71 -0
  618. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +49 -0
  619. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +30 -0
  620. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +12 -0
  621. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +28 -0
  622. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +56 -0
  623. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +81 -0
  624. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +38 -0
  625. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +98 -0
  626. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +18 -0
  627. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +77 -0
  628. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +11 -0
  629. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +59 -0
  630. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +74 -0
  631. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +23 -0
  632. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +31 -0
  633. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +71 -0
  634. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +97 -0
  635. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +59 -0
  636. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +43 -0
  637. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +56 -0
  638. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +36 -0
  639. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +22 -0
  640. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +45 -0
  641. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +39 -0
  642. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +18 -0
  643. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +21 -0
  644. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +53 -0
  645. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +153 -0
  646. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +61 -0
  647. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +35 -0
  648. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +46 -0
  649. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +21 -0
  650. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +140 -0
  651. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +18 -0
  652. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +55 -0
  653. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +42 -0
  654. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +49 -0
  655. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +76 -0
  656. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index49.js +142 -0
  657. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +88 -0
  658. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index491.js +57 -0
  659. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index492.js +56 -0
  660. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index493.js +57 -0
  661. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index494.js +32 -0
  662. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index495.js +16 -0
  663. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +15 -0
  664. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index497.js +18 -0
  665. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index498.js +19 -0
  666. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index499.js +85 -0
  667. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +189 -0
  668. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +38 -0
  669. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index500.js +42 -0
  670. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index501.js +70 -0
  671. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index502.js +80 -0
  672. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index503.js +7 -0
  673. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index504.js +63 -0
  674. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index505.js +54 -0
  675. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index506.js +58 -0
  676. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index507.js +45 -0
  677. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index508.js +50 -0
  678. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index509.js +42 -0
  679. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index51.js +14 -0
  680. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index510.js +22 -0
  681. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index511.js +10 -0
  682. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +76 -0
  683. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +58 -0
  684. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +73 -0
  685. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +178 -0
  686. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index56.js +40 -0
  687. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index57.js +61 -0
  688. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +15 -0
  689. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index59.js +91 -0
  690. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +170 -0
  691. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index60.js +45 -0
  692. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index61.js +13 -0
  693. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index62.js +50 -0
  694. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index63.js +41 -0
  695. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index64.js +75 -0
  696. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index65.js +32 -0
  697. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index66.js +33 -0
  698. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index67.js +25 -0
  699. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index68.js +14 -0
  700. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index69.js +35 -0
  701. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index7.js +43 -0
  702. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index70.js +10 -0
  703. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index71.js +64 -0
  704. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index72.js +16 -0
  705. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index73.js +13 -0
  706. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index74.js +16 -0
  707. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index75.js +16 -0
  708. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index76.js +67 -0
  709. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index77.js +27 -0
  710. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +16 -0
  711. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.js +16 -0
  712. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +25 -0
  713. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index80.js +52 -0
  714. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index81.js +119 -0
  715. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index82.js +16 -0
  716. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index83.js +28 -0
  717. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index84.js +16 -0
  718. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index85.js +18 -0
  719. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +42 -0
  720. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +59 -0
  721. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +97 -0
  722. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +52 -0
  723. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +128 -0
  724. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index90.js +90 -0
  725. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index91.js +27 -0
  726. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index92.js +148 -0
  727. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index93.js +28 -0
  728. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +19 -0
  729. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index95.js +983 -0
  730. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index96.js +187 -0
  731. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index97.js +21 -0
  732. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index98.js +8 -0
  733. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index99.js +19 -0
  734. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index2.js +20 -0
  735. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index3.js +20 -0
  736. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index4.js +20 -0
  737. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index5.js +20 -0
  738. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index6.js +20 -0
  739. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index2.js +336 -0
  740. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index3.js +53 -0
  741. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index4.js +50 -0
  742. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index5.js +106 -0
  743. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index6.js +83 -0
  744. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index7.js +6 -0
  745. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index10.js +36 -0
  746. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index11.js +46 -0
  747. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index12.js +39 -0
  748. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index2.js +317 -0
  749. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index3.js +45 -0
  750. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index4.js +303 -0
  751. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index5.js +25 -0
  752. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index6.js +275 -0
  753. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index7.js +33 -0
  754. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index8.js +41 -0
  755. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index9.js +17 -0
  756. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +175 -0
  757. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index3.js +6 -0
  758. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index4.js +6 -0
  759. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index5.js +55 -0
  760. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index6.js +40 -0
  761. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index7.js +32 -0
  762. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index8.js +82 -0
  763. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index2.js +61 -0
  764. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index3.js +20 -0
  765. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index4.js +194 -0
  766. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index5.js +183 -0
  767. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index6.js +36 -0
  768. package/dist/libs/tesouro-embedded-components-react/profile-widget/data-access/dist/index2.js +27 -0
  769. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +146 -0
  770. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index3.js +18 -0
  771. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index4.js +6 -0
  772. package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +92 -0
  773. package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index3.js +7 -0
  774. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +299 -0
  775. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index3.js +15 -0
  776. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index4.js +6 -0
  777. package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index2.js +51 -0
  778. package/dist/libs/tesouro-embedded-components-react/settings-widget/ui/dist/index3.js +7 -0
  779. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index2.js +45 -0
  780. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index3.js +111 -0
  781. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index5.js +132 -0
  782. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index7.js +106 -0
  783. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/CounterpartSelector.js +39 -0
  784. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/helpers.js +405 -0
  785. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/labels.js +24 -0
  786. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/subEntityForms.js +47 -0
  787. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useAddressForm.js +74 -0
  788. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartDetails.js +48 -0
  789. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartForm.js +110 -0
  790. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useCounterpartSelector.js +74 -0
  791. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useDeleteController.js +67 -0
  792. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/useSubEntityForm.js +53 -0
  793. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index10.js +63 -0
  794. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index11.js +37 -0
  795. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index12.js +76 -0
  796. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index13.js +7 -0
  797. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index14.js +61 -0
  798. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index2.js +105 -0
  799. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index4.js +108 -0
  800. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index5.js +56 -0
  801. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index6.js +464 -0
  802. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index8.js +176 -0
  803. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/EmbedApiContext.js +27 -0
  804. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/allPages.js +23 -0
  805. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/api-version.json.js +7 -0
  806. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/bank-account/useAllBankAccountsQuery.js +49 -0
  807. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/client.config.js +12 -0
  808. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/clientRegistry.js +24 -0
  809. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/createEmbeddedClient.js +24 -0
  810. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/external-bank-account/useAllExternalBankAccountsQuery.js +50 -0
  811. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/fetchWidgetInit.js +15 -0
  812. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/hasAnyScope.js +9 -0
  813. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/isUserDataNotFoundError.js +27 -0
  814. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/organizationHeaders.js +6 -0
  815. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/queryKeys.js +8 -0
  816. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +751 -0
  817. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client/client.gen.js +156 -0
  818. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client/utils.gen.js +173 -0
  819. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/client.gen.js +11 -0
  820. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/auth.gen.js +8 -0
  821. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/bodySerializer.gen.js +9 -0
  822. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/pathSerializer.gen.js +119 -0
  823. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/serverSentEvents.gen.js +112 -0
  824. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/core/utils.gen.js +76 -0
  825. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +1510 -0
  826. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +14488 -0
  827. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/role/useAllOrganizationRolesQuery.js +56 -0
  828. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/scopes.js +34 -0
  829. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/useCurrentUserQuery.js +26 -0
  830. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/useGetUserDataQuery.js +36 -0
  831. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/useUpsertUserDataMutation.js +20 -0
  832. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/withAuthEpoch.js +9 -0
  833. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RefreshingRootWidgetProvider.js +32 -0
  834. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +179 -0
  835. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetContext.js +5 -0
  836. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetErrorBoundary.js +49 -0
  837. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +202 -0
  838. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetTokenRefreshContext.js +5 -0
  839. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetTokenRefreshProvider.js +31 -0
  840. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/globalStore.js +24 -0
  841. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/hooks.js +32 -0
  842. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/labels.js +6 -0
  843. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/types.js +8 -0
  844. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/useWidgetFetch.js +63 -0
  845. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/useWidgetToken.js +25 -0
  846. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/utils.js +21 -0
  847. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/client.js +7 -0
  848. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/events.js +10 -0
  849. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/hooks.js +18 -0
  850. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/interceptor.js +38 -0
  851. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/posthog.js +28 -0
  852. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/runtime.js +30 -0
  853. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/naicsCodeMap.js +1030 -0
  854. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +27 -0
  855. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +231 -0
  856. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index10.js +34 -0
  857. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index11.js +37 -0
  858. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index12.js +31 -0
  859. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index2.js +27 -0
  860. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index3.js +24 -0
  861. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index4.js +33 -0
  862. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index5.js +43 -0
  863. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index6.js +32 -0
  864. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index7.js +23 -0
  865. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index8.js +24 -0
  866. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index9.js +33 -0
  867. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/MeasureUnitsManagerContainer.js +151 -0
  868. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/ProductSelector.js +40 -0
  869. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/helpers.js +195 -0
  870. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/labels.js +15 -0
  871. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useMeasureUnits.js +25 -0
  872. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useProductForm.js +74 -0
  873. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/feature/dist/lib/useProductSelector.js +74 -0
  874. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index2.js +70 -0
  875. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index3.js +258 -0
  876. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index4.js +189 -0
  877. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index5.js +50 -0
  878. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index6.js +76 -0
  879. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/EmbeddedToaster.js +39 -0
  880. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/EmptyState/EmptyState.js +27 -0
  881. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/ErrorState/ErrorState.js +27 -0
  882. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/HostIsolationScope/HostIsolationScope.js +23 -0
  883. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/InlineErrorAlert/InlineErrorAlert.js +17 -0
  884. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/Link/Link.js +9 -0
  885. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/PaginationFooter/PaginationFooter.js +64 -0
  886. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/PaginationFooter/labels.js +8 -0
  887. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/UIContext.js +21 -0
  888. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/UIProvider.js +19 -0
  889. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/uiRendererRegistry.js +32 -0
  890. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/useLinkComponent.js +8 -0
  891. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/UIContext/useUIFramework.js +9 -0
  892. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/WidgetContainer/WidgetContainer.js +33 -0
  893. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/WidgetTitleWithIconAndChildren/WidgetTitleWithIconAndChildren.js +31 -0
  894. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index10.js +120 -0
  895. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index11.js +68 -0
  896. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index12.js +9 -0
  897. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index13.js +43 -0
  898. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index2.js +11 -0
  899. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index3.js +39 -0
  900. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index4.js +25 -0
  901. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index5.js +10 -0
  902. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index6.js +6 -0
  903. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index7.js +7 -0
  904. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index8.js +19 -0
  905. package/dist/libs/tesouro-embedded-components-react/shared/util/dist/index9.js +9 -0
  906. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index10.js +25 -0
  907. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index2.js +24 -0
  908. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index3.js +33 -0
  909. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index4.js +34 -0
  910. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index5.js +32 -0
  911. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index6.js +19 -0
  912. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index7.js +22 -0
  913. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index8.js +25 -0
  914. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index9.js +25 -0
  915. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index10.js +111 -0
  916. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index11.js +66 -0
  917. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +135 -0
  918. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index3.js +6 -0
  919. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index4.js +10 -0
  920. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index5.js +44 -0
  921. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index6.js +106 -0
  922. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index7.js +10 -0
  923. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index8.js +38 -0
  924. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index9.js +60 -0
  925. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index2.js +42 -0
  926. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +146 -0
  927. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index4.js +112 -0
  928. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index5.js +36 -0
  929. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index11.js +51 -0
  930. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index12.js +68 -0
  931. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index13.js +110 -0
  932. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index14.js +18 -0
  933. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index16.js +51 -0
  934. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index17.js +68 -0
  935. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index18.js +110 -0
  936. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index2.js +18 -0
  937. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index3.js +28 -0
  938. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index4.js +143 -0
  939. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index5.js +53 -0
  940. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index6.js +27 -0
  941. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index7.js +53 -0
  942. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index8.js +50 -0
  943. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index9.js +18 -0
  944. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index10.js +60 -0
  945. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +149 -0
  946. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index12.js +39 -0
  947. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index13.js +134 -0
  948. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index14.js +15 -0
  949. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +317 -0
  950. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index3.js +70 -0
  951. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index4.js +9 -0
  952. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index5.js +53 -0
  953. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index6.js +86 -0
  954. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +112 -0
  955. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index8.js +86 -0
  956. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index9.js +124 -0
  957. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +175 -0
  958. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index11.js +11 -0
  959. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +151 -0
  960. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index13.js +25 -0
  961. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index14.js +61 -0
  962. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index2.js +42 -0
  963. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index3.js +133 -0
  964. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index4.js +100 -0
  965. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index5.js +16 -0
  966. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index6.js +106 -0
  967. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index7.js +17 -0
  968. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index8.js +297 -0
  969. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index9.js +50 -0
  970. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index2.js +6 -0
  971. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index3.js +36 -0
  972. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index4.js +14 -0
  973. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index5.js +14 -0
  974. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index6.js +54 -0
  975. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index7.js +47 -0
  976. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index8.js +52 -0
  977. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +31 -0
  978. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index3.js +9 -0
  979. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +144 -0
  980. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index5.js +8 -0
  981. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index6.js +396 -0
  982. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index10.js +11 -0
  983. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index2.js +160 -0
  984. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index3.js +60 -0
  985. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index4.js +313 -0
  986. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index5.js +116 -0
  987. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index6.js +24 -0
  988. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index7.js +72 -0
  989. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index8.js +70 -0
  990. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index9.js +10 -0
  991. package/dist/packages/shared-ui-shadcn/dist/index.js +17576 -0
  992. package/package.json +175 -0
@@ -0,0 +1,3119 @@
1
+ import * as React from 'react';
2
+ import { ComponentType, AnchorHTMLAttributes, ReactNode, PropsWithChildren, ErrorInfo, ReactElement } from 'react';
3
+ import { FallbackProps } from 'react-error-boundary';
4
+ import { SortingState, OnChangeFn } from '@tanstack/react-table';
5
+
6
+ interface Labels$6 {
7
+ backButton: string;
8
+ editButton: string;
9
+ editTitle: string;
10
+ editDescription: string;
11
+ nicknameLabel: string;
12
+ referenceLabel: string;
13
+ cancelButton: string;
14
+ saveButton: string;
15
+ loadingLabel: string;
16
+ errorTitle: string;
17
+ editErrorTitle: string;
18
+ summaryTab: string;
19
+ transactionsTab: string;
20
+ transfersTab: string;
21
+ emptyTransactions: string;
22
+ emptyTransfers: string;
23
+ descriptionColumn: string;
24
+ dateColumn: string;
25
+ amountColumn: string;
26
+ balanceColumn: string;
27
+ routeColumn: string;
28
+ statusColumn: string;
29
+ }
30
+
31
+ interface FeatureLabels$6 {
32
+ accountFallback: string;
33
+ accountNumberLabel: string;
34
+ routingNumberLabel: string;
35
+ referenceLabel: string;
36
+ createdLabel: string;
37
+ balanceLabel: string;
38
+ unavailableLabel: string;
39
+ routeSeparator: string;
40
+ }
41
+
42
+ interface AccountDetailsWidgetProps {
43
+ accountId: string;
44
+ onBack: () => void;
45
+ labels?: Partial<Labels$6>;
46
+ featureLabels?: Partial<FeatureLabels$6>;
47
+ }
48
+ declare function AccountDetailsWidget({ accountId, onBack, labels, featureLabels: featureLabelOverrides, }: AccountDetailsWidgetProps): React.JSX.Element;
49
+
50
+ interface Labels$5 {
51
+ title: string;
52
+ description: string;
53
+ totalBalanceLabel: string;
54
+ createButton: string;
55
+ createTitle: string;
56
+ createDescription: string;
57
+ nicknameLabel: string;
58
+ referenceLabel: string;
59
+ cancelButton: string;
60
+ submitButton: string;
61
+ loadingLabel: string;
62
+ errorTitle: string;
63
+ createErrorTitle: string;
64
+ emptyTitle: string;
65
+ emptyDescription: string;
66
+ accountColumn: string;
67
+ balanceColumn: string;
68
+ statusColumn: string;
69
+ detailsButton: string;
70
+ }
71
+
72
+ type AuthToken = string | undefined;
73
+ interface Auth {
74
+ /**
75
+ * Which part of the request do we use to send the auth?
76
+ *
77
+ * @default 'header'
78
+ */
79
+ in?: 'header' | 'query' | 'cookie';
80
+ /**
81
+ * A unique identifier for the security scheme.
82
+ *
83
+ * Defined only when there are multiple security schemes whose `Auth`
84
+ * shape would otherwise be identical.
85
+ */
86
+ key?: string;
87
+ /**
88
+ * Header or query parameter name.
89
+ *
90
+ * @default 'Authorization'
91
+ */
92
+ name?: string;
93
+ scheme?: 'basic' | 'bearer';
94
+ type: 'apiKey' | 'http';
95
+ }
96
+
97
+ interface SerializerOptions<T> {
98
+ /**
99
+ * @default true
100
+ */
101
+ explode: boolean;
102
+ style: T;
103
+ }
104
+ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
105
+ type ObjectStyle = 'form' | 'deepObject';
106
+
107
+ type QuerySerializer = (query: Record<string, unknown>) => string;
108
+ type BodySerializer = (body: unknown) => unknown;
109
+ type QuerySerializerOptionsObject = {
110
+ allowReserved?: boolean;
111
+ array?: Partial<SerializerOptions<ArrayStyle>>;
112
+ object?: Partial<SerializerOptions<ObjectStyle>>;
113
+ };
114
+ type QuerySerializerOptions = QuerySerializerOptionsObject & {
115
+ /**
116
+ * Per-parameter serialization overrides. When provided, these settings
117
+ * override the global array/object settings for specific parameter names.
118
+ */
119
+ parameters?: Record<string, QuerySerializerOptionsObject>;
120
+ };
121
+
122
+ type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
123
+ type Client$1<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
124
+ /**
125
+ * Returns the final request URL.
126
+ */
127
+ buildUrl: BuildUrlFn;
128
+ getConfig: () => Config;
129
+ request: RequestFn;
130
+ setConfig: (config: Config) => Config;
131
+ } & {
132
+ [K in HttpMethod]: MethodFn;
133
+ } & ([SseFn] extends [never] ? {
134
+ sse?: never;
135
+ } : {
136
+ sse: {
137
+ [K in HttpMethod]: SseFn;
138
+ };
139
+ });
140
+ interface Config$1 {
141
+ /**
142
+ * Auth token or a function returning auth token. The resolved value will be
143
+ * added to the request payload as defined by its `security` array.
144
+ */
145
+ auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
146
+ /**
147
+ * A function for serializing request body parameter. By default,
148
+ * {@link JSON.stringify()} will be used.
149
+ */
150
+ bodySerializer?: BodySerializer | null;
151
+ /**
152
+ * An object containing any HTTP headers that you want to pre-populate your
153
+ * `Headers` object with.
154
+ *
155
+ * {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
156
+ */
157
+ headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
158
+ /**
159
+ * The request method.
160
+ *
161
+ * {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
162
+ */
163
+ method?: Uppercase<HttpMethod>;
164
+ /**
165
+ * A function for serializing request query parameters. By default, arrays
166
+ * will be exploded in form style, objects will be exploded in deepObject
167
+ * style, and reserved characters are percent-encoded.
168
+ *
169
+ * This method will have no effect if the native `paramsSerializer()` Axios
170
+ * API function is used.
171
+ *
172
+ * {@link https://swagger.io/docs/specification/serialization/#query View examples}
173
+ */
174
+ querySerializer?: QuerySerializer | QuerySerializerOptions;
175
+ /**
176
+ * A function validating request data. This is useful if you want to ensure
177
+ * the request conforms to the desired shape, so it can be safely sent to
178
+ * the server.
179
+ */
180
+ requestValidator?: (data: unknown) => Promise<unknown>;
181
+ /**
182
+ * A function transforming response data before it's returned. This is useful
183
+ * for post-processing data, e.g., converting ISO strings into Date objects.
184
+ */
185
+ responseTransformer?: (data: unknown) => Promise<unknown>;
186
+ /**
187
+ * A function validating response data. This is useful if you want to ensure
188
+ * the response conforms to the desired shape, so it can be safely passed to
189
+ * the transformers and returned to the user.
190
+ */
191
+ responseValidator?: (data: unknown) => Promise<unknown>;
192
+ }
193
+
194
+ type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> & Pick<Config$1, 'method' | 'responseTransformer' | 'responseValidator'> & {
195
+ /**
196
+ * Fetch API implementation. You can use this option to provide a custom
197
+ * fetch instance.
198
+ *
199
+ * @default globalThis.fetch
200
+ */
201
+ fetch?: typeof fetch;
202
+ /**
203
+ * Implementing clients can call request interceptors inside this hook.
204
+ */
205
+ onRequest?: (url: string, init: RequestInit) => Promise<Request>;
206
+ /**
207
+ * Callback invoked when a network or parsing error occurs during streaming.
208
+ *
209
+ * This option applies only if the endpoint returns a stream of events.
210
+ *
211
+ * @param error The error that occurred.
212
+ */
213
+ onSseError?: (error: unknown) => void;
214
+ /**
215
+ * Callback invoked when an event is streamed from the server.
216
+ *
217
+ * This option applies only if the endpoint returns a stream of events.
218
+ *
219
+ * @param event Event streamed from the server.
220
+ * @returns Nothing (void).
221
+ */
222
+ onSseEvent?: (event: StreamEvent<TData>) => void;
223
+ serializedBody?: RequestInit['body'];
224
+ /**
225
+ * Default retry delay in milliseconds.
226
+ *
227
+ * This option applies only if the endpoint returns a stream of events.
228
+ *
229
+ * @default 3000
230
+ */
231
+ sseDefaultRetryDelay?: number;
232
+ /**
233
+ * Maximum number of retry attempts before giving up.
234
+ */
235
+ sseMaxRetryAttempts?: number;
236
+ /**
237
+ * Maximum retry delay in milliseconds.
238
+ *
239
+ * Applies only when exponential backoff is used.
240
+ *
241
+ * This option applies only if the endpoint returns a stream of events.
242
+ *
243
+ * @default 30000
244
+ */
245
+ sseMaxRetryDelay?: number;
246
+ /**
247
+ * Optional sleep function for retry backoff.
248
+ *
249
+ * Defaults to using `setTimeout`.
250
+ */
251
+ sseSleepFn?: (ms: number) => Promise<void>;
252
+ url: string;
253
+ };
254
+ interface StreamEvent<TData = unknown> {
255
+ data: TData;
256
+ event?: string;
257
+ id?: string;
258
+ retry?: number;
259
+ }
260
+ type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {
261
+ stream: AsyncGenerator<TData extends Record<string, unknown> ? TData[keyof TData] : TData, TReturn, TNext>;
262
+ };
263
+
264
+ type ErrInterceptor<Err, Res, Req, Options> = (error: Err,
265
+ /** response may be undefined due to a network error where no response object is produced */
266
+ response: Res | undefined,
267
+ /** request may be undefined, because error may be from building the request object itself */
268
+ request: Req | undefined, options: Options) => Err | Promise<Err>;
269
+ type ReqInterceptor<Req, Options> = (request: Req, options: Options) => Req | Promise<Req>;
270
+ type ResInterceptor<Res, Req, Options> = (response: Res, request: Req, options: Options) => Res | Promise<Res>;
271
+ declare class Interceptors<Interceptor> {
272
+ fns: Array<Interceptor | null>;
273
+ clear(): void;
274
+ eject(id: number | Interceptor): void;
275
+ exists(id: number | Interceptor): boolean;
276
+ getInterceptorIndex(id: number | Interceptor): number;
277
+ update(id: number | Interceptor, fn: Interceptor): number | Interceptor | false;
278
+ use(fn: Interceptor): number;
279
+ }
280
+ interface Middleware<Req, Res, Err, Options> {
281
+ error: Interceptors<ErrInterceptor<Err, Res, Req, Options>>;
282
+ request: Interceptors<ReqInterceptor<Req, Options>>;
283
+ response: Interceptors<ResInterceptor<Res, Req, Options>>;
284
+ }
285
+
286
+ type ResponseStyle = 'data' | 'fields';
287
+ interface Config<T extends ClientOptions$1 = ClientOptions$1> extends Omit<RequestInit, 'body' | 'headers' | 'method'>, Config$1 {
288
+ /**
289
+ * Base URL for all requests made by this client.
290
+ */
291
+ baseUrl?: T['baseUrl'];
292
+ /**
293
+ * Fetch API implementation. You can use this option to provide a custom
294
+ * fetch instance.
295
+ *
296
+ * @default globalThis.fetch
297
+ */
298
+ fetch?: typeof fetch;
299
+ /**
300
+ * Please don't use the Fetch client for Next.js applications. The `next`
301
+ * options won't have any effect.
302
+ *
303
+ * Install {@link https://www.npmjs.com/package/@hey-api/client-next `@hey-api/client-next`} instead.
304
+ */
305
+ next?: never;
306
+ /**
307
+ * Return the response data parsed in a specified format. By default, `auto`
308
+ * will infer the appropriate method from the `Content-Type` response header.
309
+ * You can override this behavior with any of the {@link Body} methods.
310
+ * Select `stream` if you don't want to parse response data at all.
311
+ *
312
+ * @default 'auto'
313
+ */
314
+ parseAs?: 'arrayBuffer' | 'auto' | 'blob' | 'formData' | 'json' | 'stream' | 'text';
315
+ /**
316
+ * Should we return only data or multiple fields (data, error, response, etc.)?
317
+ *
318
+ * @default 'fields'
319
+ */
320
+ responseStyle?: ResponseStyle;
321
+ /**
322
+ * Throw an error instead of returning it in the response?
323
+ *
324
+ * @default false
325
+ */
326
+ throwOnError?: T['throwOnError'];
327
+ }
328
+ interface RequestOptions<TData = unknown, TResponseStyle extends ResponseStyle = 'fields', ThrowOnError extends boolean = boolean, Url extends string = string> extends Config<{
329
+ responseStyle: TResponseStyle;
330
+ throwOnError: ThrowOnError;
331
+ }>, Pick<ServerSentEventsOptions<TData>, 'onRequest' | 'onSseError' | 'onSseEvent' | 'sseDefaultRetryDelay' | 'sseMaxRetryAttempts' | 'sseMaxRetryDelay'> {
332
+ /**
333
+ * Any body that you want to add to your request.
334
+ *
335
+ * {@link https://developer.mozilla.org/docs/Web/API/fetch#body}
336
+ */
337
+ body?: unknown;
338
+ path?: Record<string, unknown>;
339
+ query?: Record<string, unknown>;
340
+ /**
341
+ * Security mechanism(s) to use for the request.
342
+ */
343
+ security?: ReadonlyArray<Auth>;
344
+ url: Url;
345
+ }
346
+ interface ResolvedRequestOptions<TResponseStyle extends ResponseStyle = 'fields', ThrowOnError extends boolean = boolean, Url extends string = string> extends RequestOptions<unknown, TResponseStyle, ThrowOnError, Url> {
347
+ headers: Headers;
348
+ serializedBody?: string;
349
+ }
350
+ type RequestResult<TData = unknown, TError = unknown, ThrowOnError extends boolean = boolean, TResponseStyle extends ResponseStyle = 'fields'> = ThrowOnError extends true ? Promise<TResponseStyle extends 'data' ? TData extends Record<string, unknown> ? TData[keyof TData] : TData : {
351
+ data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
352
+ request: Request;
353
+ response: Response;
354
+ }> : Promise<TResponseStyle extends 'data' ? (TData extends Record<string, unknown> ? TData[keyof TData] : TData) | undefined : ({
355
+ data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
356
+ error: undefined;
357
+ } | {
358
+ data: undefined;
359
+ error: TError extends Record<string, unknown> ? TError[keyof TError] : TError;
360
+ }) & {
361
+ /** request may be undefined, because error may be from building the request object itself */
362
+ request?: Request;
363
+ /** response may be undefined, because error may be from building the request object itself or from a network error */
364
+ response?: Response;
365
+ }>;
366
+ interface ClientOptions$1 {
367
+ baseUrl?: string;
368
+ responseStyle?: ResponseStyle;
369
+ throwOnError?: boolean;
370
+ }
371
+ type MethodFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'fields'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
372
+ type SseFn = <TData = unknown, _TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'fields'>(options: Omit<RequestOptions<never, TResponseStyle, ThrowOnError>, 'method'>) => Promise<ServerSentEventsResult<TData>>;
373
+ type RequestFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'fields'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'> & Pick<Required<RequestOptions<TData, TResponseStyle, ThrowOnError>>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
374
+ type BuildUrlFn = <TData extends {
375
+ body?: unknown;
376
+ path?: Record<string, unknown>;
377
+ query?: Record<string, unknown>;
378
+ url: string;
379
+ }>(options: TData & Options<TData>) => string;
380
+ type Client = Client$1<RequestFn, Config, MethodFn, BuildUrlFn, SseFn> & {
381
+ interceptors: Middleware<Request, Response, unknown, ResolvedRequestOptions>;
382
+ };
383
+ interface TDataShape {
384
+ body?: unknown;
385
+ headers?: unknown;
386
+ path?: unknown;
387
+ query?: unknown;
388
+ url: string;
389
+ }
390
+ type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
391
+ type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = 'fields'> = OmitKeys<RequestOptions<TResponse, TResponseStyle, ThrowOnError>, 'body' | 'path' | 'query' | 'url'> & ([TData] extends [never] ? unknown : Omit<TData, 'url'>);
392
+
393
+ type ClientOptions = {
394
+ baseUrl: 'https://api.stage.tesouro.com' | 'https://api.sandbox.stage.tesouro.com' | 'https://api.stage.business-banking.app' | 'https://api.tesouro.com' | 'https://api.sandbox.tesouro.com' | 'https://api.business-banking.app' | (string & {});
395
+ };
396
+ type OrganizationType = 'BANK' | 'EMBEDDED' | 'PLATFORM' | 'TRANSACTOR' | 'VERTICAL_SOFTWARE_PROVIDER';
397
+ type WidgetInitResponse = {
398
+ bankName?: null | string;
399
+ organizationId?: null | string;
400
+ organizationTypes?: null | Array<OrganizationType>;
401
+ scopes: Array<string>;
402
+ status?: WidgetUserStatus;
403
+ userId?: null | string;
404
+ vspName?: null | string;
405
+ };
406
+ type WidgetUserStatus = 'ACTIVE' | 'INACTIVE' | 'INVITED' | 'NOT_FOUND';
407
+
408
+ type EmbeddedClient = Client;
409
+ type ExtractLiterals<T> = T extends string ? string extends T ? never : T : never;
410
+ type BaseUrl = ExtractLiterals<ClientOptions['baseUrl']>;
411
+ /**
412
+ * Returns a new {@link EmbeddedClient} that is a shallow clone of `source`:
413
+ * same config, and all existing interceptors copied in their original order.
414
+ *
415
+ * Use this inside a `configClient` callback when you want to add interceptors
416
+ * without mutating the client instance that was passed in.
417
+ *
418
+ * @example
419
+ * ```ts
420
+ * const addLogging = useCallback((client: EmbeddedClient) => {
421
+ * const cloned = cloneEmbeddedClient(client);
422
+ * cloned.interceptors.request.use((req) => {
423
+ * console.log('[widget]', req.method, req.url);
424
+ * return req;
425
+ * });
426
+ * return cloned;
427
+ * }, []);
428
+ * ```
429
+ */
430
+ declare function cloneEmbeddedClient(source: EmbeddedClient): EmbeddedClient;
431
+
432
+ type LinkComponentProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
433
+ children?: ReactNode;
434
+ };
435
+ type LinkComponent = ComponentType<LinkComponentProps>;
436
+ /**
437
+ * The UI frameworks a widget's UI layer can render with.
438
+ *
439
+ * - `shadcn` — the shadcn/Tailwind implementation. This is the default and the
440
+ * implicit fallback, so existing consumers that select nothing keep rendering
441
+ * shadcn.
442
+ * - `tecton` — the Tecton implementation.
443
+ *
444
+ * Declared as an `as const` object (not a TypeScript `enum`) per repo
445
+ * convention.
446
+ */
447
+ declare const UIFramework: {
448
+ readonly Shadcn: "shadcn";
449
+ readonly Tecton: "tecton";
450
+ };
451
+ type UIFramework = (typeof UIFramework)[keyof typeof UIFramework];
452
+
453
+ /**
454
+ * A renderer is just a component that accepts the widget's public props. The
455
+ * registry is keyed by a stable widget id (e.g. `'help-widget'`), so a single
456
+ * extension can register implementations for many widgets at once.
457
+ */
458
+ type AnyRenderer = ComponentType<any>;
459
+ type RendererMap = Record<string, AnyRenderer>;
460
+ /** A framework's design-system bootstrap (idempotent, SSR-safe). */
461
+ type DesignSystemEnsurer = () => Promise<void>;
462
+ /**
463
+ * Registers UI renderers for a framework. Called by an extension package (never
464
+ * by core) to make its implementations resolvable by the widget switches.
465
+ *
466
+ * Idempotent and additive: later calls merge into any existing map for the
467
+ * framework, so multiple extensions (or repeated calls) compose rather than
468
+ * clobber. Notifies mounted switches via `useSyncExternalStore`.
469
+ *
470
+ * @param framework - The framework these renderers implement (e.g. `'tecton'`).
471
+ * @param map - Widget-id → component for that framework's surface.
472
+ */
473
+ declare function registerUIRenderers(framework: UIFramework, map: RendererMap): void;
474
+ /**
475
+ * Registers a framework's design-system bootstrap (e.g. Tecton's
476
+ * `ensureTectonDesignSystem`). Called by an extension; core invokes the
477
+ * registered ensurer from its provider cascade when the resolved framework
478
+ * matches. No-op resolution (undefined) means the extension is absent — core
479
+ * simply does not bootstrap any non-shadcn design system.
480
+ *
481
+ * @param framework - The framework this ensurer bootstraps.
482
+ * @param ensurer - Idempotent, SSR-safe bootstrap returning a `Promise`.
483
+ */
484
+ declare function registerDesignSystemEnsurer(framework: UIFramework, ensurer: DesignSystemEnsurer): void;
485
+
486
+ /**
487
+ * The implementation a widget renders with.
488
+ *
489
+ * - `native` — the Tesouro-native implementation. This is the default and the
490
+ * implicit fallback, so consumers that select nothing keep rendering native.
491
+ * - `monite` — the Monite SDK implementation.
492
+ *
493
+ * Declared as an `as const` object (not a TypeScript `enum`) per repo
494
+ * convention.
495
+ */
496
+ declare const Implementation: {
497
+ readonly Native: "native";
498
+ readonly Monite: "monite";
499
+ };
500
+ type Implementation = (typeof Implementation)[keyof typeof Implementation];
501
+ /**
502
+ * The settable fields of the widget config cascade.
503
+ *
504
+ * This is the type accepted by {@link setGlobalWidgetConfig} and all provider props.
505
+ * It intentionally excludes `initResponse`, which is populated automatically by the
506
+ * provider after a successful fetch and must never be set manually.
507
+ *
508
+ * The `null` vs `undefined` distinction on `widgetToken` and `organizationId` is intentional:
509
+ * - `undefined` — not set at this level; inherit from the nearest ancestor or global store.
510
+ * - `null` — explicitly cleared; downstream sees "no value" even if an ancestor had one
511
+ * (e.g. after logout or deliberate de-scoping).
512
+ *
513
+ * @see {@link WidgetConfig} for the resolved output type (includes `initResponse`)
514
+ * @see {@link RootWidgetProvider}
515
+ * @see {@link WidgetProvider}
516
+ * @see {@link setGlobalWidgetConfig}
517
+ */
518
+ interface WidgetConfigInput {
519
+ /**
520
+ * Base URL of the Tesouro embedded API (e.g. `"https://api.tesouro.com"`).
521
+ *
522
+ * When omitted the nearest ancestor's `baseUrl` or the global store value is used.
523
+ * Changing this recreates the underlying HTTP client so all subsequent requests
524
+ * go to the new host.
525
+ */
526
+ baseUrl?: BaseUrl;
527
+ /**
528
+ * Bearer token used to authenticate widget requests.
529
+ *
530
+ * Injected as `Authorization: Bearer <token>` on every outgoing request via an
531
+ * interceptor on the scoped HTTP client. Token updates are picked up immediately
532
+ * without recreating the client.
533
+ *
534
+ * - `string` — send this token on all requests from this level downward.
535
+ * - `null` — explicitly cleared; no auth header is sent and fetching is suppressed.
536
+ * - `undefined` — not set at this level; inherit from the nearest ancestor or global store.
537
+ */
538
+ widgetToken?: string | null;
539
+ /**
540
+ * Organization ID forwarded as the `x-organization-id` request header.
541
+ *
542
+ * Passed through {@link EmbedApiProvider} context rather than the auth interceptor,
543
+ * so individual data-access hooks can opt in per-request.
544
+ *
545
+ * - `string` — use this organization for downstream data requests.
546
+ * - `null` — explicitly cleared; queries that require an org ID will be disabled.
547
+ * - `undefined` — not set at this level; inherit from the nearest ancestor or global store.
548
+ *
549
+ * When `undefined` across the **whole** cascade (no prop, no ancestor, no global
550
+ * value), the resolved org defaults to the loaded `initResponse.organizationId`
551
+ * (see {@link WidgetConfig.initResponse}) once the widget-init fetch settles. This
552
+ * is the lowest-priority fallback — any explicit `string` or `null` at any cascade
553
+ * level wins, and an explicit `null` is preserved and never falls back.
554
+ *
555
+ * Only an **explicit** ancestor org is inherited. An ancestor's *init-derived*
556
+ * default does not propagate into a descendant that owns its own fetch (its own
557
+ * `baseUrl`/`widgetToken`); such a descendant defaults to its own
558
+ * `initResponse.organizationId` instead, so it never sends an ancestor's org with
559
+ * its own token.
560
+ */
561
+ organizationId?: string | null;
562
+ /**
563
+ * Optional post-creation hook for the scoped HTTP client.
564
+ *
565
+ * Called once after the provider creates its scoped {@link EmbeddedClient} and
566
+ * applies the built-in `Authorization: Bearer` interceptor. Receives the
567
+ * fully-configured client and must return the client to be used for the lifetime of
568
+ * this provider level — either the same instance (with additional interceptors
569
+ * attached) or a new client entirely.
570
+ *
571
+ * **Order:** The built-in auth interceptor is always applied first. `configClient`
572
+ * is called on top of it, so any interceptors you add here run after auth is set.
573
+ *
574
+ * **Any prop triggers a scoped client.** A {@link WidgetProvider} creates its own
575
+ * scoped client whenever any prop is set — including `configClient` alone, without
576
+ * `baseUrl` or `widgetToken`. Only a fully props-free pass-through provider skips
577
+ * client creation and never calls this function.
578
+ *
579
+ * **Stability:** The function reference is included in the client creation memo's
580
+ * dependency array. Passing an unstable (inline) function recreates the client on
581
+ * every render. Stabilize with `useCallback` or define the function outside the
582
+ * component.
583
+ *
584
+ * **Cascade:** Inherits from the nearest ancestor when `undefined`. A child
585
+ * {@link WidgetProvider} that creates its own scoped client will use the resolved
586
+ * `configClient` from the cascade unless it provides its own override.
587
+ *
588
+ * @example
589
+ * ```tsx
590
+ * const addLogging = useCallback(
591
+ * (client: EmbeddedClient) => {
592
+ * client.interceptors.request.use((req) => {
593
+ * console.log('[widget]', req.method, req.url);
594
+ * return req;
595
+ * });
596
+ * return client;
597
+ * },
598
+ * [],
599
+ * );
600
+ *
601
+ * <RootWidgetProvider
602
+ * baseUrl="https://api.tesouro.com"
603
+ * widgetToken={token}
604
+ * configClient={addLogging}
605
+ * >
606
+ * <App />
607
+ * </RootWidgetProvider>
608
+ * ```
609
+ */
610
+ configClient?: (client: EmbeddedClient) => EmbeddedClient;
611
+ /**
612
+ * Component the embedded widgets should render in place of plain `<a>` tags.
613
+ *
614
+ * Pass e.g. Next.js's `Link` to make in-app navigation use the host router.
615
+ * Cascades like other config: provider prop > nearest ancestor > global store.
616
+ * When no value is set anywhere, widgets fall back to a plain `<a>` element.
617
+ */
618
+ linkComponent?: LinkComponent;
619
+ /**
620
+ * Which UI framework the widget UI layer should render with.
621
+ *
622
+ * Lets a consuming context bind widgets to either the shadcn/Tailwind or the
623
+ * Tecton implementation behind the same outward-facing API. The selection is
624
+ * a presentation concern only — it cascades through the provider tree exactly
625
+ * like {@link linkComponent} and is read by UI libraries via `useUIFramework`;
626
+ * it never appears in any widget's feature-library or component props.
627
+ *
628
+ * - `'shadcn'` — the shadcn/Tailwind implementation.
629
+ * - `'tecton'` — the Tecton implementation.
630
+ * - `null` / `undefined` — not set at this level; inherit from the nearest
631
+ * ancestor or global store, falling back to `shadcn` when unset everywhere.
632
+ * `shadcn` is the implicit default, so existing consumers need no changes.
633
+ */
634
+ uiFramework?: UIFramework | null;
635
+ /**
636
+ * Which implementation a widget renders with.
637
+ *
638
+ * Lets a consuming context bind widgets to either the Tesouro-native or the
639
+ * Monite SDK implementation behind the same outward-facing API. It cascades
640
+ * through the provider tree exactly like {@link linkComponent} and
641
+ * {@link uiFramework} — provider prop > nearest ancestor > global store — and
642
+ * is read via `useImplementation`.
643
+ *
644
+ * - `'native'` — the Tesouro-native implementation.
645
+ * - `'monite'` — the Monite SDK implementation.
646
+ * - `null` / `undefined` — not set at this level; inherit from the nearest
647
+ * ancestor or global store, falling back to `native` when unset everywhere.
648
+ * `native` is the implicit default, so existing consumers need no changes.
649
+ */
650
+ implementation?: Implementation | null;
651
+ }
652
+ /**
653
+ * Props shared by every analytics-owner-capable widget provider.
654
+ *
655
+ * Combines the full settable cascade ({@link WidgetConfigInput}) with the
656
+ * analytics opt-out honored by analytics owners. Both {@link RootWidgetProvider}
657
+ * and {@link WidgetProvider} build their public props on top of this; the latter
658
+ * adds error-boundary props of its own.
659
+ *
660
+ * @see {@link WidgetConfigInput} for per-field cascade and `null` vs omitted semantics
661
+ */
662
+ interface WidgetProviderBaseProps extends WidgetConfigInput {
663
+ /**
664
+ * Opt out of all analytics capture and prevent PostHog from loading. Default `true`.
665
+ *
666
+ * Honored only by an analytics **owner** — a {@link RootWidgetProvider} or a
667
+ * standalone {@link WidgetProvider} with no parent provider. When `false`,
668
+ * owner-bound `track` calls in this subtree become no-ops and the PostHog
669
+ * installer is never dynamically imported for this owner's environment.
670
+ * Setting it on a nested {@link WidgetProvider} is ignored in v1 (a one-time
671
+ * `console.warn` is emitted to make the no-op discoverable).
672
+ */
673
+ analytics?: boolean;
674
+ }
675
+ /**
676
+ * The fully-resolved widget config at a given provider level.
677
+ *
678
+ * Extends {@link WidgetConfigInput} with `initResponse`, which is populated automatically
679
+ * after a successful `GET /api/widget-gateway/init` fetch. This type is returned by
680
+ * {@link useWidgetConfig} and represents the cascade result — it is never an input type.
681
+ *
682
+ * `initResponse` cascades as a **whole object** — it is either present (a fetch succeeded
683
+ * at some level in the tree) or absent (`undefined`). Fields are never merged across levels.
684
+ * It is cleared immediately when `widgetToken` or `baseUrl` changes to prevent stale tenant
685
+ * data from persisting across auth boundaries.
686
+ *
687
+ * @see {@link WidgetConfigInput} for the input type accepted by providers and setGlobalWidgetConfig
688
+ * @see {@link useWidgetConfig}
689
+ */
690
+ interface WidgetConfig extends WidgetConfigInput {
691
+ /**
692
+ * The response from `GET /api/widget-gateway/init` for this level of the tree.
693
+ *
694
+ * Read-only — populated automatically by the provider. Use {@link useWidgetConfig}
695
+ * to access it; do not attempt to set this field via {@link setGlobalWidgetConfig}
696
+ * or provider props (those accept {@link WidgetConfigInput}, which excludes this field).
697
+ *
698
+ * Its `organizationId` also seeds the resolved {@link WidgetConfigInput.organizationId}
699
+ * when the org is unset across the whole cascade.
700
+ */
701
+ initResponse?: WidgetInitResponse;
702
+ }
703
+
704
+ /**
705
+ * Replaces the global widget config and notifies all reactive subscribers.
706
+ *
707
+ * Designed for non-React entry points — web component hosts, imperative SDKs, or any
708
+ * code outside the React tree — that need to push configuration into mounted widgets
709
+ * before or after they render. Any mounted {@link RootWidgetProvider} or component
710
+ * calling {@link useWidgetConfig} outside a provider re-renders automatically via
711
+ * `useSyncExternalStore`.
712
+ *
713
+ * **Priority**: The global store is the lowest-priority fallback. Any prop passed
714
+ * directly to a {@link RootWidgetProvider} or {@link WidgetProvider} overrides it.
715
+ *
716
+ * @param config - The new global config. **Replaces** the previous value entirely;
717
+ * fields absent from `config` revert to `undefined` on the next read.
718
+ *
719
+ * @example
720
+ * ```ts
721
+ * // Web component attribute-change handler — outside the React tree
722
+ * setGlobalWidgetConfig({
723
+ * baseUrl: 'https://api.tesouro.com',
724
+ * widgetToken: tokenFromHost,
725
+ * });
726
+ * ```
727
+ *
728
+ * @see {@link getGlobalWidgetConfig} for a synchronous non-reactive read
729
+ * @see {@link RootWidgetProvider} for the React provider that subscribes to this store
730
+ */
731
+ declare function setGlobalWidgetConfig(config: WidgetConfigInput): void;
732
+ /**
733
+ * Merges a partial widget config into the global store and notifies subscribers.
734
+ *
735
+ * Unlike {@link setGlobalWidgetConfig}, this does **not** wipe untouched fields:
736
+ * keys absent from `patch` are preserved. Keys explicitly present in `patch` —
737
+ * including those set to `undefined` or `null` — overwrite. Use this when you
738
+ * have a single field to update (most commonly a freshly fetched
739
+ * `widgetToken`) without disturbing the rest of the global config.
740
+ *
741
+ * @param patch - The fields to merge into the existing global config. Omitted
742
+ * keys are preserved; explicitly present keys replace their counterparts.
743
+ *
744
+ * @example
745
+ * ```ts
746
+ * setGlobalWidgetConfig({ baseUrl: 'https://api.tesouro.com', widgetToken: 'a' });
747
+ * updateGlobalWidgetConfig({ widgetToken: 'b' });
748
+ * // baseUrl is still 'https://api.tesouro.com'
749
+ * ```
750
+ *
751
+ * @see {@link setGlobalWidgetConfig} for the replace-all variant
752
+ */
753
+ declare function updateGlobalWidgetConfig(patch: WidgetConfigInput): void;
754
+ /**
755
+ * Returns the current global widget config synchronously without subscribing to changes.
756
+ *
757
+ * Use this in non-React contexts such as event handlers or imperative callbacks where
758
+ * you need a one-off read. For reactive reads inside React components use
759
+ * {@link useWidgetConfig} instead.
760
+ *
761
+ * @returns The current {@link WidgetConfig} from the global store. The object is
762
+ * replaced (not mutated) on each {@link setGlobalWidgetConfig} call — do not
763
+ * cache the return value across renders or async boundaries.
764
+ *
765
+ * @see {@link setGlobalWidgetConfig} to write to the global store
766
+ * @see {@link useWidgetConfig} for a reactive React hook alternative
767
+ */
768
+ declare function getGlobalWidgetConfig(): WidgetConfigInput;
769
+
770
+ /**
771
+ * Props for {@link RootWidgetProvider}.
772
+ *
773
+ * All fields are optional and come from {@link WidgetProviderBaseProps}. When a
774
+ * field is omitted the global store value (set via {@link setGlobalWidgetConfig})
775
+ * is used as a reactive fallback. See {@link WidgetConfigInput} for per-field
776
+ * cascade and `null` vs omitted semantics.
777
+ */
778
+ type RootWidgetProviderProps = WidgetProviderBaseProps;
779
+ /**
780
+ * Top-level provider for the widget config cascade.
781
+ *
782
+ * Place this **once** near the root of your React tree. It:
783
+ * - Resolves `baseUrl`, `widgetToken`, and `organizationId` from its own props,
784
+ * falling back to the global store (see {@link setGlobalWidgetConfig}) for any
785
+ * prop that is `undefined`.
786
+ * - Calls `GET /api/widget-gateway/init` whenever both `baseUrl` and `widgetToken`
787
+ * resolve to a non-null value. The response is stored as `initResponse` and made
788
+ * available to every descendant via {@link useWidgetConfig}.
789
+ * - Creates a stable `QueryClient` once on mount and provides it via
790
+ * `QueryClientProvider` for the entire subtree.
791
+ * - Creates a scoped `@hey-api` HTTP client configured for `baseUrl`. The
792
+ * `Authorization: Bearer` header is kept current via a ref-based interceptor so
793
+ * token rotation never recreates the client.
794
+ * - Provides `QueryClientProvider`, {@link EmbedApiProvider}, and `WidgetContext`
795
+ * for the entire subtree.
796
+ *
797
+ * Reacts to {@link setGlobalWidgetConfig} calls after mount — any global change
798
+ * that resolves a previously missing `baseUrl` or `widgetToken` triggers a fetch.
799
+ *
800
+ * @param props.baseUrl - API base URL. Falls back to `global.baseUrl` when omitted.
801
+ * @param props.widgetToken - Auth token. Falls back to `global.widgetToken` when omitted.
802
+ * @param props.organizationId - Org ID for data requests. Falls back to `global.organizationId`,
803
+ * then to the init response's `organizationId` when unset everywhere.
804
+ * @param props.children - The React subtree that will consume the widget context.
805
+ *
806
+ * @example
807
+ * ```tsx
808
+ * // Standard usage — one fetch for the whole tree
809
+ * <RootWidgetProvider
810
+ * baseUrl="https://api.tesouro.com"
811
+ * widgetToken={userToken}
812
+ * >
813
+ * <App />
814
+ * </RootWidgetProvider>
815
+ * ```
816
+ *
817
+ * @example
818
+ * ```tsx
819
+ * // Host sets the URL globally; React tree only needs the token
820
+ * setGlobalWidgetConfig({ baseUrl: 'https://api.tesouro.com' });
821
+ *
822
+ * <RootWidgetProvider widgetToken={token}>
823
+ * <App />
824
+ * </RootWidgetProvider>
825
+ * ```
826
+ *
827
+ * @see {@link WidgetProvider} for mid-tree token or URL overrides
828
+ * @see {@link useWidgetConfig} to read the resolved config in descendants
829
+ * @see {@link setGlobalWidgetConfig} to push config imperatively from outside React
830
+ */
831
+ declare function RootWidgetProvider({ children, baseUrl, widgetToken, organizationId, configClient, linkComponent, uiFramework, implementation, analytics, }: PropsWithChildren<RootWidgetProviderProps>): React.JSX.Element;
832
+
833
+ /**
834
+ * Props for {@link WidgetProvider}.
835
+ *
836
+ * All fields are optional. When **all** are omitted the provider is a transparent
837
+ * pass-through: no fetch is issued and all resolved values cascade unchanged from
838
+ * the nearest ancestor.
839
+ */
840
+ interface WidgetProviderProps extends WidgetProviderBaseProps {
841
+ /**
842
+ * Fallback rendered when a render-time exception is caught inside this
843
+ * provider's subtree. Pass either a `ReactNode` (rendered directly) or a
844
+ * render-prop receiving `{ error, resetErrorBoundary }` from
845
+ * `react-error-boundary`. Default is a plain `role="alert"` div with
846
+ * generic copy from `DEFAULT_LABELS.errorBoundaryFallback`.
847
+ */
848
+ errorFallback?: ReactNode | ((props: FallbackProps) => ReactNode);
849
+ /**
850
+ * Called once when the boundary catches an error, before the fallback
851
+ * renders. Use for telemetry / Sentry / partner logging. Exceptions
852
+ * thrown from `onError` propagate per `react-error-boundary` semantics.
853
+ */
854
+ onError?: (error: unknown, info: ErrorInfo) => void;
855
+ }
856
+ /**
857
+ * Mid-tree cascading provider for widget config.
858
+ *
859
+ * Inherits all resolved values from the nearest ancestor provider (or the global
860
+ * store when no ancestor exists). Only issues a fetch when at least one of `baseUrl`
861
+ * or `widgetToken` is explicitly set here, to avoid duplicating the root fetch.
862
+ *
863
+ * **Pass-through mode** (no props): transparent wrapper — no fetch, no new HTTP client,
864
+ * all values cascade from the parent unchanged. `refetch`, `loading`, and `error`
865
+ * all bubble up to the nearest fetch-owning ancestor automatically.
866
+ *
867
+ * **Fetch mode** (at least one of `baseUrl` or `widgetToken` explicitly set): issues
868
+ * its own `GET /api/widget-gateway/init` and makes the response available to its
869
+ * subtree, shadowing the parent's `initResponse`. Creates a scoped HTTP client with
870
+ * its own auth interceptor. Re-fetching keeps the previous `initResponse` visible
871
+ * until the new response arrives (no cross-tenant flash).
872
+ *
873
+ * **Standalone / web-component mode** (no {@link RootWidgetProvider} ancestor):
874
+ * behaves identically to a root — creates its own `QueryClient`, HTTP client, and
875
+ * {@link EmbedApiProvider}, and fetches as soon as `widgetToken` is available.
876
+ *
877
+ * @param props.baseUrl - API base URL override for this subtree.
878
+ * @param props.widgetToken - Auth token override for this subtree.
879
+ * @param props.organizationId - Org ID override for this subtree. Inherits the parent's
880
+ * org when omitted, then defaults to this level's init-response `organizationId` when
881
+ * the whole cascade is unset (an ancestor's explicit org wins over the init-response org).
882
+ * @param props.children - The React subtree that will consume the overridden context.
883
+ *
884
+ * @example
885
+ * ```tsx
886
+ * // Pass-through — no fetch, inherits everything from the parent
887
+ * <WidgetProvider>
888
+ * <SomeWidget />
889
+ * </WidgetProvider>
890
+ * ```
891
+ *
892
+ * @example
893
+ * ```tsx
894
+ * // Token override — fetches with the partner token; parent tree is unaffected
895
+ * <RootWidgetProvider baseUrl={API_URL} widgetToken={platformToken}>
896
+ * <MainContent />
897
+ * <WidgetProvider widgetToken={partnerToken}>
898
+ * <PartnerWidget /> {/* sees partner initResponse *\/}
899
+ * </WidgetProvider>
900
+ * </RootWidgetProvider>
901
+ * ```
902
+ *
903
+ * @example
904
+ * ```tsx
905
+ * // Standalone web component — no RootWidgetProvider needed
906
+ * function MyWidget({ token }: { token: string }) {
907
+ * return (
908
+ * <WidgetProvider baseUrl="https://api.tesouro.com" widgetToken={token}>
909
+ * <WidgetContent />
910
+ * </WidgetProvider>
911
+ * );
912
+ * }
913
+ * ```
914
+ *
915
+ * @see {@link RootWidgetProvider} for the dedicated root-level variant
916
+ * @see {@link useWidgetConfig} to read the resolved config in descendants
917
+ * @see {@link useRefetchWidget} to manually re-trigger the fetch
918
+ */
919
+ declare function WidgetProvider({ children, baseUrl, widgetToken, organizationId, configClient, linkComponent, uiFramework, implementation, errorFallback, onError, analytics, }: PropsWithChildren<WidgetProviderProps>): React.JSX.Element;
920
+
921
+ declare const USStateAbbreviation: {
922
+ readonly Alabama: "AL";
923
+ readonly Alaska: "AK";
924
+ readonly Arizona: "AZ";
925
+ readonly Arkansas: "AR";
926
+ readonly California: "CA";
927
+ readonly Colorado: "CO";
928
+ readonly Connecticut: "CT";
929
+ readonly Delaware: "DE";
930
+ readonly DistrictOfColumbia: "DC";
931
+ readonly Florida: "FL";
932
+ readonly Georgia: "GA";
933
+ readonly Hawaii: "HI";
934
+ readonly Idaho: "ID";
935
+ readonly Illinois: "IL";
936
+ readonly Indiana: "IN";
937
+ readonly Iowa: "IA";
938
+ readonly Kansas: "KS";
939
+ readonly Kentucky: "KY";
940
+ readonly Louisiana: "LA";
941
+ readonly Maine: "ME";
942
+ readonly Maryland: "MD";
943
+ readonly Massachusetts: "MA";
944
+ readonly Michigan: "MI";
945
+ readonly Minnesota: "MN";
946
+ readonly Mississippi: "MS";
947
+ readonly Missouri: "MO";
948
+ readonly Montana: "MT";
949
+ readonly Nebraska: "NE";
950
+ readonly Nevada: "NV";
951
+ readonly NewHampshire: "NH";
952
+ readonly NewJersey: "NJ";
953
+ readonly NewMexico: "NM";
954
+ readonly NewYork: "NY";
955
+ readonly NorthCarolina: "NC";
956
+ readonly NorthDakota: "ND";
957
+ readonly Ohio: "OH";
958
+ readonly Oklahoma: "OK";
959
+ readonly Oregon: "OR";
960
+ readonly Pennsylvania: "PA";
961
+ readonly RhodeIsland: "RI";
962
+ readonly SouthCarolina: "SC";
963
+ readonly SouthDakota: "SD";
964
+ readonly Tennessee: "TN";
965
+ readonly Texas: "TX";
966
+ readonly Utah: "UT";
967
+ readonly Vermont: "VT";
968
+ readonly Virginia: "VA";
969
+ readonly Washington: "WA";
970
+ readonly WestVirginia: "WV";
971
+ readonly Wisconsin: "WI";
972
+ readonly Wyoming: "WY";
973
+ };
974
+ type USStateAbbreviation = (typeof USStateAbbreviation)[keyof typeof USStateAbbreviation];
975
+
976
+ type WidgetTokenFetcher = () => Promise<{
977
+ widgetToken: string;
978
+ exp?: number;
979
+ }>;
980
+ type WidgetTokenState = {
981
+ status: 'loading';
982
+ } | {
983
+ status: 'ready';
984
+ widgetToken: string;
985
+ exp?: number;
986
+ isRefreshing: boolean;
987
+ lastError?: unknown;
988
+ } | {
989
+ status: 'error';
990
+ error: unknown;
991
+ };
992
+ interface WidgetTokenManager {
993
+ start(): void;
994
+ stop(): void;
995
+ refresh(): Promise<void>;
996
+ getState(): WidgetTokenState;
997
+ subscribe(listener: () => void): () => void;
998
+ }
999
+
1000
+ interface WidgetTokenRefreshProviderProps {
1001
+ fetcher: WidgetTokenFetcher;
1002
+ leadSeconds?: number;
1003
+ onToken?: (widgetToken: string) => void;
1004
+ }
1005
+ declare function WidgetTokenRefreshProvider({ fetcher, leadSeconds, onToken, children, }: PropsWithChildren<WidgetTokenRefreshProviderProps>): React.JSX.Element;
1006
+
1007
+ type RefreshingRootWidgetProviderProps = Omit<RootWidgetProviderProps, 'widgetToken'> & WidgetTokenRefreshProviderProps;
1008
+ /**
1009
+ * One-stop provider that bundles {@link WidgetTokenRefreshProvider} and
1010
+ * {@link RootWidgetProvider} so callers don't have to wire `useWidgetToken()`
1011
+ * into the `widgetToken` prop themselves. Takes every `RootWidgetProvider`
1012
+ * prop *except* `widgetToken` (which is managed by the internal token
1013
+ * refresh manager) plus the refresh provider's `fetcher` / `leadSeconds` /
1014
+ * `onToken`.
1015
+ *
1016
+ * While the manager is `loading` or `error`, this passes `widgetToken={null}`
1017
+ * to `RootWidgetProvider`, deferring the init fetch until a valid token is
1018
+ * available. Once `ready`, it passes the live `state.widgetToken` through.
1019
+ *
1020
+ * Children render inside both providers' contexts, so `useWidgetToken()` and
1021
+ * `useWidgetConfig()` both work in descendants — useful for status badges,
1022
+ * retry buttons, etc.
1023
+ *
1024
+ * @example
1025
+ * ```tsx
1026
+ * <RefreshingRootWidgetProvider
1027
+ * baseUrl="https://api.tesouro.com"
1028
+ * fetcher={async () => {
1029
+ * const res = await fetch('/api/widget-token').then((r) => r.json());
1030
+ * return { widgetToken: res.token, exp: res.exp };
1031
+ * }}
1032
+ * >
1033
+ * <App />
1034
+ * </RefreshingRootWidgetProvider>
1035
+ * ```
1036
+ */
1037
+ declare function RefreshingRootWidgetProvider({ fetcher, leadSeconds, onToken, children, ...rootProps }: PropsWithChildren<RefreshingRootWidgetProviderProps>): React.JSX.Element;
1038
+
1039
+ /**
1040
+ * Returns the fully-resolved {@link WidgetConfig} for the nearest provider level.
1041
+ *
1042
+ * Reads from the nearest `WidgetContext` ancestor (set by {@link RootWidgetProvider}
1043
+ * or {@link WidgetProvider}) and falls back to the global store when called outside
1044
+ * any provider. Subscribes to {@link setGlobalWidgetConfig} calls reactively via
1045
+ * `useSyncExternalStore`.
1046
+ *
1047
+ * **Cascade priority** (highest to lowest):
1048
+ * 1. Nearest `WidgetProvider` / `RootWidgetProvider` own prop
1049
+ * 2. Global store (`setGlobalWidgetConfig`)
1050
+ *
1051
+ * @returns The resolved {@link WidgetConfig} at the nearest provider level. All fields
1052
+ * may be `undefined` if no values have been provided at any level. `initResponse` is
1053
+ * `undefined` until the first successful fetch completes.
1054
+ *
1055
+ * @example
1056
+ * ```tsx
1057
+ * function BankNameBadge() {
1058
+ * const { initResponse } = useWidgetConfig();
1059
+ * if (!initResponse) return <Skeleton />;
1060
+ * return <span>{initResponse.bankName}</span>;
1061
+ * }
1062
+ * ```
1063
+ *
1064
+ * @see {@link useWidgetLoading} to check whether a fetch is currently in progress
1065
+ * @see {@link useWidgetError} to check whether the last fetch failed
1066
+ * @see {@link useOwnWidgetConfig} to read only what the *current* level contributed
1067
+ */
1068
+ declare function useWidgetConfig(): WidgetConfig;
1069
+ /**
1070
+ * Returns only the {@link WidgetConfig} fields explicitly set at the **current**
1071
+ * provider level, without inheriting from ancestors.
1072
+ *
1073
+ * Useful for debugging or conditional logic that needs to distinguish "set here"
1074
+ * from "inherited from parent". Fields not explicitly set at this level are
1075
+ * `undefined` even if a parent has a value.
1076
+ *
1077
+ * Does **not** subscribe to the global store — use {@link useWidgetConfig} if you
1078
+ * need the fully-resolved (cascaded) config.
1079
+ *
1080
+ * @returns The partial {@link WidgetConfig} owned by the nearest provider, or `null`
1081
+ * when called outside any provider context.
1082
+ *
1083
+ * @example
1084
+ * ```tsx
1085
+ * function DebugLayer() {
1086
+ * const own = useOwnWidgetConfig();
1087
+ * // e.g. { baseUrl: undefined, widgetToken: 'tok_partner', organizationId: undefined }
1088
+ * // — only widgetToken was set at this provider level
1089
+ * console.log('own config at this level:', own);
1090
+ * return null;
1091
+ * }
1092
+ * ```
1093
+ *
1094
+ * @see {@link useWidgetConfig} to read the fully-resolved cascaded config instead
1095
+ */
1096
+ declare function useOwnWidgetConfig(): WidgetConfigInput | null;
1097
+ /**
1098
+ * Returns a stable callback that re-triggers the widget-init fetch at the
1099
+ * **nearest provider level that owns a fetch**.
1100
+ *
1101
+ * Pass-through {@link WidgetProvider} instances (no own `baseUrl`/`widgetToken`)
1102
+ * automatically bubble this up the tree, so the returned function always targets
1103
+ * the correct fetch-owning ancestor regardless of nesting depth.
1104
+ *
1105
+ * Re-fetching keeps the current `initResponse` visible while the request is in
1106
+ * flight — the previous data is not cleared until the new response arrives (or the
1107
+ * fetch fails). This prevents a blank/loading flash during background refreshes.
1108
+ * If the re-fetch fails, `initResponse` is cleared and {@link useWidgetError}
1109
+ * returns the error.
1110
+ *
1111
+ * @returns A stable `() => void` function. Calling it increments an internal counter
1112
+ * that re-triggers the fetch effect. Returns a no-op when called outside any provider.
1113
+ *
1114
+ * @example
1115
+ * ```tsx
1116
+ * function RefreshButton() {
1117
+ * const refetch = useRefetchWidget();
1118
+ * return <button onClick={refetch}>Refresh</button>;
1119
+ * }
1120
+ * ```
1121
+ *
1122
+ * @see {@link useWidgetLoading} to show a loading indicator during the re-fetch
1123
+ * @see {@link useWidgetError} to handle fetch failures after a re-fetch
1124
+ */
1125
+ declare function useRefetchWidget(): () => void;
1126
+ /**
1127
+ * Returns `true` while the nearest fetch-owning provider has a widget-init
1128
+ * request in flight, `false` otherwise.
1129
+ *
1130
+ * Pass-through {@link WidgetProvider} instances (no own `baseUrl`/`widgetToken`)
1131
+ * bubble this up automatically, so the value always reflects the owning ancestor
1132
+ * regardless of nesting depth.
1133
+ *
1134
+ * `loading` transitions to `true` immediately when a fetch starts (including
1135
+ * manual refetches) and back to `false` when the fetch settles — whether it
1136
+ * succeeds or fails.
1137
+ *
1138
+ * @returns `true` during an active fetch, `false` at all other times.
1139
+ * Returns `false` when called outside any provider.
1140
+ *
1141
+ * @example
1142
+ * ```tsx
1143
+ * function WidgetShell() {
1144
+ * const loading = useWidgetLoading();
1145
+ * const { initResponse } = useWidgetConfig();
1146
+ *
1147
+ * if (loading && !initResponse) return <Skeleton />;
1148
+ * if (!initResponse) return null;
1149
+ * return <Dashboard data={initResponse} />;
1150
+ * }
1151
+ * ```
1152
+ *
1153
+ * @see {@link useWidgetError} for fetch failure state
1154
+ * @see {@link useRefetchWidget} to manually trigger a re-fetch
1155
+ */
1156
+ declare function useWidgetLoading(): boolean;
1157
+ /**
1158
+ * Returns the most recent fetch error from the nearest fetch-owning provider,
1159
+ * or `null` when the last fetch succeeded (or no fetch has run yet).
1160
+ *
1161
+ * Pass-through {@link WidgetProvider} instances (no own `baseUrl`/`widgetToken`)
1162
+ * bubble this up automatically, so the value always reflects the owning ancestor
1163
+ * regardless of nesting depth.
1164
+ *
1165
+ * The error is cleared automatically when:
1166
+ * - `widgetToken` or `baseUrl` changes (a new fetch is about to start).
1167
+ * - A subsequent fetch succeeds.
1168
+ *
1169
+ * When an error is present, `initResponse` from {@link useWidgetConfig} is `undefined` —
1170
+ * the previous response is always cleared on failure to prevent stale tenant data
1171
+ * from persisting alongside an error state.
1172
+ *
1173
+ * API errors thrown by the HTTP client (4xx/5xx responses) are wrapped in a plain
1174
+ * `Error` with `error.cause` set to the raw response body for inspection.
1175
+ *
1176
+ * @returns The `Error` from the last failed fetch, or `null`. Returns `null` when
1177
+ * called outside any provider.
1178
+ *
1179
+ * @example
1180
+ * ```tsx
1181
+ * function WidgetShell() {
1182
+ * const error = useWidgetError();
1183
+ * const { initResponse } = useWidgetConfig();
1184
+ * const refetch = useRefetchWidget();
1185
+ *
1186
+ * if (error) return <ErrorBanner message={error.message} onRetry={refetch} />;
1187
+ * if (!initResponse) return <Skeleton />;
1188
+ * return <Dashboard data={initResponse} />;
1189
+ * }
1190
+ * ```
1191
+ *
1192
+ * @see {@link useWidgetLoading} for in-flight request status
1193
+ * @see {@link useRefetchWidget} to retry after an error
1194
+ */
1195
+ declare function useWidgetError(): Error | null;
1196
+
1197
+ interface UseWidgetTokenResult {
1198
+ state: WidgetTokenState;
1199
+ refresh: () => Promise<void>;
1200
+ /**
1201
+ * Synchronously read the manager's current state without subscribing the
1202
+ * caller to re-renders. Useful for non-React callbacks (e.g. a Monite
1203
+ * `fetchToken` callback) that need the post-`await refresh()` token without
1204
+ * the React render lag of `state`.
1205
+ */
1206
+ getState: () => WidgetTokenState;
1207
+ }
1208
+ declare function useWidgetToken(): UseWidgetTokenResult;
1209
+
1210
+ interface FeatureLabels$5 {
1211
+ accountFallback: string;
1212
+ accountNumberLabel: string;
1213
+ routingNumberLabel: string;
1214
+ referenceLabel: string;
1215
+ unavailableLabel: string;
1216
+ defaultNickname: string;
1217
+ }
1218
+
1219
+ interface BankAccountsWidgetProps extends WidgetProviderProps {
1220
+ labels?: Partial<Labels$5>;
1221
+ accountDetailsLabels?: Parameters<typeof AccountDetailsWidget>[0]['labels'];
1222
+ featureLabels?: Partial<FeatureLabels$5>;
1223
+ /**
1224
+ * Controlled selection. Pass `null` to clear, a string to select an account.
1225
+ * Leave undefined for uncontrolled behavior (driven by `defaultSelectedAccountId`).
1226
+ */
1227
+ selectedAccountId?: string | null;
1228
+ defaultSelectedAccountId?: string | null;
1229
+ onSelectedAccountIdChange?: (accountId: string | null) => void;
1230
+ }
1231
+ declare function BankAccountsWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: BankAccountsWidgetProps): React.JSX.Element;
1232
+
1233
+ /**
1234
+ * Action handlers for custom payment flows in payable operations.
1235
+ *
1236
+ * These handlers provide fine-grained control over payment workflows, allowing customers to:
1237
+ * - Integrate external payment providers
1238
+ * - Implement custom approval processes or multi-step authentication
1239
+ * - Add specialized banking solutions or enterprise payment workflows
1240
+ * - Control UI feedback and data refresh timing after payment completion
1241
+ *
1242
+ * @example Custom payment provider integration:
1243
+ * ```typescript
1244
+ * const onPay = (id: string, _data?: unknown, actions?: PayActionHandlers) => {
1245
+ * // Start custom payment flow
1246
+ * initiatePayment(id)
1247
+ * .then(() => {
1248
+ * // Payment successful - update SDK state and show success message
1249
+ * actions?.resolve({ showToast: true });
1250
+ * })
1251
+ * .catch((error) => {
1252
+ * // Payment failed - update SDK state and show error message
1253
+ * actions?.reject(error, { showToast: true });
1254
+ * });
1255
+ * };
1256
+ * ```
1257
+ */
1258
+ type PayActionHandlers = {
1259
+ /**
1260
+ * Call when a custom payment flow has been successfully initiated/completed.
1261
+ * This triggers SDK's built-in state management: refreshes payable data,
1262
+ * payment records, and optionally displays success feedback to the user.
1263
+ *
1264
+ * @param options.showToast - Whether to display a success toast notification
1265
+ */
1266
+ resolve: (options?: {
1267
+ showToast?: boolean;
1268
+ }) => void;
1269
+ /**
1270
+ * Call when a custom payment flow failed or was cancelled by the user.
1271
+ * This triggers SDK's built-in state management: refreshes payable data,
1272
+ * payment records, and optionally displays error feedback to the user.
1273
+ *
1274
+ * @param error - Optional error details from the failed payment attempt
1275
+ * @param options.showToast - Whether to display an error toast notification
1276
+ */
1277
+ reject: (error?: unknown, options?: {
1278
+ showToast?: boolean;
1279
+ }) => void;
1280
+ };
1281
+
1282
+ type UsePayableDetailsProps = {
1283
+ /**
1284
+ * The ID of the payable
1285
+ */
1286
+ id?: string;
1287
+ /** when provided it takes precedence over component settings */
1288
+ enableGLCodes?: boolean;
1289
+ /** when provided it makes the payable open in edit mode */
1290
+ shouldOpenInEditMode?: boolean;
1291
+ /**
1292
+ * Callback function that is called when the payable is saved
1293
+ *
1294
+ * @param {string} id - The ID of the payable
1295
+ *
1296
+ * @returns {void}
1297
+ */
1298
+ onSaved?: (id: string) => void;
1299
+ /**
1300
+ * Callback function that is called when the payable is canceled
1301
+ *
1302
+ * @param {string} id - The ID of the payable
1303
+ *
1304
+ * @returns {void}
1305
+ */
1306
+ onCanceled?: (id: string) => void;
1307
+ /**
1308
+ * Callback function that is called when the payable is submitted
1309
+ *
1310
+ * @param {string} id - The ID of the payable
1311
+ *
1312
+ * @returns {void}
1313
+ */
1314
+ onSubmitted?: (id: string) => void;
1315
+ /**
1316
+ * Callback function that is called when the payable is rejected
1317
+ *
1318
+ * @param {string} id - The ID of the payable
1319
+ *
1320
+ * @returns {void}
1321
+ */
1322
+ onRejected?: (id: string) => void;
1323
+ /**
1324
+ * Callback function that is called when the payable is approved
1325
+ *
1326
+ * @param {string} id - The ID of the payable
1327
+ *
1328
+ * @returns {void}
1329
+ */
1330
+ onApproved?: (id: string) => void;
1331
+ /** Callback function that is called when the payable is reopened
1332
+ *
1333
+ * @param {string} id - The ID of the payable
1334
+ *
1335
+ * @returns {void}
1336
+ */
1337
+ onReopened?: (id: string) => void;
1338
+ /** Callback function that is called when the payable is deleted
1339
+ *
1340
+ * @param {string} id - The ID of the payable
1341
+ *
1342
+ * @returns {void}
1343
+ */
1344
+ onDeleted?: (id: string) => void;
1345
+ /**
1346
+ * Callback function that is called when the user press the Pay button
1347
+ *
1348
+ * @param {string} id - The ID of the payable
1349
+ *
1350
+ * @returns {void}
1351
+ */
1352
+ onPay?: (id: string, _data?: unknown, actions?: PayActionHandlers) => void;
1353
+ };
1354
+
1355
+ type PayablesProps = {
1356
+ pageTitleComponent: (children: ReactNode) => ReactNode;
1357
+ /**
1358
+ * Enable GL code selection for payable line items.
1359
+ * When true, users can assign GL codes to individual line items.
1360
+ * GL codes are fetched from the connected accounting system.
1361
+ */
1362
+ enableGLCodes?: boolean;
1363
+ } & Partial<Pick<UsePayableDetailsProps, 'onSaved' | 'onCanceled' | 'onSubmitted' | 'onRejected' | 'onApproved' | 'onReopened' | 'onDeleted' | 'onPay'>>;
1364
+
1365
+ type ReceivablesProps = {
1366
+ pageTitleComponent: (children: ReactNode) => ReactNode;
1367
+ };
1368
+
1369
+ type ALIGN_DIALOG_TYPES = 'left' | 'right';
1370
+ declare module '@mui/material/transitions' {
1371
+ interface TransitionProps {
1372
+ alignDialog?: ALIGN_DIALOG_TYPES;
1373
+ }
1374
+ }
1375
+
1376
+ interface FinopsThemeColors {
1377
+ primary?: string;
1378
+ primaryForeground?: string;
1379
+ }
1380
+ interface MoniteWrapperProps {
1381
+ finopsThemeColors?: FinopsThemeColors;
1382
+ }
1383
+
1384
+ type MoniteRegionProviderProps = WidgetProviderProps & MoniteWrapperProps;
1385
+
1386
+ type BillPayWidgetMoniteProps = MoniteRegionProviderProps & Omit<PayablesProps, 'pageTitleComponent'> & {
1387
+ pageTitleComponent?: PayablesProps['pageTitleComponent'];
1388
+ };
1389
+
1390
+ type BillPayWidgetProps = BillPayWidgetMoniteProps;
1391
+ /**
1392
+ * BillPay widget entry point — selects the rendering implementation.
1393
+ *
1394
+ * BillPay is deliberately **pinned to `monite`** until the Tesouro-native
1395
+ * (shadcn) build reaches parity (epic EMBD-2171;
1396
+ * `docs/billpay-usification-shadcn/technical-design.md` §2). `native` is the
1397
+ * global default across widgets, so BillPay applies its own `monite` fallback
1398
+ * whenever *nothing* selects an implementation — this is what keeps the native
1399
+ * build off by default.
1400
+ *
1401
+ * An explicit selection is still honored, whether it comes from this widget's
1402
+ * `implementation` prop or from the provider/global cascade
1403
+ * (`RootWidgetProvider implementation="native"`, `setGlobalWidgetConfig`). We
1404
+ * read the *raw* cascade value (undefined when unset) rather than the resolved
1405
+ * one so the global `native` default does not leak past the pin. The cutover is
1406
+ * a one-line change: drop the `monite` fallback once native is at parity.
1407
+ */
1408
+ declare function BillPayWidget({ implementation, ...props }: BillPayWidgetProps): React.JSX.Element;
1409
+
1410
+ interface AddressFieldGroupLabels {
1411
+ line1: string;
1412
+ line2: string;
1413
+ city: string;
1414
+ state: string;
1415
+ statePlaceholder: string;
1416
+ postalCode: string;
1417
+ country: string;
1418
+ /** Fixed country display value (US-only locale in v1). */
1419
+ countryValue: string;
1420
+ }
1421
+ interface CounterpartFormSheetLabels {
1422
+ createTitleOrganization: string;
1423
+ createTitleIndividual: string;
1424
+ editTitleOrganization: string;
1425
+ editTitleIndividual: string;
1426
+ createTitleCustomer: string;
1427
+ createTitleVendor: string;
1428
+ editTitleCustomer: string;
1429
+ editTitleVendor: string;
1430
+ createDescriptionCustomer: string;
1431
+ createDescriptionVendor: string;
1432
+ customerTypeHeading: string;
1433
+ vendorTypeHeading: string;
1434
+ businessTypeOption: string;
1435
+ businessTypeHint: string;
1436
+ personTypeOption: string;
1437
+ personTypeHint: string;
1438
+ profileHeading: string;
1439
+ addressHeading: string;
1440
+ customerAddressDescription: string;
1441
+ legalNameLabel: string;
1442
+ businessNameLabel: string;
1443
+ firstNameLabel: string;
1444
+ lastNameLabel: string;
1445
+ titleLabel: string;
1446
+ emailLabel: string;
1447
+ phoneLabel: string;
1448
+ taxIdLabel: string;
1449
+ customerTaxIdHelp: string;
1450
+ vendorTaxIdHelp: string;
1451
+ paymentRemindersLabel: string;
1452
+ paymentRemindersDescription: string;
1453
+ paymentMethodsHeading: string;
1454
+ paymentMethodsDescription: string;
1455
+ accountHolderNameLabel: string;
1456
+ routingNumberLabel: string;
1457
+ accountNumberLabel: string;
1458
+ cancelButton: string;
1459
+ createButton: string;
1460
+ saveButton: string;
1461
+ address: AddressFieldGroupLabels;
1462
+ }
1463
+ interface BankAccountFormSheetLabels {
1464
+ createTitle: string;
1465
+ editTitle: string;
1466
+ nameLabel: string;
1467
+ accountHolderNameLabel: string;
1468
+ accountNumberLabel: string;
1469
+ routingNumberLabel: string;
1470
+ ibanLabel: string;
1471
+ bicLabel: string;
1472
+ sortCodeLabel: string;
1473
+ currencyLabel: string;
1474
+ currencyPlaceholder: string;
1475
+ countryLabel: string;
1476
+ countryValue: string;
1477
+ isDefaultLabel: string;
1478
+ cancelButton: string;
1479
+ createButton: string;
1480
+ saveButton: string;
1481
+ }
1482
+ interface AddressFormSheetLabels {
1483
+ title: string;
1484
+ cancelButton: string;
1485
+ saveButton: string;
1486
+ address: AddressFieldGroupLabels;
1487
+ }
1488
+ interface ConfirmDeleteDialogLabels {
1489
+ confirmButton: string;
1490
+ cancelButton: string;
1491
+ }
1492
+
1493
+ /**
1494
+ * Overridable validation / error messages produced by the counterparts feature
1495
+ * layer and surfaced through each form's `errors` prop. Consumers override via
1496
+ * the widget's `messageLabels` prop, merged over {@link COUNTERPART_MESSAGE_LABELS_EN}.
1497
+ */
1498
+ interface CounterpartMessageLabels {
1499
+ legalNameRequired: string;
1500
+ firstNameRequired: string;
1501
+ lastNameRequired: string;
1502
+ emailRequired: string;
1503
+ emailInvalid: string;
1504
+ addressLine1Required: string;
1505
+ cityRequired: string;
1506
+ stateRequired: string;
1507
+ postalCodeRequired: string;
1508
+ bankAccountNameRequired: string;
1509
+ bankAccountIdentifierRequired: string;
1510
+ bankAccountCurrencyRequired: string;
1511
+ routingNumberInvalid: string;
1512
+ accountNumberInvalid: string;
1513
+ vatIdValueRequired: string;
1514
+ /** Shown for a non-field-specific submit failure. */
1515
+ genericError: string;
1516
+ /** Delete confirmation title; `{name}` is replaced with the entity name. */
1517
+ deleteTitle: string;
1518
+ deleteCounterpartMessage: string;
1519
+ deleteSubEntityMessage: string;
1520
+ }
1521
+
1522
+ /**
1523
+ * Co-located user-facing strings for the counterparts widget UI. Each component
1524
+ * takes a `labels?: Partial<...Labels>` prop merged over the matching
1525
+ * `*_LABELS_EN` default, so integrators can re-label without forking the UI.
1526
+ */
1527
+ interface CounterpartsScreenLabels {
1528
+ customersTitle: string;
1529
+ vendorsTitle: string;
1530
+ createButton: string;
1531
+ columnName: string;
1532
+ sortByName: string;
1533
+ columnBilledAmount: string;
1534
+ columnReceivedAmount: string;
1535
+ columnAmountDue: string;
1536
+ columnTotalPaidToDate: string;
1537
+ columnRejectedAmount: string;
1538
+ columnBalanceDue: string;
1539
+ columnActions: string;
1540
+ openActionsMenu: string;
1541
+ editAction: string;
1542
+ deleteAction: string;
1543
+ searchPlaceholder: string;
1544
+ entityFilterAll: string;
1545
+ entityFilterOrganization: string;
1546
+ entityFilterIndividual: string;
1547
+ customersEmptyTitle: string;
1548
+ customersEmptyDescription: string;
1549
+ customersEmptyAction: string;
1550
+ vendorsEmptyTitle: string;
1551
+ vendorsEmptyDescription: string;
1552
+ vendorsEmptyAction: string;
1553
+ customersFilterEmptyTitle: string;
1554
+ vendorsFilterEmptyTitle: string;
1555
+ filterEmptyDescription: string;
1556
+ errorTitle: string;
1557
+ errorDescription: string;
1558
+ errorRetry: string;
1559
+ accessRestrictedTitle: string;
1560
+ accessRestrictedDescription: string;
1561
+ }
1562
+ interface CounterpartDetailsSheetLabels {
1563
+ hiddenDescription: string;
1564
+ loadingTitle: string;
1565
+ errorTitle: string;
1566
+ errorDescription: string;
1567
+ openActionsMenu: string;
1568
+ closeAction: string;
1569
+ deleteCustomerAction: string;
1570
+ deleteVendorAction: string;
1571
+ summaryAmountDue: string;
1572
+ summaryBalanceDue: string;
1573
+ summaryBilled: string;
1574
+ summaryReceived: string;
1575
+ summaryPaid: string;
1576
+ summaryRejected: string;
1577
+ overdueTag: string;
1578
+ sendPaymentAction: string;
1579
+ issueInvoiceAction: string;
1580
+ recentCustomerDocumentsHeading: string;
1581
+ recentVendorDocumentsHeading: string;
1582
+ recentCustomerDocumentsDescription: string;
1583
+ recentVendorDocumentsDescription: string;
1584
+ subtitleTemplate: string;
1585
+ customerSubtitleLabel: string;
1586
+ vendorSubtitleLabel: string;
1587
+ entityTypePersonLabel: string;
1588
+ entityTypeBusinessLabel: string;
1589
+ remindersEnabledLabel: string;
1590
+ remindersDisabledLabel: string;
1591
+ paymentMethodTitle: string;
1592
+ customerDetailsHeading: string;
1593
+ vendorDetailsHeading: string;
1594
+ customerDetailsDescription: string;
1595
+ vendorDetailsDescription: string;
1596
+ rowType: string;
1597
+ rowName: string;
1598
+ rowEmail: string;
1599
+ rowPaymentReminders: string;
1600
+ rowPhone: string;
1601
+ rowTaxIdSsn: string;
1602
+ rowTaxIdEin: string;
1603
+ showTaxId: string;
1604
+ hideTaxId: string;
1605
+ customerTaxIdHelp: string;
1606
+ vendorTaxIdHelp: string;
1607
+ addressHeading: string;
1608
+ customerAddressDescription: string;
1609
+ addAddressAction: string;
1610
+ editAddressAction: string;
1611
+ noAddress: string;
1612
+ paymentMethodsHeading: string;
1613
+ paymentMethodsDescription: string;
1614
+ addPaymentMethodAction: string;
1615
+ editPaymentMethodAction: string;
1616
+ deletePaymentMethodAction: string;
1617
+ incompletePaymentMethod: string;
1618
+ accountHolderLabel: string;
1619
+ accountNumberLabel: string;
1620
+ routingNumberLabel: string;
1621
+ noPaymentMethods: string;
1622
+ editButton: string;
1623
+ }
1624
+
1625
+ /** Whether this widget is showing customers (receivables) or vendors (payables). */
1626
+ type CounterpartMode = 'customer' | 'vendor';
1627
+
1628
+ interface CounterpartsWidgetOwnProps {
1629
+ /** Selects customer (receivables) or vendor (payables) behavior and copy. */
1630
+ counterpartType: CounterpartMode;
1631
+ pageSizeOptions?: number[];
1632
+ screenLabels?: Partial<CounterpartsScreenLabels>;
1633
+ formLabels?: Partial<CounterpartFormSheetLabels>;
1634
+ detailsLabels?: Partial<CounterpartDetailsSheetLabels>;
1635
+ bankAccountLabels?: Partial<BankAccountFormSheetLabels>;
1636
+ addressLabels?: Partial<AddressFormSheetLabels>;
1637
+ deleteLabels?: Partial<ConfirmDeleteDialogLabels>;
1638
+ /** Overrides for validation / error / delete-prompt messages. */
1639
+ messageLabels?: Partial<CounterpartMessageLabels>;
1640
+ }
1641
+ /** Public props for {@link CounterpartsWidget}. */
1642
+ type CounterpartsWidgetProps = WidgetProviderProps & CounterpartsWidgetOwnProps;
1643
+
1644
+ /**
1645
+ * Self-contained customers/vendors widget: lists counterparts with money
1646
+ * columns, and creates, edits, views, and deletes counterparts plus their
1647
+ * payment method and address. `counterpartType` selects customer (receivables)
1648
+ * vs vendor (payables) behavior. The provider/inner split keeps the public
1649
+ * component a pure {@link WidgetProvider} wrapper.
1650
+ *
1651
+ * @example
1652
+ * ```tsx
1653
+ * <CounterpartsWidget
1654
+ * counterpartType="customer"
1655
+ * baseUrl="https://api.tesouro.com"
1656
+ * widgetToken="wt_..."
1657
+ * organizationId="org_..."
1658
+ * />
1659
+ * ```
1660
+ */
1661
+ declare function CounterpartsWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: CounterpartsWidgetProps): React.JSX.Element;
1662
+
1663
+ interface Labels$4 {
1664
+ title: string;
1665
+ description: string;
1666
+ receiptsTab: string;
1667
+ matchingTab: string;
1668
+ policiesTab: string;
1669
+ requirementsTab: string;
1670
+ }
1671
+
1672
+ interface UploadReceiptWidgetProps {
1673
+ emailAddress: string;
1674
+ onFileUpload?: (file: File) => unknown | Promise<unknown>;
1675
+ isUploading?: boolean;
1676
+ }
1677
+ declare function UploadReceiptWidget({ emailAddress, onFileUpload, isUploading, }: UploadReceiptWidgetProps): React.JSX.Element;
1678
+
1679
+ interface ExpenseManagementWidgetProps extends WidgetProviderProps {
1680
+ labels?: Partial<Labels$4>;
1681
+ receiptUpload?: UploadReceiptWidgetProps;
1682
+ receiptsContent?: ReactNode;
1683
+ matchingContent?: ReactNode;
1684
+ policiesContent?: ReactNode;
1685
+ requirementsContent?: ReactNode;
1686
+ }
1687
+ declare function ExpenseManagementWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: ExpenseManagementWidgetProps): React.JSX.Element;
1688
+
1689
+ type ExpenseApprovalPoliciesWidgetProps = WidgetProviderProps & {
1690
+ /** @deprecated Use `widgetToken` instead */
1691
+ token?: string | null;
1692
+ /** @deprecated Use `organizationId` instead */
1693
+ orgId?: string | null;
1694
+ };
1695
+ declare function ExpenseApprovalPoliciesWidget({ token, orgId, widgetToken, organizationId, baseUrl, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, }?: ExpenseApprovalPoliciesWidgetProps): React.JSX.Element;
1696
+
1697
+ type ExpenseRequirementsWidgetProps = WidgetProviderProps & {
1698
+ /** @deprecated Use `widgetToken` instead */
1699
+ token?: string | null;
1700
+ /** @deprecated Use `organizationId` instead */
1701
+ orgId?: string | null;
1702
+ };
1703
+ declare function ExpenseRequirementsWidget({ token, orgId, widgetToken, organizationId, baseUrl, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, }?: ExpenseRequirementsWidgetProps): React.JSX.Element;
1704
+
1705
+ interface BalancesWidgetLabels {
1706
+ /** Card header title (e.g. next to the building icon) */
1707
+ widgetTitle: string;
1708
+ /** Shown under the total amount */
1709
+ totalAvailableBalance: string;
1710
+ /** Full explanation shown in the info tooltip */
1711
+ totalAvailableBalanceTooltip: string;
1712
+ /** Short label for the info control (e.g. `aria-label`) */
1713
+ totalAvailableBalanceInfoAriaLabel: string;
1714
+ /** CTA to open the full accounts list */
1715
+ viewAllAccounts: string;
1716
+ /** Shown when there are no balances to list */
1717
+ noBalancesFound: string;
1718
+ /** Shown when the bank account request failed */
1719
+ loadErrorTitle: string;
1720
+ loadErrorDescription: string;
1721
+ /** Label for retry after a failed load */
1722
+ loadErrorRetry: string;
1723
+ }
1724
+ declare const BALANCES_WIDGET_LABELS_EN: BalancesWidgetLabels;
1725
+
1726
+ interface BalancesWidgetWithContextProps {
1727
+ /**
1728
+ * Maximum number of account rows to render in-card. Anything beyond this
1729
+ * cap is reachable only via the View-all CTA. Default 5.
1730
+ */
1731
+ maxAccounts?: number;
1732
+ labels?: Partial<BalancesWidgetLabels>;
1733
+ onBalanceRowClick?: (accountId: string) => void;
1734
+ onViewAllAccountsClick?: () => void;
1735
+ }
1736
+ type BalancesWidgetPassthroughProps = Pick<BalancesWidgetWithContextProps, 'maxAccounts' | 'labels' | 'onBalanceRowClick' | 'onViewAllAccountsClick'>;
1737
+ interface BalancesWidgetProps extends WidgetProviderProps, BalancesWidgetPassthroughProps {
1738
+ }
1739
+ declare function BalancesWidget({ maxAccounts, labels, onBalanceRowClick, onViewAllAccountsClick, ...widgetProviderProps }: BalancesWidgetProps): React.JSX.Element;
1740
+
1741
+ interface InsightsWidgetLabels {
1742
+ widgetTitle: string;
1743
+ activeTab: string;
1744
+ dismissedTab: string;
1745
+ noInsightsFound: string;
1746
+ loadErrorTitle: string;
1747
+ loadErrorDescription: string;
1748
+ loadErrorRetry: string;
1749
+ }
1750
+ declare const INSIGHTS_WIDGET_LABELS_EN: InsightsWidgetLabels;
1751
+
1752
+ /**
1753
+ * Presentational model for one insight row — screen-shaped only (no domain ids or types).
1754
+ */
1755
+ interface InsightRowView {
1756
+ displayText: string;
1757
+ createdDate: string;
1758
+ badgeLabel: string;
1759
+ badgeIcon: ReactElement;
1760
+ showDismissButton: boolean;
1761
+ showToggle: boolean;
1762
+ toggleLabel?: string;
1763
+ /** Required when `onToggle` is set — owner-controlled switch state. */
1764
+ toggleChecked?: boolean;
1765
+ onToggle?: (checked: boolean) => void;
1766
+ navigationLinkText?: string;
1767
+ onNavigationClick?: () => void;
1768
+ actionText?: string;
1769
+ onActionClick?: () => void;
1770
+ }
1771
+
1772
+ interface SingleInsightLabels {
1773
+ dismissInsightAriaLabel: string;
1774
+ }
1775
+ declare const SINGLE_INSIGHT_LABELS_EN: SingleInsightLabels;
1776
+
1777
+ interface InsightsFeatureLabels {
1778
+ onboardingBadgeLabel: string;
1779
+ routingOnboardingText: string;
1780
+ enableRoutingToggle: string;
1781
+ createAccountText: string;
1782
+ connectExternalText: string;
1783
+ linkAccountAction: string;
1784
+ verifyExternalAccountText: (nickname: string) => string;
1785
+ }
1786
+ declare const INSIGHTS_FEATURE_LABELS_EN: InsightsFeatureLabels;
1787
+
1788
+ /** Domain model for one generated insight — stays in the feature layer only. */
1789
+ interface InsightItem {
1790
+ id: string;
1791
+ isDismissed: boolean;
1792
+ showToggle: boolean;
1793
+ canDismiss: boolean;
1794
+ displayText: string;
1795
+ toggleLabel?: string;
1796
+ toggleChecked?: boolean;
1797
+ onToggle?: (checked: boolean) => void;
1798
+ actionText?: string;
1799
+ onActionClick?: () => void;
1800
+ }
1801
+
1802
+ declare function mapInsightToRowView(insight: InsightItem, labels: InsightsFeatureLabels, createdDate: string): InsightRowView;
1803
+
1804
+ interface SingleInsightProps {
1805
+ insight: InsightItem;
1806
+ createdDate: string;
1807
+ featureLabels: Parameters<typeof mapInsightToRowView>[1];
1808
+ onDismissClick: (id: string) => void;
1809
+ labels?: Partial<SingleInsightLabels>;
1810
+ }
1811
+ declare const SingleInsight: ({ insight, createdDate, featureLabels, onDismissClick, labels, }: SingleInsightProps) => React.JSX.Element;
1812
+
1813
+ interface InsightsWidgetInternalProps {
1814
+ labels?: Partial<InsightsWidgetLabels>;
1815
+ singleInsightLabels?: Parameters<typeof SingleInsight>[0]['labels'];
1816
+ }
1817
+ interface InsightsWidgetWithContextProps {
1818
+ labels?: Partial<InsightsWidgetLabels>;
1819
+ singleInsightLabels?: InsightsWidgetInternalProps['singleInsightLabels'];
1820
+ featureLabels?: Partial<InsightsFeatureLabels>;
1821
+ routingEnabled?: boolean;
1822
+ onRoutingToggleChange?: (enabled: boolean) => void;
1823
+ onLinkExternalAccountClick?: () => void;
1824
+ }
1825
+ type InsightsWidgetPassthroughProps = Pick<InsightsWidgetWithContextProps, 'labels' | 'singleInsightLabels' | 'featureLabels' | 'routingEnabled' | 'onRoutingToggleChange' | 'onLinkExternalAccountClick'>;
1826
+ interface InsightsWidgetProps extends WidgetProviderProps, InsightsWidgetPassthroughProps {
1827
+ }
1828
+ declare function InsightsWidget({ labels, singleInsightLabels, featureLabels, routingEnabled, onRoutingToggleChange, onLinkExternalAccountClick, ...widgetProviderProps }: InsightsWidgetProps): React.JSX.Element;
1829
+
1830
+ type GlCode = {
1831
+ id: string;
1832
+ name: string;
1833
+ nominal_code: string;
1834
+ description: string;
1835
+ };
1836
+ interface GlCodeTableLabels {
1837
+ columnName: string;
1838
+ columnGlCode: string;
1839
+ columnDescription: string;
1840
+ columnActions: string;
1841
+ actionEdit: string;
1842
+ actionDelete: string;
1843
+ emptyTitle: string;
1844
+ emptyDescription: string;
1845
+ emptyAddIntegration: string;
1846
+ emptyImportCsv: string;
1847
+ emptyLearnMore: string;
1848
+ errorTitle: string;
1849
+ errorDescription: string;
1850
+ paginationPrev: string;
1851
+ paginationNext: string;
1852
+ }
1853
+ declare const GL_CODE_TABLE_LABELS_EN: GlCodeTableLabels;
1854
+ interface GlCodeTableProps {
1855
+ data: GlCode[];
1856
+ isLoading?: boolean;
1857
+ isError?: boolean;
1858
+ sorting: SortingState;
1859
+ onSortingChange: OnChangeFn<SortingState>;
1860
+ pageSize: number;
1861
+ onPageSizeChange: (pageSize: number) => void;
1862
+ pageSizeOptions: number[];
1863
+ hasNextPage?: boolean;
1864
+ hasPrevPage?: boolean;
1865
+ onNextPage: () => void;
1866
+ onPrevPage: () => void;
1867
+ /** Merged with GL_CODE_TABLE_LABELS_EN — only override what you need. */
1868
+ labels?: Partial<GlCodeTableLabels>;
1869
+ onEdit?: (row: GlCode) => void;
1870
+ onDelete?: (row: GlCode) => void;
1871
+ onAddIntegration?: () => void;
1872
+ onImportCsv?: () => void;
1873
+ learnMoreHref?: string;
1874
+ }
1875
+ declare function GlCodeTable({ data, isLoading, isError, sorting, onSortingChange, pageSize, onPageSizeChange, pageSizeOptions, hasNextPage, hasPrevPage, onNextPage, onPrevPage, labels, onEdit, onDelete, onAddIntegration, onImportCsv, learnMoreHref, }: GlCodeTableProps): React.JSX.Element;
1876
+
1877
+ /**
1878
+ * Props that the feature layer owns and wires internally — consumers cannot
1879
+ * override these because they are driven by the query and pagination state.
1880
+ */
1881
+ type TableProps = Omit<GlCodeTableProps, 'data' | 'isLoading' | 'isError' | 'sorting' | 'onSortingChange' | 'pageSize' | 'onPageSizeChange' | 'pageSizeOptions' | 'hasNextPage' | 'hasPrevPage' | 'onNextPage' | 'onPrevPage'>;
1882
+ /**
1883
+ * Public props for {@link GLCodeTableWidget}.
1884
+ *
1885
+ * Merges {@link WidgetProviderProps} (auth/base-URL scope) with the subset of
1886
+ * {@link GlCodeTableProps} that consumers are allowed to control (labels, row
1887
+ * action callbacks, empty-state CTAs, etc.).
1888
+ */
1889
+ type GLCodeTableWidgetProps = WidgetProviderProps & TableProps;
1890
+ /**
1891
+ * Self-contained GL code table widget.
1892
+ *
1893
+ * Composes a {@link WidgetProvider} scope with the table's query and pagination
1894
+ * logic. The two-component split (`GLCodeTableWidget` → `GLCodeTableWidgetInner`)
1895
+ * ensures that `useGetLedgerAccountsQuery` runs *inside* the provider tree and
1896
+ * can therefore resolve the correct API base URL and auth token from context.
1897
+ *
1898
+ * @example
1899
+ * ```tsx
1900
+ * <GLCodeTableWidget
1901
+ * baseUrl="https://api.example.com"
1902
+ * widgetToken="wt_..."
1903
+ * organizationId="org_..."
1904
+ * onEdit={(row) => openEditDialog(row)}
1905
+ * onDelete={(row) => confirmDelete(row)}
1906
+ * />
1907
+ * ```
1908
+ */
1909
+ declare function GLCodeTableWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, ...tableProps }: GLCodeTableWidgetProps): React.JSX.Element;
1910
+
1911
+ /**
1912
+ * Static FAQ content for the Help widget.
1913
+ *
1914
+ * The shape mirrors the original MUI `HelpPage` rich-text model so the renderer
1915
+ * can reproduce paragraphs, ordered/unordered bullet lists, nested bullets, and
1916
+ * inline `<bold>…</bold>` runs. Callers may supply their own `HelpFaqSection[]`
1917
+ * to override the default content below.
1918
+ */
1919
+ /** Which list marker to render for a group of bullet points. */
1920
+ type HelpFaqBulletType = 'bullet' | 'numeric';
1921
+ /** A single bullet point, optionally with its own nested list. */
1922
+ interface HelpFaqBullet {
1923
+ text: string;
1924
+ bulletPointType?: HelpFaqBulletType;
1925
+ bulletPoints?: HelpFaqBullet[];
1926
+ }
1927
+ /** One answer block: a paragraph, optionally followed by a bullet list. */
1928
+ interface HelpFaqAnswer {
1929
+ text: string;
1930
+ bulletPointType?: HelpFaqBulletType;
1931
+ bulletPoints?: HelpFaqBullet[];
1932
+ }
1933
+ /** A question and its ordered list of answer blocks. */
1934
+ interface HelpFaqItem {
1935
+ question: string;
1936
+ answers: HelpFaqAnswer[];
1937
+ }
1938
+ /** A titled group of questions rendered as a single card. */
1939
+ interface HelpFaqSection {
1940
+ title: string;
1941
+ items: HelpFaqItem[];
1942
+ }
1943
+ /**
1944
+ * Default English FAQ content, ported from the original
1945
+ * `embedded-banking-dashboard-settings` Help page (`defaultWidgetFaqContent` —
1946
+ * the embedded-widget variant, which omits the password-management questions
1947
+ * since embedded users authenticate through the provider). A stray "Testing 1"
1948
+ * placeholder bullet from the source has been dropped.
1949
+ */
1950
+ declare const HELP_FAQ_EN: HelpFaqSection[];
1951
+
1952
+ /**
1953
+ * Externalized, overridable display strings for the Help widget.
1954
+ *
1955
+ * Callers pass `labels={{ ... }}` to override individual strings (merged over
1956
+ * `HELP_WIDGET_LABELS_EN`). Defaults reproduce the copy from the original
1957
+ * `embedded-banking-dashboard-settings` Help page.
1958
+ */
1959
+ interface HelpWidgetLabels {
1960
+ /** Heading above the FAQ accordion. */
1961
+ title: string;
1962
+ /** Heading for the contact section. */
1963
+ contactUsTitle: string;
1964
+ /**
1965
+ * Lead-in text for the contact line, rendered as
1966
+ * `{contactUsBody} {bankName} {link}.`
1967
+ */
1968
+ contactUsBody: string;
1969
+ /** Text of the contact link (wraps `contactUrl`). */
1970
+ contactUsLinkText: string;
1971
+ }
1972
+ declare const HELP_WIDGET_LABELS_EN: HelpWidgetLabels;
1973
+
1974
+ /**
1975
+ * The Help widget's public, framework-agnostic API surface.
1976
+ *
1977
+ * This is the single source of truth for the props consumers pass. Both the
1978
+ * shadcn and Tecton implementations accept exactly these props, and the public
1979
+ * {@link HelpWidget} switch forwards them unchanged — so the UI-framework choice
1980
+ * never leaks into a consumer-facing prop. Keep this contract identical across
1981
+ * implementations: a prop that only one framework honors does not belong here.
1982
+ */
1983
+ interface HelpWidgetProps$1 {
1984
+ /** FAQ content to render, grouped into titled sections. */
1985
+ faq: HelpFaqSection[];
1986
+ /** Bank/provider name interpolated into the contact line. */
1987
+ bankName?: string;
1988
+ /** When set, renders a "Contact Us" card linking here. Omit to hide it. */
1989
+ contactUrl?: string;
1990
+ /** Overrides merged over {@link HELP_WIDGET_LABELS_EN}. */
1991
+ labels?: Partial<HelpWidgetLabels>;
1992
+ }
1993
+
1994
+ /**
1995
+ * Presentational props consumers may override. `faq` is optional here and
1996
+ * defaults to {@link HELP_FAQ_EN} so the widget renders standalone with no
1997
+ * configuration.
1998
+ */
1999
+ type HelpContentProps = Partial<HelpWidgetProps$1>;
2000
+ /**
2001
+ * Public props for {@link HelpWidget}: {@link WidgetProviderProps} (auth/base-URL
2002
+ * scope) plus the overridable presentational props of the underlying UI widget.
2003
+ */
2004
+ type HelpWidgetProps = WidgetProviderProps & HelpContentProps;
2005
+ /**
2006
+ * Self-contained Help widget: a static, shadcn FAQ accordion with an optional
2007
+ * "Contact Us" card. Composes a {@link WidgetProvider} scope around the
2008
+ * presentational UI component so it can be wired as the Settings `help` section
2009
+ * default with no props, or mounted standalone by an integrator.
2010
+ *
2011
+ * @example
2012
+ * ```tsx
2013
+ * <HelpWidget bankName="Acme Bank" contactUrl="https://acme.example/support" />
2014
+ * ```
2015
+ */
2016
+ declare function HelpWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...contentProps }: HelpWidgetProps): React.JSX.Element;
2017
+
2018
+ type ReceivablesWidgetMoniteProps = MoniteRegionProviderProps & Omit<ReceivablesProps, 'pageTitleComponent'> & {
2019
+ pageTitleComponent?: ReceivablesProps['pageTitleComponent'];
2020
+ };
2021
+ declare function ReceivablesWidgetMonite({ baseUrl, widgetToken, organizationId, configClient, linkComponent, errorFallback, onError, finopsThemeColors, analytics, pageTitleComponent, uiFramework, ...receivablesProps }: ReceivablesWidgetMoniteProps): React.JSX.Element;
2022
+
2023
+ interface ProductFormSheetLabels {
2024
+ createTitle: string;
2025
+ /** Shown in the sheet description for the create form. */
2026
+ headerDescription: string;
2027
+ /** `{type}` is replaced with the product/service word. */
2028
+ editTitle: string;
2029
+ /** `{type}` is replaced with the product/service word. */
2030
+ editingBanner: string;
2031
+ nameLabel: string;
2032
+ namePlaceholder: string;
2033
+ descriptionLabel: string;
2034
+ /** Appended to the description label to indicate it is optional. */
2035
+ descriptionOptional: string;
2036
+ descriptionPlaceholder: string;
2037
+ /** `{count}` is replaced with the current character count. */
2038
+ descriptionCount: string;
2039
+ typeLabel: string;
2040
+ typeProduct: string;
2041
+ typeProductDescription: string;
2042
+ typeService: string;
2043
+ typeServiceDescription: string;
2044
+ unitLabel: string;
2045
+ unitPlaceholder: string;
2046
+ /** Shown as the first option in the unit select to clear/leave blank. */
2047
+ noUnit: string;
2048
+ manageUnits: string;
2049
+ priceLabel: string;
2050
+ currencyLabel: string;
2051
+ currencyPlaceholder: string;
2052
+ cancelButton: string;
2053
+ /** `{type}` is replaced with the product/service word. */
2054
+ createButton: string;
2055
+ saveButton: string;
2056
+ }
2057
+ interface MeasureUnitsManagerLabels {
2058
+ title: string;
2059
+ hiddenDescription: string;
2060
+ searchPlaceholder: string;
2061
+ columnLabel: string;
2062
+ columnDescription: string;
2063
+ namePlaceholder: string;
2064
+ descriptionPlaceholder: string;
2065
+ addButton: string;
2066
+ doneButton: string;
2067
+ editAction: string;
2068
+ deleteAction: string;
2069
+ saveAction: string;
2070
+ cancelAction: string;
2071
+ emptyText: string;
2072
+ }
2073
+ interface MeasureUnitDeleteDialogLabels {
2074
+ /** `{name}` is replaced with the unit name. */
2075
+ titleNoItems: string;
2076
+ /** `{name}` is replaced with the unit name. */
2077
+ titleWithItems: string;
2078
+ messageNoItems: string;
2079
+ messageNoItemsHint: string;
2080
+ messageWithItems: string;
2081
+ messageWithItemsHint: string;
2082
+ confirmButton: string;
2083
+ cancelButton: string;
2084
+ }
2085
+
2086
+ /**
2087
+ * Overridable validation / error messages produced by the products feature
2088
+ * layer and surfaced through the form's `errors` prop and the measure-units
2089
+ * manager. Consumers override via the widget's `messageLabels` prop, merged
2090
+ * over {@link PRODUCT_MESSAGE_LABELS_EN}.
2091
+ */
2092
+ interface ProductMessageLabels {
2093
+ nameRequired: string;
2094
+ /** Shown when a name exceeds the 100-character limit. */
2095
+ nameTooLong: string;
2096
+ typeRequired: string;
2097
+ priceInvalid: string;
2098
+ currencyRequired: string;
2099
+ /** Shown when a description exceeds the 255-character limit. */
2100
+ descriptionTooLong: string;
2101
+ unitNameRequired: string;
2102
+ /** Shown for a non-field-specific product submit failure. */
2103
+ genericError: string;
2104
+ /** Fallback when creating a measure unit fails without a server message. */
2105
+ createMeasureUnitError: string;
2106
+ /** Fallback when updating a measure unit fails without a server message. */
2107
+ updateMeasureUnitError: string;
2108
+ }
2109
+
2110
+ interface ReceivableStatusBadgeLabels {
2111
+ draft: string;
2112
+ issuing: string;
2113
+ issued: string;
2114
+ failed: string;
2115
+ accepted: string;
2116
+ expired: string;
2117
+ declined: string;
2118
+ recurring: string;
2119
+ partially_paid: string;
2120
+ paid: string;
2121
+ overdue: string;
2122
+ uncollectible: string;
2123
+ canceled: string;
2124
+ deleted: string;
2125
+ unknown: string;
2126
+ }
2127
+ interface ReceivablesScreenLabels {
2128
+ title: string;
2129
+ createButton: string;
2130
+ templateSettingsButton: string;
2131
+ searchPlaceholder: string;
2132
+ statusFilterAll: string;
2133
+ tabInvoices: string;
2134
+ tabQuotes: string;
2135
+ tabCreditNotes: string;
2136
+ columnDocument: string;
2137
+ columnCustomer: string;
2138
+ columnStatus: string;
2139
+ columnIssueDate: string;
2140
+ columnDueDate: string;
2141
+ columnTotal: string;
2142
+ columnAmountDue: string;
2143
+ columnActions: string;
2144
+ sortByDocument: string;
2145
+ sortByCustomer: string;
2146
+ sortByIssueDate: string;
2147
+ sortByDueDate: string;
2148
+ sortByTotal: string;
2149
+ actionEdit: string;
2150
+ actionIssue: string;
2151
+ actionSend: string;
2152
+ actionRecordPayment: string;
2153
+ actionMarkPaid: string;
2154
+ actionMarkUncollectible: string;
2155
+ actionAccept: string;
2156
+ actionDecline: string;
2157
+ actionCancel: string;
2158
+ actionClone: string;
2159
+ actionDelete: string;
2160
+ emptyTitle: string;
2161
+ emptyDescription: string;
2162
+ emptyAction: string;
2163
+ filterEmptyTitle: string;
2164
+ filterEmptyDescription: string;
2165
+ errorTitle: string;
2166
+ errorDescription: string;
2167
+ errorRetry: string;
2168
+ statusBadge: ReceivableStatusBadgeLabels;
2169
+ }
2170
+ type ReceivablesScreenLabelOverrides = Partial<Omit<ReceivablesScreenLabels, 'statusBadge'>> & {
2171
+ statusBadge?: Partial<ReceivableStatusBadgeLabels>;
2172
+ };
2173
+ interface ReceivableFormSheetLabels {
2174
+ createTitle: string;
2175
+ editTitle: string;
2176
+ hiddenDescription: string;
2177
+ documentTypeLabel: string;
2178
+ typeInvoice: string;
2179
+ typeQuote: string;
2180
+ customerLabel: string;
2181
+ customerHint: string;
2182
+ currencyLabel: string;
2183
+ issueDateLabel: string;
2184
+ dueDateLabel: string;
2185
+ memoLabel: string;
2186
+ paymentTermsLabel: string;
2187
+ paymentTermsPlaceholder: string;
2188
+ paymentTermsNone: string;
2189
+ lineItemsHeading: string;
2190
+ productLabel: string;
2191
+ quantityLabel: string;
2192
+ addLineItemButton: string;
2193
+ removeLineItemButton: string;
2194
+ cancelButton: string;
2195
+ createButton: string;
2196
+ updateButton: string;
2197
+ }
2198
+ interface ReceivableDetailsSheetLabels {
2199
+ hiddenDescription: string;
2200
+ loadingTitle: string;
2201
+ errorTitle: string;
2202
+ errorDescription: string;
2203
+ summaryHeading: string;
2204
+ lineItemsHeading: string;
2205
+ activityHeading: string;
2206
+ mailsHeading: string;
2207
+ noLineItems: string;
2208
+ noActivity: string;
2209
+ noMails: string;
2210
+ quantityColumn: string;
2211
+ unitPriceColumn: string;
2212
+ totalColumn: string;
2213
+ closeButton: string;
2214
+ downloadPdfButton: string;
2215
+ editButton: string;
2216
+ issueButton: string;
2217
+ sendButton: string;
2218
+ acceptButton: string;
2219
+ declineButton: string;
2220
+ recordPaymentButton: string;
2221
+ markPaidButton: string;
2222
+ markUncollectibleButton: string;
2223
+ cancelButton: string;
2224
+ cloneButton: string;
2225
+ deleteButton: string;
2226
+ statusBadge: ReceivableStatusBadgeLabels;
2227
+ }
2228
+ type ReceivableDetailsSheetLabelOverrides = Partial<Omit<ReceivableDetailsSheetLabels, 'statusBadge'>> & {
2229
+ statusBadge?: Partial<ReceivableStatusBadgeLabels>;
2230
+ };
2231
+ interface ReceivableSendDialogLabels {
2232
+ title: string;
2233
+ description: string;
2234
+ toLabel: string;
2235
+ ccLabel: string;
2236
+ bccLabel: string;
2237
+ subjectLabel: string;
2238
+ bodyLabel: string;
2239
+ cancelButton: string;
2240
+ sendButton: string;
2241
+ }
2242
+ interface ReceivablePaymentDialogLabels {
2243
+ title: string;
2244
+ description: string;
2245
+ modeLabel: string;
2246
+ fullPayment: string;
2247
+ partialPayment: string;
2248
+ amountPaidLabel: string;
2249
+ paidAtLabel: string;
2250
+ commentLabel: string;
2251
+ cancelButton: string;
2252
+ submitButton: string;
2253
+ }
2254
+ interface ReceivableActionDialogLabels {
2255
+ cancelButton: string;
2256
+ confirmButton: string;
2257
+ }
2258
+
2259
+ type ReceivableDocumentType = 'invoice' | 'quote' | 'credit_note';
2260
+ type ReceivablesWidgetTab = 'invoices' | 'quotes' | 'credit_notes';
2261
+
2262
+ interface ReceivableMessageLabels {
2263
+ customerRequired: string;
2264
+ customerAddressRequired: string;
2265
+ currencyRequired: string;
2266
+ lineItemProductRequired: string;
2267
+ lineItemQuantityInvalid: string;
2268
+ sendToRequired: string;
2269
+ sendSubjectRequired: string;
2270
+ sendBodyRequired: string;
2271
+ paymentAmountInvalid: string;
2272
+ genericError: string;
2273
+ untitledDocument: string;
2274
+ unknownCustomer: string;
2275
+ notAvailable: string;
2276
+ invoiceType: string;
2277
+ quoteType: string;
2278
+ creditNoteType: string;
2279
+ summaryDocumentType: string;
2280
+ summaryDocumentNumber: string;
2281
+ summaryCustomer: string;
2282
+ summaryIssued: string;
2283
+ summaryDue: string;
2284
+ summaryCreated: string;
2285
+ summaryUpdated: string;
2286
+ summaryTotal: string;
2287
+ summaryAmountDue: string;
2288
+ activityStatusChanged: string;
2289
+ activityReceivableCreated: string;
2290
+ activityReceivableUpdated: string;
2291
+ activityPaymentReceived: string;
2292
+ activityMailSent: string;
2293
+ activityUnknown: string;
2294
+ recipientsNone: string;
2295
+ sendSubjectDefault: string;
2296
+ sendBodyDefault: string;
2297
+ issueTitle: string;
2298
+ issueDescription: string;
2299
+ issueConfirm: string;
2300
+ acceptTitle: string;
2301
+ acceptDescription: string;
2302
+ acceptConfirm: string;
2303
+ declineTitle: string;
2304
+ declineDescription: string;
2305
+ declineConfirm: string;
2306
+ cancelTitle: string;
2307
+ cancelDescription: string;
2308
+ cancelConfirm: string;
2309
+ cloneTitle: string;
2310
+ cloneDescription: string;
2311
+ cloneConfirm: string;
2312
+ deleteTitle: string;
2313
+ deleteDescription: string;
2314
+ deleteConfirm: string;
2315
+ markPaidTitle: string;
2316
+ markPaidDescription: string;
2317
+ markPaidConfirm: string;
2318
+ markUncollectibleTitle: string;
2319
+ markUncollectibleDescription: string;
2320
+ markUncollectibleConfirm: string;
2321
+ }
2322
+
2323
+ interface ReceivablesWidgetOwnProps {
2324
+ defaultTab?: ReceivablesWidgetTab;
2325
+ enabledTabs?: ReceivablesWidgetTab[];
2326
+ pageSizeOptions?: number[];
2327
+ onReceivableCreated?: (id: string, type: ReceivableDocumentType) => void;
2328
+ onReceivableOpened?: (id: string, type: ReceivableDocumentType) => void;
2329
+ onTemplateSettingsClick?: () => void;
2330
+ screenLabels?: ReceivablesScreenLabelOverrides;
2331
+ formLabels?: Partial<ReceivableFormSheetLabels>;
2332
+ detailsLabels?: ReceivableDetailsSheetLabelOverrides;
2333
+ sendLabels?: Partial<ReceivableSendDialogLabels>;
2334
+ paymentLabels?: Partial<ReceivablePaymentDialogLabels>;
2335
+ actionLabels?: Partial<ReceivableActionDialogLabels>;
2336
+ productFormLabels?: Partial<ProductFormSheetLabels>;
2337
+ counterpartFormLabels?: Partial<CounterpartFormSheetLabels>;
2338
+ measureUnitsLabels?: Partial<MeasureUnitsManagerLabels>;
2339
+ measureUnitDeleteLabels?: Partial<MeasureUnitDeleteDialogLabels>;
2340
+ messageLabels?: Partial<ReceivableMessageLabels>;
2341
+ productMessageLabels?: Partial<ProductMessageLabels>;
2342
+ counterpartMessageLabels?: Partial<CounterpartMessageLabels>;
2343
+ }
2344
+ type ReceivablesWidgetProps = WidgetProviderProps & ReceivablesWidgetOwnProps;
2345
+
2346
+ declare function ReceivablesWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: ReceivablesWidgetProps): React.JSX.Element;
2347
+
2348
+ interface Labels$3 {
2349
+ title: string;
2350
+ connectButton: string;
2351
+ verifyCtaButton: string;
2352
+ learnMoreButton: string;
2353
+ connectTitle: string;
2354
+ nicknameLabel: string;
2355
+ accountNumberLabel: string;
2356
+ routingNumberLabel: string;
2357
+ routingNumberError: string;
2358
+ typeLabel: string;
2359
+ accountTypePlaceholder: string;
2360
+ checkingOption: string;
2361
+ savingsOption: string;
2362
+ cancelButton: string;
2363
+ nextButton: string;
2364
+ backButton: string;
2365
+ /** Step indicator template, e.g. "Step {current}/{total}". */
2366
+ stepIndicator: string;
2367
+ connectStep1Heading: string;
2368
+ connectStep1Description: string;
2369
+ connectStep2Heading: string;
2370
+ connectStep2Description: string;
2371
+ teamMemberAccessTooltip: string;
2372
+ teamMembersLoadingLabel: string;
2373
+ teamMembersErrorTitle: string;
2374
+ teamMembersEmptyLabel: string;
2375
+ summaryCompletedHeading: string;
2376
+ summaryNextStepsHeading: string;
2377
+ summaryAccountPrefix: string;
2378
+ summaryStep1Title: string;
2379
+ summaryStep1Description: string;
2380
+ summaryStep2Title: string;
2381
+ summaryStep2Description: string;
2382
+ summaryStep3Title: string;
2383
+ summaryStep3Description: string;
2384
+ summaryStep4Title: string;
2385
+ summaryStep4Description: string;
2386
+ statusComplete: string;
2387
+ statusTodo: string;
2388
+ backToTransfersButton: string;
2389
+ saveButton: string;
2390
+ editButton: string;
2391
+ verifyButton: string;
2392
+ unlinkButton: string;
2393
+ linkButton: string;
2394
+ editTitle: string;
2395
+ verifyTitle: string;
2396
+ verifyDescription: string;
2397
+ verifySectionHeading: string;
2398
+ verifyExampleLabel: string;
2399
+ verifyExampleText: string;
2400
+ verifyAccountInProcess: string;
2401
+ verifySuccessTitle: string;
2402
+ verifySuccessDescription: string;
2403
+ unlinkTitle: string;
2404
+ unlinkDescription: string;
2405
+ unlinkConfirmButton: string;
2406
+ firstAmountLabel: string;
2407
+ secondAmountLabel: string;
2408
+ verifyAmountError: string;
2409
+ loadingLabel: string;
2410
+ errorTitle: string;
2411
+ actionErrorTitle: string;
2412
+ emptyTitle: string;
2413
+ emptyDescription: string;
2414
+ }
2415
+
2416
+ interface FeatureLabels$4 {
2417
+ accountFallback: string;
2418
+ accountLabel: string;
2419
+ pendingStatus: string;
2420
+ editSuccessToast: string;
2421
+ unlinkSuccessToast: string;
2422
+ }
2423
+
2424
+ interface LinkedAccountsWidgetProps extends WidgetProviderProps {
2425
+ labels?: Partial<Labels$3>;
2426
+ featureLabels?: Partial<FeatureLabels$4>;
2427
+ }
2428
+ declare function LinkedAccountsWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: LinkedAccountsWidgetProps): React.JSX.Element;
2429
+
2430
+ interface BusinessDetailsLabels {
2431
+ heading: string;
2432
+ subheading: string;
2433
+ companyLegalName: string;
2434
+ companyDbaName: string;
2435
+ businessAddress: string;
2436
+ city: string;
2437
+ state: string;
2438
+ statePlaceholder: string;
2439
+ zipCode: string;
2440
+ companyPhoneNumber: string;
2441
+ companyStructure: string;
2442
+ companyStructurePlaceholder: string;
2443
+ website: string;
2444
+ taxId: string;
2445
+ taxIdHelper: string;
2446
+ naicsCode: string;
2447
+ naicsCodePlaceholder: string;
2448
+ isAuthorizedQuestion: string;
2449
+ isAuthorizedYes: string;
2450
+ isAuthorizedNo: string;
2451
+ acceptDisclosuresPrefix: string;
2452
+ termsOfUse: string;
2453
+ privacyPolicy: string;
2454
+ electronicCommunication: string;
2455
+ patriotAct: string;
2456
+ acceptDisclosuresJoin: string;
2457
+ acceptDisclosuresAnd: string;
2458
+ companyStructureOptions: Record<'CORPORATION_PUBLIC' | 'CORPORATION_PRIVATE' | 'CORPORATION_NOT_FOR_PROFIT' | 'LLC' | 'LLP' | 'PARTNERSHIP' | 'SOLE_PROPRIETORSHIP' | 'GOVERNMENT' | 'COOPERATIVE' | 'ASSOCIATION' | 'OTHER', string>;
2459
+ naicsTitles?: Record<string, string>;
2460
+ stateTitles?: Partial<Record<USStateAbbreviation, string>>;
2461
+ }
2462
+ declare const BUSINESS_DETAILS_LABELS_EN: BusinessDetailsLabels;
2463
+
2464
+ type CompanyStructureValue = 'CORPORATION_PUBLIC' | 'CORPORATION_PRIVATE' | 'CORPORATION_NOT_FOR_PROFIT' | 'LLC' | 'LLP' | 'PARTNERSHIP' | 'SOLE_PROPRIETORSHIP' | 'GOVERNMENT' | 'COOPERATIVE' | 'ASSOCIATION' | 'OTHER';
2465
+ interface BusinessDetailsFormValues {
2466
+ companyLegalName: string;
2467
+ companyDbaName: string;
2468
+ businessAddress: string;
2469
+ city: string;
2470
+ state: string;
2471
+ zipCode: string;
2472
+ companyPhoneNumber: string;
2473
+ companyStructure: CompanyStructureValue | '';
2474
+ website: string;
2475
+ taxId: string;
2476
+ naicsCode: string;
2477
+ isAuthorized: boolean | null;
2478
+ isCheckboxChecked: boolean;
2479
+ }
2480
+
2481
+ interface PersonalDetailsLabels {
2482
+ heading: string;
2483
+ subheading: string;
2484
+ firstName: string;
2485
+ lastName: string;
2486
+ dateOfBirth: string;
2487
+ dateOfBirthPlaceholder: string;
2488
+ ssn: string;
2489
+ ssnShow: string;
2490
+ ssnHide: string;
2491
+ homeAddress: string;
2492
+ city: string;
2493
+ state: string;
2494
+ statePlaceholder: string;
2495
+ zipCode: string;
2496
+ mobilePhoneNumber: string;
2497
+ workEmail: string;
2498
+ ownsOver25Question: string;
2499
+ ownsOver25Yes: string;
2500
+ ownsOver25No: string;
2501
+ ownershipPercentage: string;
2502
+ stateTitles?: Partial<Record<USStateAbbreviation, string>>;
2503
+ }
2504
+ declare const PERSONAL_DETAILS_LABELS_EN: PersonalDetailsLabels;
2505
+
2506
+ interface PersonalDetailsFormValues {
2507
+ firstName: string;
2508
+ lastName: string;
2509
+ dateOfBirth: Date | undefined;
2510
+ ssn: string;
2511
+ homeAddress: string;
2512
+ city: string;
2513
+ state: string;
2514
+ zipCode: string;
2515
+ mobilePhoneNumber: string;
2516
+ workEmail: string;
2517
+ ownsOver25Percent: boolean | null;
2518
+ ownershipPercentage: number | null;
2519
+ }
2520
+
2521
+ interface AdditionalOwnersLabels {
2522
+ heading: string;
2523
+ subheading: string;
2524
+ primaryOwnerRowLabel: string;
2525
+ primaryOwnerShareLabel: string;
2526
+ emptyOwnersText: string;
2527
+ addOwner: string;
2528
+ edit: string;
2529
+ remove: string;
2530
+ cancel: string;
2531
+ save: string;
2532
+ ownerNameColumn: string;
2533
+ ownerShareColumn: string;
2534
+ ownerActionsColumn: string;
2535
+ formHeadingAdd: string;
2536
+ formHeadingEdit: string;
2537
+ firstName: string;
2538
+ lastName: string;
2539
+ dateOfBirth: string;
2540
+ dateOfBirthPlaceholder: string;
2541
+ ssn: string;
2542
+ homeAddress: string;
2543
+ city: string;
2544
+ state: string;
2545
+ statePlaceholder: string;
2546
+ zipCode: string;
2547
+ mobilePhoneNumber: string;
2548
+ ownershipPercentage: string;
2549
+ totalOwnershipExceedsTemplate: (total: number) => string;
2550
+ stateTitles?: Partial<Record<USStateAbbreviation, string>>;
2551
+ }
2552
+ declare const ADDITIONAL_OWNERS_LABELS_EN: AdditionalOwnersLabels;
2553
+
2554
+ interface AdditionalOwnerFormValues {
2555
+ firstName: string;
2556
+ lastName: string;
2557
+ dateOfBirth: Date | undefined;
2558
+ ssn: string;
2559
+ homeAddress: string;
2560
+ city: string;
2561
+ state: string;
2562
+ zipCode: string;
2563
+ mobilePhoneNumber: string;
2564
+ ownershipPercentage: number;
2565
+ }
2566
+ type AdditionalOwner = AdditionalOwnerFormValues;
2567
+
2568
+ interface ResultLabels {
2569
+ loadingMessage: string;
2570
+ successHeading: string;
2571
+ successBody: (companyName: string) => string;
2572
+ successFollowUp: (email: string) => string;
2573
+ pendingHeading: string;
2574
+ pendingBody: (companyName: string) => string;
2575
+ pendingFollowUp: (email: string) => string;
2576
+ errorHeading: string;
2577
+ errorBody: (companyName: string) => string;
2578
+ errorFollowUp: (email: string) => string;
2579
+ navigateToDashboard: string;
2580
+ poweredBy: string;
2581
+ }
2582
+ declare const RESULT_LABELS_EN: ResultLabels;
2583
+
2584
+ interface OnboardingWidgetLabels {
2585
+ stepIndicator?: {
2586
+ business?: string;
2587
+ personal?: string;
2588
+ ownership?: string;
2589
+ done?: string;
2590
+ };
2591
+ businessDetails?: Partial<BusinessDetailsLabels>;
2592
+ personalDetails?: Partial<PersonalDetailsLabels>;
2593
+ additionalOwners?: Partial<AdditionalOwnersLabels>;
2594
+ result?: Partial<ResultLabels>;
2595
+ back?: string;
2596
+ next?: string;
2597
+ submit?: string;
2598
+ errorPrefix?: string;
2599
+ /** Accessible title for the onboarding modal. */
2600
+ modalTitle?: string;
2601
+ }
2602
+ interface OnboardingWidgetInnerProps {
2603
+ onEmbeddedOnboardingCompletedSuccessfully: () => void;
2604
+ onNavigateToDashboard: () => void;
2605
+ labels?: OnboardingWidgetLabels;
2606
+ bankLogoSrc?: string;
2607
+ termsHref?: string;
2608
+ privacyHref?: string;
2609
+ electronicCommunicationHref?: string;
2610
+ patriotActHref?: string;
2611
+ /**
2612
+ * Controlled open state for the onboarding modal. When provided, the host
2613
+ * application owns the open/close state and must update it via
2614
+ * `onOpenChange`. Defaults to uncontrolled mode (`defaultOpen` is honoured).
2615
+ */
2616
+ open?: boolean;
2617
+ /**
2618
+ * Initial open state when uncontrolled. Defaults to `true` so the widget
2619
+ * renders the modal on mount.
2620
+ */
2621
+ defaultOpen?: boolean;
2622
+ /**
2623
+ * Notified whenever the modal opens or closes — both from internal gestures
2624
+ * (overlay click, escape key, close button) and external state updates.
2625
+ */
2626
+ onOpenChange?: (open: boolean) => void;
2627
+ }
2628
+ type OnboardingWidgetProps = WidgetProviderProps & OnboardingWidgetInnerProps;
2629
+ declare function OnboardingWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, ...innerProps }: OnboardingWidgetProps): React.JSX.Element;
2630
+
2631
+ /**
2632
+ * Co-located user-facing strings for the products widget UI. Each component
2633
+ * takes a `labels?: Partial<…Labels>` prop merged over the matching
2634
+ * `*_LABELS_EN` default.
2635
+ */
2636
+ interface ProductTypeBadgeLabels {
2637
+ product: string;
2638
+ service: string;
2639
+ }
2640
+ interface ProductsScreenLabels {
2641
+ title: string;
2642
+ createButton: string;
2643
+ manageUnitsButton: string;
2644
+ columnName: string;
2645
+ columnType: string;
2646
+ columnDescription: string;
2647
+ columnUnit: string;
2648
+ columnPrice: string;
2649
+ searchPlaceholder: string;
2650
+ typeFilterAll: string;
2651
+ typeFilterProduct: string;
2652
+ typeFilterService: string;
2653
+ unitFilterAll: string;
2654
+ emptyTitle: string;
2655
+ emptyDescription: string;
2656
+ emptyAction: string;
2657
+ filterEmptyTitle: string;
2658
+ filterEmptyDescription: string;
2659
+ errorTitle: string;
2660
+ errorDescription: string;
2661
+ errorRetry: string;
2662
+ typeBadge: ProductTypeBadgeLabels;
2663
+ }
2664
+ interface ProductDetailsSheetLabels {
2665
+ hiddenDescription: string;
2666
+ /** `{type}` and `{createdAt}` are replaced at render time. */
2667
+ subtitle: string;
2668
+ /** `{type}` is replaced with "Product" or "Service". */
2669
+ sectionHeading: string;
2670
+ typeProductDescription: string;
2671
+ typeServiceDescription: string;
2672
+ /** `{type}` is replaced with "Product" or "Service". */
2673
+ rowName: string;
2674
+ rowDescription: string;
2675
+ rowType: string;
2676
+ rowUnit: string;
2677
+ rowPrice: string;
2678
+ historyHeading: string;
2679
+ rowCreatedOn: string;
2680
+ rowLastUpdate: string;
2681
+ /** Accessible label for the overflow actions trigger button. */
2682
+ moreActionsLabel: string;
2683
+ /** Accessible label for the close button. */
2684
+ closeLabel: string;
2685
+ /** Fallback displayed in a detail row when the value is empty. */
2686
+ rowEmptyValue: string;
2687
+ /** Label for the delete item in the actions dropdown. `{type}` is replaced with "Product" or "Service". */
2688
+ deleteProductOption: string;
2689
+ editButton: string;
2690
+ loadingTitle: string;
2691
+ errorTitle: string;
2692
+ errorDescription: string;
2693
+ typeBadge: ProductTypeBadgeLabels;
2694
+ }
2695
+ interface ProductDeleteDialogLabels {
2696
+ /** `{name}` is replaced with the product name. */
2697
+ title: string;
2698
+ message: string;
2699
+ confirmButton: string;
2700
+ cancelButton: string;
2701
+ }
2702
+
2703
+ interface ProductsWidgetOwnProps {
2704
+ pageSizeOptions?: number[];
2705
+ screenLabels?: Partial<ProductsScreenLabels>;
2706
+ formLabels?: Partial<ProductFormSheetLabels>;
2707
+ detailsLabels?: Partial<ProductDetailsSheetLabels>;
2708
+ deleteLabels?: Partial<ProductDeleteDialogLabels>;
2709
+ measureUnitsLabels?: Partial<MeasureUnitsManagerLabels>;
2710
+ measureUnitDeleteLabels?: Partial<MeasureUnitDeleteDialogLabels>;
2711
+ /** Overrides for validation / error messages produced by the widget. */
2712
+ messageLabels?: Partial<ProductMessageLabels>;
2713
+ }
2714
+ /** Public props for {@link ProductsWidget}. */
2715
+ type ProductsWidgetProps = WidgetProviderProps & ProductsWidgetOwnProps;
2716
+
2717
+ /**
2718
+ * Self-contained products/services widget: lists, filters, creates, edits,
2719
+ * views, and deletes products, and manages measure units. The provider/inner
2720
+ * split keeps the public component a pure {@link WidgetProvider} wrapper.
2721
+ *
2722
+ * @example
2723
+ * ```tsx
2724
+ * <ProductsWidget baseUrl="https://api.tesouro.com" widgetToken="wt_..." organizationId="org_..." />
2725
+ * ```
2726
+ */
2727
+ declare function ProductsWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: ProductsWidgetProps): React.JSX.Element;
2728
+
2729
+ interface Labels$2 {
2730
+ loadingLabel: string;
2731
+ errorLabel: string;
2732
+ }
2733
+
2734
+ interface FeatureLabels$3 {
2735
+ personalTab: string;
2736
+ businessTab: string;
2737
+ personalBannerAlt: string;
2738
+ businessBannerAlt: string;
2739
+ subtitle: string;
2740
+ nameLabel: string;
2741
+ emailLabel: string;
2742
+ phoneLabel: string;
2743
+ legalNameLabel: string;
2744
+ companyAddressLabel: string;
2745
+ companyPhoneLabel: string;
2746
+ companyEmailLabel: string;
2747
+ emptyValue: string;
2748
+ }
2749
+
2750
+ interface ProfileWidgetProps extends WidgetProviderProps {
2751
+ labels?: Partial<Labels$2>;
2752
+ featureLabels?: Partial<FeatureLabels$3>;
2753
+ }
2754
+ declare function ProfileWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: ProfileWidgetProps): React.JSX.Element;
2755
+
2756
+ type ReceiptMatchWidgetProps = WidgetProviderProps & {
2757
+ isOpen?: boolean;
2758
+ preSelectedReceiptIds?: string[];
2759
+ onClose?: () => void;
2760
+ targetTransactionId?: string;
2761
+ onSingleTransactionUpdate?: () => void;
2762
+ };
2763
+ declare function ReceiptMatchWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, isOpen, preSelectedReceiptIds, onClose, targetTransactionId, onSingleTransactionUpdate, }: ReceiptMatchWidgetProps): React.JSX.Element;
2764
+
2765
+ interface Labels$1 {
2766
+ title: string;
2767
+ description: string;
2768
+ }
2769
+
2770
+ interface FeatureLabels$2 {
2771
+ profileSection: string;
2772
+ teamSection: string;
2773
+ invoiceSection: string;
2774
+ billPaySection: string;
2775
+ accountingSection: string;
2776
+ tagsSection: string;
2777
+ expenseSection: string;
2778
+ helpSection: string;
2779
+ expenseApprovalsTab: string;
2780
+ expenseRequirementsTab: string;
2781
+ }
2782
+
2783
+ interface SettingsWidgetProps extends MoniteRegionProviderProps {
2784
+ labels?: Partial<Labels$1>;
2785
+ featureLabels?: Partial<FeatureLabels$2>;
2786
+ profileContent?: ReactNode;
2787
+ teamContent?: ReactNode;
2788
+ billPayContent?: ReactNode;
2789
+ helpContent?: ReactNode;
2790
+ expenseContent?: ReactNode;
2791
+ accountingContent?: ReactNode;
2792
+ tagsContent?: ReactNode;
2793
+ invoiceContent?: ReactNode;
2794
+ }
2795
+ declare function SettingsWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, finopsThemeColors, analytics, ...innerProps }: SettingsWidgetProps): React.JSX.Element;
2796
+
2797
+ /**
2798
+ * Co-located user-facing strings for the tags widget UI. Each component takes a
2799
+ * `labels?: Partial<…Labels>` prop merged over the matching `*_LABELS_EN` default.
2800
+ */
2801
+ interface TagsScreenLabels {
2802
+ title: string;
2803
+ createButton: string;
2804
+ columnName: string;
2805
+ columnCategory: string;
2806
+ columnKeywords: string;
2807
+ columnCreatedAt: string;
2808
+ columnUpdatedAt: string;
2809
+ columnCreatedBy: string;
2810
+ columnActions: string;
2811
+ actionDelete: string;
2812
+ openActionsMenu: string;
2813
+ emptyTitle: string;
2814
+ emptyDescription: string;
2815
+ emptyAction: string;
2816
+ errorTitle: string;
2817
+ errorDescription: string;
2818
+ errorRetry: string;
2819
+ }
2820
+ interface TagFormSheetLabels {
2821
+ createTitle: string;
2822
+ /** `{name}` is replaced with the tag being edited. */
2823
+ editTitle: string;
2824
+ nameLabel: string;
2825
+ categoryLabel: string;
2826
+ categoryPlaceholder: string;
2827
+ keywordsLabel: string;
2828
+ keywordsPlaceholder: string;
2829
+ /** Accessible label for a keyword chip's remove button. `{keyword}` is replaced. */
2830
+ removeKeyword: string;
2831
+ cancelButton: string;
2832
+ createButton: string;
2833
+ saveButton: string;
2834
+ deleteButton: string;
2835
+ }
2836
+ interface TagDeleteDialogLabels {
2837
+ /** `{name}` is replaced with the tag name. */
2838
+ title: string;
2839
+ message: string;
2840
+ confirmButton: string;
2841
+ cancelButton: string;
2842
+ }
2843
+
2844
+ /**
2845
+ * Overridable validation / error messages produced by the tags feature layer
2846
+ * and surfaced through the form's `errors` prop. Consumers override via the
2847
+ * widget's `messageLabels` prop, merged over {@link TAG_MESSAGE_LABELS_EN}.
2848
+ */
2849
+ interface TagMessageLabels {
2850
+ nameRequired: string;
2851
+ nameTooLong: string;
2852
+ keywordTooShort: string;
2853
+ keywordTooLong: string;
2854
+ /** Shown for a non-field-specific submit failure. */
2855
+ genericError: string;
2856
+ }
2857
+
2858
+ interface TagsWidgetOwnProps {
2859
+ /** Page-size options for the table footer. */
2860
+ pageSizeOptions?: number[];
2861
+ /** Label overrides for the tags table screen. */
2862
+ screenLabels?: Partial<TagsScreenLabels>;
2863
+ /** Label overrides for the create/edit form. */
2864
+ formLabels?: Partial<TagFormSheetLabels>;
2865
+ /** Label overrides for the delete confirmation. */
2866
+ deleteLabels?: Partial<TagDeleteDialogLabels>;
2867
+ /** Overrides for validation / error messages produced by the widget. */
2868
+ messageLabels?: Partial<TagMessageLabels>;
2869
+ }
2870
+ /** Public props for {@link TagsWidget}. */
2871
+ type TagsWidgetProps = WidgetProviderProps & TagsWidgetOwnProps;
2872
+
2873
+ /**
2874
+ * Self-contained tags widget: lists, creates, edits, and deletes tags, and
2875
+ * manages per-tag OCR auto-tagging keywords. The provider/inner split keeps the
2876
+ * public component a pure {@link WidgetProvider} wrapper while the inner runs
2877
+ * inside the provider tree so data-access hooks can read widget context.
2878
+ *
2879
+ * @example
2880
+ * ```tsx
2881
+ * <TagsWidget baseUrl="https://api.tesouro.com" widgetToken="wt_..." organizationId="org_..." />
2882
+ * ```
2883
+ */
2884
+ declare function TagsWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: TagsWidgetProps): React.JSX.Element;
2885
+
2886
+ interface Labels {
2887
+ title: string;
2888
+ nameColumn: string;
2889
+ roleColumn: string;
2890
+ departmentColumn: string;
2891
+ statusColumn: string;
2892
+ loadingLabel: string;
2893
+ emptyTitle: string;
2894
+ emptyDescription: string;
2895
+ errorTitle: string;
2896
+ errorDescription: string;
2897
+ rowsPerPageLabel: string;
2898
+ previousPageButton: string;
2899
+ nextPageButton: string;
2900
+ detailsBackButton: string;
2901
+ detailsEmailLabel: string;
2902
+ detailsRoleLabel: string;
2903
+ detailsStatusLabel: string;
2904
+ detailsLastSignInLabel: string;
2905
+ detailsDepartmentLabel: string;
2906
+ detailsLocationLabel: string;
2907
+ detailsAccountAccessLabel: string;
2908
+ rolesSectionHeading: string;
2909
+ rolesSectionDescription: string;
2910
+ roleLoadingLabel: string;
2911
+ detailsEditButton: string;
2912
+ detailsDeactivateButton: string;
2913
+ inviteButton: string;
2914
+ inviteTitle: string;
2915
+ inviteBackToTeamButton: string;
2916
+ inviteDetailsSectionHeading: string;
2917
+ inviteFirstNameLabel: string;
2918
+ inviteLastNameLabel: string;
2919
+ inviteWorkEmailLabel: string;
2920
+ inviteDepartmentLabel: string;
2921
+ inviteDepartmentPlaceholder: string;
2922
+ inviteDepartmentEmpty: string;
2923
+ inviteLocationLabel: string;
2924
+ inviteLocationPlaceholder: string;
2925
+ inviteLocationEmpty: string;
2926
+ inviteReportingManagerLabel: string;
2927
+ inviteReportingManagerPlaceholder: string;
2928
+ inviteReportingManagerEmpty: string;
2929
+ inviteOptionsLoading: string;
2930
+ /** Clears an optional select (department/location/reporting manager). */
2931
+ inviteOptionNone: string;
2932
+ inviteRoleSectionHeading: string;
2933
+ inviteRoleSectionDescription: string;
2934
+ inviteCancelButton: string;
2935
+ inviteSubmitButton: string;
2936
+ editTitle: string;
2937
+ editDescription: string;
2938
+ editNameLabel: string;
2939
+ editRoleLabel: string;
2940
+ editRolePlaceholder: string;
2941
+ editCancelButton: string;
2942
+ editSaveButton: string;
2943
+ actionDialogCancelButton: string;
2944
+ }
2945
+
2946
+ /** Strings the feature layer bakes into the display-ready view models. */
2947
+ interface FeatureLabels$1 {
2948
+ /** Placeholder for fields the API has no value for (role, department, ...). */
2949
+ notAvailable: string;
2950
+ /** Last sign-in value for members who have never signed in. */
2951
+ neverSignedIn: string;
2952
+ /** Prefix for the pagination range, e.g. "Viewing 1-10". */
2953
+ viewingRangeLabel: string;
2954
+ /** Validation messages the feature attaches to form fields. */
2955
+ nameRequiredError: string;
2956
+ firstNameRequiredError: string;
2957
+ lastNameRequiredError: string;
2958
+ emailRequiredError: string;
2959
+ emailInvalidError: string;
2960
+ roleRequiredError: string;
2961
+ /** Mutation failure messages shown inline in the workflows. */
2962
+ inviteFailedError: string;
2963
+ editFailedError: string;
2964
+ deactivateFailedError: string;
2965
+ /** Deactivate confirmation copy. */
2966
+ deactivateDialogTitle: string;
2967
+ deactivateDialogDescription: string;
2968
+ deactivateConfirmButton: string;
2969
+ /** Tabs. */
2970
+ teamMembersTab: string;
2971
+ departmentsTab: string;
2972
+ locationsTab: string;
2973
+ /** Shared group-admin (departments + locations) strings. */
2974
+ groupNameColumn: string;
2975
+ groupAssignedColumn: string;
2976
+ groupActionsColumn: string;
2977
+ groupEditAction: string;
2978
+ groupRowActionsAriaLabel: string;
2979
+ groupMembersLabel: string;
2980
+ groupMembersSearchPlaceholder: string;
2981
+ groupMembersEmpty: string;
2982
+ groupCancelButton: string;
2983
+ groupSaveButton: string;
2984
+ groupMemberSingular: string;
2985
+ groupMemberPlural: string;
2986
+ groupNoMembers: string;
2987
+ /** Departments. */
2988
+ departmentsTitle: string;
2989
+ departmentsAddButton: string;
2990
+ departmentsEmpty: string;
2991
+ departmentsLoading: string;
2992
+ departmentsErrorTitle: string;
2993
+ departmentsErrorDescription: string;
2994
+ departmentCreateTitle: string;
2995
+ departmentEditTitle: string;
2996
+ departmentDrawerDescription: string;
2997
+ departmentNameLabel: string;
2998
+ departmentNamePlaceholder: string;
2999
+ departmentDeleteAction: string;
3000
+ departmentDeleteDialogTitle: string;
3001
+ departmentDeleteDialogDescription: string;
3002
+ departmentDeleteConfirmButton: string;
3003
+ departmentSaveFailed: string;
3004
+ departmentDeleteFailed: string;
3005
+ /** Locations. */
3006
+ locationsTitle: string;
3007
+ locationsAddButton: string;
3008
+ locationsEmpty: string;
3009
+ locationsLoading: string;
3010
+ locationsErrorTitle: string;
3011
+ locationsErrorDescription: string;
3012
+ locationCreateTitle: string;
3013
+ locationEditTitle: string;
3014
+ locationDrawerDescription: string;
3015
+ locationNameLabel: string;
3016
+ locationNamePlaceholder: string;
3017
+ locationDeleteAction: string;
3018
+ locationDeleteDialogTitle: string;
3019
+ locationDeleteDialogDescription: string;
3020
+ locationDeleteConfirmButton: string;
3021
+ locationSaveFailed: string;
3022
+ locationDeleteFailed: string;
3023
+ }
3024
+
3025
+ interface TeamWidgetProps extends WidgetProviderProps {
3026
+ labels?: Partial<Labels>;
3027
+ featureLabels?: Partial<FeatureLabels$1>;
3028
+ }
3029
+ declare function TeamWidget({ baseUrl, widgetToken, organizationId, configClient, linkComponent, implementation, uiFramework, errorFallback, onError, analytics, ...innerProps }: TeamWidgetProps): React.JSX.Element;
3030
+
3031
+ interface TransfersWidgetLabels {
3032
+ widgetTitle: string;
3033
+ transferMoneyCta: string;
3034
+ /** Tooltip when the transfer CTA is disabled for insufficient eligible accounts. */
3035
+ transferMoneyCtaDisabledTooltip: string;
3036
+ /** Fallback when an account has no nickname in lists or options. */
3037
+ accountFallbackName: string;
3038
+ /** Mask prefix before last four digits on account options. */
3039
+ embeddedAccountMaskPrefix: string;
3040
+ /** Prefix before full account number on review cards (e.g. "Account #:"). */
3041
+ modalReviewAccountNumberPrefix: string;
3042
+ /** Separator between from and to account names in the route line. */
3043
+ listAccountsSeparator: string;
3044
+ loadErrorTitle: string;
3045
+ loadErrorDescription: string;
3046
+ loadErrorRetry: string;
3047
+ emptyTitle: string;
3048
+ emptyDescription: string;
3049
+ modalTitle: string;
3050
+ /** Shown under the title on the accounts step (e.g. ACH timing). */
3051
+ modalAccountsSubtitle: string;
3052
+ /** Placeholder inside the From account select on the accounts step. */
3053
+ modalFromAccountPlaceholder: string;
3054
+ /** Placeholder inside the To account select on the accounts step. */
3055
+ modalToAccountPlaceholder: string;
3056
+ /** Primary action on the accounts step (legacy: full-width Confirm). */
3057
+ modalAccountsConfirm: string;
3058
+ modalStepAccounts: string;
3059
+ modalStepAmount: string;
3060
+ modalStepReview: string;
3061
+ modalStepResult: string;
3062
+ modalFromLabel: string;
3063
+ modalToLabel: string;
3064
+ modalAmountLabel: string;
3065
+ /** Placeholder for the amount input (e.g. "0.00"). */
3066
+ modalAmountPlaceholder: string;
3067
+ modalContinue: string;
3068
+ modalBack: string;
3069
+ modalSubmit: string;
3070
+ modalClose: string;
3071
+ modalReviewHeading: string;
3072
+ modalReviewFromAccountLabel: string;
3073
+ modalReviewToAccountLabel: string;
3074
+ modalAvailableBalanceCaption: string;
3075
+ modalConfirmTransfer: string;
3076
+ modalGoBack: string;
3077
+ modalSuccessTitle: string;
3078
+ modalSuccessDescription: string;
3079
+ modalResultSuccessTitle: string;
3080
+ modalResultErrorTitle: string;
3081
+ modalResultTransferMessagePrefix: string;
3082
+ modalResultSuccessMessageSuffix: string;
3083
+ modalResultErrorMessageSuffix: string;
3084
+ modalBackToTransfers: string;
3085
+ modalSelectPlaceholder: string;
3086
+ rowStatusCompleted: string;
3087
+ rowStatusPending: string;
3088
+ rowStatusFailed: string;
3089
+ rowTypeInternal: string;
3090
+ rowTypeToExternal: string;
3091
+ rowTypeFromExternal: string;
3092
+ modalAmountInvalidError: string;
3093
+ /** Shown under the amount field when the from (embedded) balance is too low. */
3094
+ modalInsufficientFundsError: string;
3095
+ /** Resets from, to, and amount on the accounts step. */
3096
+ modalClearSelections: string;
3097
+ modalUnsupportedPairError: string;
3098
+ modalSubmitFailedError: string;
3099
+ }
3100
+ declare const TRANSFERS_WIDGET_LABELS_EN: TransfersWidgetLabels;
3101
+
3102
+ interface FeatureLabels {
3103
+ unavailableLabel: string;
3104
+ routeSeparator: string;
3105
+ defaultCurrencyCode: string;
3106
+ defaultSecCode: string;
3107
+ }
3108
+ declare const DEFAULT_FEATURE_LABELS: FeatureLabels;
3109
+
3110
+ interface TransfersWidgetPassthroughProps {
3111
+ labels?: Partial<TransfersWidgetLabels>;
3112
+ featureLabels?: Partial<FeatureLabels>;
3113
+ }
3114
+ interface TransfersWidgetProps extends WidgetProviderProps, TransfersWidgetPassthroughProps {
3115
+ }
3116
+ declare function TransfersWidget({ labels, featureLabels, ...widgetProviderProps }: TransfersWidgetProps): React.JSX.Element;
3117
+
3118
+ export { ADDITIONAL_OWNERS_LABELS_EN, BALANCES_WIDGET_LABELS_EN, BUSINESS_DETAILS_LABELS_EN, BalancesWidget, BankAccountsWidget, BillPayWidget, CounterpartsWidget, ExpenseApprovalPoliciesWidget, ExpenseManagementWidget, ExpenseRequirementsWidget, GLCodeTableWidget, GL_CODE_TABLE_LABELS_EN, GlCodeTable, HELP_FAQ_EN, HELP_WIDGET_LABELS_EN, HelpWidget, INSIGHTS_FEATURE_LABELS_EN, INSIGHTS_WIDGET_LABELS_EN, Implementation, InsightsWidget, ReceivablesWidgetMonite as InvoicingWidget, LinkedAccountsWidget, OnboardingWidget, PERSONAL_DETAILS_LABELS_EN, ProductsWidget, ProfileWidget, RESULT_LABELS_EN, ReceiptMatchWidget, ReceivablesWidget, RefreshingRootWidgetProvider, RootWidgetProvider, SINGLE_INSIGHT_LABELS_EN, SettingsWidget, DEFAULT_FEATURE_LABELS as TRANSFERS_FEATURE_LABELS_EN, TRANSFERS_WIDGET_LABELS_EN, TagsWidget, TeamWidget, TransfersWidget, UIFramework, UploadReceiptWidget, WidgetProvider, WidgetTokenRefreshProvider, cloneEmbeddedClient, getGlobalWidgetConfig, registerDesignSystemEnsurer, registerUIRenderers, setGlobalWidgetConfig, updateGlobalWidgetConfig, useOwnWidgetConfig, useRefetchWidget, useWidgetConfig, useWidgetError, useWidgetLoading, useWidgetToken };
3119
+ export type { Labels$6 as AccountDetailsWidgetLabels, AdditionalOwner, AdditionalOwnerFormValues, AdditionalOwnersLabels, AddressFormSheetLabels, BalancesWidgetLabels, BalancesWidgetProps, BankAccountFormSheetLabels, FeatureLabels$5 as BankAccountsWidgetFeatureLabels, Labels$5 as BankAccountsWidgetLabels, BankAccountsWidgetProps, BillPayWidgetProps, BusinessDetailsFormValues, BusinessDetailsLabels, ConfirmDeleteDialogLabels, CounterpartDetailsSheetLabels, CounterpartFormSheetLabels, CounterpartMessageLabels, CounterpartMode, CounterpartsScreenLabels, CounterpartsWidgetProps, EmbeddedClient, ExpenseApprovalPoliciesWidgetProps, Labels$4 as ExpenseManagementWidgetLabels, ExpenseManagementWidgetProps, ExpenseRequirementsWidgetProps, GLCodeTableWidgetProps, GlCode, GlCodeTableLabels, GlCodeTableProps, HelpFaqAnswer, HelpFaqBullet, HelpFaqBulletType, HelpFaqItem, HelpFaqSection, HelpWidgetLabels, HelpWidgetProps, InsightsFeatureLabels, InsightsWidgetLabels, InsightsWidgetProps, ReceivablesWidgetMoniteProps as InvoicingWidgetProps, LinkComponent, LinkComponentProps, FeatureLabels$4 as LinkedAccountsWidgetFeatureLabels, Labels$3 as LinkedAccountsWidgetLabels, LinkedAccountsWidgetProps, MeasureUnitDeleteDialogLabels, MeasureUnitsManagerLabels, OnboardingWidgetLabels, OnboardingWidgetProps, PersonalDetailsFormValues, PersonalDetailsLabels, ProductDeleteDialogLabels, ProductDetailsSheetLabels, ProductFormSheetLabels, ProductMessageLabels, ProductsScreenLabels, ProductsWidgetProps, FeatureLabels$3 as ProfileWidgetFeatureLabels, Labels$2 as ProfileWidgetLabels, ProfileWidgetProps, ReceiptMatchWidgetProps, ReceivableActionDialogLabels, ReceivableDetailsSheetLabelOverrides, ReceivableDetailsSheetLabels, ReceivableDocumentType, ReceivableFormSheetLabels, ReceivableMessageLabels, ReceivablePaymentDialogLabels, ReceivableSendDialogLabels, ReceivableStatusBadgeLabels, ReceivablesScreenLabelOverrides, ReceivablesScreenLabels, ReceivablesWidgetProps, ReceivablesWidgetTab, RefreshingRootWidgetProviderProps, ResultLabels, RootWidgetProviderProps, FeatureLabels$2 as SettingsWidgetFeatureLabels, Labels$1 as SettingsWidgetLabels, SettingsWidgetProps, SingleInsightLabels, TagDeleteDialogLabels, TagFormSheetLabels, TagMessageLabels, TagsScreenLabels, TagsWidgetProps, FeatureLabels$1 as TeamWidgetFeatureLabels, Labels as TeamWidgetLabels, TeamWidgetProps, FeatureLabels as TransfersWidgetFeatureLabels, TransfersWidgetLabels, TransfersWidgetProps, UploadReceiptWidgetProps, WidgetConfig, WidgetConfigInput, WidgetProviderProps, WidgetTokenFetcher, WidgetTokenManager, WidgetTokenRefreshProviderProps, WidgetTokenState };