@mimicprotocol/sdk 0.0.1-rc.14 → 0.0.1-rc.15
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.
- package/dist/axia/validators.d.ts +291 -201
- package/dist/axia/validators.d.ts.map +1 -1
- package/dist/oracle/eip712Types.d.ts +4 -0
- package/dist/oracle/eip712Types.d.ts.map +1 -1
- package/dist/oracle/eip712Types.js +5 -2
- package/dist/oracle/eip712Types.js.map +1 -1
- package/dist/oracle/validators.d.ts +201 -131
- package/dist/oracle/validators.d.ts.map +1 -1
- package/dist/oracle/validators.js +5 -3
- package/dist/oracle/validators.js.map +1 -1
- package/dist/relayer/validators.d.ts +212 -148
- package/dist/relayer/validators.d.ts.map +1 -1
- package/dist/runner/validators.d.ts +97 -67
- package/dist/runner/validators.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -858,10 +858,9 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
858
858
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
859
859
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
860
860
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
861
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
862
861
|
tokens: z.ZodArray<z.ZodObject<{
|
|
863
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
864
862
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
863
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
865
864
|
}, "strip", z.ZodTypeAny, {
|
|
866
865
|
chainId: number;
|
|
867
866
|
address: string;
|
|
@@ -871,7 +870,6 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
871
870
|
}>, "many">;
|
|
872
871
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
873
872
|
}, "strip", z.ZodTypeAny, {
|
|
874
|
-
timestamp: number;
|
|
875
873
|
owner: string;
|
|
876
874
|
tokens: {
|
|
877
875
|
chainId: number;
|
|
@@ -881,7 +879,6 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
881
879
|
chainIds: number[];
|
|
882
880
|
tokenFilter: 0 | 1;
|
|
883
881
|
}, {
|
|
884
|
-
timestamp: number;
|
|
885
882
|
owner: string;
|
|
886
883
|
tokens: {
|
|
887
884
|
chainId: number;
|
|
@@ -893,7 +890,6 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
893
890
|
}>;
|
|
894
891
|
}, "strip", z.ZodTypeAny, {
|
|
895
892
|
params: {
|
|
896
|
-
timestamp: number;
|
|
897
893
|
owner: string;
|
|
898
894
|
tokens: {
|
|
899
895
|
chainId: number;
|
|
@@ -907,7 +903,6 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
907
903
|
hash: string;
|
|
908
904
|
}, {
|
|
909
905
|
params: {
|
|
910
|
-
timestamp: number;
|
|
911
906
|
owner: string;
|
|
912
907
|
tokens: {
|
|
913
908
|
chainId: number;
|
|
@@ -921,61 +916,90 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
921
916
|
hash: string;
|
|
922
917
|
}>;
|
|
923
918
|
result: z.ZodObject<{
|
|
924
|
-
value: z.
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
919
|
+
value: z.ZodObject<{
|
|
920
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
921
|
+
balances: z.ZodArray<z.ZodObject<{
|
|
922
|
+
token: z.ZodObject<{
|
|
923
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
924
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
925
|
+
}, "strip", z.ZodTypeAny, {
|
|
926
|
+
chainId: number;
|
|
927
|
+
address: string;
|
|
928
|
+
}, {
|
|
929
|
+
chainId: number;
|
|
930
|
+
address: string;
|
|
931
|
+
}>;
|
|
932
|
+
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
928
933
|
}, "strip", z.ZodTypeAny, {
|
|
929
|
-
|
|
930
|
-
|
|
934
|
+
token: {
|
|
935
|
+
chainId: number;
|
|
936
|
+
address: string;
|
|
937
|
+
};
|
|
938
|
+
balance: string;
|
|
931
939
|
}, {
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
940
|
+
token: {
|
|
941
|
+
chainId: number;
|
|
942
|
+
address: string;
|
|
943
|
+
};
|
|
944
|
+
balance: string;
|
|
945
|
+
}>, "many">;
|
|
936
946
|
}, "strip", z.ZodTypeAny, {
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
947
|
+
timestamp: number;
|
|
948
|
+
balances: {
|
|
949
|
+
token: {
|
|
950
|
+
chainId: number;
|
|
951
|
+
address: string;
|
|
952
|
+
};
|
|
953
|
+
balance: string;
|
|
954
|
+
}[];
|
|
942
955
|
}, {
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
956
|
+
timestamp: number;
|
|
957
|
+
balances: {
|
|
958
|
+
token: {
|
|
959
|
+
chainId: number;
|
|
960
|
+
address: string;
|
|
961
|
+
};
|
|
962
|
+
balance: string;
|
|
963
|
+
}[];
|
|
964
|
+
}>;
|
|
949
965
|
}, "strip", z.ZodTypeAny, {
|
|
950
966
|
value: {
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
967
|
+
timestamp: number;
|
|
968
|
+
balances: {
|
|
969
|
+
token: {
|
|
970
|
+
chainId: number;
|
|
971
|
+
address: string;
|
|
972
|
+
};
|
|
973
|
+
balance: string;
|
|
974
|
+
}[];
|
|
975
|
+
};
|
|
957
976
|
}, {
|
|
958
977
|
value: {
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
978
|
+
timestamp: number;
|
|
979
|
+
balances: {
|
|
980
|
+
token: {
|
|
981
|
+
chainId: number;
|
|
982
|
+
address: string;
|
|
983
|
+
};
|
|
984
|
+
balance: string;
|
|
985
|
+
}[];
|
|
986
|
+
};
|
|
965
987
|
}>;
|
|
966
988
|
}, "strip", z.ZodTypeAny, {
|
|
967
989
|
result: {
|
|
968
990
|
value: {
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
991
|
+
timestamp: number;
|
|
992
|
+
balances: {
|
|
993
|
+
token: {
|
|
994
|
+
chainId: number;
|
|
995
|
+
address: string;
|
|
996
|
+
};
|
|
997
|
+
balance: string;
|
|
998
|
+
}[];
|
|
999
|
+
};
|
|
975
1000
|
};
|
|
976
1001
|
query: {
|
|
977
1002
|
params: {
|
|
978
|
-
timestamp: number;
|
|
979
1003
|
owner: string;
|
|
980
1004
|
tokens: {
|
|
981
1005
|
chainId: number;
|
|
@@ -992,16 +1016,18 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
992
1016
|
}, {
|
|
993
1017
|
result: {
|
|
994
1018
|
value: {
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1019
|
+
timestamp: number;
|
|
1020
|
+
balances: {
|
|
1021
|
+
token: {
|
|
1022
|
+
chainId: number;
|
|
1023
|
+
address: string;
|
|
1024
|
+
};
|
|
1025
|
+
balance: string;
|
|
1026
|
+
}[];
|
|
1027
|
+
};
|
|
1001
1028
|
};
|
|
1002
1029
|
query: {
|
|
1003
1030
|
params: {
|
|
1004
|
-
timestamp: number;
|
|
1005
1031
|
owner: string;
|
|
1006
1032
|
tokens: {
|
|
1007
1033
|
chainId: number;
|
|
@@ -1228,16 +1254,18 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1228
1254
|
} | {
|
|
1229
1255
|
result: {
|
|
1230
1256
|
value: {
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1257
|
+
timestamp: number;
|
|
1258
|
+
balances: {
|
|
1259
|
+
token: {
|
|
1260
|
+
chainId: number;
|
|
1261
|
+
address: string;
|
|
1262
|
+
};
|
|
1263
|
+
balance: string;
|
|
1264
|
+
}[];
|
|
1265
|
+
};
|
|
1237
1266
|
};
|
|
1238
1267
|
query: {
|
|
1239
1268
|
params: {
|
|
1240
|
-
timestamp: number;
|
|
1241
1269
|
owner: string;
|
|
1242
1270
|
tokens: {
|
|
1243
1271
|
chainId: number;
|
|
@@ -1333,16 +1361,18 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1333
1361
|
} | {
|
|
1334
1362
|
result: {
|
|
1335
1363
|
value: {
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1364
|
+
timestamp: number;
|
|
1365
|
+
balances: {
|
|
1366
|
+
token: {
|
|
1367
|
+
chainId: number;
|
|
1368
|
+
address: string;
|
|
1369
|
+
};
|
|
1370
|
+
balance: string;
|
|
1371
|
+
}[];
|
|
1372
|
+
};
|
|
1342
1373
|
};
|
|
1343
1374
|
query: {
|
|
1344
1375
|
params: {
|
|
1345
|
-
timestamp: number;
|
|
1346
1376
|
owner: string;
|
|
1347
1377
|
tokens: {
|
|
1348
1378
|
chainId: number;
|
|
@@ -1618,10 +1648,9 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1618
1648
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
1619
1649
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1620
1650
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
1621
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1622
1651
|
tokens: z.ZodArray<z.ZodObject<{
|
|
1623
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1624
1652
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1653
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1625
1654
|
}, "strip", z.ZodTypeAny, {
|
|
1626
1655
|
chainId: number;
|
|
1627
1656
|
address: string;
|
|
@@ -1631,7 +1660,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1631
1660
|
}>, "many">;
|
|
1632
1661
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
1633
1662
|
}, "strip", z.ZodTypeAny, {
|
|
1634
|
-
timestamp: number;
|
|
1635
1663
|
owner: string;
|
|
1636
1664
|
tokens: {
|
|
1637
1665
|
chainId: number;
|
|
@@ -1641,7 +1669,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1641
1669
|
chainIds: number[];
|
|
1642
1670
|
tokenFilter: 0 | 1;
|
|
1643
1671
|
}, {
|
|
1644
|
-
timestamp: number;
|
|
1645
1672
|
owner: string;
|
|
1646
1673
|
tokens: {
|
|
1647
1674
|
chainId: number;
|
|
@@ -1653,7 +1680,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1653
1680
|
}>;
|
|
1654
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1655
1682
|
params: {
|
|
1656
|
-
timestamp: number;
|
|
1657
1683
|
owner: string;
|
|
1658
1684
|
tokens: {
|
|
1659
1685
|
chainId: number;
|
|
@@ -1667,7 +1693,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1667
1693
|
hash: string;
|
|
1668
1694
|
}, {
|
|
1669
1695
|
params: {
|
|
1670
|
-
timestamp: number;
|
|
1671
1696
|
owner: string;
|
|
1672
1697
|
tokens: {
|
|
1673
1698
|
chainId: number;
|
|
@@ -1681,61 +1706,90 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1681
1706
|
hash: string;
|
|
1682
1707
|
}>;
|
|
1683
1708
|
result: z.ZodObject<{
|
|
1684
|
-
value: z.
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1709
|
+
value: z.ZodObject<{
|
|
1710
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1711
|
+
balances: z.ZodArray<z.ZodObject<{
|
|
1712
|
+
token: z.ZodObject<{
|
|
1713
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1714
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1715
|
+
}, "strip", z.ZodTypeAny, {
|
|
1716
|
+
chainId: number;
|
|
1717
|
+
address: string;
|
|
1718
|
+
}, {
|
|
1719
|
+
chainId: number;
|
|
1720
|
+
address: string;
|
|
1721
|
+
}>;
|
|
1722
|
+
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
1688
1723
|
}, "strip", z.ZodTypeAny, {
|
|
1689
|
-
|
|
1690
|
-
|
|
1724
|
+
token: {
|
|
1725
|
+
chainId: number;
|
|
1726
|
+
address: string;
|
|
1727
|
+
};
|
|
1728
|
+
balance: string;
|
|
1691
1729
|
}, {
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1730
|
+
token: {
|
|
1731
|
+
chainId: number;
|
|
1732
|
+
address: string;
|
|
1733
|
+
};
|
|
1734
|
+
balance: string;
|
|
1735
|
+
}>, "many">;
|
|
1696
1736
|
}, "strip", z.ZodTypeAny, {
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1737
|
+
timestamp: number;
|
|
1738
|
+
balances: {
|
|
1739
|
+
token: {
|
|
1740
|
+
chainId: number;
|
|
1741
|
+
address: string;
|
|
1742
|
+
};
|
|
1743
|
+
balance: string;
|
|
1744
|
+
}[];
|
|
1702
1745
|
}, {
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1746
|
+
timestamp: number;
|
|
1747
|
+
balances: {
|
|
1748
|
+
token: {
|
|
1749
|
+
chainId: number;
|
|
1750
|
+
address: string;
|
|
1751
|
+
};
|
|
1752
|
+
balance: string;
|
|
1753
|
+
}[];
|
|
1754
|
+
}>;
|
|
1709
1755
|
}, "strip", z.ZodTypeAny, {
|
|
1710
1756
|
value: {
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1757
|
+
timestamp: number;
|
|
1758
|
+
balances: {
|
|
1759
|
+
token: {
|
|
1760
|
+
chainId: number;
|
|
1761
|
+
address: string;
|
|
1762
|
+
};
|
|
1763
|
+
balance: string;
|
|
1764
|
+
}[];
|
|
1765
|
+
};
|
|
1717
1766
|
}, {
|
|
1718
1767
|
value: {
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1768
|
+
timestamp: number;
|
|
1769
|
+
balances: {
|
|
1770
|
+
token: {
|
|
1771
|
+
chainId: number;
|
|
1772
|
+
address: string;
|
|
1773
|
+
};
|
|
1774
|
+
balance: string;
|
|
1775
|
+
}[];
|
|
1776
|
+
};
|
|
1725
1777
|
}>;
|
|
1726
1778
|
}, "strip", z.ZodTypeAny, {
|
|
1727
1779
|
result: {
|
|
1728
1780
|
value: {
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1781
|
+
timestamp: number;
|
|
1782
|
+
balances: {
|
|
1783
|
+
token: {
|
|
1784
|
+
chainId: number;
|
|
1785
|
+
address: string;
|
|
1786
|
+
};
|
|
1787
|
+
balance: string;
|
|
1788
|
+
}[];
|
|
1789
|
+
};
|
|
1735
1790
|
};
|
|
1736
1791
|
query: {
|
|
1737
1792
|
params: {
|
|
1738
|
-
timestamp: number;
|
|
1739
1793
|
owner: string;
|
|
1740
1794
|
tokens: {
|
|
1741
1795
|
chainId: number;
|
|
@@ -1752,16 +1806,18 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1752
1806
|
}, {
|
|
1753
1807
|
result: {
|
|
1754
1808
|
value: {
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1809
|
+
timestamp: number;
|
|
1810
|
+
balances: {
|
|
1811
|
+
token: {
|
|
1812
|
+
chainId: number;
|
|
1813
|
+
address: string;
|
|
1814
|
+
};
|
|
1815
|
+
balance: string;
|
|
1816
|
+
}[];
|
|
1817
|
+
};
|
|
1761
1818
|
};
|
|
1762
1819
|
query: {
|
|
1763
1820
|
params: {
|
|
1764
|
-
timestamp: number;
|
|
1765
1821
|
owner: string;
|
|
1766
1822
|
tokens: {
|
|
1767
1823
|
chainId: number;
|
|
@@ -2032,16 +2088,18 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2032
2088
|
} | {
|
|
2033
2089
|
result: {
|
|
2034
2090
|
value: {
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2091
|
+
timestamp: number;
|
|
2092
|
+
balances: {
|
|
2093
|
+
token: {
|
|
2094
|
+
chainId: number;
|
|
2095
|
+
address: string;
|
|
2096
|
+
};
|
|
2097
|
+
balance: string;
|
|
2098
|
+
}[];
|
|
2099
|
+
};
|
|
2041
2100
|
};
|
|
2042
2101
|
query: {
|
|
2043
2102
|
params: {
|
|
2044
|
-
timestamp: number;
|
|
2045
2103
|
owner: string;
|
|
2046
2104
|
tokens: {
|
|
2047
2105
|
chainId: number;
|
|
@@ -2154,16 +2212,18 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2154
2212
|
} | {
|
|
2155
2213
|
result: {
|
|
2156
2214
|
value: {
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2215
|
+
timestamp: number;
|
|
2216
|
+
balances: {
|
|
2217
|
+
token: {
|
|
2218
|
+
chainId: number;
|
|
2219
|
+
address: string;
|
|
2220
|
+
};
|
|
2221
|
+
balance: string;
|
|
2222
|
+
}[];
|
|
2223
|
+
};
|
|
2163
2224
|
};
|
|
2164
2225
|
query: {
|
|
2165
2226
|
params: {
|
|
2166
|
-
timestamp: number;
|
|
2167
2227
|
owner: string;
|
|
2168
2228
|
tokens: {
|
|
2169
2229
|
chainId: number;
|
|
@@ -2417,10 +2477,9 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2417
2477
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
2418
2478
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2419
2479
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
2420
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2421
2480
|
tokens: z.ZodArray<z.ZodObject<{
|
|
2422
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2423
2481
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2482
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2424
2483
|
}, "strip", z.ZodTypeAny, {
|
|
2425
2484
|
chainId: number;
|
|
2426
2485
|
address: string;
|
|
@@ -2430,7 +2489,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2430
2489
|
}>, "many">;
|
|
2431
2490
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
2432
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2433
|
-
timestamp: number;
|
|
2434
2492
|
owner: string;
|
|
2435
2493
|
tokens: {
|
|
2436
2494
|
chainId: number;
|
|
@@ -2440,7 +2498,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2440
2498
|
chainIds: number[];
|
|
2441
2499
|
tokenFilter: 0 | 1;
|
|
2442
2500
|
}, {
|
|
2443
|
-
timestamp: number;
|
|
2444
2501
|
owner: string;
|
|
2445
2502
|
tokens: {
|
|
2446
2503
|
chainId: number;
|
|
@@ -2452,7 +2509,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2452
2509
|
}>;
|
|
2453
2510
|
}, "strip", z.ZodTypeAny, {
|
|
2454
2511
|
params: {
|
|
2455
|
-
timestamp: number;
|
|
2456
2512
|
owner: string;
|
|
2457
2513
|
tokens: {
|
|
2458
2514
|
chainId: number;
|
|
@@ -2466,7 +2522,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2466
2522
|
hash: string;
|
|
2467
2523
|
}, {
|
|
2468
2524
|
params: {
|
|
2469
|
-
timestamp: number;
|
|
2470
2525
|
owner: string;
|
|
2471
2526
|
tokens: {
|
|
2472
2527
|
chainId: number;
|
|
@@ -2480,61 +2535,90 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2480
2535
|
hash: string;
|
|
2481
2536
|
}>;
|
|
2482
2537
|
result: z.ZodObject<{
|
|
2483
|
-
value: z.
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2538
|
+
value: z.ZodObject<{
|
|
2539
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2540
|
+
balances: z.ZodArray<z.ZodObject<{
|
|
2541
|
+
token: z.ZodObject<{
|
|
2542
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2543
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2544
|
+
}, "strip", z.ZodTypeAny, {
|
|
2545
|
+
chainId: number;
|
|
2546
|
+
address: string;
|
|
2547
|
+
}, {
|
|
2548
|
+
chainId: number;
|
|
2549
|
+
address: string;
|
|
2550
|
+
}>;
|
|
2551
|
+
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
2487
2552
|
}, "strip", z.ZodTypeAny, {
|
|
2488
|
-
|
|
2489
|
-
|
|
2553
|
+
token: {
|
|
2554
|
+
chainId: number;
|
|
2555
|
+
address: string;
|
|
2556
|
+
};
|
|
2557
|
+
balance: string;
|
|
2490
2558
|
}, {
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2559
|
+
token: {
|
|
2560
|
+
chainId: number;
|
|
2561
|
+
address: string;
|
|
2562
|
+
};
|
|
2563
|
+
balance: string;
|
|
2564
|
+
}>, "many">;
|
|
2495
2565
|
}, "strip", z.ZodTypeAny, {
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2566
|
+
timestamp: number;
|
|
2567
|
+
balances: {
|
|
2568
|
+
token: {
|
|
2569
|
+
chainId: number;
|
|
2570
|
+
address: string;
|
|
2571
|
+
};
|
|
2572
|
+
balance: string;
|
|
2573
|
+
}[];
|
|
2501
2574
|
}, {
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2575
|
+
timestamp: number;
|
|
2576
|
+
balances: {
|
|
2577
|
+
token: {
|
|
2578
|
+
chainId: number;
|
|
2579
|
+
address: string;
|
|
2580
|
+
};
|
|
2581
|
+
balance: string;
|
|
2582
|
+
}[];
|
|
2583
|
+
}>;
|
|
2508
2584
|
}, "strip", z.ZodTypeAny, {
|
|
2509
2585
|
value: {
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2586
|
+
timestamp: number;
|
|
2587
|
+
balances: {
|
|
2588
|
+
token: {
|
|
2589
|
+
chainId: number;
|
|
2590
|
+
address: string;
|
|
2591
|
+
};
|
|
2592
|
+
balance: string;
|
|
2593
|
+
}[];
|
|
2594
|
+
};
|
|
2516
2595
|
}, {
|
|
2517
2596
|
value: {
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2597
|
+
timestamp: number;
|
|
2598
|
+
balances: {
|
|
2599
|
+
token: {
|
|
2600
|
+
chainId: number;
|
|
2601
|
+
address: string;
|
|
2602
|
+
};
|
|
2603
|
+
balance: string;
|
|
2604
|
+
}[];
|
|
2605
|
+
};
|
|
2524
2606
|
}>;
|
|
2525
2607
|
}, "strip", z.ZodTypeAny, {
|
|
2526
2608
|
result: {
|
|
2527
2609
|
value: {
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2610
|
+
timestamp: number;
|
|
2611
|
+
balances: {
|
|
2612
|
+
token: {
|
|
2613
|
+
chainId: number;
|
|
2614
|
+
address: string;
|
|
2615
|
+
};
|
|
2616
|
+
balance: string;
|
|
2617
|
+
}[];
|
|
2618
|
+
};
|
|
2534
2619
|
};
|
|
2535
2620
|
query: {
|
|
2536
2621
|
params: {
|
|
2537
|
-
timestamp: number;
|
|
2538
2622
|
owner: string;
|
|
2539
2623
|
tokens: {
|
|
2540
2624
|
chainId: number;
|
|
@@ -2551,16 +2635,18 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2551
2635
|
}, {
|
|
2552
2636
|
result: {
|
|
2553
2637
|
value: {
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2638
|
+
timestamp: number;
|
|
2639
|
+
balances: {
|
|
2640
|
+
token: {
|
|
2641
|
+
chainId: number;
|
|
2642
|
+
address: string;
|
|
2643
|
+
};
|
|
2644
|
+
balance: string;
|
|
2645
|
+
}[];
|
|
2646
|
+
};
|
|
2560
2647
|
};
|
|
2561
2648
|
query: {
|
|
2562
2649
|
params: {
|
|
2563
|
-
timestamp: number;
|
|
2564
2650
|
owner: string;
|
|
2565
2651
|
tokens: {
|
|
2566
2652
|
chainId: number;
|
|
@@ -2831,16 +2917,18 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2831
2917
|
} | {
|
|
2832
2918
|
result: {
|
|
2833
2919
|
value: {
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2920
|
+
timestamp: number;
|
|
2921
|
+
balances: {
|
|
2922
|
+
token: {
|
|
2923
|
+
chainId: number;
|
|
2924
|
+
address: string;
|
|
2925
|
+
};
|
|
2926
|
+
balance: string;
|
|
2927
|
+
}[];
|
|
2928
|
+
};
|
|
2840
2929
|
};
|
|
2841
2930
|
query: {
|
|
2842
2931
|
params: {
|
|
2843
|
-
timestamp: number;
|
|
2844
2932
|
owner: string;
|
|
2845
2933
|
tokens: {
|
|
2846
2934
|
chainId: number;
|
|
@@ -2953,16 +3041,18 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2953
3041
|
} | {
|
|
2954
3042
|
result: {
|
|
2955
3043
|
value: {
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
3044
|
+
timestamp: number;
|
|
3045
|
+
balances: {
|
|
3046
|
+
token: {
|
|
3047
|
+
chainId: number;
|
|
3048
|
+
address: string;
|
|
3049
|
+
};
|
|
3050
|
+
balance: string;
|
|
3051
|
+
}[];
|
|
3052
|
+
};
|
|
2962
3053
|
};
|
|
2963
3054
|
query: {
|
|
2964
3055
|
params: {
|
|
2965
|
-
timestamp: number;
|
|
2966
3056
|
owner: string;
|
|
2967
3057
|
tokens: {
|
|
2968
3058
|
chainId: number;
|