@taqueria/protocol 0.25.21-rc → 0.25.22-rc
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/EphemeralState.d.ts +208 -208
- package/ParsedPluginInfo.d.ts +542 -542
- package/PluginInfo.d.ts +661 -661
- package/PluginSchema.d.ts +1314 -1314
- package/TaqError.d.ts +1 -1
- package/TaqError.d.ts.map +1 -1
- package/TaqError.js.map +1 -1
- package/TaqError.mjs.map +1 -1
- package/i18n.js +1 -1
- package/i18n.js.map +1 -1
- package/i18n.mjs +1 -1
- package/i18n.mjs.map +1 -1
- package/out/types/Config.d.ts +318 -318
- package/out/types/ConfigAccount.d.js +19 -0
- package/out/types/ConfigAccount.d.js.map +1 -0
- package/out/types/ConfigAccount.d.mjs +1 -0
- package/out/types/ConfigAccount.d.mjs.map +1 -0
- package/out/types/ConfigAccount.d.ts +106 -0
- package/out/types/ConfigAccount.d.ts.map +1 -0
- package/out/types/ConfigAccount.js +80 -0
- package/out/types/ConfigAccount.js.map +1 -0
- package/out/types/ConfigAccount.mjs +49 -0
- package/out/types/ConfigAccount.mjs.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.js +19 -0
- package/out/types/ConfigEnvironmentFileV2.d.js.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.mjs +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.mjs.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.ts +153 -0
- package/out/types/ConfigEnvironmentFileV2.d.ts.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.js +80 -0
- package/out/types/ConfigEnvironmentFileV2.js.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.mjs +49 -0
- package/out/types/ConfigEnvironmentFileV2.mjs.map +1 -0
- package/out/types/ConfigFileV1.d.js +19 -0
- package/out/types/ConfigFileV1.d.js.map +1 -0
- package/out/types/ConfigFileV1.d.mjs +1 -0
- package/out/types/ConfigFileV1.d.mjs.map +1 -0
- package/out/types/ConfigFileV1.d.ts +1370 -0
- package/out/types/ConfigFileV1.d.ts.map +1 -0
- package/out/types/ConfigFileV1.js +80 -0
- package/out/types/ConfigFileV1.js.map +1 -0
- package/out/types/ConfigFileV1.mjs +49 -0
- package/out/types/ConfigFileV1.mjs.map +1 -0
- package/out/types/ConfigFileV2.d.js +19 -0
- package/out/types/ConfigFileV2.d.js.map +1 -0
- package/out/types/ConfigFileV2.d.mjs +1 -0
- package/out/types/ConfigFileV2.d.mjs.map +1 -0
- package/out/types/ConfigFileV2.d.ts +741 -0
- package/out/types/ConfigFileV2.d.ts.map +1 -0
- package/out/types/ConfigFileV2.js +80 -0
- package/out/types/ConfigFileV2.js.map +1 -0
- package/out/types/ConfigFileV2.mjs +49 -0
- package/out/types/ConfigFileV2.mjs.map +1 -0
- package/out/types/CurrencyAmountV2.d.js +19 -0
- package/out/types/CurrencyAmountV2.d.js.map +1 -0
- package/out/types/CurrencyAmountV2.d.mjs +1 -0
- package/out/types/CurrencyAmountV2.d.mjs.map +1 -0
- package/out/types/CurrencyAmountV2.d.ts +56 -0
- package/out/types/CurrencyAmountV2.d.ts.map +1 -0
- package/out/types/CurrencyAmountV2.js +80 -0
- package/out/types/CurrencyAmountV2.js.map +1 -0
- package/out/types/CurrencyAmountV2.mjs +49 -0
- package/out/types/CurrencyAmountV2.mjs.map +1 -0
- package/out/types/EphemeralState.d.ts +1743 -1743
- package/out/types/LoadedConfig.d.ts +318 -318
- package/out/types/Operation.d.ts +575 -575
- package/out/types/ParsedConfig.d.ts +318 -318
- package/out/types/ParsedOperation.d.ts +420 -420
- package/out/types/ParsedTemplate.d.ts +420 -420
- package/out/types/PluginInfo.d.ts +869 -869
- package/out/types/PluginSchema.d.ts +2985 -2985
- package/out/types/ProxyTaskArgs.d.ts +434 -434
- package/out/types/ProxyTemplateArgs.d.ts +434 -434
- package/out/types/RequestArgs.d.ts +434 -434
- package/out/types/Template.d.ts +575 -575
- package/out/types-strict.d.js.map +1 -1
- package/out/types-strict.d.ts +97 -9
- package/out/types-strict.d.ts.map +1 -1
- package/out/types-strict.js.map +1 -1
- package/out/types-zod.d.js.map +1 -1
- package/out/types-zod.d.ts +3119 -2557
- package/out/types-zod.d.ts.map +1 -1
- package/out/types-zod.js +62 -7
- package/out/types-zod.js.map +1 -1
- package/out/types-zod.mjs +57 -7
- package/out/types-zod.mjs.map +1 -1
- package/package.json +2 -2
- package/types-config-files.d.ts +12 -0
- package/types-config-files.d.ts.map +1 -0
- package/types-config-files.js +267 -0
- package/types-config-files.js.map +1 -0
- package/types-config-files.mjs +239 -0
- package/types-config-files.mjs.map +1 -0
- package/types.d.ts +85 -7
- package/types.d.ts.map +1 -1
- package/types.js.map +1 -1
package/ParsedPluginInfo.d.ts
CHANGED
|
@@ -266,6 +266,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
266
266
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
267
267
|
config: z.ZodObject<z.extendShape<{
|
|
268
268
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
269
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
270
|
+
name: z.ZodOptional<z.ZodString>;
|
|
271
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
272
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
273
|
+
license: z.ZodOptional<z.ZodString>;
|
|
274
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
275
|
+
}, "strip", z.ZodTypeAny, {
|
|
276
|
+
name?: string | undefined;
|
|
277
|
+
projectDescription?: string | undefined;
|
|
278
|
+
authors?: string[] | undefined;
|
|
279
|
+
license?: string | undefined;
|
|
280
|
+
homepage?: string | undefined;
|
|
281
|
+
}, {
|
|
282
|
+
name?: string | undefined;
|
|
283
|
+
projectDescription?: string | undefined;
|
|
284
|
+
authors?: string[] | undefined;
|
|
285
|
+
license?: string | undefined;
|
|
286
|
+
homepage?: string | undefined;
|
|
287
|
+
}>>;
|
|
288
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
289
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
290
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
291
|
+
sourceFile: z.ZodString;
|
|
292
|
+
hash: z.ZodString;
|
|
293
|
+
}, "strip", z.ZodTypeAny, {
|
|
294
|
+
sourceFile: string;
|
|
295
|
+
hash: string;
|
|
296
|
+
}, {
|
|
297
|
+
sourceFile: string;
|
|
298
|
+
hash: string;
|
|
299
|
+
}>>>;
|
|
269
300
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
270
301
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
271
302
|
name: z.ZodString;
|
|
@@ -276,8 +307,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
276
307
|
type: "npm" | "binary" | "deno";
|
|
277
308
|
name: string;
|
|
278
309
|
}>, "many">>;
|
|
279
|
-
|
|
280
|
-
|
|
310
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
311
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
312
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
313
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
314
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
315
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
316
|
+
}, "strip", z.ZodTypeAny, {
|
|
317
|
+
storage?: Record<string, string> | undefined;
|
|
318
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
319
|
+
networks: string[];
|
|
320
|
+
sandboxes: string[];
|
|
321
|
+
}, {
|
|
322
|
+
storage?: Record<string, string> | undefined;
|
|
323
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
324
|
+
networks: string[];
|
|
325
|
+
sandboxes: string[];
|
|
326
|
+
}>, z.ZodString]>>;
|
|
281
327
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
282
328
|
label: z.ZodString;
|
|
283
329
|
rpcUrl: z.ZodString;
|
|
@@ -419,52 +465,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
419
465
|
label: string;
|
|
420
466
|
rpcUrl: string;
|
|
421
467
|
}>>>;
|
|
422
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
423
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
424
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
425
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
426
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
427
|
-
}, "strip", z.ZodTypeAny, {
|
|
428
|
-
storage?: Record<string, string> | undefined;
|
|
429
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
430
|
-
networks: string[];
|
|
431
|
-
sandboxes: string[];
|
|
432
|
-
}, {
|
|
433
|
-
storage?: Record<string, string> | undefined;
|
|
434
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
435
|
-
networks: string[];
|
|
436
|
-
sandboxes: string[];
|
|
437
|
-
}>, z.ZodString]>>;
|
|
438
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
439
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
440
|
-
sourceFile: z.ZodString;
|
|
441
|
-
hash: z.ZodString;
|
|
442
|
-
}, "strip", z.ZodTypeAny, {
|
|
443
|
-
sourceFile: string;
|
|
444
|
-
hash: string;
|
|
445
|
-
}, {
|
|
446
|
-
sourceFile: string;
|
|
447
|
-
hash: string;
|
|
448
|
-
}>>>;
|
|
449
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
450
|
-
name: z.ZodOptional<z.ZodString>;
|
|
451
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
452
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
453
|
-
license: z.ZodOptional<z.ZodString>;
|
|
454
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
455
|
-
}, "strip", z.ZodTypeAny, {
|
|
456
|
-
name?: string | undefined;
|
|
457
|
-
projectDescription?: string | undefined;
|
|
458
|
-
authors?: string[] | undefined;
|
|
459
|
-
license?: string | undefined;
|
|
460
|
-
homepage?: string | undefined;
|
|
461
|
-
}, {
|
|
462
|
-
name?: string | undefined;
|
|
463
|
-
projectDescription?: string | undefined;
|
|
464
|
-
authors?: string[] | undefined;
|
|
465
|
-
license?: string | undefined;
|
|
466
|
-
homepage?: string | undefined;
|
|
467
|
-
}>>;
|
|
468
468
|
}, {
|
|
469
469
|
projectDir: z.ZodString;
|
|
470
470
|
configFile: z.ZodString;
|
|
@@ -488,12 +488,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
488
488
|
rpcUrl: string;
|
|
489
489
|
}> | undefined;
|
|
490
490
|
language?: "en" | "fr" | undefined;
|
|
491
|
+
metadata?: {
|
|
492
|
+
name?: string | undefined;
|
|
493
|
+
projectDescription?: string | undefined;
|
|
494
|
+
authors?: string[] | undefined;
|
|
495
|
+
license?: string | undefined;
|
|
496
|
+
homepage?: string | undefined;
|
|
497
|
+
} | undefined;
|
|
498
|
+
artifactsDir?: string | undefined;
|
|
499
|
+
contractsDir?: string | undefined;
|
|
500
|
+
contracts?: Record<string, {
|
|
501
|
+
sourceFile: string;
|
|
502
|
+
hash: string;
|
|
503
|
+
}> | undefined;
|
|
491
504
|
plugins?: {
|
|
492
505
|
type: "npm" | "binary" | "deno";
|
|
493
506
|
name: string;
|
|
494
507
|
}[] | undefined;
|
|
495
|
-
|
|
496
|
-
artifactsDir?: string | undefined;
|
|
508
|
+
accounts?: Record<string, string> | undefined;
|
|
497
509
|
network?: Record<string, {
|
|
498
510
|
accounts?: Record<string, {
|
|
499
511
|
mnemonic?: string | undefined;
|
|
@@ -512,18 +524,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
512
524
|
label: string;
|
|
513
525
|
rpcUrl: string;
|
|
514
526
|
}> | undefined;
|
|
515
|
-
accounts?: Record<string, string> | undefined;
|
|
516
|
-
contracts?: Record<string, {
|
|
517
|
-
sourceFile: string;
|
|
518
|
-
hash: string;
|
|
519
|
-
}> | undefined;
|
|
520
|
-
metadata?: {
|
|
521
|
-
name?: string | undefined;
|
|
522
|
-
projectDescription?: string | undefined;
|
|
523
|
-
authors?: string[] | undefined;
|
|
524
|
-
license?: string | undefined;
|
|
525
|
-
homepage?: string | undefined;
|
|
526
|
-
} | undefined;
|
|
527
527
|
projectDir: string;
|
|
528
528
|
environment: Record<string, string | {
|
|
529
529
|
storage?: Record<string, string> | undefined;
|
|
@@ -552,12 +552,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
552
552
|
rpcUrl: string;
|
|
553
553
|
}> | undefined;
|
|
554
554
|
language?: "en" | "fr" | undefined;
|
|
555
|
+
metadata?: {
|
|
556
|
+
name?: string | undefined;
|
|
557
|
+
projectDescription?: string | undefined;
|
|
558
|
+
authors?: string[] | undefined;
|
|
559
|
+
license?: string | undefined;
|
|
560
|
+
homepage?: string | undefined;
|
|
561
|
+
} | undefined;
|
|
562
|
+
artifactsDir?: string | undefined;
|
|
563
|
+
contractsDir?: string | undefined;
|
|
564
|
+
contracts?: Record<string, {
|
|
565
|
+
sourceFile: string;
|
|
566
|
+
hash: string;
|
|
567
|
+
}> | undefined;
|
|
555
568
|
plugins?: {
|
|
556
569
|
type: "npm" | "binary" | "deno";
|
|
557
570
|
name: string;
|
|
558
571
|
}[] | undefined;
|
|
559
|
-
|
|
560
|
-
artifactsDir?: string | undefined;
|
|
572
|
+
accounts?: Record<string, string> | undefined;
|
|
561
573
|
network?: Record<string, {
|
|
562
574
|
accounts?: Record<string, {
|
|
563
575
|
mnemonic?: string | undefined;
|
|
@@ -576,18 +588,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
576
588
|
label: string;
|
|
577
589
|
rpcUrl: string;
|
|
578
590
|
}> | undefined;
|
|
579
|
-
accounts?: Record<string, string> | undefined;
|
|
580
|
-
contracts?: Record<string, {
|
|
581
|
-
sourceFile: string;
|
|
582
|
-
hash: string;
|
|
583
|
-
}> | undefined;
|
|
584
|
-
metadata?: {
|
|
585
|
-
name?: string | undefined;
|
|
586
|
-
projectDescription?: string | undefined;
|
|
587
|
-
authors?: string[] | undefined;
|
|
588
|
-
license?: string | undefined;
|
|
589
|
-
homepage?: string | undefined;
|
|
590
|
-
} | undefined;
|
|
591
591
|
projectDir: string;
|
|
592
592
|
environment: Record<string, string | {
|
|
593
593
|
storage?: Record<string, string> | undefined;
|
|
@@ -634,12 +634,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
634
634
|
rpcUrl: string;
|
|
635
635
|
}> | undefined;
|
|
636
636
|
language?: "en" | "fr" | undefined;
|
|
637
|
+
metadata?: {
|
|
638
|
+
name?: string | undefined;
|
|
639
|
+
projectDescription?: string | undefined;
|
|
640
|
+
authors?: string[] | undefined;
|
|
641
|
+
license?: string | undefined;
|
|
642
|
+
homepage?: string | undefined;
|
|
643
|
+
} | undefined;
|
|
644
|
+
artifactsDir?: string | undefined;
|
|
645
|
+
contractsDir?: string | undefined;
|
|
646
|
+
contracts?: Record<string, {
|
|
647
|
+
sourceFile: string;
|
|
648
|
+
hash: string;
|
|
649
|
+
}> | undefined;
|
|
637
650
|
plugins?: {
|
|
638
651
|
type: "npm" | "binary" | "deno";
|
|
639
652
|
name: string;
|
|
640
653
|
}[] | undefined;
|
|
641
|
-
|
|
642
|
-
artifactsDir?: string | undefined;
|
|
654
|
+
accounts?: Record<string, string> | undefined;
|
|
643
655
|
network?: Record<string, {
|
|
644
656
|
accounts?: Record<string, {
|
|
645
657
|
mnemonic?: string | undefined;
|
|
@@ -658,18 +670,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
658
670
|
label: string;
|
|
659
671
|
rpcUrl: string;
|
|
660
672
|
}> | undefined;
|
|
661
|
-
accounts?: Record<string, string> | undefined;
|
|
662
|
-
contracts?: Record<string, {
|
|
663
|
-
sourceFile: string;
|
|
664
|
-
hash: string;
|
|
665
|
-
}> | undefined;
|
|
666
|
-
metadata?: {
|
|
667
|
-
name?: string | undefined;
|
|
668
|
-
projectDescription?: string | undefined;
|
|
669
|
-
authors?: string[] | undefined;
|
|
670
|
-
license?: string | undefined;
|
|
671
|
-
homepage?: string | undefined;
|
|
672
|
-
} | undefined;
|
|
673
673
|
projectDir: string;
|
|
674
674
|
environment: Record<string, string | {
|
|
675
675
|
storage?: Record<string, string> | undefined;
|
|
@@ -716,12 +716,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
716
716
|
rpcUrl: string;
|
|
717
717
|
}> | undefined;
|
|
718
718
|
language?: "en" | "fr" | undefined;
|
|
719
|
+
metadata?: {
|
|
720
|
+
name?: string | undefined;
|
|
721
|
+
projectDescription?: string | undefined;
|
|
722
|
+
authors?: string[] | undefined;
|
|
723
|
+
license?: string | undefined;
|
|
724
|
+
homepage?: string | undefined;
|
|
725
|
+
} | undefined;
|
|
726
|
+
artifactsDir?: string | undefined;
|
|
727
|
+
contractsDir?: string | undefined;
|
|
728
|
+
contracts?: Record<string, {
|
|
729
|
+
sourceFile: string;
|
|
730
|
+
hash: string;
|
|
731
|
+
}> | undefined;
|
|
719
732
|
plugins?: {
|
|
720
733
|
type: "npm" | "binary" | "deno";
|
|
721
734
|
name: string;
|
|
722
735
|
}[] | undefined;
|
|
723
|
-
|
|
724
|
-
artifactsDir?: string | undefined;
|
|
736
|
+
accounts?: Record<string, string> | undefined;
|
|
725
737
|
network?: Record<string, {
|
|
726
738
|
accounts?: Record<string, {
|
|
727
739
|
mnemonic?: string | undefined;
|
|
@@ -740,18 +752,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
740
752
|
label: string;
|
|
741
753
|
rpcUrl: string;
|
|
742
754
|
}> | undefined;
|
|
743
|
-
accounts?: Record<string, string> | undefined;
|
|
744
|
-
contracts?: Record<string, {
|
|
745
|
-
sourceFile: string;
|
|
746
|
-
hash: string;
|
|
747
|
-
}> | undefined;
|
|
748
|
-
metadata?: {
|
|
749
|
-
name?: string | undefined;
|
|
750
|
-
projectDescription?: string | undefined;
|
|
751
|
-
authors?: string[] | undefined;
|
|
752
|
-
license?: string | undefined;
|
|
753
|
-
homepage?: string | undefined;
|
|
754
|
-
} | undefined;
|
|
755
755
|
projectDir: string;
|
|
756
756
|
environment: Record<string, string | {
|
|
757
757
|
storage?: Record<string, string> | undefined;
|
|
@@ -900,6 +900,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
900
900
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
901
901
|
config: z.ZodObject<z.extendShape<{
|
|
902
902
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
903
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
904
|
+
name: z.ZodOptional<z.ZodString>;
|
|
905
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
906
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
907
|
+
license: z.ZodOptional<z.ZodString>;
|
|
908
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
909
|
+
}, "strip", z.ZodTypeAny, {
|
|
910
|
+
name?: string | undefined;
|
|
911
|
+
projectDescription?: string | undefined;
|
|
912
|
+
authors?: string[] | undefined;
|
|
913
|
+
license?: string | undefined;
|
|
914
|
+
homepage?: string | undefined;
|
|
915
|
+
}, {
|
|
916
|
+
name?: string | undefined;
|
|
917
|
+
projectDescription?: string | undefined;
|
|
918
|
+
authors?: string[] | undefined;
|
|
919
|
+
license?: string | undefined;
|
|
920
|
+
homepage?: string | undefined;
|
|
921
|
+
}>>;
|
|
922
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
923
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
924
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
925
|
+
sourceFile: z.ZodString;
|
|
926
|
+
hash: z.ZodString;
|
|
927
|
+
}, "strip", z.ZodTypeAny, {
|
|
928
|
+
sourceFile: string;
|
|
929
|
+
hash: string;
|
|
930
|
+
}, {
|
|
931
|
+
sourceFile: string;
|
|
932
|
+
hash: string;
|
|
933
|
+
}>>>;
|
|
903
934
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
904
935
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
905
936
|
name: z.ZodString;
|
|
@@ -910,8 +941,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
910
941
|
type: "npm" | "binary" | "deno";
|
|
911
942
|
name: string;
|
|
912
943
|
}>, "many">>;
|
|
913
|
-
|
|
914
|
-
|
|
944
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
945
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
946
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
947
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
948
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
949
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
950
|
+
}, "strip", z.ZodTypeAny, {
|
|
951
|
+
storage?: Record<string, string> | undefined;
|
|
952
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
953
|
+
networks: string[];
|
|
954
|
+
sandboxes: string[];
|
|
955
|
+
}, {
|
|
956
|
+
storage?: Record<string, string> | undefined;
|
|
957
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
958
|
+
networks: string[];
|
|
959
|
+
sandboxes: string[];
|
|
960
|
+
}>, z.ZodString]>>;
|
|
915
961
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
916
962
|
label: z.ZodString;
|
|
917
963
|
rpcUrl: z.ZodString;
|
|
@@ -1034,71 +1080,25 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1034
1080
|
apiPort?: number | undefined;
|
|
1035
1081
|
} | undefined;
|
|
1036
1082
|
annotations?: Record<string, unknown> | undefined;
|
|
1037
|
-
label: string;
|
|
1038
|
-
rpcUrl: string;
|
|
1039
|
-
}, {
|
|
1040
|
-
plugin?: string | undefined;
|
|
1041
|
-
accounts?: Record<string, string | {
|
|
1042
|
-
publicKeyHash: string;
|
|
1043
|
-
encryptedKey: string;
|
|
1044
|
-
secretKey: string;
|
|
1045
|
-
}> | undefined;
|
|
1046
|
-
protocol?: string | undefined;
|
|
1047
|
-
tzkt?: {
|
|
1048
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1049
|
-
postgresqlPort?: number | undefined;
|
|
1050
|
-
apiPort?: number | undefined;
|
|
1051
|
-
} | undefined;
|
|
1052
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1053
|
-
label: string;
|
|
1054
|
-
rpcUrl: string;
|
|
1055
|
-
}>>>;
|
|
1056
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1057
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
1058
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1059
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1060
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1061
|
-
}, "strip", z.ZodTypeAny, {
|
|
1062
|
-
storage?: Record<string, string> | undefined;
|
|
1063
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1064
|
-
networks: string[];
|
|
1065
|
-
sandboxes: string[];
|
|
1066
|
-
}, {
|
|
1067
|
-
storage?: Record<string, string> | undefined;
|
|
1068
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1069
|
-
networks: string[];
|
|
1070
|
-
sandboxes: string[];
|
|
1071
|
-
}>, z.ZodString]>>;
|
|
1072
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1073
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1074
|
-
sourceFile: z.ZodString;
|
|
1075
|
-
hash: z.ZodString;
|
|
1076
|
-
}, "strip", z.ZodTypeAny, {
|
|
1077
|
-
sourceFile: string;
|
|
1078
|
-
hash: string;
|
|
1079
|
-
}, {
|
|
1080
|
-
sourceFile: string;
|
|
1081
|
-
hash: string;
|
|
1082
|
-
}>>>;
|
|
1083
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
1084
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1085
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1086
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1087
|
-
license: z.ZodOptional<z.ZodString>;
|
|
1088
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
1089
|
-
}, "strip", z.ZodTypeAny, {
|
|
1090
|
-
name?: string | undefined;
|
|
1091
|
-
projectDescription?: string | undefined;
|
|
1092
|
-
authors?: string[] | undefined;
|
|
1093
|
-
license?: string | undefined;
|
|
1094
|
-
homepage?: string | undefined;
|
|
1083
|
+
label: string;
|
|
1084
|
+
rpcUrl: string;
|
|
1095
1085
|
}, {
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1086
|
+
plugin?: string | undefined;
|
|
1087
|
+
accounts?: Record<string, string | {
|
|
1088
|
+
publicKeyHash: string;
|
|
1089
|
+
encryptedKey: string;
|
|
1090
|
+
secretKey: string;
|
|
1091
|
+
}> | undefined;
|
|
1092
|
+
protocol?: string | undefined;
|
|
1093
|
+
tzkt?: {
|
|
1094
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1095
|
+
postgresqlPort?: number | undefined;
|
|
1096
|
+
apiPort?: number | undefined;
|
|
1097
|
+
} | undefined;
|
|
1098
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1099
|
+
label: string;
|
|
1100
|
+
rpcUrl: string;
|
|
1101
|
+
}>>>;
|
|
1102
1102
|
}, {
|
|
1103
1103
|
projectDir: z.ZodString;
|
|
1104
1104
|
configFile: z.ZodString;
|
|
@@ -1122,12 +1122,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1122
1122
|
rpcUrl: string;
|
|
1123
1123
|
}> | undefined;
|
|
1124
1124
|
language?: "en" | "fr" | undefined;
|
|
1125
|
+
metadata?: {
|
|
1126
|
+
name?: string | undefined;
|
|
1127
|
+
projectDescription?: string | undefined;
|
|
1128
|
+
authors?: string[] | undefined;
|
|
1129
|
+
license?: string | undefined;
|
|
1130
|
+
homepage?: string | undefined;
|
|
1131
|
+
} | undefined;
|
|
1132
|
+
artifactsDir?: string | undefined;
|
|
1133
|
+
contractsDir?: string | undefined;
|
|
1134
|
+
contracts?: Record<string, {
|
|
1135
|
+
sourceFile: string;
|
|
1136
|
+
hash: string;
|
|
1137
|
+
}> | undefined;
|
|
1125
1138
|
plugins?: {
|
|
1126
1139
|
type: "npm" | "binary" | "deno";
|
|
1127
1140
|
name: string;
|
|
1128
1141
|
}[] | undefined;
|
|
1129
|
-
|
|
1130
|
-
artifactsDir?: string | undefined;
|
|
1142
|
+
accounts?: Record<string, string> | undefined;
|
|
1131
1143
|
network?: Record<string, {
|
|
1132
1144
|
accounts?: Record<string, {
|
|
1133
1145
|
mnemonic?: string | undefined;
|
|
@@ -1146,18 +1158,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1146
1158
|
label: string;
|
|
1147
1159
|
rpcUrl: string;
|
|
1148
1160
|
}> | undefined;
|
|
1149
|
-
accounts?: Record<string, string> | undefined;
|
|
1150
|
-
contracts?: Record<string, {
|
|
1151
|
-
sourceFile: string;
|
|
1152
|
-
hash: string;
|
|
1153
|
-
}> | undefined;
|
|
1154
|
-
metadata?: {
|
|
1155
|
-
name?: string | undefined;
|
|
1156
|
-
projectDescription?: string | undefined;
|
|
1157
|
-
authors?: string[] | undefined;
|
|
1158
|
-
license?: string | undefined;
|
|
1159
|
-
homepage?: string | undefined;
|
|
1160
|
-
} | undefined;
|
|
1161
1161
|
projectDir: string;
|
|
1162
1162
|
environment: Record<string, string | {
|
|
1163
1163
|
storage?: Record<string, string> | undefined;
|
|
@@ -1186,12 +1186,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1186
1186
|
rpcUrl: string;
|
|
1187
1187
|
}> | undefined;
|
|
1188
1188
|
language?: "en" | "fr" | undefined;
|
|
1189
|
+
metadata?: {
|
|
1190
|
+
name?: string | undefined;
|
|
1191
|
+
projectDescription?: string | undefined;
|
|
1192
|
+
authors?: string[] | undefined;
|
|
1193
|
+
license?: string | undefined;
|
|
1194
|
+
homepage?: string | undefined;
|
|
1195
|
+
} | undefined;
|
|
1196
|
+
artifactsDir?: string | undefined;
|
|
1197
|
+
contractsDir?: string | undefined;
|
|
1198
|
+
contracts?: Record<string, {
|
|
1199
|
+
sourceFile: string;
|
|
1200
|
+
hash: string;
|
|
1201
|
+
}> | undefined;
|
|
1189
1202
|
plugins?: {
|
|
1190
1203
|
type: "npm" | "binary" | "deno";
|
|
1191
1204
|
name: string;
|
|
1192
1205
|
}[] | undefined;
|
|
1193
|
-
|
|
1194
|
-
artifactsDir?: string | undefined;
|
|
1206
|
+
accounts?: Record<string, string> | undefined;
|
|
1195
1207
|
network?: Record<string, {
|
|
1196
1208
|
accounts?: Record<string, {
|
|
1197
1209
|
mnemonic?: string | undefined;
|
|
@@ -1210,18 +1222,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1210
1222
|
label: string;
|
|
1211
1223
|
rpcUrl: string;
|
|
1212
1224
|
}> | undefined;
|
|
1213
|
-
accounts?: Record<string, string> | undefined;
|
|
1214
|
-
contracts?: Record<string, {
|
|
1215
|
-
sourceFile: string;
|
|
1216
|
-
hash: string;
|
|
1217
|
-
}> | undefined;
|
|
1218
|
-
metadata?: {
|
|
1219
|
-
name?: string | undefined;
|
|
1220
|
-
projectDescription?: string | undefined;
|
|
1221
|
-
authors?: string[] | undefined;
|
|
1222
|
-
license?: string | undefined;
|
|
1223
|
-
homepage?: string | undefined;
|
|
1224
|
-
} | undefined;
|
|
1225
1225
|
projectDir: string;
|
|
1226
1226
|
environment: Record<string, string | {
|
|
1227
1227
|
storage?: Record<string, string> | undefined;
|
|
@@ -1268,12 +1268,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1268
1268
|
rpcUrl: string;
|
|
1269
1269
|
}> | undefined;
|
|
1270
1270
|
language?: "en" | "fr" | undefined;
|
|
1271
|
+
metadata?: {
|
|
1272
|
+
name?: string | undefined;
|
|
1273
|
+
projectDescription?: string | undefined;
|
|
1274
|
+
authors?: string[] | undefined;
|
|
1275
|
+
license?: string | undefined;
|
|
1276
|
+
homepage?: string | undefined;
|
|
1277
|
+
} | undefined;
|
|
1278
|
+
artifactsDir?: string | undefined;
|
|
1279
|
+
contractsDir?: string | undefined;
|
|
1280
|
+
contracts?: Record<string, {
|
|
1281
|
+
sourceFile: string;
|
|
1282
|
+
hash: string;
|
|
1283
|
+
}> | undefined;
|
|
1271
1284
|
plugins?: {
|
|
1272
1285
|
type: "npm" | "binary" | "deno";
|
|
1273
1286
|
name: string;
|
|
1274
1287
|
}[] | undefined;
|
|
1275
|
-
|
|
1276
|
-
artifactsDir?: string | undefined;
|
|
1288
|
+
accounts?: Record<string, string> | undefined;
|
|
1277
1289
|
network?: Record<string, {
|
|
1278
1290
|
accounts?: Record<string, {
|
|
1279
1291
|
mnemonic?: string | undefined;
|
|
@@ -1292,18 +1304,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1292
1304
|
label: string;
|
|
1293
1305
|
rpcUrl: string;
|
|
1294
1306
|
}> | undefined;
|
|
1295
|
-
accounts?: Record<string, string> | undefined;
|
|
1296
|
-
contracts?: Record<string, {
|
|
1297
|
-
sourceFile: string;
|
|
1298
|
-
hash: string;
|
|
1299
|
-
}> | undefined;
|
|
1300
|
-
metadata?: {
|
|
1301
|
-
name?: string | undefined;
|
|
1302
|
-
projectDescription?: string | undefined;
|
|
1303
|
-
authors?: string[] | undefined;
|
|
1304
|
-
license?: string | undefined;
|
|
1305
|
-
homepage?: string | undefined;
|
|
1306
|
-
} | undefined;
|
|
1307
1307
|
projectDir: string;
|
|
1308
1308
|
environment: Record<string, string | {
|
|
1309
1309
|
storage?: Record<string, string> | undefined;
|
|
@@ -1350,12 +1350,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1350
1350
|
rpcUrl: string;
|
|
1351
1351
|
}> | undefined;
|
|
1352
1352
|
language?: "en" | "fr" | undefined;
|
|
1353
|
+
metadata?: {
|
|
1354
|
+
name?: string | undefined;
|
|
1355
|
+
projectDescription?: string | undefined;
|
|
1356
|
+
authors?: string[] | undefined;
|
|
1357
|
+
license?: string | undefined;
|
|
1358
|
+
homepage?: string | undefined;
|
|
1359
|
+
} | undefined;
|
|
1360
|
+
artifactsDir?: string | undefined;
|
|
1361
|
+
contractsDir?: string | undefined;
|
|
1362
|
+
contracts?: Record<string, {
|
|
1363
|
+
sourceFile: string;
|
|
1364
|
+
hash: string;
|
|
1365
|
+
}> | undefined;
|
|
1353
1366
|
plugins?: {
|
|
1354
1367
|
type: "npm" | "binary" | "deno";
|
|
1355
1368
|
name: string;
|
|
1356
1369
|
}[] | undefined;
|
|
1357
|
-
|
|
1358
|
-
artifactsDir?: string | undefined;
|
|
1370
|
+
accounts?: Record<string, string> | undefined;
|
|
1359
1371
|
network?: Record<string, {
|
|
1360
1372
|
accounts?: Record<string, {
|
|
1361
1373
|
mnemonic?: string | undefined;
|
|
@@ -1374,18 +1386,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1374
1386
|
label: string;
|
|
1375
1387
|
rpcUrl: string;
|
|
1376
1388
|
}> | undefined;
|
|
1377
|
-
accounts?: Record<string, string> | undefined;
|
|
1378
|
-
contracts?: Record<string, {
|
|
1379
|
-
sourceFile: string;
|
|
1380
|
-
hash: string;
|
|
1381
|
-
}> | undefined;
|
|
1382
|
-
metadata?: {
|
|
1383
|
-
name?: string | undefined;
|
|
1384
|
-
projectDescription?: string | undefined;
|
|
1385
|
-
authors?: string[] | undefined;
|
|
1386
|
-
license?: string | undefined;
|
|
1387
|
-
homepage?: string | undefined;
|
|
1388
|
-
} | undefined;
|
|
1389
1389
|
projectDir: string;
|
|
1390
1390
|
environment: Record<string, string | {
|
|
1391
1391
|
storage?: Record<string, string> | undefined;
|
|
@@ -1768,6 +1768,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1768
1768
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
1769
1769
|
config: z.ZodObject<z.extendShape<{
|
|
1770
1770
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
1771
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1772
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1773
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1774
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1775
|
+
license: z.ZodOptional<z.ZodString>;
|
|
1776
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
1777
|
+
}, "strip", z.ZodTypeAny, {
|
|
1778
|
+
name?: string | undefined;
|
|
1779
|
+
projectDescription?: string | undefined;
|
|
1780
|
+
authors?: string[] | undefined;
|
|
1781
|
+
license?: string | undefined;
|
|
1782
|
+
homepage?: string | undefined;
|
|
1783
|
+
}, {
|
|
1784
|
+
name?: string | undefined;
|
|
1785
|
+
projectDescription?: string | undefined;
|
|
1786
|
+
authors?: string[] | undefined;
|
|
1787
|
+
license?: string | undefined;
|
|
1788
|
+
homepage?: string | undefined;
|
|
1789
|
+
}>>;
|
|
1790
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
1791
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
1792
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1793
|
+
sourceFile: z.ZodString;
|
|
1794
|
+
hash: z.ZodString;
|
|
1795
|
+
}, "strip", z.ZodTypeAny, {
|
|
1796
|
+
sourceFile: string;
|
|
1797
|
+
hash: string;
|
|
1798
|
+
}, {
|
|
1799
|
+
sourceFile: string;
|
|
1800
|
+
hash: string;
|
|
1801
|
+
}>>>;
|
|
1771
1802
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1772
1803
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
1773
1804
|
name: z.ZodString;
|
|
@@ -1778,8 +1809,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1778
1809
|
type: "npm" | "binary" | "deno";
|
|
1779
1810
|
name: string;
|
|
1780
1811
|
}>, "many">>;
|
|
1781
|
-
|
|
1782
|
-
|
|
1812
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1813
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1814
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
1815
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1816
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1817
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1818
|
+
}, "strip", z.ZodTypeAny, {
|
|
1819
|
+
storage?: Record<string, string> | undefined;
|
|
1820
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1821
|
+
networks: string[];
|
|
1822
|
+
sandboxes: string[];
|
|
1823
|
+
}, {
|
|
1824
|
+
storage?: Record<string, string> | undefined;
|
|
1825
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1826
|
+
networks: string[];
|
|
1827
|
+
sandboxes: string[];
|
|
1828
|
+
}>, z.ZodString]>>;
|
|
1783
1829
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1784
1830
|
label: z.ZodString;
|
|
1785
1831
|
rpcUrl: z.ZodString;
|
|
@@ -1921,52 +1967,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1921
1967
|
label: string;
|
|
1922
1968
|
rpcUrl: string;
|
|
1923
1969
|
}>>>;
|
|
1924
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1925
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
1926
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1927
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1928
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1929
|
-
}, "strip", z.ZodTypeAny, {
|
|
1930
|
-
storage?: Record<string, string> | undefined;
|
|
1931
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1932
|
-
networks: string[];
|
|
1933
|
-
sandboxes: string[];
|
|
1934
|
-
}, {
|
|
1935
|
-
storage?: Record<string, string> | undefined;
|
|
1936
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1937
|
-
networks: string[];
|
|
1938
|
-
sandboxes: string[];
|
|
1939
|
-
}>, z.ZodString]>>;
|
|
1940
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1941
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1942
|
-
sourceFile: z.ZodString;
|
|
1943
|
-
hash: z.ZodString;
|
|
1944
|
-
}, "strip", z.ZodTypeAny, {
|
|
1945
|
-
sourceFile: string;
|
|
1946
|
-
hash: string;
|
|
1947
|
-
}, {
|
|
1948
|
-
sourceFile: string;
|
|
1949
|
-
hash: string;
|
|
1950
|
-
}>>>;
|
|
1951
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
1952
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1953
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1954
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1955
|
-
license: z.ZodOptional<z.ZodString>;
|
|
1956
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
1957
|
-
}, "strip", z.ZodTypeAny, {
|
|
1958
|
-
name?: string | undefined;
|
|
1959
|
-
projectDescription?: string | undefined;
|
|
1960
|
-
authors?: string[] | undefined;
|
|
1961
|
-
license?: string | undefined;
|
|
1962
|
-
homepage?: string | undefined;
|
|
1963
|
-
}, {
|
|
1964
|
-
name?: string | undefined;
|
|
1965
|
-
projectDescription?: string | undefined;
|
|
1966
|
-
authors?: string[] | undefined;
|
|
1967
|
-
license?: string | undefined;
|
|
1968
|
-
homepage?: string | undefined;
|
|
1969
|
-
}>>;
|
|
1970
1970
|
}, {
|
|
1971
1971
|
projectDir: z.ZodString;
|
|
1972
1972
|
configFile: z.ZodString;
|
|
@@ -1990,12 +1990,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1990
1990
|
rpcUrl: string;
|
|
1991
1991
|
}> | undefined;
|
|
1992
1992
|
language?: "en" | "fr" | undefined;
|
|
1993
|
+
metadata?: {
|
|
1994
|
+
name?: string | undefined;
|
|
1995
|
+
projectDescription?: string | undefined;
|
|
1996
|
+
authors?: string[] | undefined;
|
|
1997
|
+
license?: string | undefined;
|
|
1998
|
+
homepage?: string | undefined;
|
|
1999
|
+
} | undefined;
|
|
2000
|
+
artifactsDir?: string | undefined;
|
|
2001
|
+
contractsDir?: string | undefined;
|
|
2002
|
+
contracts?: Record<string, {
|
|
2003
|
+
sourceFile: string;
|
|
2004
|
+
hash: string;
|
|
2005
|
+
}> | undefined;
|
|
1993
2006
|
plugins?: {
|
|
1994
2007
|
type: "npm" | "binary" | "deno";
|
|
1995
2008
|
name: string;
|
|
1996
2009
|
}[] | undefined;
|
|
1997
|
-
|
|
1998
|
-
artifactsDir?: string | undefined;
|
|
2010
|
+
accounts?: Record<string, string> | undefined;
|
|
1999
2011
|
network?: Record<string, {
|
|
2000
2012
|
accounts?: Record<string, {
|
|
2001
2013
|
mnemonic?: string | undefined;
|
|
@@ -2010,22 +2022,10 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2010
2022
|
password: string;
|
|
2011
2023
|
amount: string;
|
|
2012
2024
|
activation_code: string;
|
|
2013
|
-
} | undefined;
|
|
2014
|
-
label: string;
|
|
2015
|
-
rpcUrl: string;
|
|
2016
|
-
}> | undefined;
|
|
2017
|
-
accounts?: Record<string, string> | undefined;
|
|
2018
|
-
contracts?: Record<string, {
|
|
2019
|
-
sourceFile: string;
|
|
2020
|
-
hash: string;
|
|
2025
|
+
} | undefined;
|
|
2026
|
+
label: string;
|
|
2027
|
+
rpcUrl: string;
|
|
2021
2028
|
}> | undefined;
|
|
2022
|
-
metadata?: {
|
|
2023
|
-
name?: string | undefined;
|
|
2024
|
-
projectDescription?: string | undefined;
|
|
2025
|
-
authors?: string[] | undefined;
|
|
2026
|
-
license?: string | undefined;
|
|
2027
|
-
homepage?: string | undefined;
|
|
2028
|
-
} | undefined;
|
|
2029
2029
|
projectDir: string;
|
|
2030
2030
|
environment: Record<string, string | {
|
|
2031
2031
|
storage?: Record<string, string> | undefined;
|
|
@@ -2054,12 +2054,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2054
2054
|
rpcUrl: string;
|
|
2055
2055
|
}> | undefined;
|
|
2056
2056
|
language?: "en" | "fr" | undefined;
|
|
2057
|
+
metadata?: {
|
|
2058
|
+
name?: string | undefined;
|
|
2059
|
+
projectDescription?: string | undefined;
|
|
2060
|
+
authors?: string[] | undefined;
|
|
2061
|
+
license?: string | undefined;
|
|
2062
|
+
homepage?: string | undefined;
|
|
2063
|
+
} | undefined;
|
|
2064
|
+
artifactsDir?: string | undefined;
|
|
2065
|
+
contractsDir?: string | undefined;
|
|
2066
|
+
contracts?: Record<string, {
|
|
2067
|
+
sourceFile: string;
|
|
2068
|
+
hash: string;
|
|
2069
|
+
}> | undefined;
|
|
2057
2070
|
plugins?: {
|
|
2058
2071
|
type: "npm" | "binary" | "deno";
|
|
2059
2072
|
name: string;
|
|
2060
2073
|
}[] | undefined;
|
|
2061
|
-
|
|
2062
|
-
artifactsDir?: string | undefined;
|
|
2074
|
+
accounts?: Record<string, string> | undefined;
|
|
2063
2075
|
network?: Record<string, {
|
|
2064
2076
|
accounts?: Record<string, {
|
|
2065
2077
|
mnemonic?: string | undefined;
|
|
@@ -2078,18 +2090,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2078
2090
|
label: string;
|
|
2079
2091
|
rpcUrl: string;
|
|
2080
2092
|
}> | undefined;
|
|
2081
|
-
accounts?: Record<string, string> | undefined;
|
|
2082
|
-
contracts?: Record<string, {
|
|
2083
|
-
sourceFile: string;
|
|
2084
|
-
hash: string;
|
|
2085
|
-
}> | undefined;
|
|
2086
|
-
metadata?: {
|
|
2087
|
-
name?: string | undefined;
|
|
2088
|
-
projectDescription?: string | undefined;
|
|
2089
|
-
authors?: string[] | undefined;
|
|
2090
|
-
license?: string | undefined;
|
|
2091
|
-
homepage?: string | undefined;
|
|
2092
|
-
} | undefined;
|
|
2093
2093
|
projectDir: string;
|
|
2094
2094
|
environment: Record<string, string | {
|
|
2095
2095
|
storage?: Record<string, string> | undefined;
|
|
@@ -2136,12 +2136,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2136
2136
|
rpcUrl: string;
|
|
2137
2137
|
}> | undefined;
|
|
2138
2138
|
language?: "en" | "fr" | undefined;
|
|
2139
|
+
metadata?: {
|
|
2140
|
+
name?: string | undefined;
|
|
2141
|
+
projectDescription?: string | undefined;
|
|
2142
|
+
authors?: string[] | undefined;
|
|
2143
|
+
license?: string | undefined;
|
|
2144
|
+
homepage?: string | undefined;
|
|
2145
|
+
} | undefined;
|
|
2146
|
+
artifactsDir?: string | undefined;
|
|
2147
|
+
contractsDir?: string | undefined;
|
|
2148
|
+
contracts?: Record<string, {
|
|
2149
|
+
sourceFile: string;
|
|
2150
|
+
hash: string;
|
|
2151
|
+
}> | undefined;
|
|
2139
2152
|
plugins?: {
|
|
2140
2153
|
type: "npm" | "binary" | "deno";
|
|
2141
2154
|
name: string;
|
|
2142
2155
|
}[] | undefined;
|
|
2143
|
-
|
|
2144
|
-
artifactsDir?: string | undefined;
|
|
2156
|
+
accounts?: Record<string, string> | undefined;
|
|
2145
2157
|
network?: Record<string, {
|
|
2146
2158
|
accounts?: Record<string, {
|
|
2147
2159
|
mnemonic?: string | undefined;
|
|
@@ -2160,18 +2172,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2160
2172
|
label: string;
|
|
2161
2173
|
rpcUrl: string;
|
|
2162
2174
|
}> | undefined;
|
|
2163
|
-
accounts?: Record<string, string> | undefined;
|
|
2164
|
-
contracts?: Record<string, {
|
|
2165
|
-
sourceFile: string;
|
|
2166
|
-
hash: string;
|
|
2167
|
-
}> | undefined;
|
|
2168
|
-
metadata?: {
|
|
2169
|
-
name?: string | undefined;
|
|
2170
|
-
projectDescription?: string | undefined;
|
|
2171
|
-
authors?: string[] | undefined;
|
|
2172
|
-
license?: string | undefined;
|
|
2173
|
-
homepage?: string | undefined;
|
|
2174
|
-
} | undefined;
|
|
2175
2175
|
projectDir: string;
|
|
2176
2176
|
environment: Record<string, string | {
|
|
2177
2177
|
storage?: Record<string, string> | undefined;
|
|
@@ -2218,12 +2218,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2218
2218
|
rpcUrl: string;
|
|
2219
2219
|
}> | undefined;
|
|
2220
2220
|
language?: "en" | "fr" | undefined;
|
|
2221
|
+
metadata?: {
|
|
2222
|
+
name?: string | undefined;
|
|
2223
|
+
projectDescription?: string | undefined;
|
|
2224
|
+
authors?: string[] | undefined;
|
|
2225
|
+
license?: string | undefined;
|
|
2226
|
+
homepage?: string | undefined;
|
|
2227
|
+
} | undefined;
|
|
2228
|
+
artifactsDir?: string | undefined;
|
|
2229
|
+
contractsDir?: string | undefined;
|
|
2230
|
+
contracts?: Record<string, {
|
|
2231
|
+
sourceFile: string;
|
|
2232
|
+
hash: string;
|
|
2233
|
+
}> | undefined;
|
|
2221
2234
|
plugins?: {
|
|
2222
2235
|
type: "npm" | "binary" | "deno";
|
|
2223
2236
|
name: string;
|
|
2224
2237
|
}[] | undefined;
|
|
2225
|
-
|
|
2226
|
-
artifactsDir?: string | undefined;
|
|
2238
|
+
accounts?: Record<string, string> | undefined;
|
|
2227
2239
|
network?: Record<string, {
|
|
2228
2240
|
accounts?: Record<string, {
|
|
2229
2241
|
mnemonic?: string | undefined;
|
|
@@ -2242,18 +2254,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2242
2254
|
label: string;
|
|
2243
2255
|
rpcUrl: string;
|
|
2244
2256
|
}> | undefined;
|
|
2245
|
-
accounts?: Record<string, string> | undefined;
|
|
2246
|
-
contracts?: Record<string, {
|
|
2247
|
-
sourceFile: string;
|
|
2248
|
-
hash: string;
|
|
2249
|
-
}> | undefined;
|
|
2250
|
-
metadata?: {
|
|
2251
|
-
name?: string | undefined;
|
|
2252
|
-
projectDescription?: string | undefined;
|
|
2253
|
-
authors?: string[] | undefined;
|
|
2254
|
-
license?: string | undefined;
|
|
2255
|
-
homepage?: string | undefined;
|
|
2256
|
-
} | undefined;
|
|
2257
2257
|
projectDir: string;
|
|
2258
2258
|
environment: Record<string, string | {
|
|
2259
2259
|
storage?: Record<string, string> | undefined;
|
|
@@ -2402,6 +2402,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2402
2402
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
2403
2403
|
config: z.ZodObject<z.extendShape<{
|
|
2404
2404
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
2405
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
2406
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2407
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
2408
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2409
|
+
license: z.ZodOptional<z.ZodString>;
|
|
2410
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
2411
|
+
}, "strip", z.ZodTypeAny, {
|
|
2412
|
+
name?: string | undefined;
|
|
2413
|
+
projectDescription?: string | undefined;
|
|
2414
|
+
authors?: string[] | undefined;
|
|
2415
|
+
license?: string | undefined;
|
|
2416
|
+
homepage?: string | undefined;
|
|
2417
|
+
}, {
|
|
2418
|
+
name?: string | undefined;
|
|
2419
|
+
projectDescription?: string | undefined;
|
|
2420
|
+
authors?: string[] | undefined;
|
|
2421
|
+
license?: string | undefined;
|
|
2422
|
+
homepage?: string | undefined;
|
|
2423
|
+
}>>;
|
|
2424
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
2425
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
2426
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2427
|
+
sourceFile: z.ZodString;
|
|
2428
|
+
hash: z.ZodString;
|
|
2429
|
+
}, "strip", z.ZodTypeAny, {
|
|
2430
|
+
sourceFile: string;
|
|
2431
|
+
hash: string;
|
|
2432
|
+
}, {
|
|
2433
|
+
sourceFile: string;
|
|
2434
|
+
hash: string;
|
|
2435
|
+
}>>>;
|
|
2405
2436
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2406
2437
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
2407
2438
|
name: z.ZodString;
|
|
@@ -2412,8 +2443,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2412
2443
|
type: "npm" | "binary" | "deno";
|
|
2413
2444
|
name: string;
|
|
2414
2445
|
}>, "many">>;
|
|
2415
|
-
|
|
2416
|
-
|
|
2446
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2447
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
2448
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
2449
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
2450
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2451
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2452
|
+
}, "strip", z.ZodTypeAny, {
|
|
2453
|
+
storage?: Record<string, string> | undefined;
|
|
2454
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2455
|
+
networks: string[];
|
|
2456
|
+
sandboxes: string[];
|
|
2457
|
+
}, {
|
|
2458
|
+
storage?: Record<string, string> | undefined;
|
|
2459
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2460
|
+
networks: string[];
|
|
2461
|
+
sandboxes: string[];
|
|
2462
|
+
}>, z.ZodString]>>;
|
|
2417
2463
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2418
2464
|
label: z.ZodString;
|
|
2419
2465
|
rpcUrl: z.ZodString;
|
|
@@ -2555,52 +2601,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2555
2601
|
label: string;
|
|
2556
2602
|
rpcUrl: string;
|
|
2557
2603
|
}>>>;
|
|
2558
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
2559
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
2560
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
2561
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2562
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2563
|
-
}, "strip", z.ZodTypeAny, {
|
|
2564
|
-
storage?: Record<string, string> | undefined;
|
|
2565
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2566
|
-
networks: string[];
|
|
2567
|
-
sandboxes: string[];
|
|
2568
|
-
}, {
|
|
2569
|
-
storage?: Record<string, string> | undefined;
|
|
2570
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2571
|
-
networks: string[];
|
|
2572
|
-
sandboxes: string[];
|
|
2573
|
-
}>, z.ZodString]>>;
|
|
2574
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2575
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2576
|
-
sourceFile: z.ZodString;
|
|
2577
|
-
hash: z.ZodString;
|
|
2578
|
-
}, "strip", z.ZodTypeAny, {
|
|
2579
|
-
sourceFile: string;
|
|
2580
|
-
hash: string;
|
|
2581
|
-
}, {
|
|
2582
|
-
sourceFile: string;
|
|
2583
|
-
hash: string;
|
|
2584
|
-
}>>>;
|
|
2585
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
2586
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2587
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
2588
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2589
|
-
license: z.ZodOptional<z.ZodString>;
|
|
2590
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
2591
|
-
}, "strip", z.ZodTypeAny, {
|
|
2592
|
-
name?: string | undefined;
|
|
2593
|
-
projectDescription?: string | undefined;
|
|
2594
|
-
authors?: string[] | undefined;
|
|
2595
|
-
license?: string | undefined;
|
|
2596
|
-
homepage?: string | undefined;
|
|
2597
|
-
}, {
|
|
2598
|
-
name?: string | undefined;
|
|
2599
|
-
projectDescription?: string | undefined;
|
|
2600
|
-
authors?: string[] | undefined;
|
|
2601
|
-
license?: string | undefined;
|
|
2602
|
-
homepage?: string | undefined;
|
|
2603
|
-
}>>;
|
|
2604
2604
|
}, {
|
|
2605
2605
|
projectDir: z.ZodString;
|
|
2606
2606
|
configFile: z.ZodString;
|
|
@@ -2624,12 +2624,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2624
2624
|
rpcUrl: string;
|
|
2625
2625
|
}> | undefined;
|
|
2626
2626
|
language?: "en" | "fr" | undefined;
|
|
2627
|
+
metadata?: {
|
|
2628
|
+
name?: string | undefined;
|
|
2629
|
+
projectDescription?: string | undefined;
|
|
2630
|
+
authors?: string[] | undefined;
|
|
2631
|
+
license?: string | undefined;
|
|
2632
|
+
homepage?: string | undefined;
|
|
2633
|
+
} | undefined;
|
|
2634
|
+
artifactsDir?: string | undefined;
|
|
2635
|
+
contractsDir?: string | undefined;
|
|
2636
|
+
contracts?: Record<string, {
|
|
2637
|
+
sourceFile: string;
|
|
2638
|
+
hash: string;
|
|
2639
|
+
}> | undefined;
|
|
2627
2640
|
plugins?: {
|
|
2628
2641
|
type: "npm" | "binary" | "deno";
|
|
2629
2642
|
name: string;
|
|
2630
2643
|
}[] | undefined;
|
|
2631
|
-
|
|
2632
|
-
artifactsDir?: string | undefined;
|
|
2644
|
+
accounts?: Record<string, string> | undefined;
|
|
2633
2645
|
network?: Record<string, {
|
|
2634
2646
|
accounts?: Record<string, {
|
|
2635
2647
|
mnemonic?: string | undefined;
|
|
@@ -2648,18 +2660,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2648
2660
|
label: string;
|
|
2649
2661
|
rpcUrl: string;
|
|
2650
2662
|
}> | undefined;
|
|
2651
|
-
accounts?: Record<string, string> | undefined;
|
|
2652
|
-
contracts?: Record<string, {
|
|
2653
|
-
sourceFile: string;
|
|
2654
|
-
hash: string;
|
|
2655
|
-
}> | undefined;
|
|
2656
|
-
metadata?: {
|
|
2657
|
-
name?: string | undefined;
|
|
2658
|
-
projectDescription?: string | undefined;
|
|
2659
|
-
authors?: string[] | undefined;
|
|
2660
|
-
license?: string | undefined;
|
|
2661
|
-
homepage?: string | undefined;
|
|
2662
|
-
} | undefined;
|
|
2663
2663
|
projectDir: string;
|
|
2664
2664
|
environment: Record<string, string | {
|
|
2665
2665
|
storage?: Record<string, string> | undefined;
|
|
@@ -2688,12 +2688,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2688
2688
|
rpcUrl: string;
|
|
2689
2689
|
}> | undefined;
|
|
2690
2690
|
language?: "en" | "fr" | undefined;
|
|
2691
|
+
metadata?: {
|
|
2692
|
+
name?: string | undefined;
|
|
2693
|
+
projectDescription?: string | undefined;
|
|
2694
|
+
authors?: string[] | undefined;
|
|
2695
|
+
license?: string | undefined;
|
|
2696
|
+
homepage?: string | undefined;
|
|
2697
|
+
} | undefined;
|
|
2698
|
+
artifactsDir?: string | undefined;
|
|
2699
|
+
contractsDir?: string | undefined;
|
|
2700
|
+
contracts?: Record<string, {
|
|
2701
|
+
sourceFile: string;
|
|
2702
|
+
hash: string;
|
|
2703
|
+
}> | undefined;
|
|
2691
2704
|
plugins?: {
|
|
2692
2705
|
type: "npm" | "binary" | "deno";
|
|
2693
2706
|
name: string;
|
|
2694
2707
|
}[] | undefined;
|
|
2695
|
-
|
|
2696
|
-
artifactsDir?: string | undefined;
|
|
2708
|
+
accounts?: Record<string, string> | undefined;
|
|
2697
2709
|
network?: Record<string, {
|
|
2698
2710
|
accounts?: Record<string, {
|
|
2699
2711
|
mnemonic?: string | undefined;
|
|
@@ -2712,18 +2724,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2712
2724
|
label: string;
|
|
2713
2725
|
rpcUrl: string;
|
|
2714
2726
|
}> | undefined;
|
|
2715
|
-
accounts?: Record<string, string> | undefined;
|
|
2716
|
-
contracts?: Record<string, {
|
|
2717
|
-
sourceFile: string;
|
|
2718
|
-
hash: string;
|
|
2719
|
-
}> | undefined;
|
|
2720
|
-
metadata?: {
|
|
2721
|
-
name?: string | undefined;
|
|
2722
|
-
projectDescription?: string | undefined;
|
|
2723
|
-
authors?: string[] | undefined;
|
|
2724
|
-
license?: string | undefined;
|
|
2725
|
-
homepage?: string | undefined;
|
|
2726
|
-
} | undefined;
|
|
2727
2727
|
projectDir: string;
|
|
2728
2728
|
environment: Record<string, string | {
|
|
2729
2729
|
storage?: Record<string, string> | undefined;
|
|
@@ -2769,13 +2769,25 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2769
2769
|
label: string;
|
|
2770
2770
|
rpcUrl: string;
|
|
2771
2771
|
}> | undefined;
|
|
2772
|
-
language?: "en" | "fr" | undefined;
|
|
2772
|
+
language?: "en" | "fr" | undefined;
|
|
2773
|
+
metadata?: {
|
|
2774
|
+
name?: string | undefined;
|
|
2775
|
+
projectDescription?: string | undefined;
|
|
2776
|
+
authors?: string[] | undefined;
|
|
2777
|
+
license?: string | undefined;
|
|
2778
|
+
homepage?: string | undefined;
|
|
2779
|
+
} | undefined;
|
|
2780
|
+
artifactsDir?: string | undefined;
|
|
2781
|
+
contractsDir?: string | undefined;
|
|
2782
|
+
contracts?: Record<string, {
|
|
2783
|
+
sourceFile: string;
|
|
2784
|
+
hash: string;
|
|
2785
|
+
}> | undefined;
|
|
2773
2786
|
plugins?: {
|
|
2774
2787
|
type: "npm" | "binary" | "deno";
|
|
2775
2788
|
name: string;
|
|
2776
2789
|
}[] | undefined;
|
|
2777
|
-
|
|
2778
|
-
artifactsDir?: string | undefined;
|
|
2790
|
+
accounts?: Record<string, string> | undefined;
|
|
2779
2791
|
network?: Record<string, {
|
|
2780
2792
|
accounts?: Record<string, {
|
|
2781
2793
|
mnemonic?: string | undefined;
|
|
@@ -2794,18 +2806,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2794
2806
|
label: string;
|
|
2795
2807
|
rpcUrl: string;
|
|
2796
2808
|
}> | undefined;
|
|
2797
|
-
accounts?: Record<string, string> | undefined;
|
|
2798
|
-
contracts?: Record<string, {
|
|
2799
|
-
sourceFile: string;
|
|
2800
|
-
hash: string;
|
|
2801
|
-
}> | undefined;
|
|
2802
|
-
metadata?: {
|
|
2803
|
-
name?: string | undefined;
|
|
2804
|
-
projectDescription?: string | undefined;
|
|
2805
|
-
authors?: string[] | undefined;
|
|
2806
|
-
license?: string | undefined;
|
|
2807
|
-
homepage?: string | undefined;
|
|
2808
|
-
} | undefined;
|
|
2809
2809
|
projectDir: string;
|
|
2810
2810
|
environment: Record<string, string | {
|
|
2811
2811
|
storage?: Record<string, string> | undefined;
|
|
@@ -2852,12 +2852,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2852
2852
|
rpcUrl: string;
|
|
2853
2853
|
}> | undefined;
|
|
2854
2854
|
language?: "en" | "fr" | undefined;
|
|
2855
|
+
metadata?: {
|
|
2856
|
+
name?: string | undefined;
|
|
2857
|
+
projectDescription?: string | undefined;
|
|
2858
|
+
authors?: string[] | undefined;
|
|
2859
|
+
license?: string | undefined;
|
|
2860
|
+
homepage?: string | undefined;
|
|
2861
|
+
} | undefined;
|
|
2862
|
+
artifactsDir?: string | undefined;
|
|
2863
|
+
contractsDir?: string | undefined;
|
|
2864
|
+
contracts?: Record<string, {
|
|
2865
|
+
sourceFile: string;
|
|
2866
|
+
hash: string;
|
|
2867
|
+
}> | undefined;
|
|
2855
2868
|
plugins?: {
|
|
2856
2869
|
type: "npm" | "binary" | "deno";
|
|
2857
2870
|
name: string;
|
|
2858
2871
|
}[] | undefined;
|
|
2859
|
-
|
|
2860
|
-
artifactsDir?: string | undefined;
|
|
2872
|
+
accounts?: Record<string, string> | undefined;
|
|
2861
2873
|
network?: Record<string, {
|
|
2862
2874
|
accounts?: Record<string, {
|
|
2863
2875
|
mnemonic?: string | undefined;
|
|
@@ -2876,18 +2888,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2876
2888
|
label: string;
|
|
2877
2889
|
rpcUrl: string;
|
|
2878
2890
|
}> | undefined;
|
|
2879
|
-
accounts?: Record<string, string> | undefined;
|
|
2880
|
-
contracts?: Record<string, {
|
|
2881
|
-
sourceFile: string;
|
|
2882
|
-
hash: string;
|
|
2883
|
-
}> | undefined;
|
|
2884
|
-
metadata?: {
|
|
2885
|
-
name?: string | undefined;
|
|
2886
|
-
projectDescription?: string | undefined;
|
|
2887
|
-
authors?: string[] | undefined;
|
|
2888
|
-
license?: string | undefined;
|
|
2889
|
-
homepage?: string | undefined;
|
|
2890
|
-
} | undefined;
|
|
2891
2891
|
projectDir: string;
|
|
2892
2892
|
environment: Record<string, string | {
|
|
2893
2893
|
storage?: Record<string, string> | undefined;
|
|
@@ -3120,6 +3120,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3120
3120
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
3121
3121
|
config: z.ZodObject<z.extendShape<{
|
|
3122
3122
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
3123
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
3124
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3125
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
3126
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3127
|
+
license: z.ZodOptional<z.ZodString>;
|
|
3128
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
3129
|
+
}, "strip", z.ZodTypeAny, {
|
|
3130
|
+
name?: string | undefined;
|
|
3131
|
+
projectDescription?: string | undefined;
|
|
3132
|
+
authors?: string[] | undefined;
|
|
3133
|
+
license?: string | undefined;
|
|
3134
|
+
homepage?: string | undefined;
|
|
3135
|
+
}, {
|
|
3136
|
+
name?: string | undefined;
|
|
3137
|
+
projectDescription?: string | undefined;
|
|
3138
|
+
authors?: string[] | undefined;
|
|
3139
|
+
license?: string | undefined;
|
|
3140
|
+
homepage?: string | undefined;
|
|
3141
|
+
}>>;
|
|
3142
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3143
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3144
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3145
|
+
sourceFile: z.ZodString;
|
|
3146
|
+
hash: z.ZodString;
|
|
3147
|
+
}, "strip", z.ZodTypeAny, {
|
|
3148
|
+
sourceFile: string;
|
|
3149
|
+
hash: string;
|
|
3150
|
+
}, {
|
|
3151
|
+
sourceFile: string;
|
|
3152
|
+
hash: string;
|
|
3153
|
+
}>>>;
|
|
3123
3154
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3124
3155
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
3125
3156
|
name: z.ZodString;
|
|
@@ -3130,8 +3161,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3130
3161
|
type: "npm" | "binary" | "deno";
|
|
3131
3162
|
name: string;
|
|
3132
3163
|
}>, "many">>;
|
|
3133
|
-
|
|
3134
|
-
|
|
3164
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3165
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
3166
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
3167
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
3168
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3169
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3170
|
+
}, "strip", z.ZodTypeAny, {
|
|
3171
|
+
storage?: Record<string, string> | undefined;
|
|
3172
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3173
|
+
networks: string[];
|
|
3174
|
+
sandboxes: string[];
|
|
3175
|
+
}, {
|
|
3176
|
+
storage?: Record<string, string> | undefined;
|
|
3177
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3178
|
+
networks: string[];
|
|
3179
|
+
sandboxes: string[];
|
|
3180
|
+
}>, z.ZodString]>>;
|
|
3135
3181
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3136
3182
|
label: z.ZodString;
|
|
3137
3183
|
rpcUrl: z.ZodString;
|
|
@@ -3273,52 +3319,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3273
3319
|
label: string;
|
|
3274
3320
|
rpcUrl: string;
|
|
3275
3321
|
}>>>;
|
|
3276
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
3277
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
3278
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
3279
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3280
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3281
|
-
}, "strip", z.ZodTypeAny, {
|
|
3282
|
-
storage?: Record<string, string> | undefined;
|
|
3283
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3284
|
-
networks: string[];
|
|
3285
|
-
sandboxes: string[];
|
|
3286
|
-
}, {
|
|
3287
|
-
storage?: Record<string, string> | undefined;
|
|
3288
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3289
|
-
networks: string[];
|
|
3290
|
-
sandboxes: string[];
|
|
3291
|
-
}>, z.ZodString]>>;
|
|
3292
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3293
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3294
|
-
sourceFile: z.ZodString;
|
|
3295
|
-
hash: z.ZodString;
|
|
3296
|
-
}, "strip", z.ZodTypeAny, {
|
|
3297
|
-
sourceFile: string;
|
|
3298
|
-
hash: string;
|
|
3299
|
-
}, {
|
|
3300
|
-
sourceFile: string;
|
|
3301
|
-
hash: string;
|
|
3302
|
-
}>>>;
|
|
3303
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
3304
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3305
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
3306
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3307
|
-
license: z.ZodOptional<z.ZodString>;
|
|
3308
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
3309
|
-
}, "strip", z.ZodTypeAny, {
|
|
3310
|
-
name?: string | undefined;
|
|
3311
|
-
projectDescription?: string | undefined;
|
|
3312
|
-
authors?: string[] | undefined;
|
|
3313
|
-
license?: string | undefined;
|
|
3314
|
-
homepage?: string | undefined;
|
|
3315
|
-
}, {
|
|
3316
|
-
name?: string | undefined;
|
|
3317
|
-
projectDescription?: string | undefined;
|
|
3318
|
-
authors?: string[] | undefined;
|
|
3319
|
-
license?: string | undefined;
|
|
3320
|
-
homepage?: string | undefined;
|
|
3321
|
-
}>>;
|
|
3322
3322
|
}, {
|
|
3323
3323
|
projectDir: z.ZodString;
|
|
3324
3324
|
configFile: z.ZodString;
|
|
@@ -3342,12 +3342,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3342
3342
|
rpcUrl: string;
|
|
3343
3343
|
}> | undefined;
|
|
3344
3344
|
language?: "en" | "fr" | undefined;
|
|
3345
|
+
metadata?: {
|
|
3346
|
+
name?: string | undefined;
|
|
3347
|
+
projectDescription?: string | undefined;
|
|
3348
|
+
authors?: string[] | undefined;
|
|
3349
|
+
license?: string | undefined;
|
|
3350
|
+
homepage?: string | undefined;
|
|
3351
|
+
} | undefined;
|
|
3352
|
+
artifactsDir?: string | undefined;
|
|
3353
|
+
contractsDir?: string | undefined;
|
|
3354
|
+
contracts?: Record<string, {
|
|
3355
|
+
sourceFile: string;
|
|
3356
|
+
hash: string;
|
|
3357
|
+
}> | undefined;
|
|
3345
3358
|
plugins?: {
|
|
3346
3359
|
type: "npm" | "binary" | "deno";
|
|
3347
3360
|
name: string;
|
|
3348
3361
|
}[] | undefined;
|
|
3349
|
-
|
|
3350
|
-
artifactsDir?: string | undefined;
|
|
3362
|
+
accounts?: Record<string, string> | undefined;
|
|
3351
3363
|
network?: Record<string, {
|
|
3352
3364
|
accounts?: Record<string, {
|
|
3353
3365
|
mnemonic?: string | undefined;
|
|
@@ -3366,18 +3378,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3366
3378
|
label: string;
|
|
3367
3379
|
rpcUrl: string;
|
|
3368
3380
|
}> | undefined;
|
|
3369
|
-
accounts?: Record<string, string> | undefined;
|
|
3370
|
-
contracts?: Record<string, {
|
|
3371
|
-
sourceFile: string;
|
|
3372
|
-
hash: string;
|
|
3373
|
-
}> | undefined;
|
|
3374
|
-
metadata?: {
|
|
3375
|
-
name?: string | undefined;
|
|
3376
|
-
projectDescription?: string | undefined;
|
|
3377
|
-
authors?: string[] | undefined;
|
|
3378
|
-
license?: string | undefined;
|
|
3379
|
-
homepage?: string | undefined;
|
|
3380
|
-
} | undefined;
|
|
3381
3381
|
projectDir: string;
|
|
3382
3382
|
environment: Record<string, string | {
|
|
3383
3383
|
storage?: Record<string, string> | undefined;
|
|
@@ -3406,12 +3406,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3406
3406
|
rpcUrl: string;
|
|
3407
3407
|
}> | undefined;
|
|
3408
3408
|
language?: "en" | "fr" | undefined;
|
|
3409
|
+
metadata?: {
|
|
3410
|
+
name?: string | undefined;
|
|
3411
|
+
projectDescription?: string | undefined;
|
|
3412
|
+
authors?: string[] | undefined;
|
|
3413
|
+
license?: string | undefined;
|
|
3414
|
+
homepage?: string | undefined;
|
|
3415
|
+
} | undefined;
|
|
3416
|
+
artifactsDir?: string | undefined;
|
|
3417
|
+
contractsDir?: string | undefined;
|
|
3418
|
+
contracts?: Record<string, {
|
|
3419
|
+
sourceFile: string;
|
|
3420
|
+
hash: string;
|
|
3421
|
+
}> | undefined;
|
|
3409
3422
|
plugins?: {
|
|
3410
3423
|
type: "npm" | "binary" | "deno";
|
|
3411
3424
|
name: string;
|
|
3412
3425
|
}[] | undefined;
|
|
3413
|
-
|
|
3414
|
-
artifactsDir?: string | undefined;
|
|
3426
|
+
accounts?: Record<string, string> | undefined;
|
|
3415
3427
|
network?: Record<string, {
|
|
3416
3428
|
accounts?: Record<string, {
|
|
3417
3429
|
mnemonic?: string | undefined;
|
|
@@ -3430,18 +3442,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3430
3442
|
label: string;
|
|
3431
3443
|
rpcUrl: string;
|
|
3432
3444
|
}> | undefined;
|
|
3433
|
-
accounts?: Record<string, string> | undefined;
|
|
3434
|
-
contracts?: Record<string, {
|
|
3435
|
-
sourceFile: string;
|
|
3436
|
-
hash: string;
|
|
3437
|
-
}> | undefined;
|
|
3438
|
-
metadata?: {
|
|
3439
|
-
name?: string | undefined;
|
|
3440
|
-
projectDescription?: string | undefined;
|
|
3441
|
-
authors?: string[] | undefined;
|
|
3442
|
-
license?: string | undefined;
|
|
3443
|
-
homepage?: string | undefined;
|
|
3444
|
-
} | undefined;
|
|
3445
3445
|
projectDir: string;
|
|
3446
3446
|
environment: Record<string, string | {
|
|
3447
3447
|
storage?: Record<string, string> | undefined;
|
|
@@ -3488,12 +3488,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3488
3488
|
rpcUrl: string;
|
|
3489
3489
|
}> | undefined;
|
|
3490
3490
|
language?: "en" | "fr" | undefined;
|
|
3491
|
+
metadata?: {
|
|
3492
|
+
name?: string | undefined;
|
|
3493
|
+
projectDescription?: string | undefined;
|
|
3494
|
+
authors?: string[] | undefined;
|
|
3495
|
+
license?: string | undefined;
|
|
3496
|
+
homepage?: string | undefined;
|
|
3497
|
+
} | undefined;
|
|
3498
|
+
artifactsDir?: string | undefined;
|
|
3499
|
+
contractsDir?: string | undefined;
|
|
3500
|
+
contracts?: Record<string, {
|
|
3501
|
+
sourceFile: string;
|
|
3502
|
+
hash: string;
|
|
3503
|
+
}> | undefined;
|
|
3491
3504
|
plugins?: {
|
|
3492
3505
|
type: "npm" | "binary" | "deno";
|
|
3493
3506
|
name: string;
|
|
3494
3507
|
}[] | undefined;
|
|
3495
|
-
|
|
3496
|
-
artifactsDir?: string | undefined;
|
|
3508
|
+
accounts?: Record<string, string> | undefined;
|
|
3497
3509
|
network?: Record<string, {
|
|
3498
3510
|
accounts?: Record<string, {
|
|
3499
3511
|
mnemonic?: string | undefined;
|
|
@@ -3512,18 +3524,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3512
3524
|
label: string;
|
|
3513
3525
|
rpcUrl: string;
|
|
3514
3526
|
}> | undefined;
|
|
3515
|
-
accounts?: Record<string, string> | undefined;
|
|
3516
|
-
contracts?: Record<string, {
|
|
3517
|
-
sourceFile: string;
|
|
3518
|
-
hash: string;
|
|
3519
|
-
}> | undefined;
|
|
3520
|
-
metadata?: {
|
|
3521
|
-
name?: string | undefined;
|
|
3522
|
-
projectDescription?: string | undefined;
|
|
3523
|
-
authors?: string[] | undefined;
|
|
3524
|
-
license?: string | undefined;
|
|
3525
|
-
homepage?: string | undefined;
|
|
3526
|
-
} | undefined;
|
|
3527
3527
|
projectDir: string;
|
|
3528
3528
|
environment: Record<string, string | {
|
|
3529
3529
|
storage?: Record<string, string> | undefined;
|
|
@@ -3570,12 +3570,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3570
3570
|
rpcUrl: string;
|
|
3571
3571
|
}> | undefined;
|
|
3572
3572
|
language?: "en" | "fr" | undefined;
|
|
3573
|
+
metadata?: {
|
|
3574
|
+
name?: string | undefined;
|
|
3575
|
+
projectDescription?: string | undefined;
|
|
3576
|
+
authors?: string[] | undefined;
|
|
3577
|
+
license?: string | undefined;
|
|
3578
|
+
homepage?: string | undefined;
|
|
3579
|
+
} | undefined;
|
|
3580
|
+
artifactsDir?: string | undefined;
|
|
3581
|
+
contractsDir?: string | undefined;
|
|
3582
|
+
contracts?: Record<string, {
|
|
3583
|
+
sourceFile: string;
|
|
3584
|
+
hash: string;
|
|
3585
|
+
}> | undefined;
|
|
3573
3586
|
plugins?: {
|
|
3574
3587
|
type: "npm" | "binary" | "deno";
|
|
3575
3588
|
name: string;
|
|
3576
3589
|
}[] | undefined;
|
|
3577
|
-
|
|
3578
|
-
artifactsDir?: string | undefined;
|
|
3590
|
+
accounts?: Record<string, string> | undefined;
|
|
3579
3591
|
network?: Record<string, {
|
|
3580
3592
|
accounts?: Record<string, {
|
|
3581
3593
|
mnemonic?: string | undefined;
|
|
@@ -3594,18 +3606,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3594
3606
|
label: string;
|
|
3595
3607
|
rpcUrl: string;
|
|
3596
3608
|
}> | undefined;
|
|
3597
|
-
accounts?: Record<string, string> | undefined;
|
|
3598
|
-
contracts?: Record<string, {
|
|
3599
|
-
sourceFile: string;
|
|
3600
|
-
hash: string;
|
|
3601
|
-
}> | undefined;
|
|
3602
|
-
metadata?: {
|
|
3603
|
-
name?: string | undefined;
|
|
3604
|
-
projectDescription?: string | undefined;
|
|
3605
|
-
authors?: string[] | undefined;
|
|
3606
|
-
license?: string | undefined;
|
|
3607
|
-
homepage?: string | undefined;
|
|
3608
|
-
} | undefined;
|
|
3609
3609
|
projectDir: string;
|
|
3610
3610
|
environment: Record<string, string | {
|
|
3611
3611
|
storage?: Record<string, string> | undefined;
|