@tesouro/embedded-components-react 0.2.133 → 0.2.149

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 (622) hide show
  1. package/README.md +20 -18
  2. package/dist/index.css +1723 -3260
  3. package/dist/index.d.ts +249 -104
  4. package/dist/index.js +107 -105
  5. package/dist/lib/AcceptDisclosuresWidget.d.ts +47 -5
  6. package/dist/lib/AcceptDisclosuresWidget.js +6 -4
  7. package/dist/lib/BalancesWidget.js +5 -4
  8. package/dist/lib/{OnboardingWidget.d.ts → BankAccountOnboardingWidget.d.ts} +204 -101
  9. package/dist/lib/BankAccountOnboardingWidget.js +20 -0
  10. package/dist/lib/HelpWidget.js +7 -6
  11. package/dist/lib/InsightsWidget.js +9 -8
  12. package/dist/lib/InvoicingWidget.js +3 -2
  13. package/dist/lib/ReceivablesWidget.js +28 -27
  14. package/dist/lib/TransfersWidget.js +7 -6
  15. package/dist/lib/WidgetProvider.js +30 -29
  16. package/dist/lib/WidgetProviderPublic.js +3 -2
  17. package/dist/libs/embedded-banking/shared/util/dist/index3.js +76 -79
  18. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index2.js +102 -34
  19. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +69 -0
  20. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index2.js +90 -11
  21. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index3.js +15 -3
  22. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +17 -16
  23. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index4.js +4 -3
  24. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index5.js +9 -8
  25. package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index2.js +1 -0
  26. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index10.js +19 -0
  27. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index2.js +24 -0
  28. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index3.js +14 -0
  29. package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index2.js → bank-account-onboarding-widget/data-access/dist/index4.js} +5 -3
  30. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index5.js +26 -0
  31. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index6.js +26 -0
  32. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index8.js +15 -0
  33. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index9.js +37 -0
  34. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +187 -0
  35. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index11.js +11 -0
  36. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +169 -0
  37. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +80 -0
  38. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index14.js +7 -0
  39. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index15.js +6 -0
  40. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +6 -0
  41. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +16 -0
  42. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index2.js +407 -0
  43. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index3.js +132 -0
  44. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index4.js +101 -0
  45. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index5.js +146 -0
  46. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index6.js +112 -0
  47. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index7.js +15 -0
  48. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index8.js +37 -0
  49. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index9.js +16 -0
  50. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index10.js +77 -0
  51. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index11.js +89 -0
  52. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index12.js +100 -0
  53. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index13.js +103 -0
  54. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index14.js +91 -0
  55. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index15.js +8 -0
  56. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index16.js +9 -0
  57. package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index5.js → bank-account-onboarding-widget/ui/dist/index17.js} +8 -5
  58. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index18.js +23 -0
  59. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index19.js +117 -0
  60. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index2.js +131 -0
  61. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index20.js +338 -0
  62. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index21.js +32 -0
  63. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index22.js +50 -0
  64. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index23.js +50 -0
  65. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index24.js +218 -0
  66. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index25.js +52 -0
  67. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index26.js +277 -0
  68. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index27.js +53 -0
  69. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index28.js +22 -0
  70. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index3.js +48 -0
  71. package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index3.js → bank-account-onboarding-widget/ui/dist/index4.js} +19 -12
  72. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index5.js +32 -0
  73. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index6.js +94 -0
  74. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index7.js +14 -0
  75. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +33 -32
  76. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +29 -28
  77. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +6 -6
  78. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +10 -9
  79. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +4 -4
  80. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +3 -2
  81. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +16 -15
  82. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +7 -6
  83. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +4 -4
  84. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +13 -12
  85. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +3 -2
  86. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +28 -27
  87. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +3 -2
  88. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +3 -2
  89. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index5.js +3 -2
  90. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index3.js +27 -26
  91. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index4.js +86 -85
  92. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +3 -2
  93. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +21 -21
  94. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index8.js +10 -10
  95. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +3 -2
  96. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +16 -15
  97. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/useReceiptMatch.js +3 -2
  98. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index2.js +6 -6
  99. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index5.js +5 -5
  100. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +3 -2
  101. package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/lib/UploadReceiptWidget.js +12 -11
  102. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +3 -2
  103. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +32 -31
  104. package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +3 -2
  105. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +3 -2
  106. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +7 -6
  107. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index3.js +4 -3
  108. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +5 -4
  109. package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index2.js +8 -7
  110. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +27 -26
  111. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +3 -2
  112. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index6.js +30 -29
  113. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index2.js +11 -11
  114. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index4.js +7 -6
  115. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index5.js +14 -14
  116. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index6.js +7 -7
  117. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index7.js +6 -6
  118. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index9.js +20 -19
  119. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +9 -8
  120. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index4.js +285 -212
  121. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +16 -16
  122. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index12.js +7 -6
  123. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index13.js +5 -5
  124. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index2.js +7 -6
  125. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index5.js +11 -10
  126. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index6.js +3 -2
  127. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index7.js +3 -2
  128. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index8.js +15 -14
  129. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index9.js +10 -9
  130. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
  131. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
  132. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
  133. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +2 -2
  134. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +2 -2
  135. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +1 -1
  136. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
  137. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
  138. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
  139. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +1 -1
  140. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +23 -12
  141. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +32 -23
  142. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +34 -22
  143. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
  144. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +4 -2
  145. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -2
  146. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +24 -9
  147. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +2 -9
  148. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +1270 -32
  149. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +22 -34
  150. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -4
  151. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +13 -2
  152. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +9 -24
  153. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +8 -1270
  154. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
  155. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +8 -60
  156. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +25 -397
  157. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +97 -67
  158. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +57 -2
  159. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +76 -407
  160. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +6 -8
  161. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +9 -26
  162. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +21 -64
  163. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +32 -6
  164. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +8 -5
  165. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
  166. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +12 -33
  167. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +23 -29
  168. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +14 -12
  169. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -12
  170. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +117 -22
  171. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +217 -13
  172. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +6 -6
  173. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +10 -119
  174. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +46 -215
  175. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +47 -10
  176. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
  177. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +8 -6
  178. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +43 -46
  179. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +15 -49
  180. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +11 -14
  181. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +147 -41
  182. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +57 -15
  183. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +69 -9
  184. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +24 -147
  185. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +3 -57
  186. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +63 -70
  187. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +35 -25
  188. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +82 -3
  189. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +5 -64
  190. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +24 -36
  191. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +12 -81
  192. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +20 -5
  193. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +18 -96
  194. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +2 -57
  195. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +11 -25
  196. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +19 -93
  197. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +19 -98
  198. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +27 -18
  199. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +114 -11
  200. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +68 -12
  201. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +14 -9
  202. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +12 -46
  203. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +9 -76
  204. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +42 -54
  205. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +76 -14
  206. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +54 -22
  207. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +14 -80
  208. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +25 -28
  209. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +76 -38
  210. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +29 -7
  211. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +38 -114
  212. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +7 -70
  213. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +116 -188
  214. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +69 -30
  215. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +188 -109
  216. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +27 -133
  217. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
  218. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +107 -16
  219. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +134 -18
  220. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +13 -16
  221. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +16 -22
  222. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +23 -183
  223. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +26 -12
  224. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +183 -22
  225. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +10 -47
  226. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +22 -4
  227. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +50 -5
  228. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
  229. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +4 -88
  230. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +5 -37
  231. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +88 -8
  232. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +33 -43
  233. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +6 -48
  234. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +39 -197
  235. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +43 -428
  236. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +202 -21
  237. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +431 -23
  238. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +21 -10
  239. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +24 -18
  240. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +94 -19
  241. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +101 -2
  242. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +16 -10
  243. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +12 -20
  244. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +10 -18
  245. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +7 -27
  246. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +32 -114
  247. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +101 -70
  248. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +26 -14
  249. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +6 -12
  250. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +12 -7
  251. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +7 -35
  252. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +10 -101
  253. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +214 -26
  254. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +9 -5
  255. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +11 -11
  256. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +11 -6
  257. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +2 -10
  258. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +58 -212
  259. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +398 -10
  260. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +69 -12
  261. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +2 -12
  262. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +407 -2
  263. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +7 -7
  264. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +1 -1
  265. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +1 -1
  266. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
  267. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +3 -3
  268. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +36 -491
  269. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +48 -165
  270. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +23 -25
  271. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +66 -51
  272. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +345 -33
  273. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +2 -66
  274. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +18 -344
  275. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
  276. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +14 -2
  277. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +10 -16
  278. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +7 -7
  279. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +8 -8
  280. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +15 -8
  281. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +31 -8
  282. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +31 -15
  283. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +15 -37
  284. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +28 -35
  285. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +17 -15
  286. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
  287. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +243 -25
  288. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +11 -16
  289. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +18 -247
  290. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +26 -12
  291. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +40 -19
  292. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +54 -22
  293. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +46 -34
  294. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +29 -57
  295. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +91 -45
  296. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +46 -29
  297. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
  298. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +140 -91
  299. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +102 -40
  300. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +35 -141
  301. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +336 -98
  302. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +301 -71
  303. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +103 -44
  304. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +158 -38
  305. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +261 -56
  306. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +24 -30
  307. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +19 -113
  308. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
  309. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +20 -21
  310. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +39 -40
  311. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +14 -57
  312. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +74 -14
  313. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +76 -29
  314. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +40 -38
  315. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +72 -62
  316. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +2 -96
  317. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +92 -108
  318. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +93 -84
  319. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
  320. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +213 -63
  321. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +22 -10
  322. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +53 -37
  323. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +26 -344
  324. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +56 -299
  325. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +17 -100
  326. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +17 -159
  327. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +28 -265
  328. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +40 -23
  329. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +61 -18
  330. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
  331. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
  332. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +96 -2
  333. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +108 -92
  334. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +84 -93
  335. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +484 -206
  336. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +168 -22
  337. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +39 -54
  338. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +60 -27
  339. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +29 -58
  340. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +113 -19
  341. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +22 -149
  342. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
  343. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +44 -19
  344. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +55 -20
  345. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +64 -15
  346. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +62 -18
  347. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +26 -169
  348. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +127 -134
  349. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +44 -162
  350. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +20 -8
  351. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +33 -18
  352. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +158 -61
  353. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
  354. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +27 -67
  355. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +26 -57
  356. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +78 -8
  357. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +10 -11
  358. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +149 -62
  359. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +19 -24
  360. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +62 -60
  361. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +43 -14
  362. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +23 -22
  363. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +134 -27
  364. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
  365. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +107 -60
  366. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +82 -43
  367. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +281 -21
  368. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +41 -133
  369. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +15 -112
  370. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +85 -81
  371. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +219 -279
  372. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +37 -47
  373. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +11 -15
  374. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +8 -83
  375. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
  376. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +8 -222
  377. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +10 -37
  378. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +7 -11
  379. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +2 -11
  380. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +21 -10
  381. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +16 -10
  382. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +18 -6
  383. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +171 -2
  384. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +128 -90
  385. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +161 -16
  386. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +10 -83
  387. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +19 -17
  388. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +61 -48
  389. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +65 -9
  390. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +58 -48
  391. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +6 -65
  392. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +11 -14
  393. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +55 -73
  394. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +23 -76
  395. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +60 -41
  396. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
  397. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +14 -21
  398. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +90 -37
  399. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +16 -159
  400. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +84 -27
  401. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +17 -29
  402. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +50 -78
  403. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +10 -26
  404. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +49 -126
  405. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
  406. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +1 -1
  407. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +1 -1
  408. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +2 -2
  409. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +1 -1
  410. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +4 -4
  411. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +1 -1
  412. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
  413. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +10 -32
  414. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +10 -15
  415. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +32 -24
  416. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +14 -48
  417. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +24 -11
  418. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +49 -9
  419. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +11 -11
  420. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +95 -53
  421. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +36 -34
  422. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +30 -21
  423. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +24 -24
  424. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +31 -33
  425. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +4 -122
  426. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +126 -17
  427. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +7 -16
  428. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +54 -16
  429. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +18 -16
  430. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +34 -16
  431. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +53 -72
  432. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +36 -16
  433. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +26 -16
  434. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
  435. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
  436. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +123 -16
  437. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +18 -11
  438. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -53
  439. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -40
  440. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +15 -46
  441. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +16 -22
  442. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +66 -64
  443. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +45 -17
  444. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +26 -19
  445. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +19 -13
  446. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
  447. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +71 -19
  448. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +16 -14
  449. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +16 -67
  450. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +16 -21
  451. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +11 -2
  452. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +9 -31
  453. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +21 -4
  454. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +64 -124
  455. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +19 -7
  456. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +16 -49
  457. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
  458. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +14 -16
  459. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +12 -13
  460. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +10 -24
  461. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +66 -37
  462. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +20 -11
  463. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +2 -75
  464. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +27 -67
  465. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +35 -36
  466. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +5 -29
  467. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +12 -24
  468. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +12 -12
  469. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +32 -38
  470. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +83 -31
  471. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +23 -84
  472. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +103 -22
  473. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +81 -74
  474. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +67 -104
  475. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +67 -95
  476. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +37 -36
  477. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +28 -34
  478. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +23 -68
  479. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
  480. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +38 -46
  481. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +8 -28
  482. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +29 -10
  483. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +69 -8
  484. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +57 -5
  485. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +41 -29
  486. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +41 -67
  487. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +36 -56
  488. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +13 -38
  489. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +17 -71
  490. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
  491. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +31 -83
  492. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +92 -51
  493. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +14 -52
  494. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +74 -54
  495. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +21 -29
  496. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +9 -57
  497. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +53 -68
  498. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +72 -21
  499. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +20 -19
  500. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +18 -82
  501. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
  502. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +50 -39
  503. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +57 -14
  504. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +29 -92
  505. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +54 -16
  506. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +74 -75
  507. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +84 -20
  508. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +55 -9
  509. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +52 -41
  510. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +53 -35
  511. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +29 -15
  512. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
  513. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +39 -18
  514. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +45 -49
  515. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +49 -55
  516. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +39 -32
  517. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +81 -52
  518. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +12 -30
  519. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +1 -1
  520. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +2 -2
  521. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +36 -48
  522. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +49 -53
  523. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
  524. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +48 -35
  525. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +40 -17
  526. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +20 -48
  527. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +47 -39
  528. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +9 -9
  529. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
  530. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
  531. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
  532. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +2 -2
  533. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
  534. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +2 -2
  535. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
  536. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
  537. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.js +1 -1
  538. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
  539. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
  540. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
  541. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
  542. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
  543. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
  544. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
  545. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +11 -10
  546. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index4.js +38 -37
  547. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index5.js +12 -11
  548. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index6.js +10 -10
  549. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +69 -74
  550. package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +37 -55
  551. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +27 -26
  552. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +3 -2
  553. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index10.js +6 -6
  554. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index12.js +4 -4
  555. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index14.js +5 -5
  556. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index4.js +6 -6
  557. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index5.js +2 -2
  558. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index6.js +13 -13
  559. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/organizationHeaders.js +4 -3
  560. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +278 -265
  561. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +164 -164
  562. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +17 -16
  563. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +3 -2
  564. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +5 -5
  565. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/client.js +4 -4
  566. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/naicsCodeMap.js +1027 -8
  567. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +6 -5
  568. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +28 -27
  569. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index3.js +16 -16
  570. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index4.js +35 -35
  571. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index6.js +5 -5
  572. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/FdicLogo.js +444 -0
  573. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShell.js +155 -0
  574. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellOverlayPortal.js +31 -0
  575. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellScrollRegion.js +96 -0
  576. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellStepper.js +62 -0
  577. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/labels.js +10 -0
  578. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/useScrollHintContainer.js +38 -0
  579. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +3 -2
  580. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +14 -13
  581. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index4.js +13 -13
  582. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index5.js +4 -4
  583. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index10.js +3 -2
  584. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +12 -11
  585. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +3 -2
  586. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +3 -2
  587. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +31 -30
  588. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index11.js +4 -4
  589. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +9 -8
  590. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index13.js +32 -31
  591. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index15.js +23 -22
  592. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index4.js +7 -6
  593. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index5.js +14 -13
  594. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index6.js +11 -10
  595. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index8.js +4 -4
  596. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +3 -2
  597. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +11 -10
  598. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index6.js +5 -4
  599. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index2.js +3 -2
  600. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index4.js +17 -17
  601. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index6.js +2 -2
  602. package/dist/packages/shared-ui-shadcn/dist/index.js +3392 -3353
  603. package/package.json +2 -1
  604. package/dist/lib/OnboardingWidget.js +0 -18
  605. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index3.js +0 -20
  606. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index4.js +0 -20
  607. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index2.js +0 -326
  608. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index3.js +0 -53
  609. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index4.js +0 -50
  610. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index5.js +0 -106
  611. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index6.js +0 -70
  612. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index7.js +0 -7
  613. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index10.js +0 -36
  614. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index11.js +0 -46
  615. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index12.js +0 -39
  616. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index2.js +0 -317
  617. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index4.js +0 -303
  618. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index6.js +0 -275
  619. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index7.js +0 -33
  620. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index8.js +0 -41
  621. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index9.js +0 -17
  622. /package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index5.js → bank-account-onboarding-widget/data-access/dist/index7.js} +0 -0
@@ -1,71 +1,101 @@
1
- const t = {
2
- postFilesBoardingApplicationsApplicationidAttachments: {
3
- schema: {
4
- method: "post",
5
- url: "/files/boarding/applications/{applicationId}/attachments",
6
- mediaType: "multipart/form-data",
7
- security: ["HTTPBearer"]
1
+ import { jsx as t, jsxs as r } from "@emotion/react/jsx-runtime";
2
+ import { useState as f } from "react";
3
+ import { toast as n } from "react-hot-toast";
4
+ import "./index57.js";
5
+ import { useLingui as _ } from "@lingui/react";
6
+ import "./index92.js";
7
+ import { useFileInput as z } from "./index61.js";
8
+ import "react-dom";
9
+ import "@mui/x-data-grid";
10
+ import { Button as s } from "./index84.js";
11
+ import { Popover as D, PopoverTrigger as P, PopoverContent as k } from "./index382.js";
12
+ import { cn as F } from "./index100.js";
13
+ import { ChevronUpIcon as I, ChevronDownIcon as U, CloudUpload as j, Copy as A, Plus as E } from "lucide-react";
14
+ const K = ({
15
+ isCreateAllowed: u,
16
+ onCreateInvoice: h,
17
+ handleFileUpload: w
18
+ }) => {
19
+ const {
20
+ i18n: e
21
+ } = _(), [c, a] = f(!1), {
22
+ FileInput: x,
23
+ openFileInput: b,
24
+ checkFileError: y
25
+ } = z(), [g, i] = f(!1), v = (l) => {
26
+ l.preventDefault(), i(!0);
27
+ }, N = (l) => {
28
+ l.preventDefault(), i(!1);
29
+ }, d = 10, C = (l) => {
30
+ l.preventDefault(), i(!1);
31
+ const o = Array.from(l.dataTransfer.files);
32
+ if (o.length > d) {
33
+ n.error(e._("You can only upload up to {fileCount} files at a time", {
34
+ fileCount: d
35
+ })), a(!1);
36
+ return;
8
37
  }
9
- },
10
- getFilesBoardingApplicationsApplicationidAttachmentsAttachmentid: {
11
- schema: {
12
- method: "get",
13
- url: "/files/boarding/applications/{applicationId}/attachments/{attachmentId}",
14
- security: ["HTTPBearer"]
15
- }
16
- },
17
- deleteFilesBoardingApplicationsApplicationidAttachmentsAttachmentid: {
18
- schema: {
19
- method: "delete",
20
- url: "/files/boarding/applications/{applicationId}/attachments/{attachmentId}",
21
- security: ["HTTPBearer"]
22
- }
23
- },
24
- postFilesDisputesDisputeidAttachments: {
25
- schema: {
26
- method: "post",
27
- url: "/files/disputes/{disputeId}/attachments",
28
- mediaType: "multipart/form-data",
29
- security: ["HTTPBearer"]
30
- }
31
- },
32
- getFilesDisputesDisputeidAttachmentsAttachmentid: {
33
- schema: {
34
- method: "get",
35
- url: "/files/disputes/{disputeId}/attachments/{attachmentId}",
36
- security: ["HTTPBearer"]
37
- }
38
- },
39
- postFilesReportingTypeIdDownload: {
40
- schema: {
41
- method: "post",
42
- url: "/files/reporting/{type}/{id}/download",
43
- security: ["HTTPBearer"]
44
- }
45
- },
46
- postFilesUnderwritingApplicationsApplicationidAttachments: {
47
- schema: {
48
- method: "post",
49
- url: "/files/underwriting/applications/{applicationId}/attachments",
50
- mediaType: "multipart/form-data",
51
- security: ["HTTPBearer"]
52
- }
53
- },
54
- getFilesUnderwritingApplicationsApplicationidAttachmentsAttachmentid: {
55
- schema: {
56
- method: "get",
57
- url: "/files/underwriting/applications/{applicationId}/attachments/{attachmentId}",
58
- security: ["HTTPBearer"]
59
- }
60
- },
61
- deleteFilesUnderwritingApplicationsApplicationidAttachmentsAttachmentid: {
62
- schema: {
63
- method: "delete",
64
- url: "/files/underwriting/applications/{applicationId}/attachments/{attachmentId}",
65
- security: ["HTTPBearer"]
66
- }
67
- }
38
+ o.forEach((m) => {
39
+ const p = y(m);
40
+ if (p) {
41
+ n.error(p);
42
+ return;
43
+ }
44
+ w(m);
45
+ }), a(!1);
46
+ };
47
+ return /* @__PURE__ */ t("div", { className: "Monite-Payables", children: /* @__PURE__ */ r(D, { open: c, onOpenChange: a, children: [
48
+ /* @__PURE__ */ t(P, { asChild: !0, children: /* @__PURE__ */ r(s, { size: "lg", disabled: !u, children: [
49
+ e._("Add new bill"),
50
+ c ? /* @__PURE__ */ t(I, {}) : /* @__PURE__ */ t(U, {})
51
+ ] }) }),
52
+ /* @__PURE__ */ r(k, { align: "end", className: "ttw:w-auto ttw:min-w-110 ttw:border-none ttw:p-6", children: [
53
+ /* @__PURE__ */ r("div", { className: "ttw:w-110 ttw:flex ttw:flex-col ttw:gap-4", onClick: (l) => {
54
+ l.preventDefault(), l.stopPropagation();
55
+ }, children: [
56
+ /* @__PURE__ */ r("div", { children: [
57
+ /* @__PURE__ */ t("h3", { className: "ttw:text-xl ttw:font-semibold ttw:text-zinc-950", children: e._("Upload bills") }),
58
+ /* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:font-normal ttw:text-zinc-500", children: e._("Upload your bills and we'll automatically pull the details so you can review and approve.") })
59
+ ] }),
60
+ /* @__PURE__ */ t("div", { className: F("ttw:box-border ttw:cursor-pointer ttw:w-full ttw:h-36.5 ttw:flex ttw:flex-col ttw:items-center ttw:justify-center ttw:text-center ttw:border ttw:rounded-lg ttw:border-dashed ttw:border-zinc-200 ttw:bg-zinc-50", g && "ttw:bg-transparent"), onDragOver: v, onDragLeave: N, onDrop: C, onClick: b, children: /* @__PURE__ */ r("div", { className: "ttw:mx-auto ttw:flex ttw:flex-col ttw:items-center ttw:gap-2", children: [
61
+ /* @__PURE__ */ t("div", { className: "ttw:w-11 ttw:h-11 ttw:rounded-full ttw:bg-primary ttw:flex ttw:items-center ttw:justify-center", children: /* @__PURE__ */ t(j, { className: "ttw:text-white ttw:size-5" }) }),
62
+ /* @__PURE__ */ r("p", { className: "ttw:text-sm ttw:font-medium ttw:text-zinc-950", children: [
63
+ e._("Drop your files here, or"),
64
+ " ",
65
+ /* @__PURE__ */ t("span", { className: "ttw:text-primary ttw:underline", children: e._("click to browse") })
66
+ ] }),
67
+ /* @__PURE__ */ t("p", { className: "ttw:text-xs ttw:font-normal ttw:text-zinc-500", children: e._("PDF, PNG or JPG (max. 20MB)") })
68
+ ] }) }),
69
+ /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
70
+ /* @__PURE__ */ t("h3", { className: "ttw:text-primary ttw:text-sm ttw:font-semibold", children: e._("Send via email") }),
71
+ /* @__PURE__ */ t("p", { className: "ttw:text-zinc-500 ttw:font-normal ttw:text-sm", children: e._("Email your bills here and they'll appear in your bill pay inbox, ready to review and pay.") })
72
+ ] }),
73
+ /* @__PURE__ */ r("div", { className: "ttw:px-3 ttw:h-14 ttw:border ttw:border-zinc-200 ttw:rounded-lg ttw:flex ttw:items-center ttw:justify-between ttw:gap-6", children: [
74
+ /* @__PURE__ */ t("span", { children: e._("bills@business-banking.com") }),
75
+ /* @__PURE__ */ r(s, { type: "button", variant: "ghost", size: "sm", className: "ttw:text-primary ttw:hover:bg-primary-foreground ttw:hover:text-primary", onClick: () => {
76
+ navigator.clipboard.writeText("bills@business-banking.com"), n.success(e._("Email address copied to clipboard"));
77
+ }, children: [
78
+ /* @__PURE__ */ t(A, {}),
79
+ e._("Copy")
80
+ ] })
81
+ ] }),
82
+ /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-4", children: [
83
+ /* @__PURE__ */ t("h3", { className: "ttw:text-sm ttw:font-semibold ttw:text-primary", children: e._("Or add bill manually") }),
84
+ /* @__PURE__ */ r(s, { onClick: () => {
85
+ a(!1), h();
86
+ }, className: "ttw:w-fit ttw:bg-primary-foreground ttw:hover:bg-primary-foreground ttw:text-primary", children: [
87
+ /* @__PURE__ */ t(E, {}),
88
+ e._("Add new bill")
89
+ ] })
90
+ ] })
91
+ ] }),
92
+ /* @__PURE__ */ t(x, { "aria-label": e._("Upload payable files"), multiple: !0, onChange: (l) => {
93
+ const o = l.target.files;
94
+ o && w(o), a(!1);
95
+ } })
96
+ ] })
97
+ ] }) });
68
98
  };
69
99
  export {
70
- t as filesService
100
+ K as CreatePayableMenu
71
101
  };
@@ -1,4 +1,59 @@
1
- const e = { getAccountingConnections: { schema: { method: "get", url: "/finops/v1/accounting-connections", security: ["HTTPBearer"] } }, postAccountingConnections: { schema: { method: "post", url: "/finops/v1/accounting-connections", security: ["HTTPBearer"] } }, getAccountingConnectionsId: { schema: { method: "get", url: "/finops/v1/accounting-connections/{connection_id}", security: ["HTTPBearer"] } }, postAccountingConnectionsIdDisconnect: { schema: { method: "post", url: "/finops/v1/accounting-connections/{connection_id}/disconnect", security: ["HTTPBearer"] } }, postAccountingConnectionsIdSync: { schema: { method: "post", url: "/finops/v1/accounting-connections/{connection_id}/sync", security: ["HTTPBearer"] } }, getAccountingSyncedRecords: { schema: { method: "get", url: "/finops/v1/accounting-synced-records", security: ["HTTPBearer"] } }, getAccountingSyncedRecordsId: { schema: { method: "get", url: "/finops/v1/accounting-synced-records/{synced_record_id}", security: ["HTTPBearer"] } }, postAccountingSyncedRecordsIdPush: { schema: { method: "post", url: "/finops/v1/accounting-synced-records/{synced_record_id}/push", security: ["HTTPBearer"] } }, getAccountingTaxRates: { schema: { method: "get", url: "/finops/v1/accounting-tax-rates", security: ["HTTPBearer"] } }, postAccountingTaxRates: { schema: { method: "post", url: "/finops/v1/accounting-tax-rates", mediaType: "application/json", security: ["HTTPBearer"] } }, getAccountingTaxRatesId: { schema: { method: "get", url: "/finops/v1/accounting-tax-rates/{tax_rate_id}", security: ["HTTPBearer"] } }, patchAccountingTaxRatesId: { schema: { method: "patch", url: "/finops/v1/accounting-tax-rates/{tax_rate_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteAccountingTaxRatesId: { schema: { method: "delete", url: "/finops/v1/accounting-tax-rates/{tax_rate_id}", security: ["HTTPBearer"] } }, getAccountingPayables: { schema: { method: "get", url: "/finops/v1/accounting/payables", security: ["HTTPBearer"] } }, getAccountingPayablesId: { schema: { method: "get", url: "/finops/v1/accounting/payables/{payable_id}", security: ["HTTPBearer"] } }, getAccountingReceivables: { schema: { method: "get", url: "/finops/v1/accounting/receivables", security: ["HTTPBearer"] } }, getAccountingReceivablesId: { schema: { method: "get", url: "/finops/v1/accounting/receivables/{invoice_id}", security: ["HTTPBearer"] } }, getAnalyticsCreditNotes: { schema: { method: "get", url: "/finops/v1/analytics/credit-notes", security: ["HTTPBearer"] } }, getAnalyticsPayables: { schema: { method: "get", url: "/finops/v1/analytics/payables", security: ["HTTPBearer"] } }, getAnalyticsReceipts: { schema: { method: "get", url: "/finops/v1/analytics/receipts", security: ["HTTPBearer"] } }, getAnalyticsReceivables: { schema: { method: "get", url: "/finops/v1/analytics/receivables", security: ["HTTPBearer"] } }, getAnalyticsTransactions: { schema: { method: "get", url: "/finops/v1/analytics/transactions", security: ["HTTPBearer"] } }, getApprovalPolicies: { schema: { method: "get", url: "/finops/v1/approval-policies", security: ["HTTPBearer"] } }, postApprovalPolicies: { schema: { method: "post", url: "/finops/v1/approval-policies", mediaType: "application/json", security: ["HTTPBearer"] } }, getApprovalPoliciesId: { schema: { method: "get", url: "/finops/v1/approval-policies/{approval_policy_id}", security: ["HTTPBearer"] } }, patchApprovalPoliciesId: { schema: { method: "patch", url: "/finops/v1/approval-policies/{approval_policy_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteApprovalPoliciesId: { schema: { method: "delete", url: "/finops/v1/approval-policies/{approval_policy_id}", security: ["HTTPBearer"] } }, getApprovalPoliciesIdProcesses: { schema: { method: "get", url: "/finops/v1/approval-policies/{approval_policy_id}/processes", security: ["HTTPBearer"] } }, getApprovalPoliciesIdProcessesId: { schema: { method: "get", url: "/finops/v1/approval-policies/{approval_policy_id}/processes/{process_id}", security: ["HTTPBearer"] } }, postApprovalPoliciesIdProcessesIdCancel: { schema: { method: "post", url: "/finops/v1/approval-policies/{approval_policy_id}/processes/{process_id}/cancel", security: ["HTTPBearer"] } }, getApprovalPoliciesIdProcessesIdSteps: { schema: { method: "get", url: "/finops/v1/approval-policies/{approval_policy_id}/processes/{process_id}/steps", security: ["HTTPBearer"] } }, getApprovalRequests: { schema: { method: "get", url: "/finops/v1/approval-requests", security: ["HTTPBearer"] } }, postApprovalRequests: { schema: { method: "post", url: "/finops/v1/approval-requests", mediaType: "application/json", security: ["HTTPBearer"] } }, getApprovalRequestsId: { schema: { method: "get", url: "/finops/v1/approval-requests/{approval_request_id}", security: ["HTTPBearer"] } }, postApprovalRequestsIdApprove: { schema: { method: "post", url: "/finops/v1/approval-requests/{approval_request_id}/approve", security: ["HTTPBearer"] } }, postApprovalRequestsIdCancel: { schema: { method: "post", url: "/finops/v1/approval-requests/{approval_request_id}/cancel", security: ["HTTPBearer"] } }, postApprovalRequestsIdReject: { schema: { method: "post", url: "/finops/v1/approval-requests/{approval_request_id}/reject", mediaType: "application/json", security: ["HTTPBearer"] } }, getBankDetails: { schema: { method: "get", url: "/finops/v1/bank-details", security: ["HTTPBearer"] } }, postBankDetails: { schema: { method: "post", url: "/finops/v1/bank-details", mediaType: "application/json", security: ["HTTPBearer"] } }, getBankDetailsId: { schema: { method: "get", url: "/finops/v1/bank-details/{bank_account_id}", security: ["HTTPBearer"] } }, patchBankDetailsId: { schema: { method: "patch", url: "/finops/v1/bank-details/{bank_account_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteBankDetailsId: { schema: { method: "delete", url: "/finops/v1/bank-details/{bank_account_id}", security: ["HTTPBearer"] } }, postBatchPaymentLinks: { schema: { method: "post", url: "/finops/v1/batch-payment-links", mediaType: "application/json", security: ["HTTPBearer"] } }, getBatchPaymentLinksId: { schema: { method: "get", url: "/finops/v1/batch-payment-links/{batch_payment_link_id}", security: ["HTTPBearer"] } }, postBatchPaymentLinksIdExpire: { schema: { method: "post", url: "/finops/v1/batch-payment-links/{batch_payment_link_id}/expire", security: ["HTTPBearer"] } }, postBatchPayments: { schema: { method: "post", url: "/finops/v1/batch-payments", mediaType: "application/json", security: ["HTTPBearer"] } }, getBatchPaymentsId: { schema: { method: "get", url: "/finops/v1/batch-payments/{batch_payment_id}", security: ["HTTPBearer"] } }, getComments: { schema: { method: "get", url: "/finops/v1/comments", security: ["HTTPBearer"] } }, postComments: { schema: { method: "post", url: "/finops/v1/comments", mediaType: "application/json", security: ["HTTPBearer"] } }, getCommentsId: { schema: { method: "get", url: "/finops/v1/comments/{comment_id}", security: ["HTTPBearer"] } }, patchCommentsId: { schema: { method: "patch", url: "/finops/v1/comments/{comment_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCommentsId: { schema: { method: "delete", url: "/finops/v1/comments/{comment_id}", security: ["HTTPBearer"] } }, deleteCompanies: { schema: { method: "delete", url: "/finops/v1/companies", security: ["HTTPBearer"] } }, getCostCenters: { schema: { method: "get", url: "/finops/v1/cost-centers", security: ["HTTPBearer"] } }, postCostCenters: { schema: { method: "post", url: "/finops/v1/cost-centers", mediaType: "application/json", security: ["HTTPBearer"] } }, getCostCentersId: { schema: { method: "get", url: "/finops/v1/cost-centers/{cost_center_id}", security: ["HTTPBearer"] } }, patchCostCentersId: { schema: { method: "patch", url: "/finops/v1/cost-centers/{cost_center_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCostCentersId: { schema: { method: "delete", url: "/finops/v1/cost-centers/{cost_center_id}", security: ["HTTPBearer"] } }, getCounterparts: { schema: { method: "get", url: "/finops/v1/counterparts", security: ["HTTPBearer"] } }, postCounterparts: { schema: { method: "post", url: "/finops/v1/counterparts", mediaType: "application/json", security: ["HTTPBearer"] } }, getCounterpartsId: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}", security: ["HTTPBearer"] } }, patchCounterpartsId: { schema: { method: "patch", url: "/finops/v1/counterparts/{counterpart_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCounterpartsId: { schema: { method: "delete", url: "/finops/v1/counterparts/{counterpart_id}", security: ["HTTPBearer"] } }, getCounterpartsIdAddresses: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/addresses", security: ["HTTPBearer"] } }, postCounterpartsIdAddresses: { schema: { method: "post", url: "/finops/v1/counterparts/{counterpart_id}/addresses", mediaType: "application/json", security: ["HTTPBearer"] } }, getCounterpartsIdAddressesId: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/addresses/{address_id}", security: ["HTTPBearer"] } }, patchCounterpartsIdAddressesId: { schema: { method: "patch", url: "/finops/v1/counterparts/{counterpart_id}/addresses/{address_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCounterpartsIdAddressesId: { schema: { method: "delete", url: "/finops/v1/counterparts/{counterpart_id}/addresses/{address_id}", security: ["HTTPBearer"] } }, getCounterpartsIdBankAccounts: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts", security: ["HTTPBearer"] } }, postCounterpartsIdBankAccounts: { schema: { method: "post", url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts", mediaType: "application/json", security: ["HTTPBearer"] } }, getCounterpartsIdBankAccountsId: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}", security: ["HTTPBearer"] } }, patchCounterpartsIdBankAccountsId: { schema: { method: "patch", url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCounterpartsIdBankAccountsId: { schema: { method: "delete", url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}", security: ["HTTPBearer"] } }, postCounterpartsIdBankAccountsIdMakeDefault: { schema: { method: "post", url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default", security: ["HTTPBearer"] } }, getCounterpartsIdContacts: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/contacts", security: ["HTTPBearer"] } }, postCounterpartsIdContacts: { schema: { method: "post", url: "/finops/v1/counterparts/{counterpart_id}/contacts", mediaType: "application/json", security: ["HTTPBearer"] } }, getCounterpartsIdContactsId: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}", security: ["HTTPBearer"] } }, patchCounterpartsIdContactsId: { schema: { method: "patch", url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCounterpartsIdContactsId: { schema: { method: "delete", url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}", security: ["HTTPBearer"] } }, postCounterpartsIdContactsIdMakeDefault: { schema: { method: "post", url: "/finops/v1/counterparts/{counterpart_id}/contacts/{contact_id}/make-default", security: ["HTTPBearer"] } }, getCounterpartsIdEinvoicingCredentials: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials", security: ["HTTPBearer"] } }, postCounterpartsIdEinvoicingCredentials: { schema: { method: "post", url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials", mediaType: "application/json", security: ["HTTPBearer"] } }, getCounterpartsIdEinvoicingCredentialsId: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials/{credential_id}", security: ["HTTPBearer"] } }, patchCounterpartsIdEinvoicingCredentialsId: { schema: { method: "patch", url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials/{credential_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCounterpartsIdEinvoicingCredentialsId: { schema: { method: "delete", url: "/finops/v1/counterparts/{counterpart_id}/einvoicing-credentials/{credential_id}", security: ["HTTPBearer"] } }, getCounterpartsIdPartnerMetadata: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/partner-metadata", security: ["HTTPBearer"] } }, putCounterpartsIdPartnerMetadata: { schema: { method: "put", url: "/finops/v1/counterparts/{counterpart_id}/partner-metadata", mediaType: "application/json", security: ["HTTPBearer"] } }, getCounterpartsIdVatIds: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/vat-ids", security: ["HTTPBearer"] } }, postCounterpartsIdVatIds: { schema: { method: "post", url: "/finops/v1/counterparts/{counterpart_id}/vat-ids", mediaType: "application/json", security: ["HTTPBearer"] } }, getCounterpartsIdVatIdsId: { schema: { method: "get", url: "/finops/v1/counterparts/{counterpart_id}/vat-ids/{vat_id}", security: ["HTTPBearer"] } }, patchCounterpartsIdVatIdsId: { schema: { method: "patch", url: "/finops/v1/counterparts/{counterpart_id}/vat-ids/{vat_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCounterpartsIdVatIdsId: { schema: { method: "delete", url: "/finops/v1/counterparts/{counterpart_id}/vat-ids/{vat_id}", security: ["HTTPBearer"] } }, getCustomTaxRates: { schema: { method: "get", url: "/finops/v1/custom-tax-rates", security: ["HTTPBearer"] } }, postCustomTaxRates: { schema: { method: "post", url: "/finops/v1/custom-tax-rates", mediaType: "application/json", security: ["HTTPBearer"] } }, getCustomTaxRatesId: { schema: { method: "get", url: "/finops/v1/custom-tax-rates/{custom_tax_rate_id}", security: ["HTTPBearer"] } }, patchCustomTaxRatesId: { schema: { method: "patch", url: "/finops/v1/custom-tax-rates/{custom_tax_rate_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteCustomTaxRatesId: { schema: { method: "delete", url: "/finops/v1/custom-tax-rates/{custom_tax_rate_id}", security: ["HTTPBearer"] } }, getDataExports: { schema: { method: "get", url: "/finops/v1/data-exports", security: ["HTTPBearer"] } }, postDataExports: { schema: { method: "post", url: "/finops/v1/data-exports", mediaType: "application/json", security: ["HTTPBearer"] } }, getDataExportsExtraData: { schema: { method: "get", url: "/finops/v1/data-exports/extra-data", security: ["HTTPBearer"] } }, postDataExportsExtraData: { schema: { method: "post", url: "/finops/v1/data-exports/extra-data", mediaType: "application/json", security: ["HTTPBearer"] } }, getDataExportsExtraDataId: { schema: { method: "get", url: "/finops/v1/data-exports/extra-data/{extra_data_id}", security: ["HTTPBearer"] } }, patchDataExportsExtraDataId: { schema: { method: "patch", url: "/finops/v1/data-exports/extra-data/{extra_data_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteDataExportsExtraDataId: { schema: { method: "delete", url: "/finops/v1/data-exports/extra-data/{extra_data_id}", security: ["HTTPBearer"] } }, getDataExportsSupportedFormats: { schema: { method: "get", url: "/finops/v1/data-exports/supported-formats", security: ["HTTPBearer"] } }, getDataExportsId: { schema: { method: "get", url: "/finops/v1/data-exports/{document_export_id}", security: ["HTTPBearer"] } }, getDeliveryNotes: { schema: { method: "get", url: "/finops/v1/delivery-notes", security: ["HTTPBearer"] } }, postDeliveryNotes: { schema: { method: "post", url: "/finops/v1/delivery-notes", mediaType: "application/json", security: ["HTTPBearer"] } }, getDeliveryNotesId: { schema: { method: "get", url: "/finops/v1/delivery-notes/{delivery_note_id}", security: ["HTTPBearer"] } }, patchDeliveryNotesId: { schema: { method: "patch", url: "/finops/v1/delivery-notes/{delivery_note_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteDeliveryNotesId: { schema: { method: "delete", url: "/finops/v1/delivery-notes/{delivery_note_id}", security: ["HTTPBearer"] } }, postDeliveryNotesIdCancel: { schema: { method: "post", url: "/finops/v1/delivery-notes/{delivery_note_id}/cancel", security: ["HTTPBearer"] } }, postDeliveryNotesIdMarkAsDelivered: { schema: { method: "post", url: "/finops/v1/delivery-notes/{delivery_note_id}/mark-as-delivered", security: ["HTTPBearer"] } }, getDocumentTemplates: { schema: { method: "get", url: "/finops/v1/document-templates", security: ["HTTPBearer"] } }, getDocumentTemplatesSystem: { schema: { method: "get", url: "/finops/v1/document-templates/system", security: ["HTTPBearer"] } }, getDocumentTemplatesId: { schema: { method: "get", url: "/finops/v1/document-templates/{document_template_id}", security: ["HTTPBearer"] } }, postDocumentTemplatesIdMakeDefault: { schema: { method: "post", url: "/finops/v1/document-templates/{document_template_id}/make-default", security: ["HTTPBearer"] } }, getDocumentTemplatesIdPreview: { schema: { method: "get", url: "/finops/v1/document-templates/{document_template_id}/preview", security: ["HTTPBearer"] } }, postDocumentsGenerate: { schema: { method: "post", url: "/finops/v1/documents/generate", mediaType: "application/json", security: ["HTTPBearer"] } }, getDocumentsLast: { schema: { method: "get", url: "/finops/v1/documents/last", security: ["HTTPBearer"] } }, postDocumentsReset: { schema: { method: "post", url: "/finops/v1/documents/reset", mediaType: "application/json", security: ["HTTPBearer"] } }, getDocumentsIdNextNumbers: { schema: { method: "get", url: "/finops/v1/documents/{entity_id}/next-numbers", security: ["HTTPBearer"] } }, getEinvoiceSearch: { schema: { method: "get", url: "/finops/v1/einvoice-search", security: ["HTTPBearer"] } }, getEntities: { schema: { method: "get", url: "/finops/v1/entities", security: ["HTTPBearer"] } }, postEntities: { schema: { method: "post", url: "/finops/v1/entities", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntitiesMe: { schema: { method: "get", url: "/finops/v1/entities/me", security: ["HTTPBearer"] } }, patchEntitiesMe: { schema: { method: "patch", url: "/finops/v1/entities/me", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntitiesId: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}", security: ["HTTPBearer"] } }, patchEntitiesId: { schema: { method: "patch", url: "/finops/v1/entities/{entity_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, postEntitiesIdActivate: { schema: { method: "post", url: "/finops/v1/entities/{entity_id}/activate", security: ["HTTPBearer"] } }, postEntitiesIdDeactivate: { schema: { method: "post", url: "/finops/v1/entities/{entity_id}/deactivate", security: ["HTTPBearer"] } }, postEntitiesIdDocuments: { schema: { method: "post", url: "/finops/v1/entities/{entity_id}/documents", security: ["HTTPBearer"] } }, putEntitiesIdLogo: { schema: { method: "put", url: "/finops/v1/entities/{entity_id}/logo", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, deleteEntitiesIdLogo: { schema: { method: "delete", url: "/finops/v1/entities/{entity_id}/logo", security: ["HTTPBearer"] } }, getEntitiesIdOnboardingData: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}/onboarding-data", security: ["HTTPBearer"] } }, putEntitiesIdOnboardingData: { schema: { method: "put", url: "/finops/v1/entities/{entity_id}/onboarding-data", mediaType: "application/json", security: ["HTTPBearer"] } }, patchEntitiesIdOnboardingData: { schema: { method: "patch", url: "/finops/v1/entities/{entity_id}/onboarding-data", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntitiesIdOnboardingRequirements: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}/onboarding-requirements", security: ["HTTPBearer"] } }, getEntitiesIdPartnerMetadata: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}/partner-metadata", security: ["HTTPBearer"] } }, putEntitiesIdPartnerMetadata: { schema: { method: "put", url: "/finops/v1/entities/{entity_id}/partner-metadata", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntitiesIdPaymentMethods: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}/payment-methods", security: ["HTTPBearer"] } }, putEntitiesIdPaymentMethods: { schema: { method: "put", url: "/finops/v1/entities/{entity_id}/payment-methods", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntitiesIdSettings: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}/settings", security: ["HTTPBearer"] } }, patchEntitiesIdSettings: { schema: { method: "patch", url: "/finops/v1/entities/{entity_id}/settings", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntitiesIdVatIds: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}/vat-ids", security: ["HTTPBearer"] } }, postEntitiesIdVatIds: { schema: { method: "post", url: "/finops/v1/entities/{entity_id}/vat-ids", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntitiesIdVatIdsId: { schema: { method: "get", url: "/finops/v1/entities/{entity_id}/vat-ids/{id}", security: ["HTTPBearer"] } }, patchEntitiesIdVatIdsId: { schema: { method: "patch", url: "/finops/v1/entities/{entity_id}/vat-ids/{id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteEntitiesIdVatIdsId: { schema: { method: "delete", url: "/finops/v1/entities/{entity_id}/vat-ids/{id}", security: ["HTTPBearer"] } }, getEntityUsers: { schema: { method: "get", url: "/finops/v1/entity-users", security: ["HTTPBearer"] } }, postEntityUsers: { schema: { method: "post", url: "/finops/v1/entity-users", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntityUsersMe: { schema: { method: "get", url: "/finops/v1/entity-users/me", security: ["HTTPBearer"] } }, patchEntityUsersMe: { schema: { method: "patch", url: "/finops/v1/entity-users/me", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntityUsersMyEntity: { schema: { method: "get", url: "/finops/v1/entity-users/my-entity", security: ["HTTPBearer"] } }, patchEntityUsersMyEntity: { schema: { method: "patch", url: "/finops/v1/entity-users/my-entity", mediaType: "application/json", security: ["HTTPBearer"] } }, getEntityUsersMyRole: { schema: { method: "get", url: "/finops/v1/entity-users/my-role", security: ["HTTPBearer"] } }, getEntityUsersId: { schema: { method: "get", url: "/finops/v1/entity-users/{entity_user_id}", security: ["HTTPBearer"] } }, patchEntityUsersId: { schema: { method: "patch", url: "/finops/v1/entity-users/{entity_user_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteEntityUsersId: { schema: { method: "delete", url: "/finops/v1/entity-users/{entity_user_id}", security: ["HTTPBearer"] } }, getEvents: { schema: { method: "get", url: "/finops/v1/events", security: ["HTTPBearer"] } }, getEventsId: { schema: { method: "get", url: "/finops/v1/events/{event_id}", security: ["HTTPBearer"] } }, getFiles: { schema: { method: "get", url: "/finops/v1/files", security: ["HTTPBearer"] } }, postFiles: { schema: { method: "post", url: "/finops/v1/files", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, getFilesId: { schema: { method: "get", url: "/finops/v1/files/{file_id}", security: ["HTTPBearer"] } }, deleteFilesId: { schema: { method: "delete", url: "/finops/v1/files/{file_id}", security: ["HTTPBearer"] } }, getFinancingInvoices: { schema: { method: "get", url: "/finops/v1/financing-invoices", security: ["HTTPBearer"] } }, postFinancingInvoices: { schema: { method: "post", url: "/finops/v1/financing-invoices", mediaType: "application/json", security: ["HTTPBearer"] } }, getFinancingOffers: { schema: { method: "get", url: "/finops/v1/financing-offers", security: ["HTTPBearer"] } }, postFinancingTokens: { schema: { method: "post", url: "/finops/v1/financing-tokens", security: ["HTTPBearer"] } }, getGetRatesV2: { schema: { method: "get", url: "/finops/v1/get-rates-v2", security: ["HTTPBearer"] } }, getInternalBatchPaymentLinksId: { schema: { method: "get", url: "/finops/v1/internal/batch-payment-links/{batch_payment_link_id}", security: ["HTTPBearer"] } }, getInternalCurrencies: { schema: { method: "get", url: "/finops/v1/internal/currencies", security: ["HTTPBearer"] } }, postInternalPaymentIntentsIdAuthorize: { schema: { method: "post", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize", mediaType: "application/json", security: ["HTTPBearer"] } }, postInternalPaymentIntentsIdAuthorizeEmbedded: { schema: { method: "post", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded", mediaType: "application/json", security: ["HTTPBearer"] } }, getInternalPaymentIntentsIdAuthorizeEmbeddedId: { schema: { method: "get", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded/{consent_id}", security: ["HTTPBearer"] } }, postInternalPaymentIntentsIdAuthorizeEmbeddedIdSetScaCode: { schema: { method: "post", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded/{consent_id}/set-sca-code", mediaType: "application/json", security: ["HTTPBearer"] } }, postInternalPaymentIntentsIdAuthorizeEmbeddedIdSetScaMethod: { schema: { method: "post", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/authorize-embedded/{consent_id}/set-sca-method", mediaType: "application/json", security: ["HTTPBearer"] } }, getInternalPaymentIntentsIdBanks: { schema: { method: "get", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/banks", security: ["HTTPBearer"] } }, postInternalPaymentIntentsIdConfirmPayment: { schema: { method: "post", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/confirm-payment", mediaType: "application/json", security: ["HTTPBearer"] } }, postInternalPaymentIntentsIdConfirmTesouro: { schema: { method: "post", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/confirm-tesouro", security: ["HTTPBearer"] } }, postInternalPaymentIntentsIdPayments: { schema: { method: "post", url: "/finops/v1/internal/payment-intents/{payment_intent_id}/payments", mediaType: "application/json", security: ["HTTPBearer"] } }, getInternalPaymentLinksId: { schema: { method: "get", url: "/finops/v1/internal/payment-links/{payment_link_id}", security: ["HTTPBearer"] } }, postInternalPaymentLinksIdRegenerate: { schema: { method: "post", url: "/finops/v1/internal/payment-links/{payment_link_id}/regenerate", security: ["HTTPBearer"] } }, getInternalPaymentPageTheme: { schema: { method: "get", url: "/finops/v1/internal/payment-page-theme", security: ["HTTPBearer"] } }, getLedgerAccounts: { schema: { method: "get", url: "/finops/v1/ledger-accounts", security: ["HTTPBearer"] } }, postLedgerAccounts: { schema: { method: "post", url: "/finops/v1/ledger-accounts", mediaType: "application/json", security: ["HTTPBearer"] } }, getLedgerAccountsId: { schema: { method: "get", url: "/finops/v1/ledger-accounts/{ledger_account_id}", security: ["HTTPBearer"] } }, patchLedgerAccountsId: { schema: { method: "patch", url: "/finops/v1/ledger-accounts/{ledger_account_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteLedgerAccountsId: { schema: { method: "delete", url: "/finops/v1/ledger-accounts/{ledger_account_id}", security: ["HTTPBearer"] } }, getMailTemplates: { schema: { method: "get", url: "/finops/v1/mail-templates", security: ["HTTPBearer"] } }, postMailTemplates: { schema: { method: "post", url: "/finops/v1/mail-templates", mediaType: "application/json", security: ["HTTPBearer"] } }, postMailTemplatesPreview: { schema: { method: "post", url: "/finops/v1/mail-templates/preview", mediaType: "application/json", security: ["HTTPBearer"] } }, getMailTemplatesSystem: { schema: { method: "get", url: "/finops/v1/mail-templates/system", security: ["HTTPBearer"] } }, getMailTemplatesId: { schema: { method: "get", url: "/finops/v1/mail-templates/{template_id}", security: ["HTTPBearer"] } }, patchMailTemplatesId: { schema: { method: "patch", url: "/finops/v1/mail-templates/{template_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteMailTemplatesId: { schema: { method: "delete", url: "/finops/v1/mail-templates/{template_id}", security: ["HTTPBearer"] } }, postMailTemplatesIdMakeDefault: { schema: { method: "post", url: "/finops/v1/mail-templates/{template_id}/make-default", security: ["HTTPBearer"] } }, getMailboxDomains: { schema: { method: "get", url: "/finops/v1/mailbox-domains", security: ["HTTPBearer"] } }, postMailboxDomains: { schema: { method: "post", url: "/finops/v1/mailbox-domains", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteMailboxDomainsId: { schema: { method: "delete", url: "/finops/v1/mailbox-domains/{domain_id}", security: ["HTTPBearer"] } }, postMailboxDomainsIdVerify: { schema: { method: "post", url: "/finops/v1/mailbox-domains/{domain_id}/verify", security: ["HTTPBearer"] } }, getMailboxes: { schema: { method: "get", url: "/finops/v1/mailboxes", security: ["HTTPBearer"] } }, postMailboxes: { schema: { method: "post", url: "/finops/v1/mailboxes", mediaType: "application/json", security: ["HTTPBearer"] } }, postMailboxesSearch: { schema: { method: "post", url: "/finops/v1/mailboxes/search", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteMailboxesId: { schema: { method: "delete", url: "/finops/v1/mailboxes/{mailbox_id}", security: ["HTTPBearer"] } }, getMeasureUnits: { schema: { method: "get", url: "/finops/v1/measure-units", security: ["HTTPBearer"] } }, postMeasureUnits: { schema: { method: "post", url: "/finops/v1/measure-units", mediaType: "application/json", security: ["HTTPBearer"] } }, getMeasureUnitsId: { schema: { method: "get", url: "/finops/v1/measure-units/{unit_id}", security: ["HTTPBearer"] } }, patchMeasureUnitsId: { schema: { method: "patch", url: "/finops/v1/measure-units/{unit_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteMeasureUnitsId: { schema: { method: "delete", url: "/finops/v1/measure-units/{unit_id}", security: ["HTTPBearer"] } }, getOcrTasks: { schema: { method: "get", url: "/finops/v1/ocr-tasks", security: ["HTTPBearer"] } }, postOcrTasks: { schema: { method: "post", url: "/finops/v1/ocr-tasks", mediaType: "application/json", security: ["HTTPBearer"] } }, postOcrTasksUploadFromFile: { schema: { method: "post", url: "/finops/v1/ocr-tasks/upload-from-file", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, getOcrTasksId: { schema: { method: "get", url: "/finops/v1/ocr-tasks/{task_id}", security: ["HTTPBearer"] } }, getOverdueReminders: { schema: { method: "get", url: "/finops/v1/overdue-reminders", security: ["HTTPBearer"] } }, postOverdueReminders: { schema: { method: "post", url: "/finops/v1/overdue-reminders", mediaType: "application/json", security: ["HTTPBearer"] } }, getOverdueRemindersId: { schema: { method: "get", url: "/finops/v1/overdue-reminders/{overdue_reminder_id}", security: ["HTTPBearer"] } }, patchOverdueRemindersId: { schema: { method: "patch", url: "/finops/v1/overdue-reminders/{overdue_reminder_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteOverdueRemindersId: { schema: { method: "delete", url: "/finops/v1/overdue-reminders/{overdue_reminder_id}", security: ["HTTPBearer"] } }, getPayableCreditNotes: { schema: { method: "get", url: "/finops/v1/payable-credit-notes", security: ["HTTPBearer"] } }, postPayableCreditNotes: { schema: { method: "post", url: "/finops/v1/payable-credit-notes", mediaType: "application/json", security: ["HTTPBearer"] } }, postPayableCreditNotesUploadFromFile: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/upload-from-file", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, getPayableCreditNotesValidations: { schema: { method: "get", url: "/finops/v1/payable-credit-notes/validations", security: ["HTTPBearer"] } }, putPayableCreditNotesValidations: { schema: { method: "put", url: "/finops/v1/payable-credit-notes/validations", mediaType: "application/json", security: ["HTTPBearer"] } }, postPayableCreditNotesValidationsReset: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/validations/reset", security: ["HTTPBearer"] } }, getPayableCreditNotesId: { schema: { method: "get", url: "/finops/v1/payable-credit-notes/{credit_note_id}", security: ["HTTPBearer"] } }, patchPayableCreditNotesId: { schema: { method: "patch", url: "/finops/v1/payable-credit-notes/{credit_note_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePayableCreditNotesId: { schema: { method: "delete", url: "/finops/v1/payable-credit-notes/{credit_note_id}", security: ["HTTPBearer"] } }, postPayableCreditNotesIdApprove: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/{credit_note_id}/approve", security: ["HTTPBearer"] } }, postPayableCreditNotesIdCancel: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/{credit_note_id}/cancel", security: ["HTTPBearer"] } }, postPayableCreditNotesIdCancelOcr: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/{credit_note_id}/cancel-ocr", security: ["HTTPBearer"] } }, getPayableCreditNotesIdLineItems: { schema: { method: "get", url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items", security: ["HTTPBearer"] } }, postPayableCreditNotesIdLineItems: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items", mediaType: "application/json", security: ["HTTPBearer"] } }, putPayableCreditNotesIdLineItems: { schema: { method: "put", url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items", mediaType: "application/json", security: ["HTTPBearer"] } }, getPayableCreditNotesIdLineItemsId: { schema: { method: "get", url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items/{line_item_id}", security: ["HTTPBearer"] } }, patchPayableCreditNotesIdLineItemsId: { schema: { method: "patch", url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items/{line_item_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePayableCreditNotesIdLineItemsId: { schema: { method: "delete", url: "/finops/v1/payable-credit-notes/{credit_note_id}/line-items/{line_item_id}", security: ["HTTPBearer"] } }, postPayableCreditNotesIdReject: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/{credit_note_id}/reject", security: ["HTTPBearer"] } }, postPayableCreditNotesIdSubmitForApproval: { schema: { method: "post", url: "/finops/v1/payable-credit-notes/{credit_note_id}/submit-for-approval", security: ["HTTPBearer"] } }, getPayableCreditNotesIdValidate: { schema: { method: "get", url: "/finops/v1/payable-credit-notes/{credit_note_id}/validate", security: ["HTTPBearer"] } }, getPayablePurchaseOrders: { schema: { method: "get", url: "/finops/v1/payable-purchase-orders", security: ["HTTPBearer"] } }, postPayablePurchaseOrders: { schema: { method: "post", url: "/finops/v1/payable-purchase-orders", mediaType: "application/json", security: ["HTTPBearer"] } }, getPayablePurchaseOrdersVariables: { schema: { method: "get", url: "/finops/v1/payable-purchase-orders/variables", security: ["HTTPBearer"] } }, getPayablePurchaseOrdersId: { schema: { method: "get", url: "/finops/v1/payable-purchase-orders/{purchase_order_id}", security: ["HTTPBearer"] } }, patchPayablePurchaseOrdersId: { schema: { method: "patch", url: "/finops/v1/payable-purchase-orders/{purchase_order_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePayablePurchaseOrdersId: { schema: { method: "delete", url: "/finops/v1/payable-purchase-orders/{purchase_order_id}", security: ["HTTPBearer"] } }, postPayablePurchaseOrdersIdPreview: { schema: { method: "post", url: "/finops/v1/payable-purchase-orders/{purchase_order_id}/preview", mediaType: "application/json", security: ["HTTPBearer"] } }, postPayablePurchaseOrdersIdSend: { schema: { method: "post", url: "/finops/v1/payable-purchase-orders/{purchase_order_id}/send", mediaType: "application/json", security: ["HTTPBearer"] } }, getPayables: { schema: { method: "get", url: "/finops/v1/payables", security: ["HTTPBearer"] } }, postPayables: { schema: { method: "post", url: "/finops/v1/payables", mediaType: "application/json", security: ["HTTPBearer"] } }, getPayablesAnalytics: { schema: { method: "get", url: "/finops/v1/payables/analytics", security: ["HTTPBearer"] } }, postPayablesStorecove: { schema: { method: "post", url: "/finops/v1/payables/storecove", mediaType: "application/json", security: ["HTTPBasic"] } }, postPayablesUploadFromFile: { schema: { method: "post", url: "/finops/v1/payables/upload-from-file", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, getPayablesValidations: { schema: { method: "get", url: "/finops/v1/payables/validations", security: ["HTTPBearer"] } }, putPayablesValidations: { schema: { method: "put", url: "/finops/v1/payables/validations", mediaType: "application/json", security: ["HTTPBearer"] } }, postPayablesValidationsReset: { schema: { method: "post", url: "/finops/v1/payables/validations/reset", security: ["HTTPBearer"] } }, getPayablesVariables: { schema: { method: "get", url: "/finops/v1/payables/variables", security: ["HTTPBearer"] } }, getPayablesId: { schema: { method: "get", url: "/finops/v1/payables/{payable_id}", security: ["HTTPBearer"] } }, patchPayablesId: { schema: { method: "patch", url: "/finops/v1/payables/{payable_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePayablesId: { schema: { method: "delete", url: "/finops/v1/payables/{payable_id}", security: ["HTTPBearer"] } }, postPayablesIdApprovePaymentOperation: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/approve-payment-operation", security: ["HTTPBearer"] } }, postPayablesIdAttachFile: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/attach-file", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, postPayablesIdCancel: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/cancel", security: ["HTTPBearer"] } }, postPayablesIdCancelOcr: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/cancel-ocr", security: ["HTTPBearer"] } }, getPayablesIdHistory: { schema: { method: "get", url: "/finops/v1/payables/{payable_id}/history", security: ["HTTPBearer"] } }, getPayablesIdLineItems: { schema: { method: "get", url: "/finops/v1/payables/{payable_id}/line-items", security: ["HTTPBearer"] } }, postPayablesIdLineItems: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/line-items", mediaType: "application/json", security: ["HTTPBearer"] } }, putPayablesIdLineItems: { schema: { method: "put", url: "/finops/v1/payables/{payable_id}/line-items", mediaType: "application/json", security: ["HTTPBearer"] } }, getPayablesIdLineItemsId: { schema: { method: "get", url: "/finops/v1/payables/{payable_id}/line-items/{line_item_id}", security: ["HTTPBearer"] } }, patchPayablesIdLineItemsId: { schema: { method: "patch", url: "/finops/v1/payables/{payable_id}/line-items/{line_item_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePayablesIdLineItemsId: { schema: { method: "delete", url: "/finops/v1/payables/{payable_id}/line-items/{line_item_id}", security: ["HTTPBearer"] } }, postPayablesIdMarkAsPaid: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/mark-as-paid", mediaType: "application/json", security: ["HTTPBearer"] } }, postPayablesIdMarkAsPartiallyPaid: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/mark-as-partially-paid", mediaType: "application/json", security: ["HTTPBearer"] } }, postPayablesIdReject: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/reject", security: ["HTTPBearer"] } }, postPayablesIdReopen: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/reopen", security: ["HTTPBearer"] } }, postPayablesIdSubmitForApproval: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/submit-for-approval", security: ["HTTPBearer"] } }, getPayablesIdSuggestions: { schema: { method: "get", url: "/finops/v1/payables/{payable_id}/suggestions", security: ["HTTPBearer"] } }, deletePayablesIdSuggestions: { schema: { method: "delete", url: "/finops/v1/payables/{payable_id}/suggestions", security: ["HTTPBearer"] } }, postPayablesIdValidate: { schema: { method: "post", url: "/finops/v1/payables/{payable_id}/validate", security: ["HTTPBearer"] } }, getPaymentFees: { schema: { method: "get", url: "/finops/v1/payment-fees", security: ["HTTPBearer"] } }, postPaymentFees: { schema: { method: "post", url: "/finops/v1/payment-fees", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentFeesId: { schema: { method: "get", url: "/finops/v1/payment-fees/{fee_id}", security: ["HTTPBearer"] } }, patchPaymentFeesId: { schema: { method: "patch", url: "/finops/v1/payment-fees/{fee_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePaymentFeesId: { schema: { method: "delete", url: "/finops/v1/payment-fees/{fee_id}", security: ["HTTPBearer"] } }, getPaymentIntents: { schema: { method: "get", url: "/finops/v1/payment-intents", security: ["HTTPBearer"] } }, getPaymentIntentsId: { schema: { method: "get", url: "/finops/v1/payment-intents/{payment_intent_id}", security: ["HTTPBearer"] } }, patchPaymentIntentsId: { schema: { method: "patch", url: "/finops/v1/payment-intents/{payment_intent_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentIntentsIdHistory: { schema: { method: "get", url: "/finops/v1/payment-intents/{payment_intent_id}/history", security: ["HTTPBearer"] } }, postPaymentLinks: { schema: { method: "post", url: "/finops/v1/payment-links", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentLinksId: { schema: { method: "get", url: "/finops/v1/payment-links/{payment_link_id}", security: ["HTTPBearer"] } }, postPaymentLinksIdExpire: { schema: { method: "post", url: "/finops/v1/payment-links/{payment_link_id}/expire", security: ["HTTPBearer"] } }, postPaymentOnboardingLinks: { schema: { method: "post", url: "/finops/v1/payment-onboarding-links", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentPages: { schema: { method: "get", url: "/finops/v1/payment-pages", security: ["HTTPBearer"] } }, getPaymentRecords: { schema: { method: "get", url: "/finops/v1/payment-records", security: ["HTTPBearer"] } }, postPaymentRecords: { schema: { method: "post", url: "/finops/v1/payment-records", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentRecordsId: { schema: { method: "get", url: "/finops/v1/payment-records/{payment_record_id}", security: ["HTTPBearer"] } }, patchPaymentRecordsId: { schema: { method: "patch", url: "/finops/v1/payment-records/{payment_record_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, postPaymentRecordsIdCancel: { schema: { method: "post", url: "/finops/v1/payment-records/{payment_record_id}/cancel", mediaType: "application/json", security: ["HTTPBearer"] } }, postPaymentRecordsIdMarkAsSucceeded: { schema: { method: "post", url: "/finops/v1/payment-records/{payment_record_id}/mark-as-succeeded", mediaType: "application/json", security: ["HTTPBearer"] } }, postPaymentRecordsIdStartProcessing: { schema: { method: "post", url: "/finops/v1/payment-records/{payment_record_id}/start-processing", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentReminders: { schema: { method: "get", url: "/finops/v1/payment-reminders", security: ["HTTPBearer"] } }, postPaymentReminders: { schema: { method: "post", url: "/finops/v1/payment-reminders", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentRemindersId: { schema: { method: "get", url: "/finops/v1/payment-reminders/{payment_reminder_id}", security: ["HTTPBearer"] } }, patchPaymentRemindersId: { schema: { method: "patch", url: "/finops/v1/payment-reminders/{payment_reminder_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePaymentRemindersId: { schema: { method: "delete", url: "/finops/v1/payment-reminders/{payment_reminder_id}", security: ["HTTPBearer"] } }, getPaymentTerms: { schema: { method: "get", url: "/finops/v1/payment-terms", security: ["HTTPBearer"] } }, postPaymentTerms: { schema: { method: "post", url: "/finops/v1/payment-terms", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentTermsId: { schema: { method: "get", url: "/finops/v1/payment-terms/{payment_terms_id}", security: ["HTTPBearer"] } }, patchPaymentTermsId: { schema: { method: "patch", url: "/finops/v1/payment-terms/{payment_terms_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePaymentTermsId: { schema: { method: "delete", url: "/finops/v1/payment-terms/{payment_terms_id}", security: ["HTTPBearer"] } }, getPaymentTiers: { schema: { method: "get", url: "/finops/v1/payment-tiers", security: ["HTTPBearer"] } }, postPaymentTiers: { schema: { method: "post", url: "/finops/v1/payment-tiers", mediaType: "application/json", security: ["HTTPBearer"] } }, getPaymentTiersId: { schema: { method: "get", url: "/finops/v1/payment-tiers/{tier_id}", security: ["HTTPBearer"] } }, patchPaymentTiersId: { schema: { method: "patch", url: "/finops/v1/payment-tiers/{tier_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deletePaymentTiersId: { schema: { method: "delete", url: "/finops/v1/payment-tiers/{tier_id}", security: ["HTTPBearer"] } }, postPersonsIdDocuments: { schema: { method: "post", url: "/finops/v1/persons/{person_id}/documents", security: ["HTTPBearer"] } }, getProducts: { schema: { method: "get", url: "/finops/v1/products", security: ["HTTPBearer"] } }, postProducts: { schema: { method: "post", url: "/finops/v1/products", mediaType: "application/json", security: ["HTTPBearer"] } }, getProductsId: { schema: { method: "get", url: "/finops/v1/products/{product_id}", security: ["HTTPBearer"] } }, patchProductsId: { schema: { method: "patch", url: "/finops/v1/products/{product_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteProductsId: { schema: { method: "delete", url: "/finops/v1/products/{product_id}", security: ["HTTPBearer"] } }, getProjects: { schema: { method: "get", url: "/finops/v1/projects", security: ["HTTPBearer"] } }, postProjects: { schema: { method: "post", url: "/finops/v1/projects", mediaType: "application/json", security: ["HTTPBearer"] } }, getProjectsId: { schema: { method: "get", url: "/finops/v1/projects/{project_id}", security: ["HTTPBearer"] } }, patchProjectsId: { schema: { method: "patch", url: "/finops/v1/projects/{project_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteProjectsId: { schema: { method: "delete", url: "/finops/v1/projects/{project_id}", security: ["HTTPBearer"] } }, getReceipts: { schema: { method: "get", url: "/finops/v1/receipts", security: ["HTTPBearer"] } }, postReceipts: { schema: { method: "post", url: "/finops/v1/receipts", mediaType: "application/json", security: ["HTTPBearer"] } }, postReceiptsUploadFromFile: { schema: { method: "post", url: "/finops/v1/receipts/upload-from-file", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, getReceiptsId: { schema: { method: "get", url: "/finops/v1/receipts/{receipt_id}", security: ["HTTPBearer"] } }, patchReceiptsId: { schema: { method: "patch", url: "/finops/v1/receipts/{receipt_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteReceiptsId: { schema: { method: "delete", url: "/finops/v1/receipts/{receipt_id}", security: ["HTTPBearer"] } }, postReceiptsIdAttachFile: { schema: { method: "post", url: "/finops/v1/receipts/{receipt_id}/attach-file", mediaType: "multipart/form-data", security: ["HTTPBearer"] } }, getReceiptsIdLineItems: { schema: { method: "get", url: "/finops/v1/receipts/{receipt_id}/line-items", security: ["HTTPBearer"] } }, postReceiptsIdLineItems: { schema: { method: "post", url: "/finops/v1/receipts/{receipt_id}/line-items", mediaType: "application/json", security: ["HTTPBearer"] } }, patchReceiptsIdLineItemsId: { schema: { method: "patch", url: "/finops/v1/receipts/{receipt_id}/line-items/{line_item_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteReceiptsIdLineItemsId: { schema: { method: "delete", url: "/finops/v1/receipts/{receipt_id}/line-items/{line_item_id}", security: ["HTTPBearer"] } }, getReceivables: { schema: { method: "get", url: "/finops/v1/receivables", security: ["HTTPBearer"] } }, postReceivables: { schema: { method: "post", url: "/finops/v1/receivables", mediaType: "application/json", security: ["HTTPBearer"] } }, getReceivablesRequiredFields: { schema: { method: "get", url: "/finops/v1/receivables/required-fields", security: ["HTTPBearer"] } }, postReceivablesSearch: { schema: { method: "post", url: "/finops/v1/receivables/search", mediaType: "application/json", security: ["HTTPBearer"] } }, getReceivablesVariables: { schema: { method: "get", url: "/finops/v1/receivables/variables", security: ["HTTPBearer"] } }, getReceivablesId: { schema: { method: "get", url: "/finops/v1/receivables/{receivable_id}", security: ["HTTPBearer"] } }, patchReceivablesId: { schema: { method: "patch", url: "/finops/v1/receivables/{receivable_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteReceivablesId: { schema: { method: "delete", url: "/finops/v1/receivables/{receivable_id}", security: ["HTTPBearer"] } }, postReceivablesIdAccept: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/accept", mediaType: "application/json", security: ["HTTPBearer"] } }, postReceivablesIdCancel: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/cancel", security: ["HTTPBearer"] } }, postReceivablesIdClone: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/clone", security: ["HTTPBearer"] } }, postReceivablesIdDecline: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/decline", mediaType: "application/json", security: ["HTTPBearer"] } }, getReceivablesIdHistory: { schema: { method: "get", url: "/finops/v1/receivables/{receivable_id}/history", security: ["HTTPBearer"] } }, getReceivablesIdHistoryId: { schema: { method: "get", url: "/finops/v1/receivables/{receivable_id}/history/{receivable_history_id}", security: ["HTTPBearer"] } }, postReceivablesIdIssue: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/issue", security: ["HTTPBearer"] } }, putReceivablesIdLineItems: { schema: { method: "put", url: "/finops/v1/receivables/{receivable_id}/line-items", mediaType: "application/json", security: ["HTTPBearer"] } }, getReceivablesIdMails: { schema: { method: "get", url: "/finops/v1/receivables/{receivable_id}/mails", security: ["HTTPBearer"] } }, getReceivablesIdMailsId: { schema: { method: "get", url: "/finops/v1/receivables/{receivable_id}/mails/{mail_id}", security: ["HTTPBearer"] } }, postReceivablesIdMarkAsPaid: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/mark-as-paid", mediaType: "application/json", security: ["HTTPBearer"] } }, postReceivablesIdMarkAsPartiallyPaid: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/mark-as-partially-paid", mediaType: "application/json", security: ["HTTPBearer"] } }, postReceivablesIdMarkAsUncollectible: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/mark-as-uncollectible", mediaType: "application/json", security: ["HTTPBearer"] } }, getReceivablesIdPdfLink: { schema: { method: "get", url: "/finops/v1/receivables/{receivable_id}/pdf-link", security: ["HTTPBearer"] } }, postReceivablesIdPreview: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/preview", mediaType: "application/json", security: ["HTTPBearer"] } }, postReceivablesIdSend: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/send", mediaType: "application/json", security: ["HTTPBearer"] } }, postReceivablesIdSendTestReminder: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/send-test-reminder", mediaType: "application/json", security: ["HTTPBearer"] } }, postReceivablesIdVerify: { schema: { method: "post", url: "/finops/v1/receivables/{receivable_id}/verify", security: ["HTTPBearer"] } }, getRecurrences: { schema: { method: "get", url: "/finops/v1/recurrences", security: ["HTTPBearer"] } }, postRecurrences: { schema: { method: "post", url: "/finops/v1/recurrences", mediaType: "application/json", security: ["HTTPBearer"] } }, getRecurrencesId: { schema: { method: "get", url: "/finops/v1/recurrences/{recurrence_id}", security: ["HTTPBearer"] } }, patchRecurrencesId: { schema: { method: "patch", url: "/finops/v1/recurrences/{recurrence_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, postRecurrencesIdCancel: { schema: { method: "post", url: "/finops/v1/recurrences/{recurrence_id}/cancel", security: ["HTTPBearer"] } }, postRecurrencesIdPause: { schema: { method: "post", url: "/finops/v1/recurrences/{recurrence_id}/pause", security: ["HTTPBearer"] } }, postRecurrencesIdResume: { schema: { method: "post", url: "/finops/v1/recurrences/{recurrence_id}/resume", security: ["HTTPBearer"] } }, getRegulatoryTemplates: { schema: { method: "get", url: "/finops/v1/regulatory-templates", security: ["HTTPBearer"] } }, postRegulatoryTemplates: { schema: { method: "post", url: "/finops/v1/regulatory-templates", security: ["HTTPBearer"] } }, getRegulatoryTemplatesDownloadTemplateIdsVatRates: { schema: { method: "get", url: "/finops/v1/regulatory-templates/download-template-ids-vat-rates", security: ["HTTPBearer"] } }, getRegulatoryTemplatesId: { schema: { method: "get", url: "/finops/v1/regulatory-templates/{regulatory_template_id}", security: ["HTTPBearer"] } }, patchRegulatoryTemplatesId: { schema: { method: "patch", url: "/finops/v1/regulatory-templates/{regulatory_template_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteRegulatoryTemplatesId: { schema: { method: "delete", url: "/finops/v1/regulatory-templates/{regulatory_template_id}", security: ["HTTPBearer"] } }, postRenderPdf: { schema: { method: "post", url: "/finops/v1/render-pdf", mediaType: "application/json", security: ["HTTPBearer"] } }, getRoles: { schema: { method: "get", url: "/finops/v1/roles", security: ["HTTPBearer"] } }, postRoles: { schema: { method: "post", url: "/finops/v1/roles", mediaType: "application/json", security: ["HTTPBearer"] } }, getRolesId: { schema: { method: "get", url: "/finops/v1/roles/{role_id}", security: ["HTTPBearer"] } }, patchRolesId: { schema: { method: "patch", url: "/finops/v1/roles/{role_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteRolesId: { schema: { method: "delete", url: "/finops/v1/roles/{role_id}", security: ["HTTPBearer"] } }, getRules: { schema: { method: "get", url: "/finops/v1/rules", security: ["HTTPBearer"] } }, postRules: { schema: { method: "post", url: "/finops/v1/rules", mediaType: "application/json", security: ["HTTPBearer"] } }, getRulesId: { schema: { method: "get", url: "/finops/v1/rules/{rule_id}", security: ["HTTPBearer"] } }, patchRulesId: { schema: { method: "patch", url: "/finops/v1/rules/{rule_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteRulesId: { schema: { method: "delete", url: "/finops/v1/rules/{rule_id}", security: ["HTTPBearer"] } }, postSendEmail: { schema: { method: "post", url: "/finops/v1/send-email", mediaType: "application/json", security: ["HTTPBearer"] } }, postSendEmailRenderTemplate: { schema: { method: "post", url: "/finops/v1/send-email/render-template", mediaType: "application/json", security: ["HTTPBearer"] } }, postSendEmailSendEmailByDocumentType: { schema: { method: "post", url: "/finops/v1/send-email/send-email-by-document-type", mediaType: "application/json", security: ["HTTPBearer"] } }, postSendEmailStateless: { schema: { method: "post", url: "/finops/v1/send-email/stateless", mediaType: "application/json", security: ["HTTPBearer"] } }, getSettings: { schema: { method: "get", url: "/finops/v1/settings", security: ["HTTPBearer"] } }, patchSettings: { schema: { method: "patch", url: "/finops/v1/settings", mediaType: "application/json", security: ["HTTPBearer"] } }, getTags: { schema: { method: "get", url: "/finops/v1/tags", security: ["HTTPBearer"] } }, postTags: { schema: { method: "post", url: "/finops/v1/tags", mediaType: "application/json", security: ["HTTPBearer"] } }, getTagsId: { schema: { method: "get", url: "/finops/v1/tags/{tag_id}", security: ["HTTPBearer"] } }, patchTagsId: { schema: { method: "patch", url: "/finops/v1/tags/{tag_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteTagsId: { schema: { method: "delete", url: "/finops/v1/tags/{tag_id}", security: ["HTTPBearer"] } }, getTextTemplates: { schema: { method: "get", url: "/finops/v1/text-templates", security: ["HTTPBearer"] } }, postTextTemplates: { schema: { method: "post", url: "/finops/v1/text-templates", mediaType: "application/json", security: ["HTTPBearer"] } }, getTextTemplatesId: { schema: { method: "get", url: "/finops/v1/text-templates/{text_template_id}", security: ["HTTPBearer"] } }, patchTextTemplatesId: { schema: { method: "patch", url: "/finops/v1/text-templates/{text_template_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteTextTemplatesId: { schema: { method: "delete", url: "/finops/v1/text-templates/{text_template_id}", security: ["HTTPBearer"] } }, postTextTemplatesIdMakeDefault: { schema: { method: "post", url: "/finops/v1/text-templates/{text_template_id}/make-default", security: ["HTTPBearer"] } }, getTransactions: { schema: { method: "get", url: "/finops/v1/transactions", security: ["HTTPBearer"] } }, postTransactions: { schema: { method: "post", url: "/finops/v1/transactions", mediaType: "application/json", security: ["HTTPBearer"] } }, postTransactionsBulk: { schema: { method: "post", url: "/finops/v1/transactions/bulk", mediaType: "application/json", security: ["HTTPBearer"] } }, getTransactionsValidations: { schema: { method: "get", url: "/finops/v1/transactions/validations", security: ["HTTPBearer"] } }, putTransactionsValidations: { schema: { method: "put", url: "/finops/v1/transactions/validations", mediaType: "application/json", security: ["HTTPBearer"] } }, getTransactionsId: { schema: { method: "get", url: "/finops/v1/transactions/{transaction_id}", security: ["HTTPBearer"] } }, patchTransactionsId: { schema: { method: "patch", url: "/finops/v1/transactions/{transaction_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteTransactionsId: { schema: { method: "delete", url: "/finops/v1/transactions/{transaction_id}", security: ["HTTPBearer"] } }, postTransactionsIdApprove: { schema: { method: "post", url: "/finops/v1/transactions/{transaction_id}/approve", security: ["HTTPBearer"] } }, postTransactionsIdCancel: { schema: { method: "post", url: "/finops/v1/transactions/{transaction_id}/cancel", security: ["HTTPBearer"] } }, getTransactionsIdExpenseHistory: { schema: { method: "get", url: "/finops/v1/transactions/{transaction_id}/expense_history", security: ["HTTPBearer"] } }, postTransactionsIdExpenseHistory: { schema: { method: "post", url: "/finops/v1/transactions/{transaction_id}/expense_history", mediaType: "application/json", security: ["HTTPBearer"] } }, postTransactionsIdReject: { schema: { method: "post", url: "/finops/v1/transactions/{transaction_id}/reject", mediaType: "application/json", security: ["HTTPBearer"] } }, postTransactionsIdReopen: { schema: { method: "post", url: "/finops/v1/transactions/{transaction_id}/reopen", security: ["HTTPBearer"] } }, postTransactionsIdSubmit: { schema: { method: "post", url: "/finops/v1/transactions/{transaction_id}/submit", mediaType: "application/json", security: ["HTTPBearer"] } }, postTransactionsIdValidate: { schema: { method: "post", url: "/finops/v1/transactions/{transaction_id}/validate", security: ["HTTPBearer"] } }, getVatRates: { schema: { method: "get", url: "/finops/v1/vat-rates", security: ["HTTPBearer"] } }, getWebhookDeliveries: { schema: { method: "get", url: "/finops/v1/webhook-deliveries", security: ["HTTPBearer"] } }, getWebhookSubscriptions: { schema: { method: "get", url: "/finops/v1/webhook-subscriptions", security: ["HTTPBearer"] } }, postWebhookSubscriptions: { schema: { method: "post", url: "/finops/v1/webhook-subscriptions", mediaType: "application/json", security: ["HTTPBearer"] } }, getWebhookSubscriptionsId: { schema: { method: "get", url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}", security: ["HTTPBearer"] } }, patchWebhookSubscriptionsId: { schema: { method: "patch", url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}", mediaType: "application/json", security: ["HTTPBearer"] } }, deleteWebhookSubscriptionsId: { schema: { method: "delete", url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}", security: ["HTTPBearer"] } }, postWebhookSubscriptionsIdDisable: { schema: { method: "post", url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}/disable", security: ["HTTPBearer"] } }, postWebhookSubscriptionsIdEnable: { schema: { method: "post", url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}/enable", security: ["HTTPBearer"] } }, postWebhookSubscriptionsIdRegenerateSecret: { schema: { method: "post", url: "/finops/v1/webhook-subscriptions/{webhook_subscription_id}/regenerate-secret", security: ["HTTPBearer"] } } };
1
+ function d(o) {
2
+ return /gradient\(/.test(o);
3
+ }
4
+ function u(o, n) {
5
+ o.background && (d(o.background) ? (n.backgroundImage = o.background, n.background = o.background) : (n.background = o.background, n.backgroundImage = "none"));
6
+ }
7
+ function c(o, n) {
8
+ o.color && (n.color = o.color);
9
+ }
10
+ function b(o, n) {
11
+ o.border && (n.border = o.border), o.borderRadius !== void 0 && (n.borderRadius = typeof o.borderRadius == "number" ? `${o.borderRadius}px` : o.borderRadius);
12
+ }
13
+ function g(o, n) {
14
+ o.fontWeight !== void 0 && (n.fontWeight = o.fontWeight);
15
+ }
16
+ function p(o, n) {
17
+ o.boxShadow !== void 0 && (n.boxShadow = o.boxShadow);
18
+ }
19
+ function l(o, n) {
20
+ if (!o.transitionDuration && !o.transitionTimingFunction && !o.transitionProperty)
21
+ return;
22
+ const a = [], t = o.transitionProperty || "all";
23
+ a.push(t), o.transitionDuration && a.push(o.transitionDuration), o.transitionTimingFunction && a.push(o.transitionTimingFunction), n.transition = a.join(" ");
24
+ }
25
+ function y(o) {
26
+ if (!o) return {};
27
+ const n = {};
28
+ return u(o, n), c(o, n), b(o, n), g(o, n), p(o, n), l(o, n), n;
29
+ }
30
+ function f(o, n) {
31
+ return !n || !n[o] ? {} : y(n[o]);
32
+ }
33
+ function h(o) {
34
+ if (!o) return {};
35
+ const n = {};
36
+ return ["primary", "secondary", "tertiary", "destructive"].forEach((a) => {
37
+ const t = o[a];
38
+ if (!t) return;
39
+ const i = `--ttw-btn-payables-${a}`;
40
+ t.background && (n[`${i}-bg`] = t.background), t.color && (n[`${i}-color`] = t.color), t.border && (n[`${i}-border`] = t.border), t.borderRadius !== void 0 && (n[`${i}-radius`] = typeof t.borderRadius == "number" ? `${t.borderRadius}px` : t.borderRadius), t.fontWeight !== void 0 && (n[`${i}-weight`] = String(t.fontWeight)), t.boxShadow && (n[`${i}-shadow`] = t.boxShadow), t.transitionProperty && (n[`${i}-transition-property`] = t.transitionProperty), t.transitionDuration && (n[`${i}-transition-duration`] = t.transitionDuration), t.transitionTimingFunction && (n[`${i}-transition-timing`] = t.transitionTimingFunction), ["hover", "active", "focus", "disabled"].forEach((s) => {
41
+ const r = t[s];
42
+ if (!r) return;
43
+ const e = `${i}-${s}`;
44
+ r.background && (n[`${e}-bg`] = r.background), r.color && (n[`${e}-color`] = r.color), r.border && (n[`${e}-border`] = r.border), r.boxShadow && (n[`${e}-shadow`] = r.boxShadow);
45
+ });
46
+ }), n;
47
+ }
2
48
  export {
3
- e as finopsService
49
+ u as applyBackgroundStyles,
50
+ b as applyBorderStyles,
51
+ c as applyColorStyles,
52
+ p as applyShadowStyles,
53
+ l as applyTransitionStyles,
54
+ g as applyTypographyStyles,
55
+ h as generatePayablesButtonCssVars,
56
+ f as getButtonStateStyles,
57
+ y as getButtonStyles,
58
+ d as isGradient
4
59
  };