@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/PluginInfo.d.ts
CHANGED
|
@@ -271,6 +271,37 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
271
271
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
272
272
|
config: z.ZodObject<z.extendShape<{
|
|
273
273
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
274
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
275
|
+
name: z.ZodOptional<z.ZodString>;
|
|
276
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
277
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
278
|
+
license: z.ZodOptional<z.ZodString>;
|
|
279
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
280
|
+
}, "strip", z.ZodTypeAny, {
|
|
281
|
+
name?: string | undefined;
|
|
282
|
+
projectDescription?: string | undefined;
|
|
283
|
+
authors?: string[] | undefined;
|
|
284
|
+
license?: string | undefined;
|
|
285
|
+
homepage?: string | undefined;
|
|
286
|
+
}, {
|
|
287
|
+
name?: string | undefined;
|
|
288
|
+
projectDescription?: string | undefined;
|
|
289
|
+
authors?: string[] | undefined;
|
|
290
|
+
license?: string | undefined;
|
|
291
|
+
homepage?: string | undefined;
|
|
292
|
+
}>>;
|
|
293
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
294
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
295
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
296
|
+
sourceFile: z.ZodString;
|
|
297
|
+
hash: z.ZodString;
|
|
298
|
+
}, "strip", z.ZodTypeAny, {
|
|
299
|
+
sourceFile: string;
|
|
300
|
+
hash: string;
|
|
301
|
+
}, {
|
|
302
|
+
sourceFile: string;
|
|
303
|
+
hash: string;
|
|
304
|
+
}>>>;
|
|
274
305
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
275
306
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
276
307
|
name: z.ZodString;
|
|
@@ -281,8 +312,23 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
281
312
|
type: "npm" | "binary" | "deno";
|
|
282
313
|
name: string;
|
|
283
314
|
}>, "many">>;
|
|
284
|
-
|
|
285
|
-
|
|
315
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
316
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
317
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
318
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
319
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
320
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
321
|
+
}, "strip", z.ZodTypeAny, {
|
|
322
|
+
storage?: Record<string, string> | undefined;
|
|
323
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
324
|
+
networks: string[];
|
|
325
|
+
sandboxes: string[];
|
|
326
|
+
}, {
|
|
327
|
+
storage?: Record<string, string> | undefined;
|
|
328
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
329
|
+
networks: string[];
|
|
330
|
+
sandboxes: string[];
|
|
331
|
+
}>, z.ZodString]>>;
|
|
286
332
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
287
333
|
label: z.ZodString;
|
|
288
334
|
rpcUrl: z.ZodString;
|
|
@@ -424,52 +470,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
424
470
|
label: string;
|
|
425
471
|
rpcUrl: string;
|
|
426
472
|
}>>>;
|
|
427
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
428
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
429
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
430
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
431
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
432
|
-
}, "strip", z.ZodTypeAny, {
|
|
433
|
-
storage?: Record<string, string> | undefined;
|
|
434
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
435
|
-
networks: string[];
|
|
436
|
-
sandboxes: string[];
|
|
437
|
-
}, {
|
|
438
|
-
storage?: Record<string, string> | undefined;
|
|
439
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
440
|
-
networks: string[];
|
|
441
|
-
sandboxes: string[];
|
|
442
|
-
}>, z.ZodString]>>;
|
|
443
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
444
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
445
|
-
sourceFile: z.ZodString;
|
|
446
|
-
hash: z.ZodString;
|
|
447
|
-
}, "strip", z.ZodTypeAny, {
|
|
448
|
-
sourceFile: string;
|
|
449
|
-
hash: string;
|
|
450
|
-
}, {
|
|
451
|
-
sourceFile: string;
|
|
452
|
-
hash: string;
|
|
453
|
-
}>>>;
|
|
454
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
455
|
-
name: z.ZodOptional<z.ZodString>;
|
|
456
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
457
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
458
|
-
license: z.ZodOptional<z.ZodString>;
|
|
459
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
460
|
-
}, "strip", z.ZodTypeAny, {
|
|
461
|
-
name?: string | undefined;
|
|
462
|
-
projectDescription?: string | undefined;
|
|
463
|
-
authors?: string[] | undefined;
|
|
464
|
-
license?: string | undefined;
|
|
465
|
-
homepage?: string | undefined;
|
|
466
|
-
}, {
|
|
467
|
-
name?: string | undefined;
|
|
468
|
-
projectDescription?: string | undefined;
|
|
469
|
-
authors?: string[] | undefined;
|
|
470
|
-
license?: string | undefined;
|
|
471
|
-
homepage?: string | undefined;
|
|
472
|
-
}>>;
|
|
473
473
|
}, {
|
|
474
474
|
projectDir: z.ZodString;
|
|
475
475
|
configFile: z.ZodString;
|
|
@@ -493,12 +493,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
493
493
|
rpcUrl: string;
|
|
494
494
|
}> | undefined;
|
|
495
495
|
language?: "en" | "fr" | undefined;
|
|
496
|
+
metadata?: {
|
|
497
|
+
name?: string | undefined;
|
|
498
|
+
projectDescription?: string | undefined;
|
|
499
|
+
authors?: string[] | undefined;
|
|
500
|
+
license?: string | undefined;
|
|
501
|
+
homepage?: string | undefined;
|
|
502
|
+
} | undefined;
|
|
503
|
+
artifactsDir?: string | undefined;
|
|
504
|
+
contractsDir?: string | undefined;
|
|
505
|
+
contracts?: Record<string, {
|
|
506
|
+
sourceFile: string;
|
|
507
|
+
hash: string;
|
|
508
|
+
}> | undefined;
|
|
496
509
|
plugins?: {
|
|
497
510
|
type: "npm" | "binary" | "deno";
|
|
498
511
|
name: string;
|
|
499
512
|
}[] | undefined;
|
|
500
|
-
|
|
501
|
-
artifactsDir?: string | undefined;
|
|
513
|
+
accounts?: Record<string, string> | undefined;
|
|
502
514
|
network?: Record<string, {
|
|
503
515
|
accounts?: Record<string, {
|
|
504
516
|
mnemonic?: string | undefined;
|
|
@@ -517,18 +529,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
517
529
|
label: string;
|
|
518
530
|
rpcUrl: string;
|
|
519
531
|
}> | undefined;
|
|
520
|
-
accounts?: Record<string, string> | undefined;
|
|
521
|
-
contracts?: Record<string, {
|
|
522
|
-
sourceFile: string;
|
|
523
|
-
hash: string;
|
|
524
|
-
}> | undefined;
|
|
525
|
-
metadata?: {
|
|
526
|
-
name?: string | undefined;
|
|
527
|
-
projectDescription?: string | undefined;
|
|
528
|
-
authors?: string[] | undefined;
|
|
529
|
-
license?: string | undefined;
|
|
530
|
-
homepage?: string | undefined;
|
|
531
|
-
} | undefined;
|
|
532
532
|
projectDir: string;
|
|
533
533
|
environment: Record<string, string | {
|
|
534
534
|
storage?: Record<string, string> | undefined;
|
|
@@ -557,12 +557,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
557
557
|
rpcUrl: string;
|
|
558
558
|
}> | undefined;
|
|
559
559
|
language?: "en" | "fr" | undefined;
|
|
560
|
+
metadata?: {
|
|
561
|
+
name?: string | undefined;
|
|
562
|
+
projectDescription?: string | undefined;
|
|
563
|
+
authors?: string[] | undefined;
|
|
564
|
+
license?: string | undefined;
|
|
565
|
+
homepage?: string | undefined;
|
|
566
|
+
} | undefined;
|
|
567
|
+
artifactsDir?: string | undefined;
|
|
568
|
+
contractsDir?: string | undefined;
|
|
569
|
+
contracts?: Record<string, {
|
|
570
|
+
sourceFile: string;
|
|
571
|
+
hash: string;
|
|
572
|
+
}> | undefined;
|
|
560
573
|
plugins?: {
|
|
561
574
|
type: "npm" | "binary" | "deno";
|
|
562
575
|
name: string;
|
|
563
576
|
}[] | undefined;
|
|
564
|
-
|
|
565
|
-
artifactsDir?: string | undefined;
|
|
577
|
+
accounts?: Record<string, string> | undefined;
|
|
566
578
|
network?: Record<string, {
|
|
567
579
|
accounts?: Record<string, {
|
|
568
580
|
mnemonic?: string | undefined;
|
|
@@ -581,18 +593,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
581
593
|
label: string;
|
|
582
594
|
rpcUrl: string;
|
|
583
595
|
}> | undefined;
|
|
584
|
-
accounts?: Record<string, string> | undefined;
|
|
585
|
-
contracts?: Record<string, {
|
|
586
|
-
sourceFile: string;
|
|
587
|
-
hash: string;
|
|
588
|
-
}> | undefined;
|
|
589
|
-
metadata?: {
|
|
590
|
-
name?: string | undefined;
|
|
591
|
-
projectDescription?: string | undefined;
|
|
592
|
-
authors?: string[] | undefined;
|
|
593
|
-
license?: string | undefined;
|
|
594
|
-
homepage?: string | undefined;
|
|
595
|
-
} | undefined;
|
|
596
596
|
projectDir: string;
|
|
597
597
|
environment: Record<string, string | {
|
|
598
598
|
storage?: Record<string, string> | undefined;
|
|
@@ -639,12 +639,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
639
639
|
rpcUrl: string;
|
|
640
640
|
}> | undefined;
|
|
641
641
|
language?: "en" | "fr" | undefined;
|
|
642
|
+
metadata?: {
|
|
643
|
+
name?: string | undefined;
|
|
644
|
+
projectDescription?: string | undefined;
|
|
645
|
+
authors?: string[] | undefined;
|
|
646
|
+
license?: string | undefined;
|
|
647
|
+
homepage?: string | undefined;
|
|
648
|
+
} | undefined;
|
|
649
|
+
artifactsDir?: string | undefined;
|
|
650
|
+
contractsDir?: string | undefined;
|
|
651
|
+
contracts?: Record<string, {
|
|
652
|
+
sourceFile: string;
|
|
653
|
+
hash: string;
|
|
654
|
+
}> | undefined;
|
|
642
655
|
plugins?: {
|
|
643
656
|
type: "npm" | "binary" | "deno";
|
|
644
657
|
name: string;
|
|
645
658
|
}[] | undefined;
|
|
646
|
-
|
|
647
|
-
artifactsDir?: string | undefined;
|
|
659
|
+
accounts?: Record<string, string> | undefined;
|
|
648
660
|
network?: Record<string, {
|
|
649
661
|
accounts?: Record<string, {
|
|
650
662
|
mnemonic?: string | undefined;
|
|
@@ -663,18 +675,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
663
675
|
label: string;
|
|
664
676
|
rpcUrl: string;
|
|
665
677
|
}> | undefined;
|
|
666
|
-
accounts?: Record<string, string> | undefined;
|
|
667
|
-
contracts?: Record<string, {
|
|
668
|
-
sourceFile: string;
|
|
669
|
-
hash: string;
|
|
670
|
-
}> | undefined;
|
|
671
|
-
metadata?: {
|
|
672
|
-
name?: string | undefined;
|
|
673
|
-
projectDescription?: string | undefined;
|
|
674
|
-
authors?: string[] | undefined;
|
|
675
|
-
license?: string | undefined;
|
|
676
|
-
homepage?: string | undefined;
|
|
677
|
-
} | undefined;
|
|
678
678
|
projectDir: string;
|
|
679
679
|
environment: Record<string, string | {
|
|
680
680
|
storage?: Record<string, string> | undefined;
|
|
@@ -721,12 +721,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
721
721
|
rpcUrl: string;
|
|
722
722
|
}> | undefined;
|
|
723
723
|
language?: "en" | "fr" | undefined;
|
|
724
|
+
metadata?: {
|
|
725
|
+
name?: string | undefined;
|
|
726
|
+
projectDescription?: string | undefined;
|
|
727
|
+
authors?: string[] | undefined;
|
|
728
|
+
license?: string | undefined;
|
|
729
|
+
homepage?: string | undefined;
|
|
730
|
+
} | undefined;
|
|
731
|
+
artifactsDir?: string | undefined;
|
|
732
|
+
contractsDir?: string | undefined;
|
|
733
|
+
contracts?: Record<string, {
|
|
734
|
+
sourceFile: string;
|
|
735
|
+
hash: string;
|
|
736
|
+
}> | undefined;
|
|
724
737
|
plugins?: {
|
|
725
738
|
type: "npm" | "binary" | "deno";
|
|
726
739
|
name: string;
|
|
727
740
|
}[] | undefined;
|
|
728
|
-
|
|
729
|
-
artifactsDir?: string | undefined;
|
|
741
|
+
accounts?: Record<string, string> | undefined;
|
|
730
742
|
network?: Record<string, {
|
|
731
743
|
accounts?: Record<string, {
|
|
732
744
|
mnemonic?: string | undefined;
|
|
@@ -745,18 +757,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
745
757
|
label: string;
|
|
746
758
|
rpcUrl: string;
|
|
747
759
|
}> | undefined;
|
|
748
|
-
accounts?: Record<string, string> | undefined;
|
|
749
|
-
contracts?: Record<string, {
|
|
750
|
-
sourceFile: string;
|
|
751
|
-
hash: string;
|
|
752
|
-
}> | undefined;
|
|
753
|
-
metadata?: {
|
|
754
|
-
name?: string | undefined;
|
|
755
|
-
projectDescription?: string | undefined;
|
|
756
|
-
authors?: string[] | undefined;
|
|
757
|
-
license?: string | undefined;
|
|
758
|
-
homepage?: string | undefined;
|
|
759
|
-
} | undefined;
|
|
760
760
|
projectDir: string;
|
|
761
761
|
environment: Record<string, string | {
|
|
762
762
|
storage?: Record<string, string> | undefined;
|
|
@@ -905,6 +905,37 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
905
905
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
906
906
|
config: z.ZodObject<z.extendShape<{
|
|
907
907
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
908
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
909
|
+
name: z.ZodOptional<z.ZodString>;
|
|
910
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
911
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
912
|
+
license: z.ZodOptional<z.ZodString>;
|
|
913
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
914
|
+
}, "strip", z.ZodTypeAny, {
|
|
915
|
+
name?: string | undefined;
|
|
916
|
+
projectDescription?: string | undefined;
|
|
917
|
+
authors?: string[] | undefined;
|
|
918
|
+
license?: string | undefined;
|
|
919
|
+
homepage?: string | undefined;
|
|
920
|
+
}, {
|
|
921
|
+
name?: string | undefined;
|
|
922
|
+
projectDescription?: string | undefined;
|
|
923
|
+
authors?: string[] | undefined;
|
|
924
|
+
license?: string | undefined;
|
|
925
|
+
homepage?: string | undefined;
|
|
926
|
+
}>>;
|
|
927
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
928
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
929
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
930
|
+
sourceFile: z.ZodString;
|
|
931
|
+
hash: z.ZodString;
|
|
932
|
+
}, "strip", z.ZodTypeAny, {
|
|
933
|
+
sourceFile: string;
|
|
934
|
+
hash: string;
|
|
935
|
+
}, {
|
|
936
|
+
sourceFile: string;
|
|
937
|
+
hash: string;
|
|
938
|
+
}>>>;
|
|
908
939
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
909
940
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
910
941
|
name: z.ZodString;
|
|
@@ -915,8 +946,23 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
915
946
|
type: "npm" | "binary" | "deno";
|
|
916
947
|
name: string;
|
|
917
948
|
}>, "many">>;
|
|
918
|
-
|
|
919
|
-
|
|
949
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
950
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
951
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
952
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
953
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
954
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
955
|
+
}, "strip", z.ZodTypeAny, {
|
|
956
|
+
storage?: Record<string, string> | undefined;
|
|
957
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
958
|
+
networks: string[];
|
|
959
|
+
sandboxes: string[];
|
|
960
|
+
}, {
|
|
961
|
+
storage?: Record<string, string> | undefined;
|
|
962
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
963
|
+
networks: string[];
|
|
964
|
+
sandboxes: string[];
|
|
965
|
+
}>, z.ZodString]>>;
|
|
920
966
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
921
967
|
label: z.ZodString;
|
|
922
968
|
rpcUrl: z.ZodString;
|
|
@@ -1042,68 +1088,22 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1042
1088
|
label: string;
|
|
1043
1089
|
rpcUrl: string;
|
|
1044
1090
|
}, {
|
|
1045
|
-
plugin?: string | undefined;
|
|
1046
|
-
accounts?: Record<string, string | {
|
|
1047
|
-
publicKeyHash: string;
|
|
1048
|
-
encryptedKey: string;
|
|
1049
|
-
secretKey: string;
|
|
1050
|
-
}> | undefined;
|
|
1051
|
-
protocol?: string | undefined;
|
|
1052
|
-
tzkt?: {
|
|
1053
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1054
|
-
postgresqlPort?: number | undefined;
|
|
1055
|
-
apiPort?: number | undefined;
|
|
1056
|
-
} | undefined;
|
|
1057
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1058
|
-
label: string;
|
|
1059
|
-
rpcUrl: string;
|
|
1060
|
-
}>>>;
|
|
1061
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1062
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
1063
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1064
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1065
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1066
|
-
}, "strip", z.ZodTypeAny, {
|
|
1067
|
-
storage?: Record<string, string> | undefined;
|
|
1068
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1069
|
-
networks: string[];
|
|
1070
|
-
sandboxes: string[];
|
|
1071
|
-
}, {
|
|
1072
|
-
storage?: Record<string, string> | undefined;
|
|
1073
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1074
|
-
networks: string[];
|
|
1075
|
-
sandboxes: string[];
|
|
1076
|
-
}>, z.ZodString]>>;
|
|
1077
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1078
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1079
|
-
sourceFile: z.ZodString;
|
|
1080
|
-
hash: z.ZodString;
|
|
1081
|
-
}, "strip", z.ZodTypeAny, {
|
|
1082
|
-
sourceFile: string;
|
|
1083
|
-
hash: string;
|
|
1084
|
-
}, {
|
|
1085
|
-
sourceFile: string;
|
|
1086
|
-
hash: string;
|
|
1091
|
+
plugin?: string | undefined;
|
|
1092
|
+
accounts?: Record<string, string | {
|
|
1093
|
+
publicKeyHash: string;
|
|
1094
|
+
encryptedKey: string;
|
|
1095
|
+
secretKey: string;
|
|
1096
|
+
}> | undefined;
|
|
1097
|
+
protocol?: string | undefined;
|
|
1098
|
+
tzkt?: {
|
|
1099
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1100
|
+
postgresqlPort?: number | undefined;
|
|
1101
|
+
apiPort?: number | undefined;
|
|
1102
|
+
} | undefined;
|
|
1103
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1104
|
+
label: string;
|
|
1105
|
+
rpcUrl: string;
|
|
1087
1106
|
}>>>;
|
|
1088
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
1089
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1090
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1091
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1092
|
-
license: z.ZodOptional<z.ZodString>;
|
|
1093
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
1094
|
-
}, "strip", z.ZodTypeAny, {
|
|
1095
|
-
name?: string | undefined;
|
|
1096
|
-
projectDescription?: string | undefined;
|
|
1097
|
-
authors?: string[] | undefined;
|
|
1098
|
-
license?: string | undefined;
|
|
1099
|
-
homepage?: string | undefined;
|
|
1100
|
-
}, {
|
|
1101
|
-
name?: string | undefined;
|
|
1102
|
-
projectDescription?: string | undefined;
|
|
1103
|
-
authors?: string[] | undefined;
|
|
1104
|
-
license?: string | undefined;
|
|
1105
|
-
homepage?: string | undefined;
|
|
1106
|
-
}>>;
|
|
1107
1107
|
}, {
|
|
1108
1108
|
projectDir: z.ZodString;
|
|
1109
1109
|
configFile: z.ZodString;
|
|
@@ -1127,12 +1127,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1127
1127
|
rpcUrl: string;
|
|
1128
1128
|
}> | undefined;
|
|
1129
1129
|
language?: "en" | "fr" | undefined;
|
|
1130
|
+
metadata?: {
|
|
1131
|
+
name?: string | undefined;
|
|
1132
|
+
projectDescription?: string | undefined;
|
|
1133
|
+
authors?: string[] | undefined;
|
|
1134
|
+
license?: string | undefined;
|
|
1135
|
+
homepage?: string | undefined;
|
|
1136
|
+
} | undefined;
|
|
1137
|
+
artifactsDir?: string | undefined;
|
|
1138
|
+
contractsDir?: string | undefined;
|
|
1139
|
+
contracts?: Record<string, {
|
|
1140
|
+
sourceFile: string;
|
|
1141
|
+
hash: string;
|
|
1142
|
+
}> | undefined;
|
|
1130
1143
|
plugins?: {
|
|
1131
1144
|
type: "npm" | "binary" | "deno";
|
|
1132
1145
|
name: string;
|
|
1133
1146
|
}[] | undefined;
|
|
1134
|
-
|
|
1135
|
-
artifactsDir?: string | undefined;
|
|
1147
|
+
accounts?: Record<string, string> | undefined;
|
|
1136
1148
|
network?: Record<string, {
|
|
1137
1149
|
accounts?: Record<string, {
|
|
1138
1150
|
mnemonic?: string | undefined;
|
|
@@ -1151,18 +1163,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1151
1163
|
label: string;
|
|
1152
1164
|
rpcUrl: string;
|
|
1153
1165
|
}> | undefined;
|
|
1154
|
-
accounts?: Record<string, string> | undefined;
|
|
1155
|
-
contracts?: Record<string, {
|
|
1156
|
-
sourceFile: string;
|
|
1157
|
-
hash: string;
|
|
1158
|
-
}> | undefined;
|
|
1159
|
-
metadata?: {
|
|
1160
|
-
name?: string | undefined;
|
|
1161
|
-
projectDescription?: string | undefined;
|
|
1162
|
-
authors?: string[] | undefined;
|
|
1163
|
-
license?: string | undefined;
|
|
1164
|
-
homepage?: string | undefined;
|
|
1165
|
-
} | undefined;
|
|
1166
1166
|
projectDir: string;
|
|
1167
1167
|
environment: Record<string, string | {
|
|
1168
1168
|
storage?: Record<string, string> | undefined;
|
|
@@ -1191,12 +1191,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1191
1191
|
rpcUrl: string;
|
|
1192
1192
|
}> | undefined;
|
|
1193
1193
|
language?: "en" | "fr" | undefined;
|
|
1194
|
+
metadata?: {
|
|
1195
|
+
name?: string | undefined;
|
|
1196
|
+
projectDescription?: string | undefined;
|
|
1197
|
+
authors?: string[] | undefined;
|
|
1198
|
+
license?: string | undefined;
|
|
1199
|
+
homepage?: string | undefined;
|
|
1200
|
+
} | undefined;
|
|
1201
|
+
artifactsDir?: string | undefined;
|
|
1202
|
+
contractsDir?: string | undefined;
|
|
1203
|
+
contracts?: Record<string, {
|
|
1204
|
+
sourceFile: string;
|
|
1205
|
+
hash: string;
|
|
1206
|
+
}> | undefined;
|
|
1194
1207
|
plugins?: {
|
|
1195
1208
|
type: "npm" | "binary" | "deno";
|
|
1196
1209
|
name: string;
|
|
1197
1210
|
}[] | undefined;
|
|
1198
|
-
|
|
1199
|
-
artifactsDir?: string | undefined;
|
|
1211
|
+
accounts?: Record<string, string> | undefined;
|
|
1200
1212
|
network?: Record<string, {
|
|
1201
1213
|
accounts?: Record<string, {
|
|
1202
1214
|
mnemonic?: string | undefined;
|
|
@@ -1215,18 +1227,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1215
1227
|
label: string;
|
|
1216
1228
|
rpcUrl: string;
|
|
1217
1229
|
}> | undefined;
|
|
1218
|
-
accounts?: Record<string, string> | undefined;
|
|
1219
|
-
contracts?: Record<string, {
|
|
1220
|
-
sourceFile: string;
|
|
1221
|
-
hash: string;
|
|
1222
|
-
}> | undefined;
|
|
1223
|
-
metadata?: {
|
|
1224
|
-
name?: string | undefined;
|
|
1225
|
-
projectDescription?: string | undefined;
|
|
1226
|
-
authors?: string[] | undefined;
|
|
1227
|
-
license?: string | undefined;
|
|
1228
|
-
homepage?: string | undefined;
|
|
1229
|
-
} | undefined;
|
|
1230
1230
|
projectDir: string;
|
|
1231
1231
|
environment: Record<string, string | {
|
|
1232
1232
|
storage?: Record<string, string> | undefined;
|
|
@@ -1273,12 +1273,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1273
1273
|
rpcUrl: string;
|
|
1274
1274
|
}> | undefined;
|
|
1275
1275
|
language?: "en" | "fr" | undefined;
|
|
1276
|
+
metadata?: {
|
|
1277
|
+
name?: string | undefined;
|
|
1278
|
+
projectDescription?: string | undefined;
|
|
1279
|
+
authors?: string[] | undefined;
|
|
1280
|
+
license?: string | undefined;
|
|
1281
|
+
homepage?: string | undefined;
|
|
1282
|
+
} | undefined;
|
|
1283
|
+
artifactsDir?: string | undefined;
|
|
1284
|
+
contractsDir?: string | undefined;
|
|
1285
|
+
contracts?: Record<string, {
|
|
1286
|
+
sourceFile: string;
|
|
1287
|
+
hash: string;
|
|
1288
|
+
}> | undefined;
|
|
1276
1289
|
plugins?: {
|
|
1277
1290
|
type: "npm" | "binary" | "deno";
|
|
1278
1291
|
name: string;
|
|
1279
1292
|
}[] | undefined;
|
|
1280
|
-
|
|
1281
|
-
artifactsDir?: string | undefined;
|
|
1293
|
+
accounts?: Record<string, string> | undefined;
|
|
1282
1294
|
network?: Record<string, {
|
|
1283
1295
|
accounts?: Record<string, {
|
|
1284
1296
|
mnemonic?: string | undefined;
|
|
@@ -1297,18 +1309,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1297
1309
|
label: string;
|
|
1298
1310
|
rpcUrl: string;
|
|
1299
1311
|
}> | undefined;
|
|
1300
|
-
accounts?: Record<string, string> | undefined;
|
|
1301
|
-
contracts?: Record<string, {
|
|
1302
|
-
sourceFile: string;
|
|
1303
|
-
hash: string;
|
|
1304
|
-
}> | undefined;
|
|
1305
|
-
metadata?: {
|
|
1306
|
-
name?: string | undefined;
|
|
1307
|
-
projectDescription?: string | undefined;
|
|
1308
|
-
authors?: string[] | undefined;
|
|
1309
|
-
license?: string | undefined;
|
|
1310
|
-
homepage?: string | undefined;
|
|
1311
|
-
} | undefined;
|
|
1312
1312
|
projectDir: string;
|
|
1313
1313
|
environment: Record<string, string | {
|
|
1314
1314
|
storage?: Record<string, string> | undefined;
|
|
@@ -1355,12 +1355,24 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1355
1355
|
rpcUrl: string;
|
|
1356
1356
|
}> | undefined;
|
|
1357
1357
|
language?: "en" | "fr" | undefined;
|
|
1358
|
+
metadata?: {
|
|
1359
|
+
name?: string | undefined;
|
|
1360
|
+
projectDescription?: string | undefined;
|
|
1361
|
+
authors?: string[] | undefined;
|
|
1362
|
+
license?: string | undefined;
|
|
1363
|
+
homepage?: string | undefined;
|
|
1364
|
+
} | undefined;
|
|
1365
|
+
artifactsDir?: string | undefined;
|
|
1366
|
+
contractsDir?: string | undefined;
|
|
1367
|
+
contracts?: Record<string, {
|
|
1368
|
+
sourceFile: string;
|
|
1369
|
+
hash: string;
|
|
1370
|
+
}> | undefined;
|
|
1358
1371
|
plugins?: {
|
|
1359
1372
|
type: "npm" | "binary" | "deno";
|
|
1360
1373
|
name: string;
|
|
1361
1374
|
}[] | undefined;
|
|
1362
|
-
|
|
1363
|
-
artifactsDir?: string | undefined;
|
|
1375
|
+
accounts?: Record<string, string> | undefined;
|
|
1364
1376
|
network?: Record<string, {
|
|
1365
1377
|
accounts?: Record<string, {
|
|
1366
1378
|
mnemonic?: string | undefined;
|
|
@@ -1379,18 +1391,6 @@ export declare const rawSchema: z.ZodObject<{
|
|
|
1379
1391
|
label: string;
|
|
1380
1392
|
rpcUrl: string;
|
|
1381
1393
|
}> | undefined;
|
|
1382
|
-
accounts?: Record<string, string> | undefined;
|
|
1383
|
-
contracts?: Record<string, {
|
|
1384
|
-
sourceFile: string;
|
|
1385
|
-
hash: string;
|
|
1386
|
-
}> | undefined;
|
|
1387
|
-
metadata?: {
|
|
1388
|
-
name?: string | undefined;
|
|
1389
|
-
projectDescription?: string | undefined;
|
|
1390
|
-
authors?: string[] | undefined;
|
|
1391
|
-
license?: string | undefined;
|
|
1392
|
-
homepage?: string | undefined;
|
|
1393
|
-
} | undefined;
|
|
1394
1394
|
projectDir: string;
|
|
1395
1395
|
environment: Record<string, string | {
|
|
1396
1396
|
storage?: Record<string, string> | undefined;
|
|
@@ -1779,6 +1779,37 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
1779
1779
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
1780
1780
|
config: z.ZodObject<z.extendShape<{
|
|
1781
1781
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
1782
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1783
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1784
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1785
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1786
|
+
license: z.ZodOptional<z.ZodString>;
|
|
1787
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
1788
|
+
}, "strip", z.ZodTypeAny, {
|
|
1789
|
+
name?: string | undefined;
|
|
1790
|
+
projectDescription?: string | undefined;
|
|
1791
|
+
authors?: string[] | undefined;
|
|
1792
|
+
license?: string | undefined;
|
|
1793
|
+
homepage?: string | undefined;
|
|
1794
|
+
}, {
|
|
1795
|
+
name?: string | undefined;
|
|
1796
|
+
projectDescription?: string | undefined;
|
|
1797
|
+
authors?: string[] | undefined;
|
|
1798
|
+
license?: string | undefined;
|
|
1799
|
+
homepage?: string | undefined;
|
|
1800
|
+
}>>;
|
|
1801
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
1802
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
1803
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1804
|
+
sourceFile: z.ZodString;
|
|
1805
|
+
hash: z.ZodString;
|
|
1806
|
+
}, "strip", z.ZodTypeAny, {
|
|
1807
|
+
sourceFile: string;
|
|
1808
|
+
hash: string;
|
|
1809
|
+
}, {
|
|
1810
|
+
sourceFile: string;
|
|
1811
|
+
hash: string;
|
|
1812
|
+
}>>>;
|
|
1782
1813
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1783
1814
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
1784
1815
|
name: z.ZodString;
|
|
@@ -1789,8 +1820,23 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
1789
1820
|
type: "npm" | "binary" | "deno";
|
|
1790
1821
|
name: string;
|
|
1791
1822
|
}>, "many">>;
|
|
1792
|
-
|
|
1793
|
-
|
|
1823
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1824
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1825
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
1826
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1827
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1828
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1829
|
+
}, "strip", z.ZodTypeAny, {
|
|
1830
|
+
storage?: Record<string, string> | undefined;
|
|
1831
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1832
|
+
networks: string[];
|
|
1833
|
+
sandboxes: string[];
|
|
1834
|
+
}, {
|
|
1835
|
+
storage?: Record<string, string> | undefined;
|
|
1836
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1837
|
+
networks: string[];
|
|
1838
|
+
sandboxes: string[];
|
|
1839
|
+
}>, z.ZodString]>>;
|
|
1794
1840
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1795
1841
|
label: z.ZodString;
|
|
1796
1842
|
rpcUrl: z.ZodString;
|
|
@@ -1913,71 +1959,25 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
1913
1959
|
apiPort?: number | undefined;
|
|
1914
1960
|
} | undefined;
|
|
1915
1961
|
annotations?: Record<string, unknown> | undefined;
|
|
1916
|
-
label: string;
|
|
1917
|
-
rpcUrl: string;
|
|
1918
|
-
}, {
|
|
1919
|
-
plugin?: string | undefined;
|
|
1920
|
-
accounts?: Record<string, string | {
|
|
1921
|
-
publicKeyHash: string;
|
|
1922
|
-
encryptedKey: string;
|
|
1923
|
-
secretKey: string;
|
|
1924
|
-
}> | undefined;
|
|
1925
|
-
protocol?: string | undefined;
|
|
1926
|
-
tzkt?: {
|
|
1927
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1928
|
-
postgresqlPort?: number | undefined;
|
|
1929
|
-
apiPort?: number | undefined;
|
|
1930
|
-
} | undefined;
|
|
1931
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1932
|
-
label: string;
|
|
1933
|
-
rpcUrl: string;
|
|
1934
|
-
}>>>;
|
|
1935
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1936
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
1937
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1938
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1939
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1940
|
-
}, "strip", z.ZodTypeAny, {
|
|
1941
|
-
storage?: Record<string, string> | undefined;
|
|
1942
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1943
|
-
networks: string[];
|
|
1944
|
-
sandboxes: string[];
|
|
1945
|
-
}, {
|
|
1946
|
-
storage?: Record<string, string> | undefined;
|
|
1947
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1948
|
-
networks: string[];
|
|
1949
|
-
sandboxes: string[];
|
|
1950
|
-
}>, z.ZodString]>>;
|
|
1951
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1952
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1953
|
-
sourceFile: z.ZodString;
|
|
1954
|
-
hash: z.ZodString;
|
|
1955
|
-
}, "strip", z.ZodTypeAny, {
|
|
1956
|
-
sourceFile: string;
|
|
1957
|
-
hash: string;
|
|
1958
|
-
}, {
|
|
1959
|
-
sourceFile: string;
|
|
1960
|
-
hash: string;
|
|
1961
|
-
}>>>;
|
|
1962
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
1963
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1964
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1965
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1966
|
-
license: z.ZodOptional<z.ZodString>;
|
|
1967
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
1968
|
-
}, "strip", z.ZodTypeAny, {
|
|
1969
|
-
name?: string | undefined;
|
|
1970
|
-
projectDescription?: string | undefined;
|
|
1971
|
-
authors?: string[] | undefined;
|
|
1972
|
-
license?: string | undefined;
|
|
1973
|
-
homepage?: string | undefined;
|
|
1962
|
+
label: string;
|
|
1963
|
+
rpcUrl: string;
|
|
1974
1964
|
}, {
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1965
|
+
plugin?: string | undefined;
|
|
1966
|
+
accounts?: Record<string, string | {
|
|
1967
|
+
publicKeyHash: string;
|
|
1968
|
+
encryptedKey: string;
|
|
1969
|
+
secretKey: string;
|
|
1970
|
+
}> | undefined;
|
|
1971
|
+
protocol?: string | undefined;
|
|
1972
|
+
tzkt?: {
|
|
1973
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1974
|
+
postgresqlPort?: number | undefined;
|
|
1975
|
+
apiPort?: number | undefined;
|
|
1976
|
+
} | undefined;
|
|
1977
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1978
|
+
label: string;
|
|
1979
|
+
rpcUrl: string;
|
|
1980
|
+
}>>>;
|
|
1981
1981
|
}, {
|
|
1982
1982
|
projectDir: z.ZodString;
|
|
1983
1983
|
configFile: z.ZodString;
|
|
@@ -2001,12 +2001,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2001
2001
|
rpcUrl: string;
|
|
2002
2002
|
}> | undefined;
|
|
2003
2003
|
language?: "en" | "fr" | undefined;
|
|
2004
|
+
metadata?: {
|
|
2005
|
+
name?: string | undefined;
|
|
2006
|
+
projectDescription?: string | undefined;
|
|
2007
|
+
authors?: string[] | undefined;
|
|
2008
|
+
license?: string | undefined;
|
|
2009
|
+
homepage?: string | undefined;
|
|
2010
|
+
} | undefined;
|
|
2011
|
+
artifactsDir?: string | undefined;
|
|
2012
|
+
contractsDir?: string | undefined;
|
|
2013
|
+
contracts?: Record<string, {
|
|
2014
|
+
sourceFile: string;
|
|
2015
|
+
hash: string;
|
|
2016
|
+
}> | undefined;
|
|
2004
2017
|
plugins?: {
|
|
2005
2018
|
type: "npm" | "binary" | "deno";
|
|
2006
2019
|
name: string;
|
|
2007
2020
|
}[] | undefined;
|
|
2008
|
-
|
|
2009
|
-
artifactsDir?: string | undefined;
|
|
2021
|
+
accounts?: Record<string, string> | undefined;
|
|
2010
2022
|
network?: Record<string, {
|
|
2011
2023
|
accounts?: Record<string, {
|
|
2012
2024
|
mnemonic?: string | undefined;
|
|
@@ -2025,18 +2037,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2025
2037
|
label: string;
|
|
2026
2038
|
rpcUrl: string;
|
|
2027
2039
|
}> | undefined;
|
|
2028
|
-
accounts?: Record<string, string> | undefined;
|
|
2029
|
-
contracts?: Record<string, {
|
|
2030
|
-
sourceFile: string;
|
|
2031
|
-
hash: string;
|
|
2032
|
-
}> | undefined;
|
|
2033
|
-
metadata?: {
|
|
2034
|
-
name?: string | undefined;
|
|
2035
|
-
projectDescription?: string | undefined;
|
|
2036
|
-
authors?: string[] | undefined;
|
|
2037
|
-
license?: string | undefined;
|
|
2038
|
-
homepage?: string | undefined;
|
|
2039
|
-
} | undefined;
|
|
2040
2040
|
projectDir: string;
|
|
2041
2041
|
environment: Record<string, string | {
|
|
2042
2042
|
storage?: Record<string, string> | undefined;
|
|
@@ -2065,12 +2065,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2065
2065
|
rpcUrl: string;
|
|
2066
2066
|
}> | undefined;
|
|
2067
2067
|
language?: "en" | "fr" | undefined;
|
|
2068
|
+
metadata?: {
|
|
2069
|
+
name?: string | undefined;
|
|
2070
|
+
projectDescription?: string | undefined;
|
|
2071
|
+
authors?: string[] | undefined;
|
|
2072
|
+
license?: string | undefined;
|
|
2073
|
+
homepage?: string | undefined;
|
|
2074
|
+
} | undefined;
|
|
2075
|
+
artifactsDir?: string | undefined;
|
|
2076
|
+
contractsDir?: string | undefined;
|
|
2077
|
+
contracts?: Record<string, {
|
|
2078
|
+
sourceFile: string;
|
|
2079
|
+
hash: string;
|
|
2080
|
+
}> | undefined;
|
|
2068
2081
|
plugins?: {
|
|
2069
2082
|
type: "npm" | "binary" | "deno";
|
|
2070
2083
|
name: string;
|
|
2071
2084
|
}[] | undefined;
|
|
2072
|
-
|
|
2073
|
-
artifactsDir?: string | undefined;
|
|
2085
|
+
accounts?: Record<string, string> | undefined;
|
|
2074
2086
|
network?: Record<string, {
|
|
2075
2087
|
accounts?: Record<string, {
|
|
2076
2088
|
mnemonic?: string | undefined;
|
|
@@ -2089,18 +2101,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2089
2101
|
label: string;
|
|
2090
2102
|
rpcUrl: string;
|
|
2091
2103
|
}> | undefined;
|
|
2092
|
-
accounts?: Record<string, string> | undefined;
|
|
2093
|
-
contracts?: Record<string, {
|
|
2094
|
-
sourceFile: string;
|
|
2095
|
-
hash: string;
|
|
2096
|
-
}> | undefined;
|
|
2097
|
-
metadata?: {
|
|
2098
|
-
name?: string | undefined;
|
|
2099
|
-
projectDescription?: string | undefined;
|
|
2100
|
-
authors?: string[] | undefined;
|
|
2101
|
-
license?: string | undefined;
|
|
2102
|
-
homepage?: string | undefined;
|
|
2103
|
-
} | undefined;
|
|
2104
2104
|
projectDir: string;
|
|
2105
2105
|
environment: Record<string, string | {
|
|
2106
2106
|
storage?: Record<string, string> | undefined;
|
|
@@ -2147,12 +2147,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2147
2147
|
rpcUrl: string;
|
|
2148
2148
|
}> | undefined;
|
|
2149
2149
|
language?: "en" | "fr" | undefined;
|
|
2150
|
+
metadata?: {
|
|
2151
|
+
name?: string | undefined;
|
|
2152
|
+
projectDescription?: string | undefined;
|
|
2153
|
+
authors?: string[] | undefined;
|
|
2154
|
+
license?: string | undefined;
|
|
2155
|
+
homepage?: string | undefined;
|
|
2156
|
+
} | undefined;
|
|
2157
|
+
artifactsDir?: string | undefined;
|
|
2158
|
+
contractsDir?: string | undefined;
|
|
2159
|
+
contracts?: Record<string, {
|
|
2160
|
+
sourceFile: string;
|
|
2161
|
+
hash: string;
|
|
2162
|
+
}> | undefined;
|
|
2150
2163
|
plugins?: {
|
|
2151
2164
|
type: "npm" | "binary" | "deno";
|
|
2152
2165
|
name: string;
|
|
2153
2166
|
}[] | undefined;
|
|
2154
|
-
|
|
2155
|
-
artifactsDir?: string | undefined;
|
|
2167
|
+
accounts?: Record<string, string> | undefined;
|
|
2156
2168
|
network?: Record<string, {
|
|
2157
2169
|
accounts?: Record<string, {
|
|
2158
2170
|
mnemonic?: string | undefined;
|
|
@@ -2171,18 +2183,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2171
2183
|
label: string;
|
|
2172
2184
|
rpcUrl: string;
|
|
2173
2185
|
}> | undefined;
|
|
2174
|
-
accounts?: Record<string, string> | undefined;
|
|
2175
|
-
contracts?: Record<string, {
|
|
2176
|
-
sourceFile: string;
|
|
2177
|
-
hash: string;
|
|
2178
|
-
}> | undefined;
|
|
2179
|
-
metadata?: {
|
|
2180
|
-
name?: string | undefined;
|
|
2181
|
-
projectDescription?: string | undefined;
|
|
2182
|
-
authors?: string[] | undefined;
|
|
2183
|
-
license?: string | undefined;
|
|
2184
|
-
homepage?: string | undefined;
|
|
2185
|
-
} | undefined;
|
|
2186
2186
|
projectDir: string;
|
|
2187
2187
|
environment: Record<string, string | {
|
|
2188
2188
|
storage?: Record<string, string> | undefined;
|
|
@@ -2229,12 +2229,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2229
2229
|
rpcUrl: string;
|
|
2230
2230
|
}> | undefined;
|
|
2231
2231
|
language?: "en" | "fr" | undefined;
|
|
2232
|
+
metadata?: {
|
|
2233
|
+
name?: string | undefined;
|
|
2234
|
+
projectDescription?: string | undefined;
|
|
2235
|
+
authors?: string[] | undefined;
|
|
2236
|
+
license?: string | undefined;
|
|
2237
|
+
homepage?: string | undefined;
|
|
2238
|
+
} | undefined;
|
|
2239
|
+
artifactsDir?: string | undefined;
|
|
2240
|
+
contractsDir?: string | undefined;
|
|
2241
|
+
contracts?: Record<string, {
|
|
2242
|
+
sourceFile: string;
|
|
2243
|
+
hash: string;
|
|
2244
|
+
}> | undefined;
|
|
2232
2245
|
plugins?: {
|
|
2233
2246
|
type: "npm" | "binary" | "deno";
|
|
2234
2247
|
name: string;
|
|
2235
2248
|
}[] | undefined;
|
|
2236
|
-
|
|
2237
|
-
artifactsDir?: string | undefined;
|
|
2249
|
+
accounts?: Record<string, string> | undefined;
|
|
2238
2250
|
network?: Record<string, {
|
|
2239
2251
|
accounts?: Record<string, {
|
|
2240
2252
|
mnemonic?: string | undefined;
|
|
@@ -2253,18 +2265,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2253
2265
|
label: string;
|
|
2254
2266
|
rpcUrl: string;
|
|
2255
2267
|
}> | undefined;
|
|
2256
|
-
accounts?: Record<string, string> | undefined;
|
|
2257
|
-
contracts?: Record<string, {
|
|
2258
|
-
sourceFile: string;
|
|
2259
|
-
hash: string;
|
|
2260
|
-
}> | undefined;
|
|
2261
|
-
metadata?: {
|
|
2262
|
-
name?: string | undefined;
|
|
2263
|
-
projectDescription?: string | undefined;
|
|
2264
|
-
authors?: string[] | undefined;
|
|
2265
|
-
license?: string | undefined;
|
|
2266
|
-
homepage?: string | undefined;
|
|
2267
|
-
} | undefined;
|
|
2268
2268
|
projectDir: string;
|
|
2269
2269
|
environment: Record<string, string | {
|
|
2270
2270
|
storage?: Record<string, string> | undefined;
|
|
@@ -2413,6 +2413,37 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2413
2413
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
2414
2414
|
config: z.ZodObject<z.extendShape<{
|
|
2415
2415
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
2416
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
2417
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2418
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
2419
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2420
|
+
license: z.ZodOptional<z.ZodString>;
|
|
2421
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
2422
|
+
}, "strip", z.ZodTypeAny, {
|
|
2423
|
+
name?: string | undefined;
|
|
2424
|
+
projectDescription?: string | undefined;
|
|
2425
|
+
authors?: string[] | undefined;
|
|
2426
|
+
license?: string | undefined;
|
|
2427
|
+
homepage?: string | undefined;
|
|
2428
|
+
}, {
|
|
2429
|
+
name?: string | undefined;
|
|
2430
|
+
projectDescription?: string | undefined;
|
|
2431
|
+
authors?: string[] | undefined;
|
|
2432
|
+
license?: string | undefined;
|
|
2433
|
+
homepage?: string | undefined;
|
|
2434
|
+
}>>;
|
|
2435
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
2436
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
2437
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2438
|
+
sourceFile: z.ZodString;
|
|
2439
|
+
hash: z.ZodString;
|
|
2440
|
+
}, "strip", z.ZodTypeAny, {
|
|
2441
|
+
sourceFile: string;
|
|
2442
|
+
hash: string;
|
|
2443
|
+
}, {
|
|
2444
|
+
sourceFile: string;
|
|
2445
|
+
hash: string;
|
|
2446
|
+
}>>>;
|
|
2416
2447
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2417
2448
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
2418
2449
|
name: z.ZodString;
|
|
@@ -2423,8 +2454,23 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2423
2454
|
type: "npm" | "binary" | "deno";
|
|
2424
2455
|
name: string;
|
|
2425
2456
|
}>, "many">>;
|
|
2426
|
-
|
|
2427
|
-
|
|
2457
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2458
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
2459
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
2460
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
2461
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2462
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2463
|
+
}, "strip", z.ZodTypeAny, {
|
|
2464
|
+
storage?: Record<string, string> | undefined;
|
|
2465
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2466
|
+
networks: string[];
|
|
2467
|
+
sandboxes: string[];
|
|
2468
|
+
}, {
|
|
2469
|
+
storage?: Record<string, string> | undefined;
|
|
2470
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2471
|
+
networks: string[];
|
|
2472
|
+
sandboxes: string[];
|
|
2473
|
+
}>, z.ZodString]>>;
|
|
2428
2474
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2429
2475
|
label: z.ZodString;
|
|
2430
2476
|
rpcUrl: z.ZodString;
|
|
@@ -2566,52 +2612,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2566
2612
|
label: string;
|
|
2567
2613
|
rpcUrl: string;
|
|
2568
2614
|
}>>>;
|
|
2569
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
2570
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
2571
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
2572
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2573
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
2574
|
-
}, "strip", z.ZodTypeAny, {
|
|
2575
|
-
storage?: Record<string, string> | undefined;
|
|
2576
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2577
|
-
networks: string[];
|
|
2578
|
-
sandboxes: string[];
|
|
2579
|
-
}, {
|
|
2580
|
-
storage?: Record<string, string> | undefined;
|
|
2581
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2582
|
-
networks: string[];
|
|
2583
|
-
sandboxes: string[];
|
|
2584
|
-
}>, z.ZodString]>>;
|
|
2585
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2586
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2587
|
-
sourceFile: z.ZodString;
|
|
2588
|
-
hash: z.ZodString;
|
|
2589
|
-
}, "strip", z.ZodTypeAny, {
|
|
2590
|
-
sourceFile: string;
|
|
2591
|
-
hash: string;
|
|
2592
|
-
}, {
|
|
2593
|
-
sourceFile: string;
|
|
2594
|
-
hash: string;
|
|
2595
|
-
}>>>;
|
|
2596
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
2597
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2598
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
2599
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2600
|
-
license: z.ZodOptional<z.ZodString>;
|
|
2601
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
2602
|
-
}, "strip", z.ZodTypeAny, {
|
|
2603
|
-
name?: string | undefined;
|
|
2604
|
-
projectDescription?: string | undefined;
|
|
2605
|
-
authors?: string[] | undefined;
|
|
2606
|
-
license?: string | undefined;
|
|
2607
|
-
homepage?: string | undefined;
|
|
2608
|
-
}, {
|
|
2609
|
-
name?: string | undefined;
|
|
2610
|
-
projectDescription?: string | undefined;
|
|
2611
|
-
authors?: string[] | undefined;
|
|
2612
|
-
license?: string | undefined;
|
|
2613
|
-
homepage?: string | undefined;
|
|
2614
|
-
}>>;
|
|
2615
2615
|
}, {
|
|
2616
2616
|
projectDir: z.ZodString;
|
|
2617
2617
|
configFile: z.ZodString;
|
|
@@ -2635,12 +2635,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2635
2635
|
rpcUrl: string;
|
|
2636
2636
|
}> | undefined;
|
|
2637
2637
|
language?: "en" | "fr" | undefined;
|
|
2638
|
+
metadata?: {
|
|
2639
|
+
name?: string | undefined;
|
|
2640
|
+
projectDescription?: string | undefined;
|
|
2641
|
+
authors?: string[] | undefined;
|
|
2642
|
+
license?: string | undefined;
|
|
2643
|
+
homepage?: string | undefined;
|
|
2644
|
+
} | undefined;
|
|
2645
|
+
artifactsDir?: string | undefined;
|
|
2646
|
+
contractsDir?: string | undefined;
|
|
2647
|
+
contracts?: Record<string, {
|
|
2648
|
+
sourceFile: string;
|
|
2649
|
+
hash: string;
|
|
2650
|
+
}> | undefined;
|
|
2638
2651
|
plugins?: {
|
|
2639
2652
|
type: "npm" | "binary" | "deno";
|
|
2640
2653
|
name: string;
|
|
2641
2654
|
}[] | undefined;
|
|
2642
|
-
|
|
2643
|
-
artifactsDir?: string | undefined;
|
|
2655
|
+
accounts?: Record<string, string> | undefined;
|
|
2644
2656
|
network?: Record<string, {
|
|
2645
2657
|
accounts?: Record<string, {
|
|
2646
2658
|
mnemonic?: string | undefined;
|
|
@@ -2655,22 +2667,10 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2655
2667
|
password: string;
|
|
2656
2668
|
amount: string;
|
|
2657
2669
|
activation_code: string;
|
|
2658
|
-
} | undefined;
|
|
2659
|
-
label: string;
|
|
2660
|
-
rpcUrl: string;
|
|
2661
|
-
}> | undefined;
|
|
2662
|
-
accounts?: Record<string, string> | undefined;
|
|
2663
|
-
contracts?: Record<string, {
|
|
2664
|
-
sourceFile: string;
|
|
2665
|
-
hash: string;
|
|
2670
|
+
} | undefined;
|
|
2671
|
+
label: string;
|
|
2672
|
+
rpcUrl: string;
|
|
2666
2673
|
}> | undefined;
|
|
2667
|
-
metadata?: {
|
|
2668
|
-
name?: string | undefined;
|
|
2669
|
-
projectDescription?: string | undefined;
|
|
2670
|
-
authors?: string[] | undefined;
|
|
2671
|
-
license?: string | undefined;
|
|
2672
|
-
homepage?: string | undefined;
|
|
2673
|
-
} | undefined;
|
|
2674
2674
|
projectDir: string;
|
|
2675
2675
|
environment: Record<string, string | {
|
|
2676
2676
|
storage?: Record<string, string> | undefined;
|
|
@@ -2699,12 +2699,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2699
2699
|
rpcUrl: string;
|
|
2700
2700
|
}> | undefined;
|
|
2701
2701
|
language?: "en" | "fr" | undefined;
|
|
2702
|
+
metadata?: {
|
|
2703
|
+
name?: string | undefined;
|
|
2704
|
+
projectDescription?: string | undefined;
|
|
2705
|
+
authors?: string[] | undefined;
|
|
2706
|
+
license?: string | undefined;
|
|
2707
|
+
homepage?: string | undefined;
|
|
2708
|
+
} | undefined;
|
|
2709
|
+
artifactsDir?: string | undefined;
|
|
2710
|
+
contractsDir?: string | undefined;
|
|
2711
|
+
contracts?: Record<string, {
|
|
2712
|
+
sourceFile: string;
|
|
2713
|
+
hash: string;
|
|
2714
|
+
}> | undefined;
|
|
2702
2715
|
plugins?: {
|
|
2703
2716
|
type: "npm" | "binary" | "deno";
|
|
2704
2717
|
name: string;
|
|
2705
2718
|
}[] | undefined;
|
|
2706
|
-
|
|
2707
|
-
artifactsDir?: string | undefined;
|
|
2719
|
+
accounts?: Record<string, string> | undefined;
|
|
2708
2720
|
network?: Record<string, {
|
|
2709
2721
|
accounts?: Record<string, {
|
|
2710
2722
|
mnemonic?: string | undefined;
|
|
@@ -2723,18 +2735,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2723
2735
|
label: string;
|
|
2724
2736
|
rpcUrl: string;
|
|
2725
2737
|
}> | undefined;
|
|
2726
|
-
accounts?: Record<string, string> | undefined;
|
|
2727
|
-
contracts?: Record<string, {
|
|
2728
|
-
sourceFile: string;
|
|
2729
|
-
hash: string;
|
|
2730
|
-
}> | undefined;
|
|
2731
|
-
metadata?: {
|
|
2732
|
-
name?: string | undefined;
|
|
2733
|
-
projectDescription?: string | undefined;
|
|
2734
|
-
authors?: string[] | undefined;
|
|
2735
|
-
license?: string | undefined;
|
|
2736
|
-
homepage?: string | undefined;
|
|
2737
|
-
} | undefined;
|
|
2738
2738
|
projectDir: string;
|
|
2739
2739
|
environment: Record<string, string | {
|
|
2740
2740
|
storage?: Record<string, string> | undefined;
|
|
@@ -2781,12 +2781,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2781
2781
|
rpcUrl: string;
|
|
2782
2782
|
}> | undefined;
|
|
2783
2783
|
language?: "en" | "fr" | undefined;
|
|
2784
|
+
metadata?: {
|
|
2785
|
+
name?: string | undefined;
|
|
2786
|
+
projectDescription?: string | undefined;
|
|
2787
|
+
authors?: string[] | undefined;
|
|
2788
|
+
license?: string | undefined;
|
|
2789
|
+
homepage?: string | undefined;
|
|
2790
|
+
} | undefined;
|
|
2791
|
+
artifactsDir?: string | undefined;
|
|
2792
|
+
contractsDir?: string | undefined;
|
|
2793
|
+
contracts?: Record<string, {
|
|
2794
|
+
sourceFile: string;
|
|
2795
|
+
hash: string;
|
|
2796
|
+
}> | undefined;
|
|
2784
2797
|
plugins?: {
|
|
2785
2798
|
type: "npm" | "binary" | "deno";
|
|
2786
2799
|
name: string;
|
|
2787
2800
|
}[] | undefined;
|
|
2788
|
-
|
|
2789
|
-
artifactsDir?: string | undefined;
|
|
2801
|
+
accounts?: Record<string, string> | undefined;
|
|
2790
2802
|
network?: Record<string, {
|
|
2791
2803
|
accounts?: Record<string, {
|
|
2792
2804
|
mnemonic?: string | undefined;
|
|
@@ -2805,18 +2817,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2805
2817
|
label: string;
|
|
2806
2818
|
rpcUrl: string;
|
|
2807
2819
|
}> | undefined;
|
|
2808
|
-
accounts?: Record<string, string> | undefined;
|
|
2809
|
-
contracts?: Record<string, {
|
|
2810
|
-
sourceFile: string;
|
|
2811
|
-
hash: string;
|
|
2812
|
-
}> | undefined;
|
|
2813
|
-
metadata?: {
|
|
2814
|
-
name?: string | undefined;
|
|
2815
|
-
projectDescription?: string | undefined;
|
|
2816
|
-
authors?: string[] | undefined;
|
|
2817
|
-
license?: string | undefined;
|
|
2818
|
-
homepage?: string | undefined;
|
|
2819
|
-
} | undefined;
|
|
2820
2820
|
projectDir: string;
|
|
2821
2821
|
environment: Record<string, string | {
|
|
2822
2822
|
storage?: Record<string, string> | undefined;
|
|
@@ -2863,12 +2863,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2863
2863
|
rpcUrl: string;
|
|
2864
2864
|
}> | undefined;
|
|
2865
2865
|
language?: "en" | "fr" | undefined;
|
|
2866
|
+
metadata?: {
|
|
2867
|
+
name?: string | undefined;
|
|
2868
|
+
projectDescription?: string | undefined;
|
|
2869
|
+
authors?: string[] | undefined;
|
|
2870
|
+
license?: string | undefined;
|
|
2871
|
+
homepage?: string | undefined;
|
|
2872
|
+
} | undefined;
|
|
2873
|
+
artifactsDir?: string | undefined;
|
|
2874
|
+
contractsDir?: string | undefined;
|
|
2875
|
+
contracts?: Record<string, {
|
|
2876
|
+
sourceFile: string;
|
|
2877
|
+
hash: string;
|
|
2878
|
+
}> | undefined;
|
|
2866
2879
|
plugins?: {
|
|
2867
2880
|
type: "npm" | "binary" | "deno";
|
|
2868
2881
|
name: string;
|
|
2869
2882
|
}[] | undefined;
|
|
2870
|
-
|
|
2871
|
-
artifactsDir?: string | undefined;
|
|
2883
|
+
accounts?: Record<string, string> | undefined;
|
|
2872
2884
|
network?: Record<string, {
|
|
2873
2885
|
accounts?: Record<string, {
|
|
2874
2886
|
mnemonic?: string | undefined;
|
|
@@ -2887,18 +2899,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
2887
2899
|
label: string;
|
|
2888
2900
|
rpcUrl: string;
|
|
2889
2901
|
}> | undefined;
|
|
2890
|
-
accounts?: Record<string, string> | undefined;
|
|
2891
|
-
contracts?: Record<string, {
|
|
2892
|
-
sourceFile: string;
|
|
2893
|
-
hash: string;
|
|
2894
|
-
}> | undefined;
|
|
2895
|
-
metadata?: {
|
|
2896
|
-
name?: string | undefined;
|
|
2897
|
-
projectDescription?: string | undefined;
|
|
2898
|
-
authors?: string[] | undefined;
|
|
2899
|
-
license?: string | undefined;
|
|
2900
|
-
homepage?: string | undefined;
|
|
2901
|
-
} | undefined;
|
|
2902
2902
|
projectDir: string;
|
|
2903
2903
|
environment: Record<string, string | {
|
|
2904
2904
|
storage?: Record<string, string> | undefined;
|
|
@@ -3281,6 +3281,37 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3281
3281
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
3282
3282
|
config: z.ZodObject<z.extendShape<{
|
|
3283
3283
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
3284
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
3285
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3286
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
3287
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3288
|
+
license: z.ZodOptional<z.ZodString>;
|
|
3289
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
3290
|
+
}, "strip", z.ZodTypeAny, {
|
|
3291
|
+
name?: string | undefined;
|
|
3292
|
+
projectDescription?: string | undefined;
|
|
3293
|
+
authors?: string[] | undefined;
|
|
3294
|
+
license?: string | undefined;
|
|
3295
|
+
homepage?: string | undefined;
|
|
3296
|
+
}, {
|
|
3297
|
+
name?: string | undefined;
|
|
3298
|
+
projectDescription?: string | undefined;
|
|
3299
|
+
authors?: string[] | undefined;
|
|
3300
|
+
license?: string | undefined;
|
|
3301
|
+
homepage?: string | undefined;
|
|
3302
|
+
}>>;
|
|
3303
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3304
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3305
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3306
|
+
sourceFile: z.ZodString;
|
|
3307
|
+
hash: z.ZodString;
|
|
3308
|
+
}, "strip", z.ZodTypeAny, {
|
|
3309
|
+
sourceFile: string;
|
|
3310
|
+
hash: string;
|
|
3311
|
+
}, {
|
|
3312
|
+
sourceFile: string;
|
|
3313
|
+
hash: string;
|
|
3314
|
+
}>>>;
|
|
3284
3315
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3285
3316
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
3286
3317
|
name: z.ZodString;
|
|
@@ -3291,8 +3322,23 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3291
3322
|
type: "npm" | "binary" | "deno";
|
|
3292
3323
|
name: string;
|
|
3293
3324
|
}>, "many">>;
|
|
3294
|
-
|
|
3295
|
-
|
|
3325
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3326
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
3327
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
3328
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
3329
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3330
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3331
|
+
}, "strip", z.ZodTypeAny, {
|
|
3332
|
+
storage?: Record<string, string> | undefined;
|
|
3333
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3334
|
+
networks: string[];
|
|
3335
|
+
sandboxes: string[];
|
|
3336
|
+
}, {
|
|
3337
|
+
storage?: Record<string, string> | undefined;
|
|
3338
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3339
|
+
networks: string[];
|
|
3340
|
+
sandboxes: string[];
|
|
3341
|
+
}>, z.ZodString]>>;
|
|
3296
3342
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3297
3343
|
label: z.ZodString;
|
|
3298
3344
|
rpcUrl: z.ZodString;
|
|
@@ -3434,52 +3480,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3434
3480
|
label: string;
|
|
3435
3481
|
rpcUrl: string;
|
|
3436
3482
|
}>>>;
|
|
3437
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
3438
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
3439
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
3440
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3441
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3442
|
-
}, "strip", z.ZodTypeAny, {
|
|
3443
|
-
storage?: Record<string, string> | undefined;
|
|
3444
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3445
|
-
networks: string[];
|
|
3446
|
-
sandboxes: string[];
|
|
3447
|
-
}, {
|
|
3448
|
-
storage?: Record<string, string> | undefined;
|
|
3449
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3450
|
-
networks: string[];
|
|
3451
|
-
sandboxes: string[];
|
|
3452
|
-
}>, z.ZodString]>>;
|
|
3453
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3454
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3455
|
-
sourceFile: z.ZodString;
|
|
3456
|
-
hash: z.ZodString;
|
|
3457
|
-
}, "strip", z.ZodTypeAny, {
|
|
3458
|
-
sourceFile: string;
|
|
3459
|
-
hash: string;
|
|
3460
|
-
}, {
|
|
3461
|
-
sourceFile: string;
|
|
3462
|
-
hash: string;
|
|
3463
|
-
}>>>;
|
|
3464
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
3465
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3466
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
3467
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3468
|
-
license: z.ZodOptional<z.ZodString>;
|
|
3469
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
3470
|
-
}, "strip", z.ZodTypeAny, {
|
|
3471
|
-
name?: string | undefined;
|
|
3472
|
-
projectDescription?: string | undefined;
|
|
3473
|
-
authors?: string[] | undefined;
|
|
3474
|
-
license?: string | undefined;
|
|
3475
|
-
homepage?: string | undefined;
|
|
3476
|
-
}, {
|
|
3477
|
-
name?: string | undefined;
|
|
3478
|
-
projectDescription?: string | undefined;
|
|
3479
|
-
authors?: string[] | undefined;
|
|
3480
|
-
license?: string | undefined;
|
|
3481
|
-
homepage?: string | undefined;
|
|
3482
|
-
}>>;
|
|
3483
3483
|
}, {
|
|
3484
3484
|
projectDir: z.ZodString;
|
|
3485
3485
|
configFile: z.ZodString;
|
|
@@ -3503,12 +3503,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3503
3503
|
rpcUrl: string;
|
|
3504
3504
|
}> | undefined;
|
|
3505
3505
|
language?: "en" | "fr" | undefined;
|
|
3506
|
+
metadata?: {
|
|
3507
|
+
name?: string | undefined;
|
|
3508
|
+
projectDescription?: string | undefined;
|
|
3509
|
+
authors?: string[] | undefined;
|
|
3510
|
+
license?: string | undefined;
|
|
3511
|
+
homepage?: string | undefined;
|
|
3512
|
+
} | undefined;
|
|
3513
|
+
artifactsDir?: string | undefined;
|
|
3514
|
+
contractsDir?: string | undefined;
|
|
3515
|
+
contracts?: Record<string, {
|
|
3516
|
+
sourceFile: string;
|
|
3517
|
+
hash: string;
|
|
3518
|
+
}> | undefined;
|
|
3506
3519
|
plugins?: {
|
|
3507
3520
|
type: "npm" | "binary" | "deno";
|
|
3508
3521
|
name: string;
|
|
3509
3522
|
}[] | undefined;
|
|
3510
|
-
|
|
3511
|
-
artifactsDir?: string | undefined;
|
|
3523
|
+
accounts?: Record<string, string> | undefined;
|
|
3512
3524
|
network?: Record<string, {
|
|
3513
3525
|
accounts?: Record<string, {
|
|
3514
3526
|
mnemonic?: string | undefined;
|
|
@@ -3527,18 +3539,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3527
3539
|
label: string;
|
|
3528
3540
|
rpcUrl: string;
|
|
3529
3541
|
}> | undefined;
|
|
3530
|
-
accounts?: Record<string, string> | undefined;
|
|
3531
|
-
contracts?: Record<string, {
|
|
3532
|
-
sourceFile: string;
|
|
3533
|
-
hash: string;
|
|
3534
|
-
}> | undefined;
|
|
3535
|
-
metadata?: {
|
|
3536
|
-
name?: string | undefined;
|
|
3537
|
-
projectDescription?: string | undefined;
|
|
3538
|
-
authors?: string[] | undefined;
|
|
3539
|
-
license?: string | undefined;
|
|
3540
|
-
homepage?: string | undefined;
|
|
3541
|
-
} | undefined;
|
|
3542
3542
|
projectDir: string;
|
|
3543
3543
|
environment: Record<string, string | {
|
|
3544
3544
|
storage?: Record<string, string> | undefined;
|
|
@@ -3567,12 +3567,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3567
3567
|
rpcUrl: string;
|
|
3568
3568
|
}> | undefined;
|
|
3569
3569
|
language?: "en" | "fr" | undefined;
|
|
3570
|
+
metadata?: {
|
|
3571
|
+
name?: string | undefined;
|
|
3572
|
+
projectDescription?: string | undefined;
|
|
3573
|
+
authors?: string[] | undefined;
|
|
3574
|
+
license?: string | undefined;
|
|
3575
|
+
homepage?: string | undefined;
|
|
3576
|
+
} | undefined;
|
|
3577
|
+
artifactsDir?: string | undefined;
|
|
3578
|
+
contractsDir?: string | undefined;
|
|
3579
|
+
contracts?: Record<string, {
|
|
3580
|
+
sourceFile: string;
|
|
3581
|
+
hash: string;
|
|
3582
|
+
}> | undefined;
|
|
3570
3583
|
plugins?: {
|
|
3571
3584
|
type: "npm" | "binary" | "deno";
|
|
3572
3585
|
name: string;
|
|
3573
3586
|
}[] | undefined;
|
|
3574
|
-
|
|
3575
|
-
artifactsDir?: string | undefined;
|
|
3587
|
+
accounts?: Record<string, string> | undefined;
|
|
3576
3588
|
network?: Record<string, {
|
|
3577
3589
|
accounts?: Record<string, {
|
|
3578
3590
|
mnemonic?: string | undefined;
|
|
@@ -3591,18 +3603,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3591
3603
|
label: string;
|
|
3592
3604
|
rpcUrl: string;
|
|
3593
3605
|
}> | undefined;
|
|
3594
|
-
accounts?: Record<string, string> | undefined;
|
|
3595
|
-
contracts?: Record<string, {
|
|
3596
|
-
sourceFile: string;
|
|
3597
|
-
hash: string;
|
|
3598
|
-
}> | undefined;
|
|
3599
|
-
metadata?: {
|
|
3600
|
-
name?: string | undefined;
|
|
3601
|
-
projectDescription?: string | undefined;
|
|
3602
|
-
authors?: string[] | undefined;
|
|
3603
|
-
license?: string | undefined;
|
|
3604
|
-
homepage?: string | undefined;
|
|
3605
|
-
} | undefined;
|
|
3606
3606
|
projectDir: string;
|
|
3607
3607
|
environment: Record<string, string | {
|
|
3608
3608
|
storage?: Record<string, string> | undefined;
|
|
@@ -3648,13 +3648,25 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3648
3648
|
label: string;
|
|
3649
3649
|
rpcUrl: string;
|
|
3650
3650
|
}> | undefined;
|
|
3651
|
-
language?: "en" | "fr" | undefined;
|
|
3651
|
+
language?: "en" | "fr" | undefined;
|
|
3652
|
+
metadata?: {
|
|
3653
|
+
name?: string | undefined;
|
|
3654
|
+
projectDescription?: string | undefined;
|
|
3655
|
+
authors?: string[] | undefined;
|
|
3656
|
+
license?: string | undefined;
|
|
3657
|
+
homepage?: string | undefined;
|
|
3658
|
+
} | undefined;
|
|
3659
|
+
artifactsDir?: string | undefined;
|
|
3660
|
+
contractsDir?: string | undefined;
|
|
3661
|
+
contracts?: Record<string, {
|
|
3662
|
+
sourceFile: string;
|
|
3663
|
+
hash: string;
|
|
3664
|
+
}> | undefined;
|
|
3652
3665
|
plugins?: {
|
|
3653
3666
|
type: "npm" | "binary" | "deno";
|
|
3654
3667
|
name: string;
|
|
3655
3668
|
}[] | undefined;
|
|
3656
|
-
|
|
3657
|
-
artifactsDir?: string | undefined;
|
|
3669
|
+
accounts?: Record<string, string> | undefined;
|
|
3658
3670
|
network?: Record<string, {
|
|
3659
3671
|
accounts?: Record<string, {
|
|
3660
3672
|
mnemonic?: string | undefined;
|
|
@@ -3673,18 +3685,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3673
3685
|
label: string;
|
|
3674
3686
|
rpcUrl: string;
|
|
3675
3687
|
}> | undefined;
|
|
3676
|
-
accounts?: Record<string, string> | undefined;
|
|
3677
|
-
contracts?: Record<string, {
|
|
3678
|
-
sourceFile: string;
|
|
3679
|
-
hash: string;
|
|
3680
|
-
}> | undefined;
|
|
3681
|
-
metadata?: {
|
|
3682
|
-
name?: string | undefined;
|
|
3683
|
-
projectDescription?: string | undefined;
|
|
3684
|
-
authors?: string[] | undefined;
|
|
3685
|
-
license?: string | undefined;
|
|
3686
|
-
homepage?: string | undefined;
|
|
3687
|
-
} | undefined;
|
|
3688
3688
|
projectDir: string;
|
|
3689
3689
|
environment: Record<string, string | {
|
|
3690
3690
|
storage?: Record<string, string> | undefined;
|
|
@@ -3731,12 +3731,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3731
3731
|
rpcUrl: string;
|
|
3732
3732
|
}> | undefined;
|
|
3733
3733
|
language?: "en" | "fr" | undefined;
|
|
3734
|
+
metadata?: {
|
|
3735
|
+
name?: string | undefined;
|
|
3736
|
+
projectDescription?: string | undefined;
|
|
3737
|
+
authors?: string[] | undefined;
|
|
3738
|
+
license?: string | undefined;
|
|
3739
|
+
homepage?: string | undefined;
|
|
3740
|
+
} | undefined;
|
|
3741
|
+
artifactsDir?: string | undefined;
|
|
3742
|
+
contractsDir?: string | undefined;
|
|
3743
|
+
contracts?: Record<string, {
|
|
3744
|
+
sourceFile: string;
|
|
3745
|
+
hash: string;
|
|
3746
|
+
}> | undefined;
|
|
3734
3747
|
plugins?: {
|
|
3735
3748
|
type: "npm" | "binary" | "deno";
|
|
3736
3749
|
name: string;
|
|
3737
3750
|
}[] | undefined;
|
|
3738
|
-
|
|
3739
|
-
artifactsDir?: string | undefined;
|
|
3751
|
+
accounts?: Record<string, string> | undefined;
|
|
3740
3752
|
network?: Record<string, {
|
|
3741
3753
|
accounts?: Record<string, {
|
|
3742
3754
|
mnemonic?: string | undefined;
|
|
@@ -3755,18 +3767,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3755
3767
|
label: string;
|
|
3756
3768
|
rpcUrl: string;
|
|
3757
3769
|
}> | undefined;
|
|
3758
|
-
accounts?: Record<string, string> | undefined;
|
|
3759
|
-
contracts?: Record<string, {
|
|
3760
|
-
sourceFile: string;
|
|
3761
|
-
hash: string;
|
|
3762
|
-
}> | undefined;
|
|
3763
|
-
metadata?: {
|
|
3764
|
-
name?: string | undefined;
|
|
3765
|
-
projectDescription?: string | undefined;
|
|
3766
|
-
authors?: string[] | undefined;
|
|
3767
|
-
license?: string | undefined;
|
|
3768
|
-
homepage?: string | undefined;
|
|
3769
|
-
} | undefined;
|
|
3770
3770
|
projectDir: string;
|
|
3771
3771
|
environment: Record<string, string | {
|
|
3772
3772
|
storage?: Record<string, string> | undefined;
|
|
@@ -3915,6 +3915,37 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3915
3915
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
3916
3916
|
config: z.ZodObject<z.extendShape<{
|
|
3917
3917
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
3918
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
3919
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3920
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
3921
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3922
|
+
license: z.ZodOptional<z.ZodString>;
|
|
3923
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
3924
|
+
}, "strip", z.ZodTypeAny, {
|
|
3925
|
+
name?: string | undefined;
|
|
3926
|
+
projectDescription?: string | undefined;
|
|
3927
|
+
authors?: string[] | undefined;
|
|
3928
|
+
license?: string | undefined;
|
|
3929
|
+
homepage?: string | undefined;
|
|
3930
|
+
}, {
|
|
3931
|
+
name?: string | undefined;
|
|
3932
|
+
projectDescription?: string | undefined;
|
|
3933
|
+
authors?: string[] | undefined;
|
|
3934
|
+
license?: string | undefined;
|
|
3935
|
+
homepage?: string | undefined;
|
|
3936
|
+
}>>;
|
|
3937
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3938
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
3939
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3940
|
+
sourceFile: z.ZodString;
|
|
3941
|
+
hash: z.ZodString;
|
|
3942
|
+
}, "strip", z.ZodTypeAny, {
|
|
3943
|
+
sourceFile: string;
|
|
3944
|
+
hash: string;
|
|
3945
|
+
}, {
|
|
3946
|
+
sourceFile: string;
|
|
3947
|
+
hash: string;
|
|
3948
|
+
}>>>;
|
|
3918
3949
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3919
3950
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
3920
3951
|
name: z.ZodString;
|
|
@@ -3925,8 +3956,23 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
3925
3956
|
type: "npm" | "binary" | "deno";
|
|
3926
3957
|
name: string;
|
|
3927
3958
|
}>, "many">>;
|
|
3928
|
-
|
|
3929
|
-
|
|
3959
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3960
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
3961
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
3962
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
3963
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3964
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3965
|
+
}, "strip", z.ZodTypeAny, {
|
|
3966
|
+
storage?: Record<string, string> | undefined;
|
|
3967
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3968
|
+
networks: string[];
|
|
3969
|
+
sandboxes: string[];
|
|
3970
|
+
}, {
|
|
3971
|
+
storage?: Record<string, string> | undefined;
|
|
3972
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
3973
|
+
networks: string[];
|
|
3974
|
+
sandboxes: string[];
|
|
3975
|
+
}>, z.ZodString]>>;
|
|
3930
3976
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3931
3977
|
label: z.ZodString;
|
|
3932
3978
|
rpcUrl: z.ZodString;
|
|
@@ -4068,52 +4114,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4068
4114
|
label: string;
|
|
4069
4115
|
rpcUrl: string;
|
|
4070
4116
|
}>>>;
|
|
4071
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
4072
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
4073
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
4074
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4075
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
4076
|
-
}, "strip", z.ZodTypeAny, {
|
|
4077
|
-
storage?: Record<string, string> | undefined;
|
|
4078
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
4079
|
-
networks: string[];
|
|
4080
|
-
sandboxes: string[];
|
|
4081
|
-
}, {
|
|
4082
|
-
storage?: Record<string, string> | undefined;
|
|
4083
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
4084
|
-
networks: string[];
|
|
4085
|
-
sandboxes: string[];
|
|
4086
|
-
}>, z.ZodString]>>;
|
|
4087
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4088
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4089
|
-
sourceFile: z.ZodString;
|
|
4090
|
-
hash: z.ZodString;
|
|
4091
|
-
}, "strip", z.ZodTypeAny, {
|
|
4092
|
-
sourceFile: string;
|
|
4093
|
-
hash: string;
|
|
4094
|
-
}, {
|
|
4095
|
-
sourceFile: string;
|
|
4096
|
-
hash: string;
|
|
4097
|
-
}>>>;
|
|
4098
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
4099
|
-
name: z.ZodOptional<z.ZodString>;
|
|
4100
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
4101
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4102
|
-
license: z.ZodOptional<z.ZodString>;
|
|
4103
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
4104
|
-
}, "strip", z.ZodTypeAny, {
|
|
4105
|
-
name?: string | undefined;
|
|
4106
|
-
projectDescription?: string | undefined;
|
|
4107
|
-
authors?: string[] | undefined;
|
|
4108
|
-
license?: string | undefined;
|
|
4109
|
-
homepage?: string | undefined;
|
|
4110
|
-
}, {
|
|
4111
|
-
name?: string | undefined;
|
|
4112
|
-
projectDescription?: string | undefined;
|
|
4113
|
-
authors?: string[] | undefined;
|
|
4114
|
-
license?: string | undefined;
|
|
4115
|
-
homepage?: string | undefined;
|
|
4116
|
-
}>>;
|
|
4117
4117
|
}, {
|
|
4118
4118
|
projectDir: z.ZodString;
|
|
4119
4119
|
configFile: z.ZodString;
|
|
@@ -4137,12 +4137,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4137
4137
|
rpcUrl: string;
|
|
4138
4138
|
}> | undefined;
|
|
4139
4139
|
language?: "en" | "fr" | undefined;
|
|
4140
|
+
metadata?: {
|
|
4141
|
+
name?: string | undefined;
|
|
4142
|
+
projectDescription?: string | undefined;
|
|
4143
|
+
authors?: string[] | undefined;
|
|
4144
|
+
license?: string | undefined;
|
|
4145
|
+
homepage?: string | undefined;
|
|
4146
|
+
} | undefined;
|
|
4147
|
+
artifactsDir?: string | undefined;
|
|
4148
|
+
contractsDir?: string | undefined;
|
|
4149
|
+
contracts?: Record<string, {
|
|
4150
|
+
sourceFile: string;
|
|
4151
|
+
hash: string;
|
|
4152
|
+
}> | undefined;
|
|
4140
4153
|
plugins?: {
|
|
4141
4154
|
type: "npm" | "binary" | "deno";
|
|
4142
4155
|
name: string;
|
|
4143
4156
|
}[] | undefined;
|
|
4144
|
-
|
|
4145
|
-
artifactsDir?: string | undefined;
|
|
4157
|
+
accounts?: Record<string, string> | undefined;
|
|
4146
4158
|
network?: Record<string, {
|
|
4147
4159
|
accounts?: Record<string, {
|
|
4148
4160
|
mnemonic?: string | undefined;
|
|
@@ -4161,18 +4173,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4161
4173
|
label: string;
|
|
4162
4174
|
rpcUrl: string;
|
|
4163
4175
|
}> | undefined;
|
|
4164
|
-
accounts?: Record<string, string> | undefined;
|
|
4165
|
-
contracts?: Record<string, {
|
|
4166
|
-
sourceFile: string;
|
|
4167
|
-
hash: string;
|
|
4168
|
-
}> | undefined;
|
|
4169
|
-
metadata?: {
|
|
4170
|
-
name?: string | undefined;
|
|
4171
|
-
projectDescription?: string | undefined;
|
|
4172
|
-
authors?: string[] | undefined;
|
|
4173
|
-
license?: string | undefined;
|
|
4174
|
-
homepage?: string | undefined;
|
|
4175
|
-
} | undefined;
|
|
4176
4176
|
projectDir: string;
|
|
4177
4177
|
environment: Record<string, string | {
|
|
4178
4178
|
storage?: Record<string, string> | undefined;
|
|
@@ -4201,12 +4201,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4201
4201
|
rpcUrl: string;
|
|
4202
4202
|
}> | undefined;
|
|
4203
4203
|
language?: "en" | "fr" | undefined;
|
|
4204
|
+
metadata?: {
|
|
4205
|
+
name?: string | undefined;
|
|
4206
|
+
projectDescription?: string | undefined;
|
|
4207
|
+
authors?: string[] | undefined;
|
|
4208
|
+
license?: string | undefined;
|
|
4209
|
+
homepage?: string | undefined;
|
|
4210
|
+
} | undefined;
|
|
4211
|
+
artifactsDir?: string | undefined;
|
|
4212
|
+
contractsDir?: string | undefined;
|
|
4213
|
+
contracts?: Record<string, {
|
|
4214
|
+
sourceFile: string;
|
|
4215
|
+
hash: string;
|
|
4216
|
+
}> | undefined;
|
|
4204
4217
|
plugins?: {
|
|
4205
4218
|
type: "npm" | "binary" | "deno";
|
|
4206
4219
|
name: string;
|
|
4207
4220
|
}[] | undefined;
|
|
4208
|
-
|
|
4209
|
-
artifactsDir?: string | undefined;
|
|
4221
|
+
accounts?: Record<string, string> | undefined;
|
|
4210
4222
|
network?: Record<string, {
|
|
4211
4223
|
accounts?: Record<string, {
|
|
4212
4224
|
mnemonic?: string | undefined;
|
|
@@ -4225,18 +4237,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4225
4237
|
label: string;
|
|
4226
4238
|
rpcUrl: string;
|
|
4227
4239
|
}> | undefined;
|
|
4228
|
-
accounts?: Record<string, string> | undefined;
|
|
4229
|
-
contracts?: Record<string, {
|
|
4230
|
-
sourceFile: string;
|
|
4231
|
-
hash: string;
|
|
4232
|
-
}> | undefined;
|
|
4233
|
-
metadata?: {
|
|
4234
|
-
name?: string | undefined;
|
|
4235
|
-
projectDescription?: string | undefined;
|
|
4236
|
-
authors?: string[] | undefined;
|
|
4237
|
-
license?: string | undefined;
|
|
4238
|
-
homepage?: string | undefined;
|
|
4239
|
-
} | undefined;
|
|
4240
4240
|
projectDir: string;
|
|
4241
4241
|
environment: Record<string, string | {
|
|
4242
4242
|
storage?: Record<string, string> | undefined;
|
|
@@ -4283,12 +4283,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4283
4283
|
rpcUrl: string;
|
|
4284
4284
|
}> | undefined;
|
|
4285
4285
|
language?: "en" | "fr" | undefined;
|
|
4286
|
+
metadata?: {
|
|
4287
|
+
name?: string | undefined;
|
|
4288
|
+
projectDescription?: string | undefined;
|
|
4289
|
+
authors?: string[] | undefined;
|
|
4290
|
+
license?: string | undefined;
|
|
4291
|
+
homepage?: string | undefined;
|
|
4292
|
+
} | undefined;
|
|
4293
|
+
artifactsDir?: string | undefined;
|
|
4294
|
+
contractsDir?: string | undefined;
|
|
4295
|
+
contracts?: Record<string, {
|
|
4296
|
+
sourceFile: string;
|
|
4297
|
+
hash: string;
|
|
4298
|
+
}> | undefined;
|
|
4286
4299
|
plugins?: {
|
|
4287
4300
|
type: "npm" | "binary" | "deno";
|
|
4288
4301
|
name: string;
|
|
4289
4302
|
}[] | undefined;
|
|
4290
|
-
|
|
4291
|
-
artifactsDir?: string | undefined;
|
|
4303
|
+
accounts?: Record<string, string> | undefined;
|
|
4292
4304
|
network?: Record<string, {
|
|
4293
4305
|
accounts?: Record<string, {
|
|
4294
4306
|
mnemonic?: string | undefined;
|
|
@@ -4307,18 +4319,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4307
4319
|
label: string;
|
|
4308
4320
|
rpcUrl: string;
|
|
4309
4321
|
}> | undefined;
|
|
4310
|
-
accounts?: Record<string, string> | undefined;
|
|
4311
|
-
contracts?: Record<string, {
|
|
4312
|
-
sourceFile: string;
|
|
4313
|
-
hash: string;
|
|
4314
|
-
}> | undefined;
|
|
4315
|
-
metadata?: {
|
|
4316
|
-
name?: string | undefined;
|
|
4317
|
-
projectDescription?: string | undefined;
|
|
4318
|
-
authors?: string[] | undefined;
|
|
4319
|
-
license?: string | undefined;
|
|
4320
|
-
homepage?: string | undefined;
|
|
4321
|
-
} | undefined;
|
|
4322
4322
|
projectDir: string;
|
|
4323
4323
|
environment: Record<string, string | {
|
|
4324
4324
|
storage?: Record<string, string> | undefined;
|
|
@@ -4365,12 +4365,24 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4365
4365
|
rpcUrl: string;
|
|
4366
4366
|
}> | undefined;
|
|
4367
4367
|
language?: "en" | "fr" | undefined;
|
|
4368
|
+
metadata?: {
|
|
4369
|
+
name?: string | undefined;
|
|
4370
|
+
projectDescription?: string | undefined;
|
|
4371
|
+
authors?: string[] | undefined;
|
|
4372
|
+
license?: string | undefined;
|
|
4373
|
+
homepage?: string | undefined;
|
|
4374
|
+
} | undefined;
|
|
4375
|
+
artifactsDir?: string | undefined;
|
|
4376
|
+
contractsDir?: string | undefined;
|
|
4377
|
+
contracts?: Record<string, {
|
|
4378
|
+
sourceFile: string;
|
|
4379
|
+
hash: string;
|
|
4380
|
+
}> | undefined;
|
|
4368
4381
|
plugins?: {
|
|
4369
4382
|
type: "npm" | "binary" | "deno";
|
|
4370
4383
|
name: string;
|
|
4371
4384
|
}[] | undefined;
|
|
4372
|
-
|
|
4373
|
-
artifactsDir?: string | undefined;
|
|
4385
|
+
accounts?: Record<string, string> | undefined;
|
|
4374
4386
|
network?: Record<string, {
|
|
4375
4387
|
accounts?: Record<string, {
|
|
4376
4388
|
mnemonic?: string | undefined;
|
|
@@ -4389,18 +4401,6 @@ export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
4389
4401
|
label: string;
|
|
4390
4402
|
rpcUrl: string;
|
|
4391
4403
|
}> | undefined;
|
|
4392
|
-
accounts?: Record<string, string> | undefined;
|
|
4393
|
-
contracts?: Record<string, {
|
|
4394
|
-
sourceFile: string;
|
|
4395
|
-
hash: string;
|
|
4396
|
-
}> | undefined;
|
|
4397
|
-
metadata?: {
|
|
4398
|
-
name?: string | undefined;
|
|
4399
|
-
projectDescription?: string | undefined;
|
|
4400
|
-
authors?: string[] | undefined;
|
|
4401
|
-
license?: string | undefined;
|
|
4402
|
-
homepage?: string | undefined;
|
|
4403
|
-
} | undefined;
|
|
4404
4404
|
projectDir: string;
|
|
4405
4405
|
environment: Record<string, string | {
|
|
4406
4406
|
storage?: Record<string, string> | undefined;
|