@tesouro/embedded-components-react 0.2.159 → 0.2.161

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 (480) hide show
  1. package/README.md +15 -10
  2. package/dist/index.css +28 -4
  3. package/dist/index.d.ts +50 -8
  4. package/dist/lib/AcceptDisclosuresWidget.d.ts +22 -6
  5. package/dist/lib/BankAccountsWidget.d.ts +19 -0
  6. package/dist/lib/ProfileWidget.d.ts +0 -2
  7. package/dist/lib/ReceivablesWidget.js +23 -23
  8. package/dist/lib/WidgetProvider.d.ts +9 -0
  9. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index2.js +4 -4
  10. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +21 -50
  11. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index5.js +6 -6
  12. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index6.js +4 -4
  13. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index9.js +6 -6
  14. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index2.js +2 -2
  15. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index3.js +2 -2
  16. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +2 -2
  17. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +160 -167
  18. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +23 -23
  19. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index3.js +5 -5
  20. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index4.js +2 -2
  21. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index5.js +7 -7
  22. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +46 -40
  23. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +135 -142
  24. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index8.js +82 -10
  25. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index3.js +1 -0
  26. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +47 -55
  27. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +23 -23
  28. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/data-access/dist/index2.js +2 -2
  29. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/data-access/dist/index2.js +2 -2
  30. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index2.js +3 -3
  31. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/data-access/dist/index6.js +11 -11
  32. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/data-access/dist/index2.js +2 -2
  33. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index4.js +8 -8
  34. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index5.js +20 -20
  35. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/data-access/dist/index6.js +8 -8
  36. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +21 -21
  37. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/data-access/dist/index6.js +7 -7
  38. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
  39. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
  40. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
  41. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +2 -2
  42. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +2 -2
  43. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +1 -1
  44. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
  45. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
  46. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +5 -5
  47. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +10 -24
  48. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -23
  49. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +8 -8
  50. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +2 -2
  51. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -2
  52. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +22 -34
  53. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +24 -4
  54. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +35 -2
  55. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -25
  56. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -1271
  57. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +24 -9
  58. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +1270 -8
  59. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
  60. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +78 -7
  61. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +6 -26
  62. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +3 -73
  63. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +33 -6
  64. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +32 -9
  65. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +7 -28
  66. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +12 -32
  67. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +26 -12
  68. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +14 -12
  69. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +9 -23
  70. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +8 -8
  71. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +119 -12
  72. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +7 -11
  73. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +216 -119
  74. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +11 -217
  75. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +7 -7
  76. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +47 -10
  77. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +46 -46
  78. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +12 -47
  79. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +44 -12
  80. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +15 -46
  81. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
  82. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +11 -15
  83. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +152 -11
  84. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +24 -150
  85. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +1 -1
  86. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +2 -2
  87. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +1 -1
  88. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +2 -2
  89. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +9 -99
  90. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +46 -57
  91. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +75 -25
  92. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +54 -92
  93. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +14 -101
  94. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +22 -14
  95. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +78 -12
  96. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +28 -13
  97. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +41 -59
  98. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +7 -398
  99. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +220 -67
  100. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +469 -2
  101. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +109 -406
  102. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +533 -23
  103. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +23 -10
  104. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +95 -16
  105. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +57 -21
  106. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +26 -2
  107. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +94 -10
  108. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +97 -18
  109. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +16 -20
  110. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +14 -27
  111. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +11 -114
  112. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +22 -65
  113. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +11 -12
  114. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +20 -12
  115. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +21 -9
  116. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +2 -46
  117. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +11 -75
  118. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
  119. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +19 -55
  120. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +22 -14
  121. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +27 -26
  122. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +108 -71
  123. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +69 -28
  124. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +13 -41
  125. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +12 -7
  126. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +58 -220
  127. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +396 -467
  128. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +68 -109
  129. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
  130. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +2 -537
  131. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +406 -25
  132. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +6 -6
  133. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +2 -2
  134. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +35 -36
  135. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +50 -52
  136. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +82 -29
  137. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +33 -4
  138. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +66 -77
  139. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +348 -32
  140. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +2 -20
  141. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +117 -42
  142. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +17 -59
  143. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +13 -30
  144. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +13 -113
  145. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +13 -21
  146. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +11 -41
  147. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +17 -53
  148. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +22 -2
  149. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +24 -93
  150. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +35 -95
  151. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +35 -211
  152. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +15 -5
  153. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +26 -487
  154. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
  155. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +17 -168
  156. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +107 -36
  157. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +9 -48
  158. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +17 -80
  159. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +26 -34
  160. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +40 -66
  161. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +58 -347
  162. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +52 -2
  163. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +30 -117
  164. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +97 -19
  165. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
  166. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +45 -12
  167. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +144 -11
  168. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +106 -11
  169. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +35 -12
  170. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +51 -19
  171. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +24 -17
  172. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +5 -27
  173. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +72 -32
  174. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +32 -37
  175. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +20 -15
  176. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
  177. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +17 -27
  178. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +30 -17
  179. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +38 -103
  180. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +62 -11
  181. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +96 -19
  182. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +109 -23
  183. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +85 -37
  184. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +2 -59
  185. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +93 -49
  186. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +96 -29
  187. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
  188. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +209 -94
  189. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +62 -46
  190. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +149 -147
  191. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +10 -109
  192. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +19 -21
  193. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +6 -41
  194. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +24 -14
  195. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +23 -69
  196. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +22 -41
  197. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +52 -342
  198. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
  199. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +27 -301
  200. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +56 -99
  201. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +15 -157
  202. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +72 -266
  203. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +44 -25
  204. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +26 -18
  205. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +126 -76
  206. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +39 -41
  207. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +62 -73
  208. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +31 -22
  209. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
  210. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +113 -56
  211. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +22 -29
  212. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +41 -57
  213. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +54 -17
  214. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +25 -10
  215. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +5 -67
  216. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +126 -20
  217. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +46 -15
  218. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +116 -17
  219. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +103 -163
  220. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
  221. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
  222. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +44 -128
  223. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +197 -154
  224. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +69 -11
  225. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +66 -18
  226. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +31 -63
  227. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +4 -68
  228. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +18 -58
  229. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +36 -6
  230. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +27 -7
  231. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +31 -59
  232. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
  233. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +30 -22
  234. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +48 -61
  235. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +13 -14
  236. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +156 -20
  237. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +27 -43
  238. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +28 -62
  239. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +78 -28
  240. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +486 -122
  241. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +163 -155
  242. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +22 -28
  243. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
  244. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +14 -25
  245. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +19 -78
  246. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +167 -30
  247. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +134 -149
  248. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +162 -19
  249. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +8 -4
  250. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +18 -19
  251. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +61 -28
  252. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +64 -38
  253. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +55 -58
  254. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
  255. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +6 -94
  256. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +9 -110
  257. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +59 -85
  258. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +24 -25
  259. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +58 -123
  260. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +14 -49
  261. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +18 -115
  262. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +38 -106
  263. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +14 -50
  264. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +72 -197
  265. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
  266. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +76 -69
  267. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +42 -29
  268. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +41 -4
  269. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +344 -17
  270. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +294 -29
  271. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +97 -25
  272. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +159 -31
  273. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +265 -30
  274. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +23 -48
  275. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +19 -12
  276. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +11 -123
  277. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +255 -18
  278. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +46 -16
  279. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +35 -16
  280. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +28 -16
  281. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +43 -16
  282. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +25 -11
  283. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +74 -255
  284. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +94 -70
  285. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +37 -16
  286. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +9 -9
  287. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +10 -16
  288. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +11 -16
  289. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +16 -11
  290. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +23 -31
  291. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +49 -4
  292. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +10 -126
  293. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +32 -46
  294. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +6 -34
  295. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +53 -27
  296. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +33 -40
  297. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +7 -7
  298. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +21 -20
  299. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +31 -73
  300. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +4 -96
  301. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +125 -35
  302. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +33 -9
  303. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +21 -10
  304. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +28 -32
  305. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +33 -11
  306. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +15 -17
  307. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +10 -48
  308. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +6 -6
  309. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +50 -11
  310. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +49 -6
  311. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +16 -95
  312. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +61 -32
  313. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +16 -32
  314. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +21 -7
  315. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +13 -51
  316. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +19 -16
  317. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +11 -66
  318. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +65 -45
  319. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +5 -5
  320. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +21 -28
  321. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +109 -19
  322. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +81 -4
  323. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +2 -10
  324. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +7 -18
  325. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +8 -9
  326. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +7 -50
  327. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +49 -45
  328. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +17 -16
  329. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +117 -61
  330. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +3 -3
  331. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
  332. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +18 -19
  333. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +16 -21
  334. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -16
  335. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -21
  336. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -14
  337. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +69 -63
  338. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +16 -21
  339. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +16 -112
  340. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +15 -81
  341. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +11 -2
  342. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
  343. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +82 -8
  344. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +17 -11
  345. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +83 -31
  346. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +268 -53
  347. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +35 -32
  348. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +62 -23
  349. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +43 -28
  350. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +23 -36
  351. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +134 -78
  352. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +96 -17
  353. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
  354. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +10 -84
  355. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +2 -269
  356. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +279 -33
  357. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +46 -62
  358. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +15 -43
  359. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +66 -22
  360. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +40 -134
  361. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +24 -92
  362. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +5 -12
  363. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +10 -2
  364. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +9 -9
  365. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +91 -280
  366. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +35 -46
  367. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +35 -15
  368. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +8 -30
  369. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +19 -39
  370. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +72 -80
  371. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
  372. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +68 -8
  373. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +35 -49
  374. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +33 -40
  375. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +85 -47
  376. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +24 -20
  377. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +103 -32
  378. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +107 -69
  379. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +12 -86
  380. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +28 -54
  381. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +23 -53
  382. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
  383. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +37 -53
  384. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +81 -55
  385. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +49 -68
  386. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +40 -21
  387. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +44 -93
  388. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +73 -15
  389. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +86 -75
  390. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +53 -20
  391. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +54 -9
  392. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +53 -41
  393. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +6 -6
  394. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +30 -37
  395. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +54 -13
  396. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +70 -17
  397. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +21 -51
  398. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +14 -57
  399. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +92 -29
  400. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +16 -54
  401. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +74 -15
  402. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +20 -31
  403. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +9 -85
  404. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
  405. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +40 -24
  406. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +32 -103
  407. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +39 -108
  408. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +34 -72
  409. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +15 -67
  410. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +48 -33
  411. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +19 -12
  412. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +50 -28
  413. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +58 -23
  414. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +32 -38
  415. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
  416. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +1 -1
  417. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +1 -1
  418. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +1 -1
  419. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +38 -18
  420. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +18 -38
  421. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +3 -3
  422. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
  423. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
  424. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
  425. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +2 -2
  426. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
  427. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +2 -2
  428. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +4 -4
  429. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
  430. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.js +1 -1
  431. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
  432. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
  433. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
  434. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
  435. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
  436. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +9 -9
  437. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
  438. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +58 -64
  439. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index3.js +2 -4
  440. package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +43 -37
  441. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +32 -32
  442. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index3.js +11 -11
  443. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index5.js +12 -12
  444. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index7.js +7 -7
  445. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/bank-account/useAllBankAccountsQuery.js +6 -6
  446. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/external-bank-account/useAllExternalBankAccountsQuery.js +2 -2
  447. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +119 -119
  448. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +52 -52
  449. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +1671 -1613
  450. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/useCurrentUserQuery.js +2 -2
  451. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +2 -2
  452. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +23 -23
  453. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index4.js +4 -4
  454. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/data-access/dist/index7.js +2 -2
  455. package/dist/libs/tesouro-embedded-components-react/tags-widget/data-access/dist/index6.js +2 -2
  456. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index10.js +6 -6
  457. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index11.js +15 -15
  458. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index12.js +8 -8
  459. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index15.js +2 -2
  460. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index16.js +2 -2
  461. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index17.js +8 -8
  462. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index20.js +7 -7
  463. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index21.js +4 -4
  464. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index22.js +6 -6
  465. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index3.js +14 -14
  466. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index8.js +17 -17
  467. package/dist/libs/tesouro-embedded-components-react/team-widget/data-access/dist/index9.js +2 -2
  468. package/dist/libs/tesouro-embedded-components-react/transfers-widget/data-access/dist/index6.js +2 -2
  469. package/package.json +1 -1
  470. package/dist/libs/embedded-banking/shared/util/dist/index10.js +0 -4
  471. package/dist/libs/embedded-banking/shared/util/dist/index11.js +0 -4
  472. package/dist/libs/embedded-banking/shared/util/dist/index12.js +0 -4
  473. package/dist/libs/embedded-banking/shared/util/dist/index2.js +0 -4
  474. package/dist/libs/embedded-banking/shared/util/dist/index3.js +0 -322
  475. package/dist/libs/embedded-banking/shared/util/dist/index9.js +0 -145
  476. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index10.js +0 -12
  477. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index11.js +0 -13
  478. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index12.js +0 -9
  479. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index10.js +0 -85
  480. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index9.js +0 -13
@@ -1,4 +1,471 @@
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
+ import { useState as U, useRef as Z, useId as st, useMemo as ut } from "react";
2
+ import { useLingui as ct } from "@lingui/react";
3
+ import { format as ee } from "date-fns";
4
+ import { toast as o } from "react-hot-toast";
5
+ import { buildPaymentTermsPayload as ie } from "./index304.js";
6
+ import { getCounterpartEmail as mt } from "./index7.js";
7
+ import { LanguageCodeEnum as _t } from "./index218.js";
8
+ import { rateMajorToMinor as ae } from "./index305.js";
9
+ import { useMoniteContext as lt } from "./index57.js";
10
+ import { useUserPermissions as pt } from "./index141.js";
11
+ import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
12
+ import "../../shared/data-access/dist/lib/EmbedApiContext.js";
13
+ import "../../shared/data-access/dist/lib/rest/client.gen.js";
14
+ import "@tanstack/react-query";
15
+ import "../../shared/data-access/dist/lib/rest/zod.gen.js";
16
+ import { Scope as ft } from "../../shared/data-access/dist/lib/scopes.js";
17
+ import { useCounterpartById as yt } from "./index70.js";
18
+ import { useCounterpartAddresses as gt } from "./index72.js";
19
+ import { useMyEntity as vt } from "./index78.js";
20
+ import { useCreateReceivable as bt } from "./index306.js";
21
+ import { useCreateCounterpart as ht } from "./index217.js";
22
+ import { useUpdateReceivable as xt } from "./index307.js";
23
+ import { useUpdateReceivableLineItems as Ct } from "./index308.js";
24
+ import { useCreateRecurrence as It } from "./index309.js";
25
+ import { useUpdateRecurrence as wt } from "./index310.js";
26
+ import { useIssueReceivableById as Pt } from "./index235.js";
27
+ import { useGetInvoiceRequiredFields as kt } from "./index234.js";
28
+ import { useSelectableBankAccounts as Rt } from "./index311.js";
29
+ import { useLineItemSubmitCleanup as At } from "./index312.js";
30
+ import { useGetMeasureUnits as Lt } from "./index275.js";
31
+ const ne = (t, i) => i ? t.find((r) => r.id === i)?.name || "" : void 0, qt = (t, i) => ({
32
+ // Callers only reach this in `invoice` mode (the guard runs earlier).
33
+ type: t.type,
34
+ counterpart_id: i.resolvedCounterpartId,
35
+ counterpart_billing_address_id: i.billingAddressId,
36
+ counterpart_shipping_address_id: i.shippingAddressId,
37
+ bank_account_id: t.bank_account_id || void 0,
38
+ bank_account_type: t.bank_account_id ? t.bank_account_type : void 0,
39
+ ...ie({
40
+ paymentTermId: t.payment_terms_id,
41
+ customDueDate: t.payment_terms_custom_date
42
+ }),
43
+ line_items: t.line_items.filter((r) => !!r.product?.name?.trim()).map((r) => ({
44
+ quantity: r.quantity,
45
+ tax_status: r.taxable ? "taxable" : "non_taxable",
46
+ product: {
47
+ name: r.product.name,
48
+ price: {
49
+ currency: r.product.price.currency,
50
+ value: r.product.price.value
51
+ },
52
+ measure_unit: r.product.measure_unit_id ? {
53
+ name: ne(i.measureUnits, r.product.measure_unit_id) ?? ""
54
+ } : void 0,
55
+ type: "product"
56
+ },
57
+ tax_rate_value: r.taxable ? ae(Number(t.tax_rate) || 0) : void 0
58
+ })),
59
+ memo: t.memo,
60
+ footer: t.footer,
61
+ purchase_order: t.purchase_order || void 0,
62
+ currency: i.currency,
63
+ payment_reminder_id: t.payment_reminder_id || void 0,
64
+ overdue_reminder_id: t.overdue_reminder_id || void 0,
65
+ tag_ids: [],
66
+ // TODO: add support for tags, ideally values.tags?.map((tag) => tag.id)
67
+ tax_mode: t.tax_mode || "exclusive",
68
+ // `attachments` is `minItems: 1` on the payload, so omit it entirely when
69
+ // empty rather than sending `[]` (which 422s). Only `id`/`include_in_email`
70
+ // ride the request; the buffered `name`/`size` are display-only (EMBD-3617).
71
+ attachments: t.attachments.length ? t.attachments.map(({
72
+ id: r,
73
+ include_in_email: n
74
+ }) => ({
75
+ id: r,
76
+ include_in_email: n
77
+ })) : void 0
78
+ }), te = (t, i) => ({
79
+ data: t.line_items.filter((r) => !!r.product?.name?.trim()).map((r) => {
80
+ const n = r;
81
+ let c;
82
+ return n.product.measure_unit_id ? c = ne(i, n.product.measure_unit_id) : (n.product.measure_unit_name || n.measure_unit?.name) && (c = n.product.measure_unit_name || n.measure_unit?.name), {
83
+ quantity: r.quantity,
84
+ tax_status: r.taxable ? "taxable" : "non_taxable",
85
+ product: {
86
+ name: r.product.name,
87
+ type: r.product.type,
88
+ measure_unit: c ? {
89
+ name: c
90
+ } : void 0,
91
+ price: r.product.price ? {
92
+ currency: r.product.price.currency ?? "USD",
93
+ value: Math.round(r.product.price.value ?? 0)
94
+ } : void 0
95
+ },
96
+ // The backend requires a taxable line item to carry a tax rate, so send
97
+ // one whenever it's taxable — defaulting to 0 when none was entered
98
+ // (matching the create payload). Omitting it for a taxable item 422s.
99
+ tax_rate_value: r.taxable ? ae(Number(t.tax_rate) || 0) : void 0
100
+ };
101
+ })
102
+ }), re = (t, i) => ({
103
+ invoice: {
104
+ counterpart_id: i.resolvedCounterpartId,
105
+ currency: i.currency,
106
+ memo: t.memo,
107
+ footer: t.footer,
108
+ // Send `null` (not `undefined`) when the address is empty so a cleared field
109
+ // is actually cleared. Omitting it leaves the previous value in place, which
110
+ // — after the customer was changed — would keep an address that belongs to
111
+ // the old counterpart (a mismatch the API rejects). Empty happens when the
112
+ // customer is cleared or a newly picked/inline customer has no default
113
+ // address. Same `null`-to-clear pattern as the reminders/attachments below.
114
+ // @ts-expect-error - we need to send `null` to clear, but the backend doesn't type it
115
+ counterpart_shipping_address_id: t?.default_shipping_address_id || null,
116
+ // @ts-expect-error - we need to send `null` to clear, but the backend doesn't type it
117
+ counterpart_billing_address_id: t?.default_billing_address_id || null,
118
+ bank_account_id: t.bank_account_id || void 0,
119
+ bank_account_type: t.bank_account_id ? t.bank_account_type : void 0,
120
+ /**
121
+ * Rebuild the payment-terms payload from the form values (a saved
122
+ * `payment_terms_id`, or an inline object for "Custom date" / "Due on
123
+ * receipt") via the shared builder, so it's the request-shaped
124
+ * `InlinePaymentTermsRequestPayload` the PATCH accepts.
125
+ */
126
+ ...ie({
127
+ paymentTermId: t.payment_terms_id,
128
+ customDueDate: t.payment_terms_custom_date
129
+ }),
130
+ // @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
131
+ payment_reminder_id: t.payment_reminder_id || null,
132
+ // @ts-expect-error - we need to send `null`, but the backend doesn't provide a correct type
133
+ overdue_reminder_id: t.overdue_reminder_id || null,
134
+ // The backend enforces `minItems: 1` here (the generated schema is wrong),
135
+ // so `[]` 422s. Omitting it (`undefined`) is a no-op that leaves the existing
136
+ // attachments in place, so removing the last one must be sent as `null` to
137
+ // actually clear them. Only `id`/`include_in_email` ride the request; the
138
+ // buffered `name`/`size` are display-only (EMBD-3617).
139
+ // @ts-expect-error - we need to send `null` to clear, but the backend doesn't provide a correct type
140
+ attachments: t.attachments.length ? t.attachments.map(({
141
+ id: r,
142
+ include_in_email: n
143
+ }) => ({
144
+ id: r,
145
+ include_in_email: n
146
+ })) : null
147
+ // `purchase_order` is intentionally omitted — the backend does not support
148
+ // updating it, so `BillingSection` hides the field in edit.
149
+ }
150
+ }), dr = ({
151
+ mode: t,
152
+ methods: i,
153
+ currency: r,
154
+ invoice: n,
155
+ existingRecurrence: c,
156
+ onComplete: h,
157
+ onClose: $,
158
+ submitModeRef: oe
159
+ }) => {
160
+ const {
161
+ i18n: a
162
+ } = ct(), {
163
+ api: E,
164
+ apiUrl: de,
165
+ componentSettings: se,
166
+ queryClient: B,
167
+ requestFn: ue
168
+ } = lt(), ce = pt().has(ft.BankAccountWriteOrg), P = !!se?.receivables?.enableEntityBankAccount, {
169
+ handleSubmit: me,
170
+ watch: g,
171
+ formState: _e,
172
+ setValue: k,
173
+ clearErrors: le,
174
+ trigger: pe
175
+ } = i, {
176
+ isDirty: fe
177
+ } = _e, {
178
+ data: ye,
179
+ isLoading: ge,
180
+ isFetching: ve
181
+ } = vt(), {
182
+ data: be,
183
+ isLoading: T
184
+ } = Lt(), {
185
+ bankAccounts: he,
186
+ isLoading: N
187
+ } = Rt(P), xe = he.length > 0, [R, Ce] = U(!1), [Ie, A] = U(!1), we = Z("draft"), v = oe ?? we, Pe = `Monite-Form-receivablesDetailsForm-${st()}`, [x, b] = U(null), {
188
+ registerLineItemCleanupFn: ke,
189
+ runLineItemCleanup: Re
190
+ } = At(), {
191
+ mutateAsync: Ae,
192
+ isPending: Le
193
+ } = bt(), {
194
+ mutateAsync: qe,
195
+ isPending: Me
196
+ } = (
197
+ // An inline counterpart is created as a side effect of saving the invoice;
198
+ // the invoice's own success toast is the confirmation, so skip the extra
199
+ // "customer added" one.
200
+ ht({
201
+ showSuccessToast: !1
202
+ })
203
+ ), j = n?.id ?? x?.id ?? "", {
204
+ mutateAsync: z,
205
+ isPending: Se
206
+ } = xt(j), {
207
+ mutateAsync: G,
208
+ isPending: Fe
209
+ } = Ct(j), {
210
+ mutateAsync: De,
211
+ isPending: Ue
212
+ } = It(), {
213
+ mutateAsync: $e,
214
+ isPending: Ee
215
+ } = wt(), {
216
+ mutateAsync: Be,
217
+ isPending: Te
218
+ } = Pt(), H = Le || Me || Se || Fe || Ue || Ee || Te, Ne = H || T || N, O = Z(null), Q = () => {
219
+ requestAnimationFrame(() => {
220
+ const e = O.current, u = e?.querySelector('[aria-invalid="true"]');
221
+ if (!e || !u) return;
222
+ const l = u.getBoundingClientRect().top - e.getBoundingClientRect().top + e.scrollTop - e.clientHeight / 2 + u.offsetHeight / 2;
223
+ e.scrollTo({
224
+ top: Math.max(0, l),
225
+ behavior: "smooth"
226
+ });
227
+ });
228
+ }, je = () => {
229
+ v.current = "issue", pe().then(Q);
230
+ }, _ = g("counterpart_id"), C = g("frequency") !== "once", ze = g("counterpart_email"), I = g("default_billing_address_id"), Ge = g("bank_account_id"), {
231
+ data: d,
232
+ isLoading: V,
233
+ isFetching: W
234
+ } = yt(_), {
235
+ data: L,
236
+ isLoading: He,
237
+ isFetching: Oe
238
+ } = gt(_), q = ut(() => L?.data?.find((e) => e.id === I), [I, L?.data]), J = !!(ze?.trim() || mt(d)), Qe = !!_ && (V || W), {
239
+ data: Ve,
240
+ isLoading: We,
241
+ isFetching: Je
242
+ } = kt({
243
+ counterpart_billing_address_id: d?.id === _ && I || void 0,
244
+ counterpart_country: q?.id === I && q?.country || void 0,
245
+ counterpart_id: _ || void 0,
246
+ counterpart_type: d?.id === _ && d?.type || void 0
247
+ }), Ke = Ve?.entity?.tax_id?.required, K = ge || ve || We || Je || !!_ && (V || W || He || Oe), X = (e) => {
248
+ k("counterpart_id", e), k("counterpart_name", ""), k("counterpart_email", ""), le(["counterpart_id", "counterpart_email"]);
249
+ }, Xe = () => {
250
+ if (R) {
251
+ o.error(a._("Please wait for attachments to finish uploading."));
252
+ return;
253
+ }
254
+ fe ? A(!0) : $();
255
+ }, Ye = async (e) => {
256
+ if (e.type !== "invoice") {
257
+ o.error(a._("`type` except `invoice` is not supported yet"));
258
+ return;
259
+ }
260
+ const u = C || v.current === "issue";
261
+ if (u && Ke && !ye?.tax_id) {
262
+ o.error(a._("Set your organization's Tax ID to issue invoice"));
263
+ return;
264
+ }
265
+ const l = !e.counterpart_id && !!e.counterpart_name?.trim(), Ze = d && "organization" in d ? d?.organization?.email : void 0, et = d && "individual" in d ? d?.individual?.email : void 0, tt = Ze || et, M = l ? !0 : d?.reminders_enabled, S = l ? e.counterpart_email : tt, rt = !!(e.payment_reminder_id || e.overdue_reminder_id);
266
+ if (u && rt) {
267
+ if (!M && S) {
268
+ o.error(a._("Payment reminders are disabled for this customer. Please enable them in the customer details or turn them off."));
269
+ return;
270
+ }
271
+ if (!S && M) {
272
+ o.error(a._("No email address is added for the selected customer. Please add it to the customer details or turn off the reminders."));
273
+ return;
274
+ }
275
+ if (!M && !S) {
276
+ o.error(a._("Reminders are disabled for this customer, and no email address has been added for it. Please update the details or turn off reminders."));
277
+ return;
278
+ }
279
+ }
280
+ let p = e.counterpart_id ?? "";
281
+ if (l)
282
+ try {
283
+ p = (await qe({
284
+ type: "organization",
285
+ is_customer: !0,
286
+ is_vendor: !1,
287
+ reminders_enabled: !0,
288
+ language: _t.find((m) => m === a.locale.split("-")[0]) ?? "en",
289
+ organization: {
290
+ legal_name: e?.counterpart_name?.trim() ?? "",
291
+ ...e.counterpart_email ? {
292
+ email: e.counterpart_email
293
+ } : {}
294
+ }
295
+ })).id;
296
+ } catch {
297
+ return;
298
+ }
299
+ const it = e.default_shipping_address_id, at = L?.data?.find((m) => m.id === it), nt = e.line_items.filter((m) => !m.product_id && !!m.product?.name?.trim()), F = be?.data ?? [];
300
+ let f, s, D = null;
301
+ try {
302
+ if (t === "create")
303
+ x ? (f = x.id, await G(te(e, F)), s = await z(re(e, {
304
+ resolvedCounterpartId: p,
305
+ currency: r
306
+ }))) : (s = await Ae(qt(e, {
307
+ resolvedCounterpartId: p,
308
+ billingAddressId: q?.id,
309
+ shippingAddressId: at?.id,
310
+ measureUnits: F,
311
+ currency: r
312
+ }), {
313
+ onSuccess: async () => {
314
+ await E.finops.getReceivables.invalidateQueries(B);
315
+ }
316
+ }), f = s.id, D = s, l && X(p));
317
+ else {
318
+ if (!n) return;
319
+ await G(te(e, F)), s = await z(re(e, {
320
+ resolvedCounterpartId: p,
321
+ currency: r
322
+ })), f = n.id;
323
+ }
324
+ } catch {
325
+ l && X(p);
326
+ return;
327
+ }
328
+ const w = {
329
+ receivableId: f,
330
+ counterpartId: p,
331
+ inlineLineItems: nt,
332
+ receivable: s,
333
+ hasCustomerEmail: J
334
+ }, ot = () => E.finops.getReceivablesId.fetchQuery({
335
+ parameters: {
336
+ path: {
337
+ receivable_id: f
338
+ }
339
+ },
340
+ requestFn: ue,
341
+ baseUrl: de
342
+ }, B);
343
+ if (C) {
344
+ const m = e.frequency === "day" && e.recurrence_end_mode === "on" && !!e.recurrence_end_date, Y = c ? null : void 0, y = {
345
+ // Never `once` here (guarded above), which the API enum doesn't include.
346
+ frequency: e.frequency,
347
+ start_date: e.recurrence_start_date ? ee(new Date(e.recurrence_start_date), "yyyy-MM-dd") : void 0,
348
+ // The `as` sheds `null` from the type only — the backend accepts `null`
349
+ // to clear the field, but the generated payload types omit it.
350
+ max_occurrences: m ? Y : e.recurrence_max_occurrences || void 0,
351
+ end_date: m && e.recurrence_end_date ? ee(new Date(e.recurrence_end_date), "yyyy-MM-dd") : Y,
352
+ subject_text: e.recurrence_subject_text || void 0,
353
+ body_text: e.recurrence_body_text || void 0
354
+ };
355
+ try {
356
+ if (c) {
357
+ const dt = c.scheduleLocked ? {
358
+ max_occurrences: y.max_occurrences,
359
+ end_date: y.end_date,
360
+ subject_text: y.subject_text,
361
+ body_text: y.body_text
362
+ } : y;
363
+ await $e({
364
+ path: {
365
+ recurrence_id: c.id
366
+ },
367
+ body: dt
368
+ });
369
+ } else
370
+ await De({
371
+ body: {
372
+ ...y,
373
+ invoice_id: f,
374
+ interval: 1,
375
+ automation_level: "issue"
376
+ }
377
+ });
378
+ } catch {
379
+ !x && D && b(D);
380
+ return;
381
+ }
382
+ b(null);
383
+ try {
384
+ s = await ot();
385
+ } catch {
386
+ }
387
+ h({
388
+ mode: "recurrence",
389
+ ...w,
390
+ receivable: s
391
+ });
392
+ return;
393
+ }
394
+ if (v.current === "issue") {
395
+ try {
396
+ s = await Be({
397
+ path: {
398
+ receivable_id: f
399
+ }
400
+ }), b(null), h({
401
+ mode: "issue",
402
+ ...w,
403
+ receivable: s
404
+ });
405
+ } catch {
406
+ o.error(a._("The invoice was saved but could not be issued.")), b(null), h({
407
+ mode: t === "edit" ? "update" : "draft",
408
+ ...w
409
+ });
410
+ }
411
+ return;
412
+ }
413
+ t === "create" ? o.success(a._("Invoice to {counterpartName} was created", {
414
+ counterpartName: s?.counterpart_name ?? ""
415
+ })) : o.success(a._("Invoice has been updated")), b(null), h({
416
+ mode: t === "edit" ? "update" : "draft",
417
+ ...w
418
+ });
419
+ };
420
+ return {
421
+ formName: Pe,
422
+ onSubmit: async (e) => {
423
+ e.preventDefault(), Re();
424
+ const u = C || v.current === "issue";
425
+ if (R) {
426
+ o.error(a._("Please wait for attachments to finish uploading."));
427
+ return;
428
+ }
429
+ if (T) {
430
+ o.error(a._("Please wait for invoice details to finish loading."));
431
+ return;
432
+ }
433
+ if (u && K) {
434
+ o.error(a._("Please wait for invoice checks to finish."));
435
+ return;
436
+ }
437
+ if (u && P && N) {
438
+ o.error(a._("Please wait for invoice checks to finish."));
439
+ return;
440
+ }
441
+ if (u && !ce && P && !Ge && !xe) {
442
+ o.error(a._("Contact your company admin to set up a bank account before creating an invoice."));
443
+ return;
444
+ }
445
+ await me(Ye, Q)(e);
446
+ },
447
+ formScrollRef: O,
448
+ registerLineItemCleanupFn: ke,
449
+ onAttachmentsUploadingChange: Ce,
450
+ isLoading: Ne,
451
+ isSaving: H,
452
+ attachmentsUploading: R,
453
+ submitModeRef: v,
454
+ isRecurrenceEnabled: C,
455
+ hasCustomerEmail: J,
456
+ isCustomerEmailLoading: Qe,
457
+ isIssuePreflightLoading: K,
458
+ requestClose: Xe,
459
+ highlightForIssue: je,
460
+ discardModal: {
461
+ open: Ie,
462
+ onOpenChange: A,
463
+ onConfirm: () => {
464
+ A(!1), $();
465
+ }
466
+ }
467
+ };
468
+ };
2
469
  export {
3
- e as finopsService
470
+ dr as useReceivableSubmit
4
471
  };