@tesouro/embedded-components-react 0.2.206 → 0.2.208

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 (466) hide show
  1. package/README.md +40 -0
  2. package/dist/index.d.ts +455 -310
  3. package/dist/index.js +111 -107
  4. package/dist/lib/CardDetailsWidget.d.ts +750 -0
  5. package/dist/lib/CardDetailsWidget.js +20 -0
  6. package/dist/lib/CardsWidget.d.ts +1006 -0
  7. package/dist/lib/CardsWidget.js +20 -0
  8. package/dist/lib/ReceivablesWidget.js +25 -25
  9. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +25 -25
  10. package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index3.js +31 -0
  11. package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index4.js +31 -0
  12. package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index5.js +18 -0
  13. package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index2.js +141 -0
  14. package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index3.js +53 -0
  15. package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index4.js +20 -0
  16. package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index5.js +82 -0
  17. package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index6.js +18 -0
  18. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsHeader.js +56 -0
  19. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsPanel.js +156 -0
  20. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardFace.js +49 -0
  21. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/DetailCopyRow.js +38 -0
  22. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/labels.js +43 -0
  23. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/statusBadge.js +12 -0
  24. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/testIds.js +10 -0
  25. package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index2.js +27 -0
  26. package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index3.js +27 -0
  27. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index2.js +117 -0
  28. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index3.js +42 -0
  29. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index4.js +46 -0
  30. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index5.js +7 -0
  31. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index6.js +260 -0
  32. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index7.js +34 -0
  33. package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index8.js +91 -0
  34. package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardFaceSwatch.js +15 -0
  35. package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsList.js +138 -0
  36. package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListDetailsSheet.js +43 -0
  37. package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListRow.js +60 -0
  38. package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/labels.js +77 -0
  39. package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/statusBadge.js +12 -0
  40. package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/types.js +10 -0
  41. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +6 -17
  42. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +1 -1
  43. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +2 -2
  44. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +17 -6
  45. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +22 -22
  46. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
  47. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
  48. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +2 -2
  49. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +2 -2
  50. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
  51. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
  52. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
  53. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +5 -5
  54. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +23 -2
  55. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
  56. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +2 -2
  57. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -10
  58. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +7 -6
  59. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +9 -35
  60. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +33 -4
  61. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +35 -2
  62. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +4 -25
  63. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +2 -1271
  64. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +25 -23
  65. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1270 -32
  66. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
  67. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +79 -60
  68. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +6 -398
  69. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +9 -69
  70. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +33 -2
  71. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +31 -406
  72. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +11 -7
  73. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +12 -26
  74. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +26 -79
  75. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +14 -6
  76. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +12 -9
  77. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
  78. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +121 -33
  79. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +7 -31
  80. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +217 -11
  81. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -12
  82. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +9 -23
  83. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +47 -12
  84. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +47 -10
  85. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +12 -119
  86. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +45 -217
  87. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +15 -12
  88. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +4 -4
  89. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +11 -12
  90. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +149 -46
  91. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +23 -46
  92. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +55 -12
  93. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +70 -45
  94. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +29 -15
  95. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +3 -11
  96. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +56 -144
  97. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +37 -55
  98. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +79 -68
  99. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +5 -29
  100. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +99 -3
  101. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +57 -64
  102. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +9 -39
  103. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +44 -80
  104. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +75 -4
  105. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +55 -24
  106. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +14 -13
  107. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +23 -17
  108. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +76 -17
  109. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +29 -2
  110. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +41 -11
  111. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +7 -22
  112. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +226 -20
  113. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +468 -25
  114. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +101 -108
  115. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +531 -62
  116. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +24 -12
  117. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +27 -12
  118. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +11 -24
  119. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +18 -94
  120. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +18 -98
  121. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +2 -18
  122. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +8 -10
  123. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +20 -12
  124. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +19 -96
  125. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +27 -57
  126. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +117 -9
  127. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +67 -43
  128. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +13 -75
  129. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
  130. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +12 -58
  131. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +26 -14
  132. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +92 -22
  133. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +95 -74
  134. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +17 -28
  135. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +13 -41
  136. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +14 -7
  137. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +58 -226
  138. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +396 -468
  139. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +68 -109
  140. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
  141. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +2 -539
  142. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +406 -25
  143. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +7 -101
  144. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +35 -26
  145. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +100 -5
  146. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +25 -11
  147. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +4 -5
  148. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -10
  149. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +7 -214
  150. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +10 -10
  151. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +214 -12
  152. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +9 -11
  153. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +12 -2
  154. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +12 -7
  155. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +2 -35
  156. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +146 -5
  157. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +83 -488
  158. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +21 -164
  159. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +183 -42
  160. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +23 -59
  161. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +34 -28
  162. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +52 -118
  163. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +28 -22
  164. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -44
  165. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +73 -53
  166. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +32 -146
  167. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +20 -86
  168. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +36 -25
  169. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +51 -183
  170. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +82 -26
  171. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +34 -20
  172. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +66 -37
  173. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +359 -28
  174. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +2 -42
  175. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +117 -63
  176. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +6 -96
  177. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +18 -110
  178. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +12 -86
  179. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +13 -50
  180. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +13 -62
  181. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +14 -73
  182. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +21 -44
  183. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +19 -50
  184. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +54 -27
  185. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +27 -5
  186. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +32 -72
  187. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +37 -32
  188. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +15 -20
  189. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +30 -10
  190. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +16 -13
  191. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +103 -73
  192. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +10 -75
  193. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +18 -43
  194. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +24 -20
  195. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +37 -15
  196. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +57 -17
  197. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +45 -164
  198. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +28 -132
  199. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +98 -66
  200. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +41 -156
  201. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +145 -10
  202. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +108 -18
  203. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +62 -62
  204. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +26 -66
  205. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +127 -60
  206. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +44 -8
  207. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +73 -11
  208. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +17 -59
  209. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +28 -22
  210. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +39 -60
  211. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +63 -14
  212. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +91 -62
  213. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +112 -22
  214. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +85 -54
  215. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +39 -27
  216. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +340 -53
  217. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +301 -18
  218. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +103 -36
  219. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +161 -81
  220. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +267 -34
  221. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +24 -360
  222. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +20 -2
  223. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +5 -117
  224. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +42 -6
  225. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +59 -17
  226. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +30 -13
  227. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +118 -13
  228. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -13
  229. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +41 -11
  230. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +53 -17
  231. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +2 -22
  232. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +94 -54
  233. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +96 -26
  234. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +211 -35
  235. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +21 -36
  236. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +17 -14
  237. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +17 -28
  238. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +171 -17
  239. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +130 -106
  240. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +161 -11
  241. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
  242. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +12 -19
  243. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +18 -25
  244. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +60 -37
  245. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +64 -55
  246. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +56 -48
  247. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +8 -30
  248. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +10 -97
  249. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +54 -39
  250. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +21 -144
  251. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +58 -104
  252. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +14 -24
  253. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +8 -17
  254. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +19 -8
  255. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +8 -25
  256. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +156 -124
  257. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +28 -49
  258. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +26 -116
  259. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +78 -111
  260. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +25 -50
  261. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +114 -191
  262. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +47 -68
  263. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +114 -36
  264. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +93 -329
  265. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +47 -300
  266. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +193 -91
  267. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +68 -160
  268. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +21 -264
  269. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +32 -23
  270. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +31 -20
  271. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +4 -31
  272. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +20 -4
  273. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +32 -14
  274. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +22 -29
  275. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +30 -27
  276. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +19 -21
  277. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +12 -31
  278. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +65 -11
  279. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +14 -34
  280. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +74 -15
  281. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +75 -41
  282. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +44 -2
  283. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +488 -93
  284. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +167 -96
  285. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +22 -213
  286. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +52 -23
  287. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +29 -127
  288. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +54 -154
  289. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +20 -28
  290. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +19 -27
  291. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -78
  292. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +11 -34
  293. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +255 -11
  294. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +32 -255
  295. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +13 -120
  296. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +24 -18
  297. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +50 -16
  298. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +11 -16
  299. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +10 -16
  300. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +34 -16
  301. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
  302. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +16 -53
  303. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +48 -34
  304. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +9 -23
  305. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +46 -70
  306. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +46 -16
  307. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +35 -16
  308. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +28 -16
  309. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +43 -3
  310. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +25 -11
  311. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +72 -14
  312. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
  313. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +94 -21
  314. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +35 -48
  315. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +10 -11
  316. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +11 -32
  317. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +53 -21
  318. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +34 -10
  319. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +22 -46
  320. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -49
  321. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +21 -16
  322. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
  323. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +6 -20
  324. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +66 -24
  325. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +20 -45
  326. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +114 -33
  327. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +80 -12
  328. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +2 -67
  329. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +5 -5
  330. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +11 -21
  331. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +8 -115
  332. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +95 -81
  333. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +38 -2
  334. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +31 -7
  335. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +120 -8
  336. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +18 -69
  337. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -47
  338. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +16 -28
  339. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +16 -22
  340. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
  341. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
  342. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +16 -7
  343. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +71 -51
  344. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -18
  345. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -96
  346. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -38
  347. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +3 -35
  348. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +11 -85
  349. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +32 -17
  350. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +4 -85
  351. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +124 -266
  352. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
  353. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +20 -37
  354. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +25 -62
  355. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +38 -44
  356. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +5 -25
  357. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +78 -135
  358. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +17 -96
  359. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +84 -10
  360. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +268 -6
  361. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +39 -2
  362. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +62 -282
  363. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
  364. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +44 -49
  365. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +25 -15
  366. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +137 -30
  367. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +92 -39
  368. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -72
  369. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +2 -97
  370. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +284 -9
  371. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +48 -10
  372. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +15 -10
  373. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +69 -5
  374. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +12 -12
  375. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +45 -26
  376. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +26 -36
  377. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +8 -32
  378. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +7 -5
  379. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +51 -124
  380. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +15 -50
  381. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +18 -38
  382. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +28 -46
  383. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +64 -69
  384. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +52 -81
  385. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
  386. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +37 -51
  387. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +41 -52
  388. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +35 -53
  389. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +15 -29
  390. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +17 -55
  391. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +49 -55
  392. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +55 -68
  393. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +33 -21
  394. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +54 -8
  395. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +33 -82
  396. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
  397. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +15 -38
  398. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +94 -18
  399. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +15 -15
  400. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +73 -32
  401. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +20 -31
  402. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +9 -85
  403. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +56 -23
  404. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +67 -100
  405. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +21 -112
  406. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +37 -73
  407. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
  408. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +30 -68
  409. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +12 -39
  410. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +29 -12
  411. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +23 -42
  412. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +38 -36
  413. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +50 -13
  414. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +34 -48
  415. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +47 -29
  416. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +81 -22
  417. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +72 -37
  418. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
  419. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +84 -17
  420. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +53 -49
  421. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +51 -56
  422. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +55 -29
  423. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +32 -32
  424. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +85 -96
  425. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +23 -15
  426. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +105 -75
  427. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +108 -18
  428. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +75 -9
  429. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
  430. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +66 -67
  431. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +37 -39
  432. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +2 -2
  433. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +1 -1
  434. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +47 -51
  435. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +36 -52
  436. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +50 -41
  437. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +54 -18
  438. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +43 -48
  439. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +19 -7
  440. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +7 -39
  441. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +9 -9
  442. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
  443. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
  444. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
  445. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +2 -2
  446. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
  447. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +1 -1
  448. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
  449. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
  450. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
  451. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
  452. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
  453. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
  454. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
  455. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
  456. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
  457. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +24 -24
  458. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +338 -286
  459. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +266 -202
  460. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/scopes.js +6 -0
  461. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +6 -6
  462. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardPresentation.js +19 -0
  463. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardProgram.js +7 -0
  464. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +25 -25
  465. package/dist/pending-feature-style-sources.d.ts +1 -3
  466. package/package.json +1 -1
@@ -1,541 +1,4 @@
1
- import { jsx as e, jsxs as r, Fragment as Fe } from "@emotion/react/jsx-runtime";
2
- import { MoniteScopedProviders as wt } from "./index83.js";
3
- import { useMoniteContext as ft } from "./index57.js";
4
- import { useCurrencies as ht } from "./index58.js";
5
- import { useMemo as z, useState as w, useCallback as h } from "react";
6
- import "./index92.js";
7
- import { useLingui as vt } from "@lingui/react";
8
- import "react-dom";
9
- import "@mui/x-data-grid";
10
- import { useComponentSettings as bt } from "./index67.js";
11
- import { useGetReceivableById as yt } from "./index82.js";
12
- import { useCounterpartById as gt } from "./index70.js";
13
- import "@tanstack/react-query";
14
- import { useCounterpartAddresses as _t } from "./index72.js";
15
- import { getCounterpartEmail as Oe } from "./index7.js";
16
- import { useMyEntity as Nt } from "./index78.js";
17
- import { toast as u } from "react-hot-toast";
18
- import { useUserPermissions as It } from "./index135.js";
19
- import "../../shared/data-access/dist/lib/rest/client/utils.gen.js";
20
- import "../../shared/data-access/dist/lib/EmbedApiContext.js";
21
- import "../../shared/data-access/dist/lib/rest/client.gen.js";
22
- import "../../shared/data-access/dist/lib/rest/zod.gen.js";
23
- import { Scope as P } from "../../shared/data-access/dist/lib/scopes.js";
24
- import { AccessRestriction as xt } from "./index136.js";
25
- import { Accordion as Ct, AccordionItem as j, AccordionTrigger as H, AccordionContent as U } from "./index277.js";
26
- import { Badge as T } from "./index238.js";
27
- import { Button as V } from "./index84.js";
28
- import { DialogTitle as $ } from "./index278.js";
29
- import { Sheet as Lt, SheetContent as Rt, SheetDescription as At, SheetHeader as Dt, SheetTitle as Pt } from "./index137.js";
30
- import { TooltipProvider as Tt, Tooltip as Be, TooltipTrigger as Ee, TooltipContent as Me } from "./index279.js";
31
- import { Typography as o } from "./index85.js";
32
- import { cn as G } from "./index100.js";
33
- import { LoadingSpinner as ze } from "./index138.js";
34
- import { NotFound as je } from "./index155.js";
35
- import { ChevronLeft as $t, Eye as kt, Repeat as He, CircleAlert as St } from "lucide-react";
36
- import { headerIconButtonClass as k, STATUS_ICON as Ft, ACTION_ICON as Ot, HEADER_TOOLTIP_DELAY as Bt, amountValueToneClass as Et } from "./index258.js";
37
- import { buildInvoiceDetailsView as Mt } from "./index280.js";
38
- import { preventTooltipFocusOpen as Ue } from "./index281.js";
39
- import { buildEditInvoiceFormValues as zt } from "./index282.js";
40
- import { isPrimaryActionDisabled as jt } from "./index283.js";
41
- import { getInvoiceValidationSchema as Ht } from "./index197.js";
42
- import { useDuplicateInvoice as Ut } from "./index284.js";
43
- import { useGetOverdueReminderById as Vt } from "./index285.js";
44
- import { useGetPaymentRecords as Gt } from "./index286.js";
45
- import { useGetPaymentReminderById as qt } from "./index287.js";
46
- import { useGetRecurrenceById as Wt } from "./index288.js";
47
- import { useGetReceivablePDFById as Yt } from "./index289.js";
48
- import { useGetInvoiceRequiredFields as Kt } from "./index290.js";
49
- import { useSelectableBankAccounts as Qt } from "./index291.js";
50
- import { useIssueReceivableById as Xt } from "./index292.js";
51
- import { usePauseRecurrence as Zt } from "./index293.js";
52
- import { useResumeRecurrence as Jt } from "./index294.js";
53
- import { InvoiceDetailsAmountCell as ei } from "./index295.js";
54
- import { InvoiceDetailsAttachments as ti } from "./index296.js";
55
- import { InvoiceDetailsCloseButton as Ve } from "./index297.js";
56
- import { ActionsModal as ii } from "./index201.js";
57
- import { EditInvoiceDetails as ri } from "./index298.js";
58
- import { InvoiceDetailsInfoRow as Ge } from "./index299.js";
59
- import { InvoiceDetailsCustomerRow as ni } from "./index300.js";
60
- import { CounterpartDetails as ai } from "./index2.js";
61
- import { InvoiceCancelModal as oi } from "./index301.js";
62
- import { InvoiceDeleteModal as si } from "./index302.js";
63
- import { InvoiceDetailsTabScheduledInvoices as li } from "./index303.js";
64
- import { InvoiceRecurrenceStatusChip as ci } from "./index188.js";
65
- import { InvoiceStatusChip as di } from "./index55.js";
66
- import { MarkAsUncollectibleModal as mi } from "./index304.js";
67
- import { InvoiceDetailsOverflowMenu as ui } from "./index305.js";
68
- import { RecordManualPaymentModal as pi } from "./index306.js";
69
- import { RecurrenceCancelModal as wi } from "./index307.js";
70
- const Tr = (d) => /* @__PURE__ */ e(wt, { children: /* @__PURE__ */ e(fi, { ...d }) }), fi = ({
71
- invoiceId: d,
72
- open: qe,
73
- onCloseInvoiceDetails: N,
74
- onDuplicate: We,
75
- openInvoiceDetails: S,
76
- embeddedBankName: Ye
77
- }) => {
78
- const {
79
- i18n: t
80
- } = vt(), {
81
- locale: q,
82
- componentSettings: Ke
83
- } = ft(), y = !!Ke?.receivables?.enableEntityBankAccount, {
84
- formatCurrencyToDisplay: W
85
- } = ht(), {
86
- receivablesCallbacks: Qe
87
- } = bt(), {
88
- data: i,
89
- isLoading: Y
90
- } = yt(d, !0), g = i?.type === "invoice" ? i.counterpart_id : void 0, F = i?.type === "invoice" ? i.counterpart_billing_address?.id : void 0, {
91
- data: v,
92
- isLoading: f
93
- } = gt(g), I = !!Oe(v), {
94
- data: K
95
- } = _t(g), Xe = z(() => K?.data?.find((s) => s.id === F) ?? (i?.type === "invoice" ? i.counterpart_billing_address : void 0), [K?.data, i, F]), {
96
- data: Q,
97
- isFetching: Ze,
98
- isLoading: Je
99
- } = Nt(), {
100
- data: et,
101
- isFetching: tt,
102
- isLoading: it
103
- } = Kt({
104
- counterpart_billing_address_id: F,
105
- counterpart_country: Xe?.country,
106
- counterpart_id: g,
107
- counterpart_type: v?.id === g && v?.type || void 0
108
- }), X = et?.entity?.tax_id?.required, Z = !!(i?.type === "invoice" && (i.payment_reminder_id || i.overdue_reminder_id)), O = !!g && f || Je || Ze || it || tt, {
109
- data: rt
110
- } = Yt(d, i?.type === "invoice"), J = rt?.file_url, {
111
- data: p,
112
- isLoading: ee
113
- } = Wt(i?.type === "invoice" ? i?.recurrence_id : void 0), {
114
- data: te,
115
- isLoading: ie
116
- } = Gt(i?.id), {
117
- data: re
118
- } = qt(i?.type === "invoice" ? i?.payment_reminder_id : void 0), {
119
- data: ne
120
- } = Vt(i?.type === "invoice" ? i?.overdue_reminder_id : void 0), {
121
- bankAccounts: ae,
122
- isIncomplete: oe
123
- } = Qt(y), se = i?.type === "invoice" ? i.bank_account_id : void 0, le = z(() => y ? {
124
- account: ae.find((s) => s.id === se),
125
- isListIncomplete: oe
126
- } : void 0, [y, ae, se, oe]), [B, x] = w(!1), [ce, C] = w("edit"), [_, b] = w(null), [de, me] = w(!1), [ue, pe] = w(!1), [we, fe] = w(!1), [he, ve] = w(!1), [be, ye] = w(!1), L = It(), ge = L.has(P.InvoiceReadOrg), _e = L.has(P.InvoiceWriteOrg), Ne = L.has(P.CounterpartReadOrg), Ie = L.has(P.CounterpartWriteOrg), {
127
- mutateAsync: R,
128
- isPending: nt
129
- } = Xt(), {
130
- mutate: xe,
131
- isPending: at
132
- } = Ut(We), {
133
- mutate: Ce,
134
- isPending: ot
135
- } = Zt(p?.id ?? "", d), {
136
- mutate: Le,
137
- isPending: st
138
- } = Jt(p?.id ?? "", d), lt = qe && !B, ct = ge && !Y && !ee && !!i && i.type === "invoice", n = z(() => {
139
- if (!(!i || i.type !== "invoice"))
140
- return Mt(i, p, te?.data ?? [], {
141
- i18n: t,
142
- formatCurrencyToDisplay: W,
143
- locale: q
144
- }, ie, {
145
- paymentReminder: re,
146
- overdueReminder: ne
147
- }, le);
148
- }, [i, p, te, ie, re, ne, le, t, W, q]), E = (s) => {
149
- switch (s) {
150
- case "edit":
151
- return t._("Edit");
152
- case "issue":
153
- return t._("Issue");
154
- case "issueAndSend":
155
- return t._("Issue and send");
156
- case "recordPayment":
157
- return t._("Record payment");
158
- case "send":
159
- return t._("Resend");
160
- case "clone":
161
- return t._("Duplicate");
162
- case "cancel":
163
- return t._("Cancel invoice");
164
- case "delete":
165
- return t._("Delete");
166
- case "markUncollectible":
167
- return t._("Mark as uncollectible");
168
- case "pauseRecurrence":
169
- return t._("Pause series");
170
- case "resumeRecurrence":
171
- return t._("Resume series");
172
- case "cancelRecurrence":
173
- return t._("Cancel series");
174
- }
175
- }, m = h((s) => {
176
- _e ? s() : u.error(t._("You don't have permission to update this document. Please, contact your system administrator for details."));
177
- }, [_e, t]), Re = h((s) => {
178
- C(s), x(!0);
179
- }, []), Ae = h(() => {
180
- if (!i || i.type !== "invoice") return !1;
181
- const s = zt(i, p);
182
- return Ht(t, y, Ie).safeParse(s).success;
183
- }, [i, p, t, y, Ie]), A = h((s) => {
184
- if (!Ae())
185
- return Re(s), !1;
186
- if (O) return !1;
187
- if (X && !Q?.tax_id)
188
- return u.error(t._("Set your organization's Tax ID to issue invoice")), !1;
189
- if (!Z) return !0;
190
- const l = Oe(v), c = v?.reminders_enabled;
191
- return !c && l ? (u.error(t._("Payment reminders are disabled for this customer. Please enable them in the customer details or turn them off.")), !1) : !l && c ? (u.error(t._("No email address is added for the selected customer. Please add it to the customer details or turn off the reminders.")), !1) : !c && !l ? (u.error(t._("Reminders are disabled for this customer, and no email address has been added for it. Please update the details or turn off reminders.")), !1) : !0;
192
- }, [v, Q?.tax_id, Z, t, X, O, Ae, Re]), De = h(async () => {
193
- if (A("issue"))
194
- try {
195
- await R({
196
- path: {
197
- receivable_id: d
198
- }
199
- });
200
- } catch {
201
- u.error(t._("Failed to issue invoice. Add any missing information to your draft invoice and try again."));
202
- }
203
- }, [A, R, d, t]), Pe = h(async () => {
204
- if (i?.counterpart_id && !f) {
205
- if (!I) {
206
- u.error(t._("This customer has no email address. Add one in the customer details to send the invoice."));
207
- return;
208
- }
209
- if (A("issueAndSend")) {
210
- try {
211
- await R({
212
- path: {
213
- receivable_id: d
214
- }
215
- });
216
- } catch {
217
- u.error(t._("Failed to issue invoice. Add any missing information to your draft invoice and try again."));
218
- return;
219
- }
220
- b({
221
- action: "issue",
222
- inlineLineItems: [],
223
- // Just issued now — present it like the create flow ("Invoice issued").
224
- isEditFlow: !1,
225
- issue: {
226
- receivableId: d,
227
- counterpartId: i.counterpart_id
228
- }
229
- });
230
- }
231
- }
232
- }, [i?.counterpart_id, I, f, A, R, d, t]), Te = h((s) => {
233
- switch (s) {
234
- case "edit":
235
- return m(() => {
236
- C("edit"), x(!0);
237
- });
238
- case "issue":
239
- return m(De);
240
- case "issueAndSend":
241
- return m(Pe);
242
- case "send":
243
- return m(() => {
244
- if (!f) {
245
- if (!I) {
246
- u.error(t._("This customer has no email address. Add one in the customer details to send the invoice."));
247
- return;
248
- }
249
- i?.counterpart_id && b({
250
- action: "issue",
251
- inlineLineItems: [],
252
- // Already issued — a plain resend, not a fresh issue.
253
- isEditFlow: !0,
254
- issue: {
255
- receivableId: d,
256
- counterpartId: i.counterpart_id
257
- }
258
- });
259
- }
260
- });
261
- case "clone":
262
- return m(() => xe({
263
- path: {
264
- receivable_id: d
265
- }
266
- }));
267
- case "cancel":
268
- return m(() => me(!0));
269
- case "delete":
270
- return m(() => pe(!0));
271
- case "markUncollectible":
272
- return m(() => fe(!0));
273
- case "pauseRecurrence":
274
- return m(() => Ce(void 0));
275
- case "resumeRecurrence":
276
- return m(() => Le(void 0));
277
- case "cancelRecurrence":
278
- return m(() => ve(!0));
279
- case "recordPayment":
280
- return;
281
- }
282
- }, [m, De, Pe, I, f, i?.counterpart_id, xe, d, Ce, Le, t]), dt = () => {
283
- if (Y || ee)
284
- return /* @__PURE__ */ r("div", { className: "ttw:flex ttw:w-full ttw:items-center ttw:justify-center ttw:h-full", children: [
285
- /* @__PURE__ */ e($, { hidden: !0, children: t._("Loading invoice details") }),
286
- /* @__PURE__ */ e(ze, {})
287
- ] });
288
- if (!ge)
289
- return /* @__PURE__ */ r("div", { className: "ttw:w-3/4 ttw:m-auto", children: [
290
- /* @__PURE__ */ e($, { hidden: !0, children: t._("Access restricted") }),
291
- /* @__PURE__ */ e(xt, {})
292
- ] });
293
- if (i && i.type !== "invoice")
294
- return /* @__PURE__ */ r("div", { className: "ttw:w-3/4 ttw:m-auto", children: [
295
- /* @__PURE__ */ e($, { hidden: !0, children: t._("Receivable type not supported") }),
296
- /* @__PURE__ */ e(je, { title: t._("Receivable type not supported"), description: t._("Receivable type {type} is not supported. Only invoice is supported.", {
297
- type: i.type
298
- }) })
299
- ] });
300
- if (!i || !n)
301
- return /* @__PURE__ */ r("div", { className: "ttw:w-3/4 ttw:m-auto", children: [
302
- /* @__PURE__ */ e($, { hidden: !0, children: t._("Invoice not found") }),
303
- /* @__PURE__ */ e(je, { title: t._("Invoice not found"), description: t._("There is no invoice for the provided id: {invoiceId}", {
304
- invoiceId: d
305
- }) })
306
- ] });
307
- const s = Ft[n.status], l = n.amountTone === "danger", c = n.recurringSeries, D = !!c, M = i.counterpart_name, mt = i.counterpart_id && Ne ? () => ye(!0) : void 0, $e = n.primaryActions.length > 0 ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:items-center ttw:gap-2 ttw:border-t ttw:border-border ttw:pt-3", children: n.primaryActions.map((a, ut) => {
308
- const ke = Ot[a], Se = ut === n.primaryActions.length - 1 ? "default" : "outline";
309
- return a === "recordPayment" && i.type === "invoice" ? /* @__PURE__ */ e(pi, { invoice: i, children: ({
310
- openModal: pt
311
- }) => /* @__PURE__ */ r(V, { type: "button", size: "sm", variant: Se, onClick: () => m(pt), children: [
312
- /* @__PURE__ */ e(ke, { className: "ttw:size-4" }),
313
- E(a)
314
- ] }) }, a) : /* @__PURE__ */ r(V, { type: "button", size: "sm", variant: Se, disabled: jt(a, {
315
- isIssuing: nt,
316
- isIssuePreflightLoading: O,
317
- isCounterpartLoading: f
318
- }), onClick: () => Te(a), children: [
319
- /* @__PURE__ */ e(ke, { className: "ttw:size-4" }),
320
- E(a)
321
- ] }, a);
322
- }) }) : null;
323
- return /* @__PURE__ */ r(Fe, { children: [
324
- n.seriesLink ? /* @__PURE__ */ e("div", { className: "ttw:border-b ttw:border-border ttw:px-6 ttw:py-3", children: /* @__PURE__ */ r("button", { type: "button", onClick: () => n.seriesLink && S?.(n.seriesLink.invoiceId), className: "ttw:flex ttw:items-center ttw:gap-1 ttw:text-sm ttw:text-primary ttw:hover:underline", children: [
325
- /* @__PURE__ */ e($t, { className: "ttw:size-4", "aria-hidden": "true" }),
326
- t._("Back to {title} recurring series", {
327
- title: n.seriesLink.title
328
- })
329
- ] }) }) : null,
330
- /* @__PURE__ */ r(Dt, { className: "ttw:flex ttw:flex-row ttw:items-start ttw:justify-between ttw:gap-2 ttw:space-y-0 ttw:px-6 ttw:py-4", children: [
331
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
332
- /* @__PURE__ */ e(Pt, { className: "ttw:text-xl ttw:font-semibold ttw:text-foreground", children: n.title }),
333
- n.subtitle ? /* @__PURE__ */ e(o, { variant: "body2", color: "muted", children: n.subtitle }) : null
334
- ] }),
335
- /* @__PURE__ */ e(Tt, { delayDuration: Bt, children: /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-1.5", children: [
336
- J ? /* @__PURE__ */ r(Be, { children: [
337
- /* @__PURE__ */ e(Ee, { asChild: !0, onFocus: Ue, children: /* @__PURE__ */ e(V, { asChild: !0, variant: "ghost", size: "icon", className: k, children: /* @__PURE__ */ e("a", { href: J, target: "_blank", rel: "noreferrer", "aria-label": t._("View PDF"), children: /* @__PURE__ */ e(kt, { className: "ttw:size-4" }) }) }) }),
338
- /* @__PURE__ */ e(Me, { children: t._("View PDF") })
339
- ] }) : null,
340
- n.overflowActions.length > 0 ? /* @__PURE__ */ e(ui, { actions: n.overflowActions, triggerLabel: t._("More actions"), getActionLabel: E, onSelect: Te, isActionDisabled: (a) => a === "clone" && at || a === "pauseRecurrence" && ot || a === "resumeRecurrence" && st || // "Resend" needs the customer email, so wait for it to load.
341
- a === "send" && f, className: k }) : null,
342
- /* @__PURE__ */ r(Be, { children: [
343
- /* @__PURE__ */ e(Ee, { asChild: !0, onFocus: Ue, children: /* @__PURE__ */ e(Ve, { label: t._("Close"), onClose: N, className: k }) }),
344
- /* @__PURE__ */ e(Me, { children: t._("Close") })
345
- ] })
346
- ] }) })
347
- ] }),
348
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
349
- /* @__PURE__ */ e("div", { className: "ttw:px-6", children: D && c ? (
350
- // Recurring series master: recurring amount + series status +
351
- // start/end, in place of the per-invoice amount rows. The card
352
- // takes a violet tint (vs the neutral invoice card) to signal a
353
- // recurrence, matching the Recurring badge.
354
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-3 ttw:rounded-lg ttw:bg-violet-50 ttw:p-4", children: [
355
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
356
- /* @__PURE__ */ e(o, { variant: "caption", color: "muted", children: t._("Recurring amount") }),
357
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-baseline ttw:gap-1.5", children: [
358
- /* @__PURE__ */ e(o, { component: "span", variant: "h3", className: Et[n.amountTone], children: c.amountLabel }),
359
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", color: "muted", children: c.amountPeriodLabel })
360
- ] })
361
- ] }),
362
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
363
- /* @__PURE__ */ r(T, { variant: "outline", className: "ttw:gap-1 ttw:border-violet-200 ttw:bg-violet-50 ttw:text-violet-700", children: [
364
- /* @__PURE__ */ e(He, { className: "ttw:size-3" }),
365
- t._("Recurring")
366
- ] }),
367
- /* @__PURE__ */ e(ci, { status: c.status, showIcon: !0 })
368
- ] }),
369
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:gap-12", children: [
370
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
371
- /* @__PURE__ */ e(o, { variant: "caption", color: "muted", children: t._("Starts on") }),
372
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: c.startsOnLabel })
373
- ] }),
374
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
375
- /* @__PURE__ */ e(o, { variant: "caption", color: "muted", children: t._("Ends on") }),
376
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: c.endsOnLabel })
377
- ] })
378
- ] }),
379
- $e
380
- ] })
381
- ) : /* @__PURE__ */ r("div", { className: G("ttw:flex ttw:flex-col ttw:gap-3 ttw:rounded-lg ttw:bg-muted ttw:p-4", l && "ttw:border ttw:border-red-200"), children: [
382
- /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-row ttw:flex-wrap ttw:gap-x-12 ttw:gap-y-2", children: n.amountRows.map((a) => /* @__PURE__ */ e(ei, { row: a, defaultTone: n.amountTone }, a.label)) }),
383
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
384
- n.overdueLabel ? /* @__PURE__ */ r("span", { className: "ttw:inline-flex ttw:items-center ttw:gap-1 ttw:rounded-full ttw:bg-red-100 ttw:px-2.5 ttw:py-0.5 ttw:text-xs ttw:font-medium ttw:text-red-700", children: [
385
- /* @__PURE__ */ e(St, { className: "ttw:size-3" }),
386
- n.overdueLabel
387
- ] }) : /* @__PURE__ */ e(di, { status: n.status, variant: "outline", label: n.statusLabel, icon: s ? /* @__PURE__ */ e(s, { className: "ttw:size-3" }) : void 0 }),
388
- n.recurring ? /* @__PURE__ */ r(T, { variant: "outline", className: "ttw:gap-1 ttw:border-violet-200 ttw:bg-violet-50 ttw:text-violet-700", children: [
389
- /* @__PURE__ */ e(He, { className: "ttw:size-3" }),
390
- t._("Recurring")
391
- ] }) : null
392
- ] }),
393
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:gap-12", children: [
394
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
395
- /* @__PURE__ */ e(o, { variant: "caption", color: "muted", children: t._("Invoice date") }),
396
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: n.invoiceDateLabel })
397
- ] }),
398
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col ttw:gap-0.5", children: [
399
- /* @__PURE__ */ e(o, { variant: "caption", color: "muted", children: n.dueDateCaption }),
400
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: n.dueDateLabel })
401
- ] })
402
- ] }),
403
- $e
404
- ] }) }),
405
- /* @__PURE__ */ r("div", { className: "ttw:px-6", children: [
406
- n.paymentHistory ? /* @__PURE__ */ r("section", { "aria-label": t._("Payment history"), className: "ttw:border-b ttw:border-border ttw:py-4", children: [
407
- /* @__PURE__ */ e(o, { component: "h3", variant: "body2", className: "ttw:mb-3 ttw:font-medium", children: t._("Payment history") }),
408
- n.paymentHistory.loading ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:py-2", children: /* @__PURE__ */ e(ze, { className: "ttw:h-5 ttw:w-5 ttw:border-2" }) }) : n.paymentHistory.rows.length === 0 ? /* @__PURE__ */ e(o, { variant: "body2", className: n.paymentHistory.emptyTone === "danger" ? "ttw:text-red-600" : "ttw:text-muted-foreground", children: t._("You've received no payments yet.") }) : /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
409
- n.paymentHistory.rows.map((a) => /* @__PURE__ */ r("div", { className: "ttw:flex ttw:justify-between ttw:border-b ttw:border-border ttw:py-2", children: [
410
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: a.dateLabel }),
411
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: a.amountLabel })
412
- ] }, a.id)),
413
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:justify-between ttw:py-2 ttw:font-medium", children: [
414
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: t._("Total received") }),
415
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: n.paymentHistory.totalLabel })
416
- ] })
417
- ] })
418
- ] }) : null,
419
- M || n.customerContact.length > 0 ? /* @__PURE__ */ r("section", { "aria-label": t._("Customer details"), className: "ttw:border-b ttw:border-border ttw:py-4", children: [
420
- /* @__PURE__ */ e(o, { component: "h3", variant: "body2", className: "ttw:mb-3 ttw:font-medium", children: t._("Customer details") }),
421
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
422
- M ? /* @__PURE__ */ e(ni, { label: t._("Name"), name: M, onOpenCounterpart: mt }) : null,
423
- n.customerContact.map((a) => /* @__PURE__ */ e(Ge, { ...a }, a.label))
424
- ] })
425
- ] }) : null,
426
- /* @__PURE__ */ r(Ct, { type: "multiple", defaultValue: ["attachments"], className: "ttw:w-full", children: [
427
- /* @__PURE__ */ r(j, { value: "billing", children: [
428
- /* @__PURE__ */ e(H, { children: /* @__PURE__ */ e("span", { className: "ttw:group-hover:underline", children: t._("Billing details") }) }),
429
- /* @__PURE__ */ e(U, { children: /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
430
- n.billingItems.map((a) => /* @__PURE__ */ e(Ge, { ...a }, a.label)),
431
- n.seriesLink ? /* @__PURE__ */ r("div", { className: "ttw:flex ttw:gap-4 ttw:border-b ttw:border-border ttw:py-3 ttw:last:border-b-0", children: [
432
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", color: "muted", className: "ttw:w-40 ttw:shrink-0", children: t._("Recurring series") }),
433
- /* @__PURE__ */ e("button", { type: "button", onClick: () => n.seriesLink && S?.(n.seriesLink.invoiceId), className: "ttw:text-left ttw:text-primary ttw:hover:underline", children: n.seriesLink.title })
434
- ] }) : null
435
- ] }) })
436
- ] }),
437
- D ? null : /* @__PURE__ */ r(j, { value: "line-items", children: [
438
- /* @__PURE__ */ e(H, { children: /* @__PURE__ */ r("span", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
439
- /* @__PURE__ */ e("span", { className: "ttw:group-hover:underline", children: t._("Line items") }),
440
- /* @__PURE__ */ e(T, { variant: "secondary", className: "ttw:rounded-full", children: n.lineItems.length })
441
- ] }) }),
442
- /* @__PURE__ */ e(U, { children: /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
443
- n.lineItems.length === 0 ? /* @__PURE__ */ e(o, { variant: "body2", color: "muted", className: "ttw:py-3", children: t._("No line items.") }) : n.lineItems.map((a) => /* @__PURE__ */ r("div", { className: "ttw:flex ttw:items-start ttw:justify-between ttw:border-b ttw:border-border ttw:py-3", children: [
444
- /* @__PURE__ */ r("div", { className: "ttw:flex ttw:flex-col", children: [
445
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", className: "ttw:font-medium", children: a.name }),
446
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", color: "muted", children: t._("{quantity} x {price} ea", {
447
- quantity: a.quantityLabel,
448
- price: a.unitPriceLabel
449
- }) })
450
- ] }),
451
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: a.totalLabel })
452
- ] }, a.id)),
453
- n.lineItemTotals.length > 0 ? /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col ttw:gap-1 ttw:py-3", children: n.lineItemTotals.map((a) => /* @__PURE__ */ r("div", { className: G("ttw:flex ttw:justify-between", a.emphasis && "ttw:font-medium"), children: [
454
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: a.label }),
455
- /* @__PURE__ */ e(o, { component: "span", variant: "body2", children: a.value })
456
- ] }, a.label)) }) : null
457
- ] }) })
458
- ] }),
459
- !D && n.notes ? /* @__PURE__ */ r(j, { value: "notes", children: [
460
- /* @__PURE__ */ e(H, { children: /* @__PURE__ */ r("span", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
461
- /* @__PURE__ */ e("span", { className: "ttw:group-hover:underline", children: t._("Notes") }),
462
- /* @__PURE__ */ e(T, { variant: "secondary", className: "ttw:rounded-full", children: [n.notes.opening, n.notes.closing].filter(Boolean).length })
463
- ] }) }),
464
- /* @__PURE__ */ e(U, { children: /* @__PURE__ */ e("div", { className: "ttw:flex ttw:flex-col ttw:gap-3", children: [{
465
- label: t._("Opening note to customer"),
466
- text: n.notes.opening
467
- }, {
468
- label: t._("Closing note to customer"),
469
- text: n.notes.closing
470
- }].filter((a) => a.text).map((a) => /* @__PURE__ */ r("div", { children: [
471
- /* @__PURE__ */ e(o, { variant: "body2", className: "ttw:mb-1 ttw:font-medium", children: a.label }),
472
- /* @__PURE__ */ e(o, { variant: "body2", color: "muted", children: a.text })
473
- ] }, a.label)) }) })
474
- ] }) : null,
475
- /* @__PURE__ */ e(ti, { attachments: i.attachments ?? [] })
476
- ] }),
477
- D && c && p ? /* @__PURE__ */ r("section", { "aria-label": c.scheduleTitle, className: "ttw:border-t ttw:border-border ttw:py-4", children: [
478
- /* @__PURE__ */ e(o, { component: "h3", variant: "body2", className: "ttw:mb-3 ttw:font-medium", children: c.scheduleTitle }),
479
- /* @__PURE__ */ e(li, { invoice: i, recurrence: p, openInvoiceDetails: S })
480
- ] }) : null
481
- ] })
482
- ] })
483
- ] });
484
- };
485
- return /* @__PURE__ */ r(Fe, { children: [
486
- B && i && /* @__PURE__ */ e(ri, { isOpen: B, invoice: i, issueIntent: ce !== "edit", embeddedBankName: Ye, onUpdated: (s, l) => {
487
- x(!1);
488
- const c = ce !== "issue";
489
- C("edit"), Qe?.onUpdate?.(s.id, s), l.issued && c && l.hasCustomerEmail ? b({
490
- action: "issue",
491
- isEditFlow: !1,
492
- inlineLineItems: l.inlineLineItems,
493
- issue: {
494
- receivableId: s.id,
495
- counterpartId: l.counterpartId
496
- }
497
- }) : l.issued && l.inlineLineItems.length > 0 ? b({
498
- action: "issue",
499
- isEditFlow: !1,
500
- inlineLineItems: l.inlineLineItems
501
- }) : l.inlineLineItems.length > 0 && b({
502
- action: l.activatedRecurrence ? "recurrence" : "update",
503
- isEditFlow: !0,
504
- inlineLineItems: l.inlineLineItems
505
- });
506
- }, onCancel: () => {
507
- x(!1), C("edit");
508
- } }),
509
- /* @__PURE__ */ e(Lt, { open: lt, modal: !1, onOpenChange: N, children: /* @__PURE__ */ r(
510
- Rt,
511
- {
512
- showCloseButton: !1,
513
- layer: "under-dialogs",
514
- className: "ttw:overflow-y-auto ttw:p-0",
515
- children: [
516
- /* @__PURE__ */ e(At, { hidden: !0, children: t._("Invoice details") }),
517
- ct ? null : /* @__PURE__ */ e(Ve, { label: t._("Close"), onClose: N, className: G(k, "ttw:absolute ttw:right-4 ttw:top-4 ttw:z-10") }),
518
- dt(),
519
- de && /* @__PURE__ */ e(oi, { invoiceId: i?.id ?? "", open: de, onClose: () => me(!1) }),
520
- ue && /* @__PURE__ */ e(si, { open: ue, onClose: () => pe(!1), invoiceId: i?.id ?? "", documentId: i?.type === "invoice" ? i?.document_id : void 0, onDelete: N }),
521
- we && /* @__PURE__ */ e(mi, { invoiceId: i?.id ?? "", open: we, onClose: () => fe(!1) }),
522
- he && i?.type === "invoice" && /* @__PURE__ */ e(wi, { invoice: i, open: he, onClose: () => ve(!1) }),
523
- be && i?.counterpart_id && Ne && /* @__PURE__ */ e(
524
- ai,
525
- {
526
- counterpartId: i.counterpart_id,
527
- open: be,
528
- onClose: () => ye(!1),
529
- showActionsMenu: !1,
530
- customerType: "customer"
531
- }
532
- ),
533
- _ && /* @__PURE__ */ e(ii, { open: !0, isEditFlow: _.isEditFlow, action: _.action, issue: _.issue, inlineLineItems: _.inlineLineItems, onClose: () => b(null) })
534
- ]
535
- }
536
- ) })
537
- ] });
538
- };
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"] } } };
539
2
  export {
540
- Tr as InvoiceDetailsPanel
3
+ e as finopsService
541
4
  };