@tesouro/embedded-components-react 0.2.132 → 0.2.148

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 (596) hide show
  1. package/README.md +20 -18
  2. package/dist/index.css +1723 -3260
  3. package/dist/index.d.ts +253 -104
  4. package/dist/index.js +107 -105
  5. package/dist/lib/AcceptDisclosuresWidget.d.ts +47 -5
  6. package/dist/lib/AcceptDisclosuresWidget.js +6 -4
  7. package/dist/lib/BalancesWidget.js +5 -4
  8. package/dist/lib/{OnboardingWidget.d.ts → BankAccountOnboardingWidget.d.ts} +204 -101
  9. package/dist/lib/BankAccountOnboardingWidget.js +20 -0
  10. package/dist/lib/HelpWidget.js +7 -6
  11. package/dist/lib/InsightsWidget.js +9 -8
  12. package/dist/lib/InvoicingWidget.js +3 -2
  13. package/dist/lib/ReceivablesWidget.js +27 -26
  14. package/dist/lib/TeamWidget.d.ts +4 -0
  15. package/dist/lib/TransfersWidget.js +7 -6
  16. package/dist/lib/WidgetProvider.js +30 -29
  17. package/dist/lib/WidgetProviderPublic.js +3 -2
  18. package/dist/libs/embedded-banking/shared/util/dist/index3.js +76 -79
  19. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index2.js +102 -34
  20. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +69 -0
  21. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index2.js +90 -11
  22. package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index3.js +15 -3
  23. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +17 -16
  24. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index4.js +4 -3
  25. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index5.js +9 -8
  26. package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index2.js +1 -0
  27. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index10.js +19 -0
  28. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index2.js +24 -0
  29. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index3.js +14 -0
  30. package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index2.js → bank-account-onboarding-widget/data-access/dist/index4.js} +5 -3
  31. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index5.js +26 -0
  32. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index6.js +26 -0
  33. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index8.js +15 -0
  34. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index9.js +37 -0
  35. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +187 -0
  36. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index11.js +11 -0
  37. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +169 -0
  38. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +80 -0
  39. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index14.js +7 -0
  40. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index15.js +6 -0
  41. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +6 -0
  42. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +16 -0
  43. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index2.js +407 -0
  44. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index3.js +132 -0
  45. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index4.js +101 -0
  46. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index5.js +146 -0
  47. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index6.js +112 -0
  48. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index7.js +15 -0
  49. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index8.js +37 -0
  50. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index9.js +16 -0
  51. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index10.js +77 -0
  52. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index11.js +89 -0
  53. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index12.js +100 -0
  54. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index13.js +103 -0
  55. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index14.js +91 -0
  56. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index15.js +8 -0
  57. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index16.js +9 -0
  58. package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index5.js → bank-account-onboarding-widget/ui/dist/index17.js} +8 -5
  59. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index18.js +23 -0
  60. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index19.js +117 -0
  61. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index2.js +131 -0
  62. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index20.js +338 -0
  63. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index21.js +32 -0
  64. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index22.js +50 -0
  65. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index23.js +50 -0
  66. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index24.js +218 -0
  67. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index25.js +52 -0
  68. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index26.js +277 -0
  69. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index27.js +53 -0
  70. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index28.js +22 -0
  71. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index3.js +48 -0
  72. package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index3.js → bank-account-onboarding-widget/ui/dist/index4.js} +19 -12
  73. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index5.js +32 -0
  74. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index6.js +94 -0
  75. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index7.js +14 -0
  76. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +33 -32
  77. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +29 -28
  78. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +6 -6
  79. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +10 -9
  80. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +4 -4
  81. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +3 -2
  82. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +16 -15
  83. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +7 -6
  84. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +4 -4
  85. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +13 -12
  86. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +3 -2
  87. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +27 -26
  88. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +3 -2
  89. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +3 -2
  90. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index5.js +3 -2
  91. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index3.js +27 -26
  92. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index4.js +86 -85
  93. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +3 -2
  94. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +21 -21
  95. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index8.js +10 -10
  96. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +3 -2
  97. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +16 -15
  98. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/useReceiptMatch.js +3 -2
  99. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index2.js +6 -6
  100. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index5.js +5 -5
  101. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +3 -2
  102. package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/lib/UploadReceiptWidget.js +12 -11
  103. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +3 -2
  104. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +32 -31
  105. package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +9 -8
  106. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/contract/dist/index2.js +1 -1
  107. package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +57 -52
  108. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +7 -6
  109. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index3.js +4 -3
  110. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +5 -4
  111. package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index2.js +8 -7
  112. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +26 -25
  113. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +3 -2
  114. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index6.js +30 -29
  115. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index2.js +11 -11
  116. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index4.js +7 -6
  117. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index5.js +14 -14
  118. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index6.js +7 -7
  119. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index7.js +6 -6
  120. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index9.js +20 -19
  121. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +9 -8
  122. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index4.js +278 -211
  123. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +16 -16
  124. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index12.js +7 -6
  125. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index13.js +5 -5
  126. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index2.js +7 -6
  127. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index5.js +11 -10
  128. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index6.js +3 -2
  129. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index7.js +3 -2
  130. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index8.js +15 -14
  131. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index9.js +10 -9
  132. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
  133. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
  134. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
  135. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +1 -1
  136. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
  137. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
  138. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +1 -1
  139. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +13 -10
  140. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +7 -6
  141. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -24
  142. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
  143. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -2
  144. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -2
  145. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +23 -32
  146. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +32 -12
  147. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1 -1
  148. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
  149. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +60 -8
  150. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +397 -25
  151. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +69 -76
  152. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +2 -6
  153. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +407 -9
  154. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +64 -21
  155. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +6 -32
  156. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +5 -8
  157. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +33 -12
  158. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +29 -23
  159. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
  160. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +12 -14
  161. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +12 -12
  162. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +22 -117
  163. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +13 -217
  164. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +6 -6
  165. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +119 -10
  166. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -48
  167. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +217 -48
  168. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +8 -10
  169. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +10 -44
  170. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
  171. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +49 -15
  172. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +49 -11
  173. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +12 -150
  174. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +43 -54
  175. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +15 -71
  176. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +11 -29
  177. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +152 -3
  178. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +23 -61
  179. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +55 -37
  180. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +68 -79
  181. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +29 -5
  182. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +3 -9
  183. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +59 -41
  184. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +37 -74
  185. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +80 -56
  186. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +5 -14
  187. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +94 -21
  188. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +57 -80
  189. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +9 -29
  190. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +43 -39
  191. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +75 -6
  192. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +54 -114
  193. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +14 -70
  194. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +25 -189
  195. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +78 -29
  196. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +28 -110
  197. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +39 -134
  198. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +7 -20
  199. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +115 -18
  200. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +69 -22
  201. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +188 -25
  202. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +31 -183
  203. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +110 -12
  204. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +133 -18
  205. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +18 -48
  206. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +21 -4
  207. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +23 -5
  208. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +27 -88
  209. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +183 -37
  210. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -7
  211. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
  212. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +19 -44
  213. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +48 -48
  214. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +4 -205
  215. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +5 -435
  216. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +88 -24
  217. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +32 -94
  218. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +8 -57
  219. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +44 -24
  220. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +46 -9
  221. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +202 -17
  222. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
  223. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +432 -18
  224. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +24 -2
  225. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +25 -11
  226. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +93 -19
  227. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +98 -19
  228. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +18 -27
  229. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +11 -114
  230. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -68
  231. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +25 -12
  232. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +13 -12
  233. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +18 -24
  234. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +19 -94
  235. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +2 -101
  236. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +10 -16
  237. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +20 -12
  238. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +18 -10
  239. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +27 -60
  240. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +116 -397
  241. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +69 -68
  242. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +14 -2
  243. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +12 -407
  244. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +1 -1
  245. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +7 -7
  246. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +1 -1
  247. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
  248. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +3 -3
  249. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +1 -1
  250. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
  251. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +1 -1
  252. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +15 -15
  253. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +2 -2
  254. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +3 -3
  255. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +1 -1
  256. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
  257. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +5 -5
  258. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +1 -1
  259. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +2 -2
  260. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +2 -2
  261. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +4 -4
  262. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +4 -4
  263. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +24 -18
  264. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +3 -3
  265. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
  266. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +16 -487
  267. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +25 -163
  268. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +38 -38
  269. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +60 -59
  270. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +94 -29
  271. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +111 -113
  272. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +87 -21
  273. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +62 -43
  274. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
  275. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +22 -57
  276. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +54 -18
  277. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +27 -41
  278. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +60 -14
  279. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +14 -74
  280. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +41 -76
  281. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +60 -42
  282. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +31 -73
  283. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +112 -65
  284. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +21 -21
  285. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
  286. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +42 -16
  287. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +55 -17
  288. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +37 -167
  289. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +337 -124
  290. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +295 -154
  291. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +100 -9
  292. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +160 -17
  293. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +263 -59
  294. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +22 -65
  295. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +18 -58
  296. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
  297. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
  298. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +10 -8
  299. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +19 -6
  300. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +31 -59
  301. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +2 -24
  302. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +93 -60
  303. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +97 -14
  304. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +213 -149
  305. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +28 -10
  306. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +126 -18
  307. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +44 -24
  308. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
  309. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +61 -32
  310. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +149 -34
  311. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +19 -63
  312. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +14 -28
  313. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +77 -124
  314. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +69 -152
  315. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +43 -27
  316. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +485 -23
  317. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +166 -76
  318. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +21 -22
  319. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
  320. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +39 -53
  321. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +159 -28
  322. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +28 -60
  323. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +27 -18
  324. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +78 -65
  325. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +66 -42
  326. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +20 -23
  327. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +14 -137
  328. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +17 -110
  329. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +169 -80
  330. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
  331. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +119 -270
  332. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +157 -44
  333. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +12 -15
  334. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +18 -85
  335. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +58 -220
  336. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +63 -34
  337. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +60 -11
  338. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +5 -8
  339. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +4 -4
  340. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +60 -10
  341. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
  342. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +23 -6
  343. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +63 -2
  344. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +14 -96
  345. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +64 -16
  346. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +42 -84
  347. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +25 -17
  348. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +126 -35
  349. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +110 -10
  350. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +80 -48
  351. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +282 -17
  352. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +46 -27
  353. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +15 -42
  354. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +81 -58
  355. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +223 -94
  356. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +33 -106
  357. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +11 -88
  358. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +8 -38
  359. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +8 -344
  360. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +12 -303
  361. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +6 -102
  362. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
  363. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +2 -162
  364. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +89 -260
  365. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +16 -24
  366. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +83 -18
  367. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +17 -2
  368. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +48 -94
  369. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +11 -96
  370. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +47 -210
  371. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +32 -46
  372. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
  373. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +11 -40
  374. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +11 -29
  375. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +22 -6
  376. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +47 -32
  377. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +44 -26
  378. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +36 -39
  379. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +24 -15
  380. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -72
  381. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +32 -94
  382. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +18 -27
  383. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
  384. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +42 -9
  385. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +24 -10
  386. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +74 -11
  387. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +89 -115
  388. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +37 -18
  389. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +10 -16
  390. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +11 -16
  391. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +96 -16
  392. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +38 -16
  393. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +32 -70
  394. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +24 -24
  395. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +7 -16
  396. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +54 -16
  397. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +18 -16
  398. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +123 -11
  399. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +18 -69
  400. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +16 -47
  401. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +16 -28
  402. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -22
  403. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +16 -16
  404. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +71 -22
  405. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
  406. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
  407. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +16 -50
  408. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +16 -32
  409. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -75
  410. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +11 -68
  411. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +32 -37
  412. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +54 -2
  413. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +36 -7
  414. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +22 -50
  415. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +20 -16
  416. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +64 -64
  417. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
  418. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +19 -12
  419. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +18 -64
  420. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +16 -8
  421. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +16 -17
  422. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +13 -28
  423. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +65 -22
  424. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +20 -38
  425. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +2 -33
  426. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +10 -85
  427. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +29 -24
  428. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
  429. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +66 -102
  430. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +55 -110
  431. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +38 -31
  432. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +102 -23
  433. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +111 -53
  434. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +70 -31
  435. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +68 -5
  436. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +35 -92
  437. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +12 -38
  438. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +28 -34
  439. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +12 -12
  440. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +23 -27
  441. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +37 -36
  442. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +33 -10
  443. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +85 -19
  444. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +24 -21
  445. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +8 -16
  446. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +31 -20
  447. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +4 -13
  448. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +125 -19
  449. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +21 -31
  450. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
  451. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +27 -4
  452. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +36 -125
  453. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +5 -29
  454. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +66 -66
  455. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +45 -55
  456. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +26 -39
  457. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +19 -29
  458. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +95 -39
  459. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +15 -15
  460. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +75 -83
  461. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
  462. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +20 -51
  463. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +9 -40
  464. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +54 -44
  465. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +70 -18
  466. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +21 -74
  467. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +41 -84
  468. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +35 -53
  469. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +13 -51
  470. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +16 -52
  471. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +46 -52
  472. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
  473. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +55 -68
  474. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +33 -21
  475. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +51 -40
  476. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +39 -36
  477. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +29 -15
  478. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +32 -52
  479. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +81 -94
  480. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +15 -15
  481. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +52 -74
  482. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +38 -20
  483. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
  484. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +47 -9
  485. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +72 -17
  486. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +84 -49
  487. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +52 -56
  488. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +51 -30
  489. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +51 -30
  490. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +1 -1
  491. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +2 -2
  492. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +36 -48
  493. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +49 -53
  494. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
  495. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +48 -35
  496. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +40 -17
  497. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +20 -48
  498. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +47 -39
  499. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +9 -9
  500. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
  501. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
  502. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
  503. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +1 -1
  504. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +1 -1
  505. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +1 -1
  506. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
  507. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
  508. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.js +1 -1
  509. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
  510. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
  511. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
  512. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
  513. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
  514. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
  515. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +11 -10
  516. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index4.js +38 -37
  517. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index5.js +12 -11
  518. package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index6.js +10 -10
  519. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +69 -74
  520. package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +37 -55
  521. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +39 -38
  522. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +34 -28
  523. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index10.js +6 -6
  524. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index12.js +4 -4
  525. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index14.js +5 -5
  526. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index4.js +6 -6
  527. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index5.js +2 -2
  528. package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index6.js +13 -13
  529. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/organizationHeaders.js +4 -3
  530. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +278 -265
  531. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +164 -164
  532. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/scopes.js +0 -1
  533. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +17 -16
  534. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +3 -2
  535. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
  536. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/client.js +4 -4
  537. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/naicsCodeMap.js +1027 -8
  538. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +6 -5
  539. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +27 -26
  540. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index3.js +16 -16
  541. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index4.js +35 -35
  542. package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index6.js +5 -5
  543. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/FdicLogo.js +444 -0
  544. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShell.js +155 -0
  545. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellOverlayPortal.js +31 -0
  546. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellScrollRegion.js +96 -0
  547. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellStepper.js +62 -0
  548. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/labels.js +10 -0
  549. package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/useScrollHintContainer.js +38 -0
  550. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +3 -2
  551. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index2.js +1 -1
  552. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +12 -11
  553. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index4.js +13 -13
  554. package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index5.js +4 -4
  555. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index10.js +102 -99
  556. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +16 -15
  557. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index12.js +80 -86
  558. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +58 -57
  559. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +40 -38
  560. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +237 -135
  561. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index11.js +4 -4
  562. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +9 -8
  563. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index13.js +32 -31
  564. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index15.js +23 -22
  565. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index17.js +2 -0
  566. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index4.js +7 -6
  567. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index5.js +19 -15
  568. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index6.js +11 -10
  569. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index8.js +4 -4
  570. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +3 -2
  571. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +11 -10
  572. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index6.js +5 -4
  573. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index2.js +3 -2
  574. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index4.js +17 -17
  575. package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index6.js +2 -2
  576. package/dist/packages/shared-ui-shadcn/dist/index.js +4661 -4532
  577. package/package.json +2 -1
  578. package/dist/lib/OnboardingWidget.js +0 -18
  579. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index3.js +0 -20
  580. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index4.js +0 -20
  581. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index2.js +0 -326
  582. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index3.js +0 -53
  583. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index4.js +0 -50
  584. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index5.js +0 -106
  585. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index6.js +0 -70
  586. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index7.js +0 -7
  587. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index10.js +0 -36
  588. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index11.js +0 -46
  589. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index12.js +0 -39
  590. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index2.js +0 -317
  591. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index4.js +0 -303
  592. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index6.js +0 -275
  593. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index7.js +0 -33
  594. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index8.js +0 -41
  595. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index9.js +0 -17
  596. /package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index5.js → bank-account-onboarding-widget/data-access/dist/index7.js} +0 -0
@@ -1,8 +1,4 @@
1
- import { jsx as r } from "@emotion/react/jsx-runtime";
2
- import { twMerge as e } from "tailwind-merge";
3
- const w = ({
4
- className: t
5
- }) => /* @__PURE__ */ r("div", { className: e("ttw:w-8 ttw:h-8 ttw:rounded-full ttw:border-3 ttw:border-primary ttw:border-t-transparent ttw:animate-spin", t) });
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"] } } };
6
2
  export {
7
- w as LoadingSpinner
3
+ e as finopsService
8
4
  };
@@ -1,11 +1,409 @@
1
- import { jsx as a } from "@emotion/react/jsx-runtime";
2
- import { cn as n } from "./index100.js";
3
- function m({
4
- className: t,
5
- ...e
6
- }) {
7
- return /* @__PURE__ */ a("div", { "data-slot": "skeleton", className: n("ttw:bg-accent ttw:animate-pulse ttw:rounded-md", t), ...e });
8
- }
1
+ const e = {
2
+ listDepartments: {
3
+ schema: {
4
+ method: "get",
5
+ url: "/identity/v1/departments",
6
+ security: ["APPToken", "USERToken"]
7
+ }
8
+ },
9
+ createDepartment: {
10
+ schema: {
11
+ method: "post",
12
+ url: "/identity/v1/departments",
13
+ mediaType: "application/json",
14
+ security: ["APPToken", "USERToken"]
15
+ }
16
+ },
17
+ getDepartment: {
18
+ schema: {
19
+ method: "get",
20
+ url: "/identity/v1/departments/{departmentId}",
21
+ security: ["APPToken", "USERToken"]
22
+ }
23
+ },
24
+ updateDepartment: {
25
+ schema: {
26
+ method: "put",
27
+ url: "/identity/v1/departments/{departmentId}",
28
+ mediaType: "application/json",
29
+ security: ["APPToken", "USERToken"]
30
+ }
31
+ },
32
+ deactivateDepartment: {
33
+ schema: {
34
+ method: "delete",
35
+ url: "/identity/v1/departments/{departmentId}",
36
+ security: ["APPToken", "USERToken"]
37
+ }
38
+ },
39
+ bulkUpdateDepartmentMembers: {
40
+ schema: {
41
+ method: "post",
42
+ url: "/identity/v1/departments/{departmentId}/members",
43
+ mediaType: "application/json",
44
+ security: ["APPToken", "USERToken"]
45
+ }
46
+ },
47
+ assignUserToDepartment: {
48
+ schema: {
49
+ method: "put",
50
+ url: "/identity/v1/departments/{departmentId}/members/{userId}",
51
+ security: ["APPToken", "USERToken"]
52
+ }
53
+ },
54
+ removeUserFromDepartment: {
55
+ schema: {
56
+ method: "delete",
57
+ url: "/identity/v1/departments/{departmentId}/members/{userId}",
58
+ security: ["APPToken", "USERToken"]
59
+ }
60
+ },
61
+ listLocations: {
62
+ schema: {
63
+ method: "get",
64
+ url: "/identity/v1/locations",
65
+ security: ["APPToken", "USERToken"]
66
+ }
67
+ },
68
+ createLocation: {
69
+ schema: {
70
+ method: "post",
71
+ url: "/identity/v1/locations",
72
+ mediaType: "application/json",
73
+ security: ["APPToken", "USERToken"]
74
+ }
75
+ },
76
+ getLocation: {
77
+ schema: {
78
+ method: "get",
79
+ url: "/identity/v1/locations/{locationId}",
80
+ security: ["APPToken", "USERToken"]
81
+ }
82
+ },
83
+ updateLocation: {
84
+ schema: {
85
+ method: "put",
86
+ url: "/identity/v1/locations/{locationId}",
87
+ mediaType: "application/json",
88
+ security: ["APPToken", "USERToken"]
89
+ }
90
+ },
91
+ deactivateLocation: {
92
+ schema: {
93
+ method: "delete",
94
+ url: "/identity/v1/locations/{locationId}",
95
+ security: ["APPToken", "USERToken"]
96
+ }
97
+ },
98
+ bulkUpdateLocationMembers: {
99
+ schema: {
100
+ method: "post",
101
+ url: "/identity/v1/locations/{locationId}/members",
102
+ mediaType: "application/json",
103
+ security: ["APPToken", "USERToken"]
104
+ }
105
+ },
106
+ assignUserToLocation: {
107
+ schema: {
108
+ method: "put",
109
+ url: "/identity/v1/locations/{locationId}/members/{userId}",
110
+ security: ["APPToken", "USERToken"]
111
+ }
112
+ },
113
+ removeUserFromLocation: {
114
+ schema: {
115
+ method: "delete",
116
+ url: "/identity/v1/locations/{locationId}/members/{userId}",
117
+ security: ["APPToken", "USERToken"]
118
+ }
119
+ },
120
+ listApplications: {
121
+ schema: {
122
+ method: "get",
123
+ url: "/identity/v1/oidc-applications",
124
+ security: ["APPToken", "USERToken"]
125
+ }
126
+ },
127
+ getApplication: {
128
+ schema: {
129
+ method: "get",
130
+ url: "/identity/v1/oidc-applications/{applicationId}",
131
+ security: ["APPToken", "USERToken"]
132
+ }
133
+ },
134
+ patchApplicationScopes: {
135
+ schema: {
136
+ method: "patch",
137
+ url: "/identity/v1/oidc-applications/{applicationId}",
138
+ mediaType: "application/json",
139
+ security: ["APPToken", "USERToken"]
140
+ }
141
+ },
142
+ disableApplication: {
143
+ schema: {
144
+ method: "post",
145
+ url: "/identity/v1/oidc-applications/{applicationId}/disable",
146
+ security: ["APPToken", "USERToken"]
147
+ }
148
+ },
149
+ enableApplication: {
150
+ schema: {
151
+ method: "post",
152
+ url: "/identity/v1/oidc-applications/{applicationId}/enable",
153
+ security: ["APPToken", "USERToken"]
154
+ }
155
+ },
156
+ getOrganizations: {
157
+ schema: {
158
+ method: "get",
159
+ url: "/identity/v1/organizations",
160
+ security: ["APPToken", "USERToken"]
161
+ }
162
+ },
163
+ createOrganization: {
164
+ schema: {
165
+ method: "post",
166
+ url: "/identity/v1/organizations",
167
+ mediaType: "application/json",
168
+ security: ["APPToken", "USERToken"]
169
+ }
170
+ },
171
+ getVisibleOrganizationIds: {
172
+ schema: {
173
+ method: "get",
174
+ url: "/identity/v1/organizations/visible-ids",
175
+ security: ["APPToken", "USERToken"]
176
+ }
177
+ },
178
+ getOrganization: {
179
+ schema: {
180
+ method: "get",
181
+ url: "/identity/v1/organizations/{organizationId}",
182
+ security: ["APPToken", "USERToken"]
183
+ }
184
+ },
185
+ updateOrganization: {
186
+ schema: {
187
+ method: "patch",
188
+ url: "/identity/v1/organizations/{organizationId}",
189
+ mediaType: "application/json",
190
+ security: ["APPToken", "USERToken"]
191
+ }
192
+ },
193
+ disableOrganization: {
194
+ schema: {
195
+ method: "post",
196
+ url: "/identity/v1/organizations/{organizationId}/disable",
197
+ security: ["APPToken", "USERToken"]
198
+ }
199
+ },
200
+ disableOrganizationApplications: {
201
+ schema: {
202
+ method: "post",
203
+ url: "/identity/v1/organizations/{organizationId}/disable-applications",
204
+ security: ["APPToken", "USERToken"]
205
+ }
206
+ },
207
+ getOrganizationPaymentRails: {
208
+ schema: {
209
+ method: "get",
210
+ url: "/identity/v1/organizations/{organizationId}/disabled-payment-rails",
211
+ security: ["APPToken", "USERToken"]
212
+ }
213
+ },
214
+ patchOrganizationPaymentRails: {
215
+ schema: {
216
+ method: "patch",
217
+ url: "/identity/v1/organizations/{organizationId}/disabled-payment-rails",
218
+ mediaType: "application/json",
219
+ security: ["APPToken", "USERToken"]
220
+ }
221
+ },
222
+ enableOrganization: {
223
+ schema: {
224
+ method: "post",
225
+ url: "/identity/v1/organizations/{organizationId}/enable",
226
+ security: ["APPToken", "USERToken"]
227
+ }
228
+ },
229
+ enableOrganizationApplications: {
230
+ schema: {
231
+ method: "post",
232
+ url: "/identity/v1/organizations/{organizationId}/enable-applications",
233
+ security: ["APPToken", "USERToken"]
234
+ }
235
+ },
236
+ uploadOrganizationLogo: {
237
+ schema: {
238
+ method: "put",
239
+ url: "/identity/v1/organizations/{organizationId}/logo",
240
+ mediaType: "multipart/form-data",
241
+ security: ["APPToken", "USERToken"]
242
+ }
243
+ },
244
+ deleteOrganizationLogo: {
245
+ schema: {
246
+ method: "delete",
247
+ url: "/identity/v1/organizations/{organizationId}/logo",
248
+ security: ["APPToken", "USERToken"]
249
+ }
250
+ },
251
+ getOrganizationApplications: {
252
+ schema: {
253
+ method: "get",
254
+ url: "/identity/v1/organizations/{organizationId}/oidc-applications",
255
+ security: ["APPToken", "USERToken"]
256
+ }
257
+ },
258
+ getOrganizationSettings: {
259
+ schema: {
260
+ method: "get",
261
+ url: "/identity/v1/organizations/{organizationId}/settings",
262
+ security: ["APPToken", "USERToken"]
263
+ }
264
+ },
265
+ patchOrganizationSettings: {
266
+ schema: {
267
+ method: "patch",
268
+ url: "/identity/v1/organizations/{organizationId}/settings",
269
+ mediaType: "application/json",
270
+ security: ["APPToken", "USERToken"]
271
+ }
272
+ },
273
+ listRoles: {
274
+ schema: {
275
+ method: "get",
276
+ url: "/identity/v1/roles",
277
+ security: ["APPToken", "USERToken"]
278
+ }
279
+ },
280
+ createRole: {
281
+ schema: {
282
+ method: "post",
283
+ url: "/identity/v1/roles",
284
+ mediaType: "application/json",
285
+ security: ["APPToken", "USERToken"]
286
+ }
287
+ },
288
+ getRole: {
289
+ schema: {
290
+ method: "get",
291
+ url: "/identity/v1/roles/{roleId}",
292
+ security: ["APPToken", "USERToken"]
293
+ }
294
+ },
295
+ updateRole: {
296
+ schema: {
297
+ method: "patch",
298
+ url: "/identity/v1/roles/{roleId}",
299
+ mediaType: "application/json",
300
+ security: ["APPToken", "USERToken"]
301
+ }
302
+ },
303
+ deleteRole: {
304
+ schema: {
305
+ method: "delete",
306
+ url: "/identity/v1/roles/{roleId}",
307
+ security: ["APPToken", "USERToken"]
308
+ }
309
+ },
310
+ listRoleMembers: {
311
+ schema: {
312
+ method: "get",
313
+ url: "/identity/v1/roles/{roleId}/members",
314
+ security: ["APPToken", "USERToken"]
315
+ }
316
+ },
317
+ bulkUpdateRoleMembers: {
318
+ schema: {
319
+ method: "post",
320
+ url: "/identity/v1/roles/{roleId}/members",
321
+ mediaType: "application/json",
322
+ security: ["APPToken", "USERToken"]
323
+ }
324
+ },
325
+ listRolePermissions: {
326
+ schema: {
327
+ method: "get",
328
+ url: "/identity/v1/roles/{roleId}/permissions",
329
+ security: ["APPToken", "USERToken"]
330
+ }
331
+ },
332
+ bulkUpdateRolePermissions: {
333
+ schema: {
334
+ method: "post",
335
+ url: "/identity/v1/roles/{roleId}/permissions",
336
+ mediaType: "application/json",
337
+ security: ["APPToken", "USERToken"]
338
+ }
339
+ },
340
+ getUserData: {
341
+ schema: {
342
+ method: "get",
343
+ url: "/identity/v1/user-data/{key}",
344
+ security: ["HTTPBearer"]
345
+ }
346
+ },
347
+ upsertUserData: {
348
+ schema: {
349
+ method: "put",
350
+ url: "/identity/v1/user-data/{key}",
351
+ mediaType: "application/json",
352
+ security: ["HTTPBearer"]
353
+ }
354
+ },
355
+ getUsers: {
356
+ schema: {
357
+ method: "get",
358
+ url: "/identity/v1/users",
359
+ security: ["APPToken", "USERToken"]
360
+ }
361
+ },
362
+ createUser: {
363
+ schema: {
364
+ method: "post",
365
+ url: "/identity/v1/users",
366
+ mediaType: "application/json",
367
+ security: ["APPToken", "USERToken"]
368
+ }
369
+ },
370
+ getMe: {
371
+ schema: {
372
+ method: "get",
373
+ url: "/identity/v1/users/me",
374
+ security: ["HTTPBearer"]
375
+ }
376
+ },
377
+ getUser: {
378
+ schema: {
379
+ method: "get",
380
+ url: "/identity/v1/users/{id}",
381
+ security: ["APPToken", "USERToken"]
382
+ }
383
+ },
384
+ updateUser: {
385
+ schema: {
386
+ method: "patch",
387
+ url: "/identity/v1/users/{id}",
388
+ mediaType: "application/json",
389
+ security: ["APPToken", "USERToken"]
390
+ }
391
+ },
392
+ disableUser: {
393
+ schema: {
394
+ method: "post",
395
+ url: "/identity/v1/users/{userId}/disable",
396
+ security: ["APPToken", "USERToken"]
397
+ }
398
+ },
399
+ enableUser: {
400
+ schema: {
401
+ method: "post",
402
+ url: "/identity/v1/users/{userId}/enable",
403
+ security: ["APPToken", "USERToken"]
404
+ }
405
+ }
406
+ };
9
407
  export {
10
- m as Skeleton
408
+ e as identityService
11
409
  };