@tesouro/embedded-components-react 0.2.76 → 0.2.81

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 (492) hide show
  1. package/README.md +12 -12
  2. package/dist/index.css +13 -0
  3. package/dist/index.d.ts +33 -64
  4. package/dist/index.js +101 -100
  5. package/dist/lib/BankAccountsWidget.d.ts +16 -0
  6. package/dist/lib/ReceivablesWidget.js +25 -25
  7. package/dist/lib/WidgetProvider.d.ts +17 -64
  8. package/dist/lib/WidgetProvider.js +31 -30
  9. package/dist/lib/WidgetProviderPublic.d.ts +585 -0
  10. package/dist/lib/WidgetProviderPublic.js +25 -0
  11. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +31 -31
  12. package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index3.js +3 -2
  13. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index4.js +37 -20
  14. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +31 -0
  15. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index10.js +7 -8
  16. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index11.js +9 -5
  17. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index12.js +9 -0
  18. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +199 -133
  19. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index5.js +29 -49
  20. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index6.js +56 -10
  21. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index7.js +13 -17
  22. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index8.js +16 -6
  23. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index9.js +6 -9
  24. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +156 -116
  25. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index3.js +10 -0
  26. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +93 -4
  27. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index7.js +4 -24
  28. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index8.js +69 -0
  29. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +17 -15
  30. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index3.js +7 -244
  31. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +244 -6
  32. package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index6.js +6 -3
  33. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +43 -42
  34. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +15 -14
  35. package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +3 -2
  36. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +25 -24
  37. package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index3.js +3 -2
  38. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +79 -78
  39. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/analytics/events.js +3 -2
  40. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +8 -7
  41. package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index3.js +3 -2
  42. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +23 -22
  43. package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/analytics/events.js +3 -2
  44. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +36 -35
  45. package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/analytics/events.js +3 -2
  46. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +29 -28
  47. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index3.js +3 -2
  48. package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +13 -12
  49. package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index3.js +3 -2
  50. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +11 -11
  51. package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index5.js +3 -2
  52. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +29 -28
  53. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +27 -26
  54. package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index4.js +3 -2
  55. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +12 -10
  56. package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index5.js +3 -2
  57. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
  58. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
  59. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
  60. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +2 -2
  61. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +2 -2
  62. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +1 -1
  63. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
  64. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
  65. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
  66. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +1 -1
  67. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +23 -12
  68. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +10 -23
  69. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -2
  70. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
  71. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +23 -2
  72. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -24
  73. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -33
  74. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +33 -10
  75. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +35 -9
  76. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -35
  77. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -4
  78. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +25 -2
  79. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +1269 -23
  80. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +12 -1270
  81. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
  82. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +8 -60
  83. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +25 -397
  84. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +26 -68
  85. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +13 -2
  86. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +19 -406
  87. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +77 -71
  88. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +39 -6
  89. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +21 -9
  90. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +4 -32
  91. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +2 -32
  92. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
  93. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +12 -12
  94. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +22 -12
  95. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +76 -26
  96. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +6 -14
  97. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +19 -9
  98. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +27 -121
  99. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +116 -7
  100. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +68 -10
  101. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +33 -12
  102. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +8 -48
  103. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
  104. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +15 -49
  105. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +8 -8
  106. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +12 -46
  107. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +32 -15
  108. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +11 -10
  109. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +12 -152
  110. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +25 -25
  111. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +12 -55
  112. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +12 -71
  113. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +116 -24
  114. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +12 -3
  115. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +10 -62
  116. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +46 -36
  117. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +43 -76
  118. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +14 -5
  119. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +46 -57
  120. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +11 -9
  121. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +147 -41
  122. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +56 -75
  123. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +70 -57
  124. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +28 -196
  125. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +3 -14
  126. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +59 -21
  127. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +57 -80
  128. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +24 -27
  129. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +94 -40
  130. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +101 -7
  131. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +14 -112
  132. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +13 -69
  133. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +12 -189
  134. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +96 -28
  135. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +9 -111
  136. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +42 -133
  137. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +74 -21
  138. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +56 -27
  139. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +196 -20
  140. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +14 -23
  141. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +26 -183
  142. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +79 -12
  143. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +28 -21
  144. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
  145. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +40 -48
  146. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +7 -4
  147. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +116 -5
  148. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +70 -88
  149. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +190 -7
  150. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +31 -47
  151. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +104 -43
  152. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +127 -384
  153. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +18 -94
  154. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +27 -25
  155. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +20 -20
  156. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +19 -11
  157. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +21 -18
  158. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +183 -21
  159. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +13 -2
  160. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +18 -8
  161. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +48 -20
  162. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +4 -22
  163. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +5 -27
  164. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +85 -114
  165. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +6 -68
  166. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +45 -12
  167. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +50 -12
  168. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +392 -24
  169. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +2 -96
  170. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +7 -101
  171. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +32 -15
  172. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +59 -13
  173. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +397 -13
  174. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +69 -7
  175. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +2 -35
  176. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +407 -2
  177. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +32 -141
  178. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +47 -86
  179. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +19 -16
  180. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +4 -72
  181. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +77 -44
  182. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +32 -42
  183. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +19 -61
  184. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +144 -29
  185. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +86 -114
  186. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
  187. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +25 -21
  188. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +149 -44
  189. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +10 -57
  190. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +19 -491
  191. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +62 -163
  192. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +24 -10
  193. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +50 -19
  194. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +44 -37
  195. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +73 -30
  196. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +21 -29
  197. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
  198. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +485 -57
  199. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +159 -87
  200. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +39 -109
  201. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +57 -83
  202. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +31 -51
  203. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +108 -57
  204. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +22 -36
  205. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +44 -34
  206. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +57 -54
  207. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +2 -346
  208. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
  209. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +96 -2
  210. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +96 -19
  211. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +191 -13
  212. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +16 -10
  213. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +26 -10
  214. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +36 -8
  215. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +61 -19
  216. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +92 -29
  217. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +108 -33
  218. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +84 -33
  219. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
  220. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +63 -15
  221. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +41 -17
  222. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +336 -241
  223. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +294 -174
  224. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +103 -12
  225. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +161 -18
  226. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +264 -23
  227. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +23 -38
  228. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +18 -56
  229. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +22 -52
  230. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
  231. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +55 -28
  232. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +28 -97
  233. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +56 -43
  234. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +17 -44
  235. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +36 -29
  236. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +33 -4
  237. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +54 -77
  238. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +346 -32
  239. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +2 -20
  240. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +18 -19
  241. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
  242. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +9 -38
  243. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +14 -14
  244. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +10 -76
  245. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +13 -76
  246. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +19 -42
  247. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +29 -155
  248. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +36 -27
  249. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +36 -28
  250. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +13 -76
  251. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +17 -22
  252. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
  253. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
  254. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +246 -14
  255. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +181 -17
  256. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +12 -171
  257. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +18 -133
  258. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +23 -159
  259. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +38 -10
  260. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +57 -18
  261. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +48 -59
  262. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +29 -67
  263. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +93 -55
  264. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
  265. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +45 -6
  266. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +26 -9
  267. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +126 -61
  268. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +14 -24
  269. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +77 -60
  270. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +77 -14
  271. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +42 -26
  272. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +21 -127
  273. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +37 -59
  274. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +159 -44
  275. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
  276. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +28 -25
  277. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +25 -185
  278. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +76 -106
  279. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +63 -80
  280. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +42 -283
  281. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +23 -47
  282. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +189 -15
  283. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +105 -83
  284. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +80 -223
  285. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +279 -33
  286. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
  287. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +46 -38
  288. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +15 -345
  289. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +83 -300
  290. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +220 -98
  291. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +35 -158
  292. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +20 -265
  293. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +17 -24
  294. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +16 -17
  295. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +171 -2
  296. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +131 -93
  297. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
  298. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +161 -96
  299. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +12 -192
  300. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +18 -66
  301. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +63 -149
  302. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +68 -19
  303. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +54 -90
  304. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +7 -16
  305. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +8 -73
  306. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +62 -17
  307. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +22 -48
  308. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +61 -10
  309. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +14 -50
  310. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +93 -21
  311. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +16 -33
  312. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +76 -22
  313. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +17 -57
  314. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +48 -27
  315. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +10 -58
  316. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +48 -18
  317. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +11 -123
  318. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
  319. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +255 -18
  320. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +22 -16
  321. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +28 -16
  322. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +38 -16
  323. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +32 -16
  324. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +4 -72
  325. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +127 -16
  326. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +16 -16
  327. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +24 -16
  328. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +50 -11
  329. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
  330. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +8 -8
  331. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +69 -255
  332. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +45 -32
  333. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +27 -53
  334. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +32 -36
  335. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +22 -14
  336. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +117 -90
  337. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +18 -38
  338. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +16 -35
  339. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +16 -10
  340. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
  341. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +16 -33
  342. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +14 -30
  343. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +73 -85
  344. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +16 -24
  345. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +16 -11
  346. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +16 -105
  347. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +11 -112
  348. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +54 -12
  349. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +34 -65
  350. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +25 -66
  351. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +22 -22
  352. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +7 -22
  353. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +51 -16
  354. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +16 -19
  355. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +19 -13
  356. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +64 -18
  357. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +16 -25
  358. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +14 -18
  359. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +13 -31
  360. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +15 -34
  361. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +26 -44
  362. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
  363. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +3 -3
  364. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +19 -6
  365. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +22 -25
  366. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +38 -6
  367. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +45 -13
  368. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +12 -21
  369. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +37 -2
  370. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +7 -28
  371. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +13 -23
  372. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +65 -37
  373. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +21 -75
  374. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
  375. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +2 -68
  376. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +92 -35
  377. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +35 -101
  378. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +35 -21
  379. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +99 -30
  380. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +21 -57
  381. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +20 -20
  382. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +54 -40
  383. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +33 -72
  384. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +40 -94
  385. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
  386. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +73 -9
  387. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +96 -10
  388. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +10 -5
  389. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +9 -31
  390. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -4
  391. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +73 -125
  392. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +67 -21
  393. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +35 -24
  394. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +12 -38
  395. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +33 -7
  396. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +12 -12
  397. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +85 -54
  398. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +24 -18
  399. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +100 -64
  400. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +105 -40
  401. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +28 -27
  402. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +24 -8
  403. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +37 -14
  404. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +5 -24
  405. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +8 -50
  406. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +82 -29
  407. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
  408. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +39 -73
  409. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +17 -83
  410. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +48 -50
  411. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +36 -50
  412. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +44 -52
  413. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +69 -52
  414. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +82 -36
  415. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +52 -44
  416. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +49 -52
  417. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +50 -67
  418. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
  419. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +30 -21
  420. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +56 -39
  421. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +54 -80
  422. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +68 -49
  423. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +21 -34
  424. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +93 -40
  425. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +16 -37
  426. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +75 -16
  427. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +20 -94
  428. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +9 -16
  429. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
  430. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +43 -75
  431. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +36 -21
  432. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +16 -9
  433. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +16 -13
  434. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +51 -19
  435. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +55 -47
  436. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +28 -58
  437. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +33 -29
  438. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +49 -28
  439. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +67 -52
  440. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
  441. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +39 -15
  442. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +32 -67
  443. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +15 -39
  444. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +15 -19
  445. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +1 -1
  446. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +2 -2
  447. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +48 -20
  448. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
  449. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +18 -38
  450. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +39 -47
  451. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +9 -9
  452. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
  453. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
  454. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
  455. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +2 -2
  456. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
  457. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +2 -2
  458. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
  459. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
  460. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.js +1 -1
  461. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
  462. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
  463. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
  464. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
  465. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
  466. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
  467. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
  468. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index2.js +56 -55
  469. package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index7.js +3 -2
  470. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +44 -43
  471. package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index3.js +3 -2
  472. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +40 -39
  473. package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index4.js +3 -2
  474. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +80 -79
  475. package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index4.js +3 -2
  476. package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +207 -191
  477. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +84 -81
  478. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +156 -142
  479. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +5 -5
  480. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/ids.js +21 -0
  481. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/interceptor.js +2 -2
  482. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/runtime.js +27 -27
  483. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +6 -5
  484. package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +25 -25
  485. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +17 -16
  486. package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index3.js +3 -2
  487. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +52 -51
  488. package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index4.js +3 -2
  489. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +7 -6
  490. package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index5.js +3 -2
  491. package/dist/packages/shared-ui-shadcn/dist/index.js +15 -13
  492. package/package.json +1 -1
@@ -194,6 +194,21 @@ const a = (e) => (e?.client ?? t).get({
194
194
  url: "/embedded-banking/v1/bank-accounts/{id}/transactions",
195
195
  ...e
196
196
  }), b = (e) => (e.client ?? t).get({
197
+ security: [
198
+ {
199
+ key: "APPToken",
200
+ scheme: "bearer",
201
+ type: "http"
202
+ },
203
+ {
204
+ key: "USERToken",
205
+ scheme: "bearer",
206
+ type: "http"
207
+ }
208
+ ],
209
+ url: "/embedded-banking/v1/bank-accounts/{id}/transactions/download",
210
+ ...e
211
+ }), T = (e) => (e.client ?? t).get({
197
212
  security: [
198
213
  {
199
214
  key: "APPToken",
@@ -208,7 +223,7 @@ const a = (e) => (e?.client ?? t).get({
208
223
  ],
209
224
  url: "/embedded-banking/v1/bank-accounts/{id}/transfers",
210
225
  ...e
211
- }), T = (e) => (e?.client ?? t).get({
226
+ }), m = (e) => (e?.client ?? t).get({
212
227
  security: [
213
228
  {
214
229
  key: "APPToken",
@@ -223,7 +238,7 @@ const a = (e) => (e?.client ?? t).get({
223
238
  ],
224
239
  url: "/embedded-banking/v1/external-bank-accounts",
225
240
  ...e
226
- }), m = (e) => (e.client ?? t).post({
241
+ }), v = (e) => (e.client ?? t).post({
227
242
  security: [
228
243
  {
229
244
  key: "APPToken",
@@ -242,7 +257,7 @@ const a = (e) => (e?.client ?? t).get({
242
257
  "Content-Type": "application/json",
243
258
  ...e.headers
244
259
  }
245
- }), v = (e) => (e.client ?? t).delete({
260
+ }), P = (e) => (e.client ?? t).delete({
246
261
  security: [
247
262
  {
248
263
  key: "APPToken",
@@ -257,7 +272,7 @@ const a = (e) => (e?.client ?? t).get({
257
272
  ],
258
273
  url: "/embedded-banking/v1/external-bank-accounts/{id}",
259
274
  ...e
260
- }), P = (e) => (e.client ?? t).patch({
275
+ }), g = (e) => (e.client ?? t).patch({
261
276
  security: [
262
277
  {
263
278
  key: "APPToken",
@@ -276,7 +291,7 @@ const a = (e) => (e?.client ?? t).get({
276
291
  "Content-Type": "application/json",
277
292
  ...e.headers
278
293
  }
279
- }), g = (e) => (e.client ?? t).get({
294
+ }), B = (e) => (e.client ?? t).get({
280
295
  security: [
281
296
  {
282
297
  key: "APPToken",
@@ -291,7 +306,7 @@ const a = (e) => (e?.client ?? t).get({
291
306
  ],
292
307
  url: "/embedded-banking/v1/external-bank-accounts/{id}/access",
293
308
  ...e
294
- }), B = (e) => (e.client ?? t).post({
309
+ }), A = (e) => (e.client ?? t).post({
295
310
  security: [
296
311
  {
297
312
  key: "APPToken",
@@ -310,7 +325,7 @@ const a = (e) => (e?.client ?? t).get({
310
325
  "Content-Type": "application/json",
311
326
  ...e.headers
312
327
  }
313
- }), A = (e) => (e.client ?? t).post({
328
+ }), f = (e) => (e.client ?? t).post({
314
329
  security: [
315
330
  {
316
331
  key: "APPToken",
@@ -325,7 +340,7 @@ const a = (e) => (e?.client ?? t).get({
325
340
  ],
326
341
  url: "/embedded-banking/v1/external-bank-accounts/{id}/link",
327
342
  ...e
328
- }), f = (e) => (e.client ?? t).post({
343
+ }), H = (e) => (e.client ?? t).post({
329
344
  security: [
330
345
  {
331
346
  key: "APPToken",
@@ -344,7 +359,7 @@ const a = (e) => (e?.client ?? t).get({
344
359
  "Content-Type": "application/json",
345
360
  ...e.headers
346
361
  }
347
- }), H = (e) => (e.client ?? t).post({
362
+ }), C = (e) => (e.client ?? t).post({
348
363
  security: [
349
364
  {
350
365
  key: "APPToken",
@@ -363,7 +378,7 @@ const a = (e) => (e?.client ?? t).get({
363
378
  "Content-Type": "application/json",
364
379
  ...e.headers
365
380
  }
366
- }), C = (e) => (e.client ?? t).post({
381
+ }), R = (e) => (e.client ?? t).post({
367
382
  security: [
368
383
  {
369
384
  key: "APPToken",
@@ -382,7 +397,7 @@ const a = (e) => (e?.client ?? t).get({
382
397
  "Content-Type": "application/json",
383
398
  ...e.headers
384
399
  }
385
- }), R = (e) => (e.client ?? t).get({
400
+ }), I = (e) => (e.client ?? t).get({
386
401
  security: [
387
402
  {
388
403
  key: "HTTPBearer",
@@ -392,7 +407,7 @@ const a = (e) => (e?.client ?? t).get({
392
407
  ],
393
408
  url: "/finops/v1/analytics/payables",
394
409
  ...e
395
- }), I = (e) => (e.client ?? t).get({
410
+ }), U = (e) => (e.client ?? t).get({
396
411
  security: [
397
412
  {
398
413
  key: "HTTPBearer",
@@ -402,7 +417,7 @@ const a = (e) => (e?.client ?? t).get({
402
417
  ],
403
418
  url: "/finops/v1/analytics/receivables",
404
419
  ...e
405
- }), U = (e) => (e.client ?? t).get({
420
+ }), E = (e) => (e.client ?? t).get({
406
421
  security: [
407
422
  {
408
423
  key: "HTTPBearer",
@@ -412,7 +427,7 @@ const a = (e) => (e?.client ?? t).get({
412
427
  ],
413
428
  url: "/finops/v1/approval-policies",
414
429
  ...e
415
- }), E = (e) => (e.client ?? t).post({
430
+ }), j = (e) => (e.client ?? t).post({
416
431
  security: [
417
432
  {
418
433
  key: "HTTPBearer",
@@ -426,7 +441,7 @@ const a = (e) => (e?.client ?? t).get({
426
441
  "Content-Type": "application/json",
427
442
  ...e.headers
428
443
  }
429
- }), j = (e) => (e.client ?? t).delete({
444
+ }), _ = (e) => (e.client ?? t).delete({
430
445
  security: [
431
446
  {
432
447
  key: "HTTPBearer",
@@ -436,7 +451,7 @@ const a = (e) => (e?.client ?? t).get({
436
451
  ],
437
452
  url: "/finops/v1/approval-policies/{approval_policy_id}",
438
453
  ...e
439
- }), _ = (e) => (e.client ?? t).patch({
454
+ }), S = (e) => (e.client ?? t).patch({
440
455
  security: [
441
456
  {
442
457
  key: "HTTPBearer",
@@ -450,7 +465,7 @@ const a = (e) => (e?.client ?? t).get({
450
465
  "Content-Type": "application/json",
451
466
  ...e.headers
452
467
  }
453
- }), S = (e) => (e.client ?? t).get({
468
+ }), x = (e) => (e.client ?? t).get({
454
469
  security: [
455
470
  {
456
471
  key: "HTTPBearer",
@@ -460,7 +475,7 @@ const a = (e) => (e?.client ?? t).get({
460
475
  ],
461
476
  url: "/finops/v1/counterparts",
462
477
  ...e
463
- }), x = (e) => (e.client ?? t).post({
478
+ }), M = (e) => (e.client ?? t).post({
464
479
  security: [
465
480
  {
466
481
  key: "HTTPBearer",
@@ -474,7 +489,7 @@ const a = (e) => (e?.client ?? t).get({
474
489
  "Content-Type": "application/json",
475
490
  ...e.headers
476
491
  }
477
- }), M = (e) => (e.client ?? t).delete({
492
+ }), D = (e) => (e.client ?? t).delete({
478
493
  security: [
479
494
  {
480
495
  key: "HTTPBearer",
@@ -484,7 +499,7 @@ const a = (e) => (e?.client ?? t).get({
484
499
  ],
485
500
  url: "/finops/v1/counterparts/{counterpart_id}",
486
501
  ...e
487
- }), D = (e) => (e.client ?? t).get({
502
+ }), L = (e) => (e.client ?? t).get({
488
503
  security: [
489
504
  {
490
505
  key: "HTTPBearer",
@@ -494,7 +509,7 @@ const a = (e) => (e?.client ?? t).get({
494
509
  ],
495
510
  url: "/finops/v1/counterparts/{counterpart_id}",
496
511
  ...e
497
- }), L = (e) => (e.client ?? t).patch({
512
+ }), w = (e) => (e.client ?? t).patch({
498
513
  security: [
499
514
  {
500
515
  key: "HTTPBearer",
@@ -508,7 +523,7 @@ const a = (e) => (e?.client ?? t).get({
508
523
  "Content-Type": "application/json",
509
524
  ...e.headers
510
525
  }
511
- }), w = (e) => (e.client ?? t).get({
526
+ }), V = (e) => (e.client ?? t).get({
512
527
  security: [
513
528
  {
514
529
  key: "HTTPBearer",
@@ -518,7 +533,7 @@ const a = (e) => (e?.client ?? t).get({
518
533
  ],
519
534
  url: "/finops/v1/counterparts/{counterpart_id}/addresses",
520
535
  ...e
521
- }), V = (e) => (e.client ?? t).post({
536
+ }), z = (e) => (e.client ?? t).post({
522
537
  security: [
523
538
  {
524
539
  key: "HTTPBearer",
@@ -532,7 +547,7 @@ const a = (e) => (e?.client ?? t).get({
532
547
  "Content-Type": "application/json",
533
548
  ...e.headers
534
549
  }
535
- }), z = (e) => (e.client ?? t).patch({
550
+ }), F = (e) => (e.client ?? t).patch({
536
551
  security: [
537
552
  {
538
553
  key: "HTTPBearer",
@@ -546,7 +561,7 @@ const a = (e) => (e?.client ?? t).get({
546
561
  "Content-Type": "application/json",
547
562
  ...e.headers
548
563
  }
549
- }), F = (e) => (e.client ?? t).get({
564
+ }), K = (e) => (e.client ?? t).get({
550
565
  security: [
551
566
  {
552
567
  key: "HTTPBearer",
@@ -556,7 +571,7 @@ const a = (e) => (e?.client ?? t).get({
556
571
  ],
557
572
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
558
573
  ...e
559
- }), K = (e) => (e.client ?? t).post({
574
+ }), W = (e) => (e.client ?? t).post({
560
575
  security: [
561
576
  {
562
577
  key: "HTTPBearer",
@@ -570,7 +585,7 @@ const a = (e) => (e?.client ?? t).get({
570
585
  "Content-Type": "application/json",
571
586
  ...e.headers
572
587
  }
573
- }), W = (e) => (e.client ?? t).delete({
588
+ }), Y = (e) => (e.client ?? t).delete({
574
589
  security: [
575
590
  {
576
591
  key: "HTTPBearer",
@@ -580,7 +595,7 @@ const a = (e) => (e?.client ?? t).get({
580
595
  ],
581
596
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
582
597
  ...e
583
- }), Y = (e) => (e.client ?? t).patch({
598
+ }), $ = (e) => (e.client ?? t).patch({
584
599
  security: [
585
600
  {
586
601
  key: "HTTPBearer",
@@ -594,7 +609,7 @@ const a = (e) => (e?.client ?? t).get({
594
609
  "Content-Type": "application/json",
595
610
  ...e.headers
596
611
  }
597
- }), $ = (e) => (e.client ?? t).post({
612
+ }), q = (e) => (e.client ?? t).post({
598
613
  security: [
599
614
  {
600
615
  key: "HTTPBearer",
@@ -604,7 +619,7 @@ const a = (e) => (e?.client ?? t).get({
604
619
  ],
605
620
  url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default",
606
621
  ...e
607
- }), q = (e) => (e?.client ?? t).get({
622
+ }), G = (e) => (e?.client ?? t).get({
608
623
  security: [
609
624
  {
610
625
  key: "HTTPBearer",
@@ -614,7 +629,7 @@ const a = (e) => (e?.client ?? t).get({
614
629
  ],
615
630
  url: "/finops/v1/entities/me",
616
631
  ...e
617
- }), G = (e) => (e.client ?? t).get({
632
+ }), J = (e) => (e.client ?? t).get({
618
633
  security: [
619
634
  {
620
635
  key: "HTTPBearer",
@@ -624,7 +639,7 @@ const a = (e) => (e?.client ?? t).get({
624
639
  ],
625
640
  url: "/finops/v1/entities/{entity_id}/settings",
626
641
  ...e
627
- }), J = (e) => (e.client ?? t).patch({
642
+ }), O = (e) => (e.client ?? t).patch({
628
643
  security: [
629
644
  {
630
645
  key: "HTTPBearer",
@@ -638,7 +653,7 @@ const a = (e) => (e?.client ?? t).get({
638
653
  "Content-Type": "application/json",
639
654
  ...e.headers
640
655
  }
641
- }), O = (e) => (e.client ?? t).get({
656
+ }), Q = (e) => (e.client ?? t).get({
642
657
  security: [
643
658
  {
644
659
  key: "HTTPBearer",
@@ -648,7 +663,7 @@ const a = (e) => (e?.client ?? t).get({
648
663
  ],
649
664
  url: "/finops/v1/entity-users",
650
665
  ...e
651
- }), Q = (e) => (e?.client ?? t).get({
666
+ }), N = (e) => (e?.client ?? t).get({
652
667
  security: [
653
668
  {
654
669
  key: "HTTPBearer",
@@ -658,7 +673,7 @@ const a = (e) => (e?.client ?? t).get({
658
673
  ],
659
674
  url: "/finops/v1/entity-users/me",
660
675
  ...e
661
- }), N = (e) => (e?.client ?? t).get({
676
+ }), X = (e) => (e?.client ?? t).get({
662
677
  security: [
663
678
  {
664
679
  key: "HTTPBearer",
@@ -668,7 +683,7 @@ const a = (e) => (e?.client ?? t).get({
668
683
  ],
669
684
  url: "/finops/v1/entity-users/my-entity",
670
685
  ...e
671
- }), X = (e) => (e.client ?? t).get({
686
+ }), Z = (e) => (e.client ?? t).get({
672
687
  security: [
673
688
  {
674
689
  key: "HTTPBearer",
@@ -678,7 +693,7 @@ const a = (e) => (e?.client ?? t).get({
678
693
  ],
679
694
  url: "/finops/v1/ledger-accounts",
680
695
  ...e
681
- }), Z = (e) => (e.client ?? t).get({
696
+ }), ee = (e) => (e.client ?? t).get({
682
697
  security: [
683
698
  {
684
699
  key: "HTTPBearer",
@@ -688,7 +703,7 @@ const a = (e) => (e?.client ?? t).get({
688
703
  ],
689
704
  url: "/finops/v1/measure-units",
690
705
  ...e
691
- }), ee = (e) => (e.client ?? t).post({
706
+ }), te = (e) => (e.client ?? t).post({
692
707
  security: [
693
708
  {
694
709
  key: "HTTPBearer",
@@ -702,7 +717,7 @@ const a = (e) => (e?.client ?? t).get({
702
717
  "Content-Type": "application/json",
703
718
  ...e.headers
704
719
  }
705
- }), te = (e) => (e.client ?? t).delete({
720
+ }), re = (e) => (e.client ?? t).delete({
706
721
  security: [
707
722
  {
708
723
  key: "HTTPBearer",
@@ -712,7 +727,7 @@ const a = (e) => (e?.client ?? t).get({
712
727
  ],
713
728
  url: "/finops/v1/measure-units/{unit_id}",
714
729
  ...e
715
- }), re = (e) => (e.client ?? t).patch({
730
+ }), ae = (e) => (e.client ?? t).patch({
716
731
  security: [
717
732
  {
718
733
  key: "HTTPBearer",
@@ -726,7 +741,7 @@ const a = (e) => (e?.client ?? t).get({
726
741
  "Content-Type": "application/json",
727
742
  ...e.headers
728
743
  }
729
- }), ae = (e) => (e.client ?? t).get({
744
+ }), se = (e) => (e.client ?? t).get({
730
745
  security: [
731
746
  {
732
747
  key: "HTTPBearer",
@@ -736,7 +751,7 @@ const a = (e) => (e?.client ?? t).get({
736
751
  ],
737
752
  url: "/finops/v1/payables",
738
753
  ...e
739
- }), se = (e) => (e.client ?? t).get({
754
+ }), ne = (e) => (e.client ?? t).get({
740
755
  security: [
741
756
  {
742
757
  key: "HTTPBearer",
@@ -746,7 +761,7 @@ const a = (e) => (e?.client ?? t).get({
746
761
  ],
747
762
  url: "/finops/v1/payment-terms",
748
763
  ...e
749
- }), ne = (e) => (e.client ?? t).get({
764
+ }), ce = (e) => (e.client ?? t).get({
750
765
  security: [
751
766
  {
752
767
  key: "HTTPBearer",
@@ -756,7 +771,7 @@ const a = (e) => (e?.client ?? t).get({
756
771
  ],
757
772
  url: "/finops/v1/products",
758
773
  ...e
759
- }), ce = (e) => (e.client ?? t).post({
774
+ }), pe = (e) => (e.client ?? t).post({
760
775
  security: [
761
776
  {
762
777
  key: "HTTPBearer",
@@ -770,7 +785,7 @@ const a = (e) => (e?.client ?? t).get({
770
785
  "Content-Type": "application/json",
771
786
  ...e.headers
772
787
  }
773
- }), pe = (e) => (e.client ?? t).delete({
788
+ }), ie = (e) => (e.client ?? t).delete({
774
789
  security: [
775
790
  {
776
791
  key: "HTTPBearer",
@@ -780,7 +795,7 @@ const a = (e) => (e?.client ?? t).get({
780
795
  ],
781
796
  url: "/finops/v1/products/{product_id}",
782
797
  ...e
783
- }), ie = (e) => (e.client ?? t).get({
798
+ }), oe = (e) => (e.client ?? t).get({
784
799
  security: [
785
800
  {
786
801
  key: "HTTPBearer",
@@ -790,7 +805,7 @@ const a = (e) => (e?.client ?? t).get({
790
805
  ],
791
806
  url: "/finops/v1/products/{product_id}",
792
807
  ...e
793
- }), oe = (e) => (e.client ?? t).patch({
808
+ }), ye = (e) => (e.client ?? t).patch({
794
809
  security: [
795
810
  {
796
811
  key: "HTTPBearer",
@@ -804,7 +819,7 @@ const a = (e) => (e?.client ?? t).get({
804
819
  "Content-Type": "application/json",
805
820
  ...e.headers
806
821
  }
807
- }), ye = (e) => (e.client ?? t).get({
822
+ }), le = (e) => (e.client ?? t).get({
808
823
  security: [
809
824
  {
810
825
  key: "HTTPBearer",
@@ -814,7 +829,7 @@ const a = (e) => (e?.client ?? t).get({
814
829
  ],
815
830
  url: "/finops/v1/receipts",
816
831
  ...e
817
- }), le = (e) => (e.client ?? t).delete({
832
+ }), he = (e) => (e.client ?? t).delete({
818
833
  security: [
819
834
  {
820
835
  key: "HTTPBearer",
@@ -824,7 +839,7 @@ const a = (e) => (e?.client ?? t).get({
824
839
  ],
825
840
  url: "/finops/v1/receipts/{receipt_id}",
826
841
  ...e
827
- }), he = (e) => (e.client ?? t).patch({
842
+ }), de = (e) => (e.client ?? t).patch({
828
843
  security: [
829
844
  {
830
845
  key: "HTTPBearer",
@@ -838,7 +853,7 @@ const a = (e) => (e?.client ?? t).get({
838
853
  "Content-Type": "application/json",
839
854
  ...e.headers
840
855
  }
841
- }), de = (e) => (e.client ?? t).get({
856
+ }), ue = (e) => (e.client ?? t).get({
842
857
  security: [
843
858
  {
844
859
  key: "HTTPBearer",
@@ -848,7 +863,7 @@ const a = (e) => (e?.client ?? t).get({
848
863
  ],
849
864
  url: "/finops/v1/receivables",
850
865
  ...e
851
- }), ue = (e) => (e.client ?? t).post({
866
+ }), ke = (e) => (e.client ?? t).post({
852
867
  security: [
853
868
  {
854
869
  key: "HTTPBearer",
@@ -862,7 +877,7 @@ const a = (e) => (e?.client ?? t).get({
862
877
  "Content-Type": "application/json",
863
878
  ...e.headers
864
879
  }
865
- }), ke = (e) => (e.client ?? t).delete({
880
+ }), be = (e) => (e.client ?? t).delete({
866
881
  security: [
867
882
  {
868
883
  key: "HTTPBearer",
@@ -872,7 +887,7 @@ const a = (e) => (e?.client ?? t).get({
872
887
  ],
873
888
  url: "/finops/v1/receivables/{receivable_id}",
874
889
  ...e
875
- }), be = (e) => (e.client ?? t).get({
890
+ }), Te = (e) => (e.client ?? t).get({
876
891
  security: [
877
892
  {
878
893
  key: "HTTPBearer",
@@ -882,7 +897,7 @@ const a = (e) => (e?.client ?? t).get({
882
897
  ],
883
898
  url: "/finops/v1/receivables/{receivable_id}",
884
899
  ...e
885
- }), Te = (e) => (e.client ?? t).patch({
900
+ }), me = (e) => (e.client ?? t).patch({
886
901
  security: [
887
902
  {
888
903
  key: "HTTPBearer",
@@ -896,7 +911,7 @@ const a = (e) => (e?.client ?? t).get({
896
911
  "Content-Type": "application/json",
897
912
  ...e.headers
898
913
  }
899
- }), me = (e) => (e.client ?? t).post({
914
+ }), ve = (e) => (e.client ?? t).post({
900
915
  security: [
901
916
  {
902
917
  key: "HTTPBearer",
@@ -910,7 +925,7 @@ const a = (e) => (e?.client ?? t).get({
910
925
  "Content-Type": "application/json",
911
926
  ...e.headers
912
927
  }
913
- }), ve = (e) => (e.client ?? t).post({
928
+ }), Pe = (e) => (e.client ?? t).post({
914
929
  security: [
915
930
  {
916
931
  key: "HTTPBearer",
@@ -920,7 +935,7 @@ const a = (e) => (e?.client ?? t).get({
920
935
  ],
921
936
  url: "/finops/v1/receivables/{receivable_id}/cancel",
922
937
  ...e
923
- }), Pe = (e) => (e.client ?? t).post({
938
+ }), ge = (e) => (e.client ?? t).post({
924
939
  security: [
925
940
  {
926
941
  key: "HTTPBearer",
@@ -930,7 +945,7 @@ const a = (e) => (e?.client ?? t).get({
930
945
  ],
931
946
  url: "/finops/v1/receivables/{receivable_id}/clone",
932
947
  ...e
933
- }), ge = (e) => (e.client ?? t).post({
948
+ }), Be = (e) => (e.client ?? t).post({
934
949
  security: [
935
950
  {
936
951
  key: "HTTPBearer",
@@ -944,7 +959,7 @@ const a = (e) => (e?.client ?? t).get({
944
959
  "Content-Type": "application/json",
945
960
  ...e.headers
946
961
  }
947
- }), Be = (e) => (e.client ?? t).get({
962
+ }), Ae = (e) => (e.client ?? t).get({
948
963
  security: [
949
964
  {
950
965
  key: "HTTPBearer",
@@ -954,7 +969,7 @@ const a = (e) => (e?.client ?? t).get({
954
969
  ],
955
970
  url: "/finops/v1/receivables/{receivable_id}/history",
956
971
  ...e
957
- }), Ae = (e) => (e.client ?? t).post({
972
+ }), fe = (e) => (e.client ?? t).post({
958
973
  security: [
959
974
  {
960
975
  key: "HTTPBearer",
@@ -964,7 +979,7 @@ const a = (e) => (e?.client ?? t).get({
964
979
  ],
965
980
  url: "/finops/v1/receivables/{receivable_id}/issue",
966
981
  ...e
967
- }), fe = (e) => (e.client ?? t).put({
982
+ }), He = (e) => (e.client ?? t).put({
968
983
  security: [
969
984
  {
970
985
  key: "HTTPBearer",
@@ -978,7 +993,7 @@ const a = (e) => (e?.client ?? t).get({
978
993
  "Content-Type": "application/json",
979
994
  ...e.headers
980
995
  }
981
- }), He = (e) => (e.client ?? t).get({
996
+ }), Ce = (e) => (e.client ?? t).get({
982
997
  security: [
983
998
  {
984
999
  key: "HTTPBearer",
@@ -988,7 +1003,7 @@ const a = (e) => (e?.client ?? t).get({
988
1003
  ],
989
1004
  url: "/finops/v1/receivables/{receivable_id}/mails",
990
1005
  ...e
991
- }), Ce = (e) => (e.client ?? t).post({
1006
+ }), Re = (e) => (e.client ?? t).post({
992
1007
  security: [
993
1008
  {
994
1009
  key: "HTTPBearer",
@@ -1002,7 +1017,7 @@ const a = (e) => (e?.client ?? t).get({
1002
1017
  "Content-Type": "application/json",
1003
1018
  ...e.headers
1004
1019
  }
1005
- }), Re = (e) => (e.client ?? t).post({
1020
+ }), Ie = (e) => (e.client ?? t).post({
1006
1021
  security: [
1007
1022
  {
1008
1023
  key: "HTTPBearer",
@@ -1016,7 +1031,7 @@ const a = (e) => (e?.client ?? t).get({
1016
1031
  "Content-Type": "application/json",
1017
1032
  ...e.headers
1018
1033
  }
1019
- }), Ie = (e) => (e.client ?? t).post({
1034
+ }), Ue = (e) => (e.client ?? t).post({
1020
1035
  security: [
1021
1036
  {
1022
1037
  key: "HTTPBearer",
@@ -1030,7 +1045,7 @@ const a = (e) => (e?.client ?? t).get({
1030
1045
  "Content-Type": "application/json",
1031
1046
  ...e.headers
1032
1047
  }
1033
- }), Ue = (e) => (e.client ?? t).get({
1048
+ }), Ee = (e) => (e.client ?? t).get({
1034
1049
  security: [
1035
1050
  {
1036
1051
  key: "HTTPBearer",
@@ -1040,7 +1055,7 @@ const a = (e) => (e?.client ?? t).get({
1040
1055
  ],
1041
1056
  url: "/finops/v1/receivables/{receivable_id}/pdf-link",
1042
1057
  ...e
1043
- }), Ee = (e) => (e.client ?? t).post({
1058
+ }), je = (e) => (e.client ?? t).post({
1044
1059
  security: [
1045
1060
  {
1046
1061
  key: "HTTPBearer",
@@ -1054,7 +1069,7 @@ const a = (e) => (e?.client ?? t).get({
1054
1069
  "Content-Type": "application/json",
1055
1070
  ...e.headers
1056
1071
  }
1057
- }), je = (e) => (e.client ?? t).get(
1072
+ }), _e = (e) => (e.client ?? t).get(
1058
1073
  {
1059
1074
  security: [
1060
1075
  {
@@ -1066,7 +1081,7 @@ const a = (e) => (e?.client ?? t).get({
1066
1081
  url: "/finops/v1/tags",
1067
1082
  ...e
1068
1083
  }
1069
- ), _e = (e) => (e.client ?? t).post({
1084
+ ), Se = (e) => (e.client ?? t).post({
1070
1085
  security: [
1071
1086
  {
1072
1087
  key: "HTTPBearer",
@@ -1080,7 +1095,7 @@ const a = (e) => (e?.client ?? t).get({
1080
1095
  "Content-Type": "application/json",
1081
1096
  ...e.headers
1082
1097
  }
1083
- }), Se = (e) => (e.client ?? t).delete({
1098
+ }), xe = (e) => (e.client ?? t).delete({
1084
1099
  security: [
1085
1100
  {
1086
1101
  key: "HTTPBearer",
@@ -1090,7 +1105,7 @@ const a = (e) => (e?.client ?? t).get({
1090
1105
  ],
1091
1106
  url: "/finops/v1/tags/{tag_id}",
1092
1107
  ...e
1093
- }), xe = (e) => (e.client ?? t).patch({
1108
+ }), Me = (e) => (e.client ?? t).patch({
1094
1109
  security: [
1095
1110
  {
1096
1111
  key: "HTTPBearer",
@@ -1104,7 +1119,7 @@ const a = (e) => (e?.client ?? t).get({
1104
1119
  "Content-Type": "application/json",
1105
1120
  ...e.headers
1106
1121
  }
1107
- }), Me = (e) => (e.client ?? t).get({
1122
+ }), De = (e) => (e.client ?? t).get({
1108
1123
  security: [
1109
1124
  {
1110
1125
  key: "HTTPBearer",
@@ -1114,7 +1129,7 @@ const a = (e) => (e?.client ?? t).get({
1114
1129
  ],
1115
1130
  url: "/finops/v1/transactions",
1116
1131
  ...e
1117
- }), De = (e) => (e.client ?? t).get({
1132
+ }), Le = (e) => (e.client ?? t).get({
1118
1133
  security: [
1119
1134
  {
1120
1135
  key: "HTTPBearer",
@@ -1124,7 +1139,7 @@ const a = (e) => (e?.client ?? t).get({
1124
1139
  ],
1125
1140
  url: "/finops/v1/transactions/validations",
1126
1141
  ...e
1127
- }), Le = (e) => (e.client ?? t).put({
1142
+ }), we = (e) => (e.client ?? t).put({
1128
1143
  security: [
1129
1144
  {
1130
1145
  key: "HTTPBearer",
@@ -1138,7 +1153,7 @@ const a = (e) => (e?.client ?? t).get({
1138
1153
  "Content-Type": "application/json",
1139
1154
  ...e.headers
1140
1155
  }
1141
- }), we = (e) => (e?.client ?? t).get({
1156
+ }), Ve = (e) => (e?.client ?? t).get({
1142
1157
  security: [
1143
1158
  {
1144
1159
  key: "APPToken",
@@ -1153,7 +1168,7 @@ const a = (e) => (e?.client ?? t).get({
1153
1168
  ],
1154
1169
  url: "/identity/v1/departments",
1155
1170
  ...e
1156
- }), Ve = (e) => (e.client ?? t).post({
1171
+ }), ze = (e) => (e.client ?? t).post({
1157
1172
  security: [
1158
1173
  {
1159
1174
  key: "APPToken",
@@ -1172,7 +1187,7 @@ const a = (e) => (e?.client ?? t).get({
1172
1187
  "Content-Type": "application/json",
1173
1188
  ...e.headers
1174
1189
  }
1175
- }), ze = (e) => (e.client ?? t).delete({
1190
+ }), Fe = (e) => (e.client ?? t).delete({
1176
1191
  security: [
1177
1192
  {
1178
1193
  key: "APPToken",
@@ -1187,7 +1202,7 @@ const a = (e) => (e?.client ?? t).get({
1187
1202
  ],
1188
1203
  url: "/identity/v1/departments/{departmentId}",
1189
1204
  ...e
1190
- }), Fe = (e) => (e.client ?? t).get({
1205
+ }), Ke = (e) => (e.client ?? t).get({
1191
1206
  security: [
1192
1207
  {
1193
1208
  key: "APPToken",
@@ -1202,7 +1217,7 @@ const a = (e) => (e?.client ?? t).get({
1202
1217
  ],
1203
1218
  url: "/identity/v1/departments/{departmentId}",
1204
1219
  ...e
1205
- }), Ke = (e) => (e.client ?? t).put({
1220
+ }), We = (e) => (e.client ?? t).put({
1206
1221
  security: [
1207
1222
  {
1208
1223
  key: "APPToken",
@@ -1221,7 +1236,7 @@ const a = (e) => (e?.client ?? t).get({
1221
1236
  "Content-Type": "application/json",
1222
1237
  ...e.headers
1223
1238
  }
1224
- }), We = (e) => (e.client ?? t).post({
1239
+ }), Ye = (e) => (e.client ?? t).post({
1225
1240
  security: [
1226
1241
  {
1227
1242
  key: "APPToken",
@@ -1240,7 +1255,7 @@ const a = (e) => (e?.client ?? t).get({
1240
1255
  "Content-Type": "application/json",
1241
1256
  ...e.headers
1242
1257
  }
1243
- }), Ye = (e) => (e?.client ?? t).get({
1258
+ }), $e = (e) => (e?.client ?? t).get({
1244
1259
  security: [
1245
1260
  {
1246
1261
  key: "APPToken",
@@ -1255,7 +1270,7 @@ const a = (e) => (e?.client ?? t).get({
1255
1270
  ],
1256
1271
  url: "/identity/v1/locations",
1257
1272
  ...e
1258
- }), $e = (e) => (e.client ?? t).post({
1273
+ }), qe = (e) => (e.client ?? t).post({
1259
1274
  security: [
1260
1275
  {
1261
1276
  key: "APPToken",
@@ -1274,7 +1289,7 @@ const a = (e) => (e?.client ?? t).get({
1274
1289
  "Content-Type": "application/json",
1275
1290
  ...e.headers
1276
1291
  }
1277
- }), qe = (e) => (e.client ?? t).delete({
1292
+ }), Ge = (e) => (e.client ?? t).delete({
1278
1293
  security: [
1279
1294
  {
1280
1295
  key: "APPToken",
@@ -1289,7 +1304,7 @@ const a = (e) => (e?.client ?? t).get({
1289
1304
  ],
1290
1305
  url: "/identity/v1/locations/{locationId}",
1291
1306
  ...e
1292
- }), Ge = (e) => (e.client ?? t).get({
1307
+ }), Je = (e) => (e.client ?? t).get({
1293
1308
  security: [
1294
1309
  {
1295
1310
  key: "APPToken",
@@ -1304,7 +1319,7 @@ const a = (e) => (e?.client ?? t).get({
1304
1319
  ],
1305
1320
  url: "/identity/v1/locations/{locationId}",
1306
1321
  ...e
1307
- }), Je = (e) => (e.client ?? t).put({
1322
+ }), Oe = (e) => (e.client ?? t).put({
1308
1323
  security: [
1309
1324
  {
1310
1325
  key: "APPToken",
@@ -1323,7 +1338,7 @@ const a = (e) => (e?.client ?? t).get({
1323
1338
  "Content-Type": "application/json",
1324
1339
  ...e.headers
1325
1340
  }
1326
- }), Oe = (e) => (e.client ?? t).post({
1341
+ }), Qe = (e) => (e.client ?? t).post({
1327
1342
  security: [
1328
1343
  {
1329
1344
  key: "APPToken",
@@ -1342,7 +1357,7 @@ const a = (e) => (e?.client ?? t).get({
1342
1357
  "Content-Type": "application/json",
1343
1358
  ...e.headers
1344
1359
  }
1345
- }), Qe = (e) => (e?.client ?? t).get({
1360
+ }), Ne = (e) => (e?.client ?? t).get({
1346
1361
  security: [
1347
1362
  {
1348
1363
  key: "APPToken",
@@ -1357,7 +1372,7 @@ const a = (e) => (e?.client ?? t).get({
1357
1372
  ],
1358
1373
  url: "/identity/v1/roles",
1359
1374
  ...e
1360
- }), Ne = (e) => (e.client ?? t).post({
1375
+ }), Xe = (e) => (e.client ?? t).post({
1361
1376
  security: [
1362
1377
  {
1363
1378
  key: "APPToken",
@@ -1376,7 +1391,7 @@ const a = (e) => (e?.client ?? t).get({
1376
1391
  "Content-Type": "application/json",
1377
1392
  ...e.headers
1378
1393
  }
1379
- }), Xe = (e) => (e.client ?? t).get({
1394
+ }), Ze = (e) => (e.client ?? t).get({
1380
1395
  security: [
1381
1396
  {
1382
1397
  key: "HTTPBearer",
@@ -1386,7 +1401,7 @@ const a = (e) => (e?.client ?? t).get({
1386
1401
  ],
1387
1402
  url: "/identity/v1/user-data/{key}",
1388
1403
  ...e
1389
- }), Ze = (e) => (e.client ?? t).put({
1404
+ }), et = (e) => (e.client ?? t).put({
1390
1405
  security: [
1391
1406
  {
1392
1407
  key: "HTTPBearer",
@@ -1400,7 +1415,7 @@ const a = (e) => (e?.client ?? t).get({
1400
1415
  "Content-Type": "application/json",
1401
1416
  ...e.headers
1402
1417
  }
1403
- }), et = (e) => (e?.client ?? t).get({
1418
+ }), tt = (e) => (e?.client ?? t).get({
1404
1419
  security: [
1405
1420
  {
1406
1421
  key: "APPToken",
@@ -1415,7 +1430,7 @@ const a = (e) => (e?.client ?? t).get({
1415
1430
  ],
1416
1431
  url: "/identity/v1/users",
1417
1432
  ...e
1418
- }), tt = (e) => (e.client ?? t).post({
1433
+ }), rt = (e) => (e.client ?? t).post({
1419
1434
  security: [
1420
1435
  {
1421
1436
  key: "APPToken",
@@ -1434,7 +1449,7 @@ const a = (e) => (e?.client ?? t).get({
1434
1449
  "Content-Type": "application/json",
1435
1450
  ...e.headers
1436
1451
  }
1437
- }), rt = (e) => (e.client ?? t).patch({
1452
+ }), at = (e) => (e.client ?? t).patch({
1438
1453
  security: [
1439
1454
  {
1440
1455
  key: "APPToken",
@@ -1453,7 +1468,7 @@ const a = (e) => (e?.client ?? t).get({
1453
1468
  "Content-Type": "application/json",
1454
1469
  ...e.headers
1455
1470
  }
1456
- }), at = (e) => (e.client ?? t).post({
1471
+ }), st = (e) => (e.client ?? t).post({
1457
1472
  security: [
1458
1473
  {
1459
1474
  key: "APPToken",
@@ -1470,113 +1485,114 @@ const a = (e) => (e?.client ?? t).get({
1470
1485
  ...e
1471
1486
  });
1472
1487
  export {
1473
- We as bulkUpdateDepartmentMembers,
1474
- Oe as bulkUpdateLocationMembers,
1475
- Ne as bulkUpdateRoleMembers,
1476
- m as connectExternalBankAccount,
1477
- H as createAchMoneyMovement,
1488
+ Ye as bulkUpdateDepartmentMembers,
1489
+ Qe as bulkUpdateLocationMembers,
1490
+ Xe as bulkUpdateRoleMembers,
1491
+ v as connectExternalBankAccount,
1492
+ C as createAchMoneyMovement,
1478
1493
  n as createApplication,
1479
1494
  o as createBankAccount,
1480
- C as createBookTransfer,
1481
- Ve as createDepartment,
1482
- $e as createLocation,
1483
- tt as createUser,
1484
- ze as deactivateDepartment,
1485
- qe as deactivateLocation,
1486
- j as deleteApprovalPoliciesId,
1487
- M as deleteCounterpartsId,
1488
- W as deleteCounterpartsIdBankAccountsId,
1489
- te as deleteMeasureUnitsId,
1490
- pe as deleteProductsId,
1491
- le as deleteReceiptsId,
1492
- ke as deleteReceivablesId,
1493
- Se as deleteTagsId,
1494
- at as disableUser,
1495
- R as getAnalyticsPayables,
1496
- I as getAnalyticsReceivables,
1495
+ R as createBookTransfer,
1496
+ ze as createDepartment,
1497
+ qe as createLocation,
1498
+ rt as createUser,
1499
+ Fe as deactivateDepartment,
1500
+ Ge as deactivateLocation,
1501
+ _ as deleteApprovalPoliciesId,
1502
+ D as deleteCounterpartsId,
1503
+ Y as deleteCounterpartsIdBankAccountsId,
1504
+ re as deleteMeasureUnitsId,
1505
+ ie as deleteProductsId,
1506
+ he as deleteReceiptsId,
1507
+ be as deleteReceivablesId,
1508
+ xe as deleteTagsId,
1509
+ st as disableUser,
1510
+ b as downloadBankAccountTransactions,
1511
+ I as getAnalyticsPayables,
1512
+ U as getAnalyticsReceivables,
1497
1513
  a as getApiWidgetGatewayInit,
1498
1514
  s as getApplicationStatus,
1499
- U as getApprovalPolicies,
1515
+ E as getApprovalPolicies,
1500
1516
  l as getBankAccount,
1501
1517
  d as getBankAccountAccess,
1502
1518
  k as getBankAccountTransactions,
1503
- b as getBankAccountTransfers,
1519
+ T as getBankAccountTransfers,
1504
1520
  i as getBankAccounts,
1505
- S as getCounterparts,
1506
- D as getCounterpartsId,
1507
- w as getCounterpartsIdAddresses,
1508
- F as getCounterpartsIdBankAccounts,
1509
- Fe as getDepartment,
1510
- G as getEntitiesIdSettings,
1511
- q as getEntitiesMe,
1512
- O as getEntityUsers,
1513
- Q as getEntityUsersMe,
1514
- N as getEntityUsersMyEntity,
1515
- g as getExternalBankAccountAccess,
1516
- T as getExternalBankAccounts,
1517
- X as getLedgerAccounts,
1518
- Ge as getLocation,
1519
- Z as getMeasureUnits,
1520
- ae as getPayables,
1521
- se as getPaymentTerms,
1522
- ne as getProducts,
1523
- ie as getProductsId,
1524
- ye as getReceipts,
1525
- de as getReceivables,
1526
- be as getReceivablesId,
1527
- Be as getReceivablesIdHistory,
1528
- He as getReceivablesIdMails,
1529
- Ue as getReceivablesIdPdfLink,
1530
- je as getTags,
1531
- Me as getTransactions,
1532
- De as getTransactionsValidations,
1533
- Xe as getUserData,
1534
- et as getUsers,
1521
+ x as getCounterparts,
1522
+ L as getCounterpartsId,
1523
+ V as getCounterpartsIdAddresses,
1524
+ K as getCounterpartsIdBankAccounts,
1525
+ Ke as getDepartment,
1526
+ J as getEntitiesIdSettings,
1527
+ G as getEntitiesMe,
1528
+ Q as getEntityUsers,
1529
+ N as getEntityUsersMe,
1530
+ X as getEntityUsersMyEntity,
1531
+ B as getExternalBankAccountAccess,
1532
+ m as getExternalBankAccounts,
1533
+ Z as getLedgerAccounts,
1534
+ Je as getLocation,
1535
+ ee as getMeasureUnits,
1536
+ se as getPayables,
1537
+ ne as getPaymentTerms,
1538
+ ce as getProducts,
1539
+ oe as getProductsId,
1540
+ le as getReceipts,
1541
+ ue as getReceivables,
1542
+ Te as getReceivablesId,
1543
+ Ae as getReceivablesIdHistory,
1544
+ Ce as getReceivablesIdMails,
1545
+ Ee as getReceivablesIdPdfLink,
1546
+ _e as getTags,
1547
+ De as getTransactions,
1548
+ Le as getTransactionsValidations,
1549
+ Ze as getUserData,
1550
+ tt as getUsers,
1535
1551
  u as grantBankAccountAccess,
1536
- B as grantExternalBankAccountAccess,
1537
- A as linkExternalBankAccount,
1538
- we as listDepartments,
1539
- Ye as listLocations,
1540
- Qe as listRoles,
1552
+ A as grantExternalBankAccountAccess,
1553
+ f as linkExternalBankAccount,
1554
+ Ve as listDepartments,
1555
+ $e as listLocations,
1556
+ Ne as listRoles,
1541
1557
  y as manageBankAccountAccess,
1542
- _ as patchApprovalPoliciesId,
1543
- L as patchCounterpartsId,
1544
- z as patchCounterpartsIdAddressesId,
1545
- Y as patchCounterpartsIdBankAccountsId,
1546
- J as patchEntitiesIdSettings,
1547
- re as patchMeasureUnitsId,
1548
- oe as patchProductsId,
1549
- he as patchReceiptsId,
1550
- Te as patchReceivablesId,
1551
- xe as patchTagsId,
1552
- E as postApprovalPolicies,
1553
- x as postCounterparts,
1554
- V as postCounterpartsIdAddresses,
1555
- K as postCounterpartsIdBankAccounts,
1556
- $ as postCounterpartsIdBankAccountsIdMakeDefault,
1557
- ee as postMeasureUnits,
1558
- ce as postProducts,
1559
- ue as postReceivables,
1560
- me as postReceivablesIdAccept,
1561
- ve as postReceivablesIdCancel,
1562
- Pe as postReceivablesIdClone,
1563
- ge as postReceivablesIdDecline,
1564
- Ae as postReceivablesIdIssue,
1565
- Ce as postReceivablesIdMarkAsPaid,
1566
- Re as postReceivablesIdMarkAsPartiallyPaid,
1567
- Ie as postReceivablesIdMarkAsUncollectible,
1568
- Ee as postReceivablesIdSend,
1569
- _e as postTags,
1570
- fe as putReceivablesIdLineItems,
1571
- Le as putTransactionsValidations,
1558
+ S as patchApprovalPoliciesId,
1559
+ w as patchCounterpartsId,
1560
+ F as patchCounterpartsIdAddressesId,
1561
+ $ as patchCounterpartsIdBankAccountsId,
1562
+ O as patchEntitiesIdSettings,
1563
+ ae as patchMeasureUnitsId,
1564
+ ye as patchProductsId,
1565
+ de as patchReceiptsId,
1566
+ me as patchReceivablesId,
1567
+ Me as patchTagsId,
1568
+ j as postApprovalPolicies,
1569
+ M as postCounterparts,
1570
+ z as postCounterpartsIdAddresses,
1571
+ W as postCounterpartsIdBankAccounts,
1572
+ q as postCounterpartsIdBankAccountsIdMakeDefault,
1573
+ te as postMeasureUnits,
1574
+ pe as postProducts,
1575
+ ke as postReceivables,
1576
+ ve as postReceivablesIdAccept,
1577
+ Pe as postReceivablesIdCancel,
1578
+ ge as postReceivablesIdClone,
1579
+ Be as postReceivablesIdDecline,
1580
+ fe as postReceivablesIdIssue,
1581
+ Re as postReceivablesIdMarkAsPaid,
1582
+ Ie as postReceivablesIdMarkAsPartiallyPaid,
1583
+ Ue as postReceivablesIdMarkAsUncollectible,
1584
+ je as postReceivablesIdSend,
1585
+ Se as postTags,
1586
+ He as putReceivablesIdLineItems,
1587
+ we as putTransactionsValidations,
1572
1588
  p as submitApplication,
1573
- v as unlinkExternalBankAccount,
1589
+ P as unlinkExternalBankAccount,
1574
1590
  c as updateApplication,
1575
1591
  h as updateBankAccount,
1576
- Ke as updateDepartment,
1577
- P as updateExternalBankAccount,
1578
- Je as updateLocation,
1579
- rt as updateUser,
1580
- Ze as upsertUserData,
1581
- f as validateExternalBankAccount
1592
+ We as updateDepartment,
1593
+ g as updateExternalBankAccount,
1594
+ Oe as updateLocation,
1595
+ at as updateUser,
1596
+ et as upsertUserData,
1597
+ H as validateExternalBankAccount
1582
1598
  };