@taqueria/protocol 0.20.1 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Config.d.ts +317 -293
- package/Config.d.ts.map +1 -1
- package/LoadedConfig.d.ts +331 -306
- package/LoadedConfig.d.ts.map +1 -1
- package/NetworkConfig.d.ts +129 -110
- package/NetworkConfig.d.ts.map +1 -1
- package/NetworkConfig.js +10 -2
- package/NetworkConfig.js.map +1 -1
- package/NetworkConfig.mjs +10 -2
- package/NetworkConfig.mjs.map +1 -1
- package/Operation.d.ts +64 -60
- package/Operation.d.ts.map +1 -1
- package/ParsedOperation.d.ts +16 -15
- package/ParsedOperation.d.ts.map +1 -1
- package/ParsedTemplate.d.ts +32 -30
- package/ParsedTemplate.d.ts.map +1 -1
- package/PluginSchema.d.ts +448 -420
- package/PluginSchema.d.ts.map +1 -1
- package/RequestArgs.d.ts +659 -610
- package/RequestArgs.d.ts.map +1 -1
- package/SandboxConfig.d.ts +64 -64
- package/Template.d.ts +96 -90
- package/Template.d.ts.map +1 -1
- package/package.json +1 -1
package/PluginSchema.d.ts
CHANGED
|
@@ -537,16 +537,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
537
537
|
};
|
|
538
538
|
}> | undefined;
|
|
539
539
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
};
|
|
543
|
-
rpcUrl: string & {
|
|
544
|
-
readonly __kind: any;
|
|
545
|
-
};
|
|
546
|
-
protocol: string & {
|
|
547
|
-
readonly __kind: any;
|
|
548
|
-
};
|
|
549
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
540
|
+
accounts?: Record<string, any> | undefined;
|
|
541
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
550
542
|
email?: string | undefined;
|
|
551
543
|
password?: string | undefined;
|
|
552
544
|
amount?: string | undefined;
|
|
@@ -557,15 +549,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
557
549
|
};
|
|
558
550
|
} & {
|
|
559
551
|
readonly __kind: any;
|
|
560
|
-
}
|
|
552
|
+
}> | undefined;
|
|
553
|
+
label: string & {
|
|
554
|
+
readonly __kind: any;
|
|
555
|
+
};
|
|
556
|
+
rpcUrl: string & {
|
|
557
|
+
readonly __kind: any;
|
|
558
|
+
};
|
|
559
|
+
protocol: string & {
|
|
560
|
+
readonly __kind: any;
|
|
561
|
+
};
|
|
561
562
|
} & {
|
|
562
563
|
readonly __kind: any;
|
|
563
564
|
}>> | undefined;
|
|
564
565
|
sandbox?: Record<string, {
|
|
565
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
566
|
-
plugin?: (string & {
|
|
567
|
-
readonly __kind: any;
|
|
568
|
-
}) | undefined;
|
|
569
566
|
accounts?: Record<string, string | ({
|
|
570
567
|
encryptedKey: string;
|
|
571
568
|
publicKeyHash: string & {
|
|
@@ -575,6 +572,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
575
572
|
} & {
|
|
576
573
|
readonly __kind: any;
|
|
577
574
|
})> | undefined;
|
|
575
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
576
|
+
plugin?: (string & {
|
|
577
|
+
readonly __kind: any;
|
|
578
|
+
}) | undefined;
|
|
578
579
|
tzkt?: {
|
|
579
580
|
disableAutostartWithSandbox: boolean;
|
|
580
581
|
postgresqlPort: number;
|
|
@@ -718,16 +719,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
718
719
|
};
|
|
719
720
|
}> | undefined;
|
|
720
721
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
};
|
|
724
|
-
rpcUrl: string & {
|
|
725
|
-
readonly __kind: any;
|
|
726
|
-
};
|
|
727
|
-
protocol: string & {
|
|
728
|
-
readonly __kind: any;
|
|
729
|
-
};
|
|
730
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
722
|
+
accounts?: Record<string, any> | undefined;
|
|
723
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
731
724
|
email?: string | undefined;
|
|
732
725
|
password?: string | undefined;
|
|
733
726
|
amount?: string | undefined;
|
|
@@ -738,15 +731,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
738
731
|
};
|
|
739
732
|
} & {
|
|
740
733
|
readonly __kind: any;
|
|
741
|
-
}
|
|
734
|
+
}> | undefined;
|
|
735
|
+
label: string & {
|
|
736
|
+
readonly __kind: any;
|
|
737
|
+
};
|
|
738
|
+
rpcUrl: string & {
|
|
739
|
+
readonly __kind: any;
|
|
740
|
+
};
|
|
741
|
+
protocol: string & {
|
|
742
|
+
readonly __kind: any;
|
|
743
|
+
};
|
|
742
744
|
} & {
|
|
743
745
|
readonly __kind: any;
|
|
744
746
|
}>> | undefined;
|
|
745
747
|
sandbox?: Record<string, {
|
|
746
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
747
|
-
plugin?: (string & {
|
|
748
|
-
readonly __kind: any;
|
|
749
|
-
}) | undefined;
|
|
750
748
|
accounts?: Record<string, string | ({
|
|
751
749
|
encryptedKey: string;
|
|
752
750
|
publicKeyHash: string & {
|
|
@@ -756,6 +754,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
756
754
|
} & {
|
|
757
755
|
readonly __kind: any;
|
|
758
756
|
})> | undefined;
|
|
757
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
758
|
+
plugin?: (string & {
|
|
759
|
+
readonly __kind: any;
|
|
760
|
+
}) | undefined;
|
|
759
761
|
tzkt?: {
|
|
760
762
|
disableAutostartWithSandbox: boolean;
|
|
761
763
|
postgresqlPort: number;
|
|
@@ -912,16 +914,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
912
914
|
};
|
|
913
915
|
}> | undefined;
|
|
914
916
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
};
|
|
918
|
-
rpcUrl: string & {
|
|
919
|
-
readonly __kind: any;
|
|
920
|
-
};
|
|
921
|
-
protocol: string & {
|
|
922
|
-
readonly __kind: any;
|
|
923
|
-
};
|
|
924
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
917
|
+
accounts?: Record<string, any> | undefined;
|
|
918
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
925
919
|
email?: string | undefined;
|
|
926
920
|
password?: string | undefined;
|
|
927
921
|
amount?: string | undefined;
|
|
@@ -932,15 +926,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
932
926
|
};
|
|
933
927
|
} & {
|
|
934
928
|
readonly __kind: any;
|
|
935
|
-
}
|
|
929
|
+
}> | undefined;
|
|
930
|
+
label: string & {
|
|
931
|
+
readonly __kind: any;
|
|
932
|
+
};
|
|
933
|
+
rpcUrl: string & {
|
|
934
|
+
readonly __kind: any;
|
|
935
|
+
};
|
|
936
|
+
protocol: string & {
|
|
937
|
+
readonly __kind: any;
|
|
938
|
+
};
|
|
936
939
|
} & {
|
|
937
940
|
readonly __kind: any;
|
|
938
941
|
}>> | undefined;
|
|
939
942
|
sandbox?: Record<string, {
|
|
940
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
941
|
-
plugin?: (string & {
|
|
942
|
-
readonly __kind: any;
|
|
943
|
-
}) | undefined;
|
|
944
943
|
accounts?: Record<string, string | ({
|
|
945
944
|
encryptedKey: string;
|
|
946
945
|
publicKeyHash: string & {
|
|
@@ -950,6 +949,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
950
949
|
} & {
|
|
951
950
|
readonly __kind: any;
|
|
952
951
|
})> | undefined;
|
|
952
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
953
|
+
plugin?: (string & {
|
|
954
|
+
readonly __kind: any;
|
|
955
|
+
}) | undefined;
|
|
953
956
|
tzkt?: {
|
|
954
957
|
disableAutostartWithSandbox: boolean;
|
|
955
958
|
postgresqlPort: number;
|
|
@@ -1166,16 +1169,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1166
1169
|
};
|
|
1167
1170
|
}> | undefined;
|
|
1168
1171
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
};
|
|
1172
|
-
rpcUrl: string & {
|
|
1173
|
-
readonly __kind: any;
|
|
1174
|
-
};
|
|
1175
|
-
protocol: string & {
|
|
1176
|
-
readonly __kind: any;
|
|
1177
|
-
};
|
|
1178
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1172
|
+
accounts?: Record<string, any> | undefined;
|
|
1173
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
1179
1174
|
email?: string | undefined;
|
|
1180
1175
|
password?: string | undefined;
|
|
1181
1176
|
amount?: string | undefined;
|
|
@@ -1186,15 +1181,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1186
1181
|
};
|
|
1187
1182
|
} & {
|
|
1188
1183
|
readonly __kind: any;
|
|
1189
|
-
}
|
|
1184
|
+
}> | undefined;
|
|
1185
|
+
label: string & {
|
|
1186
|
+
readonly __kind: any;
|
|
1187
|
+
};
|
|
1188
|
+
rpcUrl: string & {
|
|
1189
|
+
readonly __kind: any;
|
|
1190
|
+
};
|
|
1191
|
+
protocol: string & {
|
|
1192
|
+
readonly __kind: any;
|
|
1193
|
+
};
|
|
1190
1194
|
} & {
|
|
1191
1195
|
readonly __kind: any;
|
|
1192
1196
|
}>> | undefined;
|
|
1193
1197
|
sandbox?: Record<string, {
|
|
1194
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1195
|
-
plugin?: (string & {
|
|
1196
|
-
readonly __kind: any;
|
|
1197
|
-
}) | undefined;
|
|
1198
1198
|
accounts?: Record<string, string | ({
|
|
1199
1199
|
encryptedKey: string;
|
|
1200
1200
|
publicKeyHash: string & {
|
|
@@ -1204,6 +1204,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1204
1204
|
} & {
|
|
1205
1205
|
readonly __kind: any;
|
|
1206
1206
|
})> | undefined;
|
|
1207
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1208
|
+
plugin?: (string & {
|
|
1209
|
+
readonly __kind: any;
|
|
1210
|
+
}) | undefined;
|
|
1207
1211
|
tzkt?: {
|
|
1208
1212
|
disableAutostartWithSandbox: boolean;
|
|
1209
1213
|
postgresqlPort: number;
|
|
@@ -1293,16 +1297,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1293
1297
|
};
|
|
1294
1298
|
}> | undefined;
|
|
1295
1299
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
};
|
|
1299
|
-
rpcUrl: string & {
|
|
1300
|
-
readonly __kind: any;
|
|
1301
|
-
};
|
|
1302
|
-
protocol: string & {
|
|
1303
|
-
readonly __kind: any;
|
|
1304
|
-
};
|
|
1305
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1300
|
+
accounts?: Record<string, any> | undefined;
|
|
1301
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
1306
1302
|
email?: string | undefined;
|
|
1307
1303
|
password?: string | undefined;
|
|
1308
1304
|
amount?: string | undefined;
|
|
@@ -1313,15 +1309,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1313
1309
|
};
|
|
1314
1310
|
} & {
|
|
1315
1311
|
readonly __kind: any;
|
|
1316
|
-
}
|
|
1312
|
+
}> | undefined;
|
|
1313
|
+
label: string & {
|
|
1314
|
+
readonly __kind: any;
|
|
1315
|
+
};
|
|
1316
|
+
rpcUrl: string & {
|
|
1317
|
+
readonly __kind: any;
|
|
1318
|
+
};
|
|
1319
|
+
protocol: string & {
|
|
1320
|
+
readonly __kind: any;
|
|
1321
|
+
};
|
|
1317
1322
|
} & {
|
|
1318
1323
|
readonly __kind: any;
|
|
1319
1324
|
}>> | undefined;
|
|
1320
1325
|
sandbox?: Record<string, {
|
|
1321
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1322
|
-
plugin?: (string & {
|
|
1323
|
-
readonly __kind: any;
|
|
1324
|
-
}) | undefined;
|
|
1325
1326
|
accounts?: Record<string, string | ({
|
|
1326
1327
|
encryptedKey: string;
|
|
1327
1328
|
publicKeyHash: string & {
|
|
@@ -1331,6 +1332,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1331
1332
|
} & {
|
|
1332
1333
|
readonly __kind: any;
|
|
1333
1334
|
})> | undefined;
|
|
1335
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1336
|
+
plugin?: (string & {
|
|
1337
|
+
readonly __kind: any;
|
|
1338
|
+
}) | undefined;
|
|
1334
1339
|
tzkt?: {
|
|
1335
1340
|
disableAutostartWithSandbox: boolean;
|
|
1336
1341
|
postgresqlPort: number;
|
|
@@ -1418,16 +1423,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1418
1423
|
};
|
|
1419
1424
|
}> | undefined;
|
|
1420
1425
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
};
|
|
1424
|
-
rpcUrl: string & {
|
|
1425
|
-
readonly __kind: any;
|
|
1426
|
-
};
|
|
1427
|
-
protocol: string & {
|
|
1428
|
-
readonly __kind: any;
|
|
1429
|
-
};
|
|
1430
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1426
|
+
accounts?: Record<string, any> | undefined;
|
|
1427
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
1431
1428
|
email?: string | undefined;
|
|
1432
1429
|
password?: string | undefined;
|
|
1433
1430
|
amount?: string | undefined;
|
|
@@ -1438,15 +1435,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1438
1435
|
};
|
|
1439
1436
|
} & {
|
|
1440
1437
|
readonly __kind: any;
|
|
1441
|
-
}
|
|
1438
|
+
}> | undefined;
|
|
1439
|
+
label: string & {
|
|
1440
|
+
readonly __kind: any;
|
|
1441
|
+
};
|
|
1442
|
+
rpcUrl: string & {
|
|
1443
|
+
readonly __kind: any;
|
|
1444
|
+
};
|
|
1445
|
+
protocol: string & {
|
|
1446
|
+
readonly __kind: any;
|
|
1447
|
+
};
|
|
1442
1448
|
} & {
|
|
1443
1449
|
readonly __kind: any;
|
|
1444
1450
|
}>> | undefined;
|
|
1445
1451
|
sandbox?: Record<string, {
|
|
1446
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1447
|
-
plugin?: (string & {
|
|
1448
|
-
readonly __kind: any;
|
|
1449
|
-
}) | undefined;
|
|
1450
1452
|
accounts?: Record<string, string | ({
|
|
1451
1453
|
encryptedKey: string;
|
|
1452
1454
|
publicKeyHash: string & {
|
|
@@ -1456,6 +1458,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1456
1458
|
} & {
|
|
1457
1459
|
readonly __kind: any;
|
|
1458
1460
|
})> | undefined;
|
|
1461
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1462
|
+
plugin?: (string & {
|
|
1463
|
+
readonly __kind: any;
|
|
1464
|
+
}) | undefined;
|
|
1459
1465
|
tzkt?: {
|
|
1460
1466
|
disableAutostartWithSandbox: boolean;
|
|
1461
1467
|
postgresqlPort: number;
|
|
@@ -1551,16 +1557,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1551
1557
|
};
|
|
1552
1558
|
}> | undefined;
|
|
1553
1559
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
};
|
|
1557
|
-
rpcUrl: string & {
|
|
1558
|
-
readonly __kind: any;
|
|
1559
|
-
};
|
|
1560
|
-
protocol: string & {
|
|
1561
|
-
readonly __kind: any;
|
|
1562
|
-
};
|
|
1563
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1560
|
+
accounts?: Record<string, any> | undefined;
|
|
1561
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
1564
1562
|
email?: string | undefined;
|
|
1565
1563
|
password?: string | undefined;
|
|
1566
1564
|
amount?: string | undefined;
|
|
@@ -1571,15 +1569,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1571
1569
|
};
|
|
1572
1570
|
} & {
|
|
1573
1571
|
readonly __kind: any;
|
|
1574
|
-
}
|
|
1572
|
+
}> | undefined;
|
|
1573
|
+
label: string & {
|
|
1574
|
+
readonly __kind: any;
|
|
1575
|
+
};
|
|
1576
|
+
rpcUrl: string & {
|
|
1577
|
+
readonly __kind: any;
|
|
1578
|
+
};
|
|
1579
|
+
protocol: string & {
|
|
1580
|
+
readonly __kind: any;
|
|
1581
|
+
};
|
|
1575
1582
|
} & {
|
|
1576
1583
|
readonly __kind: any;
|
|
1577
1584
|
}>> | undefined;
|
|
1578
1585
|
sandbox?: Record<string, {
|
|
1579
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1580
|
-
plugin?: (string & {
|
|
1581
|
-
readonly __kind: any;
|
|
1582
|
-
}) | undefined;
|
|
1583
1586
|
accounts?: Record<string, string | ({
|
|
1584
1587
|
encryptedKey: string;
|
|
1585
1588
|
publicKeyHash: string & {
|
|
@@ -1589,6 +1592,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1589
1592
|
} & {
|
|
1590
1593
|
readonly __kind: any;
|
|
1591
1594
|
})> | undefined;
|
|
1595
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1596
|
+
plugin?: (string & {
|
|
1597
|
+
readonly __kind: any;
|
|
1598
|
+
}) | undefined;
|
|
1592
1599
|
tzkt?: {
|
|
1593
1600
|
disableAutostartWithSandbox: boolean;
|
|
1594
1601
|
postgresqlPort: number;
|
|
@@ -1676,16 +1683,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1676
1683
|
};
|
|
1677
1684
|
}> | undefined;
|
|
1678
1685
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
};
|
|
1682
|
-
rpcUrl: string & {
|
|
1683
|
-
readonly __kind: any;
|
|
1684
|
-
};
|
|
1685
|
-
protocol: string & {
|
|
1686
|
-
readonly __kind: any;
|
|
1687
|
-
};
|
|
1688
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1686
|
+
accounts?: Record<string, any> | undefined;
|
|
1687
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
1689
1688
|
email?: string | undefined;
|
|
1690
1689
|
password?: string | undefined;
|
|
1691
1690
|
amount?: string | undefined;
|
|
@@ -1696,15 +1695,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1696
1695
|
};
|
|
1697
1696
|
} & {
|
|
1698
1697
|
readonly __kind: any;
|
|
1699
|
-
}
|
|
1698
|
+
}> | undefined;
|
|
1699
|
+
label: string & {
|
|
1700
|
+
readonly __kind: any;
|
|
1701
|
+
};
|
|
1702
|
+
rpcUrl: string & {
|
|
1703
|
+
readonly __kind: any;
|
|
1704
|
+
};
|
|
1705
|
+
protocol: string & {
|
|
1706
|
+
readonly __kind: any;
|
|
1707
|
+
};
|
|
1700
1708
|
} & {
|
|
1701
1709
|
readonly __kind: any;
|
|
1702
1710
|
}>> | undefined;
|
|
1703
1711
|
sandbox?: Record<string, {
|
|
1704
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1705
|
-
plugin?: (string & {
|
|
1706
|
-
readonly __kind: any;
|
|
1707
|
-
}) | undefined;
|
|
1708
1712
|
accounts?: Record<string, string | ({
|
|
1709
1713
|
encryptedKey: string;
|
|
1710
1714
|
publicKeyHash: string & {
|
|
@@ -1714,6 +1718,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1714
1718
|
} & {
|
|
1715
1719
|
readonly __kind: any;
|
|
1716
1720
|
})> | undefined;
|
|
1721
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1722
|
+
plugin?: (string & {
|
|
1723
|
+
readonly __kind: any;
|
|
1724
|
+
}) | undefined;
|
|
1717
1725
|
tzkt?: {
|
|
1718
1726
|
disableAutostartWithSandbox: boolean;
|
|
1719
1727
|
postgresqlPort: number;
|
|
@@ -1854,16 +1862,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1854
1862
|
};
|
|
1855
1863
|
}> | undefined;
|
|
1856
1864
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
};
|
|
1860
|
-
rpcUrl: string & {
|
|
1861
|
-
readonly __kind: any;
|
|
1862
|
-
};
|
|
1863
|
-
protocol: string & {
|
|
1864
|
-
readonly __kind: any;
|
|
1865
|
-
};
|
|
1866
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1865
|
+
accounts?: Record<string, any> | undefined;
|
|
1866
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
1867
1867
|
email?: string | undefined;
|
|
1868
1868
|
password?: string | undefined;
|
|
1869
1869
|
amount?: string | undefined;
|
|
@@ -1874,15 +1874,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1874
1874
|
};
|
|
1875
1875
|
} & {
|
|
1876
1876
|
readonly __kind: any;
|
|
1877
|
-
}
|
|
1877
|
+
}> | undefined;
|
|
1878
|
+
label: string & {
|
|
1879
|
+
readonly __kind: any;
|
|
1880
|
+
};
|
|
1881
|
+
rpcUrl: string & {
|
|
1882
|
+
readonly __kind: any;
|
|
1883
|
+
};
|
|
1884
|
+
protocol: string & {
|
|
1885
|
+
readonly __kind: any;
|
|
1886
|
+
};
|
|
1878
1887
|
} & {
|
|
1879
1888
|
readonly __kind: any;
|
|
1880
1889
|
}>> | undefined;
|
|
1881
1890
|
sandbox?: Record<string, {
|
|
1882
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1883
|
-
plugin?: (string & {
|
|
1884
|
-
readonly __kind: any;
|
|
1885
|
-
}) | undefined;
|
|
1886
1891
|
accounts?: Record<string, string | ({
|
|
1887
1892
|
encryptedKey: string;
|
|
1888
1893
|
publicKeyHash: string & {
|
|
@@ -1892,6 +1897,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1892
1897
|
} & {
|
|
1893
1898
|
readonly __kind: any;
|
|
1894
1899
|
})> | undefined;
|
|
1900
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1901
|
+
plugin?: (string & {
|
|
1902
|
+
readonly __kind: any;
|
|
1903
|
+
}) | undefined;
|
|
1895
1904
|
tzkt?: {
|
|
1896
1905
|
disableAutostartWithSandbox: boolean;
|
|
1897
1906
|
postgresqlPort: number;
|
|
@@ -2095,16 +2104,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2095
2104
|
};
|
|
2096
2105
|
}> | undefined;
|
|
2097
2106
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
};
|
|
2101
|
-
rpcUrl: string & {
|
|
2102
|
-
readonly __kind: any;
|
|
2103
|
-
};
|
|
2104
|
-
protocol: string & {
|
|
2105
|
-
readonly __kind: any;
|
|
2106
|
-
};
|
|
2107
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2107
|
+
accounts?: Record<string, any> | undefined;
|
|
2108
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
2108
2109
|
email?: string | undefined;
|
|
2109
2110
|
password?: string | undefined;
|
|
2110
2111
|
amount?: string | undefined;
|
|
@@ -2115,15 +2116,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2115
2116
|
};
|
|
2116
2117
|
} & {
|
|
2117
2118
|
readonly __kind: any;
|
|
2118
|
-
}
|
|
2119
|
+
}> | undefined;
|
|
2120
|
+
label: string & {
|
|
2121
|
+
readonly __kind: any;
|
|
2122
|
+
};
|
|
2123
|
+
rpcUrl: string & {
|
|
2124
|
+
readonly __kind: any;
|
|
2125
|
+
};
|
|
2126
|
+
protocol: string & {
|
|
2127
|
+
readonly __kind: any;
|
|
2128
|
+
};
|
|
2119
2129
|
} & {
|
|
2120
2130
|
readonly __kind: any;
|
|
2121
2131
|
}>> | undefined;
|
|
2122
2132
|
sandbox?: Record<string, {
|
|
2123
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2124
|
-
plugin?: (string & {
|
|
2125
|
-
readonly __kind: any;
|
|
2126
|
-
}) | undefined;
|
|
2127
2133
|
accounts?: Record<string, string | ({
|
|
2128
2134
|
encryptedKey: string;
|
|
2129
2135
|
publicKeyHash: string & {
|
|
@@ -2133,6 +2139,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2133
2139
|
} & {
|
|
2134
2140
|
readonly __kind: any;
|
|
2135
2141
|
})> | undefined;
|
|
2142
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2143
|
+
plugin?: (string & {
|
|
2144
|
+
readonly __kind: any;
|
|
2145
|
+
}) | undefined;
|
|
2136
2146
|
tzkt?: {
|
|
2137
2147
|
disableAutostartWithSandbox: boolean;
|
|
2138
2148
|
postgresqlPort: number;
|
|
@@ -2222,16 +2232,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2222
2232
|
};
|
|
2223
2233
|
}> | undefined;
|
|
2224
2234
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
};
|
|
2228
|
-
rpcUrl: string & {
|
|
2229
|
-
readonly __kind: any;
|
|
2230
|
-
};
|
|
2231
|
-
protocol: string & {
|
|
2232
|
-
readonly __kind: any;
|
|
2233
|
-
};
|
|
2234
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2235
|
+
accounts?: Record<string, any> | undefined;
|
|
2236
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
2235
2237
|
email?: string | undefined;
|
|
2236
2238
|
password?: string | undefined;
|
|
2237
2239
|
amount?: string | undefined;
|
|
@@ -2242,15 +2244,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2242
2244
|
};
|
|
2243
2245
|
} & {
|
|
2244
2246
|
readonly __kind: any;
|
|
2245
|
-
}
|
|
2247
|
+
}> | undefined;
|
|
2248
|
+
label: string & {
|
|
2249
|
+
readonly __kind: any;
|
|
2250
|
+
};
|
|
2251
|
+
rpcUrl: string & {
|
|
2252
|
+
readonly __kind: any;
|
|
2253
|
+
};
|
|
2254
|
+
protocol: string & {
|
|
2255
|
+
readonly __kind: any;
|
|
2256
|
+
};
|
|
2246
2257
|
} & {
|
|
2247
2258
|
readonly __kind: any;
|
|
2248
2259
|
}>> | undefined;
|
|
2249
2260
|
sandbox?: Record<string, {
|
|
2250
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2251
|
-
plugin?: (string & {
|
|
2252
|
-
readonly __kind: any;
|
|
2253
|
-
}) | undefined;
|
|
2254
2261
|
accounts?: Record<string, string | ({
|
|
2255
2262
|
encryptedKey: string;
|
|
2256
2263
|
publicKeyHash: string & {
|
|
@@ -2260,6 +2267,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2260
2267
|
} & {
|
|
2261
2268
|
readonly __kind: any;
|
|
2262
2269
|
})> | undefined;
|
|
2270
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2271
|
+
plugin?: (string & {
|
|
2272
|
+
readonly __kind: any;
|
|
2273
|
+
}) | undefined;
|
|
2263
2274
|
tzkt?: {
|
|
2264
2275
|
disableAutostartWithSandbox: boolean;
|
|
2265
2276
|
postgresqlPort: number;
|
|
@@ -2348,16 +2359,8 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2348
2359
|
};
|
|
2349
2360
|
}> | undefined;
|
|
2350
2361
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
};
|
|
2354
|
-
rpcUrl: string & {
|
|
2355
|
-
readonly __kind: any;
|
|
2356
|
-
};
|
|
2357
|
-
protocol: string & {
|
|
2358
|
-
readonly __kind: any;
|
|
2359
|
-
};
|
|
2360
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2362
|
+
accounts?: Record<string, any> | undefined;
|
|
2363
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
2361
2364
|
email?: string | undefined;
|
|
2362
2365
|
password?: string | undefined;
|
|
2363
2366
|
amount?: string | undefined;
|
|
@@ -2368,15 +2371,20 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2368
2371
|
};
|
|
2369
2372
|
} & {
|
|
2370
2373
|
readonly __kind: any;
|
|
2371
|
-
}
|
|
2374
|
+
}> | undefined;
|
|
2375
|
+
label: string & {
|
|
2376
|
+
readonly __kind: any;
|
|
2377
|
+
};
|
|
2378
|
+
rpcUrl: string & {
|
|
2379
|
+
readonly __kind: any;
|
|
2380
|
+
};
|
|
2381
|
+
protocol: string & {
|
|
2382
|
+
readonly __kind: any;
|
|
2383
|
+
};
|
|
2372
2384
|
} & {
|
|
2373
2385
|
readonly __kind: any;
|
|
2374
2386
|
}>> | undefined;
|
|
2375
2387
|
sandbox?: Record<string, {
|
|
2376
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2377
|
-
plugin?: (string & {
|
|
2378
|
-
readonly __kind: any;
|
|
2379
|
-
}) | undefined;
|
|
2380
2388
|
accounts?: Record<string, string | ({
|
|
2381
2389
|
encryptedKey: string;
|
|
2382
2390
|
publicKeyHash: string & {
|
|
@@ -2386,6 +2394,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2386
2394
|
} & {
|
|
2387
2395
|
readonly __kind: any;
|
|
2388
2396
|
})> | undefined;
|
|
2397
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2398
|
+
plugin?: (string & {
|
|
2399
|
+
readonly __kind: any;
|
|
2400
|
+
}) | undefined;
|
|
2389
2401
|
tzkt?: {
|
|
2390
2402
|
disableAutostartWithSandbox: boolean;
|
|
2391
2403
|
postgresqlPort: number;
|
|
@@ -2541,16 +2553,8 @@ export declare const generatedSchemas: {
|
|
|
2541
2553
|
};
|
|
2542
2554
|
}> | undefined;
|
|
2543
2555
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
};
|
|
2547
|
-
rpcUrl: string & {
|
|
2548
|
-
readonly __kind: any;
|
|
2549
|
-
};
|
|
2550
|
-
protocol: string & {
|
|
2551
|
-
readonly __kind: any;
|
|
2552
|
-
};
|
|
2553
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2556
|
+
accounts?: Record<string, any> | undefined;
|
|
2557
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
2554
2558
|
email?: string | undefined;
|
|
2555
2559
|
password?: string | undefined;
|
|
2556
2560
|
amount?: string | undefined;
|
|
@@ -2561,15 +2565,20 @@ export declare const generatedSchemas: {
|
|
|
2561
2565
|
};
|
|
2562
2566
|
} & {
|
|
2563
2567
|
readonly __kind: any;
|
|
2564
|
-
}
|
|
2568
|
+
}> | undefined;
|
|
2569
|
+
label: string & {
|
|
2570
|
+
readonly __kind: any;
|
|
2571
|
+
};
|
|
2572
|
+
rpcUrl: string & {
|
|
2573
|
+
readonly __kind: any;
|
|
2574
|
+
};
|
|
2575
|
+
protocol: string & {
|
|
2576
|
+
readonly __kind: any;
|
|
2577
|
+
};
|
|
2565
2578
|
} & {
|
|
2566
2579
|
readonly __kind: any;
|
|
2567
2580
|
}>> | undefined;
|
|
2568
2581
|
sandbox?: Record<string, {
|
|
2569
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2570
|
-
plugin?: (string & {
|
|
2571
|
-
readonly __kind: any;
|
|
2572
|
-
}) | undefined;
|
|
2573
2582
|
accounts?: Record<string, string | ({
|
|
2574
2583
|
encryptedKey: string;
|
|
2575
2584
|
publicKeyHash: string & {
|
|
@@ -2579,6 +2588,10 @@ export declare const generatedSchemas: {
|
|
|
2579
2588
|
} & {
|
|
2580
2589
|
readonly __kind: any;
|
|
2581
2590
|
})> | undefined;
|
|
2591
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2592
|
+
plugin?: (string & {
|
|
2593
|
+
readonly __kind: any;
|
|
2594
|
+
}) | undefined;
|
|
2582
2595
|
tzkt?: {
|
|
2583
2596
|
disableAutostartWithSandbox: boolean;
|
|
2584
2597
|
postgresqlPort: number;
|
|
@@ -2849,16 +2862,8 @@ export declare const generatedSchemas: {
|
|
|
2849
2862
|
};
|
|
2850
2863
|
}> | undefined;
|
|
2851
2864
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
};
|
|
2855
|
-
rpcUrl: string & {
|
|
2856
|
-
readonly __kind: any;
|
|
2857
|
-
};
|
|
2858
|
-
protocol: string & {
|
|
2859
|
-
readonly __kind: any;
|
|
2860
|
-
};
|
|
2861
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2865
|
+
accounts?: Record<string, any> | undefined;
|
|
2866
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
2862
2867
|
email?: string | undefined;
|
|
2863
2868
|
password?: string | undefined;
|
|
2864
2869
|
amount?: string | undefined;
|
|
@@ -2869,15 +2874,20 @@ export declare const generatedSchemas: {
|
|
|
2869
2874
|
};
|
|
2870
2875
|
} & {
|
|
2871
2876
|
readonly __kind: any;
|
|
2872
|
-
}
|
|
2877
|
+
}> | undefined;
|
|
2878
|
+
label: string & {
|
|
2879
|
+
readonly __kind: any;
|
|
2880
|
+
};
|
|
2881
|
+
rpcUrl: string & {
|
|
2882
|
+
readonly __kind: any;
|
|
2883
|
+
};
|
|
2884
|
+
protocol: string & {
|
|
2885
|
+
readonly __kind: any;
|
|
2886
|
+
};
|
|
2873
2887
|
} & {
|
|
2874
2888
|
readonly __kind: any;
|
|
2875
2889
|
}>> | undefined;
|
|
2876
2890
|
sandbox?: Record<string, {
|
|
2877
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2878
|
-
plugin?: (string & {
|
|
2879
|
-
readonly __kind: any;
|
|
2880
|
-
}) | undefined;
|
|
2881
2891
|
accounts?: Record<string, string | ({
|
|
2882
2892
|
encryptedKey: string;
|
|
2883
2893
|
publicKeyHash: string & {
|
|
@@ -2887,6 +2897,10 @@ export declare const generatedSchemas: {
|
|
|
2887
2897
|
} & {
|
|
2888
2898
|
readonly __kind: any;
|
|
2889
2899
|
})> | undefined;
|
|
2900
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
2901
|
+
plugin?: (string & {
|
|
2902
|
+
readonly __kind: any;
|
|
2903
|
+
}) | undefined;
|
|
2890
2904
|
tzkt?: {
|
|
2891
2905
|
disableAutostartWithSandbox: boolean;
|
|
2892
2906
|
postgresqlPort: number;
|
|
@@ -3153,16 +3167,8 @@ export declare const generatedSchemas: {
|
|
|
3153
3167
|
};
|
|
3154
3168
|
}> | undefined;
|
|
3155
3169
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
};
|
|
3159
|
-
rpcUrl: string & {
|
|
3160
|
-
readonly __kind: any;
|
|
3161
|
-
};
|
|
3162
|
-
protocol: string & {
|
|
3163
|
-
readonly __kind: any;
|
|
3164
|
-
};
|
|
3165
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3170
|
+
accounts?: Record<string, any> | undefined;
|
|
3171
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
3166
3172
|
email?: string | undefined;
|
|
3167
3173
|
password?: string | undefined;
|
|
3168
3174
|
amount?: string | undefined;
|
|
@@ -3173,15 +3179,20 @@ export declare const generatedSchemas: {
|
|
|
3173
3179
|
};
|
|
3174
3180
|
} & {
|
|
3175
3181
|
readonly __kind: any;
|
|
3176
|
-
}
|
|
3182
|
+
}> | undefined;
|
|
3183
|
+
label: string & {
|
|
3184
|
+
readonly __kind: any;
|
|
3185
|
+
};
|
|
3186
|
+
rpcUrl: string & {
|
|
3187
|
+
readonly __kind: any;
|
|
3188
|
+
};
|
|
3189
|
+
protocol: string & {
|
|
3190
|
+
readonly __kind: any;
|
|
3191
|
+
};
|
|
3177
3192
|
} & {
|
|
3178
3193
|
readonly __kind: any;
|
|
3179
3194
|
}>> | undefined;
|
|
3180
3195
|
sandbox?: Record<string, {
|
|
3181
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3182
|
-
plugin?: (string & {
|
|
3183
|
-
readonly __kind: any;
|
|
3184
|
-
}) | undefined;
|
|
3185
3196
|
accounts?: Record<string, string | ({
|
|
3186
3197
|
encryptedKey: string;
|
|
3187
3198
|
publicKeyHash: string & {
|
|
@@ -3191,6 +3202,10 @@ export declare const generatedSchemas: {
|
|
|
3191
3202
|
} & {
|
|
3192
3203
|
readonly __kind: any;
|
|
3193
3204
|
})> | undefined;
|
|
3205
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3206
|
+
plugin?: (string & {
|
|
3207
|
+
readonly __kind: any;
|
|
3208
|
+
}) | undefined;
|
|
3194
3209
|
tzkt?: {
|
|
3195
3210
|
disableAutostartWithSandbox: boolean;
|
|
3196
3211
|
postgresqlPort: number;
|
|
@@ -3460,16 +3475,8 @@ export declare const generatedSchemas: {
|
|
|
3460
3475
|
};
|
|
3461
3476
|
}> | undefined;
|
|
3462
3477
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
};
|
|
3466
|
-
rpcUrl: string & {
|
|
3467
|
-
readonly __kind: any;
|
|
3468
|
-
};
|
|
3469
|
-
protocol: string & {
|
|
3470
|
-
readonly __kind: any;
|
|
3471
|
-
};
|
|
3472
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3478
|
+
accounts?: Record<string, any> | undefined;
|
|
3479
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
3473
3480
|
email?: string | undefined;
|
|
3474
3481
|
password?: string | undefined;
|
|
3475
3482
|
amount?: string | undefined;
|
|
@@ -3480,15 +3487,20 @@ export declare const generatedSchemas: {
|
|
|
3480
3487
|
};
|
|
3481
3488
|
} & {
|
|
3482
3489
|
readonly __kind: any;
|
|
3483
|
-
}
|
|
3490
|
+
}> | undefined;
|
|
3491
|
+
label: string & {
|
|
3492
|
+
readonly __kind: any;
|
|
3493
|
+
};
|
|
3494
|
+
rpcUrl: string & {
|
|
3495
|
+
readonly __kind: any;
|
|
3496
|
+
};
|
|
3497
|
+
protocol: string & {
|
|
3498
|
+
readonly __kind: any;
|
|
3499
|
+
};
|
|
3484
3500
|
} & {
|
|
3485
3501
|
readonly __kind: any;
|
|
3486
3502
|
}>> | undefined;
|
|
3487
3503
|
sandbox?: Record<string, {
|
|
3488
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3489
|
-
plugin?: (string & {
|
|
3490
|
-
readonly __kind: any;
|
|
3491
|
-
}) | undefined;
|
|
3492
3504
|
accounts?: Record<string, string | ({
|
|
3493
3505
|
encryptedKey: string;
|
|
3494
3506
|
publicKeyHash: string & {
|
|
@@ -3498,6 +3510,10 @@ export declare const generatedSchemas: {
|
|
|
3498
3510
|
} & {
|
|
3499
3511
|
readonly __kind: any;
|
|
3500
3512
|
})> | undefined;
|
|
3513
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3514
|
+
plugin?: (string & {
|
|
3515
|
+
readonly __kind: any;
|
|
3516
|
+
}) | undefined;
|
|
3501
3517
|
tzkt?: {
|
|
3502
3518
|
disableAutostartWithSandbox: boolean;
|
|
3503
3519
|
postgresqlPort: number;
|
|
@@ -3767,16 +3783,8 @@ export declare const generatedSchemas: {
|
|
|
3767
3783
|
};
|
|
3768
3784
|
}> | undefined;
|
|
3769
3785
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
};
|
|
3773
|
-
rpcUrl: string & {
|
|
3774
|
-
readonly __kind: any;
|
|
3775
|
-
};
|
|
3776
|
-
protocol: string & {
|
|
3777
|
-
readonly __kind: any;
|
|
3778
|
-
};
|
|
3779
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3786
|
+
accounts?: Record<string, any> | undefined;
|
|
3787
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
3780
3788
|
email?: string | undefined;
|
|
3781
3789
|
password?: string | undefined;
|
|
3782
3790
|
amount?: string | undefined;
|
|
@@ -3787,15 +3795,20 @@ export declare const generatedSchemas: {
|
|
|
3787
3795
|
};
|
|
3788
3796
|
} & {
|
|
3789
3797
|
readonly __kind: any;
|
|
3790
|
-
}
|
|
3798
|
+
}> | undefined;
|
|
3799
|
+
label: string & {
|
|
3800
|
+
readonly __kind: any;
|
|
3801
|
+
};
|
|
3802
|
+
rpcUrl: string & {
|
|
3803
|
+
readonly __kind: any;
|
|
3804
|
+
};
|
|
3805
|
+
protocol: string & {
|
|
3806
|
+
readonly __kind: any;
|
|
3807
|
+
};
|
|
3791
3808
|
} & {
|
|
3792
3809
|
readonly __kind: any;
|
|
3793
3810
|
}>> | undefined;
|
|
3794
3811
|
sandbox?: Record<string, {
|
|
3795
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3796
|
-
plugin?: (string & {
|
|
3797
|
-
readonly __kind: any;
|
|
3798
|
-
}) | undefined;
|
|
3799
3812
|
accounts?: Record<string, string | ({
|
|
3800
3813
|
encryptedKey: string;
|
|
3801
3814
|
publicKeyHash: string & {
|
|
@@ -3805,6 +3818,10 @@ export declare const generatedSchemas: {
|
|
|
3805
3818
|
} & {
|
|
3806
3819
|
readonly __kind: any;
|
|
3807
3820
|
})> | undefined;
|
|
3821
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
3822
|
+
plugin?: (string & {
|
|
3823
|
+
readonly __kind: any;
|
|
3824
|
+
}) | undefined;
|
|
3808
3825
|
tzkt?: {
|
|
3809
3826
|
disableAutostartWithSandbox: boolean;
|
|
3810
3827
|
postgresqlPort: number;
|
|
@@ -4058,16 +4075,8 @@ export declare const generatedSchemas: {
|
|
|
4058
4075
|
};
|
|
4059
4076
|
}> | undefined;
|
|
4060
4077
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
};
|
|
4064
|
-
rpcUrl: string & {
|
|
4065
|
-
readonly __kind: any;
|
|
4066
|
-
};
|
|
4067
|
-
protocol: string & {
|
|
4068
|
-
readonly __kind: any;
|
|
4069
|
-
};
|
|
4070
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4078
|
+
accounts?: Record<string, any> | undefined;
|
|
4079
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
4071
4080
|
email?: string | undefined;
|
|
4072
4081
|
password?: string | undefined;
|
|
4073
4082
|
amount?: string | undefined;
|
|
@@ -4078,15 +4087,20 @@ export declare const generatedSchemas: {
|
|
|
4078
4087
|
};
|
|
4079
4088
|
} & {
|
|
4080
4089
|
readonly __kind: any;
|
|
4081
|
-
}
|
|
4090
|
+
}> | undefined;
|
|
4091
|
+
label: string & {
|
|
4092
|
+
readonly __kind: any;
|
|
4093
|
+
};
|
|
4094
|
+
rpcUrl: string & {
|
|
4095
|
+
readonly __kind: any;
|
|
4096
|
+
};
|
|
4097
|
+
protocol: string & {
|
|
4098
|
+
readonly __kind: any;
|
|
4099
|
+
};
|
|
4082
4100
|
} & {
|
|
4083
4101
|
readonly __kind: any;
|
|
4084
4102
|
}>> | undefined;
|
|
4085
4103
|
sandbox?: Record<string, {
|
|
4086
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4087
|
-
plugin?: (string & {
|
|
4088
|
-
readonly __kind: any;
|
|
4089
|
-
}) | undefined;
|
|
4090
4104
|
accounts?: Record<string, string | ({
|
|
4091
4105
|
encryptedKey: string;
|
|
4092
4106
|
publicKeyHash: string & {
|
|
@@ -4096,6 +4110,10 @@ export declare const generatedSchemas: {
|
|
|
4096
4110
|
} & {
|
|
4097
4111
|
readonly __kind: any;
|
|
4098
4112
|
})> | undefined;
|
|
4113
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4114
|
+
plugin?: (string & {
|
|
4115
|
+
readonly __kind: any;
|
|
4116
|
+
}) | undefined;
|
|
4099
4117
|
tzkt?: {
|
|
4100
4118
|
disableAutostartWithSandbox: boolean;
|
|
4101
4119
|
postgresqlPort: number;
|
|
@@ -4353,16 +4371,8 @@ export declare const generatedSchemas: {
|
|
|
4353
4371
|
};
|
|
4354
4372
|
}> | undefined;
|
|
4355
4373
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
};
|
|
4359
|
-
rpcUrl: string & {
|
|
4360
|
-
readonly __kind: any;
|
|
4361
|
-
};
|
|
4362
|
-
protocol: string & {
|
|
4363
|
-
readonly __kind: any;
|
|
4364
|
-
};
|
|
4365
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4374
|
+
accounts?: Record<string, any> | undefined;
|
|
4375
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
4366
4376
|
email?: string | undefined;
|
|
4367
4377
|
password?: string | undefined;
|
|
4368
4378
|
amount?: string | undefined;
|
|
@@ -4373,15 +4383,20 @@ export declare const generatedSchemas: {
|
|
|
4373
4383
|
};
|
|
4374
4384
|
} & {
|
|
4375
4385
|
readonly __kind: any;
|
|
4376
|
-
}
|
|
4386
|
+
}> | undefined;
|
|
4387
|
+
label: string & {
|
|
4388
|
+
readonly __kind: any;
|
|
4389
|
+
};
|
|
4390
|
+
rpcUrl: string & {
|
|
4391
|
+
readonly __kind: any;
|
|
4392
|
+
};
|
|
4393
|
+
protocol: string & {
|
|
4394
|
+
readonly __kind: any;
|
|
4395
|
+
};
|
|
4377
4396
|
} & {
|
|
4378
4397
|
readonly __kind: any;
|
|
4379
4398
|
}>> | undefined;
|
|
4380
4399
|
sandbox?: Record<string, {
|
|
4381
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4382
|
-
plugin?: (string & {
|
|
4383
|
-
readonly __kind: any;
|
|
4384
|
-
}) | undefined;
|
|
4385
4400
|
accounts?: Record<string, string | ({
|
|
4386
4401
|
encryptedKey: string;
|
|
4387
4402
|
publicKeyHash: string & {
|
|
@@ -4391,6 +4406,10 @@ export declare const generatedSchemas: {
|
|
|
4391
4406
|
} & {
|
|
4392
4407
|
readonly __kind: any;
|
|
4393
4408
|
})> | undefined;
|
|
4409
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4410
|
+
plugin?: (string & {
|
|
4411
|
+
readonly __kind: any;
|
|
4412
|
+
}) | undefined;
|
|
4394
4413
|
tzkt?: {
|
|
4395
4414
|
disableAutostartWithSandbox: boolean;
|
|
4396
4415
|
postgresqlPort: number;
|
|
@@ -4660,16 +4679,8 @@ export declare const generatedSchemas: {
|
|
|
4660
4679
|
};
|
|
4661
4680
|
}> | undefined;
|
|
4662
4681
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
};
|
|
4666
|
-
rpcUrl: string & {
|
|
4667
|
-
readonly __kind: any;
|
|
4668
|
-
};
|
|
4669
|
-
protocol: string & {
|
|
4670
|
-
readonly __kind: any;
|
|
4671
|
-
};
|
|
4672
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4682
|
+
accounts?: Record<string, any> | undefined;
|
|
4683
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
4673
4684
|
email?: string | undefined;
|
|
4674
4685
|
password?: string | undefined;
|
|
4675
4686
|
amount?: string | undefined;
|
|
@@ -4680,15 +4691,20 @@ export declare const generatedSchemas: {
|
|
|
4680
4691
|
};
|
|
4681
4692
|
} & {
|
|
4682
4693
|
readonly __kind: any;
|
|
4683
|
-
}
|
|
4694
|
+
}> | undefined;
|
|
4695
|
+
label: string & {
|
|
4696
|
+
readonly __kind: any;
|
|
4697
|
+
};
|
|
4698
|
+
rpcUrl: string & {
|
|
4699
|
+
readonly __kind: any;
|
|
4700
|
+
};
|
|
4701
|
+
protocol: string & {
|
|
4702
|
+
readonly __kind: any;
|
|
4703
|
+
};
|
|
4684
4704
|
} & {
|
|
4685
4705
|
readonly __kind: any;
|
|
4686
4706
|
}>> | undefined;
|
|
4687
4707
|
sandbox?: Record<string, {
|
|
4688
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4689
|
-
plugin?: (string & {
|
|
4690
|
-
readonly __kind: any;
|
|
4691
|
-
}) | undefined;
|
|
4692
4708
|
accounts?: Record<string, string | ({
|
|
4693
4709
|
encryptedKey: string;
|
|
4694
4710
|
publicKeyHash: string & {
|
|
@@ -4698,6 +4714,10 @@ export declare const generatedSchemas: {
|
|
|
4698
4714
|
} & {
|
|
4699
4715
|
readonly __kind: any;
|
|
4700
4716
|
})> | undefined;
|
|
4717
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4718
|
+
plugin?: (string & {
|
|
4719
|
+
readonly __kind: any;
|
|
4720
|
+
}) | undefined;
|
|
4701
4721
|
tzkt?: {
|
|
4702
4722
|
disableAutostartWithSandbox: boolean;
|
|
4703
4723
|
postgresqlPort: number;
|
|
@@ -4970,16 +4990,8 @@ export declare const create: (input: {
|
|
|
4970
4990
|
};
|
|
4971
4991
|
}> | undefined;
|
|
4972
4992
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
};
|
|
4976
|
-
rpcUrl: string & {
|
|
4977
|
-
readonly __kind: any;
|
|
4978
|
-
};
|
|
4979
|
-
protocol: string & {
|
|
4980
|
-
readonly __kind: any;
|
|
4981
|
-
};
|
|
4982
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4993
|
+
accounts?: Record<string, any> | undefined;
|
|
4994
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
4983
4995
|
email?: string | undefined;
|
|
4984
4996
|
password?: string | undefined;
|
|
4985
4997
|
amount?: string | undefined;
|
|
@@ -4990,15 +5002,20 @@ export declare const create: (input: {
|
|
|
4990
5002
|
};
|
|
4991
5003
|
} & {
|
|
4992
5004
|
readonly __kind: any;
|
|
4993
|
-
}
|
|
5005
|
+
}> | undefined;
|
|
5006
|
+
label: string & {
|
|
5007
|
+
readonly __kind: any;
|
|
5008
|
+
};
|
|
5009
|
+
rpcUrl: string & {
|
|
5010
|
+
readonly __kind: any;
|
|
5011
|
+
};
|
|
5012
|
+
protocol: string & {
|
|
5013
|
+
readonly __kind: any;
|
|
5014
|
+
};
|
|
4994
5015
|
} & {
|
|
4995
5016
|
readonly __kind: any;
|
|
4996
5017
|
}>> | undefined;
|
|
4997
5018
|
sandbox?: Record<string, {
|
|
4998
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
4999
|
-
plugin?: (string & {
|
|
5000
|
-
readonly __kind: any;
|
|
5001
|
-
}) | undefined;
|
|
5002
5019
|
accounts?: Record<string, string | ({
|
|
5003
5020
|
encryptedKey: string;
|
|
5004
5021
|
publicKeyHash: string & {
|
|
@@ -5008,6 +5025,10 @@ export declare const create: (input: {
|
|
|
5008
5025
|
} & {
|
|
5009
5026
|
readonly __kind: any;
|
|
5010
5027
|
})> | undefined;
|
|
5028
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5029
|
+
plugin?: (string & {
|
|
5030
|
+
readonly __kind: any;
|
|
5031
|
+
}) | undefined;
|
|
5011
5032
|
tzkt?: {
|
|
5012
5033
|
disableAutostartWithSandbox: boolean;
|
|
5013
5034
|
postgresqlPort: number;
|
|
@@ -5261,16 +5282,8 @@ export declare const create: (input: {
|
|
|
5261
5282
|
};
|
|
5262
5283
|
}> | undefined;
|
|
5263
5284
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
5264
|
-
|
|
5265
|
-
|
|
5266
|
-
};
|
|
5267
|
-
rpcUrl: string & {
|
|
5268
|
-
readonly __kind: any;
|
|
5269
|
-
};
|
|
5270
|
-
protocol: string & {
|
|
5271
|
-
readonly __kind: any;
|
|
5272
|
-
};
|
|
5273
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5285
|
+
accounts?: Record<string, any> | undefined;
|
|
5286
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
5274
5287
|
email?: string | undefined;
|
|
5275
5288
|
password?: string | undefined;
|
|
5276
5289
|
amount?: string | undefined;
|
|
@@ -5281,15 +5294,20 @@ export declare const create: (input: {
|
|
|
5281
5294
|
};
|
|
5282
5295
|
} & {
|
|
5283
5296
|
readonly __kind: any;
|
|
5284
|
-
}
|
|
5297
|
+
}> | undefined;
|
|
5298
|
+
label: string & {
|
|
5299
|
+
readonly __kind: any;
|
|
5300
|
+
};
|
|
5301
|
+
rpcUrl: string & {
|
|
5302
|
+
readonly __kind: any;
|
|
5303
|
+
};
|
|
5304
|
+
protocol: string & {
|
|
5305
|
+
readonly __kind: any;
|
|
5306
|
+
};
|
|
5285
5307
|
} & {
|
|
5286
5308
|
readonly __kind: any;
|
|
5287
5309
|
}>> | undefined;
|
|
5288
5310
|
sandbox?: Record<string, {
|
|
5289
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5290
|
-
plugin?: (string & {
|
|
5291
|
-
readonly __kind: any;
|
|
5292
|
-
}) | undefined;
|
|
5293
5311
|
accounts?: Record<string, string | ({
|
|
5294
5312
|
encryptedKey: string;
|
|
5295
5313
|
publicKeyHash: string & {
|
|
@@ -5299,6 +5317,10 @@ export declare const create: (input: {
|
|
|
5299
5317
|
} & {
|
|
5300
5318
|
readonly __kind: any;
|
|
5301
5319
|
})> | undefined;
|
|
5320
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5321
|
+
plugin?: (string & {
|
|
5322
|
+
readonly __kind: any;
|
|
5323
|
+
}) | undefined;
|
|
5302
5324
|
tzkt?: {
|
|
5303
5325
|
disableAutostartWithSandbox: boolean;
|
|
5304
5326
|
postgresqlPort: number;
|
|
@@ -5556,16 +5578,8 @@ export declare const create: (input: {
|
|
|
5556
5578
|
};
|
|
5557
5579
|
}> | undefined;
|
|
5558
5580
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
};
|
|
5562
|
-
rpcUrl: string & {
|
|
5563
|
-
readonly __kind: any;
|
|
5564
|
-
};
|
|
5565
|
-
protocol: string & {
|
|
5566
|
-
readonly __kind: any;
|
|
5567
|
-
};
|
|
5568
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5581
|
+
accounts?: Record<string, any> | undefined;
|
|
5582
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
5569
5583
|
email?: string | undefined;
|
|
5570
5584
|
password?: string | undefined;
|
|
5571
5585
|
amount?: string | undefined;
|
|
@@ -5576,15 +5590,20 @@ export declare const create: (input: {
|
|
|
5576
5590
|
};
|
|
5577
5591
|
} & {
|
|
5578
5592
|
readonly __kind: any;
|
|
5579
|
-
}
|
|
5593
|
+
}> | undefined;
|
|
5594
|
+
label: string & {
|
|
5595
|
+
readonly __kind: any;
|
|
5596
|
+
};
|
|
5597
|
+
rpcUrl: string & {
|
|
5598
|
+
readonly __kind: any;
|
|
5599
|
+
};
|
|
5600
|
+
protocol: string & {
|
|
5601
|
+
readonly __kind: any;
|
|
5602
|
+
};
|
|
5580
5603
|
} & {
|
|
5581
5604
|
readonly __kind: any;
|
|
5582
5605
|
}>> | undefined;
|
|
5583
5606
|
sandbox?: Record<string, {
|
|
5584
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5585
|
-
plugin?: (string & {
|
|
5586
|
-
readonly __kind: any;
|
|
5587
|
-
}) | undefined;
|
|
5588
5607
|
accounts?: Record<string, string | ({
|
|
5589
5608
|
encryptedKey: string;
|
|
5590
5609
|
publicKeyHash: string & {
|
|
@@ -5594,6 +5613,10 @@ export declare const create: (input: {
|
|
|
5594
5613
|
} & {
|
|
5595
5614
|
readonly __kind: any;
|
|
5596
5615
|
})> | undefined;
|
|
5616
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5617
|
+
plugin?: (string & {
|
|
5618
|
+
readonly __kind: any;
|
|
5619
|
+
}) | undefined;
|
|
5597
5620
|
tzkt?: {
|
|
5598
5621
|
disableAutostartWithSandbox: boolean;
|
|
5599
5622
|
postgresqlPort: number;
|
|
@@ -5862,16 +5885,8 @@ export declare const create: (input: {
|
|
|
5862
5885
|
};
|
|
5863
5886
|
}> | undefined;
|
|
5864
5887
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
};
|
|
5868
|
-
rpcUrl: string & {
|
|
5869
|
-
readonly __kind: any;
|
|
5870
|
-
};
|
|
5871
|
-
protocol: string & {
|
|
5872
|
-
readonly __kind: any;
|
|
5873
|
-
};
|
|
5874
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5888
|
+
accounts?: Record<string, any> | undefined;
|
|
5889
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
5875
5890
|
email?: string | undefined;
|
|
5876
5891
|
password?: string | undefined;
|
|
5877
5892
|
amount?: string | undefined;
|
|
@@ -5882,15 +5897,20 @@ export declare const create: (input: {
|
|
|
5882
5897
|
};
|
|
5883
5898
|
} & {
|
|
5884
5899
|
readonly __kind: any;
|
|
5885
|
-
}
|
|
5900
|
+
}> | undefined;
|
|
5901
|
+
label: string & {
|
|
5902
|
+
readonly __kind: any;
|
|
5903
|
+
};
|
|
5904
|
+
rpcUrl: string & {
|
|
5905
|
+
readonly __kind: any;
|
|
5906
|
+
};
|
|
5907
|
+
protocol: string & {
|
|
5908
|
+
readonly __kind: any;
|
|
5909
|
+
};
|
|
5886
5910
|
} & {
|
|
5887
5911
|
readonly __kind: any;
|
|
5888
5912
|
}>> | undefined;
|
|
5889
5913
|
sandbox?: Record<string, {
|
|
5890
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5891
|
-
plugin?: (string & {
|
|
5892
|
-
readonly __kind: any;
|
|
5893
|
-
}) | undefined;
|
|
5894
5914
|
accounts?: Record<string, string | ({
|
|
5895
5915
|
encryptedKey: string;
|
|
5896
5916
|
publicKeyHash: string & {
|
|
@@ -5900,6 +5920,10 @@ export declare const create: (input: {
|
|
|
5900
5920
|
} & {
|
|
5901
5921
|
readonly __kind: any;
|
|
5902
5922
|
})> | undefined;
|
|
5923
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
5924
|
+
plugin?: (string & {
|
|
5925
|
+
readonly __kind: any;
|
|
5926
|
+
}) | undefined;
|
|
5903
5927
|
tzkt?: {
|
|
5904
5928
|
disableAutostartWithSandbox: boolean;
|
|
5905
5929
|
postgresqlPort: number;
|
|
@@ -6168,16 +6192,8 @@ export declare const create: (input: {
|
|
|
6168
6192
|
};
|
|
6169
6193
|
}> | undefined;
|
|
6170
6194
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
};
|
|
6174
|
-
rpcUrl: string & {
|
|
6175
|
-
readonly __kind: any;
|
|
6176
|
-
};
|
|
6177
|
-
protocol: string & {
|
|
6178
|
-
readonly __kind: any;
|
|
6179
|
-
};
|
|
6180
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
6195
|
+
accounts?: Record<string, any> | undefined;
|
|
6196
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
6181
6197
|
email?: string | undefined;
|
|
6182
6198
|
password?: string | undefined;
|
|
6183
6199
|
amount?: string | undefined;
|
|
@@ -6188,15 +6204,20 @@ export declare const create: (input: {
|
|
|
6188
6204
|
};
|
|
6189
6205
|
} & {
|
|
6190
6206
|
readonly __kind: any;
|
|
6191
|
-
}
|
|
6207
|
+
}> | undefined;
|
|
6208
|
+
label: string & {
|
|
6209
|
+
readonly __kind: any;
|
|
6210
|
+
};
|
|
6211
|
+
rpcUrl: string & {
|
|
6212
|
+
readonly __kind: any;
|
|
6213
|
+
};
|
|
6214
|
+
protocol: string & {
|
|
6215
|
+
readonly __kind: any;
|
|
6216
|
+
};
|
|
6192
6217
|
} & {
|
|
6193
6218
|
readonly __kind: any;
|
|
6194
6219
|
}>> | undefined;
|
|
6195
6220
|
sandbox?: Record<string, {
|
|
6196
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
6197
|
-
plugin?: (string & {
|
|
6198
|
-
readonly __kind: any;
|
|
6199
|
-
}) | undefined;
|
|
6200
6221
|
accounts?: Record<string, string | ({
|
|
6201
6222
|
encryptedKey: string;
|
|
6202
6223
|
publicKeyHash: string & {
|
|
@@ -6206,6 +6227,10 @@ export declare const create: (input: {
|
|
|
6206
6227
|
} & {
|
|
6207
6228
|
readonly __kind: any;
|
|
6208
6229
|
})> | undefined;
|
|
6230
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
6231
|
+
plugin?: (string & {
|
|
6232
|
+
readonly __kind: any;
|
|
6233
|
+
}) | undefined;
|
|
6209
6234
|
tzkt?: {
|
|
6210
6235
|
disableAutostartWithSandbox: boolean;
|
|
6211
6236
|
postgresqlPort: number;
|
|
@@ -6472,16 +6497,8 @@ export declare const create: (input: {
|
|
|
6472
6497
|
};
|
|
6473
6498
|
}> | undefined;
|
|
6474
6499
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
};
|
|
6478
|
-
rpcUrl: string & {
|
|
6479
|
-
readonly __kind: any;
|
|
6480
|
-
};
|
|
6481
|
-
protocol: string & {
|
|
6482
|
-
readonly __kind: any;
|
|
6483
|
-
};
|
|
6484
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
6500
|
+
accounts?: Record<string, any> | undefined;
|
|
6501
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
6485
6502
|
email?: string | undefined;
|
|
6486
6503
|
password?: string | undefined;
|
|
6487
6504
|
amount?: string | undefined;
|
|
@@ -6492,15 +6509,20 @@ export declare const create: (input: {
|
|
|
6492
6509
|
};
|
|
6493
6510
|
} & {
|
|
6494
6511
|
readonly __kind: any;
|
|
6495
|
-
}
|
|
6512
|
+
}> | undefined;
|
|
6513
|
+
label: string & {
|
|
6514
|
+
readonly __kind: any;
|
|
6515
|
+
};
|
|
6516
|
+
rpcUrl: string & {
|
|
6517
|
+
readonly __kind: any;
|
|
6518
|
+
};
|
|
6519
|
+
protocol: string & {
|
|
6520
|
+
readonly __kind: any;
|
|
6521
|
+
};
|
|
6496
6522
|
} & {
|
|
6497
6523
|
readonly __kind: any;
|
|
6498
6524
|
}>> | undefined;
|
|
6499
6525
|
sandbox?: Record<string, {
|
|
6500
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
6501
|
-
plugin?: (string & {
|
|
6502
|
-
readonly __kind: any;
|
|
6503
|
-
}) | undefined;
|
|
6504
6526
|
accounts?: Record<string, string | ({
|
|
6505
6527
|
encryptedKey: string;
|
|
6506
6528
|
publicKeyHash: string & {
|
|
@@ -6510,6 +6532,10 @@ export declare const create: (input: {
|
|
|
6510
6532
|
} & {
|
|
6511
6533
|
readonly __kind: any;
|
|
6512
6534
|
})> | undefined;
|
|
6535
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
6536
|
+
plugin?: (string & {
|
|
6537
|
+
readonly __kind: any;
|
|
6538
|
+
}) | undefined;
|
|
6513
6539
|
tzkt?: {
|
|
6514
6540
|
disableAutostartWithSandbox: boolean;
|
|
6515
6541
|
postgresqlPort: number;
|
|
@@ -6780,16 +6806,8 @@ export declare const schemas: {
|
|
|
6780
6806
|
};
|
|
6781
6807
|
}> | undefined;
|
|
6782
6808
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
};
|
|
6786
|
-
rpcUrl: string & {
|
|
6787
|
-
readonly __kind: any;
|
|
6788
|
-
};
|
|
6789
|
-
protocol: string & {
|
|
6790
|
-
readonly __kind: any;
|
|
6791
|
-
};
|
|
6792
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
6809
|
+
accounts?: Record<string, any> | undefined;
|
|
6810
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
6793
6811
|
email?: string | undefined;
|
|
6794
6812
|
password?: string | undefined;
|
|
6795
6813
|
amount?: string | undefined;
|
|
@@ -6800,15 +6818,20 @@ export declare const schemas: {
|
|
|
6800
6818
|
};
|
|
6801
6819
|
} & {
|
|
6802
6820
|
readonly __kind: any;
|
|
6803
|
-
}
|
|
6821
|
+
}> | undefined;
|
|
6822
|
+
label: string & {
|
|
6823
|
+
readonly __kind: any;
|
|
6824
|
+
};
|
|
6825
|
+
rpcUrl: string & {
|
|
6826
|
+
readonly __kind: any;
|
|
6827
|
+
};
|
|
6828
|
+
protocol: string & {
|
|
6829
|
+
readonly __kind: any;
|
|
6830
|
+
};
|
|
6804
6831
|
} & {
|
|
6805
6832
|
readonly __kind: any;
|
|
6806
6833
|
}>> | undefined;
|
|
6807
6834
|
sandbox?: Record<string, {
|
|
6808
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
6809
|
-
plugin?: (string & {
|
|
6810
|
-
readonly __kind: any;
|
|
6811
|
-
}) | undefined;
|
|
6812
6835
|
accounts?: Record<string, string | ({
|
|
6813
6836
|
encryptedKey: string;
|
|
6814
6837
|
publicKeyHash: string & {
|
|
@@ -6818,6 +6841,10 @@ export declare const schemas: {
|
|
|
6818
6841
|
} & {
|
|
6819
6842
|
readonly __kind: any;
|
|
6820
6843
|
})> | undefined;
|
|
6844
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
6845
|
+
plugin?: (string & {
|
|
6846
|
+
readonly __kind: any;
|
|
6847
|
+
}) | undefined;
|
|
6821
6848
|
tzkt?: {
|
|
6822
6849
|
disableAutostartWithSandbox: boolean;
|
|
6823
6850
|
postgresqlPort: number;
|
|
@@ -7086,16 +7113,8 @@ export declare const schemas: {
|
|
|
7086
7113
|
};
|
|
7087
7114
|
}> | undefined;
|
|
7088
7115
|
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
};
|
|
7092
|
-
rpcUrl: string & {
|
|
7093
|
-
readonly __kind: any;
|
|
7094
|
-
};
|
|
7095
|
-
protocol: string & {
|
|
7096
|
-
readonly __kind: any;
|
|
7097
|
-
};
|
|
7098
|
-
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
7116
|
+
accounts?: Record<string, any> | undefined;
|
|
7117
|
+
faucet?: import("@taqueria/protocol/Base").Flatten<{
|
|
7099
7118
|
email?: string | undefined;
|
|
7100
7119
|
password?: string | undefined;
|
|
7101
7120
|
amount?: string | undefined;
|
|
@@ -7106,15 +7125,20 @@ export declare const schemas: {
|
|
|
7106
7125
|
};
|
|
7107
7126
|
} & {
|
|
7108
7127
|
readonly __kind: any;
|
|
7109
|
-
}
|
|
7128
|
+
}> | undefined;
|
|
7129
|
+
label: string & {
|
|
7130
|
+
readonly __kind: any;
|
|
7131
|
+
};
|
|
7132
|
+
rpcUrl: string & {
|
|
7133
|
+
readonly __kind: any;
|
|
7134
|
+
};
|
|
7135
|
+
protocol: string & {
|
|
7136
|
+
readonly __kind: any;
|
|
7137
|
+
};
|
|
7110
7138
|
} & {
|
|
7111
7139
|
readonly __kind: any;
|
|
7112
7140
|
}>> | undefined;
|
|
7113
7141
|
sandbox?: Record<string, {
|
|
7114
|
-
attributes?: Record<string, string | number | boolean> | undefined;
|
|
7115
|
-
plugin?: (string & {
|
|
7116
|
-
readonly __kind: any;
|
|
7117
|
-
}) | undefined;
|
|
7118
7142
|
accounts?: Record<string, string | ({
|
|
7119
7143
|
encryptedKey: string;
|
|
7120
7144
|
publicKeyHash: string & {
|
|
@@ -7124,6 +7148,10 @@ export declare const schemas: {
|
|
|
7124
7148
|
} & {
|
|
7125
7149
|
readonly __kind: any;
|
|
7126
7150
|
})> | undefined;
|
|
7151
|
+
attributes?: Record<string, string | number | boolean> | undefined;
|
|
7152
|
+
plugin?: (string & {
|
|
7153
|
+
readonly __kind: any;
|
|
7154
|
+
}) | undefined;
|
|
7127
7155
|
tzkt?: {
|
|
7128
7156
|
disableAutostartWithSandbox: boolean;
|
|
7129
7157
|
postgresqlPort: number;
|