@0xtorch/core 0.0.15 → 0.0.17

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 (302) hide show
  1. package/_cjs/actions/index.js +3 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/parsers/borrow/borrow.js +1 -0
  4. package/_cjs/actions/parsers/borrow/borrow.js.map +1 -1
  5. package/_cjs/actions/parsers/borrow/borrowWithDebt.js +1 -0
  6. package/_cjs/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
  7. package/_cjs/actions/parsers/crossReplace/bridgeFrom.js +1 -0
  8. package/_cjs/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
  9. package/_cjs/actions/parsers/crossReplace/bridgeTo.js +1 -0
  10. package/_cjs/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
  11. package/_cjs/actions/parsers/crossReplace/crossReplace.js +1 -0
  12. package/_cjs/actions/parsers/crossReplace/crossReplace.js.map +1 -1
  13. package/_cjs/actions/parsers/crossTrade/crossTrade.js +1 -0
  14. package/_cjs/actions/parsers/crossTrade/crossTrade.js.map +1 -1
  15. package/_cjs/actions/parsers/deposit/addLiquidity.js +1 -0
  16. package/_cjs/actions/parsers/deposit/addLiquidity.js.map +1 -1
  17. package/_cjs/actions/parsers/deposit/deposit.js +1 -0
  18. package/_cjs/actions/parsers/deposit/deposit.js.map +1 -1
  19. package/_cjs/actions/parsers/deposit/depositWithBond.js +1 -0
  20. package/_cjs/actions/parsers/deposit/depositWithBond.js.map +1 -1
  21. package/_cjs/actions/parsers/deposit/stake.js +1 -0
  22. package/_cjs/actions/parsers/deposit/stake.js.map +1 -1
  23. package/_cjs/actions/parsers/fee/fee.js +2 -0
  24. package/_cjs/actions/parsers/fee/fee.js.map +1 -1
  25. package/_cjs/actions/parsers/fee/transactionFee.js +1 -0
  26. package/_cjs/actions/parsers/fee/transactionFee.js.map +1 -1
  27. package/_cjs/actions/parsers/ignore/approve.js +1 -0
  28. package/_cjs/actions/parsers/ignore/approve.js.map +1 -1
  29. package/_cjs/actions/parsers/ignore/failTx.js +1 -0
  30. package/_cjs/actions/parsers/ignore/failTx.js.map +1 -1
  31. package/_cjs/actions/parsers/ignore/revoke.js +1 -0
  32. package/_cjs/actions/parsers/ignore/revoke.js.map +1 -1
  33. package/_cjs/actions/parsers/ignore/spam.js +1 -0
  34. package/_cjs/actions/parsers/ignore/spam.js.map +1 -1
  35. package/_cjs/actions/parsers/income/atomicArbitrage.js +3 -0
  36. package/_cjs/actions/parsers/income/atomicArbitrage.js.map +1 -1
  37. package/_cjs/actions/parsers/income/freeMintNft.js +1 -0
  38. package/_cjs/actions/parsers/income/freeMintNft.js.map +1 -1
  39. package/_cjs/actions/parsers/income/income.js +1 -0
  40. package/_cjs/actions/parsers/income/income.js.map +1 -1
  41. package/_cjs/actions/parsers/repayment/repayment.js +1 -0
  42. package/_cjs/actions/parsers/repayment/repayment.js.map +1 -1
  43. package/_cjs/actions/parsers/repayment/repaymentWithDebt.js +1 -0
  44. package/_cjs/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
  45. package/_cjs/actions/parsers/replace/replace.js +1 -0
  46. package/_cjs/actions/parsers/replace/replace.js.map +1 -1
  47. package/_cjs/actions/parsers/replace/swapNft.js +1 -0
  48. package/_cjs/actions/parsers/replace/swapNft.js.map +1 -1
  49. package/_cjs/actions/parsers/replace/unwrap.js +1 -0
  50. package/_cjs/actions/parsers/replace/unwrap.js.map +1 -1
  51. package/_cjs/actions/parsers/replace/wrap.js +1 -0
  52. package/_cjs/actions/parsers/replace/wrap.js.map +1 -1
  53. package/_cjs/actions/parsers/trade/buyCrypto.js +2 -0
  54. package/_cjs/actions/parsers/trade/buyCrypto.js.map +1 -1
  55. package/_cjs/actions/parsers/trade/buyNft.js +5 -0
  56. package/_cjs/actions/parsers/trade/buyNft.js.map +1 -1
  57. package/_cjs/actions/parsers/trade/mintNft.js +3 -0
  58. package/_cjs/actions/parsers/trade/mintNft.js.map +1 -1
  59. package/_cjs/actions/parsers/trade/sellCrypto.js +2 -0
  60. package/_cjs/actions/parsers/trade/sellCrypto.js.map +1 -1
  61. package/_cjs/actions/parsers/trade/sellNft.js +5 -0
  62. package/_cjs/actions/parsers/trade/sellNft.js.map +1 -1
  63. package/_cjs/actions/parsers/trade/trade.js +8 -0
  64. package/_cjs/actions/parsers/trade/trade.js.map +1 -1
  65. package/_cjs/actions/parsers/valuedown/valuedown.js +1 -0
  66. package/_cjs/actions/parsers/valuedown/valuedown.js.map +1 -1
  67. package/_cjs/actions/parsers/valueup/valueup.js +1 -0
  68. package/_cjs/actions/parsers/valueup/valueup.js.map +1 -1
  69. package/_cjs/actions/parsers/withdraw/removeLiquidity.js +1 -0
  70. package/_cjs/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
  71. package/_cjs/actions/parsers/withdraw/unstake.js +1 -0
  72. package/_cjs/actions/parsers/withdraw/unstake.js.map +1 -1
  73. package/_cjs/actions/parsers/withdraw/withdraw.js +1 -0
  74. package/_cjs/actions/parsers/withdraw/withdraw.js.map +1 -1
  75. package/_cjs/actions/parsers/withdraw/withdrawWithBond.js +1 -0
  76. package/_cjs/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
  77. package/_cjs/actions/utils.js +1318 -1
  78. package/_cjs/actions/utils.js.map +1 -1
  79. package/_cjs/index.js +3 -1
  80. package/_cjs/index.js.map +1 -1
  81. package/_esm/actions/index.js +1 -1
  82. package/_esm/actions/index.js.map +1 -1
  83. package/_esm/actions/parsers/borrow/borrow.js +1 -0
  84. package/_esm/actions/parsers/borrow/borrow.js.map +1 -1
  85. package/_esm/actions/parsers/borrow/borrowWithDebt.js +1 -0
  86. package/_esm/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
  87. package/_esm/actions/parsers/crossReplace/bridgeFrom.js +1 -0
  88. package/_esm/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
  89. package/_esm/actions/parsers/crossReplace/bridgeTo.js +1 -0
  90. package/_esm/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
  91. package/_esm/actions/parsers/crossReplace/crossReplace.js +1 -0
  92. package/_esm/actions/parsers/crossReplace/crossReplace.js.map +1 -1
  93. package/_esm/actions/parsers/crossTrade/crossTrade.js +1 -0
  94. package/_esm/actions/parsers/crossTrade/crossTrade.js.map +1 -1
  95. package/_esm/actions/parsers/deposit/addLiquidity.js +1 -0
  96. package/_esm/actions/parsers/deposit/addLiquidity.js.map +1 -1
  97. package/_esm/actions/parsers/deposit/deposit.js +1 -0
  98. package/_esm/actions/parsers/deposit/deposit.js.map +1 -1
  99. package/_esm/actions/parsers/deposit/depositWithBond.js +1 -0
  100. package/_esm/actions/parsers/deposit/depositWithBond.js.map +1 -1
  101. package/_esm/actions/parsers/deposit/stake.js +1 -0
  102. package/_esm/actions/parsers/deposit/stake.js.map +1 -1
  103. package/_esm/actions/parsers/fee/fee.js +2 -0
  104. package/_esm/actions/parsers/fee/fee.js.map +1 -1
  105. package/_esm/actions/parsers/fee/transactionFee.js +1 -0
  106. package/_esm/actions/parsers/fee/transactionFee.js.map +1 -1
  107. package/_esm/actions/parsers/ignore/approve.js +1 -0
  108. package/_esm/actions/parsers/ignore/approve.js.map +1 -1
  109. package/_esm/actions/parsers/ignore/failTx.js +1 -0
  110. package/_esm/actions/parsers/ignore/failTx.js.map +1 -1
  111. package/_esm/actions/parsers/ignore/revoke.js +1 -0
  112. package/_esm/actions/parsers/ignore/revoke.js.map +1 -1
  113. package/_esm/actions/parsers/ignore/spam.js +1 -0
  114. package/_esm/actions/parsers/ignore/spam.js.map +1 -1
  115. package/_esm/actions/parsers/income/atomicArbitrage.js +3 -0
  116. package/_esm/actions/parsers/income/atomicArbitrage.js.map +1 -1
  117. package/_esm/actions/parsers/income/freeMintNft.js +1 -0
  118. package/_esm/actions/parsers/income/freeMintNft.js.map +1 -1
  119. package/_esm/actions/parsers/income/income.js +1 -0
  120. package/_esm/actions/parsers/income/income.js.map +1 -1
  121. package/_esm/actions/parsers/repayment/repayment.js +1 -0
  122. package/_esm/actions/parsers/repayment/repayment.js.map +1 -1
  123. package/_esm/actions/parsers/repayment/repaymentWithDebt.js +1 -0
  124. package/_esm/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
  125. package/_esm/actions/parsers/replace/replace.js +1 -0
  126. package/_esm/actions/parsers/replace/replace.js.map +1 -1
  127. package/_esm/actions/parsers/replace/swapNft.js +1 -0
  128. package/_esm/actions/parsers/replace/swapNft.js.map +1 -1
  129. package/_esm/actions/parsers/replace/unwrap.js +1 -0
  130. package/_esm/actions/parsers/replace/unwrap.js.map +1 -1
  131. package/_esm/actions/parsers/replace/wrap.js +1 -0
  132. package/_esm/actions/parsers/replace/wrap.js.map +1 -1
  133. package/_esm/actions/parsers/trade/buyCrypto.js +2 -0
  134. package/_esm/actions/parsers/trade/buyCrypto.js.map +1 -1
  135. package/_esm/actions/parsers/trade/buyNft.js +5 -0
  136. package/_esm/actions/parsers/trade/buyNft.js.map +1 -1
  137. package/_esm/actions/parsers/trade/mintNft.js +3 -0
  138. package/_esm/actions/parsers/trade/mintNft.js.map +1 -1
  139. package/_esm/actions/parsers/trade/sellCrypto.js +2 -0
  140. package/_esm/actions/parsers/trade/sellCrypto.js.map +1 -1
  141. package/_esm/actions/parsers/trade/sellNft.js +5 -0
  142. package/_esm/actions/parsers/trade/sellNft.js.map +1 -1
  143. package/_esm/actions/parsers/trade/trade.js +8 -0
  144. package/_esm/actions/parsers/trade/trade.js.map +1 -1
  145. package/_esm/actions/parsers/valuedown/valuedown.js +1 -0
  146. package/_esm/actions/parsers/valuedown/valuedown.js.map +1 -1
  147. package/_esm/actions/parsers/valueup/valueup.js +1 -0
  148. package/_esm/actions/parsers/valueup/valueup.js.map +1 -1
  149. package/_esm/actions/parsers/withdraw/removeLiquidity.js +1 -0
  150. package/_esm/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
  151. package/_esm/actions/parsers/withdraw/unstake.js +1 -0
  152. package/_esm/actions/parsers/withdraw/unstake.js.map +1 -1
  153. package/_esm/actions/parsers/withdraw/withdraw.js +1 -0
  154. package/_esm/actions/parsers/withdraw/withdraw.js.map +1 -1
  155. package/_esm/actions/parsers/withdraw/withdrawWithBond.js +1 -0
  156. package/_esm/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
  157. package/_esm/actions/utils.js +1389 -0
  158. package/_esm/actions/utils.js.map +1 -1
  159. package/_esm/index.js +1 -1
  160. package/_esm/index.js.map +1 -1
  161. package/_types/actions/index.d.ts +2 -2
  162. package/_types/actions/index.d.ts.map +1 -1
  163. package/_types/actions/parsers/borrow/borrow.d.ts.map +1 -1
  164. package/_types/actions/parsers/borrow/borrowWithDebt.d.ts.map +1 -1
  165. package/_types/actions/parsers/crossReplace/bridgeFrom.d.ts.map +1 -1
  166. package/_types/actions/parsers/crossReplace/bridgeTo.d.ts.map +1 -1
  167. package/_types/actions/parsers/crossReplace/crossReplace.d.ts.map +1 -1
  168. package/_types/actions/parsers/crossTrade/crossTrade.d.ts.map +1 -1
  169. package/_types/actions/parsers/default.d.ts +1 -1
  170. package/_types/actions/parsers/deposit/addLiquidity.d.ts.map +1 -1
  171. package/_types/actions/parsers/deposit/deposit.d.ts.map +1 -1
  172. package/_types/actions/parsers/deposit/depositWithBond.d.ts.map +1 -1
  173. package/_types/actions/parsers/deposit/stake.d.ts.map +1 -1
  174. package/_types/actions/parsers/fee/fee.d.ts.map +1 -1
  175. package/_types/actions/parsers/fee/transactionFee.d.ts.map +1 -1
  176. package/_types/actions/parsers/ignore/approve.d.ts.map +1 -1
  177. package/_types/actions/parsers/ignore/failTx.d.ts.map +1 -1
  178. package/_types/actions/parsers/ignore/revoke.d.ts.map +1 -1
  179. package/_types/actions/parsers/ignore/spam.d.ts.map +1 -1
  180. package/_types/actions/parsers/income/atomicArbitrage.d.ts.map +1 -1
  181. package/_types/actions/parsers/income/freeMintNft.d.ts.map +1 -1
  182. package/_types/actions/parsers/income/income.d.ts.map +1 -1
  183. package/_types/actions/parsers/repayment/repayment.d.ts.map +1 -1
  184. package/_types/actions/parsers/repayment/repaymentWithDebt.d.ts.map +1 -1
  185. package/_types/actions/parsers/replace/replace.d.ts.map +1 -1
  186. package/_types/actions/parsers/replace/swapNft.d.ts.map +1 -1
  187. package/_types/actions/parsers/replace/unwrap.d.ts.map +1 -1
  188. package/_types/actions/parsers/replace/wrap.d.ts.map +1 -1
  189. package/_types/actions/parsers/trade/buyCrypto.d.ts.map +1 -1
  190. package/_types/actions/parsers/trade/buyNft.d.ts.map +1 -1
  191. package/_types/actions/parsers/trade/mintNft.d.ts.map +1 -1
  192. package/_types/actions/parsers/trade/sellCrypto.d.ts.map +1 -1
  193. package/_types/actions/parsers/trade/sellNft.d.ts.map +1 -1
  194. package/_types/actions/parsers/trade/trade.d.ts.map +1 -1
  195. package/_types/actions/parsers/valuedown/valuedown.d.ts.map +1 -1
  196. package/_types/actions/parsers/valueup/valueup.d.ts.map +1 -1
  197. package/_types/actions/parsers/withdraw/removeLiquidity.d.ts.map +1 -1
  198. package/_types/actions/parsers/withdraw/unstake.d.ts.map +1 -1
  199. package/_types/actions/parsers/withdraw/withdraw.d.ts.map +1 -1
  200. package/_types/actions/parsers/withdraw/withdrawWithBond.d.ts.map +1 -1
  201. package/_types/actions/schemas/action.d.ts +950 -950
  202. package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
  203. package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
  204. package/_types/actions/schemas/crossActionBundle.d.ts +40 -40
  205. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
  206. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
  207. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
  208. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
  209. package/_types/actions/schemas/default/accountAction.d.ts +18 -18
  210. package/_types/actions/schemas/default/normalAction.d.ts +18 -18
  211. package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
  212. package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
  213. package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
  214. package/_types/actions/schemas/deposit/stake.d.ts +16 -16
  215. package/_types/actions/schemas/fee/fee.d.ts +16 -16
  216. package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
  217. package/_types/actions/schemas/ignore/approve.d.ts +16 -16
  218. package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
  219. package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
  220. package/_types/actions/schemas/ignore/move.d.ts +8 -8
  221. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
  222. package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
  223. package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
  224. package/_types/actions/schemas/ignore/spam.d.ts +16 -16
  225. package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
  226. package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
  227. package/_types/actions/schemas/income/income.d.ts +16 -16
  228. package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
  229. package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
  230. package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
  231. package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
  232. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
  233. package/_types/actions/schemas/replace/replace.d.ts +16 -16
  234. package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
  235. package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
  236. package/_types/actions/schemas/replace/wrap.d.ts +16 -16
  237. package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
  238. package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
  239. package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
  240. package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
  241. package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
  242. package/_types/actions/schemas/trade/trade.d.ts +16 -16
  243. package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
  244. package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
  245. package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
  246. package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
  247. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
  248. package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
  249. package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
  250. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
  251. package/_types/actions/types/action.d.ts +17 -1
  252. package/_types/actions/types/action.d.ts.map +1 -1
  253. package/_types/actions/types/index.d.ts +1 -1
  254. package/_types/actions/types/index.d.ts.map +1 -1
  255. package/_types/actions/utils.d.ts +3 -0
  256. package/_types/actions/utils.d.ts.map +1 -1
  257. package/_types/apps/schemas.d.ts +4 -4
  258. package/_types/index.d.ts +2 -2
  259. package/_types/index.d.ts.map +1 -1
  260. package/actions/index.ts +4 -0
  261. package/actions/parsers/borrow/borrow.ts +1 -0
  262. package/actions/parsers/borrow/borrowWithDebt.ts +1 -0
  263. package/actions/parsers/crossReplace/bridgeFrom.ts +1 -0
  264. package/actions/parsers/crossReplace/bridgeTo.ts +1 -0
  265. package/actions/parsers/crossReplace/crossReplace.ts +1 -0
  266. package/actions/parsers/crossTrade/crossTrade.ts +1 -0
  267. package/actions/parsers/deposit/addLiquidity.ts +1 -0
  268. package/actions/parsers/deposit/deposit.ts +1 -0
  269. package/actions/parsers/deposit/depositWithBond.ts +1 -0
  270. package/actions/parsers/deposit/stake.ts +1 -0
  271. package/actions/parsers/fee/fee.ts +2 -0
  272. package/actions/parsers/fee/transactionFee.ts +1 -0
  273. package/actions/parsers/ignore/approve.ts +1 -0
  274. package/actions/parsers/ignore/failTx.ts +1 -0
  275. package/actions/parsers/ignore/revoke.ts +1 -0
  276. package/actions/parsers/ignore/spam.ts +1 -0
  277. package/actions/parsers/income/atomicArbitrage.ts +3 -0
  278. package/actions/parsers/income/freeMintNft.ts +1 -0
  279. package/actions/parsers/income/income.ts +1 -0
  280. package/actions/parsers/repayment/repayment.ts +1 -0
  281. package/actions/parsers/repayment/repaymentWithDebt.ts +1 -0
  282. package/actions/parsers/replace/replace.ts +1 -0
  283. package/actions/parsers/replace/swapNft.ts +1 -0
  284. package/actions/parsers/replace/unwrap.ts +1 -0
  285. package/actions/parsers/replace/wrap.ts +1 -0
  286. package/actions/parsers/trade/buyCrypto.ts +2 -0
  287. package/actions/parsers/trade/buyNft.ts +5 -0
  288. package/actions/parsers/trade/mintNft.ts +3 -0
  289. package/actions/parsers/trade/sellCrypto.ts +2 -0
  290. package/actions/parsers/trade/sellNft.ts +5 -0
  291. package/actions/parsers/trade/trade.ts +8 -0
  292. package/actions/parsers/valuedown/valuedown.ts +1 -0
  293. package/actions/parsers/valueup/valueup.ts +1 -0
  294. package/actions/parsers/withdraw/removeLiquidity.ts +1 -0
  295. package/actions/parsers/withdraw/unstake.ts +1 -0
  296. package/actions/parsers/withdraw/withdraw.ts +1 -0
  297. package/actions/parsers/withdraw/withdrawWithBond.ts +1 -0
  298. package/actions/types/action.ts +26 -1
  299. package/actions/types/index.ts +2 -0
  300. package/actions/utils.ts +1951 -0
  301. package/index.ts +4 -0
  302. package/package.json +1 -1
@@ -14,15 +14,15 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
14
14
  icon: z.ZodOptional<z.ZodString>;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  id: string;
17
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
17
  name: string;
18
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
19
19
  description?: string | undefined;
20
20
  website?: string | undefined;
21
21
  icon?: string | undefined;
22
22
  }, {
23
23
  id: string;
24
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
24
  name: string;
25
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
26
26
  description?: string | undefined;
27
27
  website?: string | undefined;
28
28
  icon?: string | undefined;
@@ -31,12 +31,12 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
31
31
  website: string | undefined;
32
32
  icon: string | undefined;
33
33
  id: string;
34
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
34
  name: string;
35
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
36
36
  }, {
37
37
  id: string;
38
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
38
  name: string;
39
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
40
40
  description?: string | undefined;
41
41
  website?: string | undefined;
42
42
  icon?: string | undefined;
@@ -1224,8 +1224,8 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1224
1224
  website: string | undefined;
1225
1225
  icon: string | undefined;
1226
1226
  id: string;
1227
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1228
1227
  name: string;
1228
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1229
1229
  } | undefined;
1230
1230
  }, {
1231
1231
  type: "NormalAction";
@@ -1359,8 +1359,8 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1359
1359
  comment?: string | undefined;
1360
1360
  app?: {
1361
1361
  id: string;
1362
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1363
1362
  name: string;
1363
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1364
1364
  description?: string | undefined;
1365
1365
  website?: string | undefined;
1366
1366
  icon?: string | undefined;
@@ -1380,15 +1380,15 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1380
1380
  icon: z.ZodOptional<z.ZodString>;
1381
1381
  }, "strip", z.ZodTypeAny, {
1382
1382
  id: string;
1383
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1384
1383
  name: string;
1384
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1385
1385
  description?: string | undefined;
1386
1386
  website?: string | undefined;
1387
1387
  icon?: string | undefined;
1388
1388
  }, {
1389
1389
  id: string;
1390
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1391
1390
  name: string;
1391
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1392
1392
  description?: string | undefined;
1393
1393
  website?: string | undefined;
1394
1394
  icon?: string | undefined;
@@ -1397,12 +1397,12 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1397
1397
  website: string | undefined;
1398
1398
  icon: string | undefined;
1399
1399
  id: string;
1400
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1401
1400
  name: string;
1401
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1402
1402
  }, {
1403
1403
  id: string;
1404
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1405
1404
  name: string;
1405
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1406
1406
  description?: string | undefined;
1407
1407
  website?: string | undefined;
1408
1408
  icon?: string | undefined;
@@ -2595,8 +2595,8 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2595
2595
  website: string | undefined;
2596
2596
  icon: string | undefined;
2597
2597
  id: string;
2598
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2599
2598
  name: string;
2599
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2600
2600
  } | undefined;
2601
2601
  }, {
2602
2602
  type: "CrossNormalAction";
@@ -2732,8 +2732,8 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2732
2732
  comment?: string | undefined;
2733
2733
  app?: {
2734
2734
  id: string;
2735
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2736
2735
  name: string;
2736
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2737
2737
  description?: string | undefined;
2738
2738
  website?: string | undefined;
2739
2739
  icon?: string | undefined;
@@ -2753,15 +2753,15 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
2753
2753
  icon: z.ZodOptional<z.ZodString>;
2754
2754
  }, "strip", z.ZodTypeAny, {
2755
2755
  id: string;
2756
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2757
2756
  name: string;
2757
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2758
2758
  description?: string | undefined;
2759
2759
  website?: string | undefined;
2760
2760
  icon?: string | undefined;
2761
2761
  }, {
2762
2762
  id: string;
2763
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2764
2763
  name: string;
2764
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2765
2765
  description?: string | undefined;
2766
2766
  website?: string | undefined;
2767
2767
  icon?: string | undefined;
@@ -2770,12 +2770,12 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
2770
2770
  website: string | undefined;
2771
2771
  icon: string | undefined;
2772
2772
  id: string;
2773
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2774
2773
  name: string;
2774
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2775
2775
  }, {
2776
2776
  id: string;
2777
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2778
2777
  name: string;
2778
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2779
2779
  description?: string | undefined;
2780
2780
  website?: string | undefined;
2781
2781
  icon?: string | undefined;
@@ -3966,8 +3966,8 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3966
3966
  website: string | undefined;
3967
3967
  icon: string | undefined;
3968
3968
  id: string;
3969
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3970
3969
  name: string;
3970
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3971
3971
  } | undefined;
3972
3972
  }, {
3973
3973
  type: "LoanNormalAction";
@@ -4102,8 +4102,8 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4102
4102
  comment?: string | undefined;
4103
4103
  app?: {
4104
4104
  id: string;
4105
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4106
4105
  name: string;
4106
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4107
4107
  description?: string | undefined;
4108
4108
  website?: string | undefined;
4109
4109
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -988,8 +988,8 @@ export declare const normalActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
988
988
  website: string | undefined;
989
989
  icon: string | undefined;
990
990
  id: string;
991
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
992
991
  name: string;
992
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
993
993
  } | undefined;
994
994
  }, {
995
995
  type: "LoanNormalAction";
@@ -1107,8 +1107,8 @@ export declare const normalActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
1107
1107
  comment?: string | undefined;
1108
1108
  app?: {
1109
1109
  id: string;
1110
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1111
1110
  name: string;
1111
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1112
1112
  description?: string | undefined;
1113
1113
  website?: string | undefined;
1114
1114
  icon?: string | undefined;
@@ -1120,8 +1120,8 @@ export declare const normalActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
1120
1120
  website: string | undefined;
1121
1121
  icon: string | undefined;
1122
1122
  id: string;
1123
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1124
1123
  name: string;
1124
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1125
1125
  } | undefined;
1126
1126
  type: "LoanNormalAction";
1127
1127
  timestamp: number;
@@ -1351,8 +1351,8 @@ export declare const normalActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
1351
1351
  comment?: string | undefined;
1352
1352
  app?: {
1353
1353
  id: string;
1354
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1355
1354
  name: string;
1355
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1356
1356
  description?: string | undefined;
1357
1357
  website?: string | undefined;
1358
1358
  icon?: string | undefined;
@@ -1374,15 +1374,15 @@ export declare const accountActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
1374
1374
  icon: z.ZodOptional<z.ZodString>;
1375
1375
  }, "strip", z.ZodTypeAny, {
1376
1376
  id: string;
1377
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1378
1377
  name: string;
1378
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1379
1379
  description?: string | undefined;
1380
1380
  website?: string | undefined;
1381
1381
  icon?: string | undefined;
1382
1382
  }, {
1383
1383
  id: string;
1384
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1385
1384
  name: string;
1385
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1386
1386
  description?: string | undefined;
1387
1387
  website?: string | undefined;
1388
1388
  icon?: string | undefined;
@@ -1391,12 +1391,12 @@ export declare const accountActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
1391
1391
  website: string | undefined;
1392
1392
  icon: string | undefined;
1393
1393
  id: string;
1394
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1395
1394
  name: string;
1395
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1396
1396
  }, {
1397
1397
  id: string;
1398
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1399
1398
  name: string;
1399
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1400
1400
  description?: string | undefined;
1401
1401
  website?: string | undefined;
1402
1402
  icon?: string | undefined;
@@ -2351,8 +2351,8 @@ export declare const accountActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
2351
2351
  website: string | undefined;
2352
2352
  icon: string | undefined;
2353
2353
  id: string;
2354
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2355
2354
  name: string;
2355
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2356
2356
  } | undefined;
2357
2357
  }, {
2358
2358
  type: "LoanAccountAction";
@@ -2472,8 +2472,8 @@ export declare const accountActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
2472
2472
  comment?: string | undefined;
2473
2473
  app?: {
2474
2474
  id: string;
2475
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2476
2475
  name: string;
2476
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2477
2477
  description?: string | undefined;
2478
2478
  website?: string | undefined;
2479
2479
  icon?: string | undefined;
@@ -2485,8 +2485,8 @@ export declare const accountActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
2485
2485
  website: string | undefined;
2486
2486
  icon: string | undefined;
2487
2487
  id: string;
2488
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2489
2488
  name: string;
2489
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2490
2490
  } | undefined;
2491
2491
  type: "LoanAccountAction";
2492
2492
  timestamp: number;
@@ -2720,8 +2720,8 @@ export declare const accountActionAddLiquiditySchema: z.ZodEffects<z.ZodObject<{
2720
2720
  comment?: string | undefined;
2721
2721
  app?: {
2722
2722
  id: string;
2723
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2724
2723
  name: string;
2724
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2725
2725
  description?: string | undefined;
2726
2726
  website?: string | undefined;
2727
2727
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionDepositSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionDepositSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -522,8 +522,8 @@ export declare const normalActionDepositSchema: z.ZodEffects<z.ZodObject<{
522
522
  website: string | undefined;
523
523
  icon: string | undefined;
524
524
  id: string;
525
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
526
525
  name: string;
526
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
527
527
  } | undefined;
528
528
  }, {
529
529
  type: "LoanNormalAction";
@@ -588,8 +588,8 @@ export declare const normalActionDepositSchema: z.ZodEffects<z.ZodObject<{
588
588
  comment?: string | undefined;
589
589
  app?: {
590
590
  id: string;
591
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
592
591
  name: string;
592
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
593
593
  description?: string | undefined;
594
594
  website?: string | undefined;
595
595
  icon?: string | undefined;
@@ -601,8 +601,8 @@ export declare const normalActionDepositSchema: z.ZodEffects<z.ZodObject<{
601
601
  website: string | undefined;
602
602
  icon: string | undefined;
603
603
  id: string;
604
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
605
604
  name: string;
605
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
606
606
  } | undefined;
607
607
  type: "LoanNormalAction";
608
608
  timestamp: number;
@@ -726,8 +726,8 @@ export declare const normalActionDepositSchema: z.ZodEffects<z.ZodObject<{
726
726
  comment?: string | undefined;
727
727
  app?: {
728
728
  id: string;
729
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
730
729
  name: string;
730
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
731
731
  description?: string | undefined;
732
732
  website?: string | undefined;
733
733
  icon?: string | undefined;
@@ -749,15 +749,15 @@ export declare const accountActionDepositSchema: z.ZodEffects<z.ZodObject<{
749
749
  icon: z.ZodOptional<z.ZodString>;
750
750
  }, "strip", z.ZodTypeAny, {
751
751
  id: string;
752
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
753
752
  name: string;
753
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
754
754
  description?: string | undefined;
755
755
  website?: string | undefined;
756
756
  icon?: string | undefined;
757
757
  }, {
758
758
  id: string;
759
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
760
759
  name: string;
760
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
761
761
  description?: string | undefined;
762
762
  website?: string | undefined;
763
763
  icon?: string | undefined;
@@ -766,12 +766,12 @@ export declare const accountActionDepositSchema: z.ZodEffects<z.ZodObject<{
766
766
  website: string | undefined;
767
767
  icon: string | undefined;
768
768
  id: string;
769
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
770
769
  name: string;
770
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
771
771
  }, {
772
772
  id: string;
773
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
774
773
  name: string;
774
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
775
775
  description?: string | undefined;
776
776
  website?: string | undefined;
777
777
  icon?: string | undefined;
@@ -1260,8 +1260,8 @@ export declare const accountActionDepositSchema: z.ZodEffects<z.ZodObject<{
1260
1260
  website: string | undefined;
1261
1261
  icon: string | undefined;
1262
1262
  id: string;
1263
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1264
1263
  name: string;
1264
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1265
1265
  } | undefined;
1266
1266
  }, {
1267
1267
  type: "LoanAccountAction";
@@ -1328,8 +1328,8 @@ export declare const accountActionDepositSchema: z.ZodEffects<z.ZodObject<{
1328
1328
  comment?: string | undefined;
1329
1329
  app?: {
1330
1330
  id: string;
1331
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1332
1331
  name: string;
1332
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1333
1333
  description?: string | undefined;
1334
1334
  website?: string | undefined;
1335
1335
  icon?: string | undefined;
@@ -1341,8 +1341,8 @@ export declare const accountActionDepositSchema: z.ZodEffects<z.ZodObject<{
1341
1341
  website: string | undefined;
1342
1342
  icon: string | undefined;
1343
1343
  id: string;
1344
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1345
1344
  name: string;
1345
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1346
1346
  } | undefined;
1347
1347
  type: "LoanAccountAction";
1348
1348
  timestamp: number;
@@ -1470,8 +1470,8 @@ export declare const accountActionDepositSchema: z.ZodEffects<z.ZodObject<{
1470
1470
  comment?: string | undefined;
1471
1471
  app?: {
1472
1472
  id: string;
1473
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1474
1473
  name: string;
1474
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1475
1475
  description?: string | undefined;
1476
1476
  website?: string | undefined;
1477
1477
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionDepositWithBondSchema: z.ZodEffects<z.ZodObject
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionDepositWithBondSchema: z.ZodEffects<z.ZodObject
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -988,8 +988,8 @@ export declare const normalActionDepositWithBondSchema: z.ZodEffects<z.ZodObject
988
988
  website: string | undefined;
989
989
  icon: string | undefined;
990
990
  id: string;
991
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
992
991
  name: string;
992
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
993
993
  } | undefined;
994
994
  }, {
995
995
  type: "LoanNormalAction";
@@ -1107,8 +1107,8 @@ export declare const normalActionDepositWithBondSchema: z.ZodEffects<z.ZodObject
1107
1107
  comment?: string | undefined;
1108
1108
  app?: {
1109
1109
  id: string;
1110
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1111
1110
  name: string;
1111
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1112
1112
  description?: string | undefined;
1113
1113
  website?: string | undefined;
1114
1114
  icon?: string | undefined;
@@ -1120,8 +1120,8 @@ export declare const normalActionDepositWithBondSchema: z.ZodEffects<z.ZodObject
1120
1120
  website: string | undefined;
1121
1121
  icon: string | undefined;
1122
1122
  id: string;
1123
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1124
1123
  name: string;
1124
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1125
1125
  } | undefined;
1126
1126
  type: "LoanNormalAction";
1127
1127
  timestamp: number;
@@ -1351,8 +1351,8 @@ export declare const normalActionDepositWithBondSchema: z.ZodEffects<z.ZodObject
1351
1351
  comment?: string | undefined;
1352
1352
  app?: {
1353
1353
  id: string;
1354
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1355
1354
  name: string;
1355
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1356
1356
  description?: string | undefined;
1357
1357
  website?: string | undefined;
1358
1358
  icon?: string | undefined;
@@ -1374,15 +1374,15 @@ export declare const accountActionDepositWithBondSchema: z.ZodEffects<z.ZodObjec
1374
1374
  icon: z.ZodOptional<z.ZodString>;
1375
1375
  }, "strip", z.ZodTypeAny, {
1376
1376
  id: string;
1377
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1378
1377
  name: string;
1378
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1379
1379
  description?: string | undefined;
1380
1380
  website?: string | undefined;
1381
1381
  icon?: string | undefined;
1382
1382
  }, {
1383
1383
  id: string;
1384
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1385
1384
  name: string;
1385
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1386
1386
  description?: string | undefined;
1387
1387
  website?: string | undefined;
1388
1388
  icon?: string | undefined;
@@ -1391,12 +1391,12 @@ export declare const accountActionDepositWithBondSchema: z.ZodEffects<z.ZodObjec
1391
1391
  website: string | undefined;
1392
1392
  icon: string | undefined;
1393
1393
  id: string;
1394
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1395
1394
  name: string;
1395
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1396
1396
  }, {
1397
1397
  id: string;
1398
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1399
1398
  name: string;
1399
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1400
1400
  description?: string | undefined;
1401
1401
  website?: string | undefined;
1402
1402
  icon?: string | undefined;
@@ -2351,8 +2351,8 @@ export declare const accountActionDepositWithBondSchema: z.ZodEffects<z.ZodObjec
2351
2351
  website: string | undefined;
2352
2352
  icon: string | undefined;
2353
2353
  id: string;
2354
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2355
2354
  name: string;
2355
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2356
2356
  } | undefined;
2357
2357
  }, {
2358
2358
  type: "LoanAccountAction";
@@ -2472,8 +2472,8 @@ export declare const accountActionDepositWithBondSchema: z.ZodEffects<z.ZodObjec
2472
2472
  comment?: string | undefined;
2473
2473
  app?: {
2474
2474
  id: string;
2475
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2476
2475
  name: string;
2476
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2477
2477
  description?: string | undefined;
2478
2478
  website?: string | undefined;
2479
2479
  icon?: string | undefined;
@@ -2485,8 +2485,8 @@ export declare const accountActionDepositWithBondSchema: z.ZodEffects<z.ZodObjec
2485
2485
  website: string | undefined;
2486
2486
  icon: string | undefined;
2487
2487
  id: string;
2488
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2489
2488
  name: string;
2489
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2490
2490
  } | undefined;
2491
2491
  type: "LoanAccountAction";
2492
2492
  timestamp: number;
@@ -2720,8 +2720,8 @@ export declare const accountActionDepositWithBondSchema: z.ZodEffects<z.ZodObjec
2720
2720
  comment?: string | undefined;
2721
2721
  app?: {
2722
2722
  id: string;
2723
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2724
2723
  name: string;
2724
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2725
2725
  description?: string | undefined;
2726
2726
  website?: string | undefined;
2727
2727
  icon?: string | undefined;