@ember-finance/sdk 2.0.0-beta.1 → 2.0.0

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 (341) hide show
  1. package/README.md +60 -64
  2. package/dist/index.d.ts +0 -1
  3. package/dist/index.js +1 -1
  4. package/dist/src/abis/index.js +22 -10
  5. package/dist/src/api/api.d.ts +2 -2
  6. package/dist/src/api/api.js +18 -2
  7. package/dist/src/api/apis/accounts-api.d.ts +9 -9
  8. package/dist/src/api/apis/accounts-api.js +73 -63
  9. package/dist/src/api/apis/vaults-api.d.ts +20 -20
  10. package/dist/src/api/apis/vaults-api.js +140 -130
  11. package/dist/src/api/base.d.ts +1 -1
  12. package/dist/src/api/base.js +15 -7
  13. package/dist/src/api/common.d.ts +2 -2
  14. package/dist/src/api/common.js +25 -13
  15. package/dist/src/api/configuration.js +6 -2
  16. package/dist/src/api/index.d.ts +3 -3
  17. package/dist/src/api/index.js +19 -3
  18. package/dist/src/api/models/account-transaction-transaction-data.d.ts +5 -5
  19. package/dist/src/api/models/account-transaction-transaction-data.js +2 -1
  20. package/dist/src/api/models/account-transaction.d.ts +1 -1
  21. package/dist/src/api/models/account-transaction.js +4 -1
  22. package/dist/src/api/models/account-withdrawal-request.d.ts +2 -2
  23. package/dist/src/api/models/account-withdrawal-request.js +4 -1
  24. package/dist/src/api/models/apy-history-v2.d.ts +1 -1
  25. package/dist/src/api/models/apy-history-v2.js +2 -1
  26. package/dist/src/api/models/apy-history.js +2 -1
  27. package/dist/src/api/models/asset.js +2 -1
  28. package/dist/src/api/models/borrowed.d.ts +1 -1
  29. package/dist/src/api/models/borrowed.js +2 -1
  30. package/dist/src/api/models/chain.js +4 -1
  31. package/dist/src/api/models/coin-price.js +2 -1
  32. package/dist/src/api/models/deposit-transaction.d.ts +2 -2
  33. package/dist/src/api/models/deposit-transaction.js +2 -1
  34. package/dist/src/api/models/ember-position.d.ts +1 -1
  35. package/dist/src/api/models/ember-position.js +2 -1
  36. package/dist/src/api/models/exposure-coin.d.ts +1 -1
  37. package/dist/src/api/models/exposure-coin.js +2 -1
  38. package/dist/src/api/models/exposure-protocol.d.ts +6 -6
  39. package/dist/src/api/models/exposure-protocol.js +2 -1
  40. package/dist/src/api/models/exposure.d.ts +2 -2
  41. package/dist/src/api/models/exposure.js +2 -1
  42. package/dist/src/api/models/fee.d.ts +1 -1
  43. package/dist/src/api/models/fee.js +2 -1
  44. package/dist/src/api/models/fees.js +2 -1
  45. package/dist/src/api/models/history-interval.js +4 -1
  46. package/dist/src/api/models/index.d.ts +78 -78
  47. package/dist/src/api/models/index.js +94 -78
  48. package/dist/src/api/models/lp.d.ts +3 -3
  49. package/dist/src/api/models/lp.js +2 -1
  50. package/dist/src/api/models/manager.js +2 -1
  51. package/dist/src/api/models/min-withdrawal-shares-updated-event.js +2 -1
  52. package/dist/src/api/models/perps.d.ts +1 -1
  53. package/dist/src/api/models/perps.js +2 -1
  54. package/dist/src/api/models/pnl-history-interval.js +4 -1
  55. package/dist/src/api/models/pnl-history.js +2 -1
  56. package/dist/src/api/models/poc-report-asset.js +2 -1
  57. package/dist/src/api/models/poc-report-assets.d.ts +1 -1
  58. package/dist/src/api/models/poc-report-assets.js +2 -1
  59. package/dist/src/api/models/poc-report-exchange.d.ts +1 -1
  60. package/dist/src/api/models/poc-report-exchange.js +2 -1
  61. package/dist/src/api/models/poc-report-exchanges.d.ts +1 -1
  62. package/dist/src/api/models/poc-report-exchanges.js +2 -1
  63. package/dist/src/api/models/poc-report-protocol.js +2 -1
  64. package/dist/src/api/models/poc-report-token.js +2 -1
  65. package/dist/src/api/models/poc-report-wallet.d.ts +2 -2
  66. package/dist/src/api/models/poc-report-wallet.js +2 -1
  67. package/dist/src/api/models/poc-report-wallets.d.ts +1 -1
  68. package/dist/src/api/models/poc-report-wallets.js +2 -1
  69. package/dist/src/api/models/position-history-interval.js +4 -1
  70. package/dist/src/api/models/position-history.js +4 -1
  71. package/dist/src/api/models/position-value.js +4 -1
  72. package/dist/src/api/models/position.js +2 -1
  73. package/dist/src/api/models/process-requests-summary-event.js +2 -1
  74. package/dist/src/api/models/proof-of-capital-report.d.ts +3 -3
  75. package/dist/src/api/models/proof-of-capital-report.js +2 -1
  76. package/dist/src/api/models/protocol-fee-collected-event.js +2 -1
  77. package/dist/src/api/models/protocol-info.d.ts +3 -3
  78. package/dist/src/api/models/protocol-info.js +2 -1
  79. package/dist/src/api/models/protocol.js +2 -1
  80. package/dist/src/api/models/raw-event-event-data.d.ts +17 -17
  81. package/dist/src/api/models/raw-event-event-data.js +2 -1
  82. package/dist/src/api/models/raw-event.d.ts +1 -1
  83. package/dist/src/api/models/raw-event.js +4 -1
  84. package/dist/src/api/models/redeem-request-cancelled-transaction.d.ts +2 -2
  85. package/dist/src/api/models/redeem-request-cancelled-transaction.js +2 -1
  86. package/dist/src/api/models/redeem-request-processed-transaction.d.ts +2 -2
  87. package/dist/src/api/models/redeem-request-processed-transaction.js +2 -1
  88. package/dist/src/api/models/redeem-request-skipped-transaction.d.ts +2 -2
  89. package/dist/src/api/models/redeem-request-skipped-transaction.js +2 -1
  90. package/dist/src/api/models/redeem-request-transaction.d.ts +2 -2
  91. package/dist/src/api/models/redeem-request-transaction.js +2 -1
  92. package/dist/src/api/models/reported-apy.js +2 -1
  93. package/dist/src/api/models/request-processed-event.js +2 -1
  94. package/dist/src/api/models/request-redeemed-event.js +2 -1
  95. package/dist/src/api/models/reward-token.js +2 -1
  96. package/dist/src/api/models/reward.d.ts +1 -1
  97. package/dist/src/api/models/reward.js +2 -1
  98. package/dist/src/api/models/share-price-history.js +2 -1
  99. package/dist/src/api/models/strategy-account.d.ts +1 -1
  100. package/dist/src/api/models/strategy-account.js +2 -1
  101. package/dist/src/api/models/strategy.js +2 -1
  102. package/dist/src/api/models/sub-account.d.ts +1 -1
  103. package/dist/src/api/models/sub-account.js +2 -1
  104. package/dist/src/api/models/supplied.d.ts +1 -1
  105. package/dist/src/api/models/supplied.js +2 -1
  106. package/dist/src/api/models/tag.js +2 -1
  107. package/dist/src/api/models/tvl-history.js +2 -1
  108. package/dist/src/api/models/ultra-coin-info.js +2 -1
  109. package/dist/src/api/models/update-vault-strategies.d.ts +1 -1
  110. package/dist/src/api/models/update-vault-strategies.js +2 -1
  111. package/dist/src/api/models/vault-admin-changed-event.js +2 -1
  112. package/dist/src/api/models/vault-created-event.js +2 -1
  113. package/dist/src/api/models/vault-deposit-event.js +2 -1
  114. package/dist/src/api/models/vault-deposit-without-minting-shares-event.js +2 -1
  115. package/dist/src/api/models/vault-detail.d.ts +7 -7
  116. package/dist/src/api/models/vault-detail.js +4 -1
  117. package/dist/src/api/models/vault-fee-percentage-updated-event.js +2 -1
  118. package/dist/src/api/models/vault-info.js +2 -1
  119. package/dist/src/api/models/vault-max-tvl-updated-event.js +2 -1
  120. package/dist/src/api/models/vault-operator-changed-event.js +2 -1
  121. package/dist/src/api/models/vault-paused-status-updated-event.js +2 -1
  122. package/dist/src/api/models/vault-platform-fee-charged-event.js +2 -1
  123. package/dist/src/api/models/vault-protocol.js +2 -1
  124. package/dist/src/api/models/vault-rate-updated-event.js +2 -1
  125. package/dist/src/api/models/vault-slice.js +2 -1
  126. package/dist/src/api/models/vault-sub-account-updated-event.js +2 -1
  127. package/dist/src/api/models/vault-withdrawal-without-redeeming-shares-event.js +2 -1
  128. package/dist/src/api/models/vaults-stats.js +2 -1
  129. package/dist/src/api/models/yield-aggregate-value.js +2 -1
  130. package/dist/src/api/v2/api.d.ts +2 -2
  131. package/dist/src/api/v2/api.js +18 -2
  132. package/dist/src/api/v2/apis/accounts-api.d.ts +9 -9
  133. package/dist/src/api/v2/apis/accounts-api.js +66 -56
  134. package/dist/src/api/v2/apis/vaults-api.d.ts +20 -20
  135. package/dist/src/api/v2/apis/vaults-api.js +124 -114
  136. package/dist/src/api/v2/base.d.ts +1 -1
  137. package/dist/src/api/v2/base.js +15 -7
  138. package/dist/src/api/v2/common.d.ts +2 -2
  139. package/dist/src/api/v2/common.js +25 -13
  140. package/dist/src/api/v2/configuration.js +6 -2
  141. package/dist/src/api/v2/index.d.ts +3 -3
  142. package/dist/src/api/v2/index.js +19 -3
  143. package/dist/src/api/v2/models/account-transaction-transaction-data.d.ts +5 -5
  144. package/dist/src/api/v2/models/account-transaction-transaction-data.js +2 -1
  145. package/dist/src/api/v2/models/account-transaction.d.ts +1 -1
  146. package/dist/src/api/v2/models/account-transaction.js +4 -1
  147. package/dist/src/api/v2/models/account-vault-position-history.js +4 -1
  148. package/dist/src/api/v2/models/account-withdrawal-request.d.ts +2 -2
  149. package/dist/src/api/v2/models/account-withdrawal-request.js +4 -1
  150. package/dist/src/api/v2/models/aggregated-account-position-history.js +4 -1
  151. package/dist/src/api/v2/models/aggregated-proof-of-capital-report.d.ts +2 -2
  152. package/dist/src/api/v2/models/aggregated-proof-of-capital-report.js +2 -1
  153. package/dist/src/api/v2/models/apy-averages.d.ts +1 -1
  154. package/dist/src/api/v2/models/apy-averages.js +2 -1
  155. package/dist/src/api/v2/models/apy-history-response.d.ts +1 -1
  156. package/dist/src/api/v2/models/apy-history-response.js +2 -1
  157. package/dist/src/api/v2/models/apy-history.js +2 -1
  158. package/dist/src/api/v2/models/apy-period-average.js +2 -1
  159. package/dist/src/api/v2/models/asset.js +2 -1
  160. package/dist/src/api/v2/models/borrowed.d.ts +1 -1
  161. package/dist/src/api/v2/models/borrowed.js +2 -1
  162. package/dist/src/api/v2/models/chain-vault-details.d.ts +2 -2
  163. package/dist/src/api/v2/models/chain-vault-details.js +2 -1
  164. package/dist/src/api/v2/models/chain.js +4 -1
  165. package/dist/src/api/v2/models/coin-price.js +2 -1
  166. package/dist/src/api/v2/models/deposit-transaction.d.ts +2 -2
  167. package/dist/src/api/v2/models/deposit-transaction.js +2 -1
  168. package/dist/src/api/v2/models/ember-position.d.ts +1 -1
  169. package/dist/src/api/v2/models/ember-position.js +2 -1
  170. package/dist/src/api/v2/models/evm-contracts.d.ts +5 -5
  171. package/dist/src/api/v2/models/evm-contracts.js +2 -1
  172. package/dist/src/api/v2/models/evm-deposit-token.js +2 -1
  173. package/dist/src/api/v2/models/evm-price-feed.js +2 -1
  174. package/dist/src/api/v2/models/evm-protocol-config.js +2 -1
  175. package/dist/src/api/v2/models/evm-protocol-info.d.ts +1 -1
  176. package/dist/src/api/v2/models/evm-protocol-info.js +2 -1
  177. package/dist/src/api/v2/models/evm-receipt-token.js +2 -1
  178. package/dist/src/api/v2/models/evm-vault.js +2 -1
  179. package/dist/src/api/v2/models/exposure-coin.d.ts +1 -1
  180. package/dist/src/api/v2/models/exposure-coin.js +2 -1
  181. package/dist/src/api/v2/models/exposure-protocol.d.ts +6 -6
  182. package/dist/src/api/v2/models/exposure-protocol.js +2 -1
  183. package/dist/src/api/v2/models/exposure.d.ts +2 -2
  184. package/dist/src/api/v2/models/exposure.js +2 -1
  185. package/dist/src/api/v2/models/fee.d.ts +1 -1
  186. package/dist/src/api/v2/models/fee.js +2 -1
  187. package/dist/src/api/v2/models/fees.js +2 -1
  188. package/dist/src/api/v2/models/history-interval.js +4 -1
  189. package/dist/src/api/v2/models/index.d.ts +100 -100
  190. package/dist/src/api/v2/models/index.js +116 -100
  191. package/dist/src/api/v2/models/lp.d.ts +3 -3
  192. package/dist/src/api/v2/models/lp.js +2 -1
  193. package/dist/src/api/v2/models/manager.js +2 -1
  194. package/dist/src/api/v2/models/min-withdrawal-shares-updated-event.js +2 -1
  195. package/dist/src/api/v2/models/perps.d.ts +1 -1
  196. package/dist/src/api/v2/models/perps.js +2 -1
  197. package/dist/src/api/v2/models/pnl-by-chain.js +2 -1
  198. package/dist/src/api/v2/models/pnl-history-interval.js +4 -1
  199. package/dist/src/api/v2/models/pnl-history.js +2 -1
  200. package/dist/src/api/v2/models/poc-report-asset.js +2 -1
  201. package/dist/src/api/v2/models/poc-report-assets.d.ts +1 -1
  202. package/dist/src/api/v2/models/poc-report-assets.js +2 -1
  203. package/dist/src/api/v2/models/poc-report-exchange.d.ts +1 -1
  204. package/dist/src/api/v2/models/poc-report-exchange.js +2 -1
  205. package/dist/src/api/v2/models/poc-report-exchanges.d.ts +1 -1
  206. package/dist/src/api/v2/models/poc-report-exchanges.js +2 -1
  207. package/dist/src/api/v2/models/poc-report-protocol.js +2 -1
  208. package/dist/src/api/v2/models/poc-report-token.js +2 -1
  209. package/dist/src/api/v2/models/poc-report-wallet.d.ts +2 -2
  210. package/dist/src/api/v2/models/poc-report-wallet.js +2 -1
  211. package/dist/src/api/v2/models/poc-report-wallets.d.ts +1 -1
  212. package/dist/src/api/v2/models/poc-report-wallets.js +2 -1
  213. package/dist/src/api/v2/models/position-history-interval.js +4 -1
  214. package/dist/src/api/v2/models/position-value.js +4 -1
  215. package/dist/src/api/v2/models/position.js +2 -1
  216. package/dist/src/api/v2/models/process-requests-summary-event.js +2 -1
  217. package/dist/src/api/v2/models/proof-of-capital-report-status.js +4 -1
  218. package/dist/src/api/v2/models/proof-of-capital-report.d.ts +4 -4
  219. package/dist/src/api/v2/models/proof-of-capital-report.js +2 -1
  220. package/dist/src/api/v2/models/protocol-fee-collected-event.js +2 -1
  221. package/dist/src/api/v2/models/protocol-pnl-history.js +2 -1
  222. package/dist/src/api/v2/models/protocol-tvl-history.js +2 -1
  223. package/dist/src/api/v2/models/protocol.js +2 -1
  224. package/dist/src/api/v2/models/raw-event-event-data.d.ts +17 -17
  225. package/dist/src/api/v2/models/raw-event-event-data.js +2 -1
  226. package/dist/src/api/v2/models/raw-event.d.ts +1 -1
  227. package/dist/src/api/v2/models/raw-event.js +4 -1
  228. package/dist/src/api/v2/models/redeem-request-cancelled-transaction.d.ts +2 -2
  229. package/dist/src/api/v2/models/redeem-request-cancelled-transaction.js +2 -1
  230. package/dist/src/api/v2/models/redeem-request-processed-transaction.d.ts +2 -2
  231. package/dist/src/api/v2/models/redeem-request-processed-transaction.js +2 -1
  232. package/dist/src/api/v2/models/redeem-request-skipped-transaction.d.ts +2 -2
  233. package/dist/src/api/v2/models/redeem-request-skipped-transaction.js +2 -1
  234. package/dist/src/api/v2/models/redeem-request-transaction.d.ts +2 -2
  235. package/dist/src/api/v2/models/redeem-request-transaction.js +2 -1
  236. package/dist/src/api/v2/models/reported-apy.js +2 -1
  237. package/dist/src/api/v2/models/request-processed-event.js +2 -1
  238. package/dist/src/api/v2/models/request-redeemed-event.js +2 -1
  239. package/dist/src/api/v2/models/reward-token.js +2 -1
  240. package/dist/src/api/v2/models/reward.d.ts +1 -1
  241. package/dist/src/api/v2/models/reward.js +2 -1
  242. package/dist/src/api/v2/models/share-price-history.js +2 -1
  243. package/dist/src/api/v2/models/strategy-account.d.ts +1 -1
  244. package/dist/src/api/v2/models/strategy-account.js +2 -1
  245. package/dist/src/api/v2/models/strategy.js +2 -1
  246. package/dist/src/api/v2/models/sub-account.d.ts +1 -1
  247. package/dist/src/api/v2/models/sub-account.js +2 -1
  248. package/dist/src/api/v2/models/sui-protocol-info.d.ts +3 -3
  249. package/dist/src/api/v2/models/sui-protocol-info.js +2 -1
  250. package/dist/src/api/v2/models/supplied.d.ts +1 -1
  251. package/dist/src/api/v2/models/supplied.js +2 -1
  252. package/dist/src/api/v2/models/tag.js +2 -1
  253. package/dist/src/api/v2/models/tvl-by-chain.js +2 -1
  254. package/dist/src/api/v2/models/tvl-history.d.ts +1 -1
  255. package/dist/src/api/v2/models/tvl-history.js +2 -1
  256. package/dist/src/api/v2/models/ultra-coin-info.js +2 -1
  257. package/dist/src/api/v2/models/update-vault-strategies.d.ts +1 -1
  258. package/dist/src/api/v2/models/update-vault-strategies.js +2 -1
  259. package/dist/src/api/v2/models/vault-admin-changed-event.js +2 -1
  260. package/dist/src/api/v2/models/vault-created-event.js +2 -1
  261. package/dist/src/api/v2/models/vault-deposit-eligibility.js +2 -1
  262. package/dist/src/api/v2/models/vault-deposit-event.js +2 -1
  263. package/dist/src/api/v2/models/vault-deposit-without-minting-shares-event.js +2 -1
  264. package/dist/src/api/v2/models/vault-detail.d.ts +14 -8
  265. package/dist/src/api/v2/models/vault-detail.js +4 -1
  266. package/dist/src/api/v2/models/vault-fee-percentage-updated-event.js +2 -1
  267. package/dist/src/api/v2/models/vault-info.js +2 -1
  268. package/dist/src/api/v2/models/vault-max-tvl-updated-event.js +2 -1
  269. package/dist/src/api/v2/models/vault-operator-changed-event.js +2 -1
  270. package/dist/src/api/v2/models/vault-paused-status-updated-event.js +2 -1
  271. package/dist/src/api/v2/models/vault-platform-fee-charged-event.js +2 -1
  272. package/dist/src/api/v2/models/vault-proof-of-capital-summary.d.ts +2 -2
  273. package/dist/src/api/v2/models/vault-proof-of-capital-summary.js +2 -1
  274. package/dist/src/api/v2/models/vault-protocol.js +2 -1
  275. package/dist/src/api/v2/models/vault-rate-updated-event.js +2 -1
  276. package/dist/src/api/v2/models/vault-slice.js +2 -1
  277. package/dist/src/api/v2/models/vault-sub-account-updated-event.js +2 -1
  278. package/dist/src/api/v2/models/vault-tag.js +2 -1
  279. package/dist/src/api/v2/models/vault-withdrawal-without-redeeming-shares-event.js +2 -1
  280. package/dist/src/api/v2/models/vaults-deployment-config-config.d.ts +2 -2
  281. package/dist/src/api/v2/models/vaults-deployment-config-config.js +2 -1
  282. package/dist/src/api/v2/models/vaults-deployment-config.d.ts +1 -1
  283. package/dist/src/api/v2/models/vaults-deployment-config.js +4 -1
  284. package/dist/src/api/v2/models/vaults-stats.js +2 -1
  285. package/dist/src/api/v2/models/yield-aggregate-value.js +2 -1
  286. package/dist/src/common/types.js +2 -1
  287. package/dist/src/ember-vaults.d.ts +17 -17
  288. package/dist/src/ember-vaults.js +37 -33
  289. package/dist/src/evm-vaults/index.d.ts +3 -3
  290. package/dist/src/evm-vaults/index.js +19 -3
  291. package/dist/src/evm-vaults/interfaces/index.js +2 -1
  292. package/dist/src/evm-vaults/on-chain-calls/admin.d.ts +3 -3
  293. package/dist/src/evm-vaults/on-chain-calls/admin.js +6 -2
  294. package/dist/src/evm-vaults/on-chain-calls/index.d.ts +7 -7
  295. package/dist/src/evm-vaults/on-chain-calls/index.js +23 -7
  296. package/dist/src/evm-vaults/on-chain-calls/onchain-calls.d.ts +3 -3
  297. package/dist/src/evm-vaults/on-chain-calls/onchain-calls.js +13 -9
  298. package/dist/src/evm-vaults/on-chain-calls/operator.d.ts +3 -3
  299. package/dist/src/evm-vaults/on-chain-calls/operator.js +6 -2
  300. package/dist/src/evm-vaults/on-chain-calls/tx-builder.d.ts +3 -3
  301. package/dist/src/evm-vaults/on-chain-calls/tx-builder.js +41 -34
  302. package/dist/src/evm-vaults/on-chain-calls/user.d.ts +3 -3
  303. package/dist/src/evm-vaults/on-chain-calls/user.js +15 -8
  304. package/dist/src/evm-vaults/on-chain-calls/vault-admin.d.ts +3 -3
  305. package/dist/src/evm-vaults/on-chain-calls/vault-admin.js +6 -2
  306. package/dist/src/evm-vaults/on-chain-calls/vault-reader.d.ts +3 -3
  307. package/dist/src/evm-vaults/on-chain-calls/vault-reader.js +19 -12
  308. package/dist/src/evm-vaults/utils/deployment-parser.d.ts +1 -1
  309. package/dist/src/evm-vaults/utils/deployment-parser.js +5 -1
  310. package/dist/src/evm-vaults/utils/index.d.ts +2 -2
  311. package/dist/src/evm-vaults/utils/index.js +18 -2
  312. package/dist/src/evm-vaults/utils/permit-utils.d.ts +2 -2
  313. package/dist/src/evm-vaults/utils/permit-utils.js +53 -12
  314. package/dist/src/index.d.ts +3 -3
  315. package/dist/src/index.js +19 -3
  316. package/dist/src/sui-vaults/index.d.ts +4 -4
  317. package/dist/src/sui-vaults/index.js +20 -4
  318. package/dist/src/sui-vaults/interfaces/bcs.js +18 -15
  319. package/dist/src/sui-vaults/interfaces/index.js +2 -1
  320. package/dist/src/sui-vaults/on-chain-calls/admin.d.ts +2 -2
  321. package/dist/src/sui-vaults/on-chain-calls/admin.js +17 -13
  322. package/dist/src/sui-vaults/on-chain-calls/index.d.ts +6 -6
  323. package/dist/src/sui-vaults/on-chain-calls/index.js +22 -6
  324. package/dist/src/sui-vaults/on-chain-calls/onchain-calls.d.ts +3 -3
  325. package/dist/src/sui-vaults/on-chain-calls/onchain-calls.js +12 -8
  326. package/dist/src/sui-vaults/on-chain-calls/operator.d.ts +2 -2
  327. package/dist/src/sui-vaults/on-chain-calls/operator.js +19 -15
  328. package/dist/src/sui-vaults/on-chain-calls/tx-builder.d.ts +2 -2
  329. package/dist/src/sui-vaults/on-chain-calls/tx-builder.js +50 -46
  330. package/dist/src/sui-vaults/on-chain-calls/user.d.ts +2 -2
  331. package/dist/src/sui-vaults/on-chain-calls/user.js +22 -18
  332. package/dist/src/sui-vaults/on-chain-calls/vault-admin.d.ts +2 -2
  333. package/dist/src/sui-vaults/on-chain-calls/vault-admin.js +14 -10
  334. package/dist/src/sui-vaults/on-chain-calls/vault.d.ts +1 -1
  335. package/dist/src/sui-vaults/on-chain-calls/vault.js +7 -3
  336. package/dist/src/sui-vaults/utils/common.js +7 -3
  337. package/dist/src/sui-vaults/utils/deployment-parser.d.ts +1 -1
  338. package/dist/src/sui-vaults/utils/deployment-parser.js +5 -1
  339. package/dist/src/sui-vaults/utils/index.d.ts +2 -2
  340. package/dist/src/sui-vaults/utils/index.js +18 -2
  341. package/package.json +14 -24
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,7 +12,9 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export const PositionValueStatusEnum = {
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PositionValueStatusEnum = void 0;
17
+ exports.PositionValueStatusEnum = {
15
18
  Sync: "SYNC",
16
19
  OutOfSync: "OUT_OF_SYNC"
17
20
  };
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { PocReportAssets } from "./poc-report-assets.js";
13
- import type { PocReportExchanges } from "./poc-report-exchanges.js";
14
- import type { PocReportWallets } from "./poc-report-wallets.js";
12
+ import type { PocReportAssets } from "./poc-report-assets";
13
+ import type { PocReportExchanges } from "./poc-report-exchanges";
14
+ import type { PocReportWallets } from "./poc-report-wallets";
15
15
  /**
16
16
  *
17
17
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { UltraCoinInfo } from "./ultra-coin-info.js";
13
- import type { VaultInfo } from "./vault-info.js";
14
- import type { VaultProtocol } from "./vault-protocol.js";
12
+ import type { UltraCoinInfo } from "./ultra-coin-info";
13
+ import type { VaultInfo } from "./vault-info";
14
+ import type { VaultProtocol } from "./vault-protocol";
15
15
  /**
16
16
  *
17
17
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,23 +9,23 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { MinWithdrawalSharesUpdatedEvent } from "./min-withdrawal-shares-updated-event.js";
13
- import type { ProcessRequestsSummaryEvent } from "./process-requests-summary-event.js";
14
- import type { ProtocolFeeCollectedEvent } from "./protocol-fee-collected-event.js";
15
- import type { RequestProcessedEvent } from "./request-processed-event.js";
16
- import type { RequestRedeemedEvent } from "./request-redeemed-event.js";
17
- import type { VaultAdminChangedEvent } from "./vault-admin-changed-event.js";
18
- import type { VaultCreatedEvent } from "./vault-created-event.js";
19
- import type { VaultDepositEvent } from "./vault-deposit-event.js";
20
- import type { VaultDepositWithoutMintingSharesEvent } from "./vault-deposit-without-minting-shares-event.js";
21
- import type { VaultFeePercentageUpdatedEvent } from "./vault-fee-percentage-updated-event.js";
22
- import type { VaultMaxTvlUpdatedEvent } from "./vault-max-tvl-updated-event.js";
23
- import type { VaultOperatorChangedEvent } from "./vault-operator-changed-event.js";
24
- import type { VaultPausedStatusUpdatedEvent } from "./vault-paused-status-updated-event.js";
25
- import type { VaultPlatformFeeChargedEvent } from "./vault-platform-fee-charged-event.js";
26
- import type { VaultRateUpdatedEvent } from "./vault-rate-updated-event.js";
27
- import type { VaultSubAccountUpdatedEvent } from "./vault-sub-account-updated-event.js";
28
- import type { VaultWithdrawalWithoutRedeemingSharesEvent } from "./vault-withdrawal-without-redeeming-shares-event.js";
12
+ import type { MinWithdrawalSharesUpdatedEvent } from "./min-withdrawal-shares-updated-event";
13
+ import type { ProcessRequestsSummaryEvent } from "./process-requests-summary-event";
14
+ import type { ProtocolFeeCollectedEvent } from "./protocol-fee-collected-event";
15
+ import type { RequestProcessedEvent } from "./request-processed-event";
16
+ import type { RequestRedeemedEvent } from "./request-redeemed-event";
17
+ import type { VaultAdminChangedEvent } from "./vault-admin-changed-event";
18
+ import type { VaultCreatedEvent } from "./vault-created-event";
19
+ import type { VaultDepositEvent } from "./vault-deposit-event";
20
+ import type { VaultDepositWithoutMintingSharesEvent } from "./vault-deposit-without-minting-shares-event";
21
+ import type { VaultFeePercentageUpdatedEvent } from "./vault-fee-percentage-updated-event";
22
+ import type { VaultMaxTvlUpdatedEvent } from "./vault-max-tvl-updated-event";
23
+ import type { VaultOperatorChangedEvent } from "./vault-operator-changed-event";
24
+ import type { VaultPausedStatusUpdatedEvent } from "./vault-paused-status-updated-event";
25
+ import type { VaultPlatformFeeChargedEvent } from "./vault-platform-fee-charged-event";
26
+ import type { VaultRateUpdatedEvent } from "./vault-rate-updated-event";
27
+ import type { VaultSubAccountUpdatedEvent } from "./vault-sub-account-updated-event";
28
+ import type { VaultWithdrawalWithoutRedeemingSharesEvent } from "./vault-withdrawal-without-redeeming-shares-event";
29
29
  /**
30
30
  * @type RawEventEventData
31
31
  * The data of the event
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { RawEventEventData } from "./raw-event-event-data.js";
12
+ import type { RawEventEventData } from "./raw-event-event-data";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,7 +12,9 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export const RawEventEventTypeEnum = {
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.RawEventEventTypeEnum = void 0;
17
+ exports.RawEventEventTypeEnum = {
15
18
  RequestProcessedEvent: "RequestProcessedEvent",
16
19
  RequestRedeemedEvent: "RequestRedeemedEvent",
17
20
  VaultDepositEvent: "VaultDepositEvent",
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset.js";
13
- import type { VaultSlice } from "./vault-slice.js";
12
+ import type { Asset } from "./asset";
13
+ import type { VaultSlice } from "./vault-slice";
14
14
  /**
15
15
  *
16
16
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset.js";
13
- import type { VaultSlice } from "./vault-slice.js";
12
+ import type { Asset } from "./asset";
13
+ import type { VaultSlice } from "./vault-slice";
14
14
  /**
15
15
  *
16
16
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset.js";
13
- import type { VaultSlice } from "./vault-slice.js";
12
+ import type { Asset } from "./asset";
13
+ import type { VaultSlice } from "./vault-slice";
14
14
  /**
15
15
  *
16
16
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset.js";
13
- import type { VaultSlice } from "./vault-slice.js";
12
+ import type { Asset } from "./asset";
13
+ import type { VaultSlice } from "./vault-slice";
14
14
  /**
15
15
  *
16
16
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset.js";
12
+ import type { Asset } from "./asset";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Chain } from "./chain.js";
12
+ import type { Chain } from "./chain";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Manager } from "./manager.js";
12
+ import type { Manager } from "./manager";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset.js";
12
+ import type { Asset } from "./asset";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Strategy } from "./strategy.js";
12
+ import type { Strategy } from "./strategy";
13
13
  /**
14
14
  *
15
15
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,13 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Asset } from "./asset.js";
13
- import type { EmberPosition } from "./ember-position.js";
14
- import type { Manager } from "./manager.js";
15
- import type { ReportedApy } from "./reported-apy.js";
16
- import type { RewardToken } from "./reward-token.js";
17
- import type { StrategyAccount } from "./strategy-account.js";
18
- import type { SubAccount } from "./sub-account.js";
12
+ import type { Asset } from "./asset";
13
+ import type { EmberPosition } from "./ember-position";
14
+ import type { Manager } from "./manager";
15
+ import type { ReportedApy } from "./reported-apy";
16
+ import type { RewardToken } from "./reward-token";
17
+ import type { StrategyAccount } from "./strategy-account";
18
+ import type { SubAccount } from "./sub-account";
19
19
  /**
20
20
  *
21
21
  * @export
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,7 +12,9 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export const VaultDetailStatusEnum = {
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.VaultDetailStatusEnum = void 0;
17
+ exports.VaultDetailStatusEnum = {
15
18
  Active: "active",
16
19
  Paused: "paused",
17
20
  Deprecated: "deprecated",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /* tslint:disable */
2
3
  /* eslint-disable */
3
4
  /**
@@ -11,4 +12,4 @@
11
12
  * https://openapi-generator.tech
12
13
  * Do not edit the class manually.
13
14
  */
14
- export {};
15
+ Object.defineProperty(exports, "__esModule", { value: true });