@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/EphemeralState.d.ts
CHANGED
|
@@ -288,6 +288,37 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
288
288
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
289
289
|
config: z.ZodObject<z.extendShape<{
|
|
290
290
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
291
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
292
|
+
name: z.ZodOptional<z.ZodString>;
|
|
293
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
294
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
295
|
+
license: z.ZodOptional<z.ZodString>;
|
|
296
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
297
|
+
}, "strip", z.ZodTypeAny, {
|
|
298
|
+
name?: string | undefined;
|
|
299
|
+
projectDescription?: string | undefined;
|
|
300
|
+
authors?: string[] | undefined;
|
|
301
|
+
license?: string | undefined;
|
|
302
|
+
homepage?: string | undefined;
|
|
303
|
+
}, {
|
|
304
|
+
name?: string | undefined;
|
|
305
|
+
projectDescription?: string | undefined;
|
|
306
|
+
authors?: string[] | undefined;
|
|
307
|
+
license?: string | undefined;
|
|
308
|
+
homepage?: string | undefined;
|
|
309
|
+
}>>;
|
|
310
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
311
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
312
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
313
|
+
sourceFile: z.ZodString;
|
|
314
|
+
hash: z.ZodString;
|
|
315
|
+
}, "strip", z.ZodTypeAny, {
|
|
316
|
+
sourceFile: string;
|
|
317
|
+
hash: string;
|
|
318
|
+
}, {
|
|
319
|
+
sourceFile: string;
|
|
320
|
+
hash: string;
|
|
321
|
+
}>>>;
|
|
291
322
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
292
323
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
293
324
|
name: z.ZodString;
|
|
@@ -298,8 +329,23 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
298
329
|
type: "npm" | "binary" | "deno";
|
|
299
330
|
name: string;
|
|
300
331
|
}>, "many">>;
|
|
301
|
-
|
|
302
|
-
|
|
332
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
333
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
334
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
335
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
336
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
337
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
338
|
+
}, "strip", z.ZodTypeAny, {
|
|
339
|
+
storage?: Record<string, string> | undefined;
|
|
340
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
341
|
+
networks: string[];
|
|
342
|
+
sandboxes: string[];
|
|
343
|
+
}, {
|
|
344
|
+
storage?: Record<string, string> | undefined;
|
|
345
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
346
|
+
networks: string[];
|
|
347
|
+
sandboxes: string[];
|
|
348
|
+
}>, z.ZodString]>>;
|
|
303
349
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
304
350
|
label: z.ZodString;
|
|
305
351
|
rpcUrl: z.ZodString;
|
|
@@ -441,52 +487,6 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
441
487
|
label: string;
|
|
442
488
|
rpcUrl: string;
|
|
443
489
|
}>>>;
|
|
444
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
445
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
446
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
447
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
448
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
449
|
-
}, "strip", z.ZodTypeAny, {
|
|
450
|
-
storage?: Record<string, string> | undefined;
|
|
451
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
452
|
-
networks: string[];
|
|
453
|
-
sandboxes: string[];
|
|
454
|
-
}, {
|
|
455
|
-
storage?: Record<string, string> | undefined;
|
|
456
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
457
|
-
networks: string[];
|
|
458
|
-
sandboxes: string[];
|
|
459
|
-
}>, z.ZodString]>>;
|
|
460
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
461
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
462
|
-
sourceFile: z.ZodString;
|
|
463
|
-
hash: z.ZodString;
|
|
464
|
-
}, "strip", z.ZodTypeAny, {
|
|
465
|
-
sourceFile: string;
|
|
466
|
-
hash: string;
|
|
467
|
-
}, {
|
|
468
|
-
sourceFile: string;
|
|
469
|
-
hash: string;
|
|
470
|
-
}>>>;
|
|
471
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
472
|
-
name: z.ZodOptional<z.ZodString>;
|
|
473
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
474
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
475
|
-
license: z.ZodOptional<z.ZodString>;
|
|
476
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
477
|
-
}, "strip", z.ZodTypeAny, {
|
|
478
|
-
name?: string | undefined;
|
|
479
|
-
projectDescription?: string | undefined;
|
|
480
|
-
authors?: string[] | undefined;
|
|
481
|
-
license?: string | undefined;
|
|
482
|
-
homepage?: string | undefined;
|
|
483
|
-
}, {
|
|
484
|
-
name?: string | undefined;
|
|
485
|
-
projectDescription?: string | undefined;
|
|
486
|
-
authors?: string[] | undefined;
|
|
487
|
-
license?: string | undefined;
|
|
488
|
-
homepage?: string | undefined;
|
|
489
|
-
}>>;
|
|
490
490
|
}, {
|
|
491
491
|
projectDir: z.ZodString;
|
|
492
492
|
configFile: z.ZodString;
|
|
@@ -510,12 +510,24 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
510
510
|
rpcUrl: string;
|
|
511
511
|
}> | undefined;
|
|
512
512
|
language?: "en" | "fr" | undefined;
|
|
513
|
+
metadata?: {
|
|
514
|
+
name?: string | undefined;
|
|
515
|
+
projectDescription?: string | undefined;
|
|
516
|
+
authors?: string[] | undefined;
|
|
517
|
+
license?: string | undefined;
|
|
518
|
+
homepage?: string | undefined;
|
|
519
|
+
} | undefined;
|
|
520
|
+
artifactsDir?: string | undefined;
|
|
521
|
+
contractsDir?: string | undefined;
|
|
522
|
+
contracts?: Record<string, {
|
|
523
|
+
sourceFile: string;
|
|
524
|
+
hash: string;
|
|
525
|
+
}> | undefined;
|
|
513
526
|
plugins?: {
|
|
514
527
|
type: "npm" | "binary" | "deno";
|
|
515
528
|
name: string;
|
|
516
529
|
}[] | undefined;
|
|
517
|
-
|
|
518
|
-
artifactsDir?: string | undefined;
|
|
530
|
+
accounts?: Record<string, string> | undefined;
|
|
519
531
|
network?: Record<string, {
|
|
520
532
|
accounts?: Record<string, {
|
|
521
533
|
mnemonic?: string | undefined;
|
|
@@ -534,18 +546,6 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
534
546
|
label: string;
|
|
535
547
|
rpcUrl: string;
|
|
536
548
|
}> | undefined;
|
|
537
|
-
accounts?: Record<string, string> | undefined;
|
|
538
|
-
contracts?: Record<string, {
|
|
539
|
-
sourceFile: string;
|
|
540
|
-
hash: string;
|
|
541
|
-
}> | undefined;
|
|
542
|
-
metadata?: {
|
|
543
|
-
name?: string | undefined;
|
|
544
|
-
projectDescription?: string | undefined;
|
|
545
|
-
authors?: string[] | undefined;
|
|
546
|
-
license?: string | undefined;
|
|
547
|
-
homepage?: string | undefined;
|
|
548
|
-
} | undefined;
|
|
549
549
|
projectDir: string;
|
|
550
550
|
environment: Record<string, string | {
|
|
551
551
|
storage?: Record<string, string> | undefined;
|
|
@@ -574,12 +574,24 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
574
574
|
rpcUrl: string;
|
|
575
575
|
}> | undefined;
|
|
576
576
|
language?: "en" | "fr" | undefined;
|
|
577
|
+
metadata?: {
|
|
578
|
+
name?: string | undefined;
|
|
579
|
+
projectDescription?: string | undefined;
|
|
580
|
+
authors?: string[] | undefined;
|
|
581
|
+
license?: string | undefined;
|
|
582
|
+
homepage?: string | undefined;
|
|
583
|
+
} | undefined;
|
|
584
|
+
artifactsDir?: string | undefined;
|
|
585
|
+
contractsDir?: string | undefined;
|
|
586
|
+
contracts?: Record<string, {
|
|
587
|
+
sourceFile: string;
|
|
588
|
+
hash: string;
|
|
589
|
+
}> | undefined;
|
|
577
590
|
plugins?: {
|
|
578
591
|
type: "npm" | "binary" | "deno";
|
|
579
592
|
name: string;
|
|
580
593
|
}[] | undefined;
|
|
581
|
-
|
|
582
|
-
artifactsDir?: string | undefined;
|
|
594
|
+
accounts?: Record<string, string> | undefined;
|
|
583
595
|
network?: Record<string, {
|
|
584
596
|
accounts?: Record<string, {
|
|
585
597
|
mnemonic?: string | undefined;
|
|
@@ -598,18 +610,6 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
598
610
|
label: string;
|
|
599
611
|
rpcUrl: string;
|
|
600
612
|
}> | undefined;
|
|
601
|
-
accounts?: Record<string, string> | undefined;
|
|
602
|
-
contracts?: Record<string, {
|
|
603
|
-
sourceFile: string;
|
|
604
|
-
hash: string;
|
|
605
|
-
}> | undefined;
|
|
606
|
-
metadata?: {
|
|
607
|
-
name?: string | undefined;
|
|
608
|
-
projectDescription?: string | undefined;
|
|
609
|
-
authors?: string[] | undefined;
|
|
610
|
-
license?: string | undefined;
|
|
611
|
-
homepage?: string | undefined;
|
|
612
|
-
} | undefined;
|
|
613
613
|
projectDir: string;
|
|
614
614
|
environment: Record<string, string | {
|
|
615
615
|
storage?: Record<string, string> | undefined;
|
|
@@ -656,12 +656,24 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
656
656
|
rpcUrl: string;
|
|
657
657
|
}> | undefined;
|
|
658
658
|
language?: "en" | "fr" | undefined;
|
|
659
|
+
metadata?: {
|
|
660
|
+
name?: string | undefined;
|
|
661
|
+
projectDescription?: string | undefined;
|
|
662
|
+
authors?: string[] | undefined;
|
|
663
|
+
license?: string | undefined;
|
|
664
|
+
homepage?: string | undefined;
|
|
665
|
+
} | undefined;
|
|
666
|
+
artifactsDir?: string | undefined;
|
|
667
|
+
contractsDir?: string | undefined;
|
|
668
|
+
contracts?: Record<string, {
|
|
669
|
+
sourceFile: string;
|
|
670
|
+
hash: string;
|
|
671
|
+
}> | undefined;
|
|
659
672
|
plugins?: {
|
|
660
673
|
type: "npm" | "binary" | "deno";
|
|
661
674
|
name: string;
|
|
662
675
|
}[] | undefined;
|
|
663
|
-
|
|
664
|
-
artifactsDir?: string | undefined;
|
|
676
|
+
accounts?: Record<string, string> | undefined;
|
|
665
677
|
network?: Record<string, {
|
|
666
678
|
accounts?: Record<string, {
|
|
667
679
|
mnemonic?: string | undefined;
|
|
@@ -680,18 +692,6 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
680
692
|
label: string;
|
|
681
693
|
rpcUrl: string;
|
|
682
694
|
}> | undefined;
|
|
683
|
-
accounts?: Record<string, string> | undefined;
|
|
684
|
-
contracts?: Record<string, {
|
|
685
|
-
sourceFile: string;
|
|
686
|
-
hash: string;
|
|
687
|
-
}> | undefined;
|
|
688
|
-
metadata?: {
|
|
689
|
-
name?: string | undefined;
|
|
690
|
-
projectDescription?: string | undefined;
|
|
691
|
-
authors?: string[] | undefined;
|
|
692
|
-
license?: string | undefined;
|
|
693
|
-
homepage?: string | undefined;
|
|
694
|
-
} | undefined;
|
|
695
695
|
projectDir: string;
|
|
696
696
|
environment: Record<string, string | {
|
|
697
697
|
storage?: Record<string, string> | undefined;
|
|
@@ -738,12 +738,24 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
738
738
|
rpcUrl: string;
|
|
739
739
|
}> | undefined;
|
|
740
740
|
language?: "en" | "fr" | undefined;
|
|
741
|
+
metadata?: {
|
|
742
|
+
name?: string | undefined;
|
|
743
|
+
projectDescription?: string | undefined;
|
|
744
|
+
authors?: string[] | undefined;
|
|
745
|
+
license?: string | undefined;
|
|
746
|
+
homepage?: string | undefined;
|
|
747
|
+
} | undefined;
|
|
748
|
+
artifactsDir?: string | undefined;
|
|
749
|
+
contractsDir?: string | undefined;
|
|
750
|
+
contracts?: Record<string, {
|
|
751
|
+
sourceFile: string;
|
|
752
|
+
hash: string;
|
|
753
|
+
}> | undefined;
|
|
741
754
|
plugins?: {
|
|
742
755
|
type: "npm" | "binary" | "deno";
|
|
743
756
|
name: string;
|
|
744
757
|
}[] | undefined;
|
|
745
|
-
|
|
746
|
-
artifactsDir?: string | undefined;
|
|
758
|
+
accounts?: Record<string, string> | undefined;
|
|
747
759
|
network?: Record<string, {
|
|
748
760
|
accounts?: Record<string, {
|
|
749
761
|
mnemonic?: string | undefined;
|
|
@@ -762,18 +774,6 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
|
|
|
762
774
|
label: string;
|
|
763
775
|
rpcUrl: string;
|
|
764
776
|
}> | undefined;
|
|
765
|
-
accounts?: Record<string, string> | undefined;
|
|
766
|
-
contracts?: Record<string, {
|
|
767
|
-
sourceFile: string;
|
|
768
|
-
hash: string;
|
|
769
|
-
}> | undefined;
|
|
770
|
-
metadata?: {
|
|
771
|
-
name?: string | undefined;
|
|
772
|
-
projectDescription?: string | undefined;
|
|
773
|
-
authors?: string[] | undefined;
|
|
774
|
-
license?: string | undefined;
|
|
775
|
-
homepage?: string | undefined;
|
|
776
|
-
} | undefined;
|
|
777
777
|
projectDir: string;
|
|
778
778
|
environment: Record<string, string | {
|
|
779
779
|
storage?: Record<string, string> | undefined;
|
|
@@ -934,6 +934,37 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
934
934
|
taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
|
|
935
935
|
config: z.ZodObject<z.extendShape<{
|
|
936
936
|
language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
|
|
937
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
938
|
+
name: z.ZodOptional<z.ZodString>;
|
|
939
|
+
projectDescription: z.ZodOptional<z.ZodString>;
|
|
940
|
+
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
941
|
+
license: z.ZodOptional<z.ZodString>;
|
|
942
|
+
homepage: z.ZodOptional<z.ZodString>;
|
|
943
|
+
}, "strip", z.ZodTypeAny, {
|
|
944
|
+
name?: string | undefined;
|
|
945
|
+
projectDescription?: string | undefined;
|
|
946
|
+
authors?: string[] | undefined;
|
|
947
|
+
license?: string | undefined;
|
|
948
|
+
homepage?: string | undefined;
|
|
949
|
+
}, {
|
|
950
|
+
name?: string | undefined;
|
|
951
|
+
projectDescription?: string | undefined;
|
|
952
|
+
authors?: string[] | undefined;
|
|
953
|
+
license?: string | undefined;
|
|
954
|
+
homepage?: string | undefined;
|
|
955
|
+
}>>;
|
|
956
|
+
artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
957
|
+
contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
958
|
+
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
959
|
+
sourceFile: z.ZodString;
|
|
960
|
+
hash: z.ZodString;
|
|
961
|
+
}, "strip", z.ZodTypeAny, {
|
|
962
|
+
sourceFile: string;
|
|
963
|
+
hash: string;
|
|
964
|
+
}, {
|
|
965
|
+
sourceFile: string;
|
|
966
|
+
hash: string;
|
|
967
|
+
}>>>;
|
|
937
968
|
plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
938
969
|
type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
|
|
939
970
|
name: z.ZodString;
|
|
@@ -944,8 +975,23 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
944
975
|
type: "npm" | "binary" | "deno";
|
|
945
976
|
name: string;
|
|
946
977
|
}>, "many">>;
|
|
947
|
-
|
|
948
|
-
|
|
978
|
+
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
979
|
+
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
980
|
+
networks: z.ZodArray<z.ZodString, "many">;
|
|
981
|
+
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
982
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
983
|
+
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
984
|
+
}, "strip", z.ZodTypeAny, {
|
|
985
|
+
storage?: Record<string, string> | undefined;
|
|
986
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
987
|
+
networks: string[];
|
|
988
|
+
sandboxes: string[];
|
|
989
|
+
}, {
|
|
990
|
+
storage?: Record<string, string> | undefined;
|
|
991
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
992
|
+
networks: string[];
|
|
993
|
+
sandboxes: string[];
|
|
994
|
+
}>, z.ZodString]>>;
|
|
949
995
|
network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
950
996
|
label: z.ZodString;
|
|
951
997
|
rpcUrl: z.ZodString;
|
|
@@ -1087,52 +1133,6 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1087
1133
|
label: string;
|
|
1088
1134
|
rpcUrl: string;
|
|
1089
1135
|
}>>>;
|
|
1090
|
-
environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
|
|
1091
|
-
networks: z.ZodArray<z.ZodString, "many">;
|
|
1092
|
-
sandboxes: z.ZodArray<z.ZodString, "many">;
|
|
1093
|
-
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1094
|
-
aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
1095
|
-
}, "strip", z.ZodTypeAny, {
|
|
1096
|
-
storage?: Record<string, string> | undefined;
|
|
1097
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1098
|
-
networks: string[];
|
|
1099
|
-
sandboxes: string[];
|
|
1100
|
-
}, {
|
|
1101
|
-
storage?: Record<string, string> | undefined;
|
|
1102
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1103
|
-
networks: string[];
|
|
1104
|
-
sandboxes: string[];
|
|
1105
|
-
}>, z.ZodString]>>;
|
|
1106
|
-
accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1107
|
-
contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1108
|
-
sourceFile: z.ZodString;
|
|
1109
|
-
hash: z.ZodString;
|
|
1110
|
-
}, "strip", z.ZodTypeAny, {
|
|
1111
|
-
sourceFile: string;
|
|
1112
|
-
hash: string;
|
|
1113
|
-
}, {
|
|
1114
|
-
sourceFile: string;
|
|
1115
|
-
hash: string;
|
|
1116
|
-
}>>>;
|
|
1117
|
-
metadata: z.ZodOptional<z.ZodObject<{
|
|
1118
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1119
|
-
projectDescription: z.ZodOptional<z.ZodString>;
|
|
1120
|
-
authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1121
|
-
license: z.ZodOptional<z.ZodString>;
|
|
1122
|
-
homepage: z.ZodOptional<z.ZodString>;
|
|
1123
|
-
}, "strip", z.ZodTypeAny, {
|
|
1124
|
-
name?: string | undefined;
|
|
1125
|
-
projectDescription?: string | undefined;
|
|
1126
|
-
authors?: string[] | undefined;
|
|
1127
|
-
license?: string | undefined;
|
|
1128
|
-
homepage?: string | undefined;
|
|
1129
|
-
}, {
|
|
1130
|
-
name?: string | undefined;
|
|
1131
|
-
projectDescription?: string | undefined;
|
|
1132
|
-
authors?: string[] | undefined;
|
|
1133
|
-
license?: string | undefined;
|
|
1134
|
-
homepage?: string | undefined;
|
|
1135
|
-
}>>;
|
|
1136
1136
|
}, {
|
|
1137
1137
|
projectDir: z.ZodString;
|
|
1138
1138
|
configFile: z.ZodString;
|
|
@@ -1156,12 +1156,24 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1156
1156
|
rpcUrl: string;
|
|
1157
1157
|
}> | undefined;
|
|
1158
1158
|
language?: "en" | "fr" | 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
|
+
artifactsDir?: string | undefined;
|
|
1167
|
+
contractsDir?: string | undefined;
|
|
1168
|
+
contracts?: Record<string, {
|
|
1169
|
+
sourceFile: string;
|
|
1170
|
+
hash: string;
|
|
1171
|
+
}> | undefined;
|
|
1159
1172
|
plugins?: {
|
|
1160
1173
|
type: "npm" | "binary" | "deno";
|
|
1161
1174
|
name: string;
|
|
1162
1175
|
}[] | undefined;
|
|
1163
|
-
|
|
1164
|
-
artifactsDir?: string | undefined;
|
|
1176
|
+
accounts?: Record<string, string> | undefined;
|
|
1165
1177
|
network?: Record<string, {
|
|
1166
1178
|
accounts?: Record<string, {
|
|
1167
1179
|
mnemonic?: string | undefined;
|
|
@@ -1180,18 +1192,6 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1180
1192
|
label: string;
|
|
1181
1193
|
rpcUrl: string;
|
|
1182
1194
|
}> | undefined;
|
|
1183
|
-
accounts?: Record<string, string> | undefined;
|
|
1184
|
-
contracts?: Record<string, {
|
|
1185
|
-
sourceFile: string;
|
|
1186
|
-
hash: string;
|
|
1187
|
-
}> | undefined;
|
|
1188
|
-
metadata?: {
|
|
1189
|
-
name?: string | undefined;
|
|
1190
|
-
projectDescription?: string | undefined;
|
|
1191
|
-
authors?: string[] | undefined;
|
|
1192
|
-
license?: string | undefined;
|
|
1193
|
-
homepage?: string | undefined;
|
|
1194
|
-
} | undefined;
|
|
1195
1195
|
projectDir: string;
|
|
1196
1196
|
environment: Record<string, string | {
|
|
1197
1197
|
storage?: Record<string, string> | undefined;
|
|
@@ -1220,12 +1220,24 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1220
1220
|
rpcUrl: string;
|
|
1221
1221
|
}> | undefined;
|
|
1222
1222
|
language?: "en" | "fr" | 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
|
+
artifactsDir?: string | undefined;
|
|
1231
|
+
contractsDir?: string | undefined;
|
|
1232
|
+
contracts?: Record<string, {
|
|
1233
|
+
sourceFile: string;
|
|
1234
|
+
hash: string;
|
|
1235
|
+
}> | undefined;
|
|
1223
1236
|
plugins?: {
|
|
1224
1237
|
type: "npm" | "binary" | "deno";
|
|
1225
1238
|
name: string;
|
|
1226
1239
|
}[] | undefined;
|
|
1227
|
-
|
|
1228
|
-
artifactsDir?: string | undefined;
|
|
1240
|
+
accounts?: Record<string, string> | undefined;
|
|
1229
1241
|
network?: Record<string, {
|
|
1230
1242
|
accounts?: Record<string, {
|
|
1231
1243
|
mnemonic?: string | undefined;
|
|
@@ -1244,18 +1256,6 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1244
1256
|
label: string;
|
|
1245
1257
|
rpcUrl: string;
|
|
1246
1258
|
}> | undefined;
|
|
1247
|
-
accounts?: Record<string, string> | undefined;
|
|
1248
|
-
contracts?: Record<string, {
|
|
1249
|
-
sourceFile: string;
|
|
1250
|
-
hash: string;
|
|
1251
|
-
}> | undefined;
|
|
1252
|
-
metadata?: {
|
|
1253
|
-
name?: string | undefined;
|
|
1254
|
-
projectDescription?: string | undefined;
|
|
1255
|
-
authors?: string[] | undefined;
|
|
1256
|
-
license?: string | undefined;
|
|
1257
|
-
homepage?: string | undefined;
|
|
1258
|
-
} | undefined;
|
|
1259
1259
|
projectDir: string;
|
|
1260
1260
|
environment: Record<string, string | {
|
|
1261
1261
|
storage?: Record<string, string> | undefined;
|
|
@@ -1302,12 +1302,24 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1302
1302
|
rpcUrl: string;
|
|
1303
1303
|
}> | undefined;
|
|
1304
1304
|
language?: "en" | "fr" | 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
|
+
artifactsDir?: string | undefined;
|
|
1313
|
+
contractsDir?: string | undefined;
|
|
1314
|
+
contracts?: Record<string, {
|
|
1315
|
+
sourceFile: string;
|
|
1316
|
+
hash: string;
|
|
1317
|
+
}> | undefined;
|
|
1305
1318
|
plugins?: {
|
|
1306
1319
|
type: "npm" | "binary" | "deno";
|
|
1307
1320
|
name: string;
|
|
1308
1321
|
}[] | undefined;
|
|
1309
|
-
|
|
1310
|
-
artifactsDir?: string | undefined;
|
|
1322
|
+
accounts?: Record<string, string> | undefined;
|
|
1311
1323
|
network?: Record<string, {
|
|
1312
1324
|
accounts?: Record<string, {
|
|
1313
1325
|
mnemonic?: string | undefined;
|
|
@@ -1326,18 +1338,6 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1326
1338
|
label: string;
|
|
1327
1339
|
rpcUrl: string;
|
|
1328
1340
|
}> | undefined;
|
|
1329
|
-
accounts?: Record<string, string> | undefined;
|
|
1330
|
-
contracts?: Record<string, {
|
|
1331
|
-
sourceFile: string;
|
|
1332
|
-
hash: string;
|
|
1333
|
-
}> | undefined;
|
|
1334
|
-
metadata?: {
|
|
1335
|
-
name?: string | undefined;
|
|
1336
|
-
projectDescription?: string | undefined;
|
|
1337
|
-
authors?: string[] | undefined;
|
|
1338
|
-
license?: string | undefined;
|
|
1339
|
-
homepage?: string | undefined;
|
|
1340
|
-
} | undefined;
|
|
1341
1341
|
projectDir: string;
|
|
1342
1342
|
environment: Record<string, string | {
|
|
1343
1343
|
storage?: Record<string, string> | undefined;
|
|
@@ -1384,12 +1384,24 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1384
1384
|
rpcUrl: string;
|
|
1385
1385
|
}> | undefined;
|
|
1386
1386
|
language?: "en" | "fr" | 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
|
+
artifactsDir?: string | undefined;
|
|
1395
|
+
contractsDir?: string | undefined;
|
|
1396
|
+
contracts?: Record<string, {
|
|
1397
|
+
sourceFile: string;
|
|
1398
|
+
hash: string;
|
|
1399
|
+
}> | undefined;
|
|
1387
1400
|
plugins?: {
|
|
1388
1401
|
type: "npm" | "binary" | "deno";
|
|
1389
1402
|
name: string;
|
|
1390
1403
|
}[] | undefined;
|
|
1391
|
-
|
|
1392
|
-
artifactsDir?: string | undefined;
|
|
1404
|
+
accounts?: Record<string, string> | undefined;
|
|
1393
1405
|
network?: Record<string, {
|
|
1394
1406
|
accounts?: Record<string, {
|
|
1395
1407
|
mnemonic?: string | undefined;
|
|
@@ -1408,18 +1420,6 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
|
|
|
1408
1420
|
label: string;
|
|
1409
1421
|
rpcUrl: string;
|
|
1410
1422
|
}> | undefined;
|
|
1411
|
-
accounts?: Record<string, string> | undefined;
|
|
1412
|
-
contracts?: Record<string, {
|
|
1413
|
-
sourceFile: string;
|
|
1414
|
-
hash: string;
|
|
1415
|
-
}> | undefined;
|
|
1416
|
-
metadata?: {
|
|
1417
|
-
name?: string | undefined;
|
|
1418
|
-
projectDescription?: string | undefined;
|
|
1419
|
-
authors?: string[] | undefined;
|
|
1420
|
-
license?: string | undefined;
|
|
1421
|
-
homepage?: string | undefined;
|
|
1422
|
-
} | undefined;
|
|
1423
1423
|
projectDir: string;
|
|
1424
1424
|
environment: Record<string, string | {
|
|
1425
1425
|
storage?: Record<string, string> | undefined;
|