@anseta/typescript-sdk 0.1.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 (752) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +216 -0
  3. package/dist/apis/APIInfoApi.d.ts +194 -0
  4. package/dist/apis/APIInfoApi.d.ts.map +1 -0
  5. package/dist/apis/APIInfoApi.js +237 -0
  6. package/dist/apis/APIInfoApi.js.map +1 -0
  7. package/dist/apis/EigenlayerRestakingApi.d.ts +311 -0
  8. package/dist/apis/EigenlayerRestakingApi.d.ts.map +1 -0
  9. package/dist/apis/EigenlayerRestakingApi.js +394 -0
  10. package/dist/apis/EigenlayerRestakingApi.js.map +1 -0
  11. package/dist/apis/EthereumStakingApi.d.ts +336 -0
  12. package/dist/apis/EthereumStakingApi.d.ts.map +1 -0
  13. package/dist/apis/EthereumStakingApi.js +416 -0
  14. package/dist/apis/EthereumStakingApi.js.map +1 -0
  15. package/dist/apis/SimpleStakingApi.d.ts +271 -0
  16. package/dist/apis/SimpleStakingApi.d.ts.map +1 -0
  17. package/dist/apis/SimpleStakingApi.js +345 -0
  18. package/dist/apis/SimpleStakingApi.js.map +1 -0
  19. package/dist/apis/SystemApi.d.ts +73 -0
  20. package/dist/apis/SystemApi.d.ts.map +1 -0
  21. package/dist/apis/SystemApi.js +104 -0
  22. package/dist/apis/SystemApi.js.map +1 -0
  23. package/dist/apis/index.d.ts +6 -0
  24. package/dist/apis/index.d.ts.map +1 -0
  25. package/dist/apis/index.js +24 -0
  26. package/dist/apis/index.js.map +1 -0
  27. package/dist/esm/apis/APIInfoApi.d.ts +194 -0
  28. package/dist/esm/apis/APIInfoApi.d.ts.map +1 -0
  29. package/dist/esm/apis/APIInfoApi.js +200 -0
  30. package/dist/esm/apis/APIInfoApi.js.map +1 -0
  31. package/dist/esm/apis/EigenlayerRestakingApi.d.ts +311 -0
  32. package/dist/esm/apis/EigenlayerRestakingApi.d.ts.map +1 -0
  33. package/dist/esm/apis/EigenlayerRestakingApi.js +357 -0
  34. package/dist/esm/apis/EigenlayerRestakingApi.js.map +1 -0
  35. package/dist/esm/apis/EthereumStakingApi.d.ts +336 -0
  36. package/dist/esm/apis/EthereumStakingApi.d.ts.map +1 -0
  37. package/dist/esm/apis/EthereumStakingApi.js +379 -0
  38. package/dist/esm/apis/EthereumStakingApi.js.map +1 -0
  39. package/dist/esm/apis/SimpleStakingApi.d.ts +271 -0
  40. package/dist/esm/apis/SimpleStakingApi.d.ts.map +1 -0
  41. package/dist/esm/apis/SimpleStakingApi.js +308 -0
  42. package/dist/esm/apis/SimpleStakingApi.js.map +1 -0
  43. package/dist/esm/apis/SystemApi.d.ts +73 -0
  44. package/dist/esm/apis/SystemApi.d.ts.map +1 -0
  45. package/dist/esm/apis/SystemApi.js +67 -0
  46. package/dist/esm/apis/SystemApi.js.map +1 -0
  47. package/dist/esm/apis/index.d.ts +6 -0
  48. package/dist/esm/apis/index.d.ts.map +1 -0
  49. package/dist/esm/apis/index.js +8 -0
  50. package/dist/esm/apis/index.js.map +1 -0
  51. package/dist/esm/index.d.ts +4 -0
  52. package/dist/esm/index.d.ts.map +1 -0
  53. package/dist/esm/index.js +6 -0
  54. package/dist/esm/index.js.map +1 -0
  55. package/dist/esm/models/ApiError.d.ts +45 -0
  56. package/dist/esm/models/ApiError.d.ts.map +1 -0
  57. package/dist/esm/models/ApiError.js +50 -0
  58. package/dist/esm/models/ApiError.js.map +1 -0
  59. package/dist/esm/models/CreateStakingWithdrawalRequest.d.ts +80 -0
  60. package/dist/esm/models/CreateStakingWithdrawalRequest.d.ts.map +1 -0
  61. package/dist/esm/models/CreateStakingWithdrawalRequest.js +58 -0
  62. package/dist/esm/models/CreateStakingWithdrawalRequest.js.map +1 -0
  63. package/dist/esm/models/DailyRewardItem.d.ts +111 -0
  64. package/dist/esm/models/DailyRewardItem.d.ts.map +1 -0
  65. package/dist/esm/models/DailyRewardItem.js +92 -0
  66. package/dist/esm/models/DailyRewardItem.js.map +1 -0
  67. package/dist/esm/models/DailyRewardsResponse.d.ts +40 -0
  68. package/dist/esm/models/DailyRewardsResponse.d.ts.map +1 -0
  69. package/dist/esm/models/DailyRewardsResponse.js +49 -0
  70. package/dist/esm/models/DailyRewardsResponse.js.map +1 -0
  71. package/dist/esm/models/DelegationHistoryItem.d.ts +111 -0
  72. package/dist/esm/models/DelegationHistoryItem.d.ts.map +1 -0
  73. package/dist/esm/models/DelegationHistoryItem.js +92 -0
  74. package/dist/esm/models/DelegationHistoryItem.js.map +1 -0
  75. package/dist/esm/models/DelegationHistoryResponse.d.ts +40 -0
  76. package/dist/esm/models/DelegationHistoryResponse.d.ts.map +1 -0
  77. package/dist/esm/models/DelegationHistoryResponse.js +49 -0
  78. package/dist/esm/models/DelegationHistoryResponse.js.map +1 -0
  79. package/dist/esm/models/Entity.d.ts +64 -0
  80. package/dist/esm/models/Entity.d.ts.map +1 -0
  81. package/dist/esm/models/Entity.js +63 -0
  82. package/dist/esm/models/Entity.js.map +1 -0
  83. package/dist/esm/models/EntityValidator.d.ts +118 -0
  84. package/dist/esm/models/EntityValidator.d.ts.map +1 -0
  85. package/dist/esm/models/EntityValidator.js +81 -0
  86. package/dist/esm/models/EntityValidator.js.map +1 -0
  87. package/dist/esm/models/EntityValidatorNetwork.d.ts +65 -0
  88. package/dist/esm/models/EntityValidatorNetwork.d.ts.map +1 -0
  89. package/dist/esm/models/EntityValidatorNetwork.js +67 -0
  90. package/dist/esm/models/EntityValidatorNetwork.js.map +1 -0
  91. package/dist/esm/models/ErrorResponse.d.ts +40 -0
  92. package/dist/esm/models/ErrorResponse.d.ts.map +1 -0
  93. package/dist/esm/models/ErrorResponse.js +49 -0
  94. package/dist/esm/models/ErrorResponse.js.map +1 -0
  95. package/dist/esm/models/EthereumCancelStake200Response.d.ts +47 -0
  96. package/dist/esm/models/EthereumCancelStake200Response.d.ts.map +1 -0
  97. package/dist/esm/models/EthereumCancelStake200Response.js +50 -0
  98. package/dist/esm/models/EthereumCancelStake200Response.js.map +1 -0
  99. package/dist/esm/models/EthereumCancelStakeRequest.d.ts +40 -0
  100. package/dist/esm/models/EthereumCancelStakeRequest.d.ts.map +1 -0
  101. package/dist/esm/models/EthereumCancelStakeRequest.js +49 -0
  102. package/dist/esm/models/EthereumCancelStakeRequest.js.map +1 -0
  103. package/dist/esm/models/EthereumCancelStakeResponse.d.ts +33 -0
  104. package/dist/esm/models/EthereumCancelStakeResponse.d.ts.map +1 -0
  105. package/dist/esm/models/EthereumCancelStakeResponse.js +44 -0
  106. package/dist/esm/models/EthereumCancelStakeResponse.js.map +1 -0
  107. package/dist/esm/models/EthereumConfirmStake200Response.d.ts +47 -0
  108. package/dist/esm/models/EthereumConfirmStake200Response.d.ts.map +1 -0
  109. package/dist/esm/models/EthereumConfirmStake200Response.js +50 -0
  110. package/dist/esm/models/EthereumConfirmStake200Response.js.map +1 -0
  111. package/dist/esm/models/EthereumConfirmStakeRequest.d.ts +46 -0
  112. package/dist/esm/models/EthereumConfirmStakeRequest.d.ts.map +1 -0
  113. package/dist/esm/models/EthereumConfirmStakeRequest.js +53 -0
  114. package/dist/esm/models/EthereumConfirmStakeRequest.js.map +1 -0
  115. package/dist/esm/models/EthereumConfirmStakeResponse.d.ts +33 -0
  116. package/dist/esm/models/EthereumConfirmStakeResponse.d.ts.map +1 -0
  117. package/dist/esm/models/EthereumConfirmStakeResponse.js +44 -0
  118. package/dist/esm/models/EthereumConfirmStakeResponse.js.map +1 -0
  119. package/dist/esm/models/EthereumExit202Response.d.ts +47 -0
  120. package/dist/esm/models/EthereumExit202Response.d.ts.map +1 -0
  121. package/dist/esm/models/EthereumExit202Response.js +50 -0
  122. package/dist/esm/models/EthereumExit202Response.js.map +1 -0
  123. package/dist/esm/models/EthereumExitRequest.d.ts +40 -0
  124. package/dist/esm/models/EthereumExitRequest.d.ts.map +1 -0
  125. package/dist/esm/models/EthereumExitRequest.js +49 -0
  126. package/dist/esm/models/EthereumExitRequest.js.map +1 -0
  127. package/dist/esm/models/EthereumExitResponse.d.ts +45 -0
  128. package/dist/esm/models/EthereumExitResponse.d.ts.map +1 -0
  129. package/dist/esm/models/EthereumExitResponse.js +52 -0
  130. package/dist/esm/models/EthereumExitResponse.js.map +1 -0
  131. package/dist/esm/models/EthereumForceExit200Response.d.ts +47 -0
  132. package/dist/esm/models/EthereumForceExit200Response.d.ts.map +1 -0
  133. package/dist/esm/models/EthereumForceExit200Response.js +50 -0
  134. package/dist/esm/models/EthereumForceExit200Response.js.map +1 -0
  135. package/dist/esm/models/EthereumForceExitRequest.d.ts +40 -0
  136. package/dist/esm/models/EthereumForceExitRequest.d.ts.map +1 -0
  137. package/dist/esm/models/EthereumForceExitRequest.js +49 -0
  138. package/dist/esm/models/EthereumForceExitRequest.js.map +1 -0
  139. package/dist/esm/models/EthereumForceExitResponse.d.ts +34 -0
  140. package/dist/esm/models/EthereumForceExitResponse.d.ts.map +1 -0
  141. package/dist/esm/models/EthereumForceExitResponse.js +45 -0
  142. package/dist/esm/models/EthereumForceExitResponse.js.map +1 -0
  143. package/dist/esm/models/EthereumGetDailyRewardsHistory200Response.d.ts +47 -0
  144. package/dist/esm/models/EthereumGetDailyRewardsHistory200Response.d.ts.map +1 -0
  145. package/dist/esm/models/EthereumGetDailyRewardsHistory200Response.js +50 -0
  146. package/dist/esm/models/EthereumGetDailyRewardsHistory200Response.js.map +1 -0
  147. package/dist/esm/models/EthereumGetStakingTxHistory200Response.d.ts +47 -0
  148. package/dist/esm/models/EthereumGetStakingTxHistory200Response.d.ts.map +1 -0
  149. package/dist/esm/models/EthereumGetStakingTxHistory200Response.js +50 -0
  150. package/dist/esm/models/EthereumGetStakingTxHistory200Response.js.map +1 -0
  151. package/dist/esm/models/EthereumGetValidators200Response.d.ts +47 -0
  152. package/dist/esm/models/EthereumGetValidators200Response.d.ts.map +1 -0
  153. package/dist/esm/models/EthereumGetValidators200Response.js +50 -0
  154. package/dist/esm/models/EthereumGetValidators200Response.js.map +1 -0
  155. package/dist/esm/models/EthereumGetValidatorsResponse.d.ts +34 -0
  156. package/dist/esm/models/EthereumGetValidatorsResponse.d.ts.map +1 -0
  157. package/dist/esm/models/EthereumGetValidatorsResponse.js +45 -0
  158. package/dist/esm/models/EthereumGetValidatorsResponse.js.map +1 -0
  159. package/dist/esm/models/EthereumNetwork.d.ts +26 -0
  160. package/dist/esm/models/EthereumNetwork.d.ts.map +1 -0
  161. package/dist/esm/models/EthereumNetwork.js +44 -0
  162. package/dist/esm/models/EthereumNetwork.js.map +1 -0
  163. package/dist/esm/models/EthereumStake200Response.d.ts +47 -0
  164. package/dist/esm/models/EthereumStake200Response.d.ts.map +1 -0
  165. package/dist/esm/models/EthereumStake200Response.js +50 -0
  166. package/dist/esm/models/EthereumStake200Response.js.map +1 -0
  167. package/dist/esm/models/EthereumStakeRequest.d.ts +64 -0
  168. package/dist/esm/models/EthereumStakeRequest.d.ts.map +1 -0
  169. package/dist/esm/models/EthereumStakeRequest.js +63 -0
  170. package/dist/esm/models/EthereumStakeRequest.js.map +1 -0
  171. package/dist/esm/models/EthereumStakeResponse.d.ts +47 -0
  172. package/dist/esm/models/EthereumStakeResponse.d.ts.map +1 -0
  173. package/dist/esm/models/EthereumStakeResponse.js +54 -0
  174. package/dist/esm/models/EthereumStakeResponse.js.map +1 -0
  175. package/dist/esm/models/EthereumTransaction.d.ts +87 -0
  176. package/dist/esm/models/EthereumTransaction.d.ts.map +1 -0
  177. package/dist/esm/models/EthereumTransaction.js +85 -0
  178. package/dist/esm/models/EthereumTransaction.js.map +1 -0
  179. package/dist/esm/models/EthereumTransactionTx.d.ts +75 -0
  180. package/dist/esm/models/EthereumTransactionTx.d.ts.map +1 -0
  181. package/dist/esm/models/EthereumTransactionTx.js +72 -0
  182. package/dist/esm/models/EthereumTransactionTx.js.map +1 -0
  183. package/dist/esm/models/EthereumValidator.d.ts +172 -0
  184. package/dist/esm/models/EthereumValidator.d.ts.map +1 -0
  185. package/dist/esm/models/EthereumValidator.js +149 -0
  186. package/dist/esm/models/EthereumValidator.js.map +1 -0
  187. package/dist/esm/models/EthereumValidatorExitRequest.d.ts +45 -0
  188. package/dist/esm/models/EthereumValidatorExitRequest.d.ts.map +1 -0
  189. package/dist/esm/models/EthereumValidatorExitRequest.js +52 -0
  190. package/dist/esm/models/EthereumValidatorExitRequest.js.map +1 -0
  191. package/dist/esm/models/EthereumWithdraw200Response.d.ts +47 -0
  192. package/dist/esm/models/EthereumWithdraw200Response.d.ts.map +1 -0
  193. package/dist/esm/models/EthereumWithdraw200Response.js +50 -0
  194. package/dist/esm/models/EthereumWithdraw200Response.js.map +1 -0
  195. package/dist/esm/models/EthereumWithdrawRequest.d.ts +46 -0
  196. package/dist/esm/models/EthereumWithdrawRequest.d.ts.map +1 -0
  197. package/dist/esm/models/EthereumWithdrawRequest.js +53 -0
  198. package/dist/esm/models/EthereumWithdrawRequest.js.map +1 -0
  199. package/dist/esm/models/EthereumWithdrawResponse.d.ts +34 -0
  200. package/dist/esm/models/EthereumWithdrawResponse.d.ts.map +1 -0
  201. package/dist/esm/models/EthereumWithdrawResponse.js +45 -0
  202. package/dist/esm/models/EthereumWithdrawResponse.js.map +1 -0
  203. package/dist/esm/models/GetEntitiesResponse.d.ts +53 -0
  204. package/dist/esm/models/GetEntitiesResponse.d.ts.map +1 -0
  205. package/dist/esm/models/GetEntitiesResponse.js +54 -0
  206. package/dist/esm/models/GetEntitiesResponse.js.map +1 -0
  207. package/dist/esm/models/GetHealthStatus200Response.d.ts +45 -0
  208. package/dist/esm/models/GetHealthStatus200Response.d.ts.map +1 -0
  209. package/dist/esm/models/GetHealthStatus200Response.js +52 -0
  210. package/dist/esm/models/GetHealthStatus200Response.js.map +1 -0
  211. package/dist/esm/models/GetNetworksResponse.d.ts +47 -0
  212. package/dist/esm/models/GetNetworksResponse.d.ts.map +1 -0
  213. package/dist/esm/models/GetNetworksResponse.js +50 -0
  214. package/dist/esm/models/GetNetworksResponse.js.map +1 -0
  215. package/dist/esm/models/GetOpenApiSpec200Response.d.ts +69 -0
  216. package/dist/esm/models/GetOpenApiSpec200Response.d.ts.map +1 -0
  217. package/dist/esm/models/GetOpenApiSpec200Response.js +64 -0
  218. package/dist/esm/models/GetOpenApiSpec200Response.js.map +1 -0
  219. package/dist/esm/models/GetOpenApiSpec200ResponseComponents.d.ts +35 -0
  220. package/dist/esm/models/GetOpenApiSpec200ResponseComponents.d.ts.map +1 -0
  221. package/dist/esm/models/GetOpenApiSpec200ResponseComponents.js +44 -0
  222. package/dist/esm/models/GetOpenApiSpec200ResponseComponents.js.map +1 -0
  223. package/dist/esm/models/GetOpenApiSpec200ResponseInfo.d.ts +45 -0
  224. package/dist/esm/models/GetOpenApiSpec200ResponseInfo.d.ts.map +1 -0
  225. package/dist/esm/models/GetOpenApiSpec200ResponseInfo.js +52 -0
  226. package/dist/esm/models/GetOpenApiSpec200ResponseInfo.js.map +1 -0
  227. package/dist/esm/models/GetOpenApiSpec200ResponseServersInner.d.ts +39 -0
  228. package/dist/esm/models/GetOpenApiSpec200ResponseServersInner.d.ts.map +1 -0
  229. package/dist/esm/models/GetOpenApiSpec200ResponseServersInner.js +48 -0
  230. package/dist/esm/models/GetOpenApiSpec200ResponseServersInner.js.map +1 -0
  231. package/dist/esm/models/GetOpenApiSpec200ResponseTagsInner.d.ts +39 -0
  232. package/dist/esm/models/GetOpenApiSpec200ResponseTagsInner.d.ts.map +1 -0
  233. package/dist/esm/models/GetOpenApiSpec200ResponseTagsInner.js +48 -0
  234. package/dist/esm/models/GetOpenApiSpec200ResponseTagsInner.js.map +1 -0
  235. package/dist/esm/models/GetStakingPositions200Response.d.ts +39 -0
  236. package/dist/esm/models/GetStakingPositions200Response.d.ts.map +1 -0
  237. package/dist/esm/models/GetStakingPositions200Response.js +46 -0
  238. package/dist/esm/models/GetStakingPositions200Response.js.map +1 -0
  239. package/dist/esm/models/GetTokensResponse.d.ts +47 -0
  240. package/dist/esm/models/GetTokensResponse.d.ts.map +1 -0
  241. package/dist/esm/models/GetTokensResponse.js +50 -0
  242. package/dist/esm/models/GetTokensResponse.js.map +1 -0
  243. package/dist/esm/models/GetValidators200Response.d.ts +39 -0
  244. package/dist/esm/models/GetValidators200Response.d.ts.map +1 -0
  245. package/dist/esm/models/GetValidators200Response.js +48 -0
  246. package/dist/esm/models/GetValidators200Response.js.map +1 -0
  247. package/dist/esm/models/MultiTransactionResponse.d.ts +34 -0
  248. package/dist/esm/models/MultiTransactionResponse.d.ts.map +1 -0
  249. package/dist/esm/models/MultiTransactionResponse.js +45 -0
  250. package/dist/esm/models/MultiTransactionResponse.js.map +1 -0
  251. package/dist/esm/models/Network.d.ts +78 -0
  252. package/dist/esm/models/Network.d.ts.map +1 -0
  253. package/dist/esm/models/Network.js +96 -0
  254. package/dist/esm/models/Network.js.map +1 -0
  255. package/dist/esm/models/NetworkConfig.d.ts +96 -0
  256. package/dist/esm/models/NetworkConfig.d.ts.map +1 -0
  257. package/dist/esm/models/NetworkConfig.js +69 -0
  258. package/dist/esm/models/NetworkConfig.js.map +1 -0
  259. package/dist/esm/models/NetworkConfigChainId.d.ts +27 -0
  260. package/dist/esm/models/NetworkConfigChainId.d.ts.map +1 -0
  261. package/dist/esm/models/NetworkConfigChainId.js +32 -0
  262. package/dist/esm/models/NetworkConfigChainId.js.map +1 -0
  263. package/dist/esm/models/NetworkConfigNativeToken.d.ts +51 -0
  264. package/dist/esm/models/NetworkConfigNativeToken.d.ts.map +1 -0
  265. package/dist/esm/models/NetworkConfigNativeToken.js +56 -0
  266. package/dist/esm/models/NetworkConfigNativeToken.js.map +1 -0
  267. package/dist/esm/models/NetworkConfigNetworkId.d.ts +27 -0
  268. package/dist/esm/models/NetworkConfigNetworkId.d.ts.map +1 -0
  269. package/dist/esm/models/NetworkConfigNetworkId.js +32 -0
  270. package/dist/esm/models/NetworkConfigNetworkId.js.map +1 -0
  271. package/dist/esm/models/RestakingDelegateRequest.d.ts +46 -0
  272. package/dist/esm/models/RestakingDelegateRequest.d.ts.map +1 -0
  273. package/dist/esm/models/RestakingDelegateRequest.js +53 -0
  274. package/dist/esm/models/RestakingDelegateRequest.js.map +1 -0
  275. package/dist/esm/models/RestakingDepositRequest.d.ts +53 -0
  276. package/dist/esm/models/RestakingDepositRequest.d.ts.map +1 -0
  277. package/dist/esm/models/RestakingDepositRequest.js +58 -0
  278. package/dist/esm/models/RestakingDepositRequest.js.map +1 -0
  279. package/dist/esm/models/RestakingNetwork.d.ts +26 -0
  280. package/dist/esm/models/RestakingNetwork.d.ts.map +1 -0
  281. package/dist/esm/models/RestakingNetwork.js +44 -0
  282. package/dist/esm/models/RestakingNetwork.js.map +1 -0
  283. package/dist/esm/models/RestakingToken.d.ts +29 -0
  284. package/dist/esm/models/RestakingToken.d.ts.map +1 -0
  285. package/dist/esm/models/RestakingToken.js +47 -0
  286. package/dist/esm/models/RestakingToken.js.map +1 -0
  287. package/dist/esm/models/RestakingUndelegateRequest.d.ts +40 -0
  288. package/dist/esm/models/RestakingUndelegateRequest.d.ts.map +1 -0
  289. package/dist/esm/models/RestakingUndelegateRequest.js +49 -0
  290. package/dist/esm/models/RestakingUndelegateRequest.js.map +1 -0
  291. package/dist/esm/models/RestakingUnstakeRequest.d.ts +53 -0
  292. package/dist/esm/models/RestakingUnstakeRequest.d.ts.map +1 -0
  293. package/dist/esm/models/RestakingUnstakeRequest.js +58 -0
  294. package/dist/esm/models/RestakingUnstakeRequest.js.map +1 -0
  295. package/dist/esm/models/RestakingWithdrawRequest.d.ts +47 -0
  296. package/dist/esm/models/RestakingWithdrawRequest.d.ts.map +1 -0
  297. package/dist/esm/models/RestakingWithdrawRequest.js +54 -0
  298. package/dist/esm/models/RestakingWithdrawRequest.js.map +1 -0
  299. package/dist/esm/models/RewardHistoryItem.d.ts +105 -0
  300. package/dist/esm/models/RewardHistoryItem.d.ts.map +1 -0
  301. package/dist/esm/models/RewardHistoryItem.js +88 -0
  302. package/dist/esm/models/RewardHistoryItem.js.map +1 -0
  303. package/dist/esm/models/RewardHistoryResponse.d.ts +40 -0
  304. package/dist/esm/models/RewardHistoryResponse.d.ts.map +1 -0
  305. package/dist/esm/models/RewardHistoryResponse.js +49 -0
  306. package/dist/esm/models/RewardHistoryResponse.js.map +1 -0
  307. package/dist/esm/models/SimplifiedStakeRequest.d.ts +86 -0
  308. package/dist/esm/models/SimplifiedStakeRequest.d.ts.map +1 -0
  309. package/dist/esm/models/SimplifiedStakeRequest.js +60 -0
  310. package/dist/esm/models/SimplifiedStakeRequest.js.map +1 -0
  311. package/dist/esm/models/StakingNetwork.d.ts +47 -0
  312. package/dist/esm/models/StakingNetwork.d.ts.map +1 -0
  313. package/dist/esm/models/StakingNetwork.js +65 -0
  314. package/dist/esm/models/StakingNetwork.js.map +1 -0
  315. package/dist/esm/models/StakingOption.d.ts +60 -0
  316. package/dist/esm/models/StakingOption.d.ts.map +1 -0
  317. package/dist/esm/models/StakingOption.js +64 -0
  318. package/dist/esm/models/StakingOption.js.map +1 -0
  319. package/dist/esm/models/StakingOptionInfo.d.ts +48 -0
  320. package/dist/esm/models/StakingOptionInfo.d.ts.map +1 -0
  321. package/dist/esm/models/StakingOptionInfo.js +55 -0
  322. package/dist/esm/models/StakingOptionInfo.js.map +1 -0
  323. package/dist/esm/models/StakingOptionInfoExtraParamsInner.d.ts +51 -0
  324. package/dist/esm/models/StakingOptionInfoExtraParamsInner.d.ts.map +1 -0
  325. package/dist/esm/models/StakingOptionInfoExtraParamsInner.js +54 -0
  326. package/dist/esm/models/StakingOptionInfoExtraParamsInner.js.map +1 -0
  327. package/dist/esm/models/StakingOptionInfoNetwork.d.ts +96 -0
  328. package/dist/esm/models/StakingOptionInfoNetwork.d.ts.map +1 -0
  329. package/dist/esm/models/StakingOptionInfoNetwork.js +69 -0
  330. package/dist/esm/models/StakingOptionInfoNetwork.js.map +1 -0
  331. package/dist/esm/models/StakingOptionsResponse.d.ts +47 -0
  332. package/dist/esm/models/StakingOptionsResponse.d.ts.map +1 -0
  333. package/dist/esm/models/StakingOptionsResponse.js +50 -0
  334. package/dist/esm/models/StakingOptionsResponse.js.map +1 -0
  335. package/dist/esm/models/StakingToken.d.ts +37 -0
  336. package/dist/esm/models/StakingToken.d.ts.map +1 -0
  337. package/dist/esm/models/StakingToken.js +55 -0
  338. package/dist/esm/models/StakingToken.js.map +1 -0
  339. package/dist/esm/models/TokenInfo.d.ts +69 -0
  340. package/dist/esm/models/TokenInfo.d.ts.map +1 -0
  341. package/dist/esm/models/TokenInfo.js +66 -0
  342. package/dist/esm/models/TokenInfo.js.map +1 -0
  343. package/dist/esm/models/Transaction.d.ts +112 -0
  344. package/dist/esm/models/Transaction.d.ts.map +1 -0
  345. package/dist/esm/models/Transaction.js +106 -0
  346. package/dist/esm/models/Transaction.js.map +1 -0
  347. package/dist/esm/models/TransactionsResponse.d.ts +47 -0
  348. package/dist/esm/models/TransactionsResponse.d.ts.map +1 -0
  349. package/dist/esm/models/TransactionsResponse.js +50 -0
  350. package/dist/esm/models/TransactionsResponse.js.map +1 -0
  351. package/dist/esm/models/index.d.ts +75 -0
  352. package/dist/esm/models/index.d.ts.map +1 -0
  353. package/dist/esm/models/index.js +77 -0
  354. package/dist/esm/models/index.js.map +1 -0
  355. package/dist/esm/package.json +3 -0
  356. package/dist/esm/runtime.d.ts +183 -0
  357. package/dist/esm/runtime.d.ts.map +1 -0
  358. package/dist/esm/runtime.js +319 -0
  359. package/dist/esm/runtime.js.map +1 -0
  360. package/dist/index.d.ts +4 -0
  361. package/dist/index.d.ts.map +1 -0
  362. package/dist/index.js +22 -0
  363. package/dist/index.js.map +1 -0
  364. package/dist/models/ApiError.d.ts +45 -0
  365. package/dist/models/ApiError.d.ts.map +1 -0
  366. package/dist/models/ApiError.js +57 -0
  367. package/dist/models/ApiError.js.map +1 -0
  368. package/dist/models/CreateStakingWithdrawalRequest.d.ts +80 -0
  369. package/dist/models/CreateStakingWithdrawalRequest.d.ts.map +1 -0
  370. package/dist/models/CreateStakingWithdrawalRequest.js +65 -0
  371. package/dist/models/CreateStakingWithdrawalRequest.js.map +1 -0
  372. package/dist/models/DailyRewardItem.d.ts +111 -0
  373. package/dist/models/DailyRewardItem.d.ts.map +1 -0
  374. package/dist/models/DailyRewardItem.js +99 -0
  375. package/dist/models/DailyRewardItem.js.map +1 -0
  376. package/dist/models/DailyRewardsResponse.d.ts +40 -0
  377. package/dist/models/DailyRewardsResponse.d.ts.map +1 -0
  378. package/dist/models/DailyRewardsResponse.js +56 -0
  379. package/dist/models/DailyRewardsResponse.js.map +1 -0
  380. package/dist/models/DelegationHistoryItem.d.ts +111 -0
  381. package/dist/models/DelegationHistoryItem.d.ts.map +1 -0
  382. package/dist/models/DelegationHistoryItem.js +99 -0
  383. package/dist/models/DelegationHistoryItem.js.map +1 -0
  384. package/dist/models/DelegationHistoryResponse.d.ts +40 -0
  385. package/dist/models/DelegationHistoryResponse.d.ts.map +1 -0
  386. package/dist/models/DelegationHistoryResponse.js +56 -0
  387. package/dist/models/DelegationHistoryResponse.js.map +1 -0
  388. package/dist/models/Entity.d.ts +64 -0
  389. package/dist/models/Entity.d.ts.map +1 -0
  390. package/dist/models/Entity.js +70 -0
  391. package/dist/models/Entity.js.map +1 -0
  392. package/dist/models/EntityValidator.d.ts +118 -0
  393. package/dist/models/EntityValidator.d.ts.map +1 -0
  394. package/dist/models/EntityValidator.js +88 -0
  395. package/dist/models/EntityValidator.js.map +1 -0
  396. package/dist/models/EntityValidatorNetwork.d.ts +65 -0
  397. package/dist/models/EntityValidatorNetwork.d.ts.map +1 -0
  398. package/dist/models/EntityValidatorNetwork.js +75 -0
  399. package/dist/models/EntityValidatorNetwork.js.map +1 -0
  400. package/dist/models/ErrorResponse.d.ts +40 -0
  401. package/dist/models/ErrorResponse.d.ts.map +1 -0
  402. package/dist/models/ErrorResponse.js +56 -0
  403. package/dist/models/ErrorResponse.js.map +1 -0
  404. package/dist/models/EthereumCancelStake200Response.d.ts +47 -0
  405. package/dist/models/EthereumCancelStake200Response.d.ts.map +1 -0
  406. package/dist/models/EthereumCancelStake200Response.js +57 -0
  407. package/dist/models/EthereumCancelStake200Response.js.map +1 -0
  408. package/dist/models/EthereumCancelStakeRequest.d.ts +40 -0
  409. package/dist/models/EthereumCancelStakeRequest.d.ts.map +1 -0
  410. package/dist/models/EthereumCancelStakeRequest.js +56 -0
  411. package/dist/models/EthereumCancelStakeRequest.js.map +1 -0
  412. package/dist/models/EthereumCancelStakeResponse.d.ts +33 -0
  413. package/dist/models/EthereumCancelStakeResponse.d.ts.map +1 -0
  414. package/dist/models/EthereumCancelStakeResponse.js +51 -0
  415. package/dist/models/EthereumCancelStakeResponse.js.map +1 -0
  416. package/dist/models/EthereumConfirmStake200Response.d.ts +47 -0
  417. package/dist/models/EthereumConfirmStake200Response.d.ts.map +1 -0
  418. package/dist/models/EthereumConfirmStake200Response.js +57 -0
  419. package/dist/models/EthereumConfirmStake200Response.js.map +1 -0
  420. package/dist/models/EthereumConfirmStakeRequest.d.ts +46 -0
  421. package/dist/models/EthereumConfirmStakeRequest.d.ts.map +1 -0
  422. package/dist/models/EthereumConfirmStakeRequest.js +60 -0
  423. package/dist/models/EthereumConfirmStakeRequest.js.map +1 -0
  424. package/dist/models/EthereumConfirmStakeResponse.d.ts +33 -0
  425. package/dist/models/EthereumConfirmStakeResponse.d.ts.map +1 -0
  426. package/dist/models/EthereumConfirmStakeResponse.js +51 -0
  427. package/dist/models/EthereumConfirmStakeResponse.js.map +1 -0
  428. package/dist/models/EthereumExit202Response.d.ts +47 -0
  429. package/dist/models/EthereumExit202Response.d.ts.map +1 -0
  430. package/dist/models/EthereumExit202Response.js +57 -0
  431. package/dist/models/EthereumExit202Response.js.map +1 -0
  432. package/dist/models/EthereumExitRequest.d.ts +40 -0
  433. package/dist/models/EthereumExitRequest.d.ts.map +1 -0
  434. package/dist/models/EthereumExitRequest.js +56 -0
  435. package/dist/models/EthereumExitRequest.js.map +1 -0
  436. package/dist/models/EthereumExitResponse.d.ts +45 -0
  437. package/dist/models/EthereumExitResponse.d.ts.map +1 -0
  438. package/dist/models/EthereumExitResponse.js +59 -0
  439. package/dist/models/EthereumExitResponse.js.map +1 -0
  440. package/dist/models/EthereumForceExit200Response.d.ts +47 -0
  441. package/dist/models/EthereumForceExit200Response.d.ts.map +1 -0
  442. package/dist/models/EthereumForceExit200Response.js +57 -0
  443. package/dist/models/EthereumForceExit200Response.js.map +1 -0
  444. package/dist/models/EthereumForceExitRequest.d.ts +40 -0
  445. package/dist/models/EthereumForceExitRequest.d.ts.map +1 -0
  446. package/dist/models/EthereumForceExitRequest.js +56 -0
  447. package/dist/models/EthereumForceExitRequest.js.map +1 -0
  448. package/dist/models/EthereumForceExitResponse.d.ts +34 -0
  449. package/dist/models/EthereumForceExitResponse.d.ts.map +1 -0
  450. package/dist/models/EthereumForceExitResponse.js +52 -0
  451. package/dist/models/EthereumForceExitResponse.js.map +1 -0
  452. package/dist/models/EthereumGetDailyRewardsHistory200Response.d.ts +47 -0
  453. package/dist/models/EthereumGetDailyRewardsHistory200Response.d.ts.map +1 -0
  454. package/dist/models/EthereumGetDailyRewardsHistory200Response.js +57 -0
  455. package/dist/models/EthereumGetDailyRewardsHistory200Response.js.map +1 -0
  456. package/dist/models/EthereumGetStakingTxHistory200Response.d.ts +47 -0
  457. package/dist/models/EthereumGetStakingTxHistory200Response.d.ts.map +1 -0
  458. package/dist/models/EthereumGetStakingTxHistory200Response.js +57 -0
  459. package/dist/models/EthereumGetStakingTxHistory200Response.js.map +1 -0
  460. package/dist/models/EthereumGetValidators200Response.d.ts +47 -0
  461. package/dist/models/EthereumGetValidators200Response.d.ts.map +1 -0
  462. package/dist/models/EthereumGetValidators200Response.js +57 -0
  463. package/dist/models/EthereumGetValidators200Response.js.map +1 -0
  464. package/dist/models/EthereumGetValidatorsResponse.d.ts +34 -0
  465. package/dist/models/EthereumGetValidatorsResponse.d.ts.map +1 -0
  466. package/dist/models/EthereumGetValidatorsResponse.js +52 -0
  467. package/dist/models/EthereumGetValidatorsResponse.js.map +1 -0
  468. package/dist/models/EthereumNetwork.d.ts +26 -0
  469. package/dist/models/EthereumNetwork.d.ts.map +1 -0
  470. package/dist/models/EthereumNetwork.js +52 -0
  471. package/dist/models/EthereumNetwork.js.map +1 -0
  472. package/dist/models/EthereumStake200Response.d.ts +47 -0
  473. package/dist/models/EthereumStake200Response.d.ts.map +1 -0
  474. package/dist/models/EthereumStake200Response.js +57 -0
  475. package/dist/models/EthereumStake200Response.js.map +1 -0
  476. package/dist/models/EthereumStakeRequest.d.ts +64 -0
  477. package/dist/models/EthereumStakeRequest.d.ts.map +1 -0
  478. package/dist/models/EthereumStakeRequest.js +70 -0
  479. package/dist/models/EthereumStakeRequest.js.map +1 -0
  480. package/dist/models/EthereumStakeResponse.d.ts +47 -0
  481. package/dist/models/EthereumStakeResponse.d.ts.map +1 -0
  482. package/dist/models/EthereumStakeResponse.js +61 -0
  483. package/dist/models/EthereumStakeResponse.js.map +1 -0
  484. package/dist/models/EthereumTransaction.d.ts +87 -0
  485. package/dist/models/EthereumTransaction.d.ts.map +1 -0
  486. package/dist/models/EthereumTransaction.js +93 -0
  487. package/dist/models/EthereumTransaction.js.map +1 -0
  488. package/dist/models/EthereumTransactionTx.d.ts +75 -0
  489. package/dist/models/EthereumTransactionTx.d.ts.map +1 -0
  490. package/dist/models/EthereumTransactionTx.js +79 -0
  491. package/dist/models/EthereumTransactionTx.js.map +1 -0
  492. package/dist/models/EthereumValidator.d.ts +172 -0
  493. package/dist/models/EthereumValidator.d.ts.map +1 -0
  494. package/dist/models/EthereumValidator.js +157 -0
  495. package/dist/models/EthereumValidator.js.map +1 -0
  496. package/dist/models/EthereumValidatorExitRequest.d.ts +45 -0
  497. package/dist/models/EthereumValidatorExitRequest.d.ts.map +1 -0
  498. package/dist/models/EthereumValidatorExitRequest.js +59 -0
  499. package/dist/models/EthereumValidatorExitRequest.js.map +1 -0
  500. package/dist/models/EthereumWithdraw200Response.d.ts +47 -0
  501. package/dist/models/EthereumWithdraw200Response.d.ts.map +1 -0
  502. package/dist/models/EthereumWithdraw200Response.js +57 -0
  503. package/dist/models/EthereumWithdraw200Response.js.map +1 -0
  504. package/dist/models/EthereumWithdrawRequest.d.ts +46 -0
  505. package/dist/models/EthereumWithdrawRequest.d.ts.map +1 -0
  506. package/dist/models/EthereumWithdrawRequest.js +60 -0
  507. package/dist/models/EthereumWithdrawRequest.js.map +1 -0
  508. package/dist/models/EthereumWithdrawResponse.d.ts +34 -0
  509. package/dist/models/EthereumWithdrawResponse.d.ts.map +1 -0
  510. package/dist/models/EthereumWithdrawResponse.js +52 -0
  511. package/dist/models/EthereumWithdrawResponse.js.map +1 -0
  512. package/dist/models/GetEntitiesResponse.d.ts +53 -0
  513. package/dist/models/GetEntitiesResponse.d.ts.map +1 -0
  514. package/dist/models/GetEntitiesResponse.js +61 -0
  515. package/dist/models/GetEntitiesResponse.js.map +1 -0
  516. package/dist/models/GetHealthStatus200Response.d.ts +45 -0
  517. package/dist/models/GetHealthStatus200Response.d.ts.map +1 -0
  518. package/dist/models/GetHealthStatus200Response.js +59 -0
  519. package/dist/models/GetHealthStatus200Response.js.map +1 -0
  520. package/dist/models/GetNetworksResponse.d.ts +47 -0
  521. package/dist/models/GetNetworksResponse.d.ts.map +1 -0
  522. package/dist/models/GetNetworksResponse.js +57 -0
  523. package/dist/models/GetNetworksResponse.js.map +1 -0
  524. package/dist/models/GetOpenApiSpec200Response.d.ts +69 -0
  525. package/dist/models/GetOpenApiSpec200Response.d.ts.map +1 -0
  526. package/dist/models/GetOpenApiSpec200Response.js +71 -0
  527. package/dist/models/GetOpenApiSpec200Response.js.map +1 -0
  528. package/dist/models/GetOpenApiSpec200ResponseComponents.d.ts +35 -0
  529. package/dist/models/GetOpenApiSpec200ResponseComponents.d.ts.map +1 -0
  530. package/dist/models/GetOpenApiSpec200ResponseComponents.js +51 -0
  531. package/dist/models/GetOpenApiSpec200ResponseComponents.js.map +1 -0
  532. package/dist/models/GetOpenApiSpec200ResponseInfo.d.ts +45 -0
  533. package/dist/models/GetOpenApiSpec200ResponseInfo.d.ts.map +1 -0
  534. package/dist/models/GetOpenApiSpec200ResponseInfo.js +59 -0
  535. package/dist/models/GetOpenApiSpec200ResponseInfo.js.map +1 -0
  536. package/dist/models/GetOpenApiSpec200ResponseServersInner.d.ts +39 -0
  537. package/dist/models/GetOpenApiSpec200ResponseServersInner.d.ts.map +1 -0
  538. package/dist/models/GetOpenApiSpec200ResponseServersInner.js +55 -0
  539. package/dist/models/GetOpenApiSpec200ResponseServersInner.js.map +1 -0
  540. package/dist/models/GetOpenApiSpec200ResponseTagsInner.d.ts +39 -0
  541. package/dist/models/GetOpenApiSpec200ResponseTagsInner.d.ts.map +1 -0
  542. package/dist/models/GetOpenApiSpec200ResponseTagsInner.js +55 -0
  543. package/dist/models/GetOpenApiSpec200ResponseTagsInner.js.map +1 -0
  544. package/dist/models/GetStakingPositions200Response.d.ts +39 -0
  545. package/dist/models/GetStakingPositions200Response.d.ts.map +1 -0
  546. package/dist/models/GetStakingPositions200Response.js +53 -0
  547. package/dist/models/GetStakingPositions200Response.js.map +1 -0
  548. package/dist/models/GetTokensResponse.d.ts +47 -0
  549. package/dist/models/GetTokensResponse.d.ts.map +1 -0
  550. package/dist/models/GetTokensResponse.js +57 -0
  551. package/dist/models/GetTokensResponse.js.map +1 -0
  552. package/dist/models/GetValidators200Response.d.ts +39 -0
  553. package/dist/models/GetValidators200Response.d.ts.map +1 -0
  554. package/dist/models/GetValidators200Response.js +55 -0
  555. package/dist/models/GetValidators200Response.js.map +1 -0
  556. package/dist/models/MultiTransactionResponse.d.ts +34 -0
  557. package/dist/models/MultiTransactionResponse.d.ts.map +1 -0
  558. package/dist/models/MultiTransactionResponse.js +52 -0
  559. package/dist/models/MultiTransactionResponse.js.map +1 -0
  560. package/dist/models/Network.d.ts +78 -0
  561. package/dist/models/Network.d.ts.map +1 -0
  562. package/dist/models/Network.js +104 -0
  563. package/dist/models/Network.js.map +1 -0
  564. package/dist/models/NetworkConfig.d.ts +96 -0
  565. package/dist/models/NetworkConfig.d.ts.map +1 -0
  566. package/dist/models/NetworkConfig.js +76 -0
  567. package/dist/models/NetworkConfig.js.map +1 -0
  568. package/dist/models/NetworkConfigChainId.d.ts +27 -0
  569. package/dist/models/NetworkConfigChainId.d.ts.map +1 -0
  570. package/dist/models/NetworkConfigChainId.js +39 -0
  571. package/dist/models/NetworkConfigChainId.js.map +1 -0
  572. package/dist/models/NetworkConfigNativeToken.d.ts +51 -0
  573. package/dist/models/NetworkConfigNativeToken.d.ts.map +1 -0
  574. package/dist/models/NetworkConfigNativeToken.js +63 -0
  575. package/dist/models/NetworkConfigNativeToken.js.map +1 -0
  576. package/dist/models/NetworkConfigNetworkId.d.ts +27 -0
  577. package/dist/models/NetworkConfigNetworkId.d.ts.map +1 -0
  578. package/dist/models/NetworkConfigNetworkId.js +39 -0
  579. package/dist/models/NetworkConfigNetworkId.js.map +1 -0
  580. package/dist/models/RestakingDelegateRequest.d.ts +46 -0
  581. package/dist/models/RestakingDelegateRequest.d.ts.map +1 -0
  582. package/dist/models/RestakingDelegateRequest.js +60 -0
  583. package/dist/models/RestakingDelegateRequest.js.map +1 -0
  584. package/dist/models/RestakingDepositRequest.d.ts +53 -0
  585. package/dist/models/RestakingDepositRequest.d.ts.map +1 -0
  586. package/dist/models/RestakingDepositRequest.js +65 -0
  587. package/dist/models/RestakingDepositRequest.js.map +1 -0
  588. package/dist/models/RestakingNetwork.d.ts +26 -0
  589. package/dist/models/RestakingNetwork.d.ts.map +1 -0
  590. package/dist/models/RestakingNetwork.js +52 -0
  591. package/dist/models/RestakingNetwork.js.map +1 -0
  592. package/dist/models/RestakingToken.d.ts +29 -0
  593. package/dist/models/RestakingToken.d.ts.map +1 -0
  594. package/dist/models/RestakingToken.js +55 -0
  595. package/dist/models/RestakingToken.js.map +1 -0
  596. package/dist/models/RestakingUndelegateRequest.d.ts +40 -0
  597. package/dist/models/RestakingUndelegateRequest.d.ts.map +1 -0
  598. package/dist/models/RestakingUndelegateRequest.js +56 -0
  599. package/dist/models/RestakingUndelegateRequest.js.map +1 -0
  600. package/dist/models/RestakingUnstakeRequest.d.ts +53 -0
  601. package/dist/models/RestakingUnstakeRequest.d.ts.map +1 -0
  602. package/dist/models/RestakingUnstakeRequest.js +65 -0
  603. package/dist/models/RestakingUnstakeRequest.js.map +1 -0
  604. package/dist/models/RestakingWithdrawRequest.d.ts +47 -0
  605. package/dist/models/RestakingWithdrawRequest.d.ts.map +1 -0
  606. package/dist/models/RestakingWithdrawRequest.js +61 -0
  607. package/dist/models/RestakingWithdrawRequest.js.map +1 -0
  608. package/dist/models/RewardHistoryItem.d.ts +105 -0
  609. package/dist/models/RewardHistoryItem.d.ts.map +1 -0
  610. package/dist/models/RewardHistoryItem.js +95 -0
  611. package/dist/models/RewardHistoryItem.js.map +1 -0
  612. package/dist/models/RewardHistoryResponse.d.ts +40 -0
  613. package/dist/models/RewardHistoryResponse.d.ts.map +1 -0
  614. package/dist/models/RewardHistoryResponse.js +56 -0
  615. package/dist/models/RewardHistoryResponse.js.map +1 -0
  616. package/dist/models/SimplifiedStakeRequest.d.ts +86 -0
  617. package/dist/models/SimplifiedStakeRequest.d.ts.map +1 -0
  618. package/dist/models/SimplifiedStakeRequest.js +67 -0
  619. package/dist/models/SimplifiedStakeRequest.js.map +1 -0
  620. package/dist/models/StakingNetwork.d.ts +47 -0
  621. package/dist/models/StakingNetwork.d.ts.map +1 -0
  622. package/dist/models/StakingNetwork.js +73 -0
  623. package/dist/models/StakingNetwork.js.map +1 -0
  624. package/dist/models/StakingOption.d.ts +60 -0
  625. package/dist/models/StakingOption.d.ts.map +1 -0
  626. package/dist/models/StakingOption.js +72 -0
  627. package/dist/models/StakingOption.js.map +1 -0
  628. package/dist/models/StakingOptionInfo.d.ts +48 -0
  629. package/dist/models/StakingOptionInfo.d.ts.map +1 -0
  630. package/dist/models/StakingOptionInfo.js +62 -0
  631. package/dist/models/StakingOptionInfo.js.map +1 -0
  632. package/dist/models/StakingOptionInfoExtraParamsInner.d.ts +51 -0
  633. package/dist/models/StakingOptionInfoExtraParamsInner.d.ts.map +1 -0
  634. package/dist/models/StakingOptionInfoExtraParamsInner.js +61 -0
  635. package/dist/models/StakingOptionInfoExtraParamsInner.js.map +1 -0
  636. package/dist/models/StakingOptionInfoNetwork.d.ts +96 -0
  637. package/dist/models/StakingOptionInfoNetwork.d.ts.map +1 -0
  638. package/dist/models/StakingOptionInfoNetwork.js +76 -0
  639. package/dist/models/StakingOptionInfoNetwork.js.map +1 -0
  640. package/dist/models/StakingOptionsResponse.d.ts +47 -0
  641. package/dist/models/StakingOptionsResponse.d.ts.map +1 -0
  642. package/dist/models/StakingOptionsResponse.js +57 -0
  643. package/dist/models/StakingOptionsResponse.js.map +1 -0
  644. package/dist/models/StakingToken.d.ts +37 -0
  645. package/dist/models/StakingToken.d.ts.map +1 -0
  646. package/dist/models/StakingToken.js +63 -0
  647. package/dist/models/StakingToken.js.map +1 -0
  648. package/dist/models/TokenInfo.d.ts +69 -0
  649. package/dist/models/TokenInfo.d.ts.map +1 -0
  650. package/dist/models/TokenInfo.js +73 -0
  651. package/dist/models/TokenInfo.js.map +1 -0
  652. package/dist/models/Transaction.d.ts +112 -0
  653. package/dist/models/Transaction.d.ts.map +1 -0
  654. package/dist/models/Transaction.js +114 -0
  655. package/dist/models/Transaction.js.map +1 -0
  656. package/dist/models/TransactionsResponse.d.ts +47 -0
  657. package/dist/models/TransactionsResponse.d.ts.map +1 -0
  658. package/dist/models/TransactionsResponse.js +57 -0
  659. package/dist/models/TransactionsResponse.js.map +1 -0
  660. package/dist/models/index.d.ts +75 -0
  661. package/dist/models/index.d.ts.map +1 -0
  662. package/dist/models/index.js +93 -0
  663. package/dist/models/index.js.map +1 -0
  664. package/dist/runtime.d.ts +183 -0
  665. package/dist/runtime.d.ts.map +1 -0
  666. package/dist/runtime.js +335 -0
  667. package/dist/runtime.js.map +1 -0
  668. package/openapi.json +6022 -0
  669. package/package.json +68 -0
  670. package/src/apis/APIInfoApi.ts +380 -0
  671. package/src/apis/EigenlayerRestakingApi.ts +750 -0
  672. package/src/apis/EthereumStakingApi.ts +773 -0
  673. package/src/apis/SimpleStakingApi.ts +641 -0
  674. package/src/apis/SystemApi.ts +128 -0
  675. package/src/apis/index.ts +7 -0
  676. package/src/index.ts +5 -0
  677. package/src/models/ApiError.ts +83 -0
  678. package/src/models/CreateStakingWithdrawalRequest.ts +134 -0
  679. package/src/models/DailyRewardItem.ts +181 -0
  680. package/src/models/DailyRewardsResponse.ts +83 -0
  681. package/src/models/DelegationHistoryItem.ts +181 -0
  682. package/src/models/DelegationHistoryResponse.ts +83 -0
  683. package/src/models/Entity.ts +118 -0
  684. package/src/models/EntityValidator.ts +190 -0
  685. package/src/models/EntityValidatorNetwork.ts +113 -0
  686. package/src/models/ErrorResponse.ts +83 -0
  687. package/src/models/EthereumCancelStake200Response.ts +97 -0
  688. package/src/models/EthereumCancelStakeRequest.ts +85 -0
  689. package/src/models/EthereumCancelStakeResponse.ts +66 -0
  690. package/src/models/EthereumConfirmStake200Response.ts +97 -0
  691. package/src/models/EthereumConfirmStakeRequest.ts +94 -0
  692. package/src/models/EthereumConfirmStakeResponse.ts +66 -0
  693. package/src/models/EthereumExit202Response.ts +97 -0
  694. package/src/models/EthereumExitRequest.ts +85 -0
  695. package/src/models/EthereumExitResponse.ts +84 -0
  696. package/src/models/EthereumForceExit200Response.ts +97 -0
  697. package/src/models/EthereumForceExitRequest.ts +85 -0
  698. package/src/models/EthereumForceExitResponse.ts +74 -0
  699. package/src/models/EthereumGetDailyRewardsHistory200Response.ts +97 -0
  700. package/src/models/EthereumGetStakingTxHistory200Response.ts +97 -0
  701. package/src/models/EthereumGetValidators200Response.ts +97 -0
  702. package/src/models/EthereumGetValidatorsResponse.ts +74 -0
  703. package/src/models/EthereumNetwork.ts +53 -0
  704. package/src/models/EthereumStake200Response.ts +97 -0
  705. package/src/models/EthereumStakeRequest.ts +120 -0
  706. package/src/models/EthereumStakeResponse.ts +99 -0
  707. package/src/models/EthereumTransaction.ts +147 -0
  708. package/src/models/EthereumTransactionTx.ts +129 -0
  709. package/src/models/EthereumValidator.ts +269 -0
  710. package/src/models/EthereumValidatorExitRequest.ts +84 -0
  711. package/src/models/EthereumWithdraw200Response.ts +97 -0
  712. package/src/models/EthereumWithdrawRequest.ts +94 -0
  713. package/src/models/EthereumWithdrawResponse.ts +74 -0
  714. package/src/models/GetEntitiesResponse.ts +106 -0
  715. package/src/models/GetHealthStatus200Response.ts +84 -0
  716. package/src/models/GetNetworksResponse.ts +97 -0
  717. package/src/models/GetOpenApiSpec200Response.ts +138 -0
  718. package/src/models/GetOpenApiSpec200ResponseComponents.ts +66 -0
  719. package/src/models/GetOpenApiSpec200ResponseInfo.ts +84 -0
  720. package/src/models/GetOpenApiSpec200ResponseServersInner.ts +75 -0
  721. package/src/models/GetOpenApiSpec200ResponseTagsInner.ts +75 -0
  722. package/src/models/GetStakingPositions200Response.ts +74 -0
  723. package/src/models/GetTokensResponse.ts +97 -0
  724. package/src/models/GetValidators200Response.ts +75 -0
  725. package/src/models/MultiTransactionResponse.ts +74 -0
  726. package/src/models/Network.ts +105 -0
  727. package/src/models/NetworkConfig.ts +169 -0
  728. package/src/models/NetworkConfigChainId.ts +46 -0
  729. package/src/models/NetworkConfigNativeToken.ts +93 -0
  730. package/src/models/NetworkConfigNetworkId.ts +46 -0
  731. package/src/models/RestakingDelegateRequest.ts +92 -0
  732. package/src/models/RestakingDepositRequest.ts +108 -0
  733. package/src/models/RestakingNetwork.ts +53 -0
  734. package/src/models/RestakingToken.ts +56 -0
  735. package/src/models/RestakingUndelegateRequest.ts +83 -0
  736. package/src/models/RestakingUnstakeRequest.ts +108 -0
  737. package/src/models/RestakingWithdrawRequest.ts +99 -0
  738. package/src/models/RewardHistoryItem.ts +172 -0
  739. package/src/models/RewardHistoryResponse.ts +83 -0
  740. package/src/models/SimplifiedStakeRequest.ts +142 -0
  741. package/src/models/StakingNetwork.ts +74 -0
  742. package/src/models/StakingOption.ts +112 -0
  743. package/src/models/StakingOptionInfo.ts +106 -0
  744. package/src/models/StakingOptionInfoExtraParamsInner.ts +92 -0
  745. package/src/models/StakingOptionInfoNetwork.ts +169 -0
  746. package/src/models/StakingOptionsResponse.ts +97 -0
  747. package/src/models/StakingToken.ts +64 -0
  748. package/src/models/TokenInfo.ts +119 -0
  749. package/src/models/Transaction.ts +163 -0
  750. package/src/models/TransactionsResponse.ts +97 -0
  751. package/src/models/index.ts +76 -0
  752. package/src/runtime.ts +431 -0
@@ -0,0 +1,336 @@
1
+ /**
2
+ * stakeFi Developer API
3
+ * API for creating unsigned staking transactions across multiple blockchain networks
4
+ *
5
+ * The version of the OpenAPI document: 2.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import type { EthereumCancelStake200Response, EthereumCancelStakeRequest, EthereumConfirmStake200Response, EthereumConfirmStakeRequest, EthereumExit202Response, EthereumExitRequest, EthereumForceExit200Response, EthereumForceExitRequest, EthereumGetDailyRewardsHistory200Response, EthereumGetStakingTxHistory200Response, EthereumGetValidators200Response, EthereumNetwork, EthereumStake200Response, EthereumStakeRequest, EthereumWithdraw200Response, EthereumWithdrawRequest } from '../models/index';
14
+ export interface EthereumCancelStakeOperationRequest {
15
+ ethereumCancelStakeRequest: EthereumCancelStakeRequest;
16
+ }
17
+ export interface EthereumConfirmStakeOperationRequest {
18
+ ethereumConfirmStakeRequest: EthereumConfirmStakeRequest;
19
+ }
20
+ export interface EthereumExitOperationRequest {
21
+ ethereumExitRequest: EthereumExitRequest;
22
+ }
23
+ export interface EthereumForceExitOperationRequest {
24
+ ethereumForceExitRequest: EthereumForceExitRequest;
25
+ }
26
+ export interface EthereumGetDailyRewardsHistoryRequest {
27
+ pubkey: string;
28
+ network: EthereumNetwork;
29
+ startDate?: string;
30
+ endDate?: string;
31
+ limit?: string;
32
+ }
33
+ export interface EthereumGetStakingTxHistoryRequest {
34
+ pubkey: string;
35
+ network: EthereumNetwork;
36
+ eventType?: string;
37
+ limit?: string;
38
+ }
39
+ export interface EthereumGetValidatorsRequest {
40
+ network: EthereumNetwork;
41
+ state?: EthereumGetValidatorsStateEnum;
42
+ consensusLayerState?: EthereumGetValidatorsConsensusLayerStateEnum;
43
+ indexerState?: EthereumGetValidatorsIndexerStateEnum;
44
+ validatorName?: string;
45
+ validatorPublicKey?: string;
46
+ }
47
+ export interface EthereumStakeOperationRequest {
48
+ ethereumStakeRequest: EthereumStakeRequest;
49
+ idempotencyKey?: string;
50
+ }
51
+ export interface EthereumWithdrawOperationRequest {
52
+ ethereumWithdrawRequest: EthereumWithdrawRequest;
53
+ }
54
+ /**
55
+ * EthereumStakingApi - interface
56
+ *
57
+ * @export
58
+ * @interface EthereumStakingApiInterface
59
+ */
60
+ export interface EthereumStakingApiInterface {
61
+ /**
62
+ * Cancels a pending stake created by `POST /stake` before its deposit transaction is broadcast on chain. Returns 409 when a deposit for that validator has already been observed on chain. Once deposited, funds can be recovered via `POST /exit`.
63
+ * @summary Cancel Pending Stake
64
+ * @param {EthereumCancelStakeRequest} ethereumCancelStakeRequest
65
+ * @param {*} [options] Override http request option.
66
+ * @throws {RequiredError}
67
+ * @memberof EthereumStakingApiInterface
68
+ */
69
+ ethereumCancelStakeRaw(requestParameters: EthereumCancelStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumCancelStake200Response>>;
70
+ /**
71
+ * Cancels a pending stake created by `POST /stake` before its deposit transaction is broadcast on chain. Returns 409 when a deposit for that validator has already been observed on chain. Once deposited, funds can be recovered via `POST /exit`.
72
+ * Cancel Pending Stake
73
+ */
74
+ ethereumCancelStake(requestParameters: EthereumCancelStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumCancelStake200Response>;
75
+ /**
76
+ * Confirms that the deposit transaction returned from `POST /stake` has been broadcast, promoting the pending stake once the deposit is verified on chain. The supplied `depositTxHash` is checked on chain: the receipt must exist, have succeeded, have the required number of confirmations, and contain a `DepositEvent` for the supplied `validatorPublicKey`. This call is optional and idempotent. A background watcher promotes the same pending record automatically once it observes the deposit log on chain, so the result is the same whether or not this endpoint is called. Pending records that are never confirmed by either path expire automatically and leave no trace.
77
+ * @summary Confirm Stake
78
+ * @param {EthereumConfirmStakeRequest} ethereumConfirmStakeRequest
79
+ * @param {*} [options] Override http request option.
80
+ * @throws {RequiredError}
81
+ * @memberof EthereumStakingApiInterface
82
+ */
83
+ ethereumConfirmStakeRaw(requestParameters: EthereumConfirmStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumConfirmStake200Response>>;
84
+ /**
85
+ * Confirms that the deposit transaction returned from `POST /stake` has been broadcast, promoting the pending stake once the deposit is verified on chain. The supplied `depositTxHash` is checked on chain: the receipt must exist, have succeeded, have the required number of confirmations, and contain a `DepositEvent` for the supplied `validatorPublicKey`. This call is optional and idempotent. A background watcher promotes the same pending record automatically once it observes the deposit log on chain, so the result is the same whether or not this endpoint is called. Pending records that are never confirmed by either path expire automatically and leave no trace.
86
+ * Confirm Stake
87
+ */
88
+ ethereumConfirmStake(requestParameters: EthereumConfirmStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumConfirmStake200Response>;
89
+ /**
90
+ * Fully exits a validator. The operator holds the validator\'s signing key and uses it to submit the exit request to the network. This endpoint only does full exits. To take out part of the balance and keep the validator running, use `POST /v1/ethereum-staking/withdraw`. For a full exit the withdrawal address can submit on its own without this API, use `POST /v1/ethereum-staking/force-exit`. A validator can only exit after it has been active for about 27 hours (256 epochs). The response includes `accepted` and an `exitEpoch`. The `exitEpoch` stays null until the network schedules the exit.
91
+ * @summary Exit (via operator)
92
+ * @param {EthereumExitRequest} ethereumExitRequest
93
+ * @param {*} [options] Override http request option.
94
+ * @throws {RequiredError}
95
+ * @memberof EthereumStakingApiInterface
96
+ */
97
+ ethereumExitRaw(requestParameters: EthereumExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumExit202Response>>;
98
+ /**
99
+ * Fully exits a validator. The operator holds the validator\'s signing key and uses it to submit the exit request to the network. This endpoint only does full exits. To take out part of the balance and keep the validator running, use `POST /v1/ethereum-staking/withdraw`. For a full exit the withdrawal address can submit on its own without this API, use `POST /v1/ethereum-staking/force-exit`. A validator can only exit after it has been active for about 27 hours (256 epochs). The response includes `accepted` and an `exitEpoch`. The `exitEpoch` stays null until the network schedules the exit.
100
+ * Exit (via operator)
101
+ */
102
+ ethereumExit(requestParameters: EthereumExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumExit202Response>;
103
+ /**
104
+ * Returns an unsigned EIP-7002 full-exit transaction (amount = 0) for the withdrawal address to sign and broadcast. A full exit is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. Unlike `POST /v1/ethereum-staking/exit`, which needs the validator signing key, this transaction is signed by the withdrawal address. Both reach the same result: the validator exits and its balance returns to the withdrawal address. A validator can only exit after it has been active for about 27 hours (256 epochs).
105
+ * @summary Force exit (trustless)
106
+ * @param {EthereumForceExitRequest} ethereumForceExitRequest
107
+ * @param {*} [options] Override http request option.
108
+ * @throws {RequiredError}
109
+ * @memberof EthereumStakingApiInterface
110
+ */
111
+ ethereumForceExitRaw(requestParameters: EthereumForceExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumForceExit200Response>>;
112
+ /**
113
+ * Returns an unsigned EIP-7002 full-exit transaction (amount = 0) for the withdrawal address to sign and broadcast. A full exit is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. Unlike `POST /v1/ethereum-staking/exit`, which needs the validator signing key, this transaction is signed by the withdrawal address. Both reach the same result: the validator exits and its balance returns to the withdrawal address. A validator can only exit after it has been active for about 27 hours (256 epochs).
114
+ * Force exit (trustless)
115
+ */
116
+ ethereumForceExit(requestParameters: EthereumForceExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumForceExit200Response>;
117
+ /**
118
+ * Daily reward history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports startDate/endDate (YYYY-MM-DD) and limit filters.
119
+ * @summary Rewards Daily History
120
+ * @param {string} pubkey 48-byte BLS validator public key
121
+ * @param {EthereumNetwork} network Target Ethereum network
122
+ * @param {string} [startDate] Inclusive start date (YYYY-MM-DD)
123
+ * @param {string} [endDate] Inclusive end date (YYYY-MM-DD)
124
+ * @param {string} [limit] Maximum number of items to return. Must be a positive integer.
125
+ * @param {*} [options] Override http request option.
126
+ * @throws {RequiredError}
127
+ * @memberof EthereumStakingApiInterface
128
+ */
129
+ ethereumGetDailyRewardsHistoryRaw(requestParameters: EthereumGetDailyRewardsHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumGetDailyRewardsHistory200Response>>;
130
+ /**
131
+ * Daily reward history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports startDate/endDate (YYYY-MM-DD) and limit filters.
132
+ * Rewards Daily History
133
+ */
134
+ ethereumGetDailyRewardsHistory(requestParameters: EthereumGetDailyRewardsHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumGetDailyRewardsHistory200Response>;
135
+ /**
136
+ * Delegation/deposit event history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports eventType and limit filters.
137
+ * @summary Staking Transaction History
138
+ * @param {string} pubkey 48-byte BLS validator public key
139
+ * @param {EthereumNetwork} network Target Ethereum network
140
+ * @param {string} [eventType] Filter by indexer event type
141
+ * @param {string} [limit] Maximum number of items to return. Must be a positive integer.
142
+ * @param {*} [options] Override http request option.
143
+ * @throws {RequiredError}
144
+ * @memberof EthereumStakingApiInterface
145
+ */
146
+ ethereumGetStakingTxHistoryRaw(requestParameters: EthereumGetStakingTxHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumGetStakingTxHistory200Response>>;
147
+ /**
148
+ * Delegation/deposit event history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports eventType and limit filters.
149
+ * Staking Transaction History
150
+ */
151
+ ethereumGetStakingTxHistory(requestParameters: EthereumGetStakingTxHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumGetStakingTxHistory200Response>;
152
+ /**
153
+ * Lists all Ethereum validators for the authenticated account. Returns the full set when called without filters. Supply any combination of the filters below to narrow the results. Each validator exposes three separate status fields: - **`state`**: the high-level lifecycle stage, derived from the beacon state, the indexer status, and recent on-chain exit requests. Progresses through `pending`, `queued`, `activating`, `active`, `exit_pending`, `exiting`, `withdrawn`. - **`consensusLayerState`**: the raw beacon-node state (consensus-spec values such as `active_ongoing`, `active_exiting`, `exited_slashed`, `withdrawal_done`), or `unknown` before the beacon chain has ingested the validator. - **`indexerState`**: the raw staking-data indexer status (`planned`, `active`, `deactivated`), plus `pending` before the deposit is observed on chain and `unknown` when the indexer holds no matching record. Filters (all optional and combinable): `state`, `consensusLayerState`, `indexerState`, `validatorName` (exact match on the validator label), and `validatorPublicKey` (exact match on the BLS public key).
154
+ * @summary Get Validators
155
+ * @param {EthereumNetwork} network Target Ethereum network
156
+ * @param {'pending' | 'queued' | 'activating' | 'active' | 'exit_pending' | 'exiting' | 'withdrawn'} [state] Filter by state
157
+ * @param {'pending_initialized' | 'pending_queued' | 'active_ongoing' | 'active_exiting' | 'active_slashed' | 'exited_unslashed' | 'exited_slashed' | 'withdrawal_possible' | 'withdrawal_done' | 'unknown'} [consensusLayerState] Filter by beacon (consensus layer) state
158
+ * @param {'planned' | 'active' | 'deactivated' | 'pending' | 'unknown'} [indexerState] Filter by indexer status
159
+ * @param {string} [validatorName] Filter on validator name
160
+ * @param {string} [validatorPublicKey] Filter on public key
161
+ * @param {*} [options] Override http request option.
162
+ * @throws {RequiredError}
163
+ * @memberof EthereumStakingApiInterface
164
+ */
165
+ ethereumGetValidatorsRaw(requestParameters: EthereumGetValidatorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumGetValidators200Response>>;
166
+ /**
167
+ * Lists all Ethereum validators for the authenticated account. Returns the full set when called without filters. Supply any combination of the filters below to narrow the results. Each validator exposes three separate status fields: - **`state`**: the high-level lifecycle stage, derived from the beacon state, the indexer status, and recent on-chain exit requests. Progresses through `pending`, `queued`, `activating`, `active`, `exit_pending`, `exiting`, `withdrawn`. - **`consensusLayerState`**: the raw beacon-node state (consensus-spec values such as `active_ongoing`, `active_exiting`, `exited_slashed`, `withdrawal_done`), or `unknown` before the beacon chain has ingested the validator. - **`indexerState`**: the raw staking-data indexer status (`planned`, `active`, `deactivated`), plus `pending` before the deposit is observed on chain and `unknown` when the indexer holds no matching record. Filters (all optional and combinable): `state`, `consensusLayerState`, `indexerState`, `validatorName` (exact match on the validator label), and `validatorPublicKey` (exact match on the BLS public key).
168
+ * Get Validators
169
+ */
170
+ ethereumGetValidators(requestParameters: EthereumGetValidatorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumGetValidators200Response>;
171
+ /**
172
+ * Generates a BLS key, registers it with the validator client, and returns an unsigned deposit transaction. You can send an `Idempotency-Key` header (UUID) to make retries safe. Repeating the same key with the same body returns the original response without minting a new key. **Pending stakes:** An account may hold at most 10 pending stakes at a time (deposits that have been generated but whose deposit transaction has not yet been broadcast on chain). Cancel a pending stake with `POST /v1/ethereum-staking/cancel-stake` to free a slot. **MEV policy:** MEV-Boost configuration (relay allowlist, min-bid threshold, builder participation) is set per-customer at the operator level rather than per-stake. The policy in effect at the time of a proposal slot is the one that applies. Confirm the MEV policy with the assigned operator before staking.
173
+ * @summary Stake
174
+ * @param {EthereumStakeRequest} ethereumStakeRequest
175
+ * @param {string} [idempotencyKey] Dedup key for safe retries (UUID recommended). Same key + same body replays the original response; same key + different body → 409.
176
+ * @param {*} [options] Override http request option.
177
+ * @throws {RequiredError}
178
+ * @memberof EthereumStakingApiInterface
179
+ */
180
+ ethereumStakeRaw(requestParameters: EthereumStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumStake200Response>>;
181
+ /**
182
+ * Generates a BLS key, registers it with the validator client, and returns an unsigned deposit transaction. You can send an `Idempotency-Key` header (UUID) to make retries safe. Repeating the same key with the same body returns the original response without minting a new key. **Pending stakes:** An account may hold at most 10 pending stakes at a time (deposits that have been generated but whose deposit transaction has not yet been broadcast on chain). Cancel a pending stake with `POST /v1/ethereum-staking/cancel-stake` to free a slot. **MEV policy:** MEV-Boost configuration (relay allowlist, min-bid threshold, builder participation) is set per-customer at the operator level rather than per-stake. The policy in effect at the time of a proposal slot is the one that applies. Confirm the MEV policy with the assigned operator before staking.
183
+ * Stake
184
+ */
185
+ ethereumStake(requestParameters: EthereumStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumStake200Response>;
186
+ /**
187
+ * Returns an unsigned EIP-7002 partial-withdrawal transaction for the withdrawal address to sign and broadcast. The validator stays active and keeps attesting. A partial withdrawal is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. `amountWei` must be a whole-gwei multiple of at least 1 gwei, and the remaining balance must stay above 32 ETH. For a full exit, use `POST /v1/ethereum-staking/exit` or `POST /v1/ethereum-staking/force-exit`. A validator must have been active for at least 256 epochs (about 27 hours) before a withdrawal request is accepted.
188
+ * @summary Withdrawal (trustless)
189
+ * @param {EthereumWithdrawRequest} ethereumWithdrawRequest
190
+ * @param {*} [options] Override http request option.
191
+ * @throws {RequiredError}
192
+ * @memberof EthereumStakingApiInterface
193
+ */
194
+ ethereumWithdrawRaw(requestParameters: EthereumWithdrawOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumWithdraw200Response>>;
195
+ /**
196
+ * Returns an unsigned EIP-7002 partial-withdrawal transaction for the withdrawal address to sign and broadcast. The validator stays active and keeps attesting. A partial withdrawal is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. `amountWei` must be a whole-gwei multiple of at least 1 gwei, and the remaining balance must stay above 32 ETH. For a full exit, use `POST /v1/ethereum-staking/exit` or `POST /v1/ethereum-staking/force-exit`. A validator must have been active for at least 256 epochs (about 27 hours) before a withdrawal request is accepted.
197
+ * Withdrawal (trustless)
198
+ */
199
+ ethereumWithdraw(requestParameters: EthereumWithdrawOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumWithdraw200Response>;
200
+ }
201
+ /**
202
+ *
203
+ */
204
+ export declare class EthereumStakingApi extends runtime.BaseAPI implements EthereumStakingApiInterface {
205
+ /**
206
+ * Cancels a pending stake created by `POST /stake` before its deposit transaction is broadcast on chain. Returns 409 when a deposit for that validator has already been observed on chain. Once deposited, funds can be recovered via `POST /exit`.
207
+ * Cancel Pending Stake
208
+ */
209
+ ethereumCancelStakeRaw(requestParameters: EthereumCancelStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumCancelStake200Response>>;
210
+ /**
211
+ * Cancels a pending stake created by `POST /stake` before its deposit transaction is broadcast on chain. Returns 409 when a deposit for that validator has already been observed on chain. Once deposited, funds can be recovered via `POST /exit`.
212
+ * Cancel Pending Stake
213
+ */
214
+ ethereumCancelStake(requestParameters: EthereumCancelStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumCancelStake200Response>;
215
+ /**
216
+ * Confirms that the deposit transaction returned from `POST /stake` has been broadcast, promoting the pending stake once the deposit is verified on chain. The supplied `depositTxHash` is checked on chain: the receipt must exist, have succeeded, have the required number of confirmations, and contain a `DepositEvent` for the supplied `validatorPublicKey`. This call is optional and idempotent. A background watcher promotes the same pending record automatically once it observes the deposit log on chain, so the result is the same whether or not this endpoint is called. Pending records that are never confirmed by either path expire automatically and leave no trace.
217
+ * Confirm Stake
218
+ */
219
+ ethereumConfirmStakeRaw(requestParameters: EthereumConfirmStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumConfirmStake200Response>>;
220
+ /**
221
+ * Confirms that the deposit transaction returned from `POST /stake` has been broadcast, promoting the pending stake once the deposit is verified on chain. The supplied `depositTxHash` is checked on chain: the receipt must exist, have succeeded, have the required number of confirmations, and contain a `DepositEvent` for the supplied `validatorPublicKey`. This call is optional and idempotent. A background watcher promotes the same pending record automatically once it observes the deposit log on chain, so the result is the same whether or not this endpoint is called. Pending records that are never confirmed by either path expire automatically and leave no trace.
222
+ * Confirm Stake
223
+ */
224
+ ethereumConfirmStake(requestParameters: EthereumConfirmStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumConfirmStake200Response>;
225
+ /**
226
+ * Fully exits a validator. The operator holds the validator\'s signing key and uses it to submit the exit request to the network. This endpoint only does full exits. To take out part of the balance and keep the validator running, use `POST /v1/ethereum-staking/withdraw`. For a full exit the withdrawal address can submit on its own without this API, use `POST /v1/ethereum-staking/force-exit`. A validator can only exit after it has been active for about 27 hours (256 epochs). The response includes `accepted` and an `exitEpoch`. The `exitEpoch` stays null until the network schedules the exit.
227
+ * Exit (via operator)
228
+ */
229
+ ethereumExitRaw(requestParameters: EthereumExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumExit202Response>>;
230
+ /**
231
+ * Fully exits a validator. The operator holds the validator\'s signing key and uses it to submit the exit request to the network. This endpoint only does full exits. To take out part of the balance and keep the validator running, use `POST /v1/ethereum-staking/withdraw`. For a full exit the withdrawal address can submit on its own without this API, use `POST /v1/ethereum-staking/force-exit`. A validator can only exit after it has been active for about 27 hours (256 epochs). The response includes `accepted` and an `exitEpoch`. The `exitEpoch` stays null until the network schedules the exit.
232
+ * Exit (via operator)
233
+ */
234
+ ethereumExit(requestParameters: EthereumExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumExit202Response>;
235
+ /**
236
+ * Returns an unsigned EIP-7002 full-exit transaction (amount = 0) for the withdrawal address to sign and broadcast. A full exit is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. Unlike `POST /v1/ethereum-staking/exit`, which needs the validator signing key, this transaction is signed by the withdrawal address. Both reach the same result: the validator exits and its balance returns to the withdrawal address. A validator can only exit after it has been active for about 27 hours (256 epochs).
237
+ * Force exit (trustless)
238
+ */
239
+ ethereumForceExitRaw(requestParameters: EthereumForceExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumForceExit200Response>>;
240
+ /**
241
+ * Returns an unsigned EIP-7002 full-exit transaction (amount = 0) for the withdrawal address to sign and broadcast. A full exit is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. Unlike `POST /v1/ethereum-staking/exit`, which needs the validator signing key, this transaction is signed by the withdrawal address. Both reach the same result: the validator exits and its balance returns to the withdrawal address. A validator can only exit after it has been active for about 27 hours (256 epochs).
242
+ * Force exit (trustless)
243
+ */
244
+ ethereumForceExit(requestParameters: EthereumForceExitOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumForceExit200Response>;
245
+ /**
246
+ * Daily reward history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports startDate/endDate (YYYY-MM-DD) and limit filters.
247
+ * Rewards Daily History
248
+ */
249
+ ethereumGetDailyRewardsHistoryRaw(requestParameters: EthereumGetDailyRewardsHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumGetDailyRewardsHistory200Response>>;
250
+ /**
251
+ * Daily reward history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports startDate/endDate (YYYY-MM-DD) and limit filters.
252
+ * Rewards Daily History
253
+ */
254
+ ethereumGetDailyRewardsHistory(requestParameters: EthereumGetDailyRewardsHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumGetDailyRewardsHistory200Response>;
255
+ /**
256
+ * Delegation/deposit event history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports eventType and limit filters.
257
+ * Staking Transaction History
258
+ */
259
+ ethereumGetStakingTxHistoryRaw(requestParameters: EthereumGetStakingTxHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumGetStakingTxHistory200Response>>;
260
+ /**
261
+ * Delegation/deposit event history for a single Ethereum validator, sourced from the staking data indexer (BFF). Pubkey must be owned by the caller. Supports eventType and limit filters.
262
+ * Staking Transaction History
263
+ */
264
+ ethereumGetStakingTxHistory(requestParameters: EthereumGetStakingTxHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumGetStakingTxHistory200Response>;
265
+ /**
266
+ * Lists all Ethereum validators for the authenticated account. Returns the full set when called without filters. Supply any combination of the filters below to narrow the results. Each validator exposes three separate status fields: - **`state`**: the high-level lifecycle stage, derived from the beacon state, the indexer status, and recent on-chain exit requests. Progresses through `pending`, `queued`, `activating`, `active`, `exit_pending`, `exiting`, `withdrawn`. - **`consensusLayerState`**: the raw beacon-node state (consensus-spec values such as `active_ongoing`, `active_exiting`, `exited_slashed`, `withdrawal_done`), or `unknown` before the beacon chain has ingested the validator. - **`indexerState`**: the raw staking-data indexer status (`planned`, `active`, `deactivated`), plus `pending` before the deposit is observed on chain and `unknown` when the indexer holds no matching record. Filters (all optional and combinable): `state`, `consensusLayerState`, `indexerState`, `validatorName` (exact match on the validator label), and `validatorPublicKey` (exact match on the BLS public key).
267
+ * Get Validators
268
+ */
269
+ ethereumGetValidatorsRaw(requestParameters: EthereumGetValidatorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumGetValidators200Response>>;
270
+ /**
271
+ * Lists all Ethereum validators for the authenticated account. Returns the full set when called without filters. Supply any combination of the filters below to narrow the results. Each validator exposes three separate status fields: - **`state`**: the high-level lifecycle stage, derived from the beacon state, the indexer status, and recent on-chain exit requests. Progresses through `pending`, `queued`, `activating`, `active`, `exit_pending`, `exiting`, `withdrawn`. - **`consensusLayerState`**: the raw beacon-node state (consensus-spec values such as `active_ongoing`, `active_exiting`, `exited_slashed`, `withdrawal_done`), or `unknown` before the beacon chain has ingested the validator. - **`indexerState`**: the raw staking-data indexer status (`planned`, `active`, `deactivated`), plus `pending` before the deposit is observed on chain and `unknown` when the indexer holds no matching record. Filters (all optional and combinable): `state`, `consensusLayerState`, `indexerState`, `validatorName` (exact match on the validator label), and `validatorPublicKey` (exact match on the BLS public key).
272
+ * Get Validators
273
+ */
274
+ ethereumGetValidators(requestParameters: EthereumGetValidatorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumGetValidators200Response>;
275
+ /**
276
+ * Generates a BLS key, registers it with the validator client, and returns an unsigned deposit transaction. You can send an `Idempotency-Key` header (UUID) to make retries safe. Repeating the same key with the same body returns the original response without minting a new key. **Pending stakes:** An account may hold at most 10 pending stakes at a time (deposits that have been generated but whose deposit transaction has not yet been broadcast on chain). Cancel a pending stake with `POST /v1/ethereum-staking/cancel-stake` to free a slot. **MEV policy:** MEV-Boost configuration (relay allowlist, min-bid threshold, builder participation) is set per-customer at the operator level rather than per-stake. The policy in effect at the time of a proposal slot is the one that applies. Confirm the MEV policy with the assigned operator before staking.
277
+ * Stake
278
+ */
279
+ ethereumStakeRaw(requestParameters: EthereumStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumStake200Response>>;
280
+ /**
281
+ * Generates a BLS key, registers it with the validator client, and returns an unsigned deposit transaction. You can send an `Idempotency-Key` header (UUID) to make retries safe. Repeating the same key with the same body returns the original response without minting a new key. **Pending stakes:** An account may hold at most 10 pending stakes at a time (deposits that have been generated but whose deposit transaction has not yet been broadcast on chain). Cancel a pending stake with `POST /v1/ethereum-staking/cancel-stake` to free a slot. **MEV policy:** MEV-Boost configuration (relay allowlist, min-bid threshold, builder participation) is set per-customer at the operator level rather than per-stake. The policy in effect at the time of a proposal slot is the one that applies. Confirm the MEV policy with the assigned operator before staking.
282
+ * Stake
283
+ */
284
+ ethereumStake(requestParameters: EthereumStakeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumStake200Response>;
285
+ /**
286
+ * Returns an unsigned EIP-7002 partial-withdrawal transaction for the withdrawal address to sign and broadcast. The validator stays active and keeps attesting. A partial withdrawal is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. `amountWei` must be a whole-gwei multiple of at least 1 gwei, and the remaining balance must stay above 32 ETH. For a full exit, use `POST /v1/ethereum-staking/exit` or `POST /v1/ethereum-staking/force-exit`. A validator must have been active for at least 256 epochs (about 27 hours) before a withdrawal request is accepted.
287
+ * Withdrawal (trustless)
288
+ */
289
+ ethereumWithdrawRaw(requestParameters: EthereumWithdrawOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EthereumWithdraw200Response>>;
290
+ /**
291
+ * Returns an unsigned EIP-7002 partial-withdrawal transaction for the withdrawal address to sign and broadcast. The validator stays active and keeps attesting. A partial withdrawal is a standard on-chain request that the withdrawal address can build and send on its own, without this API. This endpoint is a convenience that assembles that transaction so it does not have to be built by hand. `amountWei` must be a whole-gwei multiple of at least 1 gwei, and the remaining balance must stay above 32 ETH. For a full exit, use `POST /v1/ethereum-staking/exit` or `POST /v1/ethereum-staking/force-exit`. A validator must have been active for at least 256 epochs (about 27 hours) before a withdrawal request is accepted.
292
+ * Withdrawal (trustless)
293
+ */
294
+ ethereumWithdraw(requestParameters: EthereumWithdrawOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EthereumWithdraw200Response>;
295
+ }
296
+ /**
297
+ * @export
298
+ */
299
+ export declare const EthereumGetValidatorsStateEnum: {
300
+ readonly Pending: "pending";
301
+ readonly Queued: "queued";
302
+ readonly Activating: "activating";
303
+ readonly Active: "active";
304
+ readonly ExitPending: "exit_pending";
305
+ readonly Exiting: "exiting";
306
+ readonly Withdrawn: "withdrawn";
307
+ };
308
+ export type EthereumGetValidatorsStateEnum = typeof EthereumGetValidatorsStateEnum[keyof typeof EthereumGetValidatorsStateEnum];
309
+ /**
310
+ * @export
311
+ */
312
+ export declare const EthereumGetValidatorsConsensusLayerStateEnum: {
313
+ readonly PendingInitialized: "pending_initialized";
314
+ readonly PendingQueued: "pending_queued";
315
+ readonly ActiveOngoing: "active_ongoing";
316
+ readonly ActiveExiting: "active_exiting";
317
+ readonly ActiveSlashed: "active_slashed";
318
+ readonly ExitedUnslashed: "exited_unslashed";
319
+ readonly ExitedSlashed: "exited_slashed";
320
+ readonly WithdrawalPossible: "withdrawal_possible";
321
+ readonly WithdrawalDone: "withdrawal_done";
322
+ readonly Unknown: "unknown";
323
+ };
324
+ export type EthereumGetValidatorsConsensusLayerStateEnum = typeof EthereumGetValidatorsConsensusLayerStateEnum[keyof typeof EthereumGetValidatorsConsensusLayerStateEnum];
325
+ /**
326
+ * @export
327
+ */
328
+ export declare const EthereumGetValidatorsIndexerStateEnum: {
329
+ readonly Planned: "planned";
330
+ readonly Active: "active";
331
+ readonly Deactivated: "deactivated";
332
+ readonly Pending: "pending";
333
+ readonly Unknown: "unknown";
334
+ };
335
+ export type EthereumGetValidatorsIndexerStateEnum = typeof EthereumGetValidatorsIndexerStateEnum[keyof typeof EthereumGetValidatorsIndexerStateEnum];
336
+ //# sourceMappingURL=EthereumStakingApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EthereumStakingApi.d.ts","sourceRoot":"","sources":["../../src/apis/EthereumStakingApi.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,OAAO,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EAEV,8BAA8B,EAC9B,0BAA0B,EAC1B,+BAA+B,EAC/B,2BAA2B,EAC3B,uBAAuB,EACvB,mBAAmB,EACnB,4BAA4B,EAC5B,wBAAwB,EACxB,yCAAyC,EACzC,sCAAsC,EACtC,gCAAgC,EAChC,eAAe,EACf,wBAAwB,EACxB,oBAAoB,EACpB,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,iBAAiB,CAAC;AAsCzB,MAAM,WAAW,mCAAmC;IAChD,0BAA0B,EAAE,0BAA0B,CAAC;CAC1D;AAED,MAAM,WAAW,oCAAoC;IACjD,2BAA2B,EAAE,2BAA2B,CAAC;CAC5D;AAED,MAAM,WAAW,4BAA4B;IACzC,mBAAmB,EAAE,mBAAmB,CAAC;CAC5C;AAED,MAAM,WAAW,iCAAiC;IAC9C,wBAAwB,EAAE,wBAAwB,CAAC;CACtD;AAED,MAAM,WAAW,qCAAqC;IAClD,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,eAAe,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kCAAkC;IAC/C,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,eAAe,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,4BAA4B;IACzC,OAAO,EAAE,eAAe,CAAC;IACzB,KAAK,CAAC,EAAE,8BAA8B,CAAC;IACvC,mBAAmB,CAAC,EAAE,4CAA4C,CAAC;IACnE,YAAY,CAAC,EAAE,qCAAqC,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,MAAM,WAAW,6BAA6B;IAC1C,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,gCAAgC;IAC7C,uBAAuB,EAAE,uBAAuB,CAAC;CACpD;AAED;;;;;GAKG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;;;;OAOG;IACH,sBAAsB,CAAC,iBAAiB,EAAE,mCAAmC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC,CAAC;IAEzM;;;OAGG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,mCAAmC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAEjL;;;;;;;OAOG;IACH,uBAAuB,CAAC,iBAAiB,EAAE,oCAAoC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,+BAA+B,CAAC,CAAC,CAAC;IAE5M;;;OAGG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,oCAAoC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAEpL;;;;;;;OAOG;IACH,eAAe,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAEpL;;;OAGG;IACH,YAAY,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAAC;IAE5J;;;;;;;OAOG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,iCAAiC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,4BAA4B,CAAC,CAAC,CAAC;IAEnM;;;OAGG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,iCAAiC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAE3K;;;;;;;;;;;OAWG;IACH,iCAAiC,CAAC,iBAAiB,EAAE,qCAAqC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,yCAAyC,CAAC,CAAC,CAAC;IAEjO;;;OAGG;IACH,8BAA8B,CAAC,iBAAiB,EAAE,qCAAqC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,yCAAyC,CAAC,CAAC;IAEzM;;;;;;;;;;OAUG;IACH,8BAA8B,CAAC,iBAAiB,EAAE,kCAAkC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,sCAAsC,CAAC,CAAC,CAAC;IAExN;;;OAGG;IACH,2BAA2B,CAAC,iBAAiB,EAAE,kCAAkC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,sCAAsC,CAAC,CAAC;IAEhM;;;;;;;;;;;;OAYG;IACH,wBAAwB,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,gCAAgC,CAAC,CAAC,CAAC;IAEtM;;;OAGG;IACH,qBAAqB,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAE9K;;;;;;;;OAQG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,6BAA6B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAAC,CAAC;IAEvL;;;OAGG;IACH,aAAa,CAAC,iBAAiB,EAAE,6BAA6B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;IAE/J;;;;;;;OAOG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,gCAAgC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,2BAA2B,CAAC,CAAC,CAAC;IAEhM;;;OAGG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,gCAAgC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC,CAAC;CAE3K;AAED;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,OAAO,CAAC,OAAQ,YAAW,2BAA2B;IAE1F;;;OAGG;IACG,sBAAsB,CAAC,iBAAiB,EAAE,mCAAmC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC;IA6B9M;;;OAGG;IACG,mBAAmB,CAAC,iBAAiB,EAAE,mCAAmC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,8BAA8B,CAAC;IAKtL;;;OAGG;IACG,uBAAuB,CAAC,iBAAiB,EAAE,oCAAoC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,+BAA+B,CAAC,CAAC;IA6BjN;;;OAGG;IACG,oBAAoB,CAAC,iBAAiB,EAAE,oCAAoC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,+BAA+B,CAAC;IAKzL;;;OAGG;IACG,eAAe,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,uBAAuB,CAAC,CAAC;IA6BzL;;;OAGG;IACG,YAAY,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAKjK;;;OAGG;IACG,oBAAoB,CAAC,iBAAiB,EAAE,iCAAiC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,4BAA4B,CAAC,CAAC;IA6BxM;;;OAGG;IACG,iBAAiB,CAAC,iBAAiB,EAAE,iCAAiC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAKhL;;;OAGG;IACG,iCAAiC,CAAC,iBAAiB,EAAE,qCAAqC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,yCAAyC,CAAC,CAAC;IAiDtO;;;OAGG;IACG,8BAA8B,CAAC,iBAAiB,EAAE,qCAAqC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,yCAAyC,CAAC;IAK9M;;;OAGG;IACG,8BAA8B,CAAC,iBAAiB,EAAE,kCAAkC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,sCAAsC,CAAC,CAAC;IA6C7N;;;OAGG;IACG,2BAA2B,CAAC,iBAAiB,EAAE,kCAAkC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,sCAAsC,CAAC;IAKrM;;;OAGG;IACG,wBAAwB,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,gCAAgC,CAAC,CAAC;IAkD3M;;;OAGG;IACG,qBAAqB,CAAC,iBAAiB,EAAE,4BAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAKnL;;;OAGG;IACG,gBAAgB,CAAC,iBAAiB,EAAE,6BAA6B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAAC;IAiC5L;;;OAGG;IACG,aAAa,CAAC,iBAAiB,EAAE,6BAA6B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAKpK;;;OAGG;IACG,mBAAmB,CAAC,iBAAiB,EAAE,gCAAgC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,2BAA2B,CAAC,CAAC;IA6BrM;;;OAGG;IACG,gBAAgB,CAAC,iBAAiB,EAAE,gCAAgC,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;CAKhL;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;CAQjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAChI;;GAEG;AACH,eAAO,MAAM,4CAA4C;;;;;;;;;;;CAW/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,OAAO,4CAA4C,CAAC,MAAM,OAAO,4CAA4C,CAAC,CAAC;AAC1K;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;;;CAMxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC"}