@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/out/types/Template.d.ts
CHANGED
|
@@ -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
|
-
|
|
95
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|
|
@@ -653,12 +653,24 @@ export declare const schemas: {
|
|
|
653
653
|
rpcUrl: string;
|
|
654
654
|
}> | undefined;
|
|
655
655
|
language?: "en" | "fr" | undefined;
|
|
656
|
+
metadata?: {
|
|
657
|
+
name?: string | undefined;
|
|
658
|
+
projectDescription?: string | undefined;
|
|
659
|
+
authors?: string[] | undefined;
|
|
660
|
+
license?: string | undefined;
|
|
661
|
+
homepage?: string | undefined;
|
|
662
|
+
} | undefined;
|
|
663
|
+
artifactsDir?: string | undefined;
|
|
664
|
+
contractsDir?: string | undefined;
|
|
665
|
+
contracts?: Record<string, {
|
|
666
|
+
sourceFile: string;
|
|
667
|
+
hash: string;
|
|
668
|
+
}> | undefined;
|
|
656
669
|
plugins?: {
|
|
657
670
|
type: "npm" | "binary" | "deno";
|
|
658
671
|
name: string;
|
|
659
672
|
}[] | undefined;
|
|
660
|
-
|
|
661
|
-
artifactsDir?: string | undefined;
|
|
673
|
+
accounts?: Record<string, string> | undefined;
|
|
662
674
|
network?: Record<string, {
|
|
663
675
|
accounts?: Record<string, {
|
|
664
676
|
mnemonic?: string | undefined;
|
|
@@ -677,18 +689,6 @@ export declare const schemas: {
|
|
|
677
689
|
label: string;
|
|
678
690
|
rpcUrl: string;
|
|
679
691
|
}> | undefined;
|
|
680
|
-
accounts?: Record<string, string> | undefined;
|
|
681
|
-
contracts?: Record<string, {
|
|
682
|
-
sourceFile: string;
|
|
683
|
-
hash: string;
|
|
684
|
-
}> | undefined;
|
|
685
|
-
metadata?: {
|
|
686
|
-
name?: string | undefined;
|
|
687
|
-
projectDescription?: string | undefined;
|
|
688
|
-
authors?: string[] | undefined;
|
|
689
|
-
license?: string | undefined;
|
|
690
|
-
homepage?: string | undefined;
|
|
691
|
-
} | undefined;
|
|
692
692
|
projectDir: string;
|
|
693
693
|
environment: Record<string, string | {
|
|
694
694
|
storage?: Record<string, string> | undefined;
|
|
@@ -765,12 +765,24 @@ export declare const schemas: {
|
|
|
765
765
|
rpcUrl: string;
|
|
766
766
|
}> | undefined;
|
|
767
767
|
language?: "en" | "fr" | undefined;
|
|
768
|
+
metadata?: {
|
|
769
|
+
name?: string | undefined;
|
|
770
|
+
projectDescription?: string | undefined;
|
|
771
|
+
authors?: string[] | undefined;
|
|
772
|
+
license?: string | undefined;
|
|
773
|
+
homepage?: string | undefined;
|
|
774
|
+
} | undefined;
|
|
775
|
+
artifactsDir?: string | undefined;
|
|
776
|
+
contractsDir?: string | undefined;
|
|
777
|
+
contracts?: Record<string, {
|
|
778
|
+
sourceFile: string;
|
|
779
|
+
hash: string;
|
|
780
|
+
}> | undefined;
|
|
768
781
|
plugins?: {
|
|
769
782
|
type: "npm" | "binary" | "deno";
|
|
770
783
|
name: string;
|
|
771
784
|
}[] | undefined;
|
|
772
|
-
|
|
773
|
-
artifactsDir?: string | undefined;
|
|
785
|
+
accounts?: Record<string, string> | undefined;
|
|
774
786
|
network?: Record<string, {
|
|
775
787
|
accounts?: Record<string, {
|
|
776
788
|
mnemonic?: string | undefined;
|
|
@@ -789,18 +801,6 @@ export declare const schemas: {
|
|
|
789
801
|
label: string;
|
|
790
802
|
rpcUrl: string;
|
|
791
803
|
}> | undefined;
|
|
792
|
-
accounts?: Record<string, string> | undefined;
|
|
793
|
-
contracts?: Record<string, {
|
|
794
|
-
sourceFile: string;
|
|
795
|
-
hash: string;
|
|
796
|
-
}> | undefined;
|
|
797
|
-
metadata?: {
|
|
798
|
-
name?: string | undefined;
|
|
799
|
-
projectDescription?: string | undefined;
|
|
800
|
-
authors?: string[] | undefined;
|
|
801
|
-
license?: string | undefined;
|
|
802
|
-
homepage?: string | undefined;
|
|
803
|
-
} | undefined;
|
|
804
804
|
projectDir: string;
|
|
805
805
|
environment: Record<string, string | {
|
|
806
806
|
storage?: Record<string, string> | undefined;
|
|
@@ -895,6 +895,37 @@ export declare const schemas: {
|
|
|
895
895
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
896
896
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
897
897
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
898
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
899
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
900
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
901
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
902
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
903
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
904
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
905
|
+
name?: string | undefined;
|
|
906
|
+
projectDescription?: string | undefined;
|
|
907
|
+
authors?: string[] | undefined;
|
|
908
|
+
license?: string | undefined;
|
|
909
|
+
homepage?: string | undefined;
|
|
910
|
+
}, {
|
|
911
|
+
name?: string | undefined;
|
|
912
|
+
projectDescription?: string | undefined;
|
|
913
|
+
authors?: string[] | undefined;
|
|
914
|
+
license?: string | undefined;
|
|
915
|
+
homepage?: string | undefined;
|
|
916
|
+
}>>;
|
|
917
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
918
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
919
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
920
|
+
sourceFile: import("zod").ZodString;
|
|
921
|
+
hash: import("zod").ZodString;
|
|
922
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
923
|
+
sourceFile: string;
|
|
924
|
+
hash: string;
|
|
925
|
+
}, {
|
|
926
|
+
sourceFile: string;
|
|
927
|
+
hash: string;
|
|
928
|
+
}>>>;
|
|
898
929
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
899
930
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
900
931
|
name: import("zod").ZodString;
|
|
@@ -905,8 +936,23 @@ export declare const schemas: {
|
|
|
905
936
|
type: "npm" | "binary" | "deno";
|
|
906
937
|
name: string;
|
|
907
938
|
}>, "many">>;
|
|
908
|
-
|
|
909
|
-
|
|
939
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
940
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
941
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
942
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
943
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
944
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
945
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
946
|
+
storage?: Record<string, string> | undefined;
|
|
947
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
948
|
+
networks: string[];
|
|
949
|
+
sandboxes: string[];
|
|
950
|
+
}, {
|
|
951
|
+
storage?: Record<string, string> | undefined;
|
|
952
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
953
|
+
networks: string[];
|
|
954
|
+
sandboxes: string[];
|
|
955
|
+
}>, import("zod").ZodString]>>;
|
|
910
956
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
911
957
|
label: import("zod").ZodString;
|
|
912
958
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1013,87 +1059,41 @@ export declare const schemas: {
|
|
|
1013
1059
|
disableAutostartWithSandbox?: boolean | undefined;
|
|
1014
1060
|
postgresqlPort?: number | undefined;
|
|
1015
1061
|
apiPort?: number | undefined;
|
|
1016
|
-
}>>;
|
|
1017
|
-
annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1018
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1019
|
-
plugin?: string | undefined;
|
|
1020
|
-
accounts?: Record<string, string | {
|
|
1021
|
-
publicKeyHash: string;
|
|
1022
|
-
encryptedKey: string;
|
|
1023
|
-
secretKey: string;
|
|
1024
|
-
}> | undefined;
|
|
1025
|
-
protocol?: string | undefined;
|
|
1026
|
-
tzkt?: {
|
|
1027
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1028
|
-
postgresqlPort?: number | undefined;
|
|
1029
|
-
apiPort?: number | undefined;
|
|
1030
|
-
} | undefined;
|
|
1031
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1032
|
-
label: string;
|
|
1033
|
-
rpcUrl: string;
|
|
1034
|
-
}, {
|
|
1035
|
-
plugin?: string | undefined;
|
|
1036
|
-
accounts?: Record<string, string | {
|
|
1037
|
-
publicKeyHash: string;
|
|
1038
|
-
encryptedKey: string;
|
|
1039
|
-
secretKey: string;
|
|
1040
|
-
}> | undefined;
|
|
1041
|
-
protocol?: string | undefined;
|
|
1042
|
-
tzkt?: {
|
|
1043
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1044
|
-
postgresqlPort?: number | undefined;
|
|
1045
|
-
apiPort?: number | undefined;
|
|
1046
|
-
} | undefined;
|
|
1047
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1048
|
-
label: string;
|
|
1049
|
-
rpcUrl: string;
|
|
1050
|
-
}>>>;
|
|
1051
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1052
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1053
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1054
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1055
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1056
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1057
|
-
storage?: Record<string, string> | undefined;
|
|
1058
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1059
|
-
networks: string[];
|
|
1060
|
-
sandboxes: string[];
|
|
1061
|
-
}, {
|
|
1062
|
-
storage?: Record<string, string> | undefined;
|
|
1063
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1064
|
-
networks: string[];
|
|
1065
|
-
sandboxes: string[];
|
|
1066
|
-
}>, import("zod").ZodString]>>;
|
|
1067
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1068
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1069
|
-
sourceFile: import("zod").ZodString;
|
|
1070
|
-
hash: import("zod").ZodString;
|
|
1071
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1072
|
-
sourceFile: string;
|
|
1073
|
-
hash: string;
|
|
1074
|
-
}, {
|
|
1075
|
-
sourceFile: string;
|
|
1076
|
-
hash: string;
|
|
1077
|
-
}>>>;
|
|
1078
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1079
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1080
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1081
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1082
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1083
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1062
|
+
}>>;
|
|
1063
|
+
annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1084
1064
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1065
|
+
plugin?: string | undefined;
|
|
1066
|
+
accounts?: Record<string, string | {
|
|
1067
|
+
publicKeyHash: string;
|
|
1068
|
+
encryptedKey: string;
|
|
1069
|
+
secretKey: string;
|
|
1070
|
+
}> | undefined;
|
|
1071
|
+
protocol?: string | undefined;
|
|
1072
|
+
tzkt?: {
|
|
1073
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1074
|
+
postgresqlPort?: number | undefined;
|
|
1075
|
+
apiPort?: number | undefined;
|
|
1076
|
+
} | undefined;
|
|
1077
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1078
|
+
label: string;
|
|
1079
|
+
rpcUrl: string;
|
|
1090
1080
|
}, {
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1081
|
+
plugin?: string | undefined;
|
|
1082
|
+
accounts?: Record<string, string | {
|
|
1083
|
+
publicKeyHash: string;
|
|
1084
|
+
encryptedKey: string;
|
|
1085
|
+
secretKey: string;
|
|
1086
|
+
}> | undefined;
|
|
1087
|
+
protocol?: string | undefined;
|
|
1088
|
+
tzkt?: {
|
|
1089
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1090
|
+
postgresqlPort?: number | undefined;
|
|
1091
|
+
apiPort?: number | undefined;
|
|
1092
|
+
} | undefined;
|
|
1093
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1094
|
+
label: string;
|
|
1095
|
+
rpcUrl: string;
|
|
1096
|
+
}>>>;
|
|
1097
1097
|
}, {
|
|
1098
1098
|
projectDir: import("zod").ZodString;
|
|
1099
1099
|
configFile: import("zod").ZodString;
|
|
@@ -1117,12 +1117,24 @@ export declare const schemas: {
|
|
|
1117
1117
|
rpcUrl: string;
|
|
1118
1118
|
}> | undefined;
|
|
1119
1119
|
language?: "en" | "fr" | undefined;
|
|
1120
|
+
metadata?: {
|
|
1121
|
+
name?: string | undefined;
|
|
1122
|
+
projectDescription?: string | undefined;
|
|
1123
|
+
authors?: string[] | undefined;
|
|
1124
|
+
license?: string | undefined;
|
|
1125
|
+
homepage?: string | undefined;
|
|
1126
|
+
} | undefined;
|
|
1127
|
+
artifactsDir?: string | undefined;
|
|
1128
|
+
contractsDir?: string | undefined;
|
|
1129
|
+
contracts?: Record<string, {
|
|
1130
|
+
sourceFile: string;
|
|
1131
|
+
hash: string;
|
|
1132
|
+
}> | undefined;
|
|
1120
1133
|
plugins?: {
|
|
1121
1134
|
type: "npm" | "binary" | "deno";
|
|
1122
1135
|
name: string;
|
|
1123
1136
|
}[] | undefined;
|
|
1124
|
-
|
|
1125
|
-
artifactsDir?: string | undefined;
|
|
1137
|
+
accounts?: Record<string, string> | undefined;
|
|
1126
1138
|
network?: Record<string, {
|
|
1127
1139
|
accounts?: Record<string, {
|
|
1128
1140
|
mnemonic?: string | undefined;
|
|
@@ -1141,18 +1153,6 @@ export declare const schemas: {
|
|
|
1141
1153
|
label: string;
|
|
1142
1154
|
rpcUrl: string;
|
|
1143
1155
|
}> | undefined;
|
|
1144
|
-
accounts?: Record<string, string> | undefined;
|
|
1145
|
-
contracts?: Record<string, {
|
|
1146
|
-
sourceFile: string;
|
|
1147
|
-
hash: string;
|
|
1148
|
-
}> | undefined;
|
|
1149
|
-
metadata?: {
|
|
1150
|
-
name?: string | undefined;
|
|
1151
|
-
projectDescription?: string | undefined;
|
|
1152
|
-
authors?: string[] | undefined;
|
|
1153
|
-
license?: string | undefined;
|
|
1154
|
-
homepage?: string | undefined;
|
|
1155
|
-
} | undefined;
|
|
1156
1156
|
projectDir: string;
|
|
1157
1157
|
environment: Record<string, string | {
|
|
1158
1158
|
storage?: Record<string, string> | undefined;
|
|
@@ -1181,12 +1181,24 @@ export declare const schemas: {
|
|
|
1181
1181
|
rpcUrl: string;
|
|
1182
1182
|
}> | undefined;
|
|
1183
1183
|
language?: "en" | "fr" | undefined;
|
|
1184
|
+
metadata?: {
|
|
1185
|
+
name?: string | undefined;
|
|
1186
|
+
projectDescription?: string | undefined;
|
|
1187
|
+
authors?: string[] | undefined;
|
|
1188
|
+
license?: string | undefined;
|
|
1189
|
+
homepage?: string | undefined;
|
|
1190
|
+
} | undefined;
|
|
1191
|
+
artifactsDir?: string | undefined;
|
|
1192
|
+
contractsDir?: string | undefined;
|
|
1193
|
+
contracts?: Record<string, {
|
|
1194
|
+
sourceFile: string;
|
|
1195
|
+
hash: string;
|
|
1196
|
+
}> | undefined;
|
|
1184
1197
|
plugins?: {
|
|
1185
1198
|
type: "npm" | "binary" | "deno";
|
|
1186
1199
|
name: string;
|
|
1187
1200
|
}[] | undefined;
|
|
1188
|
-
|
|
1189
|
-
artifactsDir?: string | undefined;
|
|
1201
|
+
accounts?: Record<string, string> | undefined;
|
|
1190
1202
|
network?: Record<string, {
|
|
1191
1203
|
accounts?: Record<string, {
|
|
1192
1204
|
mnemonic?: string | undefined;
|
|
@@ -1205,18 +1217,6 @@ export declare const schemas: {
|
|
|
1205
1217
|
label: string;
|
|
1206
1218
|
rpcUrl: string;
|
|
1207
1219
|
}> | undefined;
|
|
1208
|
-
accounts?: Record<string, string> | undefined;
|
|
1209
|
-
contracts?: Record<string, {
|
|
1210
|
-
sourceFile: string;
|
|
1211
|
-
hash: string;
|
|
1212
|
-
}> | undefined;
|
|
1213
|
-
metadata?: {
|
|
1214
|
-
name?: string | undefined;
|
|
1215
|
-
projectDescription?: string | undefined;
|
|
1216
|
-
authors?: string[] | undefined;
|
|
1217
|
-
license?: string | undefined;
|
|
1218
|
-
homepage?: string | undefined;
|
|
1219
|
-
} | undefined;
|
|
1220
1220
|
projectDir: string;
|
|
1221
1221
|
environment: Record<string, string | {
|
|
1222
1222
|
storage?: Record<string, string> | undefined;
|
|
@@ -1263,12 +1263,24 @@ export declare const schemas: {
|
|
|
1263
1263
|
rpcUrl: string;
|
|
1264
1264
|
}> | undefined;
|
|
1265
1265
|
language?: "en" | "fr" | undefined;
|
|
1266
|
+
metadata?: {
|
|
1267
|
+
name?: string | undefined;
|
|
1268
|
+
projectDescription?: string | undefined;
|
|
1269
|
+
authors?: string[] | undefined;
|
|
1270
|
+
license?: string | undefined;
|
|
1271
|
+
homepage?: string | undefined;
|
|
1272
|
+
} | undefined;
|
|
1273
|
+
artifactsDir?: string | undefined;
|
|
1274
|
+
contractsDir?: string | undefined;
|
|
1275
|
+
contracts?: Record<string, {
|
|
1276
|
+
sourceFile: string;
|
|
1277
|
+
hash: string;
|
|
1278
|
+
}> | undefined;
|
|
1266
1279
|
plugins?: {
|
|
1267
1280
|
type: "npm" | "binary" | "deno";
|
|
1268
1281
|
name: string;
|
|
1269
1282
|
}[] | undefined;
|
|
1270
|
-
|
|
1271
|
-
artifactsDir?: string | undefined;
|
|
1283
|
+
accounts?: Record<string, string> | undefined;
|
|
1272
1284
|
network?: Record<string, {
|
|
1273
1285
|
accounts?: Record<string, {
|
|
1274
1286
|
mnemonic?: string | undefined;
|
|
@@ -1287,18 +1299,6 @@ export declare const schemas: {
|
|
|
1287
1299
|
label: string;
|
|
1288
1300
|
rpcUrl: string;
|
|
1289
1301
|
}> | undefined;
|
|
1290
|
-
accounts?: Record<string, string> | undefined;
|
|
1291
|
-
contracts?: Record<string, {
|
|
1292
|
-
sourceFile: string;
|
|
1293
|
-
hash: string;
|
|
1294
|
-
}> | undefined;
|
|
1295
|
-
metadata?: {
|
|
1296
|
-
name?: string | undefined;
|
|
1297
|
-
projectDescription?: string | undefined;
|
|
1298
|
-
authors?: string[] | undefined;
|
|
1299
|
-
license?: string | undefined;
|
|
1300
|
-
homepage?: string | undefined;
|
|
1301
|
-
} | undefined;
|
|
1302
1302
|
projectDir: string;
|
|
1303
1303
|
environment: Record<string, string | {
|
|
1304
1304
|
storage?: Record<string, string> | undefined;
|
|
@@ -1345,12 +1345,24 @@ export declare const schemas: {
|
|
|
1345
1345
|
rpcUrl: string;
|
|
1346
1346
|
}> | undefined;
|
|
1347
1347
|
language?: "en" | "fr" | undefined;
|
|
1348
|
+
metadata?: {
|
|
1349
|
+
name?: string | undefined;
|
|
1350
|
+
projectDescription?: string | undefined;
|
|
1351
|
+
authors?: string[] | undefined;
|
|
1352
|
+
license?: string | undefined;
|
|
1353
|
+
homepage?: string | undefined;
|
|
1354
|
+
} | undefined;
|
|
1355
|
+
artifactsDir?: string | undefined;
|
|
1356
|
+
contractsDir?: string | undefined;
|
|
1357
|
+
contracts?: Record<string, {
|
|
1358
|
+
sourceFile: string;
|
|
1359
|
+
hash: string;
|
|
1360
|
+
}> | undefined;
|
|
1348
1361
|
plugins?: {
|
|
1349
1362
|
type: "npm" | "binary" | "deno";
|
|
1350
1363
|
name: string;
|
|
1351
1364
|
}[] | undefined;
|
|
1352
|
-
|
|
1353
|
-
artifactsDir?: string | undefined;
|
|
1365
|
+
accounts?: Record<string, string> | undefined;
|
|
1354
1366
|
network?: Record<string, {
|
|
1355
1367
|
accounts?: Record<string, {
|
|
1356
1368
|
mnemonic?: string | undefined;
|
|
@@ -1369,18 +1381,6 @@ export declare const schemas: {
|
|
|
1369
1381
|
label: string;
|
|
1370
1382
|
rpcUrl: string;
|
|
1371
1383
|
}> | undefined;
|
|
1372
|
-
accounts?: Record<string, string> | undefined;
|
|
1373
|
-
contracts?: Record<string, {
|
|
1374
|
-
sourceFile: string;
|
|
1375
|
-
hash: string;
|
|
1376
|
-
}> | undefined;
|
|
1377
|
-
metadata?: {
|
|
1378
|
-
name?: string | undefined;
|
|
1379
|
-
projectDescription?: string | undefined;
|
|
1380
|
-
authors?: string[] | undefined;
|
|
1381
|
-
license?: string | undefined;
|
|
1382
|
-
homepage?: string | undefined;
|
|
1383
|
-
} | undefined;
|
|
1384
1384
|
projectDir: string;
|
|
1385
1385
|
environment: Record<string, string | {
|
|
1386
1386
|
storage?: Record<string, string> | undefined;
|
|
@@ -1467,12 +1467,24 @@ export declare const schemas: {
|
|
|
1467
1467
|
rpcUrl: string;
|
|
1468
1468
|
}> | undefined;
|
|
1469
1469
|
language?: "en" | "fr" | undefined;
|
|
1470
|
+
metadata?: {
|
|
1471
|
+
name?: string | undefined;
|
|
1472
|
+
projectDescription?: string | undefined;
|
|
1473
|
+
authors?: string[] | undefined;
|
|
1474
|
+
license?: string | undefined;
|
|
1475
|
+
homepage?: string | undefined;
|
|
1476
|
+
} | undefined;
|
|
1477
|
+
artifactsDir?: string | undefined;
|
|
1478
|
+
contractsDir?: string | undefined;
|
|
1479
|
+
contracts?: Record<string, {
|
|
1480
|
+
sourceFile: string;
|
|
1481
|
+
hash: string;
|
|
1482
|
+
}> | undefined;
|
|
1470
1483
|
plugins?: {
|
|
1471
1484
|
type: "npm" | "binary" | "deno";
|
|
1472
1485
|
name: string;
|
|
1473
1486
|
}[] | undefined;
|
|
1474
|
-
|
|
1475
|
-
artifactsDir?: string | undefined;
|
|
1487
|
+
accounts?: Record<string, string> | undefined;
|
|
1476
1488
|
network?: Record<string, {
|
|
1477
1489
|
accounts?: Record<string, {
|
|
1478
1490
|
mnemonic?: string | undefined;
|
|
@@ -1491,18 +1503,6 @@ export declare const schemas: {
|
|
|
1491
1503
|
label: string;
|
|
1492
1504
|
rpcUrl: string;
|
|
1493
1505
|
}> | undefined;
|
|
1494
|
-
accounts?: Record<string, string> | undefined;
|
|
1495
|
-
contracts?: Record<string, {
|
|
1496
|
-
sourceFile: string;
|
|
1497
|
-
hash: string;
|
|
1498
|
-
}> | undefined;
|
|
1499
|
-
metadata?: {
|
|
1500
|
-
name?: string | undefined;
|
|
1501
|
-
projectDescription?: string | undefined;
|
|
1502
|
-
authors?: string[] | undefined;
|
|
1503
|
-
license?: string | undefined;
|
|
1504
|
-
homepage?: string | undefined;
|
|
1505
|
-
} | undefined;
|
|
1506
1506
|
projectDir: string;
|
|
1507
1507
|
environment: Record<string, string | {
|
|
1508
1508
|
storage?: Record<string, string> | undefined;
|
|
@@ -1579,12 +1579,24 @@ export declare const schemas: {
|
|
|
1579
1579
|
rpcUrl: string;
|
|
1580
1580
|
}> | undefined;
|
|
1581
1581
|
language?: "en" | "fr" | undefined;
|
|
1582
|
+
metadata?: {
|
|
1583
|
+
name?: string | undefined;
|
|
1584
|
+
projectDescription?: string | undefined;
|
|
1585
|
+
authors?: string[] | undefined;
|
|
1586
|
+
license?: string | undefined;
|
|
1587
|
+
homepage?: string | undefined;
|
|
1588
|
+
} | undefined;
|
|
1589
|
+
artifactsDir?: string | undefined;
|
|
1590
|
+
contractsDir?: string | undefined;
|
|
1591
|
+
contracts?: Record<string, {
|
|
1592
|
+
sourceFile: string;
|
|
1593
|
+
hash: string;
|
|
1594
|
+
}> | undefined;
|
|
1582
1595
|
plugins?: {
|
|
1583
1596
|
type: "npm" | "binary" | "deno";
|
|
1584
1597
|
name: string;
|
|
1585
1598
|
}[] | undefined;
|
|
1586
|
-
|
|
1587
|
-
artifactsDir?: string | undefined;
|
|
1599
|
+
accounts?: Record<string, string> | undefined;
|
|
1588
1600
|
network?: Record<string, {
|
|
1589
1601
|
accounts?: Record<string, {
|
|
1590
1602
|
mnemonic?: string | undefined;
|
|
@@ -1603,18 +1615,6 @@ export declare const schemas: {
|
|
|
1603
1615
|
label: string;
|
|
1604
1616
|
rpcUrl: string;
|
|
1605
1617
|
}> | undefined;
|
|
1606
|
-
accounts?: Record<string, string> | undefined;
|
|
1607
|
-
contracts?: Record<string, {
|
|
1608
|
-
sourceFile: string;
|
|
1609
|
-
hash: string;
|
|
1610
|
-
}> | 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
1618
|
projectDir: string;
|
|
1619
1619
|
environment: Record<string, string | {
|
|
1620
1620
|
storage?: Record<string, string> | undefined;
|
|
@@ -1691,12 +1691,24 @@ export declare const schemas: {
|
|
|
1691
1691
|
rpcUrl: string;
|
|
1692
1692
|
}> | undefined;
|
|
1693
1693
|
language?: "en" | "fr" | undefined;
|
|
1694
|
+
metadata?: {
|
|
1695
|
+
name?: string | undefined;
|
|
1696
|
+
projectDescription?: string | undefined;
|
|
1697
|
+
authors?: string[] | undefined;
|
|
1698
|
+
license?: string | undefined;
|
|
1699
|
+
homepage?: string | undefined;
|
|
1700
|
+
} | undefined;
|
|
1701
|
+
artifactsDir?: string | undefined;
|
|
1702
|
+
contractsDir?: string | undefined;
|
|
1703
|
+
contracts?: Record<string, {
|
|
1704
|
+
sourceFile: string;
|
|
1705
|
+
hash: string;
|
|
1706
|
+
}> | undefined;
|
|
1694
1707
|
plugins?: {
|
|
1695
1708
|
type: "npm" | "binary" | "deno";
|
|
1696
1709
|
name: string;
|
|
1697
1710
|
}[] | undefined;
|
|
1698
|
-
|
|
1699
|
-
artifactsDir?: string | undefined;
|
|
1711
|
+
accounts?: Record<string, string> | undefined;
|
|
1700
1712
|
network?: Record<string, {
|
|
1701
1713
|
accounts?: Record<string, {
|
|
1702
1714
|
mnemonic?: string | undefined;
|
|
@@ -1715,18 +1727,6 @@ export declare const schemas: {
|
|
|
1715
1727
|
label: string;
|
|
1716
1728
|
rpcUrl: string;
|
|
1717
1729
|
}> | undefined;
|
|
1718
|
-
accounts?: Record<string, string> | undefined;
|
|
1719
|
-
contracts?: Record<string, {
|
|
1720
|
-
sourceFile: string;
|
|
1721
|
-
hash: string;
|
|
1722
|
-
}> | undefined;
|
|
1723
|
-
metadata?: {
|
|
1724
|
-
name?: string | undefined;
|
|
1725
|
-
projectDescription?: string | undefined;
|
|
1726
|
-
authors?: string[] | undefined;
|
|
1727
|
-
license?: string | undefined;
|
|
1728
|
-
homepage?: string | undefined;
|
|
1729
|
-
} | undefined;
|
|
1730
1730
|
projectDir: string;
|
|
1731
1731
|
environment: Record<string, string | {
|
|
1732
1732
|
storage?: Record<string, string> | undefined;
|
|
@@ -1822,6 +1822,37 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
1822
1822
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
1823
1823
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
1824
1824
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1825
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1826
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1827
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1828
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1829
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1830
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1831
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1832
|
+
name?: string | undefined;
|
|
1833
|
+
projectDescription?: string | undefined;
|
|
1834
|
+
authors?: string[] | undefined;
|
|
1835
|
+
license?: string | undefined;
|
|
1836
|
+
homepage?: string | undefined;
|
|
1837
|
+
}, {
|
|
1838
|
+
name?: string | undefined;
|
|
1839
|
+
projectDescription?: string | undefined;
|
|
1840
|
+
authors?: string[] | undefined;
|
|
1841
|
+
license?: string | undefined;
|
|
1842
|
+
homepage?: string | undefined;
|
|
1843
|
+
}>>;
|
|
1844
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1845
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1846
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1847
|
+
sourceFile: import("zod").ZodString;
|
|
1848
|
+
hash: import("zod").ZodString;
|
|
1849
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1850
|
+
sourceFile: string;
|
|
1851
|
+
hash: string;
|
|
1852
|
+
}, {
|
|
1853
|
+
sourceFile: string;
|
|
1854
|
+
hash: string;
|
|
1855
|
+
}>>>;
|
|
1825
1856
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1826
1857
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1827
1858
|
name: import("zod").ZodString;
|
|
@@ -1832,8 +1863,23 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
1832
1863
|
type: "npm" | "binary" | "deno";
|
|
1833
1864
|
name: string;
|
|
1834
1865
|
}>, "many">>;
|
|
1835
|
-
|
|
1836
|
-
|
|
1866
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1867
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1868
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1869
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1870
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1871
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1872
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1873
|
+
storage?: Record<string, string> | undefined;
|
|
1874
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1875
|
+
networks: string[];
|
|
1876
|
+
sandboxes: string[];
|
|
1877
|
+
}, {
|
|
1878
|
+
storage?: Record<string, string> | undefined;
|
|
1879
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1880
|
+
networks: string[];
|
|
1881
|
+
sandboxes: string[];
|
|
1882
|
+
}>, import("zod").ZodString]>>;
|
|
1837
1883
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1838
1884
|
label: import("zod").ZodString;
|
|
1839
1885
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1975,52 +2021,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
1975
2021
|
label: string;
|
|
1976
2022
|
rpcUrl: string;
|
|
1977
2023
|
}>>>;
|
|
1978
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1979
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1980
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1981
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1982
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1983
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1984
|
-
storage?: Record<string, string> | undefined;
|
|
1985
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1986
|
-
networks: string[];
|
|
1987
|
-
sandboxes: string[];
|
|
1988
|
-
}, {
|
|
1989
|
-
storage?: Record<string, string> | undefined;
|
|
1990
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1991
|
-
networks: string[];
|
|
1992
|
-
sandboxes: string[];
|
|
1993
|
-
}>, import("zod").ZodString]>>;
|
|
1994
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1995
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1996
|
-
sourceFile: import("zod").ZodString;
|
|
1997
|
-
hash: import("zod").ZodString;
|
|
1998
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1999
|
-
sourceFile: string;
|
|
2000
|
-
hash: string;
|
|
2001
|
-
}, {
|
|
2002
|
-
sourceFile: string;
|
|
2003
|
-
hash: string;
|
|
2004
|
-
}>>>;
|
|
2005
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2006
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2007
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2008
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2009
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2010
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2011
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2012
|
-
name?: string | undefined;
|
|
2013
|
-
projectDescription?: string | undefined;
|
|
2014
|
-
authors?: string[] | undefined;
|
|
2015
|
-
license?: string | undefined;
|
|
2016
|
-
homepage?: string | undefined;
|
|
2017
|
-
}, {
|
|
2018
|
-
name?: string | undefined;
|
|
2019
|
-
projectDescription?: string | undefined;
|
|
2020
|
-
authors?: string[] | undefined;
|
|
2021
|
-
license?: string | undefined;
|
|
2022
|
-
homepage?: string | undefined;
|
|
2023
|
-
}>>;
|
|
2024
2024
|
}, {
|
|
2025
2025
|
projectDir: import("zod").ZodString;
|
|
2026
2026
|
configFile: import("zod").ZodString;
|
|
@@ -2044,12 +2044,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2044
2044
|
rpcUrl: string;
|
|
2045
2045
|
}> | undefined;
|
|
2046
2046
|
language?: "en" | "fr" | undefined;
|
|
2047
|
+
metadata?: {
|
|
2048
|
+
name?: string | undefined;
|
|
2049
|
+
projectDescription?: string | undefined;
|
|
2050
|
+
authors?: string[] | undefined;
|
|
2051
|
+
license?: string | undefined;
|
|
2052
|
+
homepage?: string | undefined;
|
|
2053
|
+
} | undefined;
|
|
2054
|
+
artifactsDir?: string | undefined;
|
|
2055
|
+
contractsDir?: string | undefined;
|
|
2056
|
+
contracts?: Record<string, {
|
|
2057
|
+
sourceFile: string;
|
|
2058
|
+
hash: string;
|
|
2059
|
+
}> | undefined;
|
|
2047
2060
|
plugins?: {
|
|
2048
2061
|
type: "npm" | "binary" | "deno";
|
|
2049
2062
|
name: string;
|
|
2050
2063
|
}[] | undefined;
|
|
2051
|
-
|
|
2052
|
-
artifactsDir?: string | undefined;
|
|
2064
|
+
accounts?: Record<string, string> | undefined;
|
|
2053
2065
|
network?: Record<string, {
|
|
2054
2066
|
accounts?: Record<string, {
|
|
2055
2067
|
mnemonic?: string | undefined;
|
|
@@ -2068,18 +2080,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2068
2080
|
label: string;
|
|
2069
2081
|
rpcUrl: string;
|
|
2070
2082
|
}> | undefined;
|
|
2071
|
-
accounts?: Record<string, string> | undefined;
|
|
2072
|
-
contracts?: Record<string, {
|
|
2073
|
-
sourceFile: string;
|
|
2074
|
-
hash: string;
|
|
2075
|
-
}> | undefined;
|
|
2076
|
-
metadata?: {
|
|
2077
|
-
name?: string | undefined;
|
|
2078
|
-
projectDescription?: string | undefined;
|
|
2079
|
-
authors?: string[] | undefined;
|
|
2080
|
-
license?: string | undefined;
|
|
2081
|
-
homepage?: string | undefined;
|
|
2082
|
-
} | undefined;
|
|
2083
2083
|
projectDir: string;
|
|
2084
2084
|
environment: Record<string, string | {
|
|
2085
2085
|
storage?: Record<string, string> | undefined;
|
|
@@ -2108,12 +2108,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2108
2108
|
rpcUrl: string;
|
|
2109
2109
|
}> | undefined;
|
|
2110
2110
|
language?: "en" | "fr" | undefined;
|
|
2111
|
+
metadata?: {
|
|
2112
|
+
name?: string | undefined;
|
|
2113
|
+
projectDescription?: string | undefined;
|
|
2114
|
+
authors?: string[] | undefined;
|
|
2115
|
+
license?: string | undefined;
|
|
2116
|
+
homepage?: string | undefined;
|
|
2117
|
+
} | undefined;
|
|
2118
|
+
artifactsDir?: string | undefined;
|
|
2119
|
+
contractsDir?: string | undefined;
|
|
2120
|
+
contracts?: Record<string, {
|
|
2121
|
+
sourceFile: string;
|
|
2122
|
+
hash: string;
|
|
2123
|
+
}> | undefined;
|
|
2111
2124
|
plugins?: {
|
|
2112
2125
|
type: "npm" | "binary" | "deno";
|
|
2113
2126
|
name: string;
|
|
2114
2127
|
}[] | undefined;
|
|
2115
|
-
|
|
2116
|
-
artifactsDir?: string | undefined;
|
|
2128
|
+
accounts?: Record<string, string> | undefined;
|
|
2117
2129
|
network?: Record<string, {
|
|
2118
2130
|
accounts?: Record<string, {
|
|
2119
2131
|
mnemonic?: string | undefined;
|
|
@@ -2132,18 +2144,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2132
2144
|
label: string;
|
|
2133
2145
|
rpcUrl: string;
|
|
2134
2146
|
}> | undefined;
|
|
2135
|
-
accounts?: Record<string, string> | undefined;
|
|
2136
|
-
contracts?: Record<string, {
|
|
2137
|
-
sourceFile: string;
|
|
2138
|
-
hash: string;
|
|
2139
|
-
}> | undefined;
|
|
2140
|
-
metadata?: {
|
|
2141
|
-
name?: string | undefined;
|
|
2142
|
-
projectDescription?: string | undefined;
|
|
2143
|
-
authors?: string[] | undefined;
|
|
2144
|
-
license?: string | undefined;
|
|
2145
|
-
homepage?: string | undefined;
|
|
2146
|
-
} | undefined;
|
|
2147
2147
|
projectDir: string;
|
|
2148
2148
|
environment: Record<string, string | {
|
|
2149
2149
|
storage?: Record<string, string> | undefined;
|
|
@@ -2190,12 +2190,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2190
2190
|
rpcUrl: string;
|
|
2191
2191
|
}> | undefined;
|
|
2192
2192
|
language?: "en" | "fr" | undefined;
|
|
2193
|
+
metadata?: {
|
|
2194
|
+
name?: string | undefined;
|
|
2195
|
+
projectDescription?: string | undefined;
|
|
2196
|
+
authors?: string[] | undefined;
|
|
2197
|
+
license?: string | undefined;
|
|
2198
|
+
homepage?: string | undefined;
|
|
2199
|
+
} | undefined;
|
|
2200
|
+
artifactsDir?: string | undefined;
|
|
2201
|
+
contractsDir?: string | undefined;
|
|
2202
|
+
contracts?: Record<string, {
|
|
2203
|
+
sourceFile: string;
|
|
2204
|
+
hash: string;
|
|
2205
|
+
}> | undefined;
|
|
2193
2206
|
plugins?: {
|
|
2194
2207
|
type: "npm" | "binary" | "deno";
|
|
2195
2208
|
name: string;
|
|
2196
2209
|
}[] | undefined;
|
|
2197
|
-
|
|
2198
|
-
artifactsDir?: string | undefined;
|
|
2210
|
+
accounts?: Record<string, string> | undefined;
|
|
2199
2211
|
network?: Record<string, {
|
|
2200
2212
|
accounts?: Record<string, {
|
|
2201
2213
|
mnemonic?: string | undefined;
|
|
@@ -2214,18 +2226,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2214
2226
|
label: string;
|
|
2215
2227
|
rpcUrl: string;
|
|
2216
2228
|
}> | undefined;
|
|
2217
|
-
accounts?: Record<string, string> | undefined;
|
|
2218
|
-
contracts?: Record<string, {
|
|
2219
|
-
sourceFile: string;
|
|
2220
|
-
hash: string;
|
|
2221
|
-
}> | undefined;
|
|
2222
|
-
metadata?: {
|
|
2223
|
-
name?: string | undefined;
|
|
2224
|
-
projectDescription?: string | undefined;
|
|
2225
|
-
authors?: string[] | undefined;
|
|
2226
|
-
license?: string | undefined;
|
|
2227
|
-
homepage?: string | undefined;
|
|
2228
|
-
} | undefined;
|
|
2229
2229
|
projectDir: string;
|
|
2230
2230
|
environment: Record<string, string | {
|
|
2231
2231
|
storage?: Record<string, string> | undefined;
|
|
@@ -2272,12 +2272,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2272
2272
|
rpcUrl: string;
|
|
2273
2273
|
}> | undefined;
|
|
2274
2274
|
language?: "en" | "fr" | undefined;
|
|
2275
|
+
metadata?: {
|
|
2276
|
+
name?: string | undefined;
|
|
2277
|
+
projectDescription?: string | undefined;
|
|
2278
|
+
authors?: string[] | undefined;
|
|
2279
|
+
license?: string | undefined;
|
|
2280
|
+
homepage?: string | undefined;
|
|
2281
|
+
} | undefined;
|
|
2282
|
+
artifactsDir?: string | undefined;
|
|
2283
|
+
contractsDir?: string | undefined;
|
|
2284
|
+
contracts?: Record<string, {
|
|
2285
|
+
sourceFile: string;
|
|
2286
|
+
hash: string;
|
|
2287
|
+
}> | undefined;
|
|
2275
2288
|
plugins?: {
|
|
2276
2289
|
type: "npm" | "binary" | "deno";
|
|
2277
2290
|
name: string;
|
|
2278
2291
|
}[] | undefined;
|
|
2279
|
-
|
|
2280
|
-
artifactsDir?: string | undefined;
|
|
2292
|
+
accounts?: Record<string, string> | undefined;
|
|
2281
2293
|
network?: Record<string, {
|
|
2282
2294
|
accounts?: Record<string, {
|
|
2283
2295
|
mnemonic?: string | undefined;
|
|
@@ -2296,18 +2308,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2296
2308
|
label: string;
|
|
2297
2309
|
rpcUrl: string;
|
|
2298
2310
|
}> | undefined;
|
|
2299
|
-
accounts?: Record<string, string> | undefined;
|
|
2300
|
-
contracts?: Record<string, {
|
|
2301
|
-
sourceFile: string;
|
|
2302
|
-
hash: string;
|
|
2303
|
-
}> | undefined;
|
|
2304
|
-
metadata?: {
|
|
2305
|
-
name?: string | undefined;
|
|
2306
|
-
projectDescription?: string | undefined;
|
|
2307
|
-
authors?: string[] | undefined;
|
|
2308
|
-
license?: string | undefined;
|
|
2309
|
-
homepage?: string | undefined;
|
|
2310
|
-
} | undefined;
|
|
2311
2311
|
projectDir: string;
|
|
2312
2312
|
environment: Record<string, string | {
|
|
2313
2313
|
storage?: Record<string, string> | undefined;
|
|
@@ -2394,12 +2394,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
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
|
-
|
|
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 rawSchema: import("zod").ZodObject<{
|
|
|
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;
|
|
@@ -2506,12 +2506,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2506
2506
|
rpcUrl: string;
|
|
2507
2507
|
}> | undefined;
|
|
2508
2508
|
language?: "en" | "fr" | undefined;
|
|
2509
|
+
metadata?: {
|
|
2510
|
+
name?: string | undefined;
|
|
2511
|
+
projectDescription?: string | undefined;
|
|
2512
|
+
authors?: string[] | undefined;
|
|
2513
|
+
license?: string | undefined;
|
|
2514
|
+
homepage?: string | undefined;
|
|
2515
|
+
} | undefined;
|
|
2516
|
+
artifactsDir?: string | undefined;
|
|
2517
|
+
contractsDir?: string | undefined;
|
|
2518
|
+
contracts?: Record<string, {
|
|
2519
|
+
sourceFile: string;
|
|
2520
|
+
hash: string;
|
|
2521
|
+
}> | undefined;
|
|
2509
2522
|
plugins?: {
|
|
2510
2523
|
type: "npm" | "binary" | "deno";
|
|
2511
2524
|
name: string;
|
|
2512
2525
|
}[] | undefined;
|
|
2513
|
-
|
|
2514
|
-
artifactsDir?: string | undefined;
|
|
2526
|
+
accounts?: Record<string, string> | undefined;
|
|
2515
2527
|
network?: Record<string, {
|
|
2516
2528
|
accounts?: Record<string, {
|
|
2517
2529
|
mnemonic?: string | undefined;
|
|
@@ -2530,18 +2542,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2530
2542
|
label: string;
|
|
2531
2543
|
rpcUrl: string;
|
|
2532
2544
|
}> | undefined;
|
|
2533
|
-
accounts?: Record<string, string> | undefined;
|
|
2534
|
-
contracts?: Record<string, {
|
|
2535
|
-
sourceFile: string;
|
|
2536
|
-
hash: string;
|
|
2537
|
-
}> | undefined;
|
|
2538
|
-
metadata?: {
|
|
2539
|
-
name?: string | undefined;
|
|
2540
|
-
projectDescription?: string | undefined;
|
|
2541
|
-
authors?: string[] | undefined;
|
|
2542
|
-
license?: string | undefined;
|
|
2543
|
-
homepage?: string | undefined;
|
|
2544
|
-
} | undefined;
|
|
2545
2545
|
projectDir: string;
|
|
2546
2546
|
environment: Record<string, string | {
|
|
2547
2547
|
storage?: Record<string, string> | undefined;
|
|
@@ -2636,6 +2636,37 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2636
2636
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
2637
2637
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
2638
2638
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
2639
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2640
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2641
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2642
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2643
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2644
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2645
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2646
|
+
name?: string | undefined;
|
|
2647
|
+
projectDescription?: string | undefined;
|
|
2648
|
+
authors?: string[] | undefined;
|
|
2649
|
+
license?: string | undefined;
|
|
2650
|
+
homepage?: string | undefined;
|
|
2651
|
+
}, {
|
|
2652
|
+
name?: string | undefined;
|
|
2653
|
+
projectDescription?: string | undefined;
|
|
2654
|
+
authors?: string[] | undefined;
|
|
2655
|
+
license?: string | undefined;
|
|
2656
|
+
homepage?: string | undefined;
|
|
2657
|
+
}>>;
|
|
2658
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
2659
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
2660
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2661
|
+
sourceFile: import("zod").ZodString;
|
|
2662
|
+
hash: import("zod").ZodString;
|
|
2663
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2664
|
+
sourceFile: string;
|
|
2665
|
+
hash: string;
|
|
2666
|
+
}, {
|
|
2667
|
+
sourceFile: string;
|
|
2668
|
+
hash: string;
|
|
2669
|
+
}>>>;
|
|
2639
2670
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2640
2671
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
2641
2672
|
name: import("zod").ZodString;
|
|
@@ -2646,8 +2677,23 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2646
2677
|
type: "npm" | "binary" | "deno";
|
|
2647
2678
|
name: string;
|
|
2648
2679
|
}>, "many">>;
|
|
2649
|
-
|
|
2650
|
-
|
|
2680
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2681
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2682
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2683
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2684
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2685
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2686
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2687
|
+
storage?: Record<string, string> | undefined;
|
|
2688
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2689
|
+
networks: string[];
|
|
2690
|
+
sandboxes: string[];
|
|
2691
|
+
}, {
|
|
2692
|
+
storage?: Record<string, string> | undefined;
|
|
2693
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2694
|
+
networks: string[];
|
|
2695
|
+
sandboxes: string[];
|
|
2696
|
+
}>, import("zod").ZodString]>>;
|
|
2651
2697
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2652
2698
|
label: import("zod").ZodString;
|
|
2653
2699
|
rpcUrl: import("zod").ZodString;
|
|
@@ -2789,52 +2835,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2789
2835
|
label: string;
|
|
2790
2836
|
rpcUrl: string;
|
|
2791
2837
|
}>>>;
|
|
2792
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2793
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2794
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2795
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2796
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2797
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2798
|
-
storage?: Record<string, string> | undefined;
|
|
2799
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2800
|
-
networks: string[];
|
|
2801
|
-
sandboxes: string[];
|
|
2802
|
-
}, {
|
|
2803
|
-
storage?: Record<string, string> | undefined;
|
|
2804
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2805
|
-
networks: string[];
|
|
2806
|
-
sandboxes: string[];
|
|
2807
|
-
}>, import("zod").ZodString]>>;
|
|
2808
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2809
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2810
|
-
sourceFile: import("zod").ZodString;
|
|
2811
|
-
hash: import("zod").ZodString;
|
|
2812
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2813
|
-
sourceFile: string;
|
|
2814
|
-
hash: string;
|
|
2815
|
-
}, {
|
|
2816
|
-
sourceFile: string;
|
|
2817
|
-
hash: string;
|
|
2818
|
-
}>>>;
|
|
2819
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2820
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2821
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2822
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2823
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2824
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2825
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2826
|
-
name?: string | undefined;
|
|
2827
|
-
projectDescription?: string | undefined;
|
|
2828
|
-
authors?: string[] | undefined;
|
|
2829
|
-
license?: string | undefined;
|
|
2830
|
-
homepage?: string | undefined;
|
|
2831
|
-
}, {
|
|
2832
|
-
name?: string | undefined;
|
|
2833
|
-
projectDescription?: string | undefined;
|
|
2834
|
-
authors?: string[] | undefined;
|
|
2835
|
-
license?: string | undefined;
|
|
2836
|
-
homepage?: string | undefined;
|
|
2837
|
-
}>>;
|
|
2838
2838
|
}, {
|
|
2839
2839
|
projectDir: import("zod").ZodString;
|
|
2840
2840
|
configFile: import("zod").ZodString;
|
|
@@ -2858,12 +2858,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2858
2858
|
rpcUrl: string;
|
|
2859
2859
|
}> | undefined;
|
|
2860
2860
|
language?: "en" | "fr" | undefined;
|
|
2861
|
+
metadata?: {
|
|
2862
|
+
name?: string | undefined;
|
|
2863
|
+
projectDescription?: string | undefined;
|
|
2864
|
+
authors?: string[] | undefined;
|
|
2865
|
+
license?: string | undefined;
|
|
2866
|
+
homepage?: string | undefined;
|
|
2867
|
+
} | undefined;
|
|
2868
|
+
artifactsDir?: string | undefined;
|
|
2869
|
+
contractsDir?: string | undefined;
|
|
2870
|
+
contracts?: Record<string, {
|
|
2871
|
+
sourceFile: string;
|
|
2872
|
+
hash: string;
|
|
2873
|
+
}> | undefined;
|
|
2861
2874
|
plugins?: {
|
|
2862
2875
|
type: "npm" | "binary" | "deno";
|
|
2863
2876
|
name: string;
|
|
2864
2877
|
}[] | undefined;
|
|
2865
|
-
|
|
2866
|
-
artifactsDir?: string | undefined;
|
|
2878
|
+
accounts?: Record<string, string> | undefined;
|
|
2867
2879
|
network?: Record<string, {
|
|
2868
2880
|
accounts?: Record<string, {
|
|
2869
2881
|
mnemonic?: string | undefined;
|
|
@@ -2882,18 +2894,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2882
2894
|
label: string;
|
|
2883
2895
|
rpcUrl: string;
|
|
2884
2896
|
}> | undefined;
|
|
2885
|
-
accounts?: Record<string, string> | undefined;
|
|
2886
|
-
contracts?: Record<string, {
|
|
2887
|
-
sourceFile: string;
|
|
2888
|
-
hash: string;
|
|
2889
|
-
}> | undefined;
|
|
2890
|
-
metadata?: {
|
|
2891
|
-
name?: string | undefined;
|
|
2892
|
-
projectDescription?: string | undefined;
|
|
2893
|
-
authors?: string[] | undefined;
|
|
2894
|
-
license?: string | undefined;
|
|
2895
|
-
homepage?: string | undefined;
|
|
2896
|
-
} | undefined;
|
|
2897
2897
|
projectDir: string;
|
|
2898
2898
|
environment: Record<string, string | {
|
|
2899
2899
|
storage?: Record<string, string> | undefined;
|
|
@@ -2922,12 +2922,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2922
2922
|
rpcUrl: string;
|
|
2923
2923
|
}> | undefined;
|
|
2924
2924
|
language?: "en" | "fr" | undefined;
|
|
2925
|
+
metadata?: {
|
|
2926
|
+
name?: string | undefined;
|
|
2927
|
+
projectDescription?: string | undefined;
|
|
2928
|
+
authors?: string[] | undefined;
|
|
2929
|
+
license?: string | undefined;
|
|
2930
|
+
homepage?: string | undefined;
|
|
2931
|
+
} | undefined;
|
|
2932
|
+
artifactsDir?: string | undefined;
|
|
2933
|
+
contractsDir?: string | undefined;
|
|
2934
|
+
contracts?: Record<string, {
|
|
2935
|
+
sourceFile: string;
|
|
2936
|
+
hash: string;
|
|
2937
|
+
}> | undefined;
|
|
2925
2938
|
plugins?: {
|
|
2926
2939
|
type: "npm" | "binary" | "deno";
|
|
2927
2940
|
name: string;
|
|
2928
2941
|
}[] | undefined;
|
|
2929
|
-
|
|
2930
|
-
artifactsDir?: string | undefined;
|
|
2942
|
+
accounts?: Record<string, string> | undefined;
|
|
2931
2943
|
network?: Record<string, {
|
|
2932
2944
|
accounts?: Record<string, {
|
|
2933
2945
|
mnemonic?: string | undefined;
|
|
@@ -2946,18 +2958,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2946
2958
|
label: string;
|
|
2947
2959
|
rpcUrl: string;
|
|
2948
2960
|
}> | undefined;
|
|
2949
|
-
accounts?: Record<string, string> | undefined;
|
|
2950
|
-
contracts?: Record<string, {
|
|
2951
|
-
sourceFile: string;
|
|
2952
|
-
hash: string;
|
|
2953
|
-
}> | undefined;
|
|
2954
|
-
metadata?: {
|
|
2955
|
-
name?: string | undefined;
|
|
2956
|
-
projectDescription?: string | undefined;
|
|
2957
|
-
authors?: string[] | undefined;
|
|
2958
|
-
license?: string | undefined;
|
|
2959
|
-
homepage?: string | undefined;
|
|
2960
|
-
} | undefined;
|
|
2961
2961
|
projectDir: string;
|
|
2962
2962
|
environment: Record<string, string | {
|
|
2963
2963
|
storage?: Record<string, string> | undefined;
|
|
@@ -3004,12 +3004,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3004
3004
|
rpcUrl: string;
|
|
3005
3005
|
}> | undefined;
|
|
3006
3006
|
language?: "en" | "fr" | undefined;
|
|
3007
|
+
metadata?: {
|
|
3008
|
+
name?: string | undefined;
|
|
3009
|
+
projectDescription?: string | undefined;
|
|
3010
|
+
authors?: string[] | undefined;
|
|
3011
|
+
license?: string | undefined;
|
|
3012
|
+
homepage?: string | undefined;
|
|
3013
|
+
} | undefined;
|
|
3014
|
+
artifactsDir?: string | undefined;
|
|
3015
|
+
contractsDir?: string | undefined;
|
|
3016
|
+
contracts?: Record<string, {
|
|
3017
|
+
sourceFile: string;
|
|
3018
|
+
hash: string;
|
|
3019
|
+
}> | undefined;
|
|
3007
3020
|
plugins?: {
|
|
3008
3021
|
type: "npm" | "binary" | "deno";
|
|
3009
3022
|
name: string;
|
|
3010
3023
|
}[] | undefined;
|
|
3011
|
-
|
|
3012
|
-
artifactsDir?: string | undefined;
|
|
3024
|
+
accounts?: Record<string, string> | undefined;
|
|
3013
3025
|
network?: Record<string, {
|
|
3014
3026
|
accounts?: Record<string, {
|
|
3015
3027
|
mnemonic?: string | undefined;
|
|
@@ -3028,18 +3040,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3028
3040
|
label: string;
|
|
3029
3041
|
rpcUrl: string;
|
|
3030
3042
|
}> | undefined;
|
|
3031
|
-
accounts?: Record<string, string> | undefined;
|
|
3032
|
-
contracts?: Record<string, {
|
|
3033
|
-
sourceFile: string;
|
|
3034
|
-
hash: string;
|
|
3035
|
-
}> | undefined;
|
|
3036
|
-
metadata?: {
|
|
3037
|
-
name?: string | undefined;
|
|
3038
|
-
projectDescription?: string | undefined;
|
|
3039
|
-
authors?: string[] | undefined;
|
|
3040
|
-
license?: string | undefined;
|
|
3041
|
-
homepage?: string | undefined;
|
|
3042
|
-
} | undefined;
|
|
3043
3043
|
projectDir: string;
|
|
3044
3044
|
environment: Record<string, string | {
|
|
3045
3045
|
storage?: Record<string, string> | undefined;
|
|
@@ -3086,12 +3086,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3086
3086
|
rpcUrl: string;
|
|
3087
3087
|
}> | undefined;
|
|
3088
3088
|
language?: "en" | "fr" | undefined;
|
|
3089
|
+
metadata?: {
|
|
3090
|
+
name?: string | undefined;
|
|
3091
|
+
projectDescription?: string | undefined;
|
|
3092
|
+
authors?: string[] | undefined;
|
|
3093
|
+
license?: string | undefined;
|
|
3094
|
+
homepage?: string | undefined;
|
|
3095
|
+
} | undefined;
|
|
3096
|
+
artifactsDir?: string | undefined;
|
|
3097
|
+
contractsDir?: string | undefined;
|
|
3098
|
+
contracts?: Record<string, {
|
|
3099
|
+
sourceFile: string;
|
|
3100
|
+
hash: string;
|
|
3101
|
+
}> | undefined;
|
|
3089
3102
|
plugins?: {
|
|
3090
3103
|
type: "npm" | "binary" | "deno";
|
|
3091
3104
|
name: string;
|
|
3092
3105
|
}[] | undefined;
|
|
3093
|
-
|
|
3094
|
-
artifactsDir?: string | undefined;
|
|
3106
|
+
accounts?: Record<string, string> | undefined;
|
|
3095
3107
|
network?: Record<string, {
|
|
3096
3108
|
accounts?: Record<string, {
|
|
3097
3109
|
mnemonic?: string | undefined;
|
|
@@ -3110,18 +3122,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3110
3122
|
label: string;
|
|
3111
3123
|
rpcUrl: string;
|
|
3112
3124
|
}> | undefined;
|
|
3113
|
-
accounts?: Record<string, string> | undefined;
|
|
3114
|
-
contracts?: Record<string, {
|
|
3115
|
-
sourceFile: string;
|
|
3116
|
-
hash: string;
|
|
3117
|
-
}> | undefined;
|
|
3118
|
-
metadata?: {
|
|
3119
|
-
name?: string | undefined;
|
|
3120
|
-
projectDescription?: string | undefined;
|
|
3121
|
-
authors?: string[] | undefined;
|
|
3122
|
-
license?: string | undefined;
|
|
3123
|
-
homepage?: string | undefined;
|
|
3124
|
-
} | undefined;
|
|
3125
3125
|
projectDir: string;
|
|
3126
3126
|
environment: Record<string, string | {
|
|
3127
3127
|
storage?: Record<string, string> | undefined;
|
|
@@ -3208,12 +3208,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3208
3208
|
rpcUrl: string;
|
|
3209
3209
|
}> | undefined;
|
|
3210
3210
|
language?: "en" | "fr" | undefined;
|
|
3211
|
+
metadata?: {
|
|
3212
|
+
name?: string | undefined;
|
|
3213
|
+
projectDescription?: string | undefined;
|
|
3214
|
+
authors?: string[] | undefined;
|
|
3215
|
+
license?: string | undefined;
|
|
3216
|
+
homepage?: string | undefined;
|
|
3217
|
+
} | undefined;
|
|
3218
|
+
artifactsDir?: string | undefined;
|
|
3219
|
+
contractsDir?: string | undefined;
|
|
3220
|
+
contracts?: Record<string, {
|
|
3221
|
+
sourceFile: string;
|
|
3222
|
+
hash: string;
|
|
3223
|
+
}> | undefined;
|
|
3211
3224
|
plugins?: {
|
|
3212
3225
|
type: "npm" | "binary" | "deno";
|
|
3213
3226
|
name: string;
|
|
3214
3227
|
}[] | undefined;
|
|
3215
|
-
|
|
3216
|
-
artifactsDir?: string | undefined;
|
|
3228
|
+
accounts?: Record<string, string> | undefined;
|
|
3217
3229
|
network?: Record<string, {
|
|
3218
3230
|
accounts?: Record<string, {
|
|
3219
3231
|
mnemonic?: string | undefined;
|
|
@@ -3232,18 +3244,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3232
3244
|
label: string;
|
|
3233
3245
|
rpcUrl: string;
|
|
3234
3246
|
}> | undefined;
|
|
3235
|
-
accounts?: Record<string, string> | undefined;
|
|
3236
|
-
contracts?: Record<string, {
|
|
3237
|
-
sourceFile: string;
|
|
3238
|
-
hash: string;
|
|
3239
|
-
}> | undefined;
|
|
3240
|
-
metadata?: {
|
|
3241
|
-
name?: string | undefined;
|
|
3242
|
-
projectDescription?: string | undefined;
|
|
3243
|
-
authors?: string[] | undefined;
|
|
3244
|
-
license?: string | undefined;
|
|
3245
|
-
homepage?: string | undefined;
|
|
3246
|
-
} | undefined;
|
|
3247
3247
|
projectDir: string;
|
|
3248
3248
|
environment: Record<string, string | {
|
|
3249
3249
|
storage?: Record<string, string> | undefined;
|
|
@@ -3320,12 +3320,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3320
3320
|
rpcUrl: string;
|
|
3321
3321
|
}> | undefined;
|
|
3322
3322
|
language?: "en" | "fr" | undefined;
|
|
3323
|
+
metadata?: {
|
|
3324
|
+
name?: string | undefined;
|
|
3325
|
+
projectDescription?: string | undefined;
|
|
3326
|
+
authors?: string[] | undefined;
|
|
3327
|
+
license?: string | undefined;
|
|
3328
|
+
homepage?: string | undefined;
|
|
3329
|
+
} | undefined;
|
|
3330
|
+
artifactsDir?: string | undefined;
|
|
3331
|
+
contractsDir?: string | undefined;
|
|
3332
|
+
contracts?: Record<string, {
|
|
3333
|
+
sourceFile: string;
|
|
3334
|
+
hash: string;
|
|
3335
|
+
}> | undefined;
|
|
3323
3336
|
plugins?: {
|
|
3324
3337
|
type: "npm" | "binary" | "deno";
|
|
3325
3338
|
name: string;
|
|
3326
3339
|
}[] | undefined;
|
|
3327
|
-
|
|
3328
|
-
artifactsDir?: string | undefined;
|
|
3340
|
+
accounts?: Record<string, string> | undefined;
|
|
3329
3341
|
network?: Record<string, {
|
|
3330
3342
|
accounts?: Record<string, {
|
|
3331
3343
|
mnemonic?: string | undefined;
|
|
@@ -3344,18 +3356,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3344
3356
|
label: string;
|
|
3345
3357
|
rpcUrl: string;
|
|
3346
3358
|
}> | undefined;
|
|
3347
|
-
accounts?: Record<string, string> | undefined;
|
|
3348
|
-
contracts?: Record<string, {
|
|
3349
|
-
sourceFile: string;
|
|
3350
|
-
hash: string;
|
|
3351
|
-
}> | undefined;
|
|
3352
|
-
metadata?: {
|
|
3353
|
-
name?: string | undefined;
|
|
3354
|
-
projectDescription?: string | undefined;
|
|
3355
|
-
authors?: string[] | undefined;
|
|
3356
|
-
license?: string | undefined;
|
|
3357
|
-
homepage?: string | undefined;
|
|
3358
|
-
} | undefined;
|
|
3359
3359
|
projectDir: string;
|
|
3360
3360
|
environment: Record<string, string | {
|
|
3361
3361
|
storage?: Record<string, string> | undefined;
|