@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.
Files changed (96) hide show
  1. package/EphemeralState.d.ts +208 -208
  2. package/ParsedPluginInfo.d.ts +542 -542
  3. package/PluginInfo.d.ts +661 -661
  4. package/PluginSchema.d.ts +1314 -1314
  5. package/TaqError.d.ts +1 -1
  6. package/TaqError.d.ts.map +1 -1
  7. package/TaqError.js.map +1 -1
  8. package/TaqError.mjs.map +1 -1
  9. package/i18n.js +1 -1
  10. package/i18n.js.map +1 -1
  11. package/i18n.mjs +1 -1
  12. package/i18n.mjs.map +1 -1
  13. package/out/types/Config.d.ts +318 -318
  14. package/out/types/ConfigAccount.d.js +19 -0
  15. package/out/types/ConfigAccount.d.js.map +1 -0
  16. package/out/types/ConfigAccount.d.mjs +1 -0
  17. package/out/types/ConfigAccount.d.mjs.map +1 -0
  18. package/out/types/ConfigAccount.d.ts +106 -0
  19. package/out/types/ConfigAccount.d.ts.map +1 -0
  20. package/out/types/ConfigAccount.js +80 -0
  21. package/out/types/ConfigAccount.js.map +1 -0
  22. package/out/types/ConfigAccount.mjs +49 -0
  23. package/out/types/ConfigAccount.mjs.map +1 -0
  24. package/out/types/ConfigEnvironmentFileV2.d.js +19 -0
  25. package/out/types/ConfigEnvironmentFileV2.d.js.map +1 -0
  26. package/out/types/ConfigEnvironmentFileV2.d.mjs +1 -0
  27. package/out/types/ConfigEnvironmentFileV2.d.mjs.map +1 -0
  28. package/out/types/ConfigEnvironmentFileV2.d.ts +153 -0
  29. package/out/types/ConfigEnvironmentFileV2.d.ts.map +1 -0
  30. package/out/types/ConfigEnvironmentFileV2.js +80 -0
  31. package/out/types/ConfigEnvironmentFileV2.js.map +1 -0
  32. package/out/types/ConfigEnvironmentFileV2.mjs +49 -0
  33. package/out/types/ConfigEnvironmentFileV2.mjs.map +1 -0
  34. package/out/types/ConfigFileV1.d.js +19 -0
  35. package/out/types/ConfigFileV1.d.js.map +1 -0
  36. package/out/types/ConfigFileV1.d.mjs +1 -0
  37. package/out/types/ConfigFileV1.d.mjs.map +1 -0
  38. package/out/types/ConfigFileV1.d.ts +1370 -0
  39. package/out/types/ConfigFileV1.d.ts.map +1 -0
  40. package/out/types/ConfigFileV1.js +80 -0
  41. package/out/types/ConfigFileV1.js.map +1 -0
  42. package/out/types/ConfigFileV1.mjs +49 -0
  43. package/out/types/ConfigFileV1.mjs.map +1 -0
  44. package/out/types/ConfigFileV2.d.js +19 -0
  45. package/out/types/ConfigFileV2.d.js.map +1 -0
  46. package/out/types/ConfigFileV2.d.mjs +1 -0
  47. package/out/types/ConfigFileV2.d.mjs.map +1 -0
  48. package/out/types/ConfigFileV2.d.ts +741 -0
  49. package/out/types/ConfigFileV2.d.ts.map +1 -0
  50. package/out/types/ConfigFileV2.js +80 -0
  51. package/out/types/ConfigFileV2.js.map +1 -0
  52. package/out/types/ConfigFileV2.mjs +49 -0
  53. package/out/types/ConfigFileV2.mjs.map +1 -0
  54. package/out/types/CurrencyAmountV2.d.js +19 -0
  55. package/out/types/CurrencyAmountV2.d.js.map +1 -0
  56. package/out/types/CurrencyAmountV2.d.mjs +1 -0
  57. package/out/types/CurrencyAmountV2.d.mjs.map +1 -0
  58. package/out/types/CurrencyAmountV2.d.ts +56 -0
  59. package/out/types/CurrencyAmountV2.d.ts.map +1 -0
  60. package/out/types/CurrencyAmountV2.js +80 -0
  61. package/out/types/CurrencyAmountV2.js.map +1 -0
  62. package/out/types/CurrencyAmountV2.mjs +49 -0
  63. package/out/types/CurrencyAmountV2.mjs.map +1 -0
  64. package/out/types/EphemeralState.d.ts +1743 -1743
  65. package/out/types/LoadedConfig.d.ts +318 -318
  66. package/out/types/Operation.d.ts +575 -575
  67. package/out/types/ParsedConfig.d.ts +318 -318
  68. package/out/types/ParsedOperation.d.ts +420 -420
  69. package/out/types/ParsedTemplate.d.ts +420 -420
  70. package/out/types/PluginInfo.d.ts +869 -869
  71. package/out/types/PluginSchema.d.ts +2985 -2985
  72. package/out/types/ProxyTaskArgs.d.ts +434 -434
  73. package/out/types/ProxyTemplateArgs.d.ts +434 -434
  74. package/out/types/RequestArgs.d.ts +434 -434
  75. package/out/types/Template.d.ts +575 -575
  76. package/out/types-strict.d.js.map +1 -1
  77. package/out/types-strict.d.ts +97 -9
  78. package/out/types-strict.d.ts.map +1 -1
  79. package/out/types-strict.js.map +1 -1
  80. package/out/types-zod.d.js.map +1 -1
  81. package/out/types-zod.d.ts +3119 -2557
  82. package/out/types-zod.d.ts.map +1 -1
  83. package/out/types-zod.js +62 -7
  84. package/out/types-zod.js.map +1 -1
  85. package/out/types-zod.mjs +57 -7
  86. package/out/types-zod.mjs.map +1 -1
  87. package/package.json +2 -2
  88. package/types-config-files.d.ts +12 -0
  89. package/types-config-files.d.ts.map +1 -0
  90. package/types-config-files.js +267 -0
  91. package/types-config-files.js.map +1 -0
  92. package/types-config-files.mjs +239 -0
  93. package/types-config-files.mjs.map +1 -0
  94. package/types.d.ts +85 -7
  95. package/types.d.ts.map +1 -1
  96. package/types.js.map +1 -1
@@ -81,6 +81,37 @@ export declare const schemas: {
81
81
  taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
82
82
  config: import("zod").ZodObject<import("zod").extendShape<{
83
83
  language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
84
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
85
+ name: import("zod").ZodOptional<import("zod").ZodString>;
86
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
87
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
88
+ license: import("zod").ZodOptional<import("zod").ZodString>;
89
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
90
+ }, "strip", import("zod").ZodTypeAny, {
91
+ name?: string | undefined;
92
+ projectDescription?: string | undefined;
93
+ authors?: string[] | undefined;
94
+ license?: string | undefined;
95
+ homepage?: string | undefined;
96
+ }, {
97
+ name?: string | undefined;
98
+ projectDescription?: string | undefined;
99
+ authors?: string[] | undefined;
100
+ license?: string | undefined;
101
+ homepage?: string | undefined;
102
+ }>>;
103
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
104
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
105
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
106
+ sourceFile: import("zod").ZodString;
107
+ hash: import("zod").ZodString;
108
+ }, "strip", import("zod").ZodTypeAny, {
109
+ sourceFile: string;
110
+ hash: string;
111
+ }, {
112
+ sourceFile: string;
113
+ hash: string;
114
+ }>>>;
84
115
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
85
116
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
86
117
  name: import("zod").ZodString;
@@ -91,8 +122,23 @@ export declare const schemas: {
91
122
  type: "npm" | "binary" | "deno";
92
123
  name: string;
93
124
  }>, "many">>;
94
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
95
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
125
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
126
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
127
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
128
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
129
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
130
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
131
+ }, "strip", import("zod").ZodTypeAny, {
132
+ storage?: Record<string, string> | undefined;
133
+ aliases?: Record<string, Record<string, string>> | undefined;
134
+ networks: string[];
135
+ sandboxes: string[];
136
+ }, {
137
+ storage?: Record<string, string> | undefined;
138
+ aliases?: Record<string, Record<string, string>> | undefined;
139
+ networks: string[];
140
+ sandboxes: string[];
141
+ }>, import("zod").ZodString]>>;
96
142
  network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
97
143
  label: import("zod").ZodString;
98
144
  rpcUrl: import("zod").ZodString;
@@ -234,52 +280,6 @@ export declare const schemas: {
234
280
  label: string;
235
281
  rpcUrl: string;
236
282
  }>>>;
237
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
238
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
239
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
240
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
241
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
242
- }, "strip", import("zod").ZodTypeAny, {
243
- storage?: Record<string, string> | undefined;
244
- aliases?: Record<string, Record<string, string>> | undefined;
245
- networks: string[];
246
- sandboxes: string[];
247
- }, {
248
- storage?: Record<string, string> | undefined;
249
- aliases?: Record<string, Record<string, string>> | undefined;
250
- networks: string[];
251
- sandboxes: string[];
252
- }>, import("zod").ZodString]>>;
253
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
254
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
255
- sourceFile: import("zod").ZodString;
256
- hash: import("zod").ZodString;
257
- }, "strip", import("zod").ZodTypeAny, {
258
- sourceFile: string;
259
- hash: string;
260
- }, {
261
- sourceFile: string;
262
- hash: string;
263
- }>>>;
264
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
265
- name: import("zod").ZodOptional<import("zod").ZodString>;
266
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
267
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
268
- license: import("zod").ZodOptional<import("zod").ZodString>;
269
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
270
- }, "strip", import("zod").ZodTypeAny, {
271
- name?: string | undefined;
272
- projectDescription?: string | undefined;
273
- authors?: string[] | undefined;
274
- license?: string | undefined;
275
- homepage?: string | undefined;
276
- }, {
277
- name?: string | undefined;
278
- projectDescription?: string | undefined;
279
- authors?: string[] | undefined;
280
- license?: string | undefined;
281
- homepage?: string | undefined;
282
- }>>;
283
283
  }, {
284
284
  projectDir: import("zod").ZodString;
285
285
  configFile: import("zod").ZodString;
@@ -303,12 +303,24 @@ export declare const schemas: {
303
303
  rpcUrl: string;
304
304
  }> | undefined;
305
305
  language?: "en" | "fr" | undefined;
306
+ metadata?: {
307
+ name?: string | undefined;
308
+ projectDescription?: string | undefined;
309
+ authors?: string[] | undefined;
310
+ license?: string | undefined;
311
+ homepage?: string | undefined;
312
+ } | undefined;
313
+ artifactsDir?: string | undefined;
314
+ contractsDir?: string | undefined;
315
+ contracts?: Record<string, {
316
+ sourceFile: string;
317
+ hash: string;
318
+ }> | undefined;
306
319
  plugins?: {
307
320
  type: "npm" | "binary" | "deno";
308
321
  name: string;
309
322
  }[] | undefined;
310
- contractsDir?: string | undefined;
311
- artifactsDir?: string | undefined;
323
+ accounts?: Record<string, string> | undefined;
312
324
  network?: Record<string, {
313
325
  accounts?: Record<string, {
314
326
  mnemonic?: string | undefined;
@@ -327,18 +339,6 @@ export declare const schemas: {
327
339
  label: string;
328
340
  rpcUrl: string;
329
341
  }> | undefined;
330
- accounts?: Record<string, string> | undefined;
331
- contracts?: Record<string, {
332
- sourceFile: string;
333
- hash: string;
334
- }> | undefined;
335
- metadata?: {
336
- name?: string | undefined;
337
- projectDescription?: string | undefined;
338
- authors?: string[] | undefined;
339
- license?: string | undefined;
340
- homepage?: string | undefined;
341
- } | undefined;
342
342
  projectDir: string;
343
343
  environment: Record<string, string | {
344
344
  storage?: Record<string, string> | undefined;
@@ -367,12 +367,24 @@ export declare const schemas: {
367
367
  rpcUrl: string;
368
368
  }> | undefined;
369
369
  language?: "en" | "fr" | undefined;
370
+ metadata?: {
371
+ name?: string | undefined;
372
+ projectDescription?: string | undefined;
373
+ authors?: string[] | undefined;
374
+ license?: string | undefined;
375
+ homepage?: string | undefined;
376
+ } | undefined;
377
+ artifactsDir?: string | undefined;
378
+ contractsDir?: string | undefined;
379
+ contracts?: Record<string, {
380
+ sourceFile: string;
381
+ hash: string;
382
+ }> | undefined;
370
383
  plugins?: {
371
384
  type: "npm" | "binary" | "deno";
372
385
  name: string;
373
386
  }[] | undefined;
374
- contractsDir?: string | undefined;
375
- artifactsDir?: string | undefined;
387
+ accounts?: Record<string, string> | undefined;
376
388
  network?: Record<string, {
377
389
  accounts?: Record<string, {
378
390
  mnemonic?: string | undefined;
@@ -391,18 +403,6 @@ export declare const schemas: {
391
403
  label: string;
392
404
  rpcUrl: string;
393
405
  }> | undefined;
394
- accounts?: Record<string, string> | undefined;
395
- contracts?: Record<string, {
396
- sourceFile: string;
397
- hash: string;
398
- }> | undefined;
399
- metadata?: {
400
- name?: string | undefined;
401
- projectDescription?: string | undefined;
402
- authors?: string[] | undefined;
403
- license?: string | undefined;
404
- homepage?: string | undefined;
405
- } | undefined;
406
406
  projectDir: string;
407
407
  environment: Record<string, string | {
408
408
  storage?: Record<string, string> | undefined;
@@ -449,12 +449,24 @@ export declare const schemas: {
449
449
  rpcUrl: string;
450
450
  }> | undefined;
451
451
  language?: "en" | "fr" | undefined;
452
+ metadata?: {
453
+ name?: string | undefined;
454
+ projectDescription?: string | undefined;
455
+ authors?: string[] | undefined;
456
+ license?: string | undefined;
457
+ homepage?: string | undefined;
458
+ } | undefined;
459
+ artifactsDir?: string | undefined;
460
+ contractsDir?: string | undefined;
461
+ contracts?: Record<string, {
462
+ sourceFile: string;
463
+ hash: string;
464
+ }> | undefined;
452
465
  plugins?: {
453
466
  type: "npm" | "binary" | "deno";
454
467
  name: string;
455
468
  }[] | undefined;
456
- contractsDir?: string | undefined;
457
- artifactsDir?: string | undefined;
469
+ accounts?: Record<string, string> | undefined;
458
470
  network?: Record<string, {
459
471
  accounts?: Record<string, {
460
472
  mnemonic?: string | undefined;
@@ -473,18 +485,6 @@ export declare const schemas: {
473
485
  label: string;
474
486
  rpcUrl: string;
475
487
  }> | undefined;
476
- accounts?: Record<string, string> | undefined;
477
- contracts?: Record<string, {
478
- sourceFile: string;
479
- hash: string;
480
- }> | undefined;
481
- metadata?: {
482
- name?: string | undefined;
483
- projectDescription?: string | undefined;
484
- authors?: string[] | undefined;
485
- license?: string | undefined;
486
- homepage?: string | undefined;
487
- } | undefined;
488
488
  projectDir: string;
489
489
  environment: Record<string, string | {
490
490
  storage?: Record<string, string> | undefined;
@@ -531,12 +531,24 @@ export declare const schemas: {
531
531
  rpcUrl: string;
532
532
  }> | undefined;
533
533
  language?: "en" | "fr" | undefined;
534
+ metadata?: {
535
+ name?: string | undefined;
536
+ projectDescription?: string | undefined;
537
+ authors?: string[] | undefined;
538
+ license?: string | undefined;
539
+ homepage?: string | undefined;
540
+ } | undefined;
541
+ artifactsDir?: string | undefined;
542
+ contractsDir?: string | undefined;
543
+ contracts?: Record<string, {
544
+ sourceFile: string;
545
+ hash: string;
546
+ }> | undefined;
534
547
  plugins?: {
535
548
  type: "npm" | "binary" | "deno";
536
549
  name: string;
537
550
  }[] | undefined;
538
- contractsDir?: string | undefined;
539
- artifactsDir?: string | undefined;
551
+ accounts?: Record<string, string> | undefined;
540
552
  network?: Record<string, {
541
553
  accounts?: Record<string, {
542
554
  mnemonic?: string | undefined;
@@ -555,18 +567,6 @@ export declare const schemas: {
555
567
  label: string;
556
568
  rpcUrl: string;
557
569
  }> | undefined;
558
- accounts?: Record<string, string> | undefined;
559
- contracts?: Record<string, {
560
- sourceFile: string;
561
- hash: string;
562
- }> | undefined;
563
- metadata?: {
564
- name?: string | undefined;
565
- projectDescription?: string | undefined;
566
- authors?: string[] | undefined;
567
- license?: string | undefined;
568
- homepage?: string | undefined;
569
- } | undefined;
570
570
  projectDir: string;
571
571
  environment: Record<string, string | {
572
572
  storage?: Record<string, string> | undefined;
@@ -721,6 +721,37 @@ export declare const schemas: {
721
721
  taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
722
722
  config: import("zod").ZodObject<import("zod").extendShape<{
723
723
  language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
724
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
725
+ name: import("zod").ZodOptional<import("zod").ZodString>;
726
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
727
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
728
+ license: import("zod").ZodOptional<import("zod").ZodString>;
729
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
730
+ }, "strip", import("zod").ZodTypeAny, {
731
+ name?: string | undefined;
732
+ projectDescription?: string | undefined;
733
+ authors?: string[] | undefined;
734
+ license?: string | undefined;
735
+ homepage?: string | undefined;
736
+ }, {
737
+ name?: string | undefined;
738
+ projectDescription?: string | undefined;
739
+ authors?: string[] | undefined;
740
+ license?: string | undefined;
741
+ homepage?: string | undefined;
742
+ }>>;
743
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
744
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
745
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
746
+ sourceFile: import("zod").ZodString;
747
+ hash: import("zod").ZodString;
748
+ }, "strip", import("zod").ZodTypeAny, {
749
+ sourceFile: string;
750
+ hash: string;
751
+ }, {
752
+ sourceFile: string;
753
+ hash: string;
754
+ }>>>;
724
755
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
725
756
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
726
757
  name: import("zod").ZodString;
@@ -731,8 +762,23 @@ export declare const schemas: {
731
762
  type: "npm" | "binary" | "deno";
732
763
  name: string;
733
764
  }>, "many">>;
734
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
735
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
765
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
766
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
767
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
768
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
769
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
770
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
771
+ }, "strip", import("zod").ZodTypeAny, {
772
+ storage?: Record<string, string> | undefined;
773
+ aliases?: Record<string, Record<string, string>> | undefined;
774
+ networks: string[];
775
+ sandboxes: string[];
776
+ }, {
777
+ storage?: Record<string, string> | undefined;
778
+ aliases?: Record<string, Record<string, string>> | undefined;
779
+ networks: string[];
780
+ sandboxes: string[];
781
+ }>, import("zod").ZodString]>>;
736
782
  network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
737
783
  label: import("zod").ZodString;
738
784
  rpcUrl: import("zod").ZodString;
@@ -874,52 +920,6 @@ export declare const schemas: {
874
920
  label: string;
875
921
  rpcUrl: string;
876
922
  }>>>;
877
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
878
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
879
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
880
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
881
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
882
- }, "strip", import("zod").ZodTypeAny, {
883
- storage?: Record<string, string> | undefined;
884
- aliases?: Record<string, Record<string, string>> | undefined;
885
- networks: string[];
886
- sandboxes: string[];
887
- }, {
888
- storage?: Record<string, string> | undefined;
889
- aliases?: Record<string, Record<string, string>> | undefined;
890
- networks: string[];
891
- sandboxes: string[];
892
- }>, import("zod").ZodString]>>;
893
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
894
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
895
- sourceFile: import("zod").ZodString;
896
- hash: import("zod").ZodString;
897
- }, "strip", import("zod").ZodTypeAny, {
898
- sourceFile: string;
899
- hash: string;
900
- }, {
901
- sourceFile: string;
902
- hash: string;
903
- }>>>;
904
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
905
- name: import("zod").ZodOptional<import("zod").ZodString>;
906
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
907
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
908
- license: import("zod").ZodOptional<import("zod").ZodString>;
909
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
910
- }, "strip", import("zod").ZodTypeAny, {
911
- name?: string | undefined;
912
- projectDescription?: string | undefined;
913
- authors?: string[] | undefined;
914
- license?: string | undefined;
915
- homepage?: string | undefined;
916
- }, {
917
- name?: string | undefined;
918
- projectDescription?: string | undefined;
919
- authors?: string[] | undefined;
920
- license?: string | undefined;
921
- homepage?: string | undefined;
922
- }>>;
923
923
  }, {
924
924
  projectDir: import("zod").ZodString;
925
925
  configFile: import("zod").ZodString;
@@ -943,12 +943,24 @@ export declare const schemas: {
943
943
  rpcUrl: string;
944
944
  }> | undefined;
945
945
  language?: "en" | "fr" | undefined;
946
+ metadata?: {
947
+ name?: string | undefined;
948
+ projectDescription?: string | undefined;
949
+ authors?: string[] | undefined;
950
+ license?: string | undefined;
951
+ homepage?: string | undefined;
952
+ } | undefined;
953
+ artifactsDir?: string | undefined;
954
+ contractsDir?: string | undefined;
955
+ contracts?: Record<string, {
956
+ sourceFile: string;
957
+ hash: string;
958
+ }> | undefined;
946
959
  plugins?: {
947
960
  type: "npm" | "binary" | "deno";
948
961
  name: string;
949
962
  }[] | undefined;
950
- contractsDir?: string | undefined;
951
- artifactsDir?: string | undefined;
963
+ accounts?: Record<string, string> | undefined;
952
964
  network?: Record<string, {
953
965
  accounts?: Record<string, {
954
966
  mnemonic?: string | undefined;
@@ -963,22 +975,10 @@ export declare const schemas: {
963
975
  password: string;
964
976
  amount: string;
965
977
  activation_code: string;
966
- } | undefined;
967
- label: string;
968
- rpcUrl: string;
969
- }> | undefined;
970
- accounts?: Record<string, string> | undefined;
971
- contracts?: Record<string, {
972
- sourceFile: string;
973
- hash: string;
978
+ } | undefined;
979
+ label: string;
980
+ rpcUrl: string;
974
981
  }> | undefined;
975
- metadata?: {
976
- name?: string | undefined;
977
- projectDescription?: string | undefined;
978
- authors?: string[] | undefined;
979
- license?: string | undefined;
980
- homepage?: string | undefined;
981
- } | undefined;
982
982
  projectDir: string;
983
983
  environment: Record<string, string | {
984
984
  storage?: Record<string, string> | undefined;
@@ -1007,12 +1007,24 @@ export declare const schemas: {
1007
1007
  rpcUrl: string;
1008
1008
  }> | undefined;
1009
1009
  language?: "en" | "fr" | undefined;
1010
+ metadata?: {
1011
+ name?: string | undefined;
1012
+ projectDescription?: string | undefined;
1013
+ authors?: string[] | undefined;
1014
+ license?: string | undefined;
1015
+ homepage?: string | undefined;
1016
+ } | undefined;
1017
+ artifactsDir?: string | undefined;
1018
+ contractsDir?: string | undefined;
1019
+ contracts?: Record<string, {
1020
+ sourceFile: string;
1021
+ hash: string;
1022
+ }> | undefined;
1010
1023
  plugins?: {
1011
1024
  type: "npm" | "binary" | "deno";
1012
1025
  name: string;
1013
1026
  }[] | undefined;
1014
- contractsDir?: string | undefined;
1015
- artifactsDir?: string | undefined;
1027
+ accounts?: Record<string, string> | undefined;
1016
1028
  network?: Record<string, {
1017
1029
  accounts?: Record<string, {
1018
1030
  mnemonic?: string | undefined;
@@ -1031,18 +1043,6 @@ export declare const schemas: {
1031
1043
  label: string;
1032
1044
  rpcUrl: string;
1033
1045
  }> | undefined;
1034
- accounts?: Record<string, string> | undefined;
1035
- contracts?: Record<string, {
1036
- sourceFile: string;
1037
- hash: string;
1038
- }> | undefined;
1039
- metadata?: {
1040
- name?: string | undefined;
1041
- projectDescription?: string | undefined;
1042
- authors?: string[] | undefined;
1043
- license?: string | undefined;
1044
- homepage?: string | undefined;
1045
- } | undefined;
1046
1046
  projectDir: string;
1047
1047
  environment: Record<string, string | {
1048
1048
  storage?: Record<string, string> | undefined;
@@ -1089,12 +1089,24 @@ export declare const schemas: {
1089
1089
  rpcUrl: string;
1090
1090
  }> | undefined;
1091
1091
  language?: "en" | "fr" | undefined;
1092
+ metadata?: {
1093
+ name?: string | undefined;
1094
+ projectDescription?: string | undefined;
1095
+ authors?: string[] | undefined;
1096
+ license?: string | undefined;
1097
+ homepage?: string | undefined;
1098
+ } | undefined;
1099
+ artifactsDir?: string | undefined;
1100
+ contractsDir?: string | undefined;
1101
+ contracts?: Record<string, {
1102
+ sourceFile: string;
1103
+ hash: string;
1104
+ }> | undefined;
1092
1105
  plugins?: {
1093
1106
  type: "npm" | "binary" | "deno";
1094
1107
  name: string;
1095
1108
  }[] | undefined;
1096
- contractsDir?: string | undefined;
1097
- artifactsDir?: string | undefined;
1109
+ accounts?: Record<string, string> | undefined;
1098
1110
  network?: Record<string, {
1099
1111
  accounts?: Record<string, {
1100
1112
  mnemonic?: string | undefined;
@@ -1113,18 +1125,6 @@ export declare const schemas: {
1113
1125
  label: string;
1114
1126
  rpcUrl: string;
1115
1127
  }> | undefined;
1116
- accounts?: Record<string, string> | undefined;
1117
- contracts?: Record<string, {
1118
- sourceFile: string;
1119
- hash: string;
1120
- }> | undefined;
1121
- metadata?: {
1122
- name?: string | undefined;
1123
- projectDescription?: string | undefined;
1124
- authors?: string[] | undefined;
1125
- license?: string | undefined;
1126
- homepage?: string | undefined;
1127
- } | undefined;
1128
1128
  projectDir: string;
1129
1129
  environment: Record<string, string | {
1130
1130
  storage?: Record<string, string> | undefined;
@@ -1171,12 +1171,24 @@ export declare const schemas: {
1171
1171
  rpcUrl: string;
1172
1172
  }> | undefined;
1173
1173
  language?: "en" | "fr" | undefined;
1174
+ metadata?: {
1175
+ name?: string | undefined;
1176
+ projectDescription?: string | undefined;
1177
+ authors?: string[] | undefined;
1178
+ license?: string | undefined;
1179
+ homepage?: string | undefined;
1180
+ } | undefined;
1181
+ artifactsDir?: string | undefined;
1182
+ contractsDir?: string | undefined;
1183
+ contracts?: Record<string, {
1184
+ sourceFile: string;
1185
+ hash: string;
1186
+ }> | undefined;
1174
1187
  plugins?: {
1175
1188
  type: "npm" | "binary" | "deno";
1176
1189
  name: string;
1177
1190
  }[] | undefined;
1178
- contractsDir?: string | undefined;
1179
- artifactsDir?: string | undefined;
1191
+ accounts?: Record<string, string> | undefined;
1180
1192
  network?: Record<string, {
1181
1193
  accounts?: Record<string, {
1182
1194
  mnemonic?: string | undefined;
@@ -1195,18 +1207,6 @@ export declare const schemas: {
1195
1207
  label: string;
1196
1208
  rpcUrl: string;
1197
1209
  }> | undefined;
1198
- accounts?: Record<string, string> | undefined;
1199
- contracts?: Record<string, {
1200
- sourceFile: string;
1201
- hash: string;
1202
- }> | undefined;
1203
- metadata?: {
1204
- name?: string | undefined;
1205
- projectDescription?: string | undefined;
1206
- authors?: string[] | undefined;
1207
- license?: string | undefined;
1208
- homepage?: string | undefined;
1209
- } | undefined;
1210
1210
  projectDir: string;
1211
1211
  environment: Record<string, string | {
1212
1212
  storage?: Record<string, string> | undefined;
@@ -1386,6 +1386,37 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1386
1386
  taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
1387
1387
  config: import("zod").ZodObject<import("zod").extendShape<{
1388
1388
  language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
1389
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1390
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1391
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1392
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1393
+ license: import("zod").ZodOptional<import("zod").ZodString>;
1394
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
1395
+ }, "strip", import("zod").ZodTypeAny, {
1396
+ name?: string | undefined;
1397
+ projectDescription?: string | undefined;
1398
+ authors?: string[] | undefined;
1399
+ license?: string | undefined;
1400
+ homepage?: string | undefined;
1401
+ }, {
1402
+ name?: string | undefined;
1403
+ projectDescription?: string | undefined;
1404
+ authors?: string[] | undefined;
1405
+ license?: string | undefined;
1406
+ homepage?: string | undefined;
1407
+ }>>;
1408
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1409
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1410
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1411
+ sourceFile: import("zod").ZodString;
1412
+ hash: import("zod").ZodString;
1413
+ }, "strip", import("zod").ZodTypeAny, {
1414
+ sourceFile: string;
1415
+ hash: string;
1416
+ }, {
1417
+ sourceFile: string;
1418
+ hash: string;
1419
+ }>>>;
1389
1420
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1390
1421
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
1391
1422
  name: import("zod").ZodString;
@@ -1396,8 +1427,23 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1396
1427
  type: "npm" | "binary" | "deno";
1397
1428
  name: string;
1398
1429
  }>, "many">>;
1399
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1400
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1430
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1431
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1432
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1433
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1434
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1435
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1436
+ }, "strip", import("zod").ZodTypeAny, {
1437
+ storage?: Record<string, string> | undefined;
1438
+ aliases?: Record<string, Record<string, string>> | undefined;
1439
+ networks: string[];
1440
+ sandboxes: string[];
1441
+ }, {
1442
+ storage?: Record<string, string> | undefined;
1443
+ aliases?: Record<string, Record<string, string>> | undefined;
1444
+ networks: string[];
1445
+ sandboxes: string[];
1446
+ }>, import("zod").ZodString]>>;
1401
1447
  network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1402
1448
  label: import("zod").ZodString;
1403
1449
  rpcUrl: import("zod").ZodString;
@@ -1539,52 +1585,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1539
1585
  label: string;
1540
1586
  rpcUrl: string;
1541
1587
  }>>>;
1542
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1543
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1544
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1545
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1546
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1547
- }, "strip", import("zod").ZodTypeAny, {
1548
- storage?: Record<string, string> | undefined;
1549
- aliases?: Record<string, Record<string, string>> | undefined;
1550
- networks: string[];
1551
- sandboxes: string[];
1552
- }, {
1553
- storage?: Record<string, string> | undefined;
1554
- aliases?: Record<string, Record<string, string>> | undefined;
1555
- networks: string[];
1556
- sandboxes: string[];
1557
- }>, import("zod").ZodString]>>;
1558
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1559
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1560
- sourceFile: import("zod").ZodString;
1561
- hash: import("zod").ZodString;
1562
- }, "strip", import("zod").ZodTypeAny, {
1563
- sourceFile: string;
1564
- hash: string;
1565
- }, {
1566
- sourceFile: string;
1567
- hash: string;
1568
- }>>>;
1569
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1570
- name: import("zod").ZodOptional<import("zod").ZodString>;
1571
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1572
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1573
- license: import("zod").ZodOptional<import("zod").ZodString>;
1574
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
1575
- }, "strip", import("zod").ZodTypeAny, {
1576
- name?: string | undefined;
1577
- projectDescription?: string | undefined;
1578
- authors?: string[] | undefined;
1579
- license?: string | undefined;
1580
- homepage?: string | undefined;
1581
- }, {
1582
- name?: string | undefined;
1583
- projectDescription?: string | undefined;
1584
- authors?: string[] | undefined;
1585
- license?: string | undefined;
1586
- homepage?: string | undefined;
1587
- }>>;
1588
1588
  }, {
1589
1589
  projectDir: import("zod").ZodString;
1590
1590
  configFile: import("zod").ZodString;
@@ -1608,12 +1608,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1608
1608
  rpcUrl: string;
1609
1609
  }> | undefined;
1610
1610
  language?: "en" | "fr" | undefined;
1611
+ metadata?: {
1612
+ name?: string | undefined;
1613
+ projectDescription?: string | undefined;
1614
+ authors?: string[] | undefined;
1615
+ license?: string | undefined;
1616
+ homepage?: string | undefined;
1617
+ } | undefined;
1618
+ artifactsDir?: string | undefined;
1619
+ contractsDir?: string | undefined;
1620
+ contracts?: Record<string, {
1621
+ sourceFile: string;
1622
+ hash: string;
1623
+ }> | undefined;
1611
1624
  plugins?: {
1612
1625
  type: "npm" | "binary" | "deno";
1613
1626
  name: string;
1614
1627
  }[] | undefined;
1615
- contractsDir?: string | undefined;
1616
- artifactsDir?: string | undefined;
1628
+ accounts?: Record<string, string> | undefined;
1617
1629
  network?: Record<string, {
1618
1630
  accounts?: Record<string, {
1619
1631
  mnemonic?: string | undefined;
@@ -1632,18 +1644,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1632
1644
  label: string;
1633
1645
  rpcUrl: string;
1634
1646
  }> | undefined;
1635
- accounts?: Record<string, string> | undefined;
1636
- contracts?: Record<string, {
1637
- sourceFile: string;
1638
- hash: string;
1639
- }> | undefined;
1640
- metadata?: {
1641
- name?: string | undefined;
1642
- projectDescription?: string | undefined;
1643
- authors?: string[] | undefined;
1644
- license?: string | undefined;
1645
- homepage?: string | undefined;
1646
- } | undefined;
1647
1647
  projectDir: string;
1648
1648
  environment: Record<string, string | {
1649
1649
  storage?: Record<string, string> | undefined;
@@ -1672,12 +1672,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1672
1672
  rpcUrl: string;
1673
1673
  }> | undefined;
1674
1674
  language?: "en" | "fr" | undefined;
1675
+ metadata?: {
1676
+ name?: string | undefined;
1677
+ projectDescription?: string | undefined;
1678
+ authors?: string[] | undefined;
1679
+ license?: string | undefined;
1680
+ homepage?: string | undefined;
1681
+ } | undefined;
1682
+ artifactsDir?: string | undefined;
1683
+ contractsDir?: string | undefined;
1684
+ contracts?: Record<string, {
1685
+ sourceFile: string;
1686
+ hash: string;
1687
+ }> | undefined;
1675
1688
  plugins?: {
1676
1689
  type: "npm" | "binary" | "deno";
1677
1690
  name: string;
1678
1691
  }[] | undefined;
1679
- contractsDir?: string | undefined;
1680
- artifactsDir?: string | undefined;
1692
+ accounts?: Record<string, string> | undefined;
1681
1693
  network?: Record<string, {
1682
1694
  accounts?: Record<string, {
1683
1695
  mnemonic?: string | undefined;
@@ -1696,18 +1708,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1696
1708
  label: string;
1697
1709
  rpcUrl: string;
1698
1710
  }> | undefined;
1699
- accounts?: Record<string, string> | undefined;
1700
- contracts?: Record<string, {
1701
- sourceFile: string;
1702
- hash: string;
1703
- }> | undefined;
1704
- metadata?: {
1705
- name?: string | undefined;
1706
- projectDescription?: string | undefined;
1707
- authors?: string[] | undefined;
1708
- license?: string | undefined;
1709
- homepage?: string | undefined;
1710
- } | undefined;
1711
1711
  projectDir: string;
1712
1712
  environment: Record<string, string | {
1713
1713
  storage?: Record<string, string> | undefined;
@@ -1753,13 +1753,25 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1753
1753
  label: string;
1754
1754
  rpcUrl: string;
1755
1755
  }> | undefined;
1756
- language?: "en" | "fr" | undefined;
1756
+ language?: "en" | "fr" | undefined;
1757
+ metadata?: {
1758
+ name?: string | undefined;
1759
+ projectDescription?: string | undefined;
1760
+ authors?: string[] | undefined;
1761
+ license?: string | undefined;
1762
+ homepage?: string | undefined;
1763
+ } | undefined;
1764
+ artifactsDir?: string | undefined;
1765
+ contractsDir?: string | undefined;
1766
+ contracts?: Record<string, {
1767
+ sourceFile: string;
1768
+ hash: string;
1769
+ }> | undefined;
1757
1770
  plugins?: {
1758
1771
  type: "npm" | "binary" | "deno";
1759
1772
  name: string;
1760
1773
  }[] | undefined;
1761
- contractsDir?: string | undefined;
1762
- artifactsDir?: string | undefined;
1774
+ accounts?: Record<string, string> | undefined;
1763
1775
  network?: Record<string, {
1764
1776
  accounts?: Record<string, {
1765
1777
  mnemonic?: string | undefined;
@@ -1778,18 +1790,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1778
1790
  label: string;
1779
1791
  rpcUrl: string;
1780
1792
  }> | undefined;
1781
- accounts?: Record<string, string> | undefined;
1782
- contracts?: Record<string, {
1783
- sourceFile: string;
1784
- hash: string;
1785
- }> | undefined;
1786
- metadata?: {
1787
- name?: string | undefined;
1788
- projectDescription?: string | undefined;
1789
- authors?: string[] | undefined;
1790
- license?: string | undefined;
1791
- homepage?: string | undefined;
1792
- } | undefined;
1793
1793
  projectDir: string;
1794
1794
  environment: Record<string, string | {
1795
1795
  storage?: Record<string, string> | undefined;
@@ -1836,12 +1836,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1836
1836
  rpcUrl: string;
1837
1837
  }> | undefined;
1838
1838
  language?: "en" | "fr" | undefined;
1839
+ metadata?: {
1840
+ name?: string | undefined;
1841
+ projectDescription?: string | undefined;
1842
+ authors?: string[] | undefined;
1843
+ license?: string | undefined;
1844
+ homepage?: string | undefined;
1845
+ } | undefined;
1846
+ artifactsDir?: string | undefined;
1847
+ contractsDir?: string | undefined;
1848
+ contracts?: Record<string, {
1849
+ sourceFile: string;
1850
+ hash: string;
1851
+ }> | undefined;
1839
1852
  plugins?: {
1840
1853
  type: "npm" | "binary" | "deno";
1841
1854
  name: string;
1842
1855
  }[] | undefined;
1843
- contractsDir?: string | undefined;
1844
- artifactsDir?: string | undefined;
1856
+ accounts?: Record<string, string> | undefined;
1845
1857
  network?: Record<string, {
1846
1858
  accounts?: Record<string, {
1847
1859
  mnemonic?: string | undefined;
@@ -1860,18 +1872,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1860
1872
  label: string;
1861
1873
  rpcUrl: string;
1862
1874
  }> | undefined;
1863
- accounts?: Record<string, string> | undefined;
1864
- contracts?: Record<string, {
1865
- sourceFile: string;
1866
- hash: string;
1867
- }> | undefined;
1868
- metadata?: {
1869
- name?: string | undefined;
1870
- projectDescription?: string | undefined;
1871
- authors?: string[] | undefined;
1872
- license?: string | undefined;
1873
- homepage?: string | undefined;
1874
- } | undefined;
1875
1875
  projectDir: string;
1876
1876
  environment: Record<string, string | {
1877
1877
  storage?: Record<string, string> | undefined;
@@ -2026,6 +2026,37 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2026
2026
  taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
2027
2027
  config: import("zod").ZodObject<import("zod").extendShape<{
2028
2028
  language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
2029
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
2030
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2031
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
2032
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2033
+ license: import("zod").ZodOptional<import("zod").ZodString>;
2034
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
2035
+ }, "strip", import("zod").ZodTypeAny, {
2036
+ name?: string | undefined;
2037
+ projectDescription?: string | undefined;
2038
+ authors?: string[] | undefined;
2039
+ license?: string | undefined;
2040
+ homepage?: string | undefined;
2041
+ }, {
2042
+ name?: string | undefined;
2043
+ projectDescription?: string | undefined;
2044
+ authors?: string[] | undefined;
2045
+ license?: string | undefined;
2046
+ homepage?: string | undefined;
2047
+ }>>;
2048
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2049
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2050
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2051
+ sourceFile: import("zod").ZodString;
2052
+ hash: import("zod").ZodString;
2053
+ }, "strip", import("zod").ZodTypeAny, {
2054
+ sourceFile: string;
2055
+ hash: string;
2056
+ }, {
2057
+ sourceFile: string;
2058
+ hash: string;
2059
+ }>>>;
2029
2060
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2030
2061
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
2031
2062
  name: import("zod").ZodString;
@@ -2036,8 +2067,23 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2036
2067
  type: "npm" | "binary" | "deno";
2037
2068
  name: string;
2038
2069
  }>, "many">>;
2039
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2040
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2070
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2071
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2072
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
2073
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
2074
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2075
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
2076
+ }, "strip", import("zod").ZodTypeAny, {
2077
+ storage?: Record<string, string> | undefined;
2078
+ aliases?: Record<string, Record<string, string>> | undefined;
2079
+ networks: string[];
2080
+ sandboxes: string[];
2081
+ }, {
2082
+ storage?: Record<string, string> | undefined;
2083
+ aliases?: Record<string, Record<string, string>> | undefined;
2084
+ networks: string[];
2085
+ sandboxes: string[];
2086
+ }>, import("zod").ZodString]>>;
2041
2087
  network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2042
2088
  label: import("zod").ZodString;
2043
2089
  rpcUrl: import("zod").ZodString;
@@ -2179,52 +2225,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2179
2225
  label: string;
2180
2226
  rpcUrl: string;
2181
2227
  }>>>;
2182
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2183
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
2184
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
2185
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2186
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
2187
- }, "strip", import("zod").ZodTypeAny, {
2188
- storage?: Record<string, string> | undefined;
2189
- aliases?: Record<string, Record<string, string>> | undefined;
2190
- networks: string[];
2191
- sandboxes: string[];
2192
- }, {
2193
- storage?: Record<string, string> | undefined;
2194
- aliases?: Record<string, Record<string, string>> | undefined;
2195
- networks: string[];
2196
- sandboxes: string[];
2197
- }>, import("zod").ZodString]>>;
2198
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2199
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2200
- sourceFile: import("zod").ZodString;
2201
- hash: import("zod").ZodString;
2202
- }, "strip", import("zod").ZodTypeAny, {
2203
- sourceFile: string;
2204
- hash: string;
2205
- }, {
2206
- sourceFile: string;
2207
- hash: string;
2208
- }>>>;
2209
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
2210
- name: import("zod").ZodOptional<import("zod").ZodString>;
2211
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
2212
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2213
- license: import("zod").ZodOptional<import("zod").ZodString>;
2214
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
2215
- }, "strip", import("zod").ZodTypeAny, {
2216
- name?: string | undefined;
2217
- projectDescription?: string | undefined;
2218
- authors?: string[] | undefined;
2219
- license?: string | undefined;
2220
- homepage?: string | undefined;
2221
- }, {
2222
- name?: string | undefined;
2223
- projectDescription?: string | undefined;
2224
- authors?: string[] | undefined;
2225
- license?: string | undefined;
2226
- homepage?: string | undefined;
2227
- }>>;
2228
2228
  }, {
2229
2229
  projectDir: import("zod").ZodString;
2230
2230
  configFile: import("zod").ZodString;
@@ -2248,12 +2248,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2248
2248
  rpcUrl: string;
2249
2249
  }> | undefined;
2250
2250
  language?: "en" | "fr" | undefined;
2251
+ metadata?: {
2252
+ name?: string | undefined;
2253
+ projectDescription?: string | undefined;
2254
+ authors?: string[] | undefined;
2255
+ license?: string | undefined;
2256
+ homepage?: string | undefined;
2257
+ } | undefined;
2258
+ artifactsDir?: string | undefined;
2259
+ contractsDir?: string | undefined;
2260
+ contracts?: Record<string, {
2261
+ sourceFile: string;
2262
+ hash: string;
2263
+ }> | undefined;
2251
2264
  plugins?: {
2252
2265
  type: "npm" | "binary" | "deno";
2253
2266
  name: string;
2254
2267
  }[] | undefined;
2255
- contractsDir?: string | undefined;
2256
- artifactsDir?: string | undefined;
2268
+ accounts?: Record<string, string> | undefined;
2257
2269
  network?: Record<string, {
2258
2270
  accounts?: Record<string, {
2259
2271
  mnemonic?: string | undefined;
@@ -2272,18 +2284,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2272
2284
  label: string;
2273
2285
  rpcUrl: string;
2274
2286
  }> | undefined;
2275
- accounts?: Record<string, string> | undefined;
2276
- contracts?: Record<string, {
2277
- sourceFile: string;
2278
- hash: string;
2279
- }> | undefined;
2280
- metadata?: {
2281
- name?: string | undefined;
2282
- projectDescription?: string | undefined;
2283
- authors?: string[] | undefined;
2284
- license?: string | undefined;
2285
- homepage?: string | undefined;
2286
- } | undefined;
2287
2287
  projectDir: string;
2288
2288
  environment: Record<string, string | {
2289
2289
  storage?: Record<string, string> | undefined;
@@ -2312,12 +2312,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2312
2312
  rpcUrl: string;
2313
2313
  }> | undefined;
2314
2314
  language?: "en" | "fr" | undefined;
2315
+ metadata?: {
2316
+ name?: string | undefined;
2317
+ projectDescription?: string | undefined;
2318
+ authors?: string[] | undefined;
2319
+ license?: string | undefined;
2320
+ homepage?: string | undefined;
2321
+ } | undefined;
2322
+ artifactsDir?: string | undefined;
2323
+ contractsDir?: string | undefined;
2324
+ contracts?: Record<string, {
2325
+ sourceFile: string;
2326
+ hash: string;
2327
+ }> | undefined;
2315
2328
  plugins?: {
2316
2329
  type: "npm" | "binary" | "deno";
2317
2330
  name: string;
2318
2331
  }[] | undefined;
2319
- contractsDir?: string | undefined;
2320
- artifactsDir?: string | undefined;
2332
+ accounts?: Record<string, string> | undefined;
2321
2333
  network?: Record<string, {
2322
2334
  accounts?: Record<string, {
2323
2335
  mnemonic?: string | undefined;
@@ -2336,18 +2348,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2336
2348
  label: string;
2337
2349
  rpcUrl: string;
2338
2350
  }> | undefined;
2339
- accounts?: Record<string, string> | undefined;
2340
- contracts?: Record<string, {
2341
- sourceFile: string;
2342
- hash: string;
2343
- }> | undefined;
2344
- metadata?: {
2345
- name?: string | undefined;
2346
- projectDescription?: string | undefined;
2347
- authors?: string[] | undefined;
2348
- license?: string | undefined;
2349
- homepage?: string | undefined;
2350
- } | undefined;
2351
2351
  projectDir: string;
2352
2352
  environment: Record<string, string | {
2353
2353
  storage?: Record<string, string> | undefined;
@@ -2394,12 +2394,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2394
2394
  rpcUrl: string;
2395
2395
  }> | undefined;
2396
2396
  language?: "en" | "fr" | undefined;
2397
+ metadata?: {
2398
+ name?: string | undefined;
2399
+ projectDescription?: string | undefined;
2400
+ authors?: string[] | undefined;
2401
+ license?: string | undefined;
2402
+ homepage?: string | undefined;
2403
+ } | undefined;
2404
+ artifactsDir?: string | undefined;
2405
+ contractsDir?: string | undefined;
2406
+ contracts?: Record<string, {
2407
+ sourceFile: string;
2408
+ hash: string;
2409
+ }> | undefined;
2397
2410
  plugins?: {
2398
2411
  type: "npm" | "binary" | "deno";
2399
2412
  name: string;
2400
2413
  }[] | undefined;
2401
- contractsDir?: string | undefined;
2402
- artifactsDir?: string | undefined;
2414
+ accounts?: Record<string, string> | undefined;
2403
2415
  network?: Record<string, {
2404
2416
  accounts?: Record<string, {
2405
2417
  mnemonic?: string | undefined;
@@ -2418,18 +2430,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2418
2430
  label: string;
2419
2431
  rpcUrl: string;
2420
2432
  }> | undefined;
2421
- accounts?: Record<string, string> | undefined;
2422
- contracts?: Record<string, {
2423
- sourceFile: string;
2424
- hash: string;
2425
- }> | undefined;
2426
- metadata?: {
2427
- name?: string | undefined;
2428
- projectDescription?: string | undefined;
2429
- authors?: string[] | undefined;
2430
- license?: string | undefined;
2431
- homepage?: string | undefined;
2432
- } | undefined;
2433
2433
  projectDir: string;
2434
2434
  environment: Record<string, string | {
2435
2435
  storage?: Record<string, string> | undefined;
@@ -2476,12 +2476,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2476
2476
  rpcUrl: string;
2477
2477
  }> | undefined;
2478
2478
  language?: "en" | "fr" | undefined;
2479
+ metadata?: {
2480
+ name?: string | undefined;
2481
+ projectDescription?: string | undefined;
2482
+ authors?: string[] | undefined;
2483
+ license?: string | undefined;
2484
+ homepage?: string | undefined;
2485
+ } | undefined;
2486
+ artifactsDir?: string | undefined;
2487
+ contractsDir?: string | undefined;
2488
+ contracts?: Record<string, {
2489
+ sourceFile: string;
2490
+ hash: string;
2491
+ }> | undefined;
2479
2492
  plugins?: {
2480
2493
  type: "npm" | "binary" | "deno";
2481
2494
  name: string;
2482
2495
  }[] | undefined;
2483
- contractsDir?: string | undefined;
2484
- artifactsDir?: string | undefined;
2496
+ accounts?: Record<string, string> | undefined;
2485
2497
  network?: Record<string, {
2486
2498
  accounts?: Record<string, {
2487
2499
  mnemonic?: string | undefined;
@@ -2500,18 +2512,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
2500
2512
  label: string;
2501
2513
  rpcUrl: string;
2502
2514
  }> | undefined;
2503
- accounts?: Record<string, string> | undefined;
2504
- contracts?: Record<string, {
2505
- sourceFile: string;
2506
- hash: string;
2507
- }> | undefined;
2508
- metadata?: {
2509
- name?: string | undefined;
2510
- projectDescription?: string | undefined;
2511
- authors?: string[] | undefined;
2512
- license?: string | undefined;
2513
- homepage?: string | undefined;
2514
- } | undefined;
2515
2515
  projectDir: string;
2516
2516
  environment: Record<string, string | {
2517
2517
  storage?: Record<string, string> | undefined;