@mimicprotocol/sdk 0.0.1-rc.13 → 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 +323 -272
- package/dist/axia/validators.d.ts.map +1 -1
- package/dist/axia/validators.js +1 -2
- package/dist/axia/validators.js.map +1 -1
- package/dist/client/domains/ConfigsClient.d.ts.map +1 -1
- package/dist/client/domains/ConfigsClient.js +1 -3
- package/dist/client/domains/ConfigsClient.js.map +1 -1
- package/dist/oracle/eip712Types.d.ts +26 -0
- package/dist/oracle/eip712Types.d.ts.map +1 -1
- package/dist/oracle/eip712Types.js +27 -2
- package/dist/oracle/eip712Types.js.map +1 -1
- package/dist/oracle/types.d.ts +8 -1
- package/dist/oracle/types.d.ts.map +1 -1
- package/dist/oracle/validators.d.ts +408 -148
- package/dist/oracle/validators.d.ts.map +1 -1
- package/dist/oracle/validators.js +19 -5
- package/dist/oracle/validators.js.map +1 -1
- package/dist/registry/eip712Types.d.ts.map +1 -1
- package/dist/registry/eip712Types.js +2 -1
- package/dist/registry/eip712Types.js.map +1 -1
- package/dist/registry/types.d.ts +2 -1
- package/dist/registry/types.d.ts.map +1 -1
- package/dist/registry/types.js.map +1 -1
- package/dist/registry/validations.d.ts +0 -2
- package/dist/registry/validations.d.ts.map +1 -1
- package/dist/registry/validations.js +1 -8
- package/dist/registry/validations.js.map +1 -1
- package/dist/registry/validators.d.ts +93 -60
- package/dist/registry/validators.d.ts.map +1 -1
- package/dist/registry/validators.js +6 -4
- package/dist/registry/validators.js.map +1 -1
- package/dist/relayer/validators.d.ts +235 -189
- package/dist/relayer/validators.d.ts.map +1 -1
- package/dist/relayer/validators.js +1 -2
- package/dist/relayer/validators.js.map +1 -1
- package/dist/runner/validators.d.ts +106 -76
- package/dist/runner/validators.d.ts.map +1 -1
- package/dist/shared/codec/decoder.d.ts +3 -1
- package/dist/shared/codec/decoder.d.ts.map +1 -1
- package/dist/shared/codec/decoder.js +11 -0
- package/dist/shared/codec/decoder.js.map +1 -1
- package/dist/shared/codec/encoder.js +1 -1
- package/dist/shared/codec/encoder.js.map +1 -1
- package/dist/shared/eip712Types/index.d.ts +1 -1
- package/dist/shared/eip712Types/index.js +1 -1
- package/dist/shared/types/executions.d.ts +1 -2
- package/dist/shared/types/executions.d.ts.map +1 -1
- package/dist/shared/types/primitives.d.ts +3 -1
- package/dist/shared/types/primitives.d.ts.map +1 -1
- package/dist/shared/validators/executions.d.ts +18 -35
- package/dist/shared/validators/executions.d.ts.map +1 -1
- package/dist/shared/validators/executions.js +4 -17
- package/dist/shared/validators/executions.js.map +1 -1
- package/dist/shared/validators/primitives.d.ts +20 -0
- package/dist/shared/validators/primitives.d.ts.map +1 -1
- package/dist/shared/validators/primitives.js +9 -1
- package/dist/shared/validators/primitives.js.map +1 -1
- package/package.json +1 -1
|
@@ -681,16 +681,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
681
681
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
682
682
|
timestamp: z.ZodNumber;
|
|
683
683
|
fuelUsed: z.ZodNumber;
|
|
684
|
-
logs: z.ZodArray<z.
|
|
685
|
-
level: z.ZodNativeEnum<typeof import("../shared").LogLevel>;
|
|
686
|
-
log: z.ZodString;
|
|
687
|
-
}, "strip", z.ZodTypeAny, {
|
|
688
|
-
level: import("../shared").LogLevel;
|
|
689
|
-
log: string;
|
|
690
|
-
}, {
|
|
691
|
-
level: import("../shared").LogLevel;
|
|
692
|
-
log: string;
|
|
693
|
-
}>, "many">;
|
|
684
|
+
logs: z.ZodArray<z.ZodString, "many">;
|
|
694
685
|
inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
695
686
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
696
687
|
query: z.ZodObject<{
|
|
@@ -699,7 +690,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
699
690
|
params: z.ZodObject<{
|
|
700
691
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
701
692
|
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
702
|
-
to: z.ZodEffects<z.
|
|
693
|
+
to: z.ZodEffects<z.ZodString, string, string>;
|
|
703
694
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
704
695
|
}, "strip", z.ZodTypeAny, {
|
|
705
696
|
chainId: number;
|
|
@@ -867,10 +858,9 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
867
858
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
868
859
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
869
860
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
870
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
871
861
|
tokens: z.ZodArray<z.ZodObject<{
|
|
872
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
873
862
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
863
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
874
864
|
}, "strip", z.ZodTypeAny, {
|
|
875
865
|
chainId: number;
|
|
876
866
|
address: string;
|
|
@@ -880,34 +870,31 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
880
870
|
}>, "many">;
|
|
881
871
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
882
872
|
}, "strip", z.ZodTypeAny, {
|
|
883
|
-
|
|
873
|
+
owner: string;
|
|
884
874
|
tokens: {
|
|
885
875
|
chainId: number;
|
|
886
876
|
address: string;
|
|
887
877
|
}[];
|
|
888
|
-
owner: string;
|
|
889
878
|
usdMinAmount: string;
|
|
890
879
|
chainIds: number[];
|
|
891
880
|
tokenFilter: 0 | 1;
|
|
892
881
|
}, {
|
|
893
|
-
|
|
882
|
+
owner: string;
|
|
894
883
|
tokens: {
|
|
895
884
|
chainId: number;
|
|
896
885
|
address: string;
|
|
897
886
|
}[];
|
|
898
|
-
owner: string;
|
|
899
887
|
usdMinAmount: string;
|
|
900
888
|
chainIds: number[];
|
|
901
889
|
tokenFilter: 0 | 1;
|
|
902
890
|
}>;
|
|
903
891
|
}, "strip", z.ZodTypeAny, {
|
|
904
892
|
params: {
|
|
905
|
-
|
|
893
|
+
owner: string;
|
|
906
894
|
tokens: {
|
|
907
895
|
chainId: number;
|
|
908
896
|
address: string;
|
|
909
897
|
}[];
|
|
910
|
-
owner: string;
|
|
911
898
|
usdMinAmount: string;
|
|
912
899
|
chainIds: number[];
|
|
913
900
|
tokenFilter: 0 | 1;
|
|
@@ -916,12 +903,11 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
916
903
|
hash: string;
|
|
917
904
|
}, {
|
|
918
905
|
params: {
|
|
919
|
-
|
|
906
|
+
owner: string;
|
|
920
907
|
tokens: {
|
|
921
908
|
chainId: number;
|
|
922
909
|
address: string;
|
|
923
910
|
}[];
|
|
924
|
-
owner: string;
|
|
925
911
|
usdMinAmount: string;
|
|
926
912
|
chainIds: number[];
|
|
927
913
|
tokenFilter: 0 | 1;
|
|
@@ -930,66 +916,95 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
930
916
|
hash: string;
|
|
931
917
|
}>;
|
|
932
918
|
result: z.ZodObject<{
|
|
933
|
-
value: z.
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
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>;
|
|
937
933
|
}, "strip", z.ZodTypeAny, {
|
|
938
|
-
|
|
939
|
-
|
|
934
|
+
token: {
|
|
935
|
+
chainId: number;
|
|
936
|
+
address: string;
|
|
937
|
+
};
|
|
938
|
+
balance: string;
|
|
940
939
|
}, {
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
940
|
+
token: {
|
|
941
|
+
chainId: number;
|
|
942
|
+
address: string;
|
|
943
|
+
};
|
|
944
|
+
balance: string;
|
|
945
|
+
}>, "many">;
|
|
945
946
|
}, "strip", z.ZodTypeAny, {
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
947
|
+
timestamp: number;
|
|
948
|
+
balances: {
|
|
949
|
+
token: {
|
|
950
|
+
chainId: number;
|
|
951
|
+
address: string;
|
|
952
|
+
};
|
|
953
|
+
balance: string;
|
|
954
|
+
}[];
|
|
951
955
|
}, {
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
956
|
+
timestamp: number;
|
|
957
|
+
balances: {
|
|
958
|
+
token: {
|
|
959
|
+
chainId: number;
|
|
960
|
+
address: string;
|
|
961
|
+
};
|
|
962
|
+
balance: string;
|
|
963
|
+
}[];
|
|
964
|
+
}>;
|
|
958
965
|
}, "strip", z.ZodTypeAny, {
|
|
959
966
|
value: {
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
967
|
+
timestamp: number;
|
|
968
|
+
balances: {
|
|
969
|
+
token: {
|
|
970
|
+
chainId: number;
|
|
971
|
+
address: string;
|
|
972
|
+
};
|
|
973
|
+
balance: string;
|
|
974
|
+
}[];
|
|
975
|
+
};
|
|
966
976
|
}, {
|
|
967
977
|
value: {
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
978
|
+
timestamp: number;
|
|
979
|
+
balances: {
|
|
980
|
+
token: {
|
|
981
|
+
chainId: number;
|
|
982
|
+
address: string;
|
|
983
|
+
};
|
|
984
|
+
balance: string;
|
|
985
|
+
}[];
|
|
986
|
+
};
|
|
974
987
|
}>;
|
|
975
988
|
}, "strip", z.ZodTypeAny, {
|
|
976
989
|
result: {
|
|
977
990
|
value: {
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
991
|
+
timestamp: number;
|
|
992
|
+
balances: {
|
|
993
|
+
token: {
|
|
994
|
+
chainId: number;
|
|
995
|
+
address: string;
|
|
996
|
+
};
|
|
997
|
+
balance: string;
|
|
998
|
+
}[];
|
|
999
|
+
};
|
|
984
1000
|
};
|
|
985
1001
|
query: {
|
|
986
1002
|
params: {
|
|
987
|
-
|
|
1003
|
+
owner: string;
|
|
988
1004
|
tokens: {
|
|
989
1005
|
chainId: number;
|
|
990
1006
|
address: string;
|
|
991
1007
|
}[];
|
|
992
|
-
owner: string;
|
|
993
1008
|
usdMinAmount: string;
|
|
994
1009
|
chainIds: number[];
|
|
995
1010
|
tokenFilter: 0 | 1;
|
|
@@ -1001,21 +1016,23 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1001
1016
|
}, {
|
|
1002
1017
|
result: {
|
|
1003
1018
|
value: {
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1019
|
+
timestamp: number;
|
|
1020
|
+
balances: {
|
|
1021
|
+
token: {
|
|
1022
|
+
chainId: number;
|
|
1023
|
+
address: string;
|
|
1024
|
+
};
|
|
1025
|
+
balance: string;
|
|
1026
|
+
}[];
|
|
1027
|
+
};
|
|
1010
1028
|
};
|
|
1011
1029
|
query: {
|
|
1012
1030
|
params: {
|
|
1013
|
-
|
|
1031
|
+
owner: string;
|
|
1014
1032
|
tokens: {
|
|
1015
1033
|
chainId: number;
|
|
1016
1034
|
address: string;
|
|
1017
1035
|
}[];
|
|
1018
|
-
owner: string;
|
|
1019
1036
|
usdMinAmount: string;
|
|
1020
1037
|
chainIds: number[];
|
|
1021
1038
|
tokenFilter: 0 | 1;
|
|
@@ -1201,10 +1218,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1201
1218
|
triggerData: string;
|
|
1202
1219
|
signature: string;
|
|
1203
1220
|
hash: string;
|
|
1204
|
-
logs:
|
|
1205
|
-
level: import("../shared").LogLevel;
|
|
1206
|
-
log: string;
|
|
1207
|
-
}[];
|
|
1221
|
+
logs: string[];
|
|
1208
1222
|
fuelUsed: number;
|
|
1209
1223
|
inputs: ({
|
|
1210
1224
|
result: {
|
|
@@ -1240,21 +1254,23 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1240
1254
|
} | {
|
|
1241
1255
|
result: {
|
|
1242
1256
|
value: {
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1257
|
+
timestamp: number;
|
|
1258
|
+
balances: {
|
|
1259
|
+
token: {
|
|
1260
|
+
chainId: number;
|
|
1261
|
+
address: string;
|
|
1262
|
+
};
|
|
1263
|
+
balance: string;
|
|
1264
|
+
}[];
|
|
1265
|
+
};
|
|
1249
1266
|
};
|
|
1250
1267
|
query: {
|
|
1251
1268
|
params: {
|
|
1252
|
-
|
|
1269
|
+
owner: string;
|
|
1253
1270
|
tokens: {
|
|
1254
1271
|
chainId: number;
|
|
1255
1272
|
address: string;
|
|
1256
1273
|
}[];
|
|
1257
|
-
owner: string;
|
|
1258
1274
|
usdMinAmount: string;
|
|
1259
1275
|
chainIds: number[];
|
|
1260
1276
|
tokenFilter: 0 | 1;
|
|
@@ -1309,10 +1325,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1309
1325
|
triggerData: string;
|
|
1310
1326
|
signature: string;
|
|
1311
1327
|
hash: string;
|
|
1312
|
-
logs:
|
|
1313
|
-
level: import("../shared").LogLevel;
|
|
1314
|
-
log: string;
|
|
1315
|
-
}[];
|
|
1328
|
+
logs: string[];
|
|
1316
1329
|
fuelUsed: number;
|
|
1317
1330
|
inputs: ({
|
|
1318
1331
|
result: {
|
|
@@ -1348,21 +1361,23 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1348
1361
|
} | {
|
|
1349
1362
|
result: {
|
|
1350
1363
|
value: {
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1364
|
+
timestamp: number;
|
|
1365
|
+
balances: {
|
|
1366
|
+
token: {
|
|
1367
|
+
chainId: number;
|
|
1368
|
+
address: string;
|
|
1369
|
+
};
|
|
1370
|
+
balance: string;
|
|
1371
|
+
}[];
|
|
1372
|
+
};
|
|
1357
1373
|
};
|
|
1358
1374
|
query: {
|
|
1359
1375
|
params: {
|
|
1360
|
-
|
|
1376
|
+
owner: string;
|
|
1361
1377
|
tokens: {
|
|
1362
1378
|
chainId: number;
|
|
1363
1379
|
address: string;
|
|
1364
1380
|
}[];
|
|
1365
|
-
owner: string;
|
|
1366
1381
|
usdMinAmount: string;
|
|
1367
1382
|
chainIds: number[];
|
|
1368
1383
|
tokenFilter: 0 | 1;
|
|
@@ -1456,16 +1471,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1456
1471
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1457
1472
|
timestamp: z.ZodNumber;
|
|
1458
1473
|
fuelUsed: z.ZodNumber;
|
|
1459
|
-
logs: z.ZodArray<z.
|
|
1460
|
-
level: z.ZodNativeEnum<typeof import("../shared").LogLevel>;
|
|
1461
|
-
log: z.ZodString;
|
|
1462
|
-
}, "strip", z.ZodTypeAny, {
|
|
1463
|
-
level: import("../shared").LogLevel;
|
|
1464
|
-
log: string;
|
|
1465
|
-
}, {
|
|
1466
|
-
level: import("../shared").LogLevel;
|
|
1467
|
-
log: string;
|
|
1468
|
-
}>, "many">;
|
|
1474
|
+
logs: z.ZodArray<z.ZodString, "many">;
|
|
1469
1475
|
inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1470
1476
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1471
1477
|
query: z.ZodObject<{
|
|
@@ -1474,7 +1480,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1474
1480
|
params: z.ZodObject<{
|
|
1475
1481
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1476
1482
|
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1477
|
-
to: z.ZodEffects<z.
|
|
1483
|
+
to: z.ZodEffects<z.ZodString, string, string>;
|
|
1478
1484
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1479
1485
|
}, "strip", z.ZodTypeAny, {
|
|
1480
1486
|
chainId: number;
|
|
@@ -1642,10 +1648,9 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1642
1648
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
1643
1649
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1644
1650
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
1645
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1646
1651
|
tokens: z.ZodArray<z.ZodObject<{
|
|
1647
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1648
1652
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1653
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1649
1654
|
}, "strip", z.ZodTypeAny, {
|
|
1650
1655
|
chainId: number;
|
|
1651
1656
|
address: string;
|
|
@@ -1655,34 +1660,31 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1655
1660
|
}>, "many">;
|
|
1656
1661
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
1657
1662
|
}, "strip", z.ZodTypeAny, {
|
|
1658
|
-
|
|
1663
|
+
owner: string;
|
|
1659
1664
|
tokens: {
|
|
1660
1665
|
chainId: number;
|
|
1661
1666
|
address: string;
|
|
1662
1667
|
}[];
|
|
1663
|
-
owner: string;
|
|
1664
1668
|
usdMinAmount: string;
|
|
1665
1669
|
chainIds: number[];
|
|
1666
1670
|
tokenFilter: 0 | 1;
|
|
1667
1671
|
}, {
|
|
1668
|
-
|
|
1672
|
+
owner: string;
|
|
1669
1673
|
tokens: {
|
|
1670
1674
|
chainId: number;
|
|
1671
1675
|
address: string;
|
|
1672
1676
|
}[];
|
|
1673
|
-
owner: string;
|
|
1674
1677
|
usdMinAmount: string;
|
|
1675
1678
|
chainIds: number[];
|
|
1676
1679
|
tokenFilter: 0 | 1;
|
|
1677
1680
|
}>;
|
|
1678
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1679
1682
|
params: {
|
|
1680
|
-
|
|
1683
|
+
owner: string;
|
|
1681
1684
|
tokens: {
|
|
1682
1685
|
chainId: number;
|
|
1683
1686
|
address: string;
|
|
1684
1687
|
}[];
|
|
1685
|
-
owner: string;
|
|
1686
1688
|
usdMinAmount: string;
|
|
1687
1689
|
chainIds: number[];
|
|
1688
1690
|
tokenFilter: 0 | 1;
|
|
@@ -1691,12 +1693,11 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1691
1693
|
hash: string;
|
|
1692
1694
|
}, {
|
|
1693
1695
|
params: {
|
|
1694
|
-
|
|
1696
|
+
owner: string;
|
|
1695
1697
|
tokens: {
|
|
1696
1698
|
chainId: number;
|
|
1697
1699
|
address: string;
|
|
1698
1700
|
}[];
|
|
1699
|
-
owner: string;
|
|
1700
1701
|
usdMinAmount: string;
|
|
1701
1702
|
chainIds: number[];
|
|
1702
1703
|
tokenFilter: 0 | 1;
|
|
@@ -1705,66 +1706,95 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1705
1706
|
hash: string;
|
|
1706
1707
|
}>;
|
|
1707
1708
|
result: z.ZodObject<{
|
|
1708
|
-
value: z.
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
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>;
|
|
1712
1723
|
}, "strip", z.ZodTypeAny, {
|
|
1713
|
-
|
|
1714
|
-
|
|
1724
|
+
token: {
|
|
1725
|
+
chainId: number;
|
|
1726
|
+
address: string;
|
|
1727
|
+
};
|
|
1728
|
+
balance: string;
|
|
1715
1729
|
}, {
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1730
|
+
token: {
|
|
1731
|
+
chainId: number;
|
|
1732
|
+
address: string;
|
|
1733
|
+
};
|
|
1734
|
+
balance: string;
|
|
1735
|
+
}>, "many">;
|
|
1720
1736
|
}, "strip", z.ZodTypeAny, {
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1737
|
+
timestamp: number;
|
|
1738
|
+
balances: {
|
|
1739
|
+
token: {
|
|
1740
|
+
chainId: number;
|
|
1741
|
+
address: string;
|
|
1742
|
+
};
|
|
1743
|
+
balance: string;
|
|
1744
|
+
}[];
|
|
1726
1745
|
}, {
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1746
|
+
timestamp: number;
|
|
1747
|
+
balances: {
|
|
1748
|
+
token: {
|
|
1749
|
+
chainId: number;
|
|
1750
|
+
address: string;
|
|
1751
|
+
};
|
|
1752
|
+
balance: string;
|
|
1753
|
+
}[];
|
|
1754
|
+
}>;
|
|
1733
1755
|
}, "strip", z.ZodTypeAny, {
|
|
1734
1756
|
value: {
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1757
|
+
timestamp: number;
|
|
1758
|
+
balances: {
|
|
1759
|
+
token: {
|
|
1760
|
+
chainId: number;
|
|
1761
|
+
address: string;
|
|
1762
|
+
};
|
|
1763
|
+
balance: string;
|
|
1764
|
+
}[];
|
|
1765
|
+
};
|
|
1741
1766
|
}, {
|
|
1742
1767
|
value: {
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1768
|
+
timestamp: number;
|
|
1769
|
+
balances: {
|
|
1770
|
+
token: {
|
|
1771
|
+
chainId: number;
|
|
1772
|
+
address: string;
|
|
1773
|
+
};
|
|
1774
|
+
balance: string;
|
|
1775
|
+
}[];
|
|
1776
|
+
};
|
|
1749
1777
|
}>;
|
|
1750
1778
|
}, "strip", z.ZodTypeAny, {
|
|
1751
1779
|
result: {
|
|
1752
1780
|
value: {
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1781
|
+
timestamp: number;
|
|
1782
|
+
balances: {
|
|
1783
|
+
token: {
|
|
1784
|
+
chainId: number;
|
|
1785
|
+
address: string;
|
|
1786
|
+
};
|
|
1787
|
+
balance: string;
|
|
1788
|
+
}[];
|
|
1789
|
+
};
|
|
1759
1790
|
};
|
|
1760
1791
|
query: {
|
|
1761
1792
|
params: {
|
|
1762
|
-
|
|
1793
|
+
owner: string;
|
|
1763
1794
|
tokens: {
|
|
1764
1795
|
chainId: number;
|
|
1765
1796
|
address: string;
|
|
1766
1797
|
}[];
|
|
1767
|
-
owner: string;
|
|
1768
1798
|
usdMinAmount: string;
|
|
1769
1799
|
chainIds: number[];
|
|
1770
1800
|
tokenFilter: 0 | 1;
|
|
@@ -1776,21 +1806,23 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1776
1806
|
}, {
|
|
1777
1807
|
result: {
|
|
1778
1808
|
value: {
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1809
|
+
timestamp: number;
|
|
1810
|
+
balances: {
|
|
1811
|
+
token: {
|
|
1812
|
+
chainId: number;
|
|
1813
|
+
address: string;
|
|
1814
|
+
};
|
|
1815
|
+
balance: string;
|
|
1816
|
+
}[];
|
|
1817
|
+
};
|
|
1785
1818
|
};
|
|
1786
1819
|
query: {
|
|
1787
1820
|
params: {
|
|
1788
|
-
|
|
1821
|
+
owner: string;
|
|
1789
1822
|
tokens: {
|
|
1790
1823
|
chainId: number;
|
|
1791
1824
|
address: string;
|
|
1792
1825
|
}[];
|
|
1793
|
-
owner: string;
|
|
1794
1826
|
usdMinAmount: string;
|
|
1795
1827
|
chainIds: number[];
|
|
1796
1828
|
tokenFilter: 0 | 1;
|
|
@@ -1973,7 +2005,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1973
2005
|
status: z.ZodNativeEnum<typeof ExecutionStatus>;
|
|
1974
2006
|
createdAt: z.ZodDate;
|
|
1975
2007
|
logs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1976
|
-
errorLogs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1977
2008
|
fee: z.ZodOptional<z.ZodObject<{
|
|
1978
2009
|
trigger: z.ZodNumber;
|
|
1979
2010
|
relayer: z.ZodNumber;
|
|
@@ -2057,21 +2088,23 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2057
2088
|
} | {
|
|
2058
2089
|
result: {
|
|
2059
2090
|
value: {
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2091
|
+
timestamp: number;
|
|
2092
|
+
balances: {
|
|
2093
|
+
token: {
|
|
2094
|
+
chainId: number;
|
|
2095
|
+
address: string;
|
|
2096
|
+
};
|
|
2097
|
+
balance: string;
|
|
2098
|
+
}[];
|
|
2099
|
+
};
|
|
2066
2100
|
};
|
|
2067
2101
|
query: {
|
|
2068
2102
|
params: {
|
|
2069
|
-
|
|
2103
|
+
owner: string;
|
|
2070
2104
|
tokens: {
|
|
2071
2105
|
chainId: number;
|
|
2072
2106
|
address: string;
|
|
2073
2107
|
}[];
|
|
2074
|
-
owner: string;
|
|
2075
2108
|
usdMinAmount: string;
|
|
2076
2109
|
chainIds: number[];
|
|
2077
2110
|
tokenFilter: 0 | 1;
|
|
@@ -2125,7 +2158,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2125
2158
|
description?: string | undefined;
|
|
2126
2159
|
}[] | undefined;
|
|
2127
2160
|
logs?: string[] | undefined;
|
|
2128
|
-
errorLogs?: string[] | undefined;
|
|
2129
2161
|
fee?: {
|
|
2130
2162
|
trigger: number;
|
|
2131
2163
|
relayer: number;
|
|
@@ -2180,21 +2212,23 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2180
2212
|
} | {
|
|
2181
2213
|
result: {
|
|
2182
2214
|
value: {
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2215
|
+
timestamp: number;
|
|
2216
|
+
balances: {
|
|
2217
|
+
token: {
|
|
2218
|
+
chainId: number;
|
|
2219
|
+
address: string;
|
|
2220
|
+
};
|
|
2221
|
+
balance: string;
|
|
2222
|
+
}[];
|
|
2223
|
+
};
|
|
2189
2224
|
};
|
|
2190
2225
|
query: {
|
|
2191
2226
|
params: {
|
|
2192
|
-
|
|
2227
|
+
owner: string;
|
|
2193
2228
|
tokens: {
|
|
2194
2229
|
chainId: number;
|
|
2195
2230
|
address: string;
|
|
2196
2231
|
}[];
|
|
2197
|
-
owner: string;
|
|
2198
2232
|
usdMinAmount: string;
|
|
2199
2233
|
chainIds: number[];
|
|
2200
2234
|
tokenFilter: 0 | 1;
|
|
@@ -2248,7 +2282,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2248
2282
|
description?: string | undefined;
|
|
2249
2283
|
}[] | undefined;
|
|
2250
2284
|
logs?: string[] | undefined;
|
|
2251
|
-
errorLogs?: string[] | undefined;
|
|
2252
2285
|
fee?: {
|
|
2253
2286
|
trigger: number;
|
|
2254
2287
|
relayer: number;
|
|
@@ -2267,16 +2300,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2267
2300
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2268
2301
|
timestamp: z.ZodNumber;
|
|
2269
2302
|
fuelUsed: z.ZodNumber;
|
|
2270
|
-
logs: z.ZodArray<z.
|
|
2271
|
-
level: z.ZodNativeEnum<typeof import("../shared").LogLevel>;
|
|
2272
|
-
log: z.ZodString;
|
|
2273
|
-
}, "strip", z.ZodTypeAny, {
|
|
2274
|
-
level: import("../shared").LogLevel;
|
|
2275
|
-
log: string;
|
|
2276
|
-
}, {
|
|
2277
|
-
level: import("../shared").LogLevel;
|
|
2278
|
-
log: string;
|
|
2279
|
-
}>, "many">;
|
|
2303
|
+
logs: z.ZodArray<z.ZodString, "many">;
|
|
2280
2304
|
inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2281
2305
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2282
2306
|
query: z.ZodObject<{
|
|
@@ -2285,7 +2309,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2285
2309
|
params: z.ZodObject<{
|
|
2286
2310
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2287
2311
|
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2288
|
-
to: z.ZodEffects<z.
|
|
2312
|
+
to: z.ZodEffects<z.ZodString, string, string>;
|
|
2289
2313
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2290
2314
|
}, "strip", z.ZodTypeAny, {
|
|
2291
2315
|
chainId: number;
|
|
@@ -2453,10 +2477,9 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2453
2477
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
2454
2478
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2455
2479
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
2456
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2457
2480
|
tokens: z.ZodArray<z.ZodObject<{
|
|
2458
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2459
2481
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2482
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2460
2483
|
}, "strip", z.ZodTypeAny, {
|
|
2461
2484
|
chainId: number;
|
|
2462
2485
|
address: string;
|
|
@@ -2466,34 +2489,31 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2466
2489
|
}>, "many">;
|
|
2467
2490
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
2468
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2469
|
-
|
|
2492
|
+
owner: string;
|
|
2470
2493
|
tokens: {
|
|
2471
2494
|
chainId: number;
|
|
2472
2495
|
address: string;
|
|
2473
2496
|
}[];
|
|
2474
|
-
owner: string;
|
|
2475
2497
|
usdMinAmount: string;
|
|
2476
2498
|
chainIds: number[];
|
|
2477
2499
|
tokenFilter: 0 | 1;
|
|
2478
2500
|
}, {
|
|
2479
|
-
|
|
2501
|
+
owner: string;
|
|
2480
2502
|
tokens: {
|
|
2481
2503
|
chainId: number;
|
|
2482
2504
|
address: string;
|
|
2483
2505
|
}[];
|
|
2484
|
-
owner: string;
|
|
2485
2506
|
usdMinAmount: string;
|
|
2486
2507
|
chainIds: number[];
|
|
2487
2508
|
tokenFilter: 0 | 1;
|
|
2488
2509
|
}>;
|
|
2489
2510
|
}, "strip", z.ZodTypeAny, {
|
|
2490
2511
|
params: {
|
|
2491
|
-
|
|
2512
|
+
owner: string;
|
|
2492
2513
|
tokens: {
|
|
2493
2514
|
chainId: number;
|
|
2494
2515
|
address: string;
|
|
2495
2516
|
}[];
|
|
2496
|
-
owner: string;
|
|
2497
2517
|
usdMinAmount: string;
|
|
2498
2518
|
chainIds: number[];
|
|
2499
2519
|
tokenFilter: 0 | 1;
|
|
@@ -2502,12 +2522,11 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2502
2522
|
hash: string;
|
|
2503
2523
|
}, {
|
|
2504
2524
|
params: {
|
|
2505
|
-
|
|
2525
|
+
owner: string;
|
|
2506
2526
|
tokens: {
|
|
2507
2527
|
chainId: number;
|
|
2508
2528
|
address: string;
|
|
2509
2529
|
}[];
|
|
2510
|
-
owner: string;
|
|
2511
2530
|
usdMinAmount: string;
|
|
2512
2531
|
chainIds: number[];
|
|
2513
2532
|
tokenFilter: 0 | 1;
|
|
@@ -2516,66 +2535,95 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2516
2535
|
hash: string;
|
|
2517
2536
|
}>;
|
|
2518
2537
|
result: z.ZodObject<{
|
|
2519
|
-
value: z.
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
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>;
|
|
2523
2552
|
}, "strip", z.ZodTypeAny, {
|
|
2524
|
-
|
|
2525
|
-
|
|
2553
|
+
token: {
|
|
2554
|
+
chainId: number;
|
|
2555
|
+
address: string;
|
|
2556
|
+
};
|
|
2557
|
+
balance: string;
|
|
2526
2558
|
}, {
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2559
|
+
token: {
|
|
2560
|
+
chainId: number;
|
|
2561
|
+
address: string;
|
|
2562
|
+
};
|
|
2563
|
+
balance: string;
|
|
2564
|
+
}>, "many">;
|
|
2531
2565
|
}, "strip", z.ZodTypeAny, {
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2566
|
+
timestamp: number;
|
|
2567
|
+
balances: {
|
|
2568
|
+
token: {
|
|
2569
|
+
chainId: number;
|
|
2570
|
+
address: string;
|
|
2571
|
+
};
|
|
2572
|
+
balance: string;
|
|
2573
|
+
}[];
|
|
2537
2574
|
}, {
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2575
|
+
timestamp: number;
|
|
2576
|
+
balances: {
|
|
2577
|
+
token: {
|
|
2578
|
+
chainId: number;
|
|
2579
|
+
address: string;
|
|
2580
|
+
};
|
|
2581
|
+
balance: string;
|
|
2582
|
+
}[];
|
|
2583
|
+
}>;
|
|
2544
2584
|
}, "strip", z.ZodTypeAny, {
|
|
2545
2585
|
value: {
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2586
|
+
timestamp: number;
|
|
2587
|
+
balances: {
|
|
2588
|
+
token: {
|
|
2589
|
+
chainId: number;
|
|
2590
|
+
address: string;
|
|
2591
|
+
};
|
|
2592
|
+
balance: string;
|
|
2593
|
+
}[];
|
|
2594
|
+
};
|
|
2552
2595
|
}, {
|
|
2553
2596
|
value: {
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2597
|
+
timestamp: number;
|
|
2598
|
+
balances: {
|
|
2599
|
+
token: {
|
|
2600
|
+
chainId: number;
|
|
2601
|
+
address: string;
|
|
2602
|
+
};
|
|
2603
|
+
balance: string;
|
|
2604
|
+
}[];
|
|
2605
|
+
};
|
|
2560
2606
|
}>;
|
|
2561
2607
|
}, "strip", z.ZodTypeAny, {
|
|
2562
2608
|
result: {
|
|
2563
2609
|
value: {
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2610
|
+
timestamp: number;
|
|
2611
|
+
balances: {
|
|
2612
|
+
token: {
|
|
2613
|
+
chainId: number;
|
|
2614
|
+
address: string;
|
|
2615
|
+
};
|
|
2616
|
+
balance: string;
|
|
2617
|
+
}[];
|
|
2618
|
+
};
|
|
2570
2619
|
};
|
|
2571
2620
|
query: {
|
|
2572
2621
|
params: {
|
|
2573
|
-
|
|
2622
|
+
owner: string;
|
|
2574
2623
|
tokens: {
|
|
2575
2624
|
chainId: number;
|
|
2576
2625
|
address: string;
|
|
2577
2626
|
}[];
|
|
2578
|
-
owner: string;
|
|
2579
2627
|
usdMinAmount: string;
|
|
2580
2628
|
chainIds: number[];
|
|
2581
2629
|
tokenFilter: 0 | 1;
|
|
@@ -2587,21 +2635,23 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2587
2635
|
}, {
|
|
2588
2636
|
result: {
|
|
2589
2637
|
value: {
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2638
|
+
timestamp: number;
|
|
2639
|
+
balances: {
|
|
2640
|
+
token: {
|
|
2641
|
+
chainId: number;
|
|
2642
|
+
address: string;
|
|
2643
|
+
};
|
|
2644
|
+
balance: string;
|
|
2645
|
+
}[];
|
|
2646
|
+
};
|
|
2596
2647
|
};
|
|
2597
2648
|
query: {
|
|
2598
2649
|
params: {
|
|
2599
|
-
|
|
2650
|
+
owner: string;
|
|
2600
2651
|
tokens: {
|
|
2601
2652
|
chainId: number;
|
|
2602
2653
|
address: string;
|
|
2603
2654
|
}[];
|
|
2604
|
-
owner: string;
|
|
2605
2655
|
usdMinAmount: string;
|
|
2606
2656
|
chainIds: number[];
|
|
2607
2657
|
tokenFilter: 0 | 1;
|
|
@@ -2784,7 +2834,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2784
2834
|
status: z.ZodNativeEnum<typeof ExecutionStatus>;
|
|
2785
2835
|
createdAt: z.ZodDate;
|
|
2786
2836
|
logs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2787
|
-
errorLogs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2788
2837
|
fee: z.ZodOptional<z.ZodObject<{
|
|
2789
2838
|
trigger: z.ZodNumber;
|
|
2790
2839
|
relayer: z.ZodNumber;
|
|
@@ -2868,21 +2917,23 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2868
2917
|
} | {
|
|
2869
2918
|
result: {
|
|
2870
2919
|
value: {
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2920
|
+
timestamp: number;
|
|
2921
|
+
balances: {
|
|
2922
|
+
token: {
|
|
2923
|
+
chainId: number;
|
|
2924
|
+
address: string;
|
|
2925
|
+
};
|
|
2926
|
+
balance: string;
|
|
2927
|
+
}[];
|
|
2928
|
+
};
|
|
2877
2929
|
};
|
|
2878
2930
|
query: {
|
|
2879
2931
|
params: {
|
|
2880
|
-
|
|
2932
|
+
owner: string;
|
|
2881
2933
|
tokens: {
|
|
2882
2934
|
chainId: number;
|
|
2883
2935
|
address: string;
|
|
2884
2936
|
}[];
|
|
2885
|
-
owner: string;
|
|
2886
2937
|
usdMinAmount: string;
|
|
2887
2938
|
chainIds: number[];
|
|
2888
2939
|
tokenFilter: 0 | 1;
|
|
@@ -2936,7 +2987,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2936
2987
|
description?: string | undefined;
|
|
2937
2988
|
}[] | undefined;
|
|
2938
2989
|
logs?: string[] | undefined;
|
|
2939
|
-
errorLogs?: string[] | undefined;
|
|
2940
2990
|
fee?: {
|
|
2941
2991
|
trigger: number;
|
|
2942
2992
|
relayer: number;
|
|
@@ -2991,21 +3041,23 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2991
3041
|
} | {
|
|
2992
3042
|
result: {
|
|
2993
3043
|
value: {
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3044
|
+
timestamp: number;
|
|
3045
|
+
balances: {
|
|
3046
|
+
token: {
|
|
3047
|
+
chainId: number;
|
|
3048
|
+
address: string;
|
|
3049
|
+
};
|
|
3050
|
+
balance: string;
|
|
3051
|
+
}[];
|
|
3052
|
+
};
|
|
3000
3053
|
};
|
|
3001
3054
|
query: {
|
|
3002
3055
|
params: {
|
|
3003
|
-
|
|
3056
|
+
owner: string;
|
|
3004
3057
|
tokens: {
|
|
3005
3058
|
chainId: number;
|
|
3006
3059
|
address: string;
|
|
3007
3060
|
}[];
|
|
3008
|
-
owner: string;
|
|
3009
3061
|
usdMinAmount: string;
|
|
3010
3062
|
chainIds: number[];
|
|
3011
3063
|
tokenFilter: 0 | 1;
|
|
@@ -3059,7 +3111,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3059
3111
|
description?: string | undefined;
|
|
3060
3112
|
}[] | undefined;
|
|
3061
3113
|
logs?: string[] | undefined;
|
|
3062
|
-
errorLogs?: string[] | undefined;
|
|
3063
3114
|
fee?: {
|
|
3064
3115
|
trigger: number;
|
|
3065
3116
|
relayer: number;
|