@0xtorch/core 0.0.14 → 0.0.16

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 (86) hide show
  1. package/_cjs/actions/index.js +3 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/schemas/crossActionBundle.js +8 -2
  4. package/_cjs/actions/schemas/crossActionBundle.js.map +1 -1
  5. package/_cjs/actions/utils.js +1318 -1
  6. package/_cjs/actions/utils.js.map +1 -1
  7. package/_cjs/index.js +3 -1
  8. package/_cjs/index.js.map +1 -1
  9. package/_esm/actions/index.js +1 -1
  10. package/_esm/actions/index.js.map +1 -1
  11. package/_esm/actions/schemas/crossActionBundle.js +8 -2
  12. package/_esm/actions/schemas/crossActionBundle.js.map +1 -1
  13. package/_esm/actions/utils.js +1389 -0
  14. package/_esm/actions/utils.js.map +1 -1
  15. package/_esm/index.js +1 -1
  16. package/_esm/index.js.map +1 -1
  17. package/_types/actions/index.d.ts +2 -2
  18. package/_types/actions/index.d.ts.map +1 -1
  19. package/_types/actions/parsers/default.d.ts +1 -1
  20. package/_types/actions/schemas/action.d.ts +950 -950
  21. package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
  22. package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
  23. package/_types/actions/schemas/crossActionBundle.d.ts +1578 -45107
  24. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  25. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
  26. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
  27. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
  28. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
  29. package/_types/actions/schemas/default/accountAction.d.ts +18 -18
  30. package/_types/actions/schemas/default/normalAction.d.ts +18 -18
  31. package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
  32. package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
  33. package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
  34. package/_types/actions/schemas/deposit/stake.d.ts +16 -16
  35. package/_types/actions/schemas/fee/fee.d.ts +16 -16
  36. package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
  37. package/_types/actions/schemas/ignore/approve.d.ts +16 -16
  38. package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
  39. package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
  40. package/_types/actions/schemas/ignore/move.d.ts +8 -8
  41. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
  42. package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
  43. package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
  44. package/_types/actions/schemas/ignore/spam.d.ts +16 -16
  45. package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
  46. package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
  47. package/_types/actions/schemas/income/income.d.ts +16 -16
  48. package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
  49. package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
  50. package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
  51. package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
  52. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
  53. package/_types/actions/schemas/replace/replace.d.ts +16 -16
  54. package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
  55. package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
  56. package/_types/actions/schemas/replace/wrap.d.ts +16 -16
  57. package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
  58. package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
  59. package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
  60. package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
  61. package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
  62. package/_types/actions/schemas/trade/trade.d.ts +16 -16
  63. package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
  64. package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
  65. package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
  66. package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
  67. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
  68. package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
  69. package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
  70. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
  71. package/_types/actions/types/action.d.ts +17 -1
  72. package/_types/actions/types/action.d.ts.map +1 -1
  73. package/_types/actions/types/index.d.ts +1 -1
  74. package/_types/actions/types/index.d.ts.map +1 -1
  75. package/_types/actions/utils.d.ts +3 -0
  76. package/_types/actions/utils.d.ts.map +1 -1
  77. package/_types/apps/schemas.d.ts +4 -4
  78. package/_types/index.d.ts +2 -2
  79. package/_types/index.d.ts.map +1 -1
  80. package/actions/index.ts +4 -0
  81. package/actions/schemas/crossActionBundle.ts +14 -2
  82. package/actions/types/action.ts +26 -1
  83. package/actions/types/index.ts +2 -0
  84. package/actions/utils.ts +1951 -0
  85. package/index.ts +4 -0
  86. package/package.json +1 -1
@@ -13,15 +13,15 @@ export declare const normalActionAtomicArbitrageSchema: 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 normalActionAtomicArbitrageSchema: 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;
@@ -666,8 +666,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
666
666
  website: string | undefined;
667
667
  icon: string | undefined;
668
668
  id: string;
669
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
670
669
  name: string;
670
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
671
671
  } | undefined;
672
672
  }, {
673
673
  type: "NormalAction";
@@ -742,8 +742,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
742
742
  comment?: string | undefined;
743
743
  app?: {
744
744
  id: string;
745
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
746
745
  name: string;
746
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
747
747
  description?: string | undefined;
748
748
  website?: string | undefined;
749
749
  icon?: string | undefined;
@@ -755,8 +755,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
755
755
  website: string | undefined;
756
756
  icon: string | undefined;
757
757
  id: string;
758
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
759
758
  name: string;
759
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
760
760
  } | undefined;
761
761
  type: "NormalAction";
762
762
  timestamp: number;
@@ -900,8 +900,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
900
900
  comment?: string | undefined;
901
901
  app?: {
902
902
  id: string;
903
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
904
903
  name: string;
904
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
905
905
  description?: string | undefined;
906
906
  website?: string | undefined;
907
907
  icon?: string | undefined;
@@ -923,15 +923,15 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
923
923
  icon: z.ZodOptional<z.ZodString>;
924
924
  }, "strip", z.ZodTypeAny, {
925
925
  id: string;
926
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
927
926
  name: string;
927
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
928
928
  description?: string | undefined;
929
929
  website?: string | undefined;
930
930
  icon?: string | undefined;
931
931
  }, {
932
932
  id: string;
933
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
934
933
  name: string;
934
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
935
935
  description?: string | undefined;
936
936
  website?: string | undefined;
937
937
  icon?: string | undefined;
@@ -940,12 +940,12 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
940
940
  website: string | undefined;
941
941
  icon: string | undefined;
942
942
  id: string;
943
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
944
943
  name: string;
944
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
945
945
  }, {
946
946
  id: string;
947
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
948
947
  name: string;
948
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
949
949
  description?: string | undefined;
950
950
  website?: string | undefined;
951
951
  icon?: string | undefined;
@@ -1578,8 +1578,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
1578
1578
  website: string | undefined;
1579
1579
  icon: string | undefined;
1580
1580
  id: string;
1581
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1582
1581
  name: string;
1582
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1583
1583
  } | undefined;
1584
1584
  }, {
1585
1585
  type: "NormalAccountAction";
@@ -1656,8 +1656,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
1656
1656
  comment?: string | undefined;
1657
1657
  app?: {
1658
1658
  id: string;
1659
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1660
1659
  name: string;
1660
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1661
1661
  description?: string | undefined;
1662
1662
  website?: string | undefined;
1663
1663
  icon?: string | undefined;
@@ -1669,8 +1669,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
1669
1669
  website: string | undefined;
1670
1670
  icon: string | undefined;
1671
1671
  id: string;
1672
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1673
1672
  name: string;
1673
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1674
1674
  } | undefined;
1675
1675
  type: "NormalAccountAction";
1676
1676
  timestamp: number;
@@ -1818,8 +1818,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
1818
1818
  comment?: string | undefined;
1819
1819
  app?: {
1820
1820
  id: string;
1821
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1822
1821
  name: string;
1822
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1823
1823
  description?: string | undefined;
1824
1824
  website?: string | undefined;
1825
1825
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionFreeMintNftSchema: 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 normalActionFreeMintNftSchema: 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;
@@ -214,8 +214,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
214
214
  website: string | undefined;
215
215
  icon: string | undefined;
216
216
  id: string;
217
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
218
217
  name: string;
218
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
219
219
  } | undefined;
220
220
  }, {
221
221
  type: "NormalAction";
@@ -247,8 +247,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
247
247
  comment?: string | undefined;
248
248
  app?: {
249
249
  id: string;
250
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
251
250
  name: string;
251
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
252
252
  description?: string | undefined;
253
253
  website?: string | undefined;
254
254
  icon?: string | undefined;
@@ -260,8 +260,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
260
260
  website: string | undefined;
261
261
  icon: string | undefined;
262
262
  id: string;
263
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
264
263
  name: string;
264
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
265
265
  } | undefined;
266
266
  type: "NormalAction";
267
267
  timestamp: number;
@@ -319,8 +319,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
319
319
  comment?: string | undefined;
320
320
  app?: {
321
321
  id: string;
322
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
323
322
  name: string;
323
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
324
324
  description?: string | undefined;
325
325
  website?: string | undefined;
326
326
  icon?: string | undefined;
@@ -342,15 +342,15 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
342
342
  icon: z.ZodOptional<z.ZodString>;
343
343
  }, "strip", z.ZodTypeAny, {
344
344
  id: string;
345
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
346
345
  name: string;
346
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
347
347
  description?: string | undefined;
348
348
  website?: string | undefined;
349
349
  icon?: string | undefined;
350
350
  }, {
351
351
  id: string;
352
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
353
352
  name: string;
353
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
354
354
  description?: string | undefined;
355
355
  website?: string | undefined;
356
356
  icon?: string | undefined;
@@ -359,12 +359,12 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
359
359
  website: string | undefined;
360
360
  icon: string | undefined;
361
361
  id: string;
362
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
363
362
  name: string;
363
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
364
364
  }, {
365
365
  id: string;
366
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
367
366
  name: string;
367
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
368
368
  description?: string | undefined;
369
369
  website?: string | undefined;
370
370
  icon?: string | undefined;
@@ -545,8 +545,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
545
545
  website: string | undefined;
546
546
  icon: string | undefined;
547
547
  id: string;
548
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
549
548
  name: string;
549
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
550
550
  } | undefined;
551
551
  }, {
552
552
  type: "NormalAccountAction";
@@ -580,8 +580,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
580
580
  comment?: string | undefined;
581
581
  app?: {
582
582
  id: string;
583
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
584
583
  name: string;
584
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
585
585
  description?: string | undefined;
586
586
  website?: string | undefined;
587
587
  icon?: string | undefined;
@@ -593,8 +593,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
593
593
  website: string | undefined;
594
594
  icon: string | undefined;
595
595
  id: string;
596
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
597
596
  name: string;
597
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
598
598
  } | undefined;
599
599
  type: "NormalAccountAction";
600
600
  timestamp: number;
@@ -656,8 +656,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
656
656
  comment?: string | undefined;
657
657
  app?: {
658
658
  id: string;
659
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
660
659
  name: string;
660
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
661
661
  description?: string | undefined;
662
662
  website?: string | undefined;
663
663
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionIncomeSchema: 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 normalActionIncomeSchema: 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;
@@ -444,8 +444,8 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
444
444
  website: string | undefined;
445
445
  icon: string | undefined;
446
446
  id: string;
447
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
448
447
  name: string;
448
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
449
449
  } | undefined;
450
450
  }, {
451
451
  type: "NormalAction";
@@ -497,8 +497,8 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
497
497
  comment?: string | undefined;
498
498
  app?: {
499
499
  id: string;
500
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
501
500
  name: string;
501
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
502
502
  description?: string | undefined;
503
503
  website?: string | undefined;
504
504
  icon?: string | undefined;
@@ -510,8 +510,8 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
510
510
  website: string | undefined;
511
511
  icon: string | undefined;
512
512
  id: string;
513
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
514
513
  name: string;
514
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
515
515
  } | undefined;
516
516
  type: "NormalAction";
517
517
  timestamp: number;
@@ -609,8 +609,8 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
609
609
  comment?: string | undefined;
610
610
  app?: {
611
611
  id: string;
612
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
613
612
  name: string;
613
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
614
614
  description?: string | undefined;
615
615
  website?: string | undefined;
616
616
  icon?: string | undefined;
@@ -632,15 +632,15 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
632
632
  icon: z.ZodOptional<z.ZodString>;
633
633
  }, "strip", z.ZodTypeAny, {
634
634
  id: string;
635
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
636
635
  name: string;
636
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
637
637
  description?: string | undefined;
638
638
  website?: string | undefined;
639
639
  icon?: string | undefined;
640
640
  }, {
641
641
  id: string;
642
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
643
642
  name: string;
643
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
644
644
  description?: string | undefined;
645
645
  website?: string | undefined;
646
646
  icon?: string | undefined;
@@ -649,12 +649,12 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
649
649
  website: string | undefined;
650
650
  icon: string | undefined;
651
651
  id: string;
652
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
653
652
  name: string;
653
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
654
654
  }, {
655
655
  id: string;
656
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
657
656
  name: string;
657
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
658
658
  description?: string | undefined;
659
659
  website?: string | undefined;
660
660
  icon?: string | undefined;
@@ -1065,8 +1065,8 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1065
1065
  website: string | undefined;
1066
1066
  icon: string | undefined;
1067
1067
  id: string;
1068
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1069
1068
  name: string;
1069
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1070
1070
  } | undefined;
1071
1071
  }, {
1072
1072
  type: "NormalAccountAction";
@@ -1120,8 +1120,8 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1120
1120
  comment?: string | undefined;
1121
1121
  app?: {
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
  description?: string | undefined;
1126
1126
  website?: string | undefined;
1127
1127
  icon?: string | undefined;
@@ -1133,8 +1133,8 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1133
1133
  website: string | undefined;
1134
1134
  icon: string | undefined;
1135
1135
  id: string;
1136
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1137
1136
  name: string;
1137
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1138
1138
  } | undefined;
1139
1139
  type: "NormalAccountAction";
1140
1140
  timestamp: number;
@@ -1236,8 +1236,8 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1236
1236
  comment?: string | undefined;
1237
1237
  app?: {
1238
1238
  id: string;
1239
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1240
1239
  name: string;
1240
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1241
1241
  description?: string | undefined;
1242
1242
  website?: string | undefined;
1243
1243
  icon?: string | undefined;
@@ -15,15 +15,15 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
15
15
  icon: z.ZodOptional<z.ZodString>;
16
16
  }, "strip", z.ZodTypeAny, {
17
17
  id: string;
18
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
19
18
  name: string;
19
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
20
20
  description?: string | undefined;
21
21
  website?: string | undefined;
22
22
  icon?: string | undefined;
23
23
  }, {
24
24
  id: string;
25
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
26
25
  name: string;
26
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
27
27
  description?: string | undefined;
28
28
  website?: string | undefined;
29
29
  icon?: string | undefined;
@@ -32,12 +32,12 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
32
32
  website: string | undefined;
33
33
  icon: string | undefined;
34
34
  id: string;
35
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
36
35
  name: string;
36
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
37
37
  }, {
38
38
  id: string;
39
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
40
39
  name: string;
40
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
41
41
  description?: string | undefined;
42
42
  website?: string | undefined;
43
43
  icon?: string | undefined;
@@ -560,8 +560,8 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
560
560
  website: string | undefined;
561
561
  icon: string | undefined;
562
562
  id: string;
563
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
564
563
  name: string;
564
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
565
565
  } | undefined;
566
566
  }, {
567
567
  type: "NormalAccountAction";
@@ -630,8 +630,8 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
630
630
  comment?: string | undefined;
631
631
  app?: {
632
632
  id: string;
633
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
634
633
  name: string;
634
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
635
635
  description?: string | undefined;
636
636
  website?: string | undefined;
637
637
  icon?: string | undefined;
@@ -643,8 +643,8 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
643
643
  website: string | undefined;
644
644
  icon: string | undefined;
645
645
  id: string;
646
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
647
646
  name: string;
647
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
648
648
  } | undefined;
649
649
  type: "NormalAccountAction";
650
650
  timestamp: number;
@@ -776,8 +776,8 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
776
776
  comment?: string | undefined;
777
777
  app?: {
778
778
  id: string;
779
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
780
779
  name: string;
780
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
781
781
  description?: string | undefined;
782
782
  website?: string | undefined;
783
783
  icon?: string | undefined;
@@ -15,15 +15,15 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
15
15
  icon: z.ZodOptional<z.ZodString>;
16
16
  }, "strip", z.ZodTypeAny, {
17
17
  id: string;
18
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
19
18
  name: string;
19
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
20
20
  description?: string | undefined;
21
21
  website?: string | undefined;
22
22
  icon?: string | undefined;
23
23
  }, {
24
24
  id: string;
25
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
26
25
  name: string;
26
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
27
27
  description?: string | undefined;
28
28
  website?: string | undefined;
29
29
  icon?: string | undefined;
@@ -32,12 +32,12 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
32
32
  website: string | undefined;
33
33
  icon: string | undefined;
34
34
  id: string;
35
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
36
35
  name: string;
36
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
37
37
  }, {
38
38
  id: string;
39
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
40
39
  name: string;
40
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
41
41
  description?: string | undefined;
42
42
  website?: string | undefined;
43
43
  icon?: string | undefined;
@@ -524,8 +524,8 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
524
524
  website: string | undefined;
525
525
  icon: string | undefined;
526
526
  id: string;
527
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
528
527
  name: string;
528
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
529
529
  } | undefined;
530
530
  }, {
531
531
  type: "NormalAccountAction";
@@ -591,8 +591,8 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
591
591
  comment?: string | undefined;
592
592
  app?: {
593
593
  id: string;
594
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
595
594
  name: string;
595
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
596
596
  description?: string | undefined;
597
597
  website?: string | undefined;
598
598
  icon?: string | undefined;
@@ -604,8 +604,8 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
604
604
  website: string | undefined;
605
605
  icon: string | undefined;
606
606
  id: string;
607
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
608
607
  name: string;
608
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
609
609
  } | undefined;
610
610
  type: "NormalAccountAction";
611
611
  timestamp: number;
@@ -731,8 +731,8 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
731
731
  comment?: string | undefined;
732
732
  app?: {
733
733
  id: string;
734
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
735
734
  name: string;
735
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
736
736
  description?: string | undefined;
737
737
  website?: string | undefined;
738
738
  icon?: string | undefined;