@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/PluginSchema.d.ts
CHANGED
|
@@ -270,6 +270,37 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
270
270
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
271
271
|
config: z.ZodObject<z.extendShape<{
|
|
272
272
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
273
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
274
|
+
name: z.ZodOptional<z.ZodString>;
|
|
275
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
276
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
277
|
+
license: z.ZodOptional<z.ZodString>;
|
|
278
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
279
|
+
}, "strip", z.ZodTypeAny, {
|
|
280
|
+
name?: string | undefined;
|
|
281
|
+
projectDescription?: string | undefined;
|
|
282
|
+
authors?: string[] | undefined;
|
|
283
|
+
license?: string | undefined;
|
|
284
|
+
homepage?: string | undefined;
|
|
285
|
+
}, {
|
|
286
|
+
name?: string | undefined;
|
|
287
|
+
projectDescription?: string | undefined;
|
|
288
|
+
authors?: string[] | undefined;
|
|
289
|
+
license?: string | undefined;
|
|
290
|
+
homepage?: string | undefined;
|
|
291
|
+
}>>;
|
|
292
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
293
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
294
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
295
|
+
sourceFile: z.ZodString;
|
|
296
|
+
hash: z.ZodString;
|
|
297
|
+
}, "strip", z.ZodTypeAny, {
|
|
298
|
+
sourceFile: string;
|
|
299
|
+
hash: string;
|
|
300
|
+
}, {
|
|
301
|
+
sourceFile: string;
|
|
302
|
+
hash: string;
|
|
303
|
+
}>>>;
|
|
273
304
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
274
305
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
275
306
|
name: z.ZodString;
|
|
@@ -280,8 +311,23 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
280
311
|
type: "npm" | "binary" | "deno";
|
|
281
312
|
name: string;
|
|
282
313
|
}>, "many">>;
|
|
283
|
-
|
|
284
|
-
|
|
314
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
315
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
316
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
317
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
318
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
319
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
320
|
+
}, "strip", z.ZodTypeAny, {
|
|
321
|
+
storage?: Record<string, string> | undefined;
|
|
322
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
323
|
+
networks: string[];
|
|
324
|
+
sandboxes: string[];
|
|
325
|
+
}, {
|
|
326
|
+
storage?: Record<string, string> | undefined;
|
|
327
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
328
|
+
networks: string[];
|
|
329
|
+
sandboxes: string[];
|
|
330
|
+
}>, z.ZodString]>>;
|
|
285
331
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
286
332
|
label: z.ZodString;
|
|
287
333
|
rpcUrl: z.ZodString;
|
|
@@ -423,52 +469,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
423
469
|
label: string;
|
|
424
470
|
rpcUrl: string;
|
|
425
471
|
}>>>;
|
|
426
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
427
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
428
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
429
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
430
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
431
|
-
}, "strip", z.ZodTypeAny, {
|
|
432
|
-
storage?: Record<string, string> | undefined;
|
|
433
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
434
|
-
networks: string[];
|
|
435
|
-
sandboxes: string[];
|
|
436
|
-
}, {
|
|
437
|
-
storage?: Record<string, string> | undefined;
|
|
438
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
439
|
-
networks: string[];
|
|
440
|
-
sandboxes: string[];
|
|
441
|
-
}>, z.ZodString]>>;
|
|
442
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
443
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
444
|
-
sourceFile: z.ZodString;
|
|
445
|
-
hash: z.ZodString;
|
|
446
|
-
}, "strip", z.ZodTypeAny, {
|
|
447
|
-
sourceFile: string;
|
|
448
|
-
hash: string;
|
|
449
|
-
}, {
|
|
450
|
-
sourceFile: string;
|
|
451
|
-
hash: string;
|
|
452
|
-
}>>>;
|
|
453
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
454
|
-
name: z.ZodOptional<z.ZodString>;
|
|
455
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
456
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
457
|
-
license: z.ZodOptional<z.ZodString>;
|
|
458
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
459
|
-
}, "strip", z.ZodTypeAny, {
|
|
460
|
-
name?: string | undefined;
|
|
461
|
-
projectDescription?: string | undefined;
|
|
462
|
-
authors?: string[] | undefined;
|
|
463
|
-
license?: string | undefined;
|
|
464
|
-
homepage?: string | undefined;
|
|
465
|
-
}, {
|
|
466
|
-
name?: string | undefined;
|
|
467
|
-
projectDescription?: string | undefined;
|
|
468
|
-
authors?: string[] | undefined;
|
|
469
|
-
license?: string | undefined;
|
|
470
|
-
homepage?: string | undefined;
|
|
471
|
-
}>>;
|
|
472
472
|
}, {
|
|
473
473
|
projectDir: z.ZodString;
|
|
474
474
|
configFile: z.ZodString;
|
|
@@ -492,12 +492,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
492
492
|
rpcUrl: string;
|
|
493
493
|
}> | undefined;
|
|
494
494
|
language?: "en" | "fr" | undefined;
|
|
495
|
+
metadata?: {
|
|
496
|
+
name?: string | undefined;
|
|
497
|
+
projectDescription?: string | undefined;
|
|
498
|
+
authors?: string[] | undefined;
|
|
499
|
+
license?: string | undefined;
|
|
500
|
+
homepage?: string | undefined;
|
|
501
|
+
} | undefined;
|
|
502
|
+
artifactsDir?: string | undefined;
|
|
503
|
+
contractsDir?: string | undefined;
|
|
504
|
+
contracts?: Record<string, {
|
|
505
|
+
sourceFile: string;
|
|
506
|
+
hash: string;
|
|
507
|
+
}> | undefined;
|
|
495
508
|
plugins?: {
|
|
496
509
|
type: "npm" | "binary" | "deno";
|
|
497
510
|
name: string;
|
|
498
511
|
}[] | undefined;
|
|
499
|
-
|
|
500
|
-
artifactsDir?: string | undefined;
|
|
512
|
+
accounts?: Record<string, string> | undefined;
|
|
501
513
|
network?: Record<string, {
|
|
502
514
|
accounts?: Record<string, {
|
|
503
515
|
mnemonic?: string | undefined;
|
|
@@ -516,18 +528,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
516
528
|
label: string;
|
|
517
529
|
rpcUrl: string;
|
|
518
530
|
}> | undefined;
|
|
519
|
-
accounts?: Record<string, string> | undefined;
|
|
520
|
-
contracts?: Record<string, {
|
|
521
|
-
sourceFile: string;
|
|
522
|
-
hash: string;
|
|
523
|
-
}> | undefined;
|
|
524
|
-
metadata?: {
|
|
525
|
-
name?: string | undefined;
|
|
526
|
-
projectDescription?: string | undefined;
|
|
527
|
-
authors?: string[] | undefined;
|
|
528
|
-
license?: string | undefined;
|
|
529
|
-
homepage?: string | undefined;
|
|
530
|
-
} | undefined;
|
|
531
531
|
projectDir: string;
|
|
532
532
|
environment: Record<string, string | {
|
|
533
533
|
storage?: Record<string, string> | undefined;
|
|
@@ -556,12 +556,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
556
556
|
rpcUrl: string;
|
|
557
557
|
}> | undefined;
|
|
558
558
|
language?: "en" | "fr" | undefined;
|
|
559
|
+
metadata?: {
|
|
560
|
+
name?: string | undefined;
|
|
561
|
+
projectDescription?: string | undefined;
|
|
562
|
+
authors?: string[] | undefined;
|
|
563
|
+
license?: string | undefined;
|
|
564
|
+
homepage?: string | undefined;
|
|
565
|
+
} | undefined;
|
|
566
|
+
artifactsDir?: string | undefined;
|
|
567
|
+
contractsDir?: string | undefined;
|
|
568
|
+
contracts?: Record<string, {
|
|
569
|
+
sourceFile: string;
|
|
570
|
+
hash: string;
|
|
571
|
+
}> | undefined;
|
|
559
572
|
plugins?: {
|
|
560
573
|
type: "npm" | "binary" | "deno";
|
|
561
574
|
name: string;
|
|
562
575
|
}[] | undefined;
|
|
563
|
-
|
|
564
|
-
artifactsDir?: string | undefined;
|
|
576
|
+
accounts?: Record<string, string> | undefined;
|
|
565
577
|
network?: Record<string, {
|
|
566
578
|
accounts?: Record<string, {
|
|
567
579
|
mnemonic?: string | undefined;
|
|
@@ -580,18 +592,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
580
592
|
label: string;
|
|
581
593
|
rpcUrl: string;
|
|
582
594
|
}> | undefined;
|
|
583
|
-
accounts?: Record<string, string> | undefined;
|
|
584
|
-
contracts?: Record<string, {
|
|
585
|
-
sourceFile: string;
|
|
586
|
-
hash: string;
|
|
587
|
-
}> | undefined;
|
|
588
|
-
metadata?: {
|
|
589
|
-
name?: string | undefined;
|
|
590
|
-
projectDescription?: string | undefined;
|
|
591
|
-
authors?: string[] | undefined;
|
|
592
|
-
license?: string | undefined;
|
|
593
|
-
homepage?: string | undefined;
|
|
594
|
-
} | undefined;
|
|
595
595
|
projectDir: string;
|
|
596
596
|
environment: Record<string, string | {
|
|
597
597
|
storage?: Record<string, string> | undefined;
|
|
@@ -638,12 +638,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
638
638
|
rpcUrl: string;
|
|
639
639
|
}> | undefined;
|
|
640
640
|
language?: "en" | "fr" | undefined;
|
|
641
|
+
metadata?: {
|
|
642
|
+
name?: string | undefined;
|
|
643
|
+
projectDescription?: string | undefined;
|
|
644
|
+
authors?: string[] | undefined;
|
|
645
|
+
license?: string | undefined;
|
|
646
|
+
homepage?: string | undefined;
|
|
647
|
+
} | undefined;
|
|
648
|
+
artifactsDir?: string | undefined;
|
|
649
|
+
contractsDir?: string | undefined;
|
|
650
|
+
contracts?: Record<string, {
|
|
651
|
+
sourceFile: string;
|
|
652
|
+
hash: string;
|
|
653
|
+
}> | undefined;
|
|
641
654
|
plugins?: {
|
|
642
655
|
type: "npm" | "binary" | "deno";
|
|
643
656
|
name: string;
|
|
644
657
|
}[] | undefined;
|
|
645
|
-
|
|
646
|
-
artifactsDir?: string | undefined;
|
|
658
|
+
accounts?: Record<string, string> | undefined;
|
|
647
659
|
network?: Record<string, {
|
|
648
660
|
accounts?: Record<string, {
|
|
649
661
|
mnemonic?: string | undefined;
|
|
@@ -662,18 +674,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
662
674
|
label: string;
|
|
663
675
|
rpcUrl: string;
|
|
664
676
|
}> | undefined;
|
|
665
|
-
accounts?: Record<string, string> | undefined;
|
|
666
|
-
contracts?: Record<string, {
|
|
667
|
-
sourceFile: string;
|
|
668
|
-
hash: string;
|
|
669
|
-
}> | undefined;
|
|
670
|
-
metadata?: {
|
|
671
|
-
name?: string | undefined;
|
|
672
|
-
projectDescription?: string | undefined;
|
|
673
|
-
authors?: string[] | undefined;
|
|
674
|
-
license?: string | undefined;
|
|
675
|
-
homepage?: string | undefined;
|
|
676
|
-
} | undefined;
|
|
677
677
|
projectDir: string;
|
|
678
678
|
environment: Record<string, string | {
|
|
679
679
|
storage?: Record<string, string> | undefined;
|
|
@@ -720,12 +720,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
720
720
|
rpcUrl: string;
|
|
721
721
|
}> | undefined;
|
|
722
722
|
language?: "en" | "fr" | undefined;
|
|
723
|
+
metadata?: {
|
|
724
|
+
name?: string | undefined;
|
|
725
|
+
projectDescription?: string | undefined;
|
|
726
|
+
authors?: string[] | undefined;
|
|
727
|
+
license?: string | undefined;
|
|
728
|
+
homepage?: string | undefined;
|
|
729
|
+
} | undefined;
|
|
730
|
+
artifactsDir?: string | undefined;
|
|
731
|
+
contractsDir?: string | undefined;
|
|
732
|
+
contracts?: Record<string, {
|
|
733
|
+
sourceFile: string;
|
|
734
|
+
hash: string;
|
|
735
|
+
}> | undefined;
|
|
723
736
|
plugins?: {
|
|
724
737
|
type: "npm" | "binary" | "deno";
|
|
725
738
|
name: string;
|
|
726
739
|
}[] | undefined;
|
|
727
|
-
|
|
728
|
-
artifactsDir?: string | undefined;
|
|
740
|
+
accounts?: Record<string, string> | undefined;
|
|
729
741
|
network?: Record<string, {
|
|
730
742
|
accounts?: Record<string, {
|
|
731
743
|
mnemonic?: string | undefined;
|
|
@@ -744,18 +756,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
744
756
|
label: string;
|
|
745
757
|
rpcUrl: string;
|
|
746
758
|
}> | undefined;
|
|
747
|
-
accounts?: Record<string, string> | undefined;
|
|
748
|
-
contracts?: Record<string, {
|
|
749
|
-
sourceFile: string;
|
|
750
|
-
hash: string;
|
|
751
|
-
}> | undefined;
|
|
752
|
-
metadata?: {
|
|
753
|
-
name?: string | undefined;
|
|
754
|
-
projectDescription?: string | undefined;
|
|
755
|
-
authors?: string[] | undefined;
|
|
756
|
-
license?: string | undefined;
|
|
757
|
-
homepage?: string | undefined;
|
|
758
|
-
} | undefined;
|
|
759
759
|
projectDir: string;
|
|
760
760
|
environment: Record<string, string | {
|
|
761
761
|
storage?: Record<string, string> | undefined;
|
|
@@ -904,6 +904,37 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
904
904
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
905
905
|
config: z.ZodObject<z.extendShape<{
|
|
906
906
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
907
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
908
|
+
name: z.ZodOptional<z.ZodString>;
|
|
909
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
910
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
911
|
+
license: z.ZodOptional<z.ZodString>;
|
|
912
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
913
|
+
}, "strip", z.ZodTypeAny, {
|
|
914
|
+
name?: string | undefined;
|
|
915
|
+
projectDescription?: string | undefined;
|
|
916
|
+
authors?: string[] | undefined;
|
|
917
|
+
license?: string | undefined;
|
|
918
|
+
homepage?: string | undefined;
|
|
919
|
+
}, {
|
|
920
|
+
name?: string | undefined;
|
|
921
|
+
projectDescription?: string | undefined;
|
|
922
|
+
authors?: string[] | undefined;
|
|
923
|
+
license?: string | undefined;
|
|
924
|
+
homepage?: string | undefined;
|
|
925
|
+
}>>;
|
|
926
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
927
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
928
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
929
|
+
sourceFile: z.ZodString;
|
|
930
|
+
hash: z.ZodString;
|
|
931
|
+
}, "strip", z.ZodTypeAny, {
|
|
932
|
+
sourceFile: string;
|
|
933
|
+
hash: string;
|
|
934
|
+
}, {
|
|
935
|
+
sourceFile: string;
|
|
936
|
+
hash: string;
|
|
937
|
+
}>>>;
|
|
907
938
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
908
939
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
909
940
|
name: z.ZodString;
|
|
@@ -914,8 +945,23 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
914
945
|
type: "npm" | "binary" | "deno";
|
|
915
946
|
name: string;
|
|
916
947
|
}>, "many">>;
|
|
917
|
-
|
|
918
|
-
|
|
948
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
949
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
950
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
951
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
952
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
953
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
954
|
+
}, "strip", z.ZodTypeAny, {
|
|
955
|
+
storage?: Record<string, string> | undefined;
|
|
956
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
957
|
+
networks: string[];
|
|
958
|
+
sandboxes: string[];
|
|
959
|
+
}, {
|
|
960
|
+
storage?: Record<string, string> | undefined;
|
|
961
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
962
|
+
networks: string[];
|
|
963
|
+
sandboxes: string[];
|
|
964
|
+
}>, z.ZodString]>>;
|
|
919
965
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
920
966
|
label: z.ZodString;
|
|
921
967
|
rpcUrl: z.ZodString;
|
|
@@ -1030,79 +1076,33 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1030
1076
|
publicKeyHash: string;
|
|
1031
1077
|
encryptedKey: string;
|
|
1032
1078
|
secretKey: string;
|
|
1033
|
-
}> | undefined;
|
|
1034
|
-
protocol?: string | undefined;
|
|
1035
|
-
tzkt?: {
|
|
1036
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1037
|
-
postgresqlPort?: number | undefined;
|
|
1038
|
-
apiPort?: number | undefined;
|
|
1039
|
-
} | undefined;
|
|
1040
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1041
|
-
label: string;
|
|
1042
|
-
rpcUrl: string;
|
|
1043
|
-
}, {
|
|
1044
|
-
plugin?: string | undefined;
|
|
1045
|
-
accounts?: Record<string, string | {
|
|
1046
|
-
publicKeyHash: string;
|
|
1047
|
-
encryptedKey: string;
|
|
1048
|
-
secretKey: string;
|
|
1049
|
-
}> | undefined;
|
|
1050
|
-
protocol?: string | undefined;
|
|
1051
|
-
tzkt?: {
|
|
1052
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1053
|
-
postgresqlPort?: number | undefined;
|
|
1054
|
-
apiPort?: number | undefined;
|
|
1055
|
-
} | undefined;
|
|
1056
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1057
|
-
label: string;
|
|
1058
|
-
rpcUrl: string;
|
|
1059
|
-
}>>>;
|
|
1060
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1061
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
1062
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1063
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1064
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1065
|
-
}, "strip", z.ZodTypeAny, {
|
|
1066
|
-
storage?: Record<string, string> | undefined;
|
|
1067
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1068
|
-
networks: string[];
|
|
1069
|
-
sandboxes: string[];
|
|
1070
|
-
}, {
|
|
1071
|
-
storage?: Record<string, string> | undefined;
|
|
1072
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1073
|
-
networks: string[];
|
|
1074
|
-
sandboxes: string[];
|
|
1075
|
-
}>, z.ZodString]>>;
|
|
1076
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1077
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1078
|
-
sourceFile: z.ZodString;
|
|
1079
|
-
hash: z.ZodString;
|
|
1080
|
-
}, "strip", z.ZodTypeAny, {
|
|
1081
|
-
sourceFile: string;
|
|
1082
|
-
hash: string;
|
|
1083
|
-
}, {
|
|
1084
|
-
sourceFile: string;
|
|
1085
|
-
hash: string;
|
|
1086
|
-
}>>>;
|
|
1087
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
1088
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1089
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1090
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1091
|
-
license: z.ZodOptional<z.ZodString>;
|
|
1092
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
1093
|
-
}, "strip", z.ZodTypeAny, {
|
|
1094
|
-
name?: string | undefined;
|
|
1095
|
-
projectDescription?: string | undefined;
|
|
1096
|
-
authors?: string[] | undefined;
|
|
1097
|
-
license?: string | undefined;
|
|
1098
|
-
homepage?: string | undefined;
|
|
1079
|
+
}> | undefined;
|
|
1080
|
+
protocol?: string | undefined;
|
|
1081
|
+
tzkt?: {
|
|
1082
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1083
|
+
postgresqlPort?: number | undefined;
|
|
1084
|
+
apiPort?: number | undefined;
|
|
1085
|
+
} | undefined;
|
|
1086
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1087
|
+
label: string;
|
|
1088
|
+
rpcUrl: string;
|
|
1099
1089
|
}, {
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1090
|
+
plugin?: string | undefined;
|
|
1091
|
+
accounts?: Record<string, string | {
|
|
1092
|
+
publicKeyHash: string;
|
|
1093
|
+
encryptedKey: string;
|
|
1094
|
+
secretKey: string;
|
|
1095
|
+
}> | undefined;
|
|
1096
|
+
protocol?: string | undefined;
|
|
1097
|
+
tzkt?: {
|
|
1098
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1099
|
+
postgresqlPort?: number | undefined;
|
|
1100
|
+
apiPort?: number | undefined;
|
|
1101
|
+
} | undefined;
|
|
1102
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1103
|
+
label: string;
|
|
1104
|
+
rpcUrl: string;
|
|
1105
|
+
}>>>;
|
|
1106
1106
|
}, {
|
|
1107
1107
|
projectDir: z.ZodString;
|
|
1108
1108
|
configFile: z.ZodString;
|
|
@@ -1126,12 +1126,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1126
1126
|
rpcUrl: string;
|
|
1127
1127
|
}> | undefined;
|
|
1128
1128
|
language?: "en" | "fr" | undefined;
|
|
1129
|
+
metadata?: {
|
|
1130
|
+
name?: string | undefined;
|
|
1131
|
+
projectDescription?: string | undefined;
|
|
1132
|
+
authors?: string[] | undefined;
|
|
1133
|
+
license?: string | undefined;
|
|
1134
|
+
homepage?: string | undefined;
|
|
1135
|
+
} | undefined;
|
|
1136
|
+
artifactsDir?: string | undefined;
|
|
1137
|
+
contractsDir?: string | undefined;
|
|
1138
|
+
contracts?: Record<string, {
|
|
1139
|
+
sourceFile: string;
|
|
1140
|
+
hash: string;
|
|
1141
|
+
}> | undefined;
|
|
1129
1142
|
plugins?: {
|
|
1130
1143
|
type: "npm" | "binary" | "deno";
|
|
1131
1144
|
name: string;
|
|
1132
1145
|
}[] | undefined;
|
|
1133
|
-
|
|
1134
|
-
artifactsDir?: string | undefined;
|
|
1146
|
+
accounts?: Record<string, string> | undefined;
|
|
1135
1147
|
network?: Record<string, {
|
|
1136
1148
|
accounts?: Record<string, {
|
|
1137
1149
|
mnemonic?: string | undefined;
|
|
@@ -1150,18 +1162,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1150
1162
|
label: string;
|
|
1151
1163
|
rpcUrl: string;
|
|
1152
1164
|
}> | undefined;
|
|
1153
|
-
accounts?: Record<string, string> | undefined;
|
|
1154
|
-
contracts?: Record<string, {
|
|
1155
|
-
sourceFile: string;
|
|
1156
|
-
hash: string;
|
|
1157
|
-
}> | undefined;
|
|
1158
|
-
metadata?: {
|
|
1159
|
-
name?: string | undefined;
|
|
1160
|
-
projectDescription?: string | undefined;
|
|
1161
|
-
authors?: string[] | undefined;
|
|
1162
|
-
license?: string | undefined;
|
|
1163
|
-
homepage?: string | undefined;
|
|
1164
|
-
} | undefined;
|
|
1165
1165
|
projectDir: string;
|
|
1166
1166
|
environment: Record<string, string | {
|
|
1167
1167
|
storage?: Record<string, string> | undefined;
|
|
@@ -1190,12 +1190,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1190
1190
|
rpcUrl: string;
|
|
1191
1191
|
}> | undefined;
|
|
1192
1192
|
language?: "en" | "fr" | undefined;
|
|
1193
|
+
metadata?: {
|
|
1194
|
+
name?: string | undefined;
|
|
1195
|
+
projectDescription?: string | undefined;
|
|
1196
|
+
authors?: string[] | undefined;
|
|
1197
|
+
license?: string | undefined;
|
|
1198
|
+
homepage?: string | undefined;
|
|
1199
|
+
} | undefined;
|
|
1200
|
+
artifactsDir?: string | undefined;
|
|
1201
|
+
contractsDir?: string | undefined;
|
|
1202
|
+
contracts?: Record<string, {
|
|
1203
|
+
sourceFile: string;
|
|
1204
|
+
hash: string;
|
|
1205
|
+
}> | undefined;
|
|
1193
1206
|
plugins?: {
|
|
1194
1207
|
type: "npm" | "binary" | "deno";
|
|
1195
1208
|
name: string;
|
|
1196
1209
|
}[] | undefined;
|
|
1197
|
-
|
|
1198
|
-
artifactsDir?: string | undefined;
|
|
1210
|
+
accounts?: Record<string, string> | undefined;
|
|
1199
1211
|
network?: Record<string, {
|
|
1200
1212
|
accounts?: Record<string, {
|
|
1201
1213
|
mnemonic?: string | undefined;
|
|
@@ -1214,18 +1226,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1214
1226
|
label: string;
|
|
1215
1227
|
rpcUrl: string;
|
|
1216
1228
|
}> | undefined;
|
|
1217
|
-
accounts?: Record<string, string> | undefined;
|
|
1218
|
-
contracts?: Record<string, {
|
|
1219
|
-
sourceFile: string;
|
|
1220
|
-
hash: string;
|
|
1221
|
-
}> | undefined;
|
|
1222
|
-
metadata?: {
|
|
1223
|
-
name?: string | undefined;
|
|
1224
|
-
projectDescription?: string | undefined;
|
|
1225
|
-
authors?: string[] | undefined;
|
|
1226
|
-
license?: string | undefined;
|
|
1227
|
-
homepage?: string | undefined;
|
|
1228
|
-
} | undefined;
|
|
1229
1229
|
projectDir: string;
|
|
1230
1230
|
environment: Record<string, string | {
|
|
1231
1231
|
storage?: Record<string, string> | undefined;
|
|
@@ -1272,12 +1272,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1272
1272
|
rpcUrl: string;
|
|
1273
1273
|
}> | undefined;
|
|
1274
1274
|
language?: "en" | "fr" | undefined;
|
|
1275
|
+
metadata?: {
|
|
1276
|
+
name?: string | undefined;
|
|
1277
|
+
projectDescription?: string | undefined;
|
|
1278
|
+
authors?: string[] | undefined;
|
|
1279
|
+
license?: string | undefined;
|
|
1280
|
+
homepage?: string | undefined;
|
|
1281
|
+
} | undefined;
|
|
1282
|
+
artifactsDir?: string | undefined;
|
|
1283
|
+
contractsDir?: string | undefined;
|
|
1284
|
+
contracts?: Record<string, {
|
|
1285
|
+
sourceFile: string;
|
|
1286
|
+
hash: string;
|
|
1287
|
+
}> | undefined;
|
|
1275
1288
|
plugins?: {
|
|
1276
1289
|
type: "npm" | "binary" | "deno";
|
|
1277
1290
|
name: string;
|
|
1278
1291
|
}[] | undefined;
|
|
1279
|
-
|
|
1280
|
-
artifactsDir?: string | undefined;
|
|
1292
|
+
accounts?: Record<string, string> | undefined;
|
|
1281
1293
|
network?: Record<string, {
|
|
1282
1294
|
accounts?: Record<string, {
|
|
1283
1295
|
mnemonic?: string | undefined;
|
|
@@ -1296,18 +1308,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1296
1308
|
label: string;
|
|
1297
1309
|
rpcUrl: string;
|
|
1298
1310
|
}> | undefined;
|
|
1299
|
-
accounts?: Record<string, string> | undefined;
|
|
1300
|
-
contracts?: Record<string, {
|
|
1301
|
-
sourceFile: string;
|
|
1302
|
-
hash: string;
|
|
1303
|
-
}> | undefined;
|
|
1304
|
-
metadata?: {
|
|
1305
|
-
name?: string | undefined;
|
|
1306
|
-
projectDescription?: string | undefined;
|
|
1307
|
-
authors?: string[] | undefined;
|
|
1308
|
-
license?: string | undefined;
|
|
1309
|
-
homepage?: string | undefined;
|
|
1310
|
-
} | undefined;
|
|
1311
1311
|
projectDir: string;
|
|
1312
1312
|
environment: Record<string, string | {
|
|
1313
1313
|
storage?: Record<string, string> | undefined;
|
|
@@ -1354,12 +1354,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1354
1354
|
rpcUrl: string;
|
|
1355
1355
|
}> | undefined;
|
|
1356
1356
|
language?: "en" | "fr" | undefined;
|
|
1357
|
+
metadata?: {
|
|
1358
|
+
name?: string | undefined;
|
|
1359
|
+
projectDescription?: string | undefined;
|
|
1360
|
+
authors?: string[] | undefined;
|
|
1361
|
+
license?: string | undefined;
|
|
1362
|
+
homepage?: string | undefined;
|
|
1363
|
+
} | undefined;
|
|
1364
|
+
artifactsDir?: string | undefined;
|
|
1365
|
+
contractsDir?: string | undefined;
|
|
1366
|
+
contracts?: Record<string, {
|
|
1367
|
+
sourceFile: string;
|
|
1368
|
+
hash: string;
|
|
1369
|
+
}> | undefined;
|
|
1357
1370
|
plugins?: {
|
|
1358
1371
|
type: "npm" | "binary" | "deno";
|
|
1359
1372
|
name: string;
|
|
1360
1373
|
}[] | undefined;
|
|
1361
|
-
|
|
1362
|
-
artifactsDir?: string | undefined;
|
|
1374
|
+
accounts?: Record<string, string> | undefined;
|
|
1363
1375
|
network?: Record<string, {
|
|
1364
1376
|
accounts?: Record<string, {
|
|
1365
1377
|
mnemonic?: string | undefined;
|
|
@@ -1378,18 +1390,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1378
1390
|
label: string;
|
|
1379
1391
|
rpcUrl: string;
|
|
1380
1392
|
}> | undefined;
|
|
1381
|
-
accounts?: Record<string, string> | undefined;
|
|
1382
|
-
contracts?: Record<string, {
|
|
1383
|
-
sourceFile: string;
|
|
1384
|
-
hash: string;
|
|
1385
|
-
}> | undefined;
|
|
1386
|
-
metadata?: {
|
|
1387
|
-
name?: string | undefined;
|
|
1388
|
-
projectDescription?: string | undefined;
|
|
1389
|
-
authors?: string[] | undefined;
|
|
1390
|
-
license?: string | undefined;
|
|
1391
|
-
homepage?: string | undefined;
|
|
1392
|
-
} | undefined;
|
|
1393
1393
|
projectDir: string;
|
|
1394
1394
|
environment: Record<string, string | {
|
|
1395
1395
|
storage?: Record<string, string> | undefined;
|
|
@@ -1772,6 +1772,37 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1772
1772
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
1773
1773
|
config: z.ZodObject<z.extendShape<{
|
|
1774
1774
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
1775
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1776
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1777
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1778
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1779
|
+
license: z.ZodOptional<z.ZodString>;
|
|
1780
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
1781
|
+
}, "strip", z.ZodTypeAny, {
|
|
1782
|
+
name?: string | undefined;
|
|
1783
|
+
projectDescription?: string | undefined;
|
|
1784
|
+
authors?: string[] | undefined;
|
|
1785
|
+
license?: string | undefined;
|
|
1786
|
+
homepage?: string | undefined;
|
|
1787
|
+
}, {
|
|
1788
|
+
name?: string | undefined;
|
|
1789
|
+
projectDescription?: string | undefined;
|
|
1790
|
+
authors?: string[] | undefined;
|
|
1791
|
+
license?: string | undefined;
|
|
1792
|
+
homepage?: string | undefined;
|
|
1793
|
+
}>>;
|
|
1794
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
1795
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
1796
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1797
|
+
sourceFile: z.ZodString;
|
|
1798
|
+
hash: z.ZodString;
|
|
1799
|
+
}, "strip", z.ZodTypeAny, {
|
|
1800
|
+
sourceFile: string;
|
|
1801
|
+
hash: string;
|
|
1802
|
+
}, {
|
|
1803
|
+
sourceFile: string;
|
|
1804
|
+
hash: string;
|
|
1805
|
+
}>>>;
|
|
1775
1806
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1776
1807
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
1777
1808
|
name: z.ZodString;
|
|
@@ -1782,8 +1813,23 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1782
1813
|
type: "npm" | "binary" | "deno";
|
|
1783
1814
|
name: string;
|
|
1784
1815
|
}>, "many">>;
|
|
1785
|
-
|
|
1786
|
-
|
|
1816
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1817
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1818
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
1819
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1820
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1821
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1822
|
+
}, "strip", z.ZodTypeAny, {
|
|
1823
|
+
storage?: Record<string, string> | undefined;
|
|
1824
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1825
|
+
networks: string[];
|
|
1826
|
+
sandboxes: string[];
|
|
1827
|
+
}, {
|
|
1828
|
+
storage?: Record<string, string> | undefined;
|
|
1829
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1830
|
+
networks: string[];
|
|
1831
|
+
sandboxes: string[];
|
|
1832
|
+
}>, z.ZodString]>>;
|
|
1787
1833
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1788
1834
|
label: z.ZodString;
|
|
1789
1835
|
rpcUrl: z.ZodString;
|
|
@@ -1909,68 +1955,22 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1909
1955
|
label: string;
|
|
1910
1956
|
rpcUrl: string;
|
|
1911
1957
|
}, {
|
|
1912
|
-
plugin?: string | undefined;
|
|
1913
|
-
accounts?: Record<string, string | {
|
|
1914
|
-
publicKeyHash: string;
|
|
1915
|
-
encryptedKey: string;
|
|
1916
|
-
secretKey: string;
|
|
1917
|
-
}> | undefined;
|
|
1918
|
-
protocol?: string | undefined;
|
|
1919
|
-
tzkt?: {
|
|
1920
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1921
|
-
postgresqlPort?: number | undefined;
|
|
1922
|
-
apiPort?: number | undefined;
|
|
1923
|
-
} | undefined;
|
|
1924
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1925
|
-
label: string;
|
|
1926
|
-
rpcUrl: string;
|
|
1927
|
-
}>>>;
|
|
1928
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1929
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
1930
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1931
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1932
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1933
|
-
}, "strip", z.ZodTypeAny, {
|
|
1934
|
-
storage?: Record<string, string> | undefined;
|
|
1935
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1936
|
-
networks: string[];
|
|
1937
|
-
sandboxes: string[];
|
|
1938
|
-
}, {
|
|
1939
|
-
storage?: Record<string, string> | undefined;
|
|
1940
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1941
|
-
networks: string[];
|
|
1942
|
-
sandboxes: string[];
|
|
1943
|
-
}>, z.ZodString]>>;
|
|
1944
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1945
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1946
|
-
sourceFile: z.ZodString;
|
|
1947
|
-
hash: z.ZodString;
|
|
1948
|
-
}, "strip", z.ZodTypeAny, {
|
|
1949
|
-
sourceFile: string;
|
|
1950
|
-
hash: string;
|
|
1951
|
-
}, {
|
|
1952
|
-
sourceFile: string;
|
|
1953
|
-
hash: string;
|
|
1954
|
-
}>>>;
|
|
1955
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
1956
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1957
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1958
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1959
|
-
license: z.ZodOptional<z.ZodString>;
|
|
1960
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
1961
|
-
}, "strip", z.ZodTypeAny, {
|
|
1962
|
-
name?: string | undefined;
|
|
1963
|
-
projectDescription?: string | undefined;
|
|
1964
|
-
authors?: string[] | undefined;
|
|
1965
|
-
license?: string | undefined;
|
|
1966
|
-
homepage?: string | undefined;
|
|
1967
|
-
}, {
|
|
1968
|
-
name?: string | undefined;
|
|
1969
|
-
projectDescription?: string | undefined;
|
|
1970
|
-
authors?: string[] | undefined;
|
|
1971
|
-
license?: string | undefined;
|
|
1972
|
-
homepage?: string | undefined;
|
|
1973
|
-
}>>;
|
|
1958
|
+
plugin?: string | undefined;
|
|
1959
|
+
accounts?: Record<string, string | {
|
|
1960
|
+
publicKeyHash: string;
|
|
1961
|
+
encryptedKey: string;
|
|
1962
|
+
secretKey: string;
|
|
1963
|
+
}> | undefined;
|
|
1964
|
+
protocol?: string | undefined;
|
|
1965
|
+
tzkt?: {
|
|
1966
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1967
|
+
postgresqlPort?: number | undefined;
|
|
1968
|
+
apiPort?: number | undefined;
|
|
1969
|
+
} | undefined;
|
|
1970
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1971
|
+
label: string;
|
|
1972
|
+
rpcUrl: string;
|
|
1973
|
+
}>>>;
|
|
1974
1974
|
}, {
|
|
1975
1975
|
projectDir: z.ZodString;
|
|
1976
1976
|
configFile: z.ZodString;
|
|
@@ -1994,12 +1994,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
1994
1994
|
rpcUrl: string;
|
|
1995
1995
|
}> | undefined;
|
|
1996
1996
|
language?: "en" | "fr" | undefined;
|
|
1997
|
+
metadata?: {
|
|
1998
|
+
name?: string | undefined;
|
|
1999
|
+
projectDescription?: string | undefined;
|
|
2000
|
+
authors?: string[] | undefined;
|
|
2001
|
+
license?: string | undefined;
|
|
2002
|
+
homepage?: string | undefined;
|
|
2003
|
+
} | undefined;
|
|
2004
|
+
artifactsDir?: string | undefined;
|
|
2005
|
+
contractsDir?: string | undefined;
|
|
2006
|
+
contracts?: Record<string, {
|
|
2007
|
+
sourceFile: string;
|
|
2008
|
+
hash: string;
|
|
2009
|
+
}> | undefined;
|
|
1997
2010
|
plugins?: {
|
|
1998
2011
|
type: "npm" | "binary" | "deno";
|
|
1999
2012
|
name: string;
|
|
2000
2013
|
}[] | undefined;
|
|
2001
|
-
|
|
2002
|
-
artifactsDir?: string | undefined;
|
|
2014
|
+
accounts?: Record<string, string> | undefined;
|
|
2003
2015
|
network?: Record<string, {
|
|
2004
2016
|
accounts?: Record<string, {
|
|
2005
2017
|
mnemonic?: string | undefined;
|
|
@@ -2018,18 +2030,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2018
2030
|
label: string;
|
|
2019
2031
|
rpcUrl: string;
|
|
2020
2032
|
}> | undefined;
|
|
2021
|
-
accounts?: Record<string, string> | undefined;
|
|
2022
|
-
contracts?: Record<string, {
|
|
2023
|
-
sourceFile: string;
|
|
2024
|
-
hash: string;
|
|
2025
|
-
}> | undefined;
|
|
2026
|
-
metadata?: {
|
|
2027
|
-
name?: string | undefined;
|
|
2028
|
-
projectDescription?: string | undefined;
|
|
2029
|
-
authors?: string[] | undefined;
|
|
2030
|
-
license?: string | undefined;
|
|
2031
|
-
homepage?: string | undefined;
|
|
2032
|
-
} | undefined;
|
|
2033
2033
|
projectDir: string;
|
|
2034
2034
|
environment: Record<string, string | {
|
|
2035
2035
|
storage?: Record<string, string> | undefined;
|
|
@@ -2058,12 +2058,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2058
2058
|
rpcUrl: string;
|
|
2059
2059
|
}> | undefined;
|
|
2060
2060
|
language?: "en" | "fr" | undefined;
|
|
2061
|
+
metadata?: {
|
|
2062
|
+
name?: string | undefined;
|
|
2063
|
+
projectDescription?: string | undefined;
|
|
2064
|
+
authors?: string[] | undefined;
|
|
2065
|
+
license?: string | undefined;
|
|
2066
|
+
homepage?: string | undefined;
|
|
2067
|
+
} | undefined;
|
|
2068
|
+
artifactsDir?: string | undefined;
|
|
2069
|
+
contractsDir?: string | undefined;
|
|
2070
|
+
contracts?: Record<string, {
|
|
2071
|
+
sourceFile: string;
|
|
2072
|
+
hash: string;
|
|
2073
|
+
}> | undefined;
|
|
2061
2074
|
plugins?: {
|
|
2062
2075
|
type: "npm" | "binary" | "deno";
|
|
2063
2076
|
name: string;
|
|
2064
2077
|
}[] | undefined;
|
|
2065
|
-
|
|
2066
|
-
artifactsDir?: string | undefined;
|
|
2078
|
+
accounts?: Record<string, string> | undefined;
|
|
2067
2079
|
network?: Record<string, {
|
|
2068
2080
|
accounts?: Record<string, {
|
|
2069
2081
|
mnemonic?: string | undefined;
|
|
@@ -2082,18 +2094,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2082
2094
|
label: string;
|
|
2083
2095
|
rpcUrl: string;
|
|
2084
2096
|
}> | undefined;
|
|
2085
|
-
accounts?: Record<string, string> | undefined;
|
|
2086
|
-
contracts?: Record<string, {
|
|
2087
|
-
sourceFile: string;
|
|
2088
|
-
hash: string;
|
|
2089
|
-
}> | undefined;
|
|
2090
|
-
metadata?: {
|
|
2091
|
-
name?: string | undefined;
|
|
2092
|
-
projectDescription?: string | undefined;
|
|
2093
|
-
authors?: string[] | undefined;
|
|
2094
|
-
license?: string | undefined;
|
|
2095
|
-
homepage?: string | undefined;
|
|
2096
|
-
} | undefined;
|
|
2097
2097
|
projectDir: string;
|
|
2098
2098
|
environment: Record<string, string | {
|
|
2099
2099
|
storage?: Record<string, string> | undefined;
|
|
@@ -2140,12 +2140,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2140
2140
|
rpcUrl: string;
|
|
2141
2141
|
}> | undefined;
|
|
2142
2142
|
language?: "en" | "fr" | undefined;
|
|
2143
|
+
metadata?: {
|
|
2144
|
+
name?: string | undefined;
|
|
2145
|
+
projectDescription?: string | undefined;
|
|
2146
|
+
authors?: string[] | undefined;
|
|
2147
|
+
license?: string | undefined;
|
|
2148
|
+
homepage?: string | undefined;
|
|
2149
|
+
} | undefined;
|
|
2150
|
+
artifactsDir?: string | undefined;
|
|
2151
|
+
contractsDir?: string | undefined;
|
|
2152
|
+
contracts?: Record<string, {
|
|
2153
|
+
sourceFile: string;
|
|
2154
|
+
hash: string;
|
|
2155
|
+
}> | undefined;
|
|
2143
2156
|
plugins?: {
|
|
2144
2157
|
type: "npm" | "binary" | "deno";
|
|
2145
2158
|
name: string;
|
|
2146
2159
|
}[] | undefined;
|
|
2147
|
-
|
|
2148
|
-
artifactsDir?: string | undefined;
|
|
2160
|
+
accounts?: Record<string, string> | undefined;
|
|
2149
2161
|
network?: Record<string, {
|
|
2150
2162
|
accounts?: Record<string, {
|
|
2151
2163
|
mnemonic?: string | undefined;
|
|
@@ -2164,18 +2176,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2164
2176
|
label: string;
|
|
2165
2177
|
rpcUrl: string;
|
|
2166
2178
|
}> | undefined;
|
|
2167
|
-
accounts?: Record<string, string> | undefined;
|
|
2168
|
-
contracts?: Record<string, {
|
|
2169
|
-
sourceFile: string;
|
|
2170
|
-
hash: string;
|
|
2171
|
-
}> | undefined;
|
|
2172
|
-
metadata?: {
|
|
2173
|
-
name?: string | undefined;
|
|
2174
|
-
projectDescription?: string | undefined;
|
|
2175
|
-
authors?: string[] | undefined;
|
|
2176
|
-
license?: string | undefined;
|
|
2177
|
-
homepage?: string | undefined;
|
|
2178
|
-
} | undefined;
|
|
2179
2179
|
projectDir: string;
|
|
2180
2180
|
environment: Record<string, string | {
|
|
2181
2181
|
storage?: Record<string, string> | undefined;
|
|
@@ -2222,12 +2222,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2222
2222
|
rpcUrl: string;
|
|
2223
2223
|
}> | undefined;
|
|
2224
2224
|
language?: "en" | "fr" | undefined;
|
|
2225
|
+
metadata?: {
|
|
2226
|
+
name?: string | undefined;
|
|
2227
|
+
projectDescription?: string | undefined;
|
|
2228
|
+
authors?: string[] | undefined;
|
|
2229
|
+
license?: string | undefined;
|
|
2230
|
+
homepage?: string | undefined;
|
|
2231
|
+
} | undefined;
|
|
2232
|
+
artifactsDir?: string | undefined;
|
|
2233
|
+
contractsDir?: string | undefined;
|
|
2234
|
+
contracts?: Record<string, {
|
|
2235
|
+
sourceFile: string;
|
|
2236
|
+
hash: string;
|
|
2237
|
+
}> | undefined;
|
|
2225
2238
|
plugins?: {
|
|
2226
2239
|
type: "npm" | "binary" | "deno";
|
|
2227
2240
|
name: string;
|
|
2228
2241
|
}[] | undefined;
|
|
2229
|
-
|
|
2230
|
-
artifactsDir?: string | undefined;
|
|
2242
|
+
accounts?: Record<string, string> | undefined;
|
|
2231
2243
|
network?: Record<string, {
|
|
2232
2244
|
accounts?: Record<string, {
|
|
2233
2245
|
mnemonic?: string | undefined;
|
|
@@ -2246,18 +2258,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2246
2258
|
label: string;
|
|
2247
2259
|
rpcUrl: string;
|
|
2248
2260
|
}> | undefined;
|
|
2249
|
-
accounts?: Record<string, string> | undefined;
|
|
2250
|
-
contracts?: Record<string, {
|
|
2251
|
-
sourceFile: string;
|
|
2252
|
-
hash: string;
|
|
2253
|
-
}> | undefined;
|
|
2254
|
-
metadata?: {
|
|
2255
|
-
name?: string | undefined;
|
|
2256
|
-
projectDescription?: string | undefined;
|
|
2257
|
-
authors?: string[] | undefined;
|
|
2258
|
-
license?: string | undefined;
|
|
2259
|
-
homepage?: string | undefined;
|
|
2260
|
-
} | undefined;
|
|
2261
2261
|
projectDir: string;
|
|
2262
2262
|
environment: Record<string, string | {
|
|
2263
2263
|
storage?: Record<string, string> | undefined;
|
|
@@ -2406,6 +2406,37 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2406
2406
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
2407
2407
|
config: z.ZodObject<z.extendShape<{
|
|
2408
2408
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
2409
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
2410
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2411
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
2412
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2413
|
+
license: z.ZodOptional<z.ZodString>;
|
|
2414
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
2415
|
+
}, "strip", z.ZodTypeAny, {
|
|
2416
|
+
name?: string | undefined;
|
|
2417
|
+
projectDescription?: string | undefined;
|
|
2418
|
+
authors?: string[] | undefined;
|
|
2419
|
+
license?: string | undefined;
|
|
2420
|
+
homepage?: string | undefined;
|
|
2421
|
+
}, {
|
|
2422
|
+
name?: string | undefined;
|
|
2423
|
+
projectDescription?: string | undefined;
|
|
2424
|
+
authors?: string[] | undefined;
|
|
2425
|
+
license?: string | undefined;
|
|
2426
|
+
homepage?: string | undefined;
|
|
2427
|
+
}>>;
|
|
2428
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
2429
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
2430
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2431
|
+
sourceFile: z.ZodString;
|
|
2432
|
+
hash: z.ZodString;
|
|
2433
|
+
}, "strip", z.ZodTypeAny, {
|
|
2434
|
+
sourceFile: string;
|
|
2435
|
+
hash: string;
|
|
2436
|
+
}, {
|
|
2437
|
+
sourceFile: string;
|
|
2438
|
+
hash: string;
|
|
2439
|
+
}>>>;
|
|
2409
2440
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2410
2441
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
2411
2442
|
name: z.ZodString;
|
|
@@ -2416,8 +2447,23 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2416
2447
|
type: "npm" | "binary" | "deno";
|
|
2417
2448
|
name: string;
|
|
2418
2449
|
}>, "many">>;
|
|
2419
|
-
|
|
2420
|
-
|
|
2450
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2451
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
2452
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
2453
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
2454
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2455
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2456
|
+
}, "strip", z.ZodTypeAny, {
|
|
2457
|
+
storage?: Record<string, string> | undefined;
|
|
2458
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2459
|
+
networks: string[];
|
|
2460
|
+
sandboxes: string[];
|
|
2461
|
+
}, {
|
|
2462
|
+
storage?: Record<string, string> | undefined;
|
|
2463
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2464
|
+
networks: string[];
|
|
2465
|
+
sandboxes: string[];
|
|
2466
|
+
}>, z.ZodString]>>;
|
|
2421
2467
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2422
2468
|
label: z.ZodString;
|
|
2423
2469
|
rpcUrl: z.ZodString;
|
|
@@ -2559,52 +2605,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2559
2605
|
label: string;
|
|
2560
2606
|
rpcUrl: string;
|
|
2561
2607
|
}>>>;
|
|
2562
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
2563
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
2564
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
2565
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2566
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2567
|
-
}, "strip", z.ZodTypeAny, {
|
|
2568
|
-
storage?: Record<string, string> | undefined;
|
|
2569
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2570
|
-
networks: string[];
|
|
2571
|
-
sandboxes: string[];
|
|
2572
|
-
}, {
|
|
2573
|
-
storage?: Record<string, string> | undefined;
|
|
2574
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2575
|
-
networks: string[];
|
|
2576
|
-
sandboxes: string[];
|
|
2577
|
-
}>, z.ZodString]>>;
|
|
2578
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2579
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2580
|
-
sourceFile: z.ZodString;
|
|
2581
|
-
hash: z.ZodString;
|
|
2582
|
-
}, "strip", z.ZodTypeAny, {
|
|
2583
|
-
sourceFile: string;
|
|
2584
|
-
hash: string;
|
|
2585
|
-
}, {
|
|
2586
|
-
sourceFile: string;
|
|
2587
|
-
hash: string;
|
|
2588
|
-
}>>>;
|
|
2589
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
2590
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2591
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
2592
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2593
|
-
license: z.ZodOptional<z.ZodString>;
|
|
2594
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
2595
|
-
}, "strip", z.ZodTypeAny, {
|
|
2596
|
-
name?: string | undefined;
|
|
2597
|
-
projectDescription?: string | undefined;
|
|
2598
|
-
authors?: string[] | undefined;
|
|
2599
|
-
license?: string | undefined;
|
|
2600
|
-
homepage?: string | undefined;
|
|
2601
|
-
}, {
|
|
2602
|
-
name?: string | undefined;
|
|
2603
|
-
projectDescription?: string | undefined;
|
|
2604
|
-
authors?: string[] | undefined;
|
|
2605
|
-
license?: string | undefined;
|
|
2606
|
-
homepage?: string | undefined;
|
|
2607
|
-
}>>;
|
|
2608
2608
|
}, {
|
|
2609
2609
|
projectDir: z.ZodString;
|
|
2610
2610
|
configFile: z.ZodString;
|
|
@@ -2628,12 +2628,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2628
2628
|
rpcUrl: string;
|
|
2629
2629
|
}> | undefined;
|
|
2630
2630
|
language?: "en" | "fr" | undefined;
|
|
2631
|
+
metadata?: {
|
|
2632
|
+
name?: string | undefined;
|
|
2633
|
+
projectDescription?: string | undefined;
|
|
2634
|
+
authors?: string[] | undefined;
|
|
2635
|
+
license?: string | undefined;
|
|
2636
|
+
homepage?: string | undefined;
|
|
2637
|
+
} | undefined;
|
|
2638
|
+
artifactsDir?: string | undefined;
|
|
2639
|
+
contractsDir?: string | undefined;
|
|
2640
|
+
contracts?: Record<string, {
|
|
2641
|
+
sourceFile: string;
|
|
2642
|
+
hash: string;
|
|
2643
|
+
}> | undefined;
|
|
2631
2644
|
plugins?: {
|
|
2632
2645
|
type: "npm" | "binary" | "deno";
|
|
2633
2646
|
name: string;
|
|
2634
2647
|
}[] | undefined;
|
|
2635
|
-
|
|
2636
|
-
artifactsDir?: string | undefined;
|
|
2648
|
+
accounts?: Record<string, string> | undefined;
|
|
2637
2649
|
network?: Record<string, {
|
|
2638
2650
|
accounts?: Record<string, {
|
|
2639
2651
|
mnemonic?: string | undefined;
|
|
@@ -2648,22 +2660,10 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2648
2660
|
password: string;
|
|
2649
2661
|
amount: string;
|
|
2650
2662
|
activation_code: string;
|
|
2651
|
-
} | undefined;
|
|
2652
|
-
label: string;
|
|
2653
|
-
rpcUrl: string;
|
|
2654
|
-
}> | undefined;
|
|
2655
|
-
accounts?: Record<string, string> | undefined;
|
|
2656
|
-
contracts?: Record<string, {
|
|
2657
|
-
sourceFile: string;
|
|
2658
|
-
hash: string;
|
|
2659
|
-
}> | undefined;
|
|
2660
|
-
metadata?: {
|
|
2661
|
-
name?: string | undefined;
|
|
2662
|
-
projectDescription?: string | undefined;
|
|
2663
|
-
authors?: string[] | undefined;
|
|
2664
|
-
license?: string | undefined;
|
|
2665
|
-
homepage?: string | undefined;
|
|
2666
|
-
} | undefined;
|
|
2663
|
+
} | undefined;
|
|
2664
|
+
label: string;
|
|
2665
|
+
rpcUrl: string;
|
|
2666
|
+
}> | undefined;
|
|
2667
2667
|
projectDir: string;
|
|
2668
2668
|
environment: Record<string, string | {
|
|
2669
2669
|
storage?: Record<string, string> | undefined;
|
|
@@ -2692,12 +2692,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2692
2692
|
rpcUrl: string;
|
|
2693
2693
|
}> | undefined;
|
|
2694
2694
|
language?: "en" | "fr" | undefined;
|
|
2695
|
+
metadata?: {
|
|
2696
|
+
name?: string | undefined;
|
|
2697
|
+
projectDescription?: string | undefined;
|
|
2698
|
+
authors?: string[] | undefined;
|
|
2699
|
+
license?: string | undefined;
|
|
2700
|
+
homepage?: string | undefined;
|
|
2701
|
+
} | undefined;
|
|
2702
|
+
artifactsDir?: string | undefined;
|
|
2703
|
+
contractsDir?: string | undefined;
|
|
2704
|
+
contracts?: Record<string, {
|
|
2705
|
+
sourceFile: string;
|
|
2706
|
+
hash: string;
|
|
2707
|
+
}> | undefined;
|
|
2695
2708
|
plugins?: {
|
|
2696
2709
|
type: "npm" | "binary" | "deno";
|
|
2697
2710
|
name: string;
|
|
2698
2711
|
}[] | undefined;
|
|
2699
|
-
|
|
2700
|
-
artifactsDir?: string | undefined;
|
|
2712
|
+
accounts?: Record<string, string> | undefined;
|
|
2701
2713
|
network?: Record<string, {
|
|
2702
2714
|
accounts?: Record<string, {
|
|
2703
2715
|
mnemonic?: string | undefined;
|
|
@@ -2716,18 +2728,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2716
2728
|
label: string;
|
|
2717
2729
|
rpcUrl: string;
|
|
2718
2730
|
}> | undefined;
|
|
2719
|
-
accounts?: Record<string, string> | undefined;
|
|
2720
|
-
contracts?: Record<string, {
|
|
2721
|
-
sourceFile: string;
|
|
2722
|
-
hash: string;
|
|
2723
|
-
}> | undefined;
|
|
2724
|
-
metadata?: {
|
|
2725
|
-
name?: string | undefined;
|
|
2726
|
-
projectDescription?: string | undefined;
|
|
2727
|
-
authors?: string[] | undefined;
|
|
2728
|
-
license?: string | undefined;
|
|
2729
|
-
homepage?: string | undefined;
|
|
2730
|
-
} | undefined;
|
|
2731
2731
|
projectDir: string;
|
|
2732
2732
|
environment: Record<string, string | {
|
|
2733
2733
|
storage?: Record<string, string> | undefined;
|
|
@@ -2774,12 +2774,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2774
2774
|
rpcUrl: string;
|
|
2775
2775
|
}> | undefined;
|
|
2776
2776
|
language?: "en" | "fr" | undefined;
|
|
2777
|
+
metadata?: {
|
|
2778
|
+
name?: string | undefined;
|
|
2779
|
+
projectDescription?: string | undefined;
|
|
2780
|
+
authors?: string[] | undefined;
|
|
2781
|
+
license?: string | undefined;
|
|
2782
|
+
homepage?: string | undefined;
|
|
2783
|
+
} | undefined;
|
|
2784
|
+
artifactsDir?: string | undefined;
|
|
2785
|
+
contractsDir?: string | undefined;
|
|
2786
|
+
contracts?: Record<string, {
|
|
2787
|
+
sourceFile: string;
|
|
2788
|
+
hash: string;
|
|
2789
|
+
}> | undefined;
|
|
2777
2790
|
plugins?: {
|
|
2778
2791
|
type: "npm" | "binary" | "deno";
|
|
2779
2792
|
name: string;
|
|
2780
2793
|
}[] | undefined;
|
|
2781
|
-
|
|
2782
|
-
artifactsDir?: string | undefined;
|
|
2794
|
+
accounts?: Record<string, string> | undefined;
|
|
2783
2795
|
network?: Record<string, {
|
|
2784
2796
|
accounts?: Record<string, {
|
|
2785
2797
|
mnemonic?: string | undefined;
|
|
@@ -2798,18 +2810,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2798
2810
|
label: string;
|
|
2799
2811
|
rpcUrl: string;
|
|
2800
2812
|
}> | undefined;
|
|
2801
|
-
accounts?: Record<string, string> | undefined;
|
|
2802
|
-
contracts?: Record<string, {
|
|
2803
|
-
sourceFile: string;
|
|
2804
|
-
hash: string;
|
|
2805
|
-
}> | undefined;
|
|
2806
|
-
metadata?: {
|
|
2807
|
-
name?: string | undefined;
|
|
2808
|
-
projectDescription?: string | undefined;
|
|
2809
|
-
authors?: string[] | undefined;
|
|
2810
|
-
license?: string | undefined;
|
|
2811
|
-
homepage?: string | undefined;
|
|
2812
|
-
} | undefined;
|
|
2813
2813
|
projectDir: string;
|
|
2814
2814
|
environment: Record<string, string | {
|
|
2815
2815
|
storage?: Record<string, string> | undefined;
|
|
@@ -2856,12 +2856,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2856
2856
|
rpcUrl: string;
|
|
2857
2857
|
}> | undefined;
|
|
2858
2858
|
language?: "en" | "fr" | undefined;
|
|
2859
|
+
metadata?: {
|
|
2860
|
+
name?: string | undefined;
|
|
2861
|
+
projectDescription?: string | undefined;
|
|
2862
|
+
authors?: string[] | undefined;
|
|
2863
|
+
license?: string | undefined;
|
|
2864
|
+
homepage?: string | undefined;
|
|
2865
|
+
} | undefined;
|
|
2866
|
+
artifactsDir?: string | undefined;
|
|
2867
|
+
contractsDir?: string | undefined;
|
|
2868
|
+
contracts?: Record<string, {
|
|
2869
|
+
sourceFile: string;
|
|
2870
|
+
hash: string;
|
|
2871
|
+
}> | undefined;
|
|
2859
2872
|
plugins?: {
|
|
2860
2873
|
type: "npm" | "binary" | "deno";
|
|
2861
2874
|
name: string;
|
|
2862
2875
|
}[] | undefined;
|
|
2863
|
-
|
|
2864
|
-
artifactsDir?: string | undefined;
|
|
2876
|
+
accounts?: Record<string, string> | undefined;
|
|
2865
2877
|
network?: Record<string, {
|
|
2866
2878
|
accounts?: Record<string, {
|
|
2867
2879
|
mnemonic?: string | undefined;
|
|
@@ -2880,18 +2892,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
2880
2892
|
label: string;
|
|
2881
2893
|
rpcUrl: string;
|
|
2882
2894
|
}> | undefined;
|
|
2883
|
-
accounts?: Record<string, string> | undefined;
|
|
2884
|
-
contracts?: Record<string, {
|
|
2885
|
-
sourceFile: string;
|
|
2886
|
-
hash: string;
|
|
2887
|
-
}> | undefined;
|
|
2888
|
-
metadata?: {
|
|
2889
|
-
name?: string | undefined;
|
|
2890
|
-
projectDescription?: string | undefined;
|
|
2891
|
-
authors?: string[] | undefined;
|
|
2892
|
-
license?: string | undefined;
|
|
2893
|
-
homepage?: string | undefined;
|
|
2894
|
-
} | undefined;
|
|
2895
2895
|
projectDir: string;
|
|
2896
2896
|
environment: Record<string, string | {
|
|
2897
2897
|
storage?: Record<string, string> | undefined;
|
|
@@ -3124,6 +3124,37 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3124
3124
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
3125
3125
|
config: z.ZodObject<z.extendShape<{
|
|
3126
3126
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
3127
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
3128
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3129
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
3130
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3131
|
+
license: z.ZodOptional<z.ZodString>;
|
|
3132
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
3133
|
+
}, "strip", z.ZodTypeAny, {
|
|
3134
|
+
name?: string | undefined;
|
|
3135
|
+
projectDescription?: string | undefined;
|
|
3136
|
+
authors?: string[] | undefined;
|
|
3137
|
+
license?: string | undefined;
|
|
3138
|
+
homepage?: string | undefined;
|
|
3139
|
+
}, {
|
|
3140
|
+
name?: string | undefined;
|
|
3141
|
+
projectDescription?: string | undefined;
|
|
3142
|
+
authors?: string[] | undefined;
|
|
3143
|
+
license?: string | undefined;
|
|
3144
|
+
homepage?: string | undefined;
|
|
3145
|
+
}>>;
|
|
3146
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3147
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3148
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3149
|
+
sourceFile: z.ZodString;
|
|
3150
|
+
hash: z.ZodString;
|
|
3151
|
+
}, "strip", z.ZodTypeAny, {
|
|
3152
|
+
sourceFile: string;
|
|
3153
|
+
hash: string;
|
|
3154
|
+
}, {
|
|
3155
|
+
sourceFile: string;
|
|
3156
|
+
hash: string;
|
|
3157
|
+
}>>>;
|
|
3127
3158
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3128
3159
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
3129
3160
|
name: z.ZodString;
|
|
@@ -3134,8 +3165,23 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3134
3165
|
type: "npm" | "binary" | "deno";
|
|
3135
3166
|
name: string;
|
|
3136
3167
|
}>, "many">>;
|
|
3137
|
-
|
|
3138
|
-
|
|
3168
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3169
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
3170
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
3171
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
3172
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3173
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3174
|
+
}, "strip", z.ZodTypeAny, {
|
|
3175
|
+
storage?: Record<string, string> | undefined;
|
|
3176
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3177
|
+
networks: string[];
|
|
3178
|
+
sandboxes: string[];
|
|
3179
|
+
}, {
|
|
3180
|
+
storage?: Record<string, string> | undefined;
|
|
3181
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3182
|
+
networks: string[];
|
|
3183
|
+
sandboxes: string[];
|
|
3184
|
+
}>, z.ZodString]>>;
|
|
3139
3185
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3140
3186
|
label: z.ZodString;
|
|
3141
3187
|
rpcUrl: z.ZodString;
|
|
@@ -3277,52 +3323,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3277
3323
|
label: string;
|
|
3278
3324
|
rpcUrl: string;
|
|
3279
3325
|
}>>>;
|
|
3280
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
3281
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
3282
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
3283
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3284
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3285
|
-
}, "strip", z.ZodTypeAny, {
|
|
3286
|
-
storage?: Record<string, string> | undefined;
|
|
3287
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3288
|
-
networks: string[];
|
|
3289
|
-
sandboxes: string[];
|
|
3290
|
-
}, {
|
|
3291
|
-
storage?: Record<string, string> | undefined;
|
|
3292
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3293
|
-
networks: string[];
|
|
3294
|
-
sandboxes: string[];
|
|
3295
|
-
}>, z.ZodString]>>;
|
|
3296
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3297
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3298
|
-
sourceFile: z.ZodString;
|
|
3299
|
-
hash: z.ZodString;
|
|
3300
|
-
}, "strip", z.ZodTypeAny, {
|
|
3301
|
-
sourceFile: string;
|
|
3302
|
-
hash: string;
|
|
3303
|
-
}, {
|
|
3304
|
-
sourceFile: string;
|
|
3305
|
-
hash: string;
|
|
3306
|
-
}>>>;
|
|
3307
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
3308
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3309
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
3310
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3311
|
-
license: z.ZodOptional<z.ZodString>;
|
|
3312
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
3313
|
-
}, "strip", z.ZodTypeAny, {
|
|
3314
|
-
name?: string | undefined;
|
|
3315
|
-
projectDescription?: string | undefined;
|
|
3316
|
-
authors?: string[] | undefined;
|
|
3317
|
-
license?: string | undefined;
|
|
3318
|
-
homepage?: string | undefined;
|
|
3319
|
-
}, {
|
|
3320
|
-
name?: string | undefined;
|
|
3321
|
-
projectDescription?: string | undefined;
|
|
3322
|
-
authors?: string[] | undefined;
|
|
3323
|
-
license?: string | undefined;
|
|
3324
|
-
homepage?: string | undefined;
|
|
3325
|
-
}>>;
|
|
3326
3326
|
}, {
|
|
3327
3327
|
projectDir: z.ZodString;
|
|
3328
3328
|
configFile: z.ZodString;
|
|
@@ -3346,12 +3346,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3346
3346
|
rpcUrl: string;
|
|
3347
3347
|
}> | undefined;
|
|
3348
3348
|
language?: "en" | "fr" | undefined;
|
|
3349
|
+
metadata?: {
|
|
3350
|
+
name?: string | undefined;
|
|
3351
|
+
projectDescription?: string | undefined;
|
|
3352
|
+
authors?: string[] | undefined;
|
|
3353
|
+
license?: string | undefined;
|
|
3354
|
+
homepage?: string | undefined;
|
|
3355
|
+
} | undefined;
|
|
3356
|
+
artifactsDir?: string | undefined;
|
|
3357
|
+
contractsDir?: string | undefined;
|
|
3358
|
+
contracts?: Record<string, {
|
|
3359
|
+
sourceFile: string;
|
|
3360
|
+
hash: string;
|
|
3361
|
+
}> | undefined;
|
|
3349
3362
|
plugins?: {
|
|
3350
3363
|
type: "npm" | "binary" | "deno";
|
|
3351
3364
|
name: string;
|
|
3352
3365
|
}[] | undefined;
|
|
3353
|
-
|
|
3354
|
-
artifactsDir?: string | undefined;
|
|
3366
|
+
accounts?: Record<string, string> | undefined;
|
|
3355
3367
|
network?: Record<string, {
|
|
3356
3368
|
accounts?: Record<string, {
|
|
3357
3369
|
mnemonic?: string | undefined;
|
|
@@ -3370,18 +3382,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3370
3382
|
label: string;
|
|
3371
3383
|
rpcUrl: string;
|
|
3372
3384
|
}> | undefined;
|
|
3373
|
-
accounts?: Record<string, string> | undefined;
|
|
3374
|
-
contracts?: Record<string, {
|
|
3375
|
-
sourceFile: string;
|
|
3376
|
-
hash: string;
|
|
3377
|
-
}> | undefined;
|
|
3378
|
-
metadata?: {
|
|
3379
|
-
name?: string | undefined;
|
|
3380
|
-
projectDescription?: string | undefined;
|
|
3381
|
-
authors?: string[] | undefined;
|
|
3382
|
-
license?: string | undefined;
|
|
3383
|
-
homepage?: string | undefined;
|
|
3384
|
-
} | undefined;
|
|
3385
3385
|
projectDir: string;
|
|
3386
3386
|
environment: Record<string, string | {
|
|
3387
3387
|
storage?: Record<string, string> | undefined;
|
|
@@ -3410,12 +3410,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3410
3410
|
rpcUrl: string;
|
|
3411
3411
|
}> | undefined;
|
|
3412
3412
|
language?: "en" | "fr" | undefined;
|
|
3413
|
+
metadata?: {
|
|
3414
|
+
name?: string | undefined;
|
|
3415
|
+
projectDescription?: string | undefined;
|
|
3416
|
+
authors?: string[] | undefined;
|
|
3417
|
+
license?: string | undefined;
|
|
3418
|
+
homepage?: string | undefined;
|
|
3419
|
+
} | undefined;
|
|
3420
|
+
artifactsDir?: string | undefined;
|
|
3421
|
+
contractsDir?: string | undefined;
|
|
3422
|
+
contracts?: Record<string, {
|
|
3423
|
+
sourceFile: string;
|
|
3424
|
+
hash: string;
|
|
3425
|
+
}> | undefined;
|
|
3413
3426
|
plugins?: {
|
|
3414
3427
|
type: "npm" | "binary" | "deno";
|
|
3415
3428
|
name: string;
|
|
3416
3429
|
}[] | undefined;
|
|
3417
|
-
|
|
3418
|
-
artifactsDir?: string | undefined;
|
|
3430
|
+
accounts?: Record<string, string> | undefined;
|
|
3419
3431
|
network?: Record<string, {
|
|
3420
3432
|
accounts?: Record<string, {
|
|
3421
3433
|
mnemonic?: string | undefined;
|
|
@@ -3434,18 +3446,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3434
3446
|
label: string;
|
|
3435
3447
|
rpcUrl: string;
|
|
3436
3448
|
}> | undefined;
|
|
3437
|
-
accounts?: Record<string, string> | undefined;
|
|
3438
|
-
contracts?: Record<string, {
|
|
3439
|
-
sourceFile: string;
|
|
3440
|
-
hash: string;
|
|
3441
|
-
}> | undefined;
|
|
3442
|
-
metadata?: {
|
|
3443
|
-
name?: string | undefined;
|
|
3444
|
-
projectDescription?: string | undefined;
|
|
3445
|
-
authors?: string[] | undefined;
|
|
3446
|
-
license?: string | undefined;
|
|
3447
|
-
homepage?: string | undefined;
|
|
3448
|
-
} | undefined;
|
|
3449
3449
|
projectDir: string;
|
|
3450
3450
|
environment: Record<string, string | {
|
|
3451
3451
|
storage?: Record<string, string> | undefined;
|
|
@@ -3492,12 +3492,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3492
3492
|
rpcUrl: string;
|
|
3493
3493
|
}> | undefined;
|
|
3494
3494
|
language?: "en" | "fr" | undefined;
|
|
3495
|
+
metadata?: {
|
|
3496
|
+
name?: string | undefined;
|
|
3497
|
+
projectDescription?: string | undefined;
|
|
3498
|
+
authors?: string[] | undefined;
|
|
3499
|
+
license?: string | undefined;
|
|
3500
|
+
homepage?: string | undefined;
|
|
3501
|
+
} | undefined;
|
|
3502
|
+
artifactsDir?: string | undefined;
|
|
3503
|
+
contractsDir?: string | undefined;
|
|
3504
|
+
contracts?: Record<string, {
|
|
3505
|
+
sourceFile: string;
|
|
3506
|
+
hash: string;
|
|
3507
|
+
}> | undefined;
|
|
3495
3508
|
plugins?: {
|
|
3496
3509
|
type: "npm" | "binary" | "deno";
|
|
3497
3510
|
name: string;
|
|
3498
|
-
}[] | undefined;
|
|
3499
|
-
|
|
3500
|
-
artifactsDir?: string | undefined;
|
|
3511
|
+
}[] | undefined;
|
|
3512
|
+
accounts?: Record<string, string> | undefined;
|
|
3501
3513
|
network?: Record<string, {
|
|
3502
3514
|
accounts?: Record<string, {
|
|
3503
3515
|
mnemonic?: string | undefined;
|
|
@@ -3516,18 +3528,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3516
3528
|
label: string;
|
|
3517
3529
|
rpcUrl: string;
|
|
3518
3530
|
}> | undefined;
|
|
3519
|
-
accounts?: Record<string, string> | undefined;
|
|
3520
|
-
contracts?: Record<string, {
|
|
3521
|
-
sourceFile: string;
|
|
3522
|
-
hash: string;
|
|
3523
|
-
}> | undefined;
|
|
3524
|
-
metadata?: {
|
|
3525
|
-
name?: string | undefined;
|
|
3526
|
-
projectDescription?: string | undefined;
|
|
3527
|
-
authors?: string[] | undefined;
|
|
3528
|
-
license?: string | undefined;
|
|
3529
|
-
homepage?: string | undefined;
|
|
3530
|
-
} | undefined;
|
|
3531
3531
|
projectDir: string;
|
|
3532
3532
|
environment: Record<string, string | {
|
|
3533
3533
|
storage?: Record<string, string> | undefined;
|
|
@@ -3574,12 +3574,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3574
3574
|
rpcUrl: string;
|
|
3575
3575
|
}> | undefined;
|
|
3576
3576
|
language?: "en" | "fr" | undefined;
|
|
3577
|
+
metadata?: {
|
|
3578
|
+
name?: string | undefined;
|
|
3579
|
+
projectDescription?: string | undefined;
|
|
3580
|
+
authors?: string[] | undefined;
|
|
3581
|
+
license?: string | undefined;
|
|
3582
|
+
homepage?: string | undefined;
|
|
3583
|
+
} | undefined;
|
|
3584
|
+
artifactsDir?: string | undefined;
|
|
3585
|
+
contractsDir?: string | undefined;
|
|
3586
|
+
contracts?: Record<string, {
|
|
3587
|
+
sourceFile: string;
|
|
3588
|
+
hash: string;
|
|
3589
|
+
}> | undefined;
|
|
3577
3590
|
plugins?: {
|
|
3578
3591
|
type: "npm" | "binary" | "deno";
|
|
3579
3592
|
name: string;
|
|
3580
3593
|
}[] | undefined;
|
|
3581
|
-
|
|
3582
|
-
artifactsDir?: string | undefined;
|
|
3594
|
+
accounts?: Record<string, string> | undefined;
|
|
3583
3595
|
network?: Record<string, {
|
|
3584
3596
|
accounts?: Record<string, {
|
|
3585
3597
|
mnemonic?: string | undefined;
|
|
@@ -3598,18 +3610,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3598
3610
|
label: string;
|
|
3599
3611
|
rpcUrl: string;
|
|
3600
3612
|
}> | undefined;
|
|
3601
|
-
accounts?: Record<string, string> | undefined;
|
|
3602
|
-
contracts?: Record<string, {
|
|
3603
|
-
sourceFile: string;
|
|
3604
|
-
hash: string;
|
|
3605
|
-
}> | undefined;
|
|
3606
|
-
metadata?: {
|
|
3607
|
-
name?: string | undefined;
|
|
3608
|
-
projectDescription?: string | undefined;
|
|
3609
|
-
authors?: string[] | undefined;
|
|
3610
|
-
license?: string | undefined;
|
|
3611
|
-
homepage?: string | undefined;
|
|
3612
|
-
} | undefined;
|
|
3613
3613
|
projectDir: string;
|
|
3614
3614
|
environment: Record<string, string | {
|
|
3615
3615
|
storage?: Record<string, string> | undefined;
|
|
@@ -3670,12 +3670,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3670
3670
|
rpcUrl: string;
|
|
3671
3671
|
}> | undefined;
|
|
3672
3672
|
language?: "en" | "fr" | undefined;
|
|
3673
|
+
metadata?: {
|
|
3674
|
+
name?: string | undefined;
|
|
3675
|
+
projectDescription?: string | undefined;
|
|
3676
|
+
authors?: string[] | undefined;
|
|
3677
|
+
license?: string | undefined;
|
|
3678
|
+
homepage?: string | undefined;
|
|
3679
|
+
} | undefined;
|
|
3680
|
+
artifactsDir?: string | undefined;
|
|
3681
|
+
contractsDir?: string | undefined;
|
|
3682
|
+
contracts?: Record<string, {
|
|
3683
|
+
sourceFile: string;
|
|
3684
|
+
hash: string;
|
|
3685
|
+
}> | undefined;
|
|
3673
3686
|
plugins?: {
|
|
3674
3687
|
type: "npm" | "binary" | "deno";
|
|
3675
3688
|
name: string;
|
|
3676
3689
|
}[] | undefined;
|
|
3677
|
-
|
|
3678
|
-
artifactsDir?: string | undefined;
|
|
3690
|
+
accounts?: Record<string, string> | undefined;
|
|
3679
3691
|
network?: Record<string, {
|
|
3680
3692
|
accounts?: Record<string, {
|
|
3681
3693
|
mnemonic?: string | undefined;
|
|
@@ -3694,18 +3706,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3694
3706
|
label: string;
|
|
3695
3707
|
rpcUrl: string;
|
|
3696
3708
|
}> | undefined;
|
|
3697
|
-
accounts?: Record<string, string> | undefined;
|
|
3698
|
-
contracts?: Record<string, {
|
|
3699
|
-
sourceFile: string;
|
|
3700
|
-
hash: string;
|
|
3701
|
-
}> | undefined;
|
|
3702
|
-
metadata?: {
|
|
3703
|
-
name?: string | undefined;
|
|
3704
|
-
projectDescription?: string | undefined;
|
|
3705
|
-
authors?: string[] | undefined;
|
|
3706
|
-
license?: string | undefined;
|
|
3707
|
-
homepage?: string | undefined;
|
|
3708
|
-
} | undefined;
|
|
3709
3709
|
projectDir: string;
|
|
3710
3710
|
environment: Record<string, string | {
|
|
3711
3711
|
storage?: Record<string, string> | undefined;
|
|
@@ -3786,12 +3786,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3786
3786
|
rpcUrl: string;
|
|
3787
3787
|
}> | undefined;
|
|
3788
3788
|
language?: "en" | "fr" | undefined;
|
|
3789
|
+
metadata?: {
|
|
3790
|
+
name?: string | undefined;
|
|
3791
|
+
projectDescription?: string | undefined;
|
|
3792
|
+
authors?: string[] | undefined;
|
|
3793
|
+
license?: string | undefined;
|
|
3794
|
+
homepage?: string | undefined;
|
|
3795
|
+
} | undefined;
|
|
3796
|
+
artifactsDir?: string | undefined;
|
|
3797
|
+
contractsDir?: string | undefined;
|
|
3798
|
+
contracts?: Record<string, {
|
|
3799
|
+
sourceFile: string;
|
|
3800
|
+
hash: string;
|
|
3801
|
+
}> | undefined;
|
|
3789
3802
|
plugins?: {
|
|
3790
3803
|
type: "npm" | "binary" | "deno";
|
|
3791
3804
|
name: string;
|
|
3792
3805
|
}[] | undefined;
|
|
3793
|
-
|
|
3794
|
-
artifactsDir?: string | undefined;
|
|
3806
|
+
accounts?: Record<string, string> | undefined;
|
|
3795
3807
|
network?: Record<string, {
|
|
3796
3808
|
accounts?: Record<string, {
|
|
3797
3809
|
mnemonic?: string | undefined;
|
|
@@ -3810,18 +3822,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3810
3822
|
label: string;
|
|
3811
3823
|
rpcUrl: string;
|
|
3812
3824
|
}> | undefined;
|
|
3813
|
-
accounts?: Record<string, string> | undefined;
|
|
3814
|
-
contracts?: Record<string, {
|
|
3815
|
-
sourceFile: string;
|
|
3816
|
-
hash: string;
|
|
3817
|
-
}> | undefined;
|
|
3818
|
-
metadata?: {
|
|
3819
|
-
name?: string | undefined;
|
|
3820
|
-
projectDescription?: string | undefined;
|
|
3821
|
-
authors?: string[] | undefined;
|
|
3822
|
-
license?: string | undefined;
|
|
3823
|
-
homepage?: string | undefined;
|
|
3824
|
-
} | undefined;
|
|
3825
3825
|
projectDir: string;
|
|
3826
3826
|
environment: Record<string, string | {
|
|
3827
3827
|
storage?: Record<string, string> | undefined;
|
|
@@ -3902,12 +3902,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3902
3902
|
rpcUrl: string;
|
|
3903
3903
|
}> | undefined;
|
|
3904
3904
|
language?: "en" | "fr" | undefined;
|
|
3905
|
+
metadata?: {
|
|
3906
|
+
name?: string | undefined;
|
|
3907
|
+
projectDescription?: string | undefined;
|
|
3908
|
+
authors?: string[] | undefined;
|
|
3909
|
+
license?: string | undefined;
|
|
3910
|
+
homepage?: string | undefined;
|
|
3911
|
+
} | undefined;
|
|
3912
|
+
artifactsDir?: string | undefined;
|
|
3913
|
+
contractsDir?: string | undefined;
|
|
3914
|
+
contracts?: Record<string, {
|
|
3915
|
+
sourceFile: string;
|
|
3916
|
+
hash: string;
|
|
3917
|
+
}> | undefined;
|
|
3905
3918
|
plugins?: {
|
|
3906
3919
|
type: "npm" | "binary" | "deno";
|
|
3907
3920
|
name: string;
|
|
3908
3921
|
}[] | undefined;
|
|
3909
|
-
|
|
3910
|
-
artifactsDir?: string | undefined;
|
|
3922
|
+
accounts?: Record<string, string> | undefined;
|
|
3911
3923
|
network?: Record<string, {
|
|
3912
3924
|
accounts?: Record<string, {
|
|
3913
3925
|
mnemonic?: string | undefined;
|
|
@@ -3926,18 +3938,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
3926
3938
|
label: string;
|
|
3927
3939
|
rpcUrl: string;
|
|
3928
3940
|
}> | undefined;
|
|
3929
|
-
accounts?: Record<string, string> | undefined;
|
|
3930
|
-
contracts?: Record<string, {
|
|
3931
|
-
sourceFile: string;
|
|
3932
|
-
hash: string;
|
|
3933
|
-
}> | undefined;
|
|
3934
|
-
metadata?: {
|
|
3935
|
-
name?: string | undefined;
|
|
3936
|
-
projectDescription?: string | undefined;
|
|
3937
|
-
authors?: string[] | undefined;
|
|
3938
|
-
license?: string | undefined;
|
|
3939
|
-
homepage?: string | undefined;
|
|
3940
|
-
} | undefined;
|
|
3941
3941
|
projectDir: string;
|
|
3942
3942
|
environment: Record<string, string | {
|
|
3943
3943
|
storage?: Record<string, string> | undefined;
|
|
@@ -4043,6 +4043,37 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4043
4043
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
4044
4044
|
config: z.ZodObject<z.extendShape<{
|
|
4045
4045
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
4046
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
4047
|
+
name: z.ZodOptional<z.ZodString>;
|
|
4048
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
4049
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4050
|
+
license: z.ZodOptional<z.ZodString>;
|
|
4051
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
4052
|
+
}, "strip", z.ZodTypeAny, {
|
|
4053
|
+
name?: string | undefined;
|
|
4054
|
+
projectDescription?: string | undefined;
|
|
4055
|
+
authors?: string[] | undefined;
|
|
4056
|
+
license?: string | undefined;
|
|
4057
|
+
homepage?: string | undefined;
|
|
4058
|
+
}, {
|
|
4059
|
+
name?: string | undefined;
|
|
4060
|
+
projectDescription?: string | undefined;
|
|
4061
|
+
authors?: string[] | undefined;
|
|
4062
|
+
license?: string | undefined;
|
|
4063
|
+
homepage?: string | undefined;
|
|
4064
|
+
}>>;
|
|
4065
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
4066
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
4067
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4068
|
+
sourceFile: z.ZodString;
|
|
4069
|
+
hash: z.ZodString;
|
|
4070
|
+
}, "strip", z.ZodTypeAny, {
|
|
4071
|
+
sourceFile: string;
|
|
4072
|
+
hash: string;
|
|
4073
|
+
}, {
|
|
4074
|
+
sourceFile: string;
|
|
4075
|
+
hash: string;
|
|
4076
|
+
}>>>;
|
|
4046
4077
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4047
4078
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
4048
4079
|
name: z.ZodString;
|
|
@@ -4053,8 +4084,23 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4053
4084
|
type: "npm" | "binary" | "deno";
|
|
4054
4085
|
name: string;
|
|
4055
4086
|
}>, "many">>;
|
|
4056
|
-
|
|
4057
|
-
|
|
4087
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4088
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
4089
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
4090
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
4091
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4092
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
4093
|
+
}, "strip", z.ZodTypeAny, {
|
|
4094
|
+
storage?: Record<string, string> | undefined;
|
|
4095
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
4096
|
+
networks: string[];
|
|
4097
|
+
sandboxes: string[];
|
|
4098
|
+
}, {
|
|
4099
|
+
storage?: Record<string, string> | undefined;
|
|
4100
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
4101
|
+
networks: string[];
|
|
4102
|
+
sandboxes: string[];
|
|
4103
|
+
}>, z.ZodString]>>;
|
|
4058
4104
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4059
4105
|
label: z.ZodString;
|
|
4060
4106
|
rpcUrl: z.ZodString;
|
|
@@ -4196,52 +4242,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4196
4242
|
label: string;
|
|
4197
4243
|
rpcUrl: string;
|
|
4198
4244
|
}>>>;
|
|
4199
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
4200
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
4201
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
4202
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4203
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
4204
|
-
}, "strip", z.ZodTypeAny, {
|
|
4205
|
-
storage?: Record<string, string> | undefined;
|
|
4206
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
4207
|
-
networks: string[];
|
|
4208
|
-
sandboxes: string[];
|
|
4209
|
-
}, {
|
|
4210
|
-
storage?: Record<string, string> | undefined;
|
|
4211
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
4212
|
-
networks: string[];
|
|
4213
|
-
sandboxes: string[];
|
|
4214
|
-
}>, z.ZodString]>>;
|
|
4215
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4216
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4217
|
-
sourceFile: z.ZodString;
|
|
4218
|
-
hash: z.ZodString;
|
|
4219
|
-
}, "strip", z.ZodTypeAny, {
|
|
4220
|
-
sourceFile: string;
|
|
4221
|
-
hash: string;
|
|
4222
|
-
}, {
|
|
4223
|
-
sourceFile: string;
|
|
4224
|
-
hash: string;
|
|
4225
|
-
}>>>;
|
|
4226
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
4227
|
-
name: z.ZodOptional<z.ZodString>;
|
|
4228
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
4229
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4230
|
-
license: z.ZodOptional<z.ZodString>;
|
|
4231
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
4232
|
-
}, "strip", z.ZodTypeAny, {
|
|
4233
|
-
name?: string | undefined;
|
|
4234
|
-
projectDescription?: string | undefined;
|
|
4235
|
-
authors?: string[] | undefined;
|
|
4236
|
-
license?: string | undefined;
|
|
4237
|
-
homepage?: string | undefined;
|
|
4238
|
-
}, {
|
|
4239
|
-
name?: string | undefined;
|
|
4240
|
-
projectDescription?: string | undefined;
|
|
4241
|
-
authors?: string[] | undefined;
|
|
4242
|
-
license?: string | undefined;
|
|
4243
|
-
homepage?: string | undefined;
|
|
4244
|
-
}>>;
|
|
4245
4245
|
}, {
|
|
4246
4246
|
projectDir: z.ZodString;
|
|
4247
4247
|
configFile: z.ZodString;
|
|
@@ -4265,12 +4265,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4265
4265
|
rpcUrl: string;
|
|
4266
4266
|
}> | undefined;
|
|
4267
4267
|
language?: "en" | "fr" | undefined;
|
|
4268
|
+
metadata?: {
|
|
4269
|
+
name?: string | undefined;
|
|
4270
|
+
projectDescription?: string | undefined;
|
|
4271
|
+
authors?: string[] | undefined;
|
|
4272
|
+
license?: string | undefined;
|
|
4273
|
+
homepage?: string | undefined;
|
|
4274
|
+
} | undefined;
|
|
4275
|
+
artifactsDir?: string | undefined;
|
|
4276
|
+
contractsDir?: string | undefined;
|
|
4277
|
+
contracts?: Record<string, {
|
|
4278
|
+
sourceFile: string;
|
|
4279
|
+
hash: string;
|
|
4280
|
+
}> | undefined;
|
|
4268
4281
|
plugins?: {
|
|
4269
4282
|
type: "npm" | "binary" | "deno";
|
|
4270
4283
|
name: string;
|
|
4271
4284
|
}[] | undefined;
|
|
4272
|
-
|
|
4273
|
-
artifactsDir?: string | undefined;
|
|
4285
|
+
accounts?: Record<string, string> | undefined;
|
|
4274
4286
|
network?: Record<string, {
|
|
4275
4287
|
accounts?: Record<string, {
|
|
4276
4288
|
mnemonic?: string | undefined;
|
|
@@ -4289,18 +4301,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4289
4301
|
label: string;
|
|
4290
4302
|
rpcUrl: string;
|
|
4291
4303
|
}> | undefined;
|
|
4292
|
-
accounts?: Record<string, string> | undefined;
|
|
4293
|
-
contracts?: Record<string, {
|
|
4294
|
-
sourceFile: string;
|
|
4295
|
-
hash: string;
|
|
4296
|
-
}> | undefined;
|
|
4297
|
-
metadata?: {
|
|
4298
|
-
name?: string | undefined;
|
|
4299
|
-
projectDescription?: string | undefined;
|
|
4300
|
-
authors?: string[] | undefined;
|
|
4301
|
-
license?: string | undefined;
|
|
4302
|
-
homepage?: string | undefined;
|
|
4303
|
-
} | undefined;
|
|
4304
4304
|
projectDir: string;
|
|
4305
4305
|
environment: Record<string, string | {
|
|
4306
4306
|
storage?: Record<string, string> | undefined;
|
|
@@ -4328,13 +4328,25 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4328
4328
|
label: string;
|
|
4329
4329
|
rpcUrl: string;
|
|
4330
4330
|
}> | undefined;
|
|
4331
|
-
language?: "en" | "fr" | undefined;
|
|
4331
|
+
language?: "en" | "fr" | undefined;
|
|
4332
|
+
metadata?: {
|
|
4333
|
+
name?: string | undefined;
|
|
4334
|
+
projectDescription?: string | undefined;
|
|
4335
|
+
authors?: string[] | undefined;
|
|
4336
|
+
license?: string | undefined;
|
|
4337
|
+
homepage?: string | undefined;
|
|
4338
|
+
} | undefined;
|
|
4339
|
+
artifactsDir?: string | undefined;
|
|
4340
|
+
contractsDir?: string | undefined;
|
|
4341
|
+
contracts?: Record<string, {
|
|
4342
|
+
sourceFile: string;
|
|
4343
|
+
hash: string;
|
|
4344
|
+
}> | undefined;
|
|
4332
4345
|
plugins?: {
|
|
4333
4346
|
type: "npm" | "binary" | "deno";
|
|
4334
4347
|
name: string;
|
|
4335
4348
|
}[] | undefined;
|
|
4336
|
-
|
|
4337
|
-
artifactsDir?: string | undefined;
|
|
4349
|
+
accounts?: Record<string, string> | undefined;
|
|
4338
4350
|
network?: Record<string, {
|
|
4339
4351
|
accounts?: Record<string, {
|
|
4340
4352
|
mnemonic?: string | undefined;
|
|
@@ -4353,18 +4365,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4353
4365
|
label: string;
|
|
4354
4366
|
rpcUrl: string;
|
|
4355
4367
|
}> | undefined;
|
|
4356
|
-
accounts?: Record<string, string> | undefined;
|
|
4357
|
-
contracts?: Record<string, {
|
|
4358
|
-
sourceFile: string;
|
|
4359
|
-
hash: string;
|
|
4360
|
-
}> | undefined;
|
|
4361
|
-
metadata?: {
|
|
4362
|
-
name?: string | undefined;
|
|
4363
|
-
projectDescription?: string | undefined;
|
|
4364
|
-
authors?: string[] | undefined;
|
|
4365
|
-
license?: string | undefined;
|
|
4366
|
-
homepage?: string | undefined;
|
|
4367
|
-
} | undefined;
|
|
4368
4368
|
projectDir: string;
|
|
4369
4369
|
environment: Record<string, string | {
|
|
4370
4370
|
storage?: Record<string, string> | undefined;
|
|
@@ -4411,12 +4411,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4411
4411
|
rpcUrl: string;
|
|
4412
4412
|
}> | undefined;
|
|
4413
4413
|
language?: "en" | "fr" | undefined;
|
|
4414
|
+
metadata?: {
|
|
4415
|
+
name?: string | undefined;
|
|
4416
|
+
projectDescription?: string | undefined;
|
|
4417
|
+
authors?: string[] | undefined;
|
|
4418
|
+
license?: string | undefined;
|
|
4419
|
+
homepage?: string | undefined;
|
|
4420
|
+
} | undefined;
|
|
4421
|
+
artifactsDir?: string | undefined;
|
|
4422
|
+
contractsDir?: string | undefined;
|
|
4423
|
+
contracts?: Record<string, {
|
|
4424
|
+
sourceFile: string;
|
|
4425
|
+
hash: string;
|
|
4426
|
+
}> | undefined;
|
|
4414
4427
|
plugins?: {
|
|
4415
4428
|
type: "npm" | "binary" | "deno";
|
|
4416
4429
|
name: string;
|
|
4417
4430
|
}[] | undefined;
|
|
4418
|
-
|
|
4419
|
-
artifactsDir?: string | undefined;
|
|
4431
|
+
accounts?: Record<string, string> | undefined;
|
|
4420
4432
|
network?: Record<string, {
|
|
4421
4433
|
accounts?: Record<string, {
|
|
4422
4434
|
mnemonic?: string | undefined;
|
|
@@ -4435,18 +4447,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4435
4447
|
label: string;
|
|
4436
4448
|
rpcUrl: string;
|
|
4437
4449
|
}> | undefined;
|
|
4438
|
-
accounts?: Record<string, string> | undefined;
|
|
4439
|
-
contracts?: Record<string, {
|
|
4440
|
-
sourceFile: string;
|
|
4441
|
-
hash: string;
|
|
4442
|
-
}> | undefined;
|
|
4443
|
-
metadata?: {
|
|
4444
|
-
name?: string | undefined;
|
|
4445
|
-
projectDescription?: string | undefined;
|
|
4446
|
-
authors?: string[] | undefined;
|
|
4447
|
-
license?: string | undefined;
|
|
4448
|
-
homepage?: string | undefined;
|
|
4449
|
-
} | undefined;
|
|
4450
4450
|
projectDir: string;
|
|
4451
4451
|
environment: Record<string, string | {
|
|
4452
4452
|
storage?: Record<string, string> | undefined;
|
|
@@ -4493,12 +4493,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4493
4493
|
rpcUrl: string;
|
|
4494
4494
|
}> | undefined;
|
|
4495
4495
|
language?: "en" | "fr" | undefined;
|
|
4496
|
+
metadata?: {
|
|
4497
|
+
name?: string | undefined;
|
|
4498
|
+
projectDescription?: string | undefined;
|
|
4499
|
+
authors?: string[] | undefined;
|
|
4500
|
+
license?: string | undefined;
|
|
4501
|
+
homepage?: string | undefined;
|
|
4502
|
+
} | undefined;
|
|
4503
|
+
artifactsDir?: string | undefined;
|
|
4504
|
+
contractsDir?: string | undefined;
|
|
4505
|
+
contracts?: Record<string, {
|
|
4506
|
+
sourceFile: string;
|
|
4507
|
+
hash: string;
|
|
4508
|
+
}> | undefined;
|
|
4496
4509
|
plugins?: {
|
|
4497
4510
|
type: "npm" | "binary" | "deno";
|
|
4498
4511
|
name: string;
|
|
4499
4512
|
}[] | undefined;
|
|
4500
|
-
|
|
4501
|
-
artifactsDir?: string | undefined;
|
|
4513
|
+
accounts?: Record<string, string> | undefined;
|
|
4502
4514
|
network?: Record<string, {
|
|
4503
4515
|
accounts?: Record<string, {
|
|
4504
4516
|
mnemonic?: string | undefined;
|
|
@@ -4517,18 +4529,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4517
4529
|
label: string;
|
|
4518
4530
|
rpcUrl: string;
|
|
4519
4531
|
}> | undefined;
|
|
4520
|
-
accounts?: Record<string, string> | undefined;
|
|
4521
|
-
contracts?: Record<string, {
|
|
4522
|
-
sourceFile: string;
|
|
4523
|
-
hash: string;
|
|
4524
|
-
}> | undefined;
|
|
4525
|
-
metadata?: {
|
|
4526
|
-
name?: string | undefined;
|
|
4527
|
-
projectDescription?: string | undefined;
|
|
4528
|
-
authors?: string[] | undefined;
|
|
4529
|
-
license?: string | undefined;
|
|
4530
|
-
homepage?: string | undefined;
|
|
4531
|
-
} | undefined;
|
|
4532
4532
|
projectDir: string;
|
|
4533
4533
|
environment: Record<string, string | {
|
|
4534
4534
|
storage?: Record<string, string> | undefined;
|
|
@@ -4615,12 +4615,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4615
4615
|
rpcUrl: string;
|
|
4616
4616
|
}> | undefined;
|
|
4617
4617
|
language?: "en" | "fr" | undefined;
|
|
4618
|
+
metadata?: {
|
|
4619
|
+
name?: string | undefined;
|
|
4620
|
+
projectDescription?: string | undefined;
|
|
4621
|
+
authors?: string[] | undefined;
|
|
4622
|
+
license?: string | undefined;
|
|
4623
|
+
homepage?: string | undefined;
|
|
4624
|
+
} | undefined;
|
|
4625
|
+
artifactsDir?: string | undefined;
|
|
4626
|
+
contractsDir?: string | undefined;
|
|
4627
|
+
contracts?: Record<string, {
|
|
4628
|
+
sourceFile: string;
|
|
4629
|
+
hash: string;
|
|
4630
|
+
}> | undefined;
|
|
4618
4631
|
plugins?: {
|
|
4619
4632
|
type: "npm" | "binary" | "deno";
|
|
4620
4633
|
name: string;
|
|
4621
4634
|
}[] | undefined;
|
|
4622
|
-
|
|
4623
|
-
artifactsDir?: string | undefined;
|
|
4635
|
+
accounts?: Record<string, string> | undefined;
|
|
4624
4636
|
network?: Record<string, {
|
|
4625
4637
|
accounts?: Record<string, {
|
|
4626
4638
|
mnemonic?: string | undefined;
|
|
@@ -4639,18 +4651,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4639
4651
|
label: string;
|
|
4640
4652
|
rpcUrl: string;
|
|
4641
4653
|
}> | undefined;
|
|
4642
|
-
accounts?: Record<string, string> | undefined;
|
|
4643
|
-
contracts?: Record<string, {
|
|
4644
|
-
sourceFile: string;
|
|
4645
|
-
hash: string;
|
|
4646
|
-
}> | undefined;
|
|
4647
|
-
metadata?: {
|
|
4648
|
-
name?: string | undefined;
|
|
4649
|
-
projectDescription?: string | undefined;
|
|
4650
|
-
authors?: string[] | undefined;
|
|
4651
|
-
license?: string | undefined;
|
|
4652
|
-
homepage?: string | undefined;
|
|
4653
|
-
} | undefined;
|
|
4654
4654
|
projectDir: string;
|
|
4655
4655
|
environment: Record<string, string | {
|
|
4656
4656
|
storage?: Record<string, string> | undefined;
|
|
@@ -4727,12 +4727,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4727
4727
|
rpcUrl: string;
|
|
4728
4728
|
}> | undefined;
|
|
4729
4729
|
language?: "en" | "fr" | undefined;
|
|
4730
|
+
metadata?: {
|
|
4731
|
+
name?: string | undefined;
|
|
4732
|
+
projectDescription?: string | undefined;
|
|
4733
|
+
authors?: string[] | undefined;
|
|
4734
|
+
license?: string | undefined;
|
|
4735
|
+
homepage?: string | undefined;
|
|
4736
|
+
} | undefined;
|
|
4737
|
+
artifactsDir?: string | undefined;
|
|
4738
|
+
contractsDir?: string | undefined;
|
|
4739
|
+
contracts?: Record<string, {
|
|
4740
|
+
sourceFile: string;
|
|
4741
|
+
hash: string;
|
|
4742
|
+
}> | undefined;
|
|
4730
4743
|
plugins?: {
|
|
4731
4744
|
type: "npm" | "binary" | "deno";
|
|
4732
4745
|
name: string;
|
|
4733
4746
|
}[] | undefined;
|
|
4734
|
-
|
|
4735
|
-
artifactsDir?: string | undefined;
|
|
4747
|
+
accounts?: Record<string, string> | undefined;
|
|
4736
4748
|
network?: Record<string, {
|
|
4737
4749
|
accounts?: Record<string, {
|
|
4738
4750
|
mnemonic?: string | undefined;
|
|
@@ -4751,18 +4763,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4751
4763
|
label: string;
|
|
4752
4764
|
rpcUrl: string;
|
|
4753
4765
|
}> | undefined;
|
|
4754
|
-
accounts?: Record<string, string> | undefined;
|
|
4755
|
-
contracts?: Record<string, {
|
|
4756
|
-
sourceFile: string;
|
|
4757
|
-
hash: string;
|
|
4758
|
-
}> | undefined;
|
|
4759
|
-
metadata?: {
|
|
4760
|
-
name?: string | undefined;
|
|
4761
|
-
projectDescription?: string | undefined;
|
|
4762
|
-
authors?: string[] | undefined;
|
|
4763
|
-
license?: string | undefined;
|
|
4764
|
-
homepage?: string | undefined;
|
|
4765
|
-
} | undefined;
|
|
4766
4766
|
projectDir: string;
|
|
4767
4767
|
environment: Record<string, string | {
|
|
4768
4768
|
storage?: Record<string, string> | undefined;
|
|
@@ -4839,12 +4839,24 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4839
4839
|
rpcUrl: string;
|
|
4840
4840
|
}> | undefined;
|
|
4841
4841
|
language?: "en" | "fr" | undefined;
|
|
4842
|
+
metadata?: {
|
|
4843
|
+
name?: string | undefined;
|
|
4844
|
+
projectDescription?: string | undefined;
|
|
4845
|
+
authors?: string[] | undefined;
|
|
4846
|
+
license?: string | undefined;
|
|
4847
|
+
homepage?: string | undefined;
|
|
4848
|
+
} | undefined;
|
|
4849
|
+
artifactsDir?: string | undefined;
|
|
4850
|
+
contractsDir?: string | undefined;
|
|
4851
|
+
contracts?: Record<string, {
|
|
4852
|
+
sourceFile: string;
|
|
4853
|
+
hash: string;
|
|
4854
|
+
}> | undefined;
|
|
4842
4855
|
plugins?: {
|
|
4843
4856
|
type: "npm" | "binary" | "deno";
|
|
4844
4857
|
name: string;
|
|
4845
4858
|
}[] | undefined;
|
|
4846
|
-
|
|
4847
|
-
artifactsDir?: string | undefined;
|
|
4859
|
+
accounts?: Record<string, string> | undefined;
|
|
4848
4860
|
network?: Record<string, {
|
|
4849
4861
|
accounts?: Record<string, {
|
|
4850
4862
|
mnemonic?: string | undefined;
|
|
@@ -4863,18 +4875,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<z.extendShape<{
|
|
|
4863
4875
|
label: string;
|
|
4864
4876
|
rpcUrl: string;
|
|
4865
4877
|
}> | undefined;
|
|
4866
|
-
accounts?: Record<string, string> | undefined;
|
|
4867
|
-
contracts?: Record<string, {
|
|
4868
|
-
sourceFile: string;
|
|
4869
|
-
hash: string;
|
|
4870
|
-
}> | undefined;
|
|
4871
|
-
metadata?: {
|
|
4872
|
-
name?: string | undefined;
|
|
4873
|
-
projectDescription?: string | undefined;
|
|
4874
|
-
authors?: string[] | undefined;
|
|
4875
|
-
license?: string | undefined;
|
|
4876
|
-
homepage?: string | undefined;
|
|
4877
|
-
} | undefined;
|
|
4878
4878
|
projectDir: string;
|
|
4879
4879
|
environment: Record<string, string | {
|
|
4880
4880
|
storage?: Record<string, string> | undefined;
|
|
@@ -5191,6 +5191,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5191
5191
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
5192
5192
|
config: z.ZodObject<z.extendShape<{
|
|
5193
5193
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
5194
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
5195
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5196
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
5197
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5198
|
+
license: z.ZodOptional<z.ZodString>;
|
|
5199
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
5200
|
+
}, "strip", z.ZodTypeAny, {
|
|
5201
|
+
name?: string | undefined;
|
|
5202
|
+
projectDescription?: string | undefined;
|
|
5203
|
+
authors?: string[] | undefined;
|
|
5204
|
+
license?: string | undefined;
|
|
5205
|
+
homepage?: string | undefined;
|
|
5206
|
+
}, {
|
|
5207
|
+
name?: string | undefined;
|
|
5208
|
+
projectDescription?: string | undefined;
|
|
5209
|
+
authors?: string[] | undefined;
|
|
5210
|
+
license?: string | undefined;
|
|
5211
|
+
homepage?: string | undefined;
|
|
5212
|
+
}>>;
|
|
5213
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
5214
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
5215
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5216
|
+
sourceFile: z.ZodString;
|
|
5217
|
+
hash: z.ZodString;
|
|
5218
|
+
}, "strip", z.ZodTypeAny, {
|
|
5219
|
+
sourceFile: string;
|
|
5220
|
+
hash: string;
|
|
5221
|
+
}, {
|
|
5222
|
+
sourceFile: string;
|
|
5223
|
+
hash: string;
|
|
5224
|
+
}>>>;
|
|
5194
5225
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5195
5226
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
5196
5227
|
name: z.ZodString;
|
|
@@ -5201,8 +5232,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5201
5232
|
type: "npm" | "binary" | "deno";
|
|
5202
5233
|
name: string;
|
|
5203
5234
|
}>, "many">>;
|
|
5204
|
-
|
|
5205
|
-
|
|
5235
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5236
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
5237
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
5238
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
5239
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5240
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5241
|
+
}, "strip", z.ZodTypeAny, {
|
|
5242
|
+
storage?: Record<string, string> | undefined;
|
|
5243
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5244
|
+
networks: string[];
|
|
5245
|
+
sandboxes: string[];
|
|
5246
|
+
}, {
|
|
5247
|
+
storage?: Record<string, string> | undefined;
|
|
5248
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5249
|
+
networks: string[];
|
|
5250
|
+
sandboxes: string[];
|
|
5251
|
+
}>, z.ZodString]>>;
|
|
5206
5252
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5207
5253
|
label: z.ZodString;
|
|
5208
5254
|
rpcUrl: z.ZodString;
|
|
@@ -5325,71 +5371,25 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5325
5371
|
apiPort?: number | undefined;
|
|
5326
5372
|
} | undefined;
|
|
5327
5373
|
annotations?: Record<string, unknown> | undefined;
|
|
5328
|
-
label: string;
|
|
5329
|
-
rpcUrl: string;
|
|
5330
|
-
}, {
|
|
5331
|
-
plugin?: string | undefined;
|
|
5332
|
-
accounts?: Record<string, string | {
|
|
5333
|
-
publicKeyHash: string;
|
|
5334
|
-
encryptedKey: string;
|
|
5335
|
-
secretKey: string;
|
|
5336
|
-
}> | undefined;
|
|
5337
|
-
protocol?: string | undefined;
|
|
5338
|
-
tzkt?: {
|
|
5339
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
5340
|
-
postgresqlPort?: number | undefined;
|
|
5341
|
-
apiPort?: number | undefined;
|
|
5342
|
-
} | undefined;
|
|
5343
|
-
annotations?: Record<string, unknown> | undefined;
|
|
5344
|
-
label: string;
|
|
5345
|
-
rpcUrl: string;
|
|
5346
|
-
}>>>;
|
|
5347
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
5348
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
5349
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
5350
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5351
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5352
|
-
}, "strip", z.ZodTypeAny, {
|
|
5353
|
-
storage?: Record<string, string> | undefined;
|
|
5354
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5355
|
-
networks: string[];
|
|
5356
|
-
sandboxes: string[];
|
|
5357
|
-
}, {
|
|
5358
|
-
storage?: Record<string, string> | undefined;
|
|
5359
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5360
|
-
networks: string[];
|
|
5361
|
-
sandboxes: string[];
|
|
5362
|
-
}>, z.ZodString]>>;
|
|
5363
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5364
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5365
|
-
sourceFile: z.ZodString;
|
|
5366
|
-
hash: z.ZodString;
|
|
5367
|
-
}, "strip", z.ZodTypeAny, {
|
|
5368
|
-
sourceFile: string;
|
|
5369
|
-
hash: string;
|
|
5374
|
+
label: string;
|
|
5375
|
+
rpcUrl: string;
|
|
5370
5376
|
}, {
|
|
5371
|
-
|
|
5372
|
-
|
|
5377
|
+
plugin?: string | undefined;
|
|
5378
|
+
accounts?: Record<string, string | {
|
|
5379
|
+
publicKeyHash: string;
|
|
5380
|
+
encryptedKey: string;
|
|
5381
|
+
secretKey: string;
|
|
5382
|
+
}> | undefined;
|
|
5383
|
+
protocol?: string | undefined;
|
|
5384
|
+
tzkt?: {
|
|
5385
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
5386
|
+
postgresqlPort?: number | undefined;
|
|
5387
|
+
apiPort?: number | undefined;
|
|
5388
|
+
} | undefined;
|
|
5389
|
+
annotations?: Record<string, unknown> | undefined;
|
|
5390
|
+
label: string;
|
|
5391
|
+
rpcUrl: string;
|
|
5373
5392
|
}>>>;
|
|
5374
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
5375
|
-
name: z.ZodOptional<z.ZodString>;
|
|
5376
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
5377
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5378
|
-
license: z.ZodOptional<z.ZodString>;
|
|
5379
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
5380
|
-
}, "strip", z.ZodTypeAny, {
|
|
5381
|
-
name?: string | undefined;
|
|
5382
|
-
projectDescription?: string | undefined;
|
|
5383
|
-
authors?: string[] | undefined;
|
|
5384
|
-
license?: string | undefined;
|
|
5385
|
-
homepage?: string | undefined;
|
|
5386
|
-
}, {
|
|
5387
|
-
name?: string | undefined;
|
|
5388
|
-
projectDescription?: string | undefined;
|
|
5389
|
-
authors?: string[] | undefined;
|
|
5390
|
-
license?: string | undefined;
|
|
5391
|
-
homepage?: string | undefined;
|
|
5392
|
-
}>>;
|
|
5393
5393
|
}, {
|
|
5394
5394
|
projectDir: z.ZodString;
|
|
5395
5395
|
configFile: z.ZodString;
|
|
@@ -5413,12 +5413,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5413
5413
|
rpcUrl: string;
|
|
5414
5414
|
}> | undefined;
|
|
5415
5415
|
language?: "en" | "fr" | undefined;
|
|
5416
|
+
metadata?: {
|
|
5417
|
+
name?: string | undefined;
|
|
5418
|
+
projectDescription?: string | undefined;
|
|
5419
|
+
authors?: string[] | undefined;
|
|
5420
|
+
license?: string | undefined;
|
|
5421
|
+
homepage?: string | undefined;
|
|
5422
|
+
} | undefined;
|
|
5423
|
+
artifactsDir?: string | undefined;
|
|
5424
|
+
contractsDir?: string | undefined;
|
|
5425
|
+
contracts?: Record<string, {
|
|
5426
|
+
sourceFile: string;
|
|
5427
|
+
hash: string;
|
|
5428
|
+
}> | undefined;
|
|
5416
5429
|
plugins?: {
|
|
5417
5430
|
type: "npm" | "binary" | "deno";
|
|
5418
5431
|
name: string;
|
|
5419
5432
|
}[] | undefined;
|
|
5420
|
-
|
|
5421
|
-
artifactsDir?: string | undefined;
|
|
5433
|
+
accounts?: Record<string, string> | undefined;
|
|
5422
5434
|
network?: Record<string, {
|
|
5423
5435
|
accounts?: Record<string, {
|
|
5424
5436
|
mnemonic?: string | undefined;
|
|
@@ -5437,18 +5449,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5437
5449
|
label: string;
|
|
5438
5450
|
rpcUrl: string;
|
|
5439
5451
|
}> | undefined;
|
|
5440
|
-
accounts?: Record<string, string> | undefined;
|
|
5441
|
-
contracts?: Record<string, {
|
|
5442
|
-
sourceFile: string;
|
|
5443
|
-
hash: string;
|
|
5444
|
-
}> | undefined;
|
|
5445
|
-
metadata?: {
|
|
5446
|
-
name?: string | undefined;
|
|
5447
|
-
projectDescription?: string | undefined;
|
|
5448
|
-
authors?: string[] | undefined;
|
|
5449
|
-
license?: string | undefined;
|
|
5450
|
-
homepage?: string | undefined;
|
|
5451
|
-
} | undefined;
|
|
5452
5452
|
projectDir: string;
|
|
5453
5453
|
environment: Record<string, string | {
|
|
5454
5454
|
storage?: Record<string, string> | undefined;
|
|
@@ -5477,12 +5477,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5477
5477
|
rpcUrl: string;
|
|
5478
5478
|
}> | undefined;
|
|
5479
5479
|
language?: "en" | "fr" | undefined;
|
|
5480
|
+
metadata?: {
|
|
5481
|
+
name?: string | undefined;
|
|
5482
|
+
projectDescription?: string | undefined;
|
|
5483
|
+
authors?: string[] | undefined;
|
|
5484
|
+
license?: string | undefined;
|
|
5485
|
+
homepage?: string | undefined;
|
|
5486
|
+
} | undefined;
|
|
5487
|
+
artifactsDir?: string | undefined;
|
|
5488
|
+
contractsDir?: string | undefined;
|
|
5489
|
+
contracts?: Record<string, {
|
|
5490
|
+
sourceFile: string;
|
|
5491
|
+
hash: string;
|
|
5492
|
+
}> | undefined;
|
|
5480
5493
|
plugins?: {
|
|
5481
5494
|
type: "npm" | "binary" | "deno";
|
|
5482
5495
|
name: string;
|
|
5483
5496
|
}[] | undefined;
|
|
5484
|
-
|
|
5485
|
-
artifactsDir?: string | undefined;
|
|
5497
|
+
accounts?: Record<string, string> | undefined;
|
|
5486
5498
|
network?: Record<string, {
|
|
5487
5499
|
accounts?: Record<string, {
|
|
5488
5500
|
mnemonic?: string | undefined;
|
|
@@ -5501,18 +5513,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5501
5513
|
label: string;
|
|
5502
5514
|
rpcUrl: string;
|
|
5503
5515
|
}> | undefined;
|
|
5504
|
-
accounts?: Record<string, string> | undefined;
|
|
5505
|
-
contracts?: Record<string, {
|
|
5506
|
-
sourceFile: string;
|
|
5507
|
-
hash: string;
|
|
5508
|
-
}> | undefined;
|
|
5509
|
-
metadata?: {
|
|
5510
|
-
name?: string | undefined;
|
|
5511
|
-
projectDescription?: string | undefined;
|
|
5512
|
-
authors?: string[] | undefined;
|
|
5513
|
-
license?: string | undefined;
|
|
5514
|
-
homepage?: string | undefined;
|
|
5515
|
-
} | undefined;
|
|
5516
5516
|
projectDir: string;
|
|
5517
5517
|
environment: Record<string, string | {
|
|
5518
5518
|
storage?: Record<string, string> | undefined;
|
|
@@ -5559,12 +5559,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5559
5559
|
rpcUrl: string;
|
|
5560
5560
|
}> | undefined;
|
|
5561
5561
|
language?: "en" | "fr" | undefined;
|
|
5562
|
+
metadata?: {
|
|
5563
|
+
name?: string | undefined;
|
|
5564
|
+
projectDescription?: string | undefined;
|
|
5565
|
+
authors?: string[] | undefined;
|
|
5566
|
+
license?: string | undefined;
|
|
5567
|
+
homepage?: string | undefined;
|
|
5568
|
+
} | undefined;
|
|
5569
|
+
artifactsDir?: string | undefined;
|
|
5570
|
+
contractsDir?: string | undefined;
|
|
5571
|
+
contracts?: Record<string, {
|
|
5572
|
+
sourceFile: string;
|
|
5573
|
+
hash: string;
|
|
5574
|
+
}> | undefined;
|
|
5562
5575
|
plugins?: {
|
|
5563
5576
|
type: "npm" | "binary" | "deno";
|
|
5564
5577
|
name: string;
|
|
5565
5578
|
}[] | undefined;
|
|
5566
|
-
|
|
5567
|
-
artifactsDir?: string | undefined;
|
|
5579
|
+
accounts?: Record<string, string> | undefined;
|
|
5568
5580
|
network?: Record<string, {
|
|
5569
5581
|
accounts?: Record<string, {
|
|
5570
5582
|
mnemonic?: string | undefined;
|
|
@@ -5583,18 +5595,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5583
5595
|
label: string;
|
|
5584
5596
|
rpcUrl: string;
|
|
5585
5597
|
}> | undefined;
|
|
5586
|
-
accounts?: Record<string, string> | undefined;
|
|
5587
|
-
contracts?: Record<string, {
|
|
5588
|
-
sourceFile: string;
|
|
5589
|
-
hash: string;
|
|
5590
|
-
}> | undefined;
|
|
5591
|
-
metadata?: {
|
|
5592
|
-
name?: string | undefined;
|
|
5593
|
-
projectDescription?: string | undefined;
|
|
5594
|
-
authors?: string[] | undefined;
|
|
5595
|
-
license?: string | undefined;
|
|
5596
|
-
homepage?: string | undefined;
|
|
5597
|
-
} | undefined;
|
|
5598
5598
|
projectDir: string;
|
|
5599
5599
|
environment: Record<string, string | {
|
|
5600
5600
|
storage?: Record<string, string> | undefined;
|
|
@@ -5641,12 +5641,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5641
5641
|
rpcUrl: string;
|
|
5642
5642
|
}> | undefined;
|
|
5643
5643
|
language?: "en" | "fr" | undefined;
|
|
5644
|
+
metadata?: {
|
|
5645
|
+
name?: string | undefined;
|
|
5646
|
+
projectDescription?: string | undefined;
|
|
5647
|
+
authors?: string[] | undefined;
|
|
5648
|
+
license?: string | undefined;
|
|
5649
|
+
homepage?: string | undefined;
|
|
5650
|
+
} | undefined;
|
|
5651
|
+
artifactsDir?: string | undefined;
|
|
5652
|
+
contractsDir?: string | undefined;
|
|
5653
|
+
contracts?: Record<string, {
|
|
5654
|
+
sourceFile: string;
|
|
5655
|
+
hash: string;
|
|
5656
|
+
}> | undefined;
|
|
5644
5657
|
plugins?: {
|
|
5645
5658
|
type: "npm" | "binary" | "deno";
|
|
5646
5659
|
name: string;
|
|
5647
5660
|
}[] | undefined;
|
|
5648
|
-
|
|
5649
|
-
artifactsDir?: string | undefined;
|
|
5661
|
+
accounts?: Record<string, string> | undefined;
|
|
5650
5662
|
network?: Record<string, {
|
|
5651
5663
|
accounts?: Record<string, {
|
|
5652
5664
|
mnemonic?: string | undefined;
|
|
@@ -5665,18 +5677,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5665
5677
|
label: string;
|
|
5666
5678
|
rpcUrl: string;
|
|
5667
5679
|
}> | undefined;
|
|
5668
|
-
accounts?: Record<string, string> | undefined;
|
|
5669
|
-
contracts?: Record<string, {
|
|
5670
|
-
sourceFile: string;
|
|
5671
|
-
hash: string;
|
|
5672
|
-
}> | undefined;
|
|
5673
|
-
metadata?: {
|
|
5674
|
-
name?: string | undefined;
|
|
5675
|
-
projectDescription?: string | undefined;
|
|
5676
|
-
authors?: string[] | undefined;
|
|
5677
|
-
license?: string | undefined;
|
|
5678
|
-
homepage?: string | undefined;
|
|
5679
|
-
} | undefined;
|
|
5680
5680
|
projectDir: string;
|
|
5681
5681
|
environment: Record<string, string | {
|
|
5682
5682
|
storage?: Record<string, string> | undefined;
|
|
@@ -5825,6 +5825,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5825
5825
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
5826
5826
|
config: z.ZodObject<z.extendShape<{
|
|
5827
5827
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
5828
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
5829
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5830
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
5831
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5832
|
+
license: z.ZodOptional<z.ZodString>;
|
|
5833
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
5834
|
+
}, "strip", z.ZodTypeAny, {
|
|
5835
|
+
name?: string | undefined;
|
|
5836
|
+
projectDescription?: string | undefined;
|
|
5837
|
+
authors?: string[] | undefined;
|
|
5838
|
+
license?: string | undefined;
|
|
5839
|
+
homepage?: string | undefined;
|
|
5840
|
+
}, {
|
|
5841
|
+
name?: string | undefined;
|
|
5842
|
+
projectDescription?: string | undefined;
|
|
5843
|
+
authors?: string[] | undefined;
|
|
5844
|
+
license?: string | undefined;
|
|
5845
|
+
homepage?: string | undefined;
|
|
5846
|
+
}>>;
|
|
5847
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
5848
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
5849
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5850
|
+
sourceFile: z.ZodString;
|
|
5851
|
+
hash: z.ZodString;
|
|
5852
|
+
}, "strip", z.ZodTypeAny, {
|
|
5853
|
+
sourceFile: string;
|
|
5854
|
+
hash: string;
|
|
5855
|
+
}, {
|
|
5856
|
+
sourceFile: string;
|
|
5857
|
+
hash: string;
|
|
5858
|
+
}>>>;
|
|
5828
5859
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5829
5860
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
5830
5861
|
name: z.ZodString;
|
|
@@ -5835,8 +5866,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5835
5866
|
type: "npm" | "binary" | "deno";
|
|
5836
5867
|
name: string;
|
|
5837
5868
|
}>, "many">>;
|
|
5838
|
-
|
|
5839
|
-
|
|
5869
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5870
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
5871
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
5872
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
5873
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5874
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5875
|
+
}, "strip", z.ZodTypeAny, {
|
|
5876
|
+
storage?: Record<string, string> | undefined;
|
|
5877
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5878
|
+
networks: string[];
|
|
5879
|
+
sandboxes: string[];
|
|
5880
|
+
}, {
|
|
5881
|
+
storage?: Record<string, string> | undefined;
|
|
5882
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5883
|
+
networks: string[];
|
|
5884
|
+
sandboxes: string[];
|
|
5885
|
+
}>, z.ZodString]>>;
|
|
5840
5886
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5841
5887
|
label: z.ZodString;
|
|
5842
5888
|
rpcUrl: z.ZodString;
|
|
@@ -5978,52 +6024,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
5978
6024
|
label: string;
|
|
5979
6025
|
rpcUrl: string;
|
|
5980
6026
|
}>>>;
|
|
5981
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
5982
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
5983
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
5984
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5985
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5986
|
-
}, "strip", z.ZodTypeAny, {
|
|
5987
|
-
storage?: Record<string, string> | undefined;
|
|
5988
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5989
|
-
networks: string[];
|
|
5990
|
-
sandboxes: string[];
|
|
5991
|
-
}, {
|
|
5992
|
-
storage?: Record<string, string> | undefined;
|
|
5993
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
5994
|
-
networks: string[];
|
|
5995
|
-
sandboxes: string[];
|
|
5996
|
-
}>, z.ZodString]>>;
|
|
5997
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5998
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5999
|
-
sourceFile: z.ZodString;
|
|
6000
|
-
hash: z.ZodString;
|
|
6001
|
-
}, "strip", z.ZodTypeAny, {
|
|
6002
|
-
sourceFile: string;
|
|
6003
|
-
hash: string;
|
|
6004
|
-
}, {
|
|
6005
|
-
sourceFile: string;
|
|
6006
|
-
hash: string;
|
|
6007
|
-
}>>>;
|
|
6008
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
6009
|
-
name: z.ZodOptional<z.ZodString>;
|
|
6010
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
6011
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6012
|
-
license: z.ZodOptional<z.ZodString>;
|
|
6013
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
6014
|
-
}, "strip", z.ZodTypeAny, {
|
|
6015
|
-
name?: string | undefined;
|
|
6016
|
-
projectDescription?: string | undefined;
|
|
6017
|
-
authors?: string[] | undefined;
|
|
6018
|
-
license?: string | undefined;
|
|
6019
|
-
homepage?: string | undefined;
|
|
6020
|
-
}, {
|
|
6021
|
-
name?: string | undefined;
|
|
6022
|
-
projectDescription?: string | undefined;
|
|
6023
|
-
authors?: string[] | undefined;
|
|
6024
|
-
license?: string | undefined;
|
|
6025
|
-
homepage?: string | undefined;
|
|
6026
|
-
}>>;
|
|
6027
6027
|
}, {
|
|
6028
6028
|
projectDir: z.ZodString;
|
|
6029
6029
|
configFile: z.ZodString;
|
|
@@ -6046,13 +6046,25 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6046
6046
|
label: string;
|
|
6047
6047
|
rpcUrl: string;
|
|
6048
6048
|
}> | undefined;
|
|
6049
|
-
language?: "en" | "fr" | undefined;
|
|
6049
|
+
language?: "en" | "fr" | undefined;
|
|
6050
|
+
metadata?: {
|
|
6051
|
+
name?: string | undefined;
|
|
6052
|
+
projectDescription?: string | undefined;
|
|
6053
|
+
authors?: string[] | undefined;
|
|
6054
|
+
license?: string | undefined;
|
|
6055
|
+
homepage?: string | undefined;
|
|
6056
|
+
} | undefined;
|
|
6057
|
+
artifactsDir?: string | undefined;
|
|
6058
|
+
contractsDir?: string | undefined;
|
|
6059
|
+
contracts?: Record<string, {
|
|
6060
|
+
sourceFile: string;
|
|
6061
|
+
hash: string;
|
|
6062
|
+
}> | undefined;
|
|
6050
6063
|
plugins?: {
|
|
6051
6064
|
type: "npm" | "binary" | "deno";
|
|
6052
6065
|
name: string;
|
|
6053
6066
|
}[] | undefined;
|
|
6054
|
-
|
|
6055
|
-
artifactsDir?: string | undefined;
|
|
6067
|
+
accounts?: Record<string, string> | undefined;
|
|
6056
6068
|
network?: Record<string, {
|
|
6057
6069
|
accounts?: Record<string, {
|
|
6058
6070
|
mnemonic?: string | undefined;
|
|
@@ -6071,18 +6083,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6071
6083
|
label: string;
|
|
6072
6084
|
rpcUrl: string;
|
|
6073
6085
|
}> | undefined;
|
|
6074
|
-
accounts?: Record<string, string> | undefined;
|
|
6075
|
-
contracts?: Record<string, {
|
|
6076
|
-
sourceFile: string;
|
|
6077
|
-
hash: string;
|
|
6078
|
-
}> | undefined;
|
|
6079
|
-
metadata?: {
|
|
6080
|
-
name?: string | undefined;
|
|
6081
|
-
projectDescription?: string | undefined;
|
|
6082
|
-
authors?: string[] | undefined;
|
|
6083
|
-
license?: string | undefined;
|
|
6084
|
-
homepage?: string | undefined;
|
|
6085
|
-
} | undefined;
|
|
6086
6086
|
projectDir: string;
|
|
6087
6087
|
environment: Record<string, string | {
|
|
6088
6088
|
storage?: Record<string, string> | undefined;
|
|
@@ -6111,12 +6111,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6111
6111
|
rpcUrl: string;
|
|
6112
6112
|
}> | undefined;
|
|
6113
6113
|
language?: "en" | "fr" | undefined;
|
|
6114
|
+
metadata?: {
|
|
6115
|
+
name?: string | undefined;
|
|
6116
|
+
projectDescription?: string | undefined;
|
|
6117
|
+
authors?: string[] | undefined;
|
|
6118
|
+
license?: string | undefined;
|
|
6119
|
+
homepage?: string | undefined;
|
|
6120
|
+
} | undefined;
|
|
6121
|
+
artifactsDir?: string | undefined;
|
|
6122
|
+
contractsDir?: string | undefined;
|
|
6123
|
+
contracts?: Record<string, {
|
|
6124
|
+
sourceFile: string;
|
|
6125
|
+
hash: string;
|
|
6126
|
+
}> | undefined;
|
|
6114
6127
|
plugins?: {
|
|
6115
6128
|
type: "npm" | "binary" | "deno";
|
|
6116
6129
|
name: string;
|
|
6117
6130
|
}[] | undefined;
|
|
6118
|
-
|
|
6119
|
-
artifactsDir?: string | undefined;
|
|
6131
|
+
accounts?: Record<string, string> | undefined;
|
|
6120
6132
|
network?: Record<string, {
|
|
6121
6133
|
accounts?: Record<string, {
|
|
6122
6134
|
mnemonic?: string | undefined;
|
|
@@ -6135,18 +6147,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6135
6147
|
label: string;
|
|
6136
6148
|
rpcUrl: string;
|
|
6137
6149
|
}> | undefined;
|
|
6138
|
-
accounts?: Record<string, string> | undefined;
|
|
6139
|
-
contracts?: Record<string, {
|
|
6140
|
-
sourceFile: string;
|
|
6141
|
-
hash: string;
|
|
6142
|
-
}> | undefined;
|
|
6143
|
-
metadata?: {
|
|
6144
|
-
name?: string | undefined;
|
|
6145
|
-
projectDescription?: string | undefined;
|
|
6146
|
-
authors?: string[] | undefined;
|
|
6147
|
-
license?: string | undefined;
|
|
6148
|
-
homepage?: string | undefined;
|
|
6149
|
-
} | undefined;
|
|
6150
6150
|
projectDir: string;
|
|
6151
6151
|
environment: Record<string, string | {
|
|
6152
6152
|
storage?: Record<string, string> | undefined;
|
|
@@ -6193,12 +6193,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6193
6193
|
rpcUrl: string;
|
|
6194
6194
|
}> | undefined;
|
|
6195
6195
|
language?: "en" | "fr" | undefined;
|
|
6196
|
+
metadata?: {
|
|
6197
|
+
name?: string | undefined;
|
|
6198
|
+
projectDescription?: string | undefined;
|
|
6199
|
+
authors?: string[] | undefined;
|
|
6200
|
+
license?: string | undefined;
|
|
6201
|
+
homepage?: string | undefined;
|
|
6202
|
+
} | undefined;
|
|
6203
|
+
artifactsDir?: string | undefined;
|
|
6204
|
+
contractsDir?: string | undefined;
|
|
6205
|
+
contracts?: Record<string, {
|
|
6206
|
+
sourceFile: string;
|
|
6207
|
+
hash: string;
|
|
6208
|
+
}> | undefined;
|
|
6196
6209
|
plugins?: {
|
|
6197
6210
|
type: "npm" | "binary" | "deno";
|
|
6198
6211
|
name: string;
|
|
6199
6212
|
}[] | undefined;
|
|
6200
|
-
|
|
6201
|
-
artifactsDir?: string | undefined;
|
|
6213
|
+
accounts?: Record<string, string> | undefined;
|
|
6202
6214
|
network?: Record<string, {
|
|
6203
6215
|
accounts?: Record<string, {
|
|
6204
6216
|
mnemonic?: string | undefined;
|
|
@@ -6217,18 +6229,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6217
6229
|
label: string;
|
|
6218
6230
|
rpcUrl: string;
|
|
6219
6231
|
}> | undefined;
|
|
6220
|
-
accounts?: Record<string, string> | undefined;
|
|
6221
|
-
contracts?: Record<string, {
|
|
6222
|
-
sourceFile: string;
|
|
6223
|
-
hash: string;
|
|
6224
|
-
}> | undefined;
|
|
6225
|
-
metadata?: {
|
|
6226
|
-
name?: string | undefined;
|
|
6227
|
-
projectDescription?: string | undefined;
|
|
6228
|
-
authors?: string[] | undefined;
|
|
6229
|
-
license?: string | undefined;
|
|
6230
|
-
homepage?: string | undefined;
|
|
6231
|
-
} | undefined;
|
|
6232
6232
|
projectDir: string;
|
|
6233
6233
|
environment: Record<string, string | {
|
|
6234
6234
|
storage?: Record<string, string> | undefined;
|
|
@@ -6275,12 +6275,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6275
6275
|
rpcUrl: string;
|
|
6276
6276
|
}> | undefined;
|
|
6277
6277
|
language?: "en" | "fr" | undefined;
|
|
6278
|
+
metadata?: {
|
|
6279
|
+
name?: string | undefined;
|
|
6280
|
+
projectDescription?: string | undefined;
|
|
6281
|
+
authors?: string[] | undefined;
|
|
6282
|
+
license?: string | undefined;
|
|
6283
|
+
homepage?: string | undefined;
|
|
6284
|
+
} | undefined;
|
|
6285
|
+
artifactsDir?: string | undefined;
|
|
6286
|
+
contractsDir?: string | undefined;
|
|
6287
|
+
contracts?: Record<string, {
|
|
6288
|
+
sourceFile: string;
|
|
6289
|
+
hash: string;
|
|
6290
|
+
}> | undefined;
|
|
6278
6291
|
plugins?: {
|
|
6279
6292
|
type: "npm" | "binary" | "deno";
|
|
6280
6293
|
name: string;
|
|
6281
6294
|
}[] | undefined;
|
|
6282
|
-
|
|
6283
|
-
artifactsDir?: string | undefined;
|
|
6295
|
+
accounts?: Record<string, string> | undefined;
|
|
6284
6296
|
network?: Record<string, {
|
|
6285
6297
|
accounts?: Record<string, {
|
|
6286
6298
|
mnemonic?: string | undefined;
|
|
@@ -6299,18 +6311,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6299
6311
|
label: string;
|
|
6300
6312
|
rpcUrl: string;
|
|
6301
6313
|
}> | undefined;
|
|
6302
|
-
accounts?: Record<string, string> | undefined;
|
|
6303
|
-
contracts?: Record<string, {
|
|
6304
|
-
sourceFile: string;
|
|
6305
|
-
hash: string;
|
|
6306
|
-
}> | undefined;
|
|
6307
|
-
metadata?: {
|
|
6308
|
-
name?: string | undefined;
|
|
6309
|
-
projectDescription?: string | undefined;
|
|
6310
|
-
authors?: string[] | undefined;
|
|
6311
|
-
license?: string | undefined;
|
|
6312
|
-
homepage?: string | undefined;
|
|
6313
|
-
} | undefined;
|
|
6314
6314
|
projectDir: string;
|
|
6315
6315
|
environment: Record<string, string | {
|
|
6316
6316
|
storage?: Record<string, string> | undefined;
|
|
@@ -6544,6 +6544,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6544
6544
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
6545
6545
|
config: z.ZodObject<z.extendShape<{
|
|
6546
6546
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
6547
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
6548
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6549
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
6550
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6551
|
+
license: z.ZodOptional<z.ZodString>;
|
|
6552
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
6553
|
+
}, "strip", z.ZodTypeAny, {
|
|
6554
|
+
name?: string | undefined;
|
|
6555
|
+
projectDescription?: string | undefined;
|
|
6556
|
+
authors?: string[] | undefined;
|
|
6557
|
+
license?: string | undefined;
|
|
6558
|
+
homepage?: string | undefined;
|
|
6559
|
+
}, {
|
|
6560
|
+
name?: string | undefined;
|
|
6561
|
+
projectDescription?: string | undefined;
|
|
6562
|
+
authors?: string[] | undefined;
|
|
6563
|
+
license?: string | undefined;
|
|
6564
|
+
homepage?: string | undefined;
|
|
6565
|
+
}>>;
|
|
6566
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
6567
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
6568
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
6569
|
+
sourceFile: z.ZodString;
|
|
6570
|
+
hash: z.ZodString;
|
|
6571
|
+
}, "strip", z.ZodTypeAny, {
|
|
6572
|
+
sourceFile: string;
|
|
6573
|
+
hash: string;
|
|
6574
|
+
}, {
|
|
6575
|
+
sourceFile: string;
|
|
6576
|
+
hash: string;
|
|
6577
|
+
}>>>;
|
|
6547
6578
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6548
6579
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
6549
6580
|
name: z.ZodString;
|
|
@@ -6554,8 +6585,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6554
6585
|
type: "npm" | "binary" | "deno";
|
|
6555
6586
|
name: string;
|
|
6556
6587
|
}>, "many">>;
|
|
6557
|
-
|
|
6558
|
-
|
|
6588
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6589
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
6590
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
6591
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
6592
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6593
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
6594
|
+
}, "strip", z.ZodTypeAny, {
|
|
6595
|
+
storage?: Record<string, string> | undefined;
|
|
6596
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
6597
|
+
networks: string[];
|
|
6598
|
+
sandboxes: string[];
|
|
6599
|
+
}, {
|
|
6600
|
+
storage?: Record<string, string> | undefined;
|
|
6601
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
6602
|
+
networks: string[];
|
|
6603
|
+
sandboxes: string[];
|
|
6604
|
+
}>, z.ZodString]>>;
|
|
6559
6605
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
6560
6606
|
label: z.ZodString;
|
|
6561
6607
|
rpcUrl: z.ZodString;
|
|
@@ -6697,52 +6743,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6697
6743
|
label: string;
|
|
6698
6744
|
rpcUrl: string;
|
|
6699
6745
|
}>>>;
|
|
6700
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
6701
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
6702
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
6703
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6704
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
6705
|
-
}, "strip", z.ZodTypeAny, {
|
|
6706
|
-
storage?: Record<string, string> | undefined;
|
|
6707
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
6708
|
-
networks: string[];
|
|
6709
|
-
sandboxes: string[];
|
|
6710
|
-
}, {
|
|
6711
|
-
storage?: Record<string, string> | undefined;
|
|
6712
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
6713
|
-
networks: string[];
|
|
6714
|
-
sandboxes: string[];
|
|
6715
|
-
}>, z.ZodString]>>;
|
|
6716
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6717
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
6718
|
-
sourceFile: z.ZodString;
|
|
6719
|
-
hash: z.ZodString;
|
|
6720
|
-
}, "strip", z.ZodTypeAny, {
|
|
6721
|
-
sourceFile: string;
|
|
6722
|
-
hash: string;
|
|
6723
|
-
}, {
|
|
6724
|
-
sourceFile: string;
|
|
6725
|
-
hash: string;
|
|
6726
|
-
}>>>;
|
|
6727
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
6728
|
-
name: z.ZodOptional<z.ZodString>;
|
|
6729
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
6730
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6731
|
-
license: z.ZodOptional<z.ZodString>;
|
|
6732
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
6733
|
-
}, "strip", z.ZodTypeAny, {
|
|
6734
|
-
name?: string | undefined;
|
|
6735
|
-
projectDescription?: string | undefined;
|
|
6736
|
-
authors?: string[] | undefined;
|
|
6737
|
-
license?: string | undefined;
|
|
6738
|
-
homepage?: string | undefined;
|
|
6739
|
-
}, {
|
|
6740
|
-
name?: string | undefined;
|
|
6741
|
-
projectDescription?: string | undefined;
|
|
6742
|
-
authors?: string[] | undefined;
|
|
6743
|
-
license?: string | undefined;
|
|
6744
|
-
homepage?: string | undefined;
|
|
6745
|
-
}>>;
|
|
6746
6746
|
}, {
|
|
6747
6747
|
projectDir: z.ZodString;
|
|
6748
6748
|
configFile: z.ZodString;
|
|
@@ -6766,12 +6766,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6766
6766
|
rpcUrl: string;
|
|
6767
6767
|
}> | undefined;
|
|
6768
6768
|
language?: "en" | "fr" | undefined;
|
|
6769
|
+
metadata?: {
|
|
6770
|
+
name?: string | undefined;
|
|
6771
|
+
projectDescription?: string | undefined;
|
|
6772
|
+
authors?: string[] | undefined;
|
|
6773
|
+
license?: string | undefined;
|
|
6774
|
+
homepage?: string | undefined;
|
|
6775
|
+
} | undefined;
|
|
6776
|
+
artifactsDir?: string | undefined;
|
|
6777
|
+
contractsDir?: string | undefined;
|
|
6778
|
+
contracts?: Record<string, {
|
|
6779
|
+
sourceFile: string;
|
|
6780
|
+
hash: string;
|
|
6781
|
+
}> | undefined;
|
|
6769
6782
|
plugins?: {
|
|
6770
6783
|
type: "npm" | "binary" | "deno";
|
|
6771
6784
|
name: string;
|
|
6772
6785
|
}[] | undefined;
|
|
6773
|
-
|
|
6774
|
-
artifactsDir?: string | undefined;
|
|
6786
|
+
accounts?: Record<string, string> | undefined;
|
|
6775
6787
|
network?: Record<string, {
|
|
6776
6788
|
accounts?: Record<string, {
|
|
6777
6789
|
mnemonic?: string | undefined;
|
|
@@ -6790,18 +6802,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6790
6802
|
label: string;
|
|
6791
6803
|
rpcUrl: string;
|
|
6792
6804
|
}> | undefined;
|
|
6793
|
-
accounts?: Record<string, string> | undefined;
|
|
6794
|
-
contracts?: Record<string, {
|
|
6795
|
-
sourceFile: string;
|
|
6796
|
-
hash: string;
|
|
6797
|
-
}> | undefined;
|
|
6798
|
-
metadata?: {
|
|
6799
|
-
name?: string | undefined;
|
|
6800
|
-
projectDescription?: string | undefined;
|
|
6801
|
-
authors?: string[] | undefined;
|
|
6802
|
-
license?: string | undefined;
|
|
6803
|
-
homepage?: string | undefined;
|
|
6804
|
-
} | undefined;
|
|
6805
6805
|
projectDir: string;
|
|
6806
6806
|
environment: Record<string, string | {
|
|
6807
6807
|
storage?: Record<string, string> | undefined;
|
|
@@ -6830,12 +6830,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6830
6830
|
rpcUrl: string;
|
|
6831
6831
|
}> | undefined;
|
|
6832
6832
|
language?: "en" | "fr" | undefined;
|
|
6833
|
+
metadata?: {
|
|
6834
|
+
name?: string | undefined;
|
|
6835
|
+
projectDescription?: string | undefined;
|
|
6836
|
+
authors?: string[] | undefined;
|
|
6837
|
+
license?: string | undefined;
|
|
6838
|
+
homepage?: string | undefined;
|
|
6839
|
+
} | undefined;
|
|
6840
|
+
artifactsDir?: string | undefined;
|
|
6841
|
+
contractsDir?: string | undefined;
|
|
6842
|
+
contracts?: Record<string, {
|
|
6843
|
+
sourceFile: string;
|
|
6844
|
+
hash: string;
|
|
6845
|
+
}> | undefined;
|
|
6833
6846
|
plugins?: {
|
|
6834
6847
|
type: "npm" | "binary" | "deno";
|
|
6835
6848
|
name: string;
|
|
6836
6849
|
}[] | undefined;
|
|
6837
|
-
|
|
6838
|
-
artifactsDir?: string | undefined;
|
|
6850
|
+
accounts?: Record<string, string> | undefined;
|
|
6839
6851
|
network?: Record<string, {
|
|
6840
6852
|
accounts?: Record<string, {
|
|
6841
6853
|
mnemonic?: string | undefined;
|
|
@@ -6854,18 +6866,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6854
6866
|
label: string;
|
|
6855
6867
|
rpcUrl: string;
|
|
6856
6868
|
}> | undefined;
|
|
6857
|
-
accounts?: Record<string, string> | undefined;
|
|
6858
|
-
contracts?: Record<string, {
|
|
6859
|
-
sourceFile: string;
|
|
6860
|
-
hash: string;
|
|
6861
|
-
}> | undefined;
|
|
6862
|
-
metadata?: {
|
|
6863
|
-
name?: string | undefined;
|
|
6864
|
-
projectDescription?: string | undefined;
|
|
6865
|
-
authors?: string[] | undefined;
|
|
6866
|
-
license?: string | undefined;
|
|
6867
|
-
homepage?: string | undefined;
|
|
6868
|
-
} | undefined;
|
|
6869
6869
|
projectDir: string;
|
|
6870
6870
|
environment: Record<string, string | {
|
|
6871
6871
|
storage?: Record<string, string> | undefined;
|
|
@@ -6912,12 +6912,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6912
6912
|
rpcUrl: string;
|
|
6913
6913
|
}> | undefined;
|
|
6914
6914
|
language?: "en" | "fr" | undefined;
|
|
6915
|
+
metadata?: {
|
|
6916
|
+
name?: string | undefined;
|
|
6917
|
+
projectDescription?: string | undefined;
|
|
6918
|
+
authors?: string[] | undefined;
|
|
6919
|
+
license?: string | undefined;
|
|
6920
|
+
homepage?: string | undefined;
|
|
6921
|
+
} | undefined;
|
|
6922
|
+
artifactsDir?: string | undefined;
|
|
6923
|
+
contractsDir?: string | undefined;
|
|
6924
|
+
contracts?: Record<string, {
|
|
6925
|
+
sourceFile: string;
|
|
6926
|
+
hash: string;
|
|
6927
|
+
}> | undefined;
|
|
6915
6928
|
plugins?: {
|
|
6916
6929
|
type: "npm" | "binary" | "deno";
|
|
6917
6930
|
name: string;
|
|
6918
6931
|
}[] | undefined;
|
|
6919
|
-
|
|
6920
|
-
artifactsDir?: string | undefined;
|
|
6932
|
+
accounts?: Record<string, string> | undefined;
|
|
6921
6933
|
network?: Record<string, {
|
|
6922
6934
|
accounts?: Record<string, {
|
|
6923
6935
|
mnemonic?: string | undefined;
|
|
@@ -6936,18 +6948,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6936
6948
|
label: string;
|
|
6937
6949
|
rpcUrl: string;
|
|
6938
6950
|
}> | undefined;
|
|
6939
|
-
accounts?: Record<string, string> | undefined;
|
|
6940
|
-
contracts?: Record<string, {
|
|
6941
|
-
sourceFile: string;
|
|
6942
|
-
hash: string;
|
|
6943
|
-
}> | undefined;
|
|
6944
|
-
metadata?: {
|
|
6945
|
-
name?: string | undefined;
|
|
6946
|
-
projectDescription?: string | undefined;
|
|
6947
|
-
authors?: string[] | undefined;
|
|
6948
|
-
license?: string | undefined;
|
|
6949
|
-
homepage?: string | undefined;
|
|
6950
|
-
} | undefined;
|
|
6951
6951
|
projectDir: string;
|
|
6952
6952
|
environment: Record<string, string | {
|
|
6953
6953
|
storage?: Record<string, string> | undefined;
|
|
@@ -6994,12 +6994,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
6994
6994
|
rpcUrl: string;
|
|
6995
6995
|
}> | undefined;
|
|
6996
6996
|
language?: "en" | "fr" | undefined;
|
|
6997
|
+
metadata?: {
|
|
6998
|
+
name?: string | undefined;
|
|
6999
|
+
projectDescription?: string | undefined;
|
|
7000
|
+
authors?: string[] | undefined;
|
|
7001
|
+
license?: string | undefined;
|
|
7002
|
+
homepage?: string | undefined;
|
|
7003
|
+
} | undefined;
|
|
7004
|
+
artifactsDir?: string | undefined;
|
|
7005
|
+
contractsDir?: string | undefined;
|
|
7006
|
+
contracts?: Record<string, {
|
|
7007
|
+
sourceFile: string;
|
|
7008
|
+
hash: string;
|
|
7009
|
+
}> | undefined;
|
|
6997
7010
|
plugins?: {
|
|
6998
7011
|
type: "npm" | "binary" | "deno";
|
|
6999
7012
|
name: string;
|
|
7000
7013
|
}[] | undefined;
|
|
7001
|
-
|
|
7002
|
-
artifactsDir?: string | undefined;
|
|
7014
|
+
accounts?: Record<string, string> | undefined;
|
|
7003
7015
|
network?: Record<string, {
|
|
7004
7016
|
accounts?: Record<string, {
|
|
7005
7017
|
mnemonic?: string | undefined;
|
|
@@ -7018,18 +7030,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7018
7030
|
label: string;
|
|
7019
7031
|
rpcUrl: string;
|
|
7020
7032
|
}> | undefined;
|
|
7021
|
-
accounts?: Record<string, string> | undefined;
|
|
7022
|
-
contracts?: Record<string, {
|
|
7023
|
-
sourceFile: string;
|
|
7024
|
-
hash: string;
|
|
7025
|
-
}> | undefined;
|
|
7026
|
-
metadata?: {
|
|
7027
|
-
name?: string | undefined;
|
|
7028
|
-
projectDescription?: string | undefined;
|
|
7029
|
-
authors?: string[] | undefined;
|
|
7030
|
-
license?: string | undefined;
|
|
7031
|
-
homepage?: string | undefined;
|
|
7032
|
-
} | undefined;
|
|
7033
7033
|
projectDir: string;
|
|
7034
7034
|
environment: Record<string, string | {
|
|
7035
7035
|
storage?: Record<string, string> | undefined;
|
|
@@ -7090,12 +7090,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7090
7090
|
rpcUrl: string;
|
|
7091
7091
|
}> | undefined;
|
|
7092
7092
|
language?: "en" | "fr" | undefined;
|
|
7093
|
+
metadata?: {
|
|
7094
|
+
name?: string | undefined;
|
|
7095
|
+
projectDescription?: string | undefined;
|
|
7096
|
+
authors?: string[] | undefined;
|
|
7097
|
+
license?: string | undefined;
|
|
7098
|
+
homepage?: string | undefined;
|
|
7099
|
+
} | undefined;
|
|
7100
|
+
artifactsDir?: string | undefined;
|
|
7101
|
+
contractsDir?: string | undefined;
|
|
7102
|
+
contracts?: Record<string, {
|
|
7103
|
+
sourceFile: string;
|
|
7104
|
+
hash: string;
|
|
7105
|
+
}> | undefined;
|
|
7093
7106
|
plugins?: {
|
|
7094
7107
|
type: "npm" | "binary" | "deno";
|
|
7095
7108
|
name: string;
|
|
7096
7109
|
}[] | undefined;
|
|
7097
|
-
|
|
7098
|
-
artifactsDir?: string | undefined;
|
|
7110
|
+
accounts?: Record<string, string> | undefined;
|
|
7099
7111
|
network?: Record<string, {
|
|
7100
7112
|
accounts?: Record<string, {
|
|
7101
7113
|
mnemonic?: string | undefined;
|
|
@@ -7114,18 +7126,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7114
7126
|
label: string;
|
|
7115
7127
|
rpcUrl: string;
|
|
7116
7128
|
}> | undefined;
|
|
7117
|
-
accounts?: Record<string, string> | undefined;
|
|
7118
|
-
contracts?: Record<string, {
|
|
7119
|
-
sourceFile: string;
|
|
7120
|
-
hash: string;
|
|
7121
|
-
}> | undefined;
|
|
7122
|
-
metadata?: {
|
|
7123
|
-
name?: string | undefined;
|
|
7124
|
-
projectDescription?: string | undefined;
|
|
7125
|
-
authors?: string[] | undefined;
|
|
7126
|
-
license?: string | undefined;
|
|
7127
|
-
homepage?: string | undefined;
|
|
7128
|
-
} | undefined;
|
|
7129
7129
|
projectDir: string;
|
|
7130
7130
|
environment: Record<string, string | {
|
|
7131
7131
|
storage?: Record<string, string> | undefined;
|
|
@@ -7206,12 +7206,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7206
7206
|
rpcUrl: string;
|
|
7207
7207
|
}> | undefined;
|
|
7208
7208
|
language?: "en" | "fr" | undefined;
|
|
7209
|
+
metadata?: {
|
|
7210
|
+
name?: string | undefined;
|
|
7211
|
+
projectDescription?: string | undefined;
|
|
7212
|
+
authors?: string[] | undefined;
|
|
7213
|
+
license?: string | undefined;
|
|
7214
|
+
homepage?: string | undefined;
|
|
7215
|
+
} | undefined;
|
|
7216
|
+
artifactsDir?: string | undefined;
|
|
7217
|
+
contractsDir?: string | undefined;
|
|
7218
|
+
contracts?: Record<string, {
|
|
7219
|
+
sourceFile: string;
|
|
7220
|
+
hash: string;
|
|
7221
|
+
}> | undefined;
|
|
7209
7222
|
plugins?: {
|
|
7210
7223
|
type: "npm" | "binary" | "deno";
|
|
7211
7224
|
name: string;
|
|
7212
7225
|
}[] | undefined;
|
|
7213
|
-
|
|
7214
|
-
artifactsDir?: string | undefined;
|
|
7226
|
+
accounts?: Record<string, string> | undefined;
|
|
7215
7227
|
network?: Record<string, {
|
|
7216
7228
|
accounts?: Record<string, {
|
|
7217
7229
|
mnemonic?: string | undefined;
|
|
@@ -7230,18 +7242,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7230
7242
|
label: string;
|
|
7231
7243
|
rpcUrl: string;
|
|
7232
7244
|
}> | undefined;
|
|
7233
|
-
accounts?: Record<string, string> | undefined;
|
|
7234
|
-
contracts?: Record<string, {
|
|
7235
|
-
sourceFile: string;
|
|
7236
|
-
hash: string;
|
|
7237
|
-
}> | undefined;
|
|
7238
|
-
metadata?: {
|
|
7239
|
-
name?: string | undefined;
|
|
7240
|
-
projectDescription?: string | undefined;
|
|
7241
|
-
authors?: string[] | undefined;
|
|
7242
|
-
license?: string | undefined;
|
|
7243
|
-
homepage?: string | undefined;
|
|
7244
|
-
} | undefined;
|
|
7245
7245
|
projectDir: string;
|
|
7246
7246
|
environment: Record<string, string | {
|
|
7247
7247
|
storage?: Record<string, string> | undefined;
|
|
@@ -7322,12 +7322,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7322
7322
|
rpcUrl: string;
|
|
7323
7323
|
}> | undefined;
|
|
7324
7324
|
language?: "en" | "fr" | undefined;
|
|
7325
|
+
metadata?: {
|
|
7326
|
+
name?: string | undefined;
|
|
7327
|
+
projectDescription?: string | undefined;
|
|
7328
|
+
authors?: string[] | undefined;
|
|
7329
|
+
license?: string | undefined;
|
|
7330
|
+
homepage?: string | undefined;
|
|
7331
|
+
} | undefined;
|
|
7332
|
+
artifactsDir?: string | undefined;
|
|
7333
|
+
contractsDir?: string | undefined;
|
|
7334
|
+
contracts?: Record<string, {
|
|
7335
|
+
sourceFile: string;
|
|
7336
|
+
hash: string;
|
|
7337
|
+
}> | undefined;
|
|
7325
7338
|
plugins?: {
|
|
7326
7339
|
type: "npm" | "binary" | "deno";
|
|
7327
7340
|
name: string;
|
|
7328
7341
|
}[] | undefined;
|
|
7329
|
-
|
|
7330
|
-
artifactsDir?: string | undefined;
|
|
7342
|
+
accounts?: Record<string, string> | undefined;
|
|
7331
7343
|
network?: Record<string, {
|
|
7332
7344
|
accounts?: Record<string, {
|
|
7333
7345
|
mnemonic?: string | undefined;
|
|
@@ -7346,18 +7358,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7346
7358
|
label: string;
|
|
7347
7359
|
rpcUrl: string;
|
|
7348
7360
|
}> | undefined;
|
|
7349
|
-
accounts?: Record<string, string> | undefined;
|
|
7350
|
-
contracts?: Record<string, {
|
|
7351
|
-
sourceFile: string;
|
|
7352
|
-
hash: string;
|
|
7353
|
-
}> | undefined;
|
|
7354
|
-
metadata?: {
|
|
7355
|
-
name?: string | undefined;
|
|
7356
|
-
projectDescription?: string | undefined;
|
|
7357
|
-
authors?: string[] | undefined;
|
|
7358
|
-
license?: string | undefined;
|
|
7359
|
-
homepage?: string | undefined;
|
|
7360
|
-
} | undefined;
|
|
7361
7361
|
projectDir: string;
|
|
7362
7362
|
environment: Record<string, string | {
|
|
7363
7363
|
storage?: Record<string, string> | undefined;
|
|
@@ -7463,6 +7463,37 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7463
7463
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
7464
7464
|
config: z.ZodObject<z.extendShape<{
|
|
7465
7465
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
7466
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
7467
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7468
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
7469
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7470
|
+
license: z.ZodOptional<z.ZodString>;
|
|
7471
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
7472
|
+
}, "strip", z.ZodTypeAny, {
|
|
7473
|
+
name?: string | undefined;
|
|
7474
|
+
projectDescription?: string | undefined;
|
|
7475
|
+
authors?: string[] | undefined;
|
|
7476
|
+
license?: string | undefined;
|
|
7477
|
+
homepage?: string | undefined;
|
|
7478
|
+
}, {
|
|
7479
|
+
name?: string | undefined;
|
|
7480
|
+
projectDescription?: string | undefined;
|
|
7481
|
+
authors?: string[] | undefined;
|
|
7482
|
+
license?: string | undefined;
|
|
7483
|
+
homepage?: string | undefined;
|
|
7484
|
+
}>>;
|
|
7485
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
7486
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
7487
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7488
|
+
sourceFile: z.ZodString;
|
|
7489
|
+
hash: z.ZodString;
|
|
7490
|
+
}, "strip", z.ZodTypeAny, {
|
|
7491
|
+
sourceFile: string;
|
|
7492
|
+
hash: string;
|
|
7493
|
+
}, {
|
|
7494
|
+
sourceFile: string;
|
|
7495
|
+
hash: string;
|
|
7496
|
+
}>>>;
|
|
7466
7497
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7467
7498
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
7468
7499
|
name: z.ZodString;
|
|
@@ -7473,8 +7504,23 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7473
7504
|
type: "npm" | "binary" | "deno";
|
|
7474
7505
|
name: string;
|
|
7475
7506
|
}>, "many">>;
|
|
7476
|
-
|
|
7477
|
-
|
|
7507
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7508
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
7509
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
7510
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
7511
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7512
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
7513
|
+
}, "strip", z.ZodTypeAny, {
|
|
7514
|
+
storage?: Record<string, string> | undefined;
|
|
7515
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
7516
|
+
networks: string[];
|
|
7517
|
+
sandboxes: string[];
|
|
7518
|
+
}, {
|
|
7519
|
+
storage?: Record<string, string> | undefined;
|
|
7520
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
7521
|
+
networks: string[];
|
|
7522
|
+
sandboxes: string[];
|
|
7523
|
+
}>, z.ZodString]>>;
|
|
7478
7524
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7479
7525
|
label: z.ZodString;
|
|
7480
7526
|
rpcUrl: z.ZodString;
|
|
@@ -7589,79 +7635,33 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7589
7635
|
publicKeyHash: string;
|
|
7590
7636
|
encryptedKey: string;
|
|
7591
7637
|
secretKey: string;
|
|
7592
|
-
}> | undefined;
|
|
7593
|
-
protocol?: string | undefined;
|
|
7594
|
-
tzkt?: {
|
|
7595
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
7596
|
-
postgresqlPort?: number | undefined;
|
|
7597
|
-
apiPort?: number | undefined;
|
|
7598
|
-
} | undefined;
|
|
7599
|
-
annotations?: Record<string, unknown> | undefined;
|
|
7600
|
-
label: string;
|
|
7601
|
-
rpcUrl: string;
|
|
7602
|
-
}, {
|
|
7603
|
-
plugin?: string | undefined;
|
|
7604
|
-
accounts?: Record<string, string | {
|
|
7605
|
-
publicKeyHash: string;
|
|
7606
|
-
encryptedKey: string;
|
|
7607
|
-
secretKey: string;
|
|
7608
|
-
}> | undefined;
|
|
7609
|
-
protocol?: string | undefined;
|
|
7610
|
-
tzkt?: {
|
|
7611
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
7612
|
-
postgresqlPort?: number | undefined;
|
|
7613
|
-
apiPort?: number | undefined;
|
|
7614
|
-
} | undefined;
|
|
7615
|
-
annotations?: Record<string, unknown> | undefined;
|
|
7616
|
-
label: string;
|
|
7617
|
-
rpcUrl: string;
|
|
7618
|
-
}>>>;
|
|
7619
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
7620
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
7621
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
7622
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7623
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
7624
|
-
}, "strip", z.ZodTypeAny, {
|
|
7625
|
-
storage?: Record<string, string> | undefined;
|
|
7626
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
7627
|
-
networks: string[];
|
|
7628
|
-
sandboxes: string[];
|
|
7629
|
-
}, {
|
|
7630
|
-
storage?: Record<string, string> | undefined;
|
|
7631
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
7632
|
-
networks: string[];
|
|
7633
|
-
sandboxes: string[];
|
|
7634
|
-
}>, z.ZodString]>>;
|
|
7635
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7636
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7637
|
-
sourceFile: z.ZodString;
|
|
7638
|
-
hash: z.ZodString;
|
|
7639
|
-
}, "strip", z.ZodTypeAny, {
|
|
7640
|
-
sourceFile: string;
|
|
7641
|
-
hash: string;
|
|
7642
|
-
}, {
|
|
7643
|
-
sourceFile: string;
|
|
7644
|
-
hash: string;
|
|
7645
|
-
}>>>;
|
|
7646
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
7647
|
-
name: z.ZodOptional<z.ZodString>;
|
|
7648
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
7649
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7650
|
-
license: z.ZodOptional<z.ZodString>;
|
|
7651
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
7652
|
-
}, "strip", z.ZodTypeAny, {
|
|
7653
|
-
name?: string | undefined;
|
|
7654
|
-
projectDescription?: string | undefined;
|
|
7655
|
-
authors?: string[] | undefined;
|
|
7656
|
-
license?: string | undefined;
|
|
7657
|
-
homepage?: string | undefined;
|
|
7638
|
+
}> | undefined;
|
|
7639
|
+
protocol?: string | undefined;
|
|
7640
|
+
tzkt?: {
|
|
7641
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
7642
|
+
postgresqlPort?: number | undefined;
|
|
7643
|
+
apiPort?: number | undefined;
|
|
7644
|
+
} | undefined;
|
|
7645
|
+
annotations?: Record<string, unknown> | undefined;
|
|
7646
|
+
label: string;
|
|
7647
|
+
rpcUrl: string;
|
|
7658
7648
|
}, {
|
|
7659
|
-
|
|
7660
|
-
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7649
|
+
plugin?: string | undefined;
|
|
7650
|
+
accounts?: Record<string, string | {
|
|
7651
|
+
publicKeyHash: string;
|
|
7652
|
+
encryptedKey: string;
|
|
7653
|
+
secretKey: string;
|
|
7654
|
+
}> | undefined;
|
|
7655
|
+
protocol?: string | undefined;
|
|
7656
|
+
tzkt?: {
|
|
7657
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
7658
|
+
postgresqlPort?: number | undefined;
|
|
7659
|
+
apiPort?: number | undefined;
|
|
7660
|
+
} | undefined;
|
|
7661
|
+
annotations?: Record<string, unknown> | undefined;
|
|
7662
|
+
label: string;
|
|
7663
|
+
rpcUrl: string;
|
|
7664
|
+
}>>>;
|
|
7665
7665
|
}, {
|
|
7666
7666
|
projectDir: z.ZodString;
|
|
7667
7667
|
configFile: z.ZodString;
|
|
@@ -7685,12 +7685,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7685
7685
|
rpcUrl: string;
|
|
7686
7686
|
}> | undefined;
|
|
7687
7687
|
language?: "en" | "fr" | undefined;
|
|
7688
|
+
metadata?: {
|
|
7689
|
+
name?: string | undefined;
|
|
7690
|
+
projectDescription?: string | undefined;
|
|
7691
|
+
authors?: string[] | undefined;
|
|
7692
|
+
license?: string | undefined;
|
|
7693
|
+
homepage?: string | undefined;
|
|
7694
|
+
} | undefined;
|
|
7695
|
+
artifactsDir?: string | undefined;
|
|
7696
|
+
contractsDir?: string | undefined;
|
|
7697
|
+
contracts?: Record<string, {
|
|
7698
|
+
sourceFile: string;
|
|
7699
|
+
hash: string;
|
|
7700
|
+
}> | undefined;
|
|
7688
7701
|
plugins?: {
|
|
7689
7702
|
type: "npm" | "binary" | "deno";
|
|
7690
7703
|
name: string;
|
|
7691
7704
|
}[] | undefined;
|
|
7692
|
-
|
|
7693
|
-
artifactsDir?: string | undefined;
|
|
7705
|
+
accounts?: Record<string, string> | undefined;
|
|
7694
7706
|
network?: Record<string, {
|
|
7695
7707
|
accounts?: Record<string, {
|
|
7696
7708
|
mnemonic?: string | undefined;
|
|
@@ -7709,18 +7721,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7709
7721
|
label: string;
|
|
7710
7722
|
rpcUrl: string;
|
|
7711
7723
|
}> | undefined;
|
|
7712
|
-
accounts?: Record<string, string> | undefined;
|
|
7713
|
-
contracts?: Record<string, {
|
|
7714
|
-
sourceFile: string;
|
|
7715
|
-
hash: string;
|
|
7716
|
-
}> | undefined;
|
|
7717
|
-
metadata?: {
|
|
7718
|
-
name?: string | undefined;
|
|
7719
|
-
projectDescription?: string | undefined;
|
|
7720
|
-
authors?: string[] | undefined;
|
|
7721
|
-
license?: string | undefined;
|
|
7722
|
-
homepage?: string | undefined;
|
|
7723
|
-
} | undefined;
|
|
7724
7724
|
projectDir: string;
|
|
7725
7725
|
environment: Record<string, string | {
|
|
7726
7726
|
storage?: Record<string, string> | undefined;
|
|
@@ -7749,12 +7749,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7749
7749
|
rpcUrl: string;
|
|
7750
7750
|
}> | undefined;
|
|
7751
7751
|
language?: "en" | "fr" | undefined;
|
|
7752
|
+
metadata?: {
|
|
7753
|
+
name?: string | undefined;
|
|
7754
|
+
projectDescription?: string | undefined;
|
|
7755
|
+
authors?: string[] | undefined;
|
|
7756
|
+
license?: string | undefined;
|
|
7757
|
+
homepage?: string | undefined;
|
|
7758
|
+
} | undefined;
|
|
7759
|
+
artifactsDir?: string | undefined;
|
|
7760
|
+
contractsDir?: string | undefined;
|
|
7761
|
+
contracts?: Record<string, {
|
|
7762
|
+
sourceFile: string;
|
|
7763
|
+
hash: string;
|
|
7764
|
+
}> | undefined;
|
|
7752
7765
|
plugins?: {
|
|
7753
7766
|
type: "npm" | "binary" | "deno";
|
|
7754
7767
|
name: string;
|
|
7755
7768
|
}[] | undefined;
|
|
7756
|
-
|
|
7757
|
-
artifactsDir?: string | undefined;
|
|
7769
|
+
accounts?: Record<string, string> | undefined;
|
|
7758
7770
|
network?: Record<string, {
|
|
7759
7771
|
accounts?: Record<string, {
|
|
7760
7772
|
mnemonic?: string | undefined;
|
|
@@ -7773,18 +7785,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7773
7785
|
label: string;
|
|
7774
7786
|
rpcUrl: string;
|
|
7775
7787
|
}> | undefined;
|
|
7776
|
-
accounts?: Record<string, string> | undefined;
|
|
7777
|
-
contracts?: Record<string, {
|
|
7778
|
-
sourceFile: string;
|
|
7779
|
-
hash: string;
|
|
7780
|
-
}> | undefined;
|
|
7781
|
-
metadata?: {
|
|
7782
|
-
name?: string | undefined;
|
|
7783
|
-
projectDescription?: string | undefined;
|
|
7784
|
-
authors?: string[] | undefined;
|
|
7785
|
-
license?: string | undefined;
|
|
7786
|
-
homepage?: string | undefined;
|
|
7787
|
-
} | undefined;
|
|
7788
7788
|
projectDir: string;
|
|
7789
7789
|
environment: Record<string, string | {
|
|
7790
7790
|
storage?: Record<string, string> | undefined;
|
|
@@ -7831,12 +7831,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7831
7831
|
rpcUrl: string;
|
|
7832
7832
|
}> | undefined;
|
|
7833
7833
|
language?: "en" | "fr" | undefined;
|
|
7834
|
+
metadata?: {
|
|
7835
|
+
name?: string | undefined;
|
|
7836
|
+
projectDescription?: string | undefined;
|
|
7837
|
+
authors?: string[] | undefined;
|
|
7838
|
+
license?: string | undefined;
|
|
7839
|
+
homepage?: string | undefined;
|
|
7840
|
+
} | undefined;
|
|
7841
|
+
artifactsDir?: string | undefined;
|
|
7842
|
+
contractsDir?: string | undefined;
|
|
7843
|
+
contracts?: Record<string, {
|
|
7844
|
+
sourceFile: string;
|
|
7845
|
+
hash: string;
|
|
7846
|
+
}> | undefined;
|
|
7834
7847
|
plugins?: {
|
|
7835
7848
|
type: "npm" | "binary" | "deno";
|
|
7836
7849
|
name: string;
|
|
7837
7850
|
}[] | undefined;
|
|
7838
|
-
|
|
7839
|
-
artifactsDir?: string | undefined;
|
|
7851
|
+
accounts?: Record<string, string> | undefined;
|
|
7840
7852
|
network?: Record<string, {
|
|
7841
7853
|
accounts?: Record<string, {
|
|
7842
7854
|
mnemonic?: string | undefined;
|
|
@@ -7855,18 +7867,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7855
7867
|
label: string;
|
|
7856
7868
|
rpcUrl: string;
|
|
7857
7869
|
}> | undefined;
|
|
7858
|
-
accounts?: Record<string, string> | undefined;
|
|
7859
|
-
contracts?: Record<string, {
|
|
7860
|
-
sourceFile: string;
|
|
7861
|
-
hash: string;
|
|
7862
|
-
}> | undefined;
|
|
7863
|
-
metadata?: {
|
|
7864
|
-
name?: string | undefined;
|
|
7865
|
-
projectDescription?: string | undefined;
|
|
7866
|
-
authors?: string[] | undefined;
|
|
7867
|
-
license?: string | undefined;
|
|
7868
|
-
homepage?: string | undefined;
|
|
7869
|
-
} | undefined;
|
|
7870
7870
|
projectDir: string;
|
|
7871
7871
|
environment: Record<string, string | {
|
|
7872
7872
|
storage?: Record<string, string> | undefined;
|
|
@@ -7913,12 +7913,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7913
7913
|
rpcUrl: string;
|
|
7914
7914
|
}> | undefined;
|
|
7915
7915
|
language?: "en" | "fr" | undefined;
|
|
7916
|
+
metadata?: {
|
|
7917
|
+
name?: string | undefined;
|
|
7918
|
+
projectDescription?: string | undefined;
|
|
7919
|
+
authors?: string[] | undefined;
|
|
7920
|
+
license?: string | undefined;
|
|
7921
|
+
homepage?: string | undefined;
|
|
7922
|
+
} | undefined;
|
|
7923
|
+
artifactsDir?: string | undefined;
|
|
7924
|
+
contractsDir?: string | undefined;
|
|
7925
|
+
contracts?: Record<string, {
|
|
7926
|
+
sourceFile: string;
|
|
7927
|
+
hash: string;
|
|
7928
|
+
}> | undefined;
|
|
7916
7929
|
plugins?: {
|
|
7917
7930
|
type: "npm" | "binary" | "deno";
|
|
7918
7931
|
name: string;
|
|
7919
7932
|
}[] | undefined;
|
|
7920
|
-
|
|
7921
|
-
artifactsDir?: string | undefined;
|
|
7933
|
+
accounts?: Record<string, string> | undefined;
|
|
7922
7934
|
network?: Record<string, {
|
|
7923
7935
|
accounts?: Record<string, {
|
|
7924
7936
|
mnemonic?: string | undefined;
|
|
@@ -7937,18 +7949,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
7937
7949
|
label: string;
|
|
7938
7950
|
rpcUrl: string;
|
|
7939
7951
|
}> | undefined;
|
|
7940
|
-
accounts?: Record<string, string> | undefined;
|
|
7941
|
-
contracts?: Record<string, {
|
|
7942
|
-
sourceFile: string;
|
|
7943
|
-
hash: string;
|
|
7944
|
-
}> | undefined;
|
|
7945
|
-
metadata?: {
|
|
7946
|
-
name?: string | undefined;
|
|
7947
|
-
projectDescription?: string | undefined;
|
|
7948
|
-
authors?: string[] | undefined;
|
|
7949
|
-
license?: string | undefined;
|
|
7950
|
-
homepage?: string | undefined;
|
|
7951
|
-
} | undefined;
|
|
7952
7952
|
projectDir: string;
|
|
7953
7953
|
environment: Record<string, string | {
|
|
7954
7954
|
storage?: Record<string, string> | undefined;
|
|
@@ -8035,12 +8035,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8035
8035
|
rpcUrl: string;
|
|
8036
8036
|
}> | undefined;
|
|
8037
8037
|
language?: "en" | "fr" | undefined;
|
|
8038
|
+
metadata?: {
|
|
8039
|
+
name?: string | undefined;
|
|
8040
|
+
projectDescription?: string | undefined;
|
|
8041
|
+
authors?: string[] | undefined;
|
|
8042
|
+
license?: string | undefined;
|
|
8043
|
+
homepage?: string | undefined;
|
|
8044
|
+
} | undefined;
|
|
8045
|
+
artifactsDir?: string | undefined;
|
|
8046
|
+
contractsDir?: string | undefined;
|
|
8047
|
+
contracts?: Record<string, {
|
|
8048
|
+
sourceFile: string;
|
|
8049
|
+
hash: string;
|
|
8050
|
+
}> | undefined;
|
|
8038
8051
|
plugins?: {
|
|
8039
8052
|
type: "npm" | "binary" | "deno";
|
|
8040
8053
|
name: string;
|
|
8041
8054
|
}[] | undefined;
|
|
8042
|
-
|
|
8043
|
-
artifactsDir?: string | undefined;
|
|
8055
|
+
accounts?: Record<string, string> | undefined;
|
|
8044
8056
|
network?: Record<string, {
|
|
8045
8057
|
accounts?: Record<string, {
|
|
8046
8058
|
mnemonic?: string | undefined;
|
|
@@ -8059,18 +8071,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8059
8071
|
label: string;
|
|
8060
8072
|
rpcUrl: string;
|
|
8061
8073
|
}> | undefined;
|
|
8062
|
-
accounts?: Record<string, string> | undefined;
|
|
8063
|
-
contracts?: Record<string, {
|
|
8064
|
-
sourceFile: string;
|
|
8065
|
-
hash: string;
|
|
8066
|
-
}> | undefined;
|
|
8067
|
-
metadata?: {
|
|
8068
|
-
name?: string | undefined;
|
|
8069
|
-
projectDescription?: string | undefined;
|
|
8070
|
-
authors?: string[] | undefined;
|
|
8071
|
-
license?: string | undefined;
|
|
8072
|
-
homepage?: string | undefined;
|
|
8073
|
-
} | undefined;
|
|
8074
8074
|
projectDir: string;
|
|
8075
8075
|
environment: Record<string, string | {
|
|
8076
8076
|
storage?: Record<string, string> | undefined;
|
|
@@ -8147,12 +8147,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8147
8147
|
rpcUrl: string;
|
|
8148
8148
|
}> | undefined;
|
|
8149
8149
|
language?: "en" | "fr" | undefined;
|
|
8150
|
+
metadata?: {
|
|
8151
|
+
name?: string | undefined;
|
|
8152
|
+
projectDescription?: string | undefined;
|
|
8153
|
+
authors?: string[] | undefined;
|
|
8154
|
+
license?: string | undefined;
|
|
8155
|
+
homepage?: string | undefined;
|
|
8156
|
+
} | undefined;
|
|
8157
|
+
artifactsDir?: string | undefined;
|
|
8158
|
+
contractsDir?: string | undefined;
|
|
8159
|
+
contracts?: Record<string, {
|
|
8160
|
+
sourceFile: string;
|
|
8161
|
+
hash: string;
|
|
8162
|
+
}> | undefined;
|
|
8150
8163
|
plugins?: {
|
|
8151
8164
|
type: "npm" | "binary" | "deno";
|
|
8152
8165
|
name: string;
|
|
8153
8166
|
}[] | undefined;
|
|
8154
|
-
|
|
8155
|
-
artifactsDir?: string | undefined;
|
|
8167
|
+
accounts?: Record<string, string> | undefined;
|
|
8156
8168
|
network?: Record<string, {
|
|
8157
8169
|
accounts?: Record<string, {
|
|
8158
8170
|
mnemonic?: string | undefined;
|
|
@@ -8171,18 +8183,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8171
8183
|
label: string;
|
|
8172
8184
|
rpcUrl: string;
|
|
8173
8185
|
}> | undefined;
|
|
8174
|
-
accounts?: Record<string, string> | undefined;
|
|
8175
|
-
contracts?: Record<string, {
|
|
8176
|
-
sourceFile: string;
|
|
8177
|
-
hash: string;
|
|
8178
|
-
}> | undefined;
|
|
8179
|
-
metadata?: {
|
|
8180
|
-
name?: string | undefined;
|
|
8181
|
-
projectDescription?: string | undefined;
|
|
8182
|
-
authors?: string[] | undefined;
|
|
8183
|
-
license?: string | undefined;
|
|
8184
|
-
homepage?: string | undefined;
|
|
8185
|
-
} | undefined;
|
|
8186
8186
|
projectDir: string;
|
|
8187
8187
|
environment: Record<string, string | {
|
|
8188
8188
|
storage?: Record<string, string> | undefined;
|
|
@@ -8259,12 +8259,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8259
8259
|
rpcUrl: string;
|
|
8260
8260
|
}> | undefined;
|
|
8261
8261
|
language?: "en" | "fr" | undefined;
|
|
8262
|
+
metadata?: {
|
|
8263
|
+
name?: string | undefined;
|
|
8264
|
+
projectDescription?: string | undefined;
|
|
8265
|
+
authors?: string[] | undefined;
|
|
8266
|
+
license?: string | undefined;
|
|
8267
|
+
homepage?: string | undefined;
|
|
8268
|
+
} | undefined;
|
|
8269
|
+
artifactsDir?: string | undefined;
|
|
8270
|
+
contractsDir?: string | undefined;
|
|
8271
|
+
contracts?: Record<string, {
|
|
8272
|
+
sourceFile: string;
|
|
8273
|
+
hash: string;
|
|
8274
|
+
}> | undefined;
|
|
8262
8275
|
plugins?: {
|
|
8263
8276
|
type: "npm" | "binary" | "deno";
|
|
8264
8277
|
name: string;
|
|
8265
8278
|
}[] | undefined;
|
|
8266
|
-
|
|
8267
|
-
artifactsDir?: string | undefined;
|
|
8279
|
+
accounts?: Record<string, string> | undefined;
|
|
8268
8280
|
network?: Record<string, {
|
|
8269
8281
|
accounts?: Record<string, {
|
|
8270
8282
|
mnemonic?: string | undefined;
|
|
@@ -8283,18 +8295,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8283
8295
|
label: string;
|
|
8284
8296
|
rpcUrl: string;
|
|
8285
8297
|
}> | undefined;
|
|
8286
|
-
accounts?: Record<string, string> | undefined;
|
|
8287
|
-
contracts?: Record<string, {
|
|
8288
|
-
sourceFile: string;
|
|
8289
|
-
hash: string;
|
|
8290
|
-
}> | undefined;
|
|
8291
|
-
metadata?: {
|
|
8292
|
-
name?: string | undefined;
|
|
8293
|
-
projectDescription?: string | undefined;
|
|
8294
|
-
authors?: string[] | undefined;
|
|
8295
|
-
license?: string | undefined;
|
|
8296
|
-
homepage?: string | undefined;
|
|
8297
|
-
} | undefined;
|
|
8298
8298
|
projectDir: string;
|
|
8299
8299
|
environment: Record<string, string | {
|
|
8300
8300
|
storage?: Record<string, string> | undefined;
|
|
@@ -8367,12 +8367,24 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8367
8367
|
rpcUrl: string;
|
|
8368
8368
|
}> | undefined;
|
|
8369
8369
|
language?: "en" | "fr" | undefined;
|
|
8370
|
+
metadata?: {
|
|
8371
|
+
name?: string | undefined;
|
|
8372
|
+
projectDescription?: string | undefined;
|
|
8373
|
+
authors?: string[] | undefined;
|
|
8374
|
+
license?: string | undefined;
|
|
8375
|
+
homepage?: string | undefined;
|
|
8376
|
+
} | undefined;
|
|
8377
|
+
artifactsDir?: string | undefined;
|
|
8378
|
+
contractsDir?: string | undefined;
|
|
8379
|
+
contracts?: Record<string, {
|
|
8380
|
+
sourceFile: string;
|
|
8381
|
+
hash: string;
|
|
8382
|
+
}> | undefined;
|
|
8370
8383
|
plugins?: {
|
|
8371
8384
|
type: "npm" | "binary" | "deno";
|
|
8372
8385
|
name: string;
|
|
8373
8386
|
}[] | undefined;
|
|
8374
|
-
|
|
8375
|
-
artifactsDir?: string | undefined;
|
|
8387
|
+
accounts?: Record<string, string> | undefined;
|
|
8376
8388
|
network?: Record<string, {
|
|
8377
8389
|
accounts?: Record<string, {
|
|
8378
8390
|
mnemonic?: string | undefined;
|
|
@@ -8391,18 +8403,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
8391
8403
|
label: string;
|
|
8392
8404
|
rpcUrl: string;
|
|
8393
8405
|
}> | undefined;
|
|
8394
|
-
accounts?: Record<string, string> | undefined;
|
|
8395
|
-
contracts?: Record<string, {
|
|
8396
|
-
sourceFile: string;
|
|
8397
|
-
hash: string;
|
|
8398
|
-
}> | undefined;
|
|
8399
|
-
metadata?: {
|
|
8400
|
-
name?: string | undefined;
|
|
8401
|
-
projectDescription?: string | undefined;
|
|
8402
|
-
authors?: string[] | undefined;
|
|
8403
|
-
license?: string | undefined;
|
|
8404
|
-
homepage?: string | undefined;
|
|
8405
|
-
} | undefined;
|
|
8406
8406
|
projectDir: string;
|
|
8407
8407
|
environment: Record<string, string | {
|
|
8408
8408
|
storage?: Record<string, string> | undefined;
|