@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
|
@@ -29,6 +29,37 @@ export declare const schemas: {
|
|
|
29
29
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
30
30
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
31
31
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
32
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
33
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
34
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
35
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
36
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
37
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
38
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
39
|
+
name?: string | undefined;
|
|
40
|
+
projectDescription?: string | undefined;
|
|
41
|
+
authors?: string[] | undefined;
|
|
42
|
+
license?: string | undefined;
|
|
43
|
+
homepage?: string | undefined;
|
|
44
|
+
}, {
|
|
45
|
+
name?: string | undefined;
|
|
46
|
+
projectDescription?: string | undefined;
|
|
47
|
+
authors?: string[] | undefined;
|
|
48
|
+
license?: string | undefined;
|
|
49
|
+
homepage?: string | undefined;
|
|
50
|
+
}>>;
|
|
51
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
52
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
53
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
54
|
+
sourceFile: import("zod").ZodString;
|
|
55
|
+
hash: import("zod").ZodString;
|
|
56
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
57
|
+
sourceFile: string;
|
|
58
|
+
hash: string;
|
|
59
|
+
}, {
|
|
60
|
+
sourceFile: string;
|
|
61
|
+
hash: string;
|
|
62
|
+
}>>>;
|
|
32
63
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
33
64
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
34
65
|
name: import("zod").ZodString;
|
|
@@ -39,8 +70,23 @@ export declare const schemas: {
|
|
|
39
70
|
type: "npm" | "binary" | "deno";
|
|
40
71
|
name: string;
|
|
41
72
|
}>, "many">>;
|
|
42
|
-
|
|
43
|
-
|
|
73
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
74
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
75
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
76
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
77
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
78
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
79
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
80
|
+
storage?: Record<string, string> | undefined;
|
|
81
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
82
|
+
networks: string[];
|
|
83
|
+
sandboxes: string[];
|
|
84
|
+
}, {
|
|
85
|
+
storage?: Record<string, string> | undefined;
|
|
86
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
87
|
+
networks: string[];
|
|
88
|
+
sandboxes: string[];
|
|
89
|
+
}>, import("zod").ZodString]>>;
|
|
44
90
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
45
91
|
label: import("zod").ZodString;
|
|
46
92
|
rpcUrl: import("zod").ZodString;
|
|
@@ -182,52 +228,6 @@ export declare const schemas: {
|
|
|
182
228
|
label: string;
|
|
183
229
|
rpcUrl: string;
|
|
184
230
|
}>>>;
|
|
185
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
186
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
187
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
188
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
189
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
190
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
191
|
-
storage?: Record<string, string> | undefined;
|
|
192
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
193
|
-
networks: string[];
|
|
194
|
-
sandboxes: string[];
|
|
195
|
-
}, {
|
|
196
|
-
storage?: Record<string, string> | undefined;
|
|
197
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
198
|
-
networks: string[];
|
|
199
|
-
sandboxes: string[];
|
|
200
|
-
}>, import("zod").ZodString]>>;
|
|
201
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
202
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
203
|
-
sourceFile: import("zod").ZodString;
|
|
204
|
-
hash: import("zod").ZodString;
|
|
205
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
206
|
-
sourceFile: string;
|
|
207
|
-
hash: string;
|
|
208
|
-
}, {
|
|
209
|
-
sourceFile: string;
|
|
210
|
-
hash: string;
|
|
211
|
-
}>>>;
|
|
212
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
213
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
214
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
215
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
216
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
217
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
218
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
219
|
-
name?: string | undefined;
|
|
220
|
-
projectDescription?: string | undefined;
|
|
221
|
-
authors?: string[] | undefined;
|
|
222
|
-
license?: string | undefined;
|
|
223
|
-
homepage?: string | undefined;
|
|
224
|
-
}, {
|
|
225
|
-
name?: string | undefined;
|
|
226
|
-
projectDescription?: string | undefined;
|
|
227
|
-
authors?: string[] | undefined;
|
|
228
|
-
license?: string | undefined;
|
|
229
|
-
homepage?: string | undefined;
|
|
230
|
-
}>>;
|
|
231
231
|
}, {
|
|
232
232
|
projectDir: import("zod").ZodString;
|
|
233
233
|
configFile: import("zod").ZodString;
|
|
@@ -251,12 +251,24 @@ export declare const schemas: {
|
|
|
251
251
|
rpcUrl: string;
|
|
252
252
|
}> | undefined;
|
|
253
253
|
language?: "en" | "fr" | undefined;
|
|
254
|
+
metadata?: {
|
|
255
|
+
name?: string | undefined;
|
|
256
|
+
projectDescription?: string | undefined;
|
|
257
|
+
authors?: string[] | undefined;
|
|
258
|
+
license?: string | undefined;
|
|
259
|
+
homepage?: string | undefined;
|
|
260
|
+
} | undefined;
|
|
261
|
+
artifactsDir?: string | undefined;
|
|
262
|
+
contractsDir?: string | undefined;
|
|
263
|
+
contracts?: Record<string, {
|
|
264
|
+
sourceFile: string;
|
|
265
|
+
hash: string;
|
|
266
|
+
}> | undefined;
|
|
254
267
|
plugins?: {
|
|
255
268
|
type: "npm" | "binary" | "deno";
|
|
256
269
|
name: string;
|
|
257
270
|
}[] | undefined;
|
|
258
|
-
|
|
259
|
-
artifactsDir?: string | undefined;
|
|
271
|
+
accounts?: Record<string, string> | undefined;
|
|
260
272
|
network?: Record<string, {
|
|
261
273
|
accounts?: Record<string, {
|
|
262
274
|
mnemonic?: string | undefined;
|
|
@@ -275,18 +287,6 @@ export declare const schemas: {
|
|
|
275
287
|
label: string;
|
|
276
288
|
rpcUrl: string;
|
|
277
289
|
}> | undefined;
|
|
278
|
-
accounts?: Record<string, string> | undefined;
|
|
279
|
-
contracts?: Record<string, {
|
|
280
|
-
sourceFile: string;
|
|
281
|
-
hash: string;
|
|
282
|
-
}> | undefined;
|
|
283
|
-
metadata?: {
|
|
284
|
-
name?: string | undefined;
|
|
285
|
-
projectDescription?: string | undefined;
|
|
286
|
-
authors?: string[] | undefined;
|
|
287
|
-
license?: string | undefined;
|
|
288
|
-
homepage?: string | undefined;
|
|
289
|
-
} | undefined;
|
|
290
290
|
projectDir: string;
|
|
291
291
|
environment: Record<string, string | {
|
|
292
292
|
storage?: Record<string, string> | undefined;
|
|
@@ -315,12 +315,24 @@ export declare const schemas: {
|
|
|
315
315
|
rpcUrl: string;
|
|
316
316
|
}> | undefined;
|
|
317
317
|
language?: "en" | "fr" | undefined;
|
|
318
|
+
metadata?: {
|
|
319
|
+
name?: string | undefined;
|
|
320
|
+
projectDescription?: string | undefined;
|
|
321
|
+
authors?: string[] | undefined;
|
|
322
|
+
license?: string | undefined;
|
|
323
|
+
homepage?: string | undefined;
|
|
324
|
+
} | undefined;
|
|
325
|
+
artifactsDir?: string | undefined;
|
|
326
|
+
contractsDir?: string | undefined;
|
|
327
|
+
contracts?: Record<string, {
|
|
328
|
+
sourceFile: string;
|
|
329
|
+
hash: string;
|
|
330
|
+
}> | undefined;
|
|
318
331
|
plugins?: {
|
|
319
332
|
type: "npm" | "binary" | "deno";
|
|
320
333
|
name: string;
|
|
321
334
|
}[] | undefined;
|
|
322
|
-
|
|
323
|
-
artifactsDir?: string | undefined;
|
|
335
|
+
accounts?: Record<string, string> | undefined;
|
|
324
336
|
network?: Record<string, {
|
|
325
337
|
accounts?: Record<string, {
|
|
326
338
|
mnemonic?: string | undefined;
|
|
@@ -339,18 +351,6 @@ export declare const schemas: {
|
|
|
339
351
|
label: string;
|
|
340
352
|
rpcUrl: string;
|
|
341
353
|
}> | undefined;
|
|
342
|
-
accounts?: Record<string, string> | undefined;
|
|
343
|
-
contracts?: Record<string, {
|
|
344
|
-
sourceFile: string;
|
|
345
|
-
hash: string;
|
|
346
|
-
}> | undefined;
|
|
347
|
-
metadata?: {
|
|
348
|
-
name?: string | undefined;
|
|
349
|
-
projectDescription?: string | undefined;
|
|
350
|
-
authors?: string[] | undefined;
|
|
351
|
-
license?: string | undefined;
|
|
352
|
-
homepage?: string | undefined;
|
|
353
|
-
} | undefined;
|
|
354
354
|
projectDir: string;
|
|
355
355
|
environment: Record<string, string | {
|
|
356
356
|
storage?: Record<string, string> | undefined;
|
|
@@ -400,12 +400,24 @@ export declare const schemas: {
|
|
|
400
400
|
rpcUrl: string;
|
|
401
401
|
}> | undefined;
|
|
402
402
|
language?: "en" | "fr" | undefined;
|
|
403
|
+
metadata?: {
|
|
404
|
+
name?: string | undefined;
|
|
405
|
+
projectDescription?: string | undefined;
|
|
406
|
+
authors?: string[] | undefined;
|
|
407
|
+
license?: string | undefined;
|
|
408
|
+
homepage?: string | undefined;
|
|
409
|
+
} | undefined;
|
|
410
|
+
artifactsDir?: string | undefined;
|
|
411
|
+
contractsDir?: string | undefined;
|
|
412
|
+
contracts?: Record<string, {
|
|
413
|
+
sourceFile: string;
|
|
414
|
+
hash: string;
|
|
415
|
+
}> | undefined;
|
|
403
416
|
plugins?: {
|
|
404
417
|
type: "npm" | "binary" | "deno";
|
|
405
418
|
name: string;
|
|
406
419
|
}[] | undefined;
|
|
407
|
-
|
|
408
|
-
artifactsDir?: string | undefined;
|
|
420
|
+
accounts?: Record<string, string> | undefined;
|
|
409
421
|
network?: Record<string, {
|
|
410
422
|
accounts?: Record<string, {
|
|
411
423
|
mnemonic?: string | undefined;
|
|
@@ -424,18 +436,6 @@ export declare const schemas: {
|
|
|
424
436
|
label: string;
|
|
425
437
|
rpcUrl: string;
|
|
426
438
|
}> | undefined;
|
|
427
|
-
accounts?: Record<string, string> | undefined;
|
|
428
|
-
contracts?: Record<string, {
|
|
429
|
-
sourceFile: string;
|
|
430
|
-
hash: string;
|
|
431
|
-
}> | undefined;
|
|
432
|
-
metadata?: {
|
|
433
|
-
name?: string | undefined;
|
|
434
|
-
projectDescription?: string | undefined;
|
|
435
|
-
authors?: string[] | undefined;
|
|
436
|
-
license?: string | undefined;
|
|
437
|
-
homepage?: string | undefined;
|
|
438
|
-
} | undefined;
|
|
439
439
|
projectDir: string;
|
|
440
440
|
environment: Record<string, string | {
|
|
441
441
|
storage?: Record<string, string> | undefined;
|
|
@@ -483,12 +483,24 @@ export declare const schemas: {
|
|
|
483
483
|
rpcUrl: string;
|
|
484
484
|
}> | undefined;
|
|
485
485
|
language?: "en" | "fr" | undefined;
|
|
486
|
+
metadata?: {
|
|
487
|
+
name?: string | undefined;
|
|
488
|
+
projectDescription?: string | undefined;
|
|
489
|
+
authors?: string[] | undefined;
|
|
490
|
+
license?: string | undefined;
|
|
491
|
+
homepage?: string | undefined;
|
|
492
|
+
} | undefined;
|
|
493
|
+
artifactsDir?: string | undefined;
|
|
494
|
+
contractsDir?: string | undefined;
|
|
495
|
+
contracts?: Record<string, {
|
|
496
|
+
sourceFile: string;
|
|
497
|
+
hash: string;
|
|
498
|
+
}> | undefined;
|
|
486
499
|
plugins?: {
|
|
487
500
|
type: "npm" | "binary" | "deno";
|
|
488
501
|
name: string;
|
|
489
502
|
}[] | undefined;
|
|
490
|
-
|
|
491
|
-
artifactsDir?: string | undefined;
|
|
503
|
+
accounts?: Record<string, string> | undefined;
|
|
492
504
|
network?: Record<string, {
|
|
493
505
|
accounts?: Record<string, {
|
|
494
506
|
mnemonic?: string | undefined;
|
|
@@ -507,18 +519,6 @@ export declare const schemas: {
|
|
|
507
519
|
label: string;
|
|
508
520
|
rpcUrl: string;
|
|
509
521
|
}> | undefined;
|
|
510
|
-
accounts?: Record<string, string> | undefined;
|
|
511
|
-
contracts?: Record<string, {
|
|
512
|
-
sourceFile: string;
|
|
513
|
-
hash: string;
|
|
514
|
-
}> | undefined;
|
|
515
|
-
metadata?: {
|
|
516
|
-
name?: string | undefined;
|
|
517
|
-
projectDescription?: string | undefined;
|
|
518
|
-
authors?: string[] | undefined;
|
|
519
|
-
license?: string | undefined;
|
|
520
|
-
homepage?: string | undefined;
|
|
521
|
-
} | undefined;
|
|
522
522
|
projectDir: string;
|
|
523
523
|
environment: Record<string, string | {
|
|
524
524
|
storage?: Record<string, string> | undefined;
|
|
@@ -551,6 +551,37 @@ export declare const schemas: {
|
|
|
551
551
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
552
552
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
553
553
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
554
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
555
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
556
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
557
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
558
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
559
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
560
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
561
|
+
name?: string | undefined;
|
|
562
|
+
projectDescription?: string | undefined;
|
|
563
|
+
authors?: string[] | undefined;
|
|
564
|
+
license?: string | undefined;
|
|
565
|
+
homepage?: string | undefined;
|
|
566
|
+
}, {
|
|
567
|
+
name?: string | undefined;
|
|
568
|
+
projectDescription?: string | undefined;
|
|
569
|
+
authors?: string[] | undefined;
|
|
570
|
+
license?: string | undefined;
|
|
571
|
+
homepage?: string | undefined;
|
|
572
|
+
}>>;
|
|
573
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
574
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
575
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
576
|
+
sourceFile: import("zod").ZodString;
|
|
577
|
+
hash: import("zod").ZodString;
|
|
578
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
579
|
+
sourceFile: string;
|
|
580
|
+
hash: string;
|
|
581
|
+
}, {
|
|
582
|
+
sourceFile: string;
|
|
583
|
+
hash: string;
|
|
584
|
+
}>>>;
|
|
554
585
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
555
586
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
556
587
|
name: import("zod").ZodString;
|
|
@@ -561,8 +592,23 @@ export declare const schemas: {
|
|
|
561
592
|
type: "npm" | "binary" | "deno";
|
|
562
593
|
name: string;
|
|
563
594
|
}>, "many">>;
|
|
564
|
-
|
|
565
|
-
|
|
595
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
596
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
597
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
598
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
599
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
600
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
601
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
602
|
+
storage?: Record<string, string> | undefined;
|
|
603
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
604
|
+
networks: string[];
|
|
605
|
+
sandboxes: string[];
|
|
606
|
+
}, {
|
|
607
|
+
storage?: Record<string, string> | undefined;
|
|
608
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
609
|
+
networks: string[];
|
|
610
|
+
sandboxes: string[];
|
|
611
|
+
}>, import("zod").ZodString]>>;
|
|
566
612
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
567
613
|
label: import("zod").ZodString;
|
|
568
614
|
rpcUrl: import("zod").ZodString;
|
|
@@ -704,52 +750,6 @@ export declare const schemas: {
|
|
|
704
750
|
label: string;
|
|
705
751
|
rpcUrl: string;
|
|
706
752
|
}>>>;
|
|
707
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
708
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
709
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
710
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
711
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
712
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
713
|
-
storage?: Record<string, string> | undefined;
|
|
714
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
715
|
-
networks: string[];
|
|
716
|
-
sandboxes: string[];
|
|
717
|
-
}, {
|
|
718
|
-
storage?: Record<string, string> | undefined;
|
|
719
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
720
|
-
networks: string[];
|
|
721
|
-
sandboxes: string[];
|
|
722
|
-
}>, import("zod").ZodString]>>;
|
|
723
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
724
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
725
|
-
sourceFile: import("zod").ZodString;
|
|
726
|
-
hash: import("zod").ZodString;
|
|
727
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
728
|
-
sourceFile: string;
|
|
729
|
-
hash: string;
|
|
730
|
-
}, {
|
|
731
|
-
sourceFile: string;
|
|
732
|
-
hash: string;
|
|
733
|
-
}>>>;
|
|
734
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
735
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
736
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
737
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
738
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
739
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
740
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
741
|
-
name?: string | undefined;
|
|
742
|
-
projectDescription?: string | undefined;
|
|
743
|
-
authors?: string[] | undefined;
|
|
744
|
-
license?: string | undefined;
|
|
745
|
-
homepage?: string | undefined;
|
|
746
|
-
}, {
|
|
747
|
-
name?: string | undefined;
|
|
748
|
-
projectDescription?: string | undefined;
|
|
749
|
-
authors?: string[] | undefined;
|
|
750
|
-
license?: string | undefined;
|
|
751
|
-
homepage?: string | undefined;
|
|
752
|
-
}>>;
|
|
753
753
|
}, {
|
|
754
754
|
projectDir: import("zod").ZodString;
|
|
755
755
|
configFile: import("zod").ZodString;
|
|
@@ -773,12 +773,24 @@ export declare const schemas: {
|
|
|
773
773
|
rpcUrl: string;
|
|
774
774
|
}> | undefined;
|
|
775
775
|
language?: "en" | "fr" | undefined;
|
|
776
|
+
metadata?: {
|
|
777
|
+
name?: string | undefined;
|
|
778
|
+
projectDescription?: string | undefined;
|
|
779
|
+
authors?: string[] | undefined;
|
|
780
|
+
license?: string | undefined;
|
|
781
|
+
homepage?: string | undefined;
|
|
782
|
+
} | undefined;
|
|
783
|
+
artifactsDir?: string | undefined;
|
|
784
|
+
contractsDir?: string | undefined;
|
|
785
|
+
contracts?: Record<string, {
|
|
786
|
+
sourceFile: string;
|
|
787
|
+
hash: string;
|
|
788
|
+
}> | undefined;
|
|
776
789
|
plugins?: {
|
|
777
790
|
type: "npm" | "binary" | "deno";
|
|
778
791
|
name: string;
|
|
779
792
|
}[] | undefined;
|
|
780
|
-
|
|
781
|
-
artifactsDir?: string | undefined;
|
|
793
|
+
accounts?: Record<string, string> | undefined;
|
|
782
794
|
network?: Record<string, {
|
|
783
795
|
accounts?: Record<string, {
|
|
784
796
|
mnemonic?: string | undefined;
|
|
@@ -797,18 +809,6 @@ export declare const schemas: {
|
|
|
797
809
|
label: string;
|
|
798
810
|
rpcUrl: string;
|
|
799
811
|
}> | undefined;
|
|
800
|
-
accounts?: Record<string, string> | undefined;
|
|
801
|
-
contracts?: Record<string, {
|
|
802
|
-
sourceFile: string;
|
|
803
|
-
hash: string;
|
|
804
|
-
}> | undefined;
|
|
805
|
-
metadata?: {
|
|
806
|
-
name?: string | undefined;
|
|
807
|
-
projectDescription?: string | undefined;
|
|
808
|
-
authors?: string[] | undefined;
|
|
809
|
-
license?: string | undefined;
|
|
810
|
-
homepage?: string | undefined;
|
|
811
|
-
} | undefined;
|
|
812
812
|
projectDir: string;
|
|
813
813
|
environment: Record<string, string | {
|
|
814
814
|
storage?: Record<string, string> | undefined;
|
|
@@ -837,12 +837,24 @@ export declare const schemas: {
|
|
|
837
837
|
rpcUrl: string;
|
|
838
838
|
}> | undefined;
|
|
839
839
|
language?: "en" | "fr" | undefined;
|
|
840
|
+
metadata?: {
|
|
841
|
+
name?: string | undefined;
|
|
842
|
+
projectDescription?: string | undefined;
|
|
843
|
+
authors?: string[] | undefined;
|
|
844
|
+
license?: string | undefined;
|
|
845
|
+
homepage?: string | undefined;
|
|
846
|
+
} | undefined;
|
|
847
|
+
artifactsDir?: string | undefined;
|
|
848
|
+
contractsDir?: string | undefined;
|
|
849
|
+
contracts?: Record<string, {
|
|
850
|
+
sourceFile: string;
|
|
851
|
+
hash: string;
|
|
852
|
+
}> | undefined;
|
|
840
853
|
plugins?: {
|
|
841
854
|
type: "npm" | "binary" | "deno";
|
|
842
855
|
name: string;
|
|
843
856
|
}[] | undefined;
|
|
844
|
-
|
|
845
|
-
artifactsDir?: string | undefined;
|
|
857
|
+
accounts?: Record<string, string> | undefined;
|
|
846
858
|
network?: Record<string, {
|
|
847
859
|
accounts?: Record<string, {
|
|
848
860
|
mnemonic?: string | undefined;
|
|
@@ -857,22 +869,10 @@ export declare const schemas: {
|
|
|
857
869
|
password: string;
|
|
858
870
|
amount: string;
|
|
859
871
|
activation_code: string;
|
|
860
|
-
} | undefined;
|
|
861
|
-
label: string;
|
|
862
|
-
rpcUrl: string;
|
|
863
|
-
}> | undefined;
|
|
864
|
-
accounts?: Record<string, string> | undefined;
|
|
865
|
-
contracts?: Record<string, {
|
|
866
|
-
sourceFile: string;
|
|
867
|
-
hash: string;
|
|
872
|
+
} | undefined;
|
|
873
|
+
label: string;
|
|
874
|
+
rpcUrl: string;
|
|
868
875
|
}> | undefined;
|
|
869
|
-
metadata?: {
|
|
870
|
-
name?: string | undefined;
|
|
871
|
-
projectDescription?: string | undefined;
|
|
872
|
-
authors?: string[] | undefined;
|
|
873
|
-
license?: string | undefined;
|
|
874
|
-
homepage?: string | undefined;
|
|
875
|
-
} | undefined;
|
|
876
876
|
projectDir: string;
|
|
877
877
|
environment: Record<string, string | {
|
|
878
878
|
storage?: Record<string, string> | undefined;
|
|
@@ -922,12 +922,24 @@ export declare const schemas: {
|
|
|
922
922
|
rpcUrl: string;
|
|
923
923
|
}> | undefined;
|
|
924
924
|
language?: "en" | "fr" | undefined;
|
|
925
|
+
metadata?: {
|
|
926
|
+
name?: string | undefined;
|
|
927
|
+
projectDescription?: string | undefined;
|
|
928
|
+
authors?: string[] | undefined;
|
|
929
|
+
license?: string | undefined;
|
|
930
|
+
homepage?: string | undefined;
|
|
931
|
+
} | undefined;
|
|
932
|
+
artifactsDir?: string | undefined;
|
|
933
|
+
contractsDir?: string | undefined;
|
|
934
|
+
contracts?: Record<string, {
|
|
935
|
+
sourceFile: string;
|
|
936
|
+
hash: string;
|
|
937
|
+
}> | undefined;
|
|
925
938
|
plugins?: {
|
|
926
939
|
type: "npm" | "binary" | "deno";
|
|
927
940
|
name: string;
|
|
928
941
|
}[] | undefined;
|
|
929
|
-
|
|
930
|
-
artifactsDir?: string | undefined;
|
|
942
|
+
accounts?: Record<string, string> | undefined;
|
|
931
943
|
network?: Record<string, {
|
|
932
944
|
accounts?: Record<string, {
|
|
933
945
|
mnemonic?: string | undefined;
|
|
@@ -946,18 +958,6 @@ export declare const schemas: {
|
|
|
946
958
|
label: string;
|
|
947
959
|
rpcUrl: string;
|
|
948
960
|
}> | undefined;
|
|
949
|
-
accounts?: Record<string, string> | undefined;
|
|
950
|
-
contracts?: Record<string, {
|
|
951
|
-
sourceFile: string;
|
|
952
|
-
hash: string;
|
|
953
|
-
}> | undefined;
|
|
954
|
-
metadata?: {
|
|
955
|
-
name?: string | undefined;
|
|
956
|
-
projectDescription?: string | undefined;
|
|
957
|
-
authors?: string[] | undefined;
|
|
958
|
-
license?: string | undefined;
|
|
959
|
-
homepage?: string | undefined;
|
|
960
|
-
} | undefined;
|
|
961
961
|
projectDir: string;
|
|
962
962
|
environment: Record<string, string | {
|
|
963
963
|
storage?: Record<string, string> | undefined;
|
|
@@ -1005,12 +1005,24 @@ export declare const schemas: {
|
|
|
1005
1005
|
rpcUrl: string;
|
|
1006
1006
|
}> | undefined;
|
|
1007
1007
|
language?: "en" | "fr" | undefined;
|
|
1008
|
+
metadata?: {
|
|
1009
|
+
name?: string | undefined;
|
|
1010
|
+
projectDescription?: string | undefined;
|
|
1011
|
+
authors?: string[] | undefined;
|
|
1012
|
+
license?: string | undefined;
|
|
1013
|
+
homepage?: string | undefined;
|
|
1014
|
+
} | undefined;
|
|
1015
|
+
artifactsDir?: string | undefined;
|
|
1016
|
+
contractsDir?: string | undefined;
|
|
1017
|
+
contracts?: Record<string, {
|
|
1018
|
+
sourceFile: string;
|
|
1019
|
+
hash: string;
|
|
1020
|
+
}> | undefined;
|
|
1008
1021
|
plugins?: {
|
|
1009
1022
|
type: "npm" | "binary" | "deno";
|
|
1010
1023
|
name: string;
|
|
1011
1024
|
}[] | undefined;
|
|
1012
|
-
|
|
1013
|
-
artifactsDir?: string | undefined;
|
|
1025
|
+
accounts?: Record<string, string> | undefined;
|
|
1014
1026
|
network?: Record<string, {
|
|
1015
1027
|
accounts?: Record<string, {
|
|
1016
1028
|
mnemonic?: string | undefined;
|
|
@@ -1029,18 +1041,6 @@ export declare const schemas: {
|
|
|
1029
1041
|
label: string;
|
|
1030
1042
|
rpcUrl: string;
|
|
1031
1043
|
}> | undefined;
|
|
1032
|
-
accounts?: Record<string, string> | undefined;
|
|
1033
|
-
contracts?: Record<string, {
|
|
1034
|
-
sourceFile: string;
|
|
1035
|
-
hash: string;
|
|
1036
|
-
}> | undefined;
|
|
1037
|
-
metadata?: {
|
|
1038
|
-
name?: string | undefined;
|
|
1039
|
-
projectDescription?: string | undefined;
|
|
1040
|
-
authors?: string[] | undefined;
|
|
1041
|
-
license?: string | undefined;
|
|
1042
|
-
homepage?: string | undefined;
|
|
1043
|
-
} | undefined;
|
|
1044
1044
|
projectDir: string;
|
|
1045
1045
|
environment: Record<string, string | {
|
|
1046
1046
|
storage?: Record<string, string> | undefined;
|
|
@@ -1088,12 +1088,24 @@ export declare const schemas: {
|
|
|
1088
1088
|
rpcUrl: string;
|
|
1089
1089
|
}> | undefined;
|
|
1090
1090
|
language?: "en" | "fr" | undefined;
|
|
1091
|
+
metadata?: {
|
|
1092
|
+
name?: string | undefined;
|
|
1093
|
+
projectDescription?: string | undefined;
|
|
1094
|
+
authors?: string[] | undefined;
|
|
1095
|
+
license?: string | undefined;
|
|
1096
|
+
homepage?: string | undefined;
|
|
1097
|
+
} | undefined;
|
|
1098
|
+
artifactsDir?: string | undefined;
|
|
1099
|
+
contractsDir?: string | undefined;
|
|
1100
|
+
contracts?: Record<string, {
|
|
1101
|
+
sourceFile: string;
|
|
1102
|
+
hash: string;
|
|
1103
|
+
}> | undefined;
|
|
1091
1104
|
plugins?: {
|
|
1092
1105
|
type: "npm" | "binary" | "deno";
|
|
1093
1106
|
name: string;
|
|
1094
1107
|
}[] | undefined;
|
|
1095
|
-
|
|
1096
|
-
artifactsDir?: string | undefined;
|
|
1108
|
+
accounts?: Record<string, string> | undefined;
|
|
1097
1109
|
network?: Record<string, {
|
|
1098
1110
|
accounts?: Record<string, {
|
|
1099
1111
|
mnemonic?: string | undefined;
|
|
@@ -1112,18 +1124,6 @@ export declare const schemas: {
|
|
|
1112
1124
|
label: string;
|
|
1113
1125
|
rpcUrl: string;
|
|
1114
1126
|
}> | undefined;
|
|
1115
|
-
accounts?: Record<string, string> | undefined;
|
|
1116
|
-
contracts?: Record<string, {
|
|
1117
|
-
sourceFile: string;
|
|
1118
|
-
hash: string;
|
|
1119
|
-
}> | 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
1127
|
projectDir: string;
|
|
1128
1128
|
environment: Record<string, string | {
|
|
1129
1129
|
storage?: Record<string, string> | undefined;
|
|
@@ -1157,6 +1157,37 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1157
1157
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
1158
1158
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
1159
1159
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1160
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1161
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1162
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1163
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1164
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1165
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1166
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1167
|
+
name?: string | undefined;
|
|
1168
|
+
projectDescription?: string | undefined;
|
|
1169
|
+
authors?: string[] | undefined;
|
|
1170
|
+
license?: string | undefined;
|
|
1171
|
+
homepage?: string | undefined;
|
|
1172
|
+
}, {
|
|
1173
|
+
name?: string | undefined;
|
|
1174
|
+
projectDescription?: string | undefined;
|
|
1175
|
+
authors?: string[] | undefined;
|
|
1176
|
+
license?: string | undefined;
|
|
1177
|
+
homepage?: string | undefined;
|
|
1178
|
+
}>>;
|
|
1179
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1180
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1181
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1182
|
+
sourceFile: import("zod").ZodString;
|
|
1183
|
+
hash: import("zod").ZodString;
|
|
1184
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1185
|
+
sourceFile: string;
|
|
1186
|
+
hash: string;
|
|
1187
|
+
}, {
|
|
1188
|
+
sourceFile: string;
|
|
1189
|
+
hash: string;
|
|
1190
|
+
}>>>;
|
|
1160
1191
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1161
1192
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1162
1193
|
name: import("zod").ZodString;
|
|
@@ -1167,8 +1198,23 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1167
1198
|
type: "npm" | "binary" | "deno";
|
|
1168
1199
|
name: string;
|
|
1169
1200
|
}>, "many">>;
|
|
1170
|
-
|
|
1171
|
-
|
|
1201
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1202
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1203
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1204
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1205
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1206
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1207
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1208
|
+
storage?: Record<string, string> | undefined;
|
|
1209
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1210
|
+
networks: string[];
|
|
1211
|
+
sandboxes: string[];
|
|
1212
|
+
}, {
|
|
1213
|
+
storage?: Record<string, string> | undefined;
|
|
1214
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1215
|
+
networks: string[];
|
|
1216
|
+
sandboxes: string[];
|
|
1217
|
+
}>, import("zod").ZodString]>>;
|
|
1172
1218
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1173
1219
|
label: import("zod").ZodString;
|
|
1174
1220
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1310,52 +1356,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1310
1356
|
label: string;
|
|
1311
1357
|
rpcUrl: string;
|
|
1312
1358
|
}>>>;
|
|
1313
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1314
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1315
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1316
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1317
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1318
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1319
|
-
storage?: Record<string, string> | undefined;
|
|
1320
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1321
|
-
networks: string[];
|
|
1322
|
-
sandboxes: string[];
|
|
1323
|
-
}, {
|
|
1324
|
-
storage?: Record<string, string> | undefined;
|
|
1325
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1326
|
-
networks: string[];
|
|
1327
|
-
sandboxes: string[];
|
|
1328
|
-
}>, import("zod").ZodString]>>;
|
|
1329
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1330
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1331
|
-
sourceFile: import("zod").ZodString;
|
|
1332
|
-
hash: import("zod").ZodString;
|
|
1333
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1334
|
-
sourceFile: string;
|
|
1335
|
-
hash: string;
|
|
1336
|
-
}, {
|
|
1337
|
-
sourceFile: string;
|
|
1338
|
-
hash: string;
|
|
1339
|
-
}>>>;
|
|
1340
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1341
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1342
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1343
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1344
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1345
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1346
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1347
|
-
name?: string | undefined;
|
|
1348
|
-
projectDescription?: string | undefined;
|
|
1349
|
-
authors?: string[] | undefined;
|
|
1350
|
-
license?: string | undefined;
|
|
1351
|
-
homepage?: string | undefined;
|
|
1352
|
-
}, {
|
|
1353
|
-
name?: string | undefined;
|
|
1354
|
-
projectDescription?: string | undefined;
|
|
1355
|
-
authors?: string[] | undefined;
|
|
1356
|
-
license?: string | undefined;
|
|
1357
|
-
homepage?: string | undefined;
|
|
1358
|
-
}>>;
|
|
1359
1359
|
}, {
|
|
1360
1360
|
projectDir: import("zod").ZodString;
|
|
1361
1361
|
configFile: import("zod").ZodString;
|
|
@@ -1379,12 +1379,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1379
1379
|
rpcUrl: string;
|
|
1380
1380
|
}> | undefined;
|
|
1381
1381
|
language?: "en" | "fr" | undefined;
|
|
1382
|
+
metadata?: {
|
|
1383
|
+
name?: string | undefined;
|
|
1384
|
+
projectDescription?: string | undefined;
|
|
1385
|
+
authors?: string[] | undefined;
|
|
1386
|
+
license?: string | undefined;
|
|
1387
|
+
homepage?: string | undefined;
|
|
1388
|
+
} | undefined;
|
|
1389
|
+
artifactsDir?: string | undefined;
|
|
1390
|
+
contractsDir?: string | undefined;
|
|
1391
|
+
contracts?: Record<string, {
|
|
1392
|
+
sourceFile: string;
|
|
1393
|
+
hash: string;
|
|
1394
|
+
}> | undefined;
|
|
1382
1395
|
plugins?: {
|
|
1383
1396
|
type: "npm" | "binary" | "deno";
|
|
1384
1397
|
name: string;
|
|
1385
1398
|
}[] | undefined;
|
|
1386
|
-
|
|
1387
|
-
artifactsDir?: string | undefined;
|
|
1399
|
+
accounts?: Record<string, string> | undefined;
|
|
1388
1400
|
network?: Record<string, {
|
|
1389
1401
|
accounts?: Record<string, {
|
|
1390
1402
|
mnemonic?: string | undefined;
|
|
@@ -1403,18 +1415,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1403
1415
|
label: string;
|
|
1404
1416
|
rpcUrl: string;
|
|
1405
1417
|
}> | undefined;
|
|
1406
|
-
accounts?: Record<string, string> | undefined;
|
|
1407
|
-
contracts?: Record<string, {
|
|
1408
|
-
sourceFile: string;
|
|
1409
|
-
hash: string;
|
|
1410
|
-
}> | undefined;
|
|
1411
|
-
metadata?: {
|
|
1412
|
-
name?: string | undefined;
|
|
1413
|
-
projectDescription?: string | undefined;
|
|
1414
|
-
authors?: string[] | undefined;
|
|
1415
|
-
license?: string | undefined;
|
|
1416
|
-
homepage?: string | undefined;
|
|
1417
|
-
} | undefined;
|
|
1418
1418
|
projectDir: string;
|
|
1419
1419
|
environment: Record<string, string | {
|
|
1420
1420
|
storage?: Record<string, string> | undefined;
|
|
@@ -1443,12 +1443,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1443
1443
|
rpcUrl: string;
|
|
1444
1444
|
}> | undefined;
|
|
1445
1445
|
language?: "en" | "fr" | undefined;
|
|
1446
|
+
metadata?: {
|
|
1447
|
+
name?: string | undefined;
|
|
1448
|
+
projectDescription?: string | undefined;
|
|
1449
|
+
authors?: string[] | undefined;
|
|
1450
|
+
license?: string | undefined;
|
|
1451
|
+
homepage?: string | undefined;
|
|
1452
|
+
} | undefined;
|
|
1453
|
+
artifactsDir?: string | undefined;
|
|
1454
|
+
contractsDir?: string | undefined;
|
|
1455
|
+
contracts?: Record<string, {
|
|
1456
|
+
sourceFile: string;
|
|
1457
|
+
hash: string;
|
|
1458
|
+
}> | undefined;
|
|
1446
1459
|
plugins?: {
|
|
1447
1460
|
type: "npm" | "binary" | "deno";
|
|
1448
1461
|
name: string;
|
|
1449
1462
|
}[] | undefined;
|
|
1450
|
-
|
|
1451
|
-
artifactsDir?: string | undefined;
|
|
1463
|
+
accounts?: Record<string, string> | undefined;
|
|
1452
1464
|
network?: Record<string, {
|
|
1453
1465
|
accounts?: Record<string, {
|
|
1454
1466
|
mnemonic?: string | undefined;
|
|
@@ -1467,18 +1479,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1467
1479
|
label: string;
|
|
1468
1480
|
rpcUrl: string;
|
|
1469
1481
|
}> | undefined;
|
|
1470
|
-
accounts?: Record<string, string> | undefined;
|
|
1471
|
-
contracts?: Record<string, {
|
|
1472
|
-
sourceFile: string;
|
|
1473
|
-
hash: string;
|
|
1474
|
-
}> | undefined;
|
|
1475
|
-
metadata?: {
|
|
1476
|
-
name?: string | undefined;
|
|
1477
|
-
projectDescription?: string | undefined;
|
|
1478
|
-
authors?: string[] | undefined;
|
|
1479
|
-
license?: string | undefined;
|
|
1480
|
-
homepage?: string | undefined;
|
|
1481
|
-
} | undefined;
|
|
1482
1482
|
projectDir: string;
|
|
1483
1483
|
environment: Record<string, string | {
|
|
1484
1484
|
storage?: Record<string, string> | undefined;
|
|
@@ -1527,13 +1527,25 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1527
1527
|
label: string;
|
|
1528
1528
|
rpcUrl: string;
|
|
1529
1529
|
}> | undefined;
|
|
1530
|
-
language?: "en" | "fr" | undefined;
|
|
1530
|
+
language?: "en" | "fr" | undefined;
|
|
1531
|
+
metadata?: {
|
|
1532
|
+
name?: string | undefined;
|
|
1533
|
+
projectDescription?: string | undefined;
|
|
1534
|
+
authors?: string[] | undefined;
|
|
1535
|
+
license?: string | undefined;
|
|
1536
|
+
homepage?: string | undefined;
|
|
1537
|
+
} | undefined;
|
|
1538
|
+
artifactsDir?: string | undefined;
|
|
1539
|
+
contractsDir?: string | undefined;
|
|
1540
|
+
contracts?: Record<string, {
|
|
1541
|
+
sourceFile: string;
|
|
1542
|
+
hash: string;
|
|
1543
|
+
}> | undefined;
|
|
1531
1544
|
plugins?: {
|
|
1532
1545
|
type: "npm" | "binary" | "deno";
|
|
1533
1546
|
name: string;
|
|
1534
1547
|
}[] | undefined;
|
|
1535
|
-
|
|
1536
|
-
artifactsDir?: string | undefined;
|
|
1548
|
+
accounts?: Record<string, string> | undefined;
|
|
1537
1549
|
network?: Record<string, {
|
|
1538
1550
|
accounts?: Record<string, {
|
|
1539
1551
|
mnemonic?: string | undefined;
|
|
@@ -1552,18 +1564,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1552
1564
|
label: string;
|
|
1553
1565
|
rpcUrl: string;
|
|
1554
1566
|
}> | undefined;
|
|
1555
|
-
accounts?: Record<string, string> | undefined;
|
|
1556
|
-
contracts?: Record<string, {
|
|
1557
|
-
sourceFile: string;
|
|
1558
|
-
hash: string;
|
|
1559
|
-
}> | undefined;
|
|
1560
|
-
metadata?: {
|
|
1561
|
-
name?: string | undefined;
|
|
1562
|
-
projectDescription?: string | undefined;
|
|
1563
|
-
authors?: string[] | undefined;
|
|
1564
|
-
license?: string | undefined;
|
|
1565
|
-
homepage?: string | undefined;
|
|
1566
|
-
} | undefined;
|
|
1567
1567
|
projectDir: string;
|
|
1568
1568
|
environment: Record<string, string | {
|
|
1569
1569
|
storage?: Record<string, string> | undefined;
|
|
@@ -1611,12 +1611,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1611
1611
|
rpcUrl: string;
|
|
1612
1612
|
}> | undefined;
|
|
1613
1613
|
language?: "en" | "fr" | undefined;
|
|
1614
|
+
metadata?: {
|
|
1615
|
+
name?: string | undefined;
|
|
1616
|
+
projectDescription?: string | undefined;
|
|
1617
|
+
authors?: string[] | undefined;
|
|
1618
|
+
license?: string | undefined;
|
|
1619
|
+
homepage?: string | undefined;
|
|
1620
|
+
} | undefined;
|
|
1621
|
+
artifactsDir?: string | undefined;
|
|
1622
|
+
contractsDir?: string | undefined;
|
|
1623
|
+
contracts?: Record<string, {
|
|
1624
|
+
sourceFile: string;
|
|
1625
|
+
hash: string;
|
|
1626
|
+
}> | undefined;
|
|
1614
1627
|
plugins?: {
|
|
1615
1628
|
type: "npm" | "binary" | "deno";
|
|
1616
1629
|
name: string;
|
|
1617
1630
|
}[] | undefined;
|
|
1618
|
-
|
|
1619
|
-
artifactsDir?: string | undefined;
|
|
1631
|
+
accounts?: Record<string, string> | undefined;
|
|
1620
1632
|
network?: Record<string, {
|
|
1621
1633
|
accounts?: Record<string, {
|
|
1622
1634
|
mnemonic?: string | undefined;
|
|
@@ -1635,18 +1647,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1635
1647
|
label: string;
|
|
1636
1648
|
rpcUrl: string;
|
|
1637
1649
|
}> | undefined;
|
|
1638
|
-
accounts?: Record<string, string> | undefined;
|
|
1639
|
-
contracts?: Record<string, {
|
|
1640
|
-
sourceFile: string;
|
|
1641
|
-
hash: string;
|
|
1642
|
-
}> | undefined;
|
|
1643
|
-
metadata?: {
|
|
1644
|
-
name?: string | undefined;
|
|
1645
|
-
projectDescription?: string | undefined;
|
|
1646
|
-
authors?: string[] | undefined;
|
|
1647
|
-
license?: string | undefined;
|
|
1648
|
-
homepage?: string | undefined;
|
|
1649
|
-
} | undefined;
|
|
1650
1650
|
projectDir: string;
|
|
1651
1651
|
environment: Record<string, string | {
|
|
1652
1652
|
storage?: Record<string, string> | undefined;
|
|
@@ -1679,6 +1679,37 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1679
1679
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
1680
1680
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
1681
1681
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1682
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1683
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1684
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1685
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1686
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1687
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1688
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1689
|
+
name?: string | undefined;
|
|
1690
|
+
projectDescription?: string | undefined;
|
|
1691
|
+
authors?: string[] | undefined;
|
|
1692
|
+
license?: string | undefined;
|
|
1693
|
+
homepage?: string | undefined;
|
|
1694
|
+
}, {
|
|
1695
|
+
name?: string | undefined;
|
|
1696
|
+
projectDescription?: string | undefined;
|
|
1697
|
+
authors?: string[] | undefined;
|
|
1698
|
+
license?: string | undefined;
|
|
1699
|
+
homepage?: string | undefined;
|
|
1700
|
+
}>>;
|
|
1701
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1702
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1703
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1704
|
+
sourceFile: import("zod").ZodString;
|
|
1705
|
+
hash: import("zod").ZodString;
|
|
1706
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1707
|
+
sourceFile: string;
|
|
1708
|
+
hash: string;
|
|
1709
|
+
}, {
|
|
1710
|
+
sourceFile: string;
|
|
1711
|
+
hash: string;
|
|
1712
|
+
}>>>;
|
|
1682
1713
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1683
1714
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1684
1715
|
name: import("zod").ZodString;
|
|
@@ -1689,8 +1720,23 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1689
1720
|
type: "npm" | "binary" | "deno";
|
|
1690
1721
|
name: string;
|
|
1691
1722
|
}>, "many">>;
|
|
1692
|
-
|
|
1693
|
-
|
|
1723
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1724
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1725
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1726
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1727
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1728
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1729
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1730
|
+
storage?: Record<string, string> | undefined;
|
|
1731
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1732
|
+
networks: string[];
|
|
1733
|
+
sandboxes: string[];
|
|
1734
|
+
}, {
|
|
1735
|
+
storage?: Record<string, string> | undefined;
|
|
1736
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1737
|
+
networks: string[];
|
|
1738
|
+
sandboxes: string[];
|
|
1739
|
+
}>, import("zod").ZodString]>>;
|
|
1694
1740
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1695
1741
|
label: import("zod").ZodString;
|
|
1696
1742
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1832,52 +1878,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1832
1878
|
label: string;
|
|
1833
1879
|
rpcUrl: string;
|
|
1834
1880
|
}>>>;
|
|
1835
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1836
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1837
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1838
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1839
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1840
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1841
|
-
storage?: Record<string, string> | undefined;
|
|
1842
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1843
|
-
networks: string[];
|
|
1844
|
-
sandboxes: string[];
|
|
1845
|
-
}, {
|
|
1846
|
-
storage?: Record<string, string> | undefined;
|
|
1847
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1848
|
-
networks: string[];
|
|
1849
|
-
sandboxes: string[];
|
|
1850
|
-
}>, import("zod").ZodString]>>;
|
|
1851
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1852
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1853
|
-
sourceFile: import("zod").ZodString;
|
|
1854
|
-
hash: import("zod").ZodString;
|
|
1855
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1856
|
-
sourceFile: string;
|
|
1857
|
-
hash: string;
|
|
1858
|
-
}, {
|
|
1859
|
-
sourceFile: string;
|
|
1860
|
-
hash: string;
|
|
1861
|
-
}>>>;
|
|
1862
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1863
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1864
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1865
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1866
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1867
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1868
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1869
|
-
name?: string | undefined;
|
|
1870
|
-
projectDescription?: string | undefined;
|
|
1871
|
-
authors?: string[] | undefined;
|
|
1872
|
-
license?: string | undefined;
|
|
1873
|
-
homepage?: string | undefined;
|
|
1874
|
-
}, {
|
|
1875
|
-
name?: string | undefined;
|
|
1876
|
-
projectDescription?: string | undefined;
|
|
1877
|
-
authors?: string[] | undefined;
|
|
1878
|
-
license?: string | undefined;
|
|
1879
|
-
homepage?: string | undefined;
|
|
1880
|
-
}>>;
|
|
1881
1881
|
}, {
|
|
1882
1882
|
projectDir: import("zod").ZodString;
|
|
1883
1883
|
configFile: import("zod").ZodString;
|
|
@@ -1901,12 +1901,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1901
1901
|
rpcUrl: string;
|
|
1902
1902
|
}> | undefined;
|
|
1903
1903
|
language?: "en" | "fr" | undefined;
|
|
1904
|
+
metadata?: {
|
|
1905
|
+
name?: string | undefined;
|
|
1906
|
+
projectDescription?: string | undefined;
|
|
1907
|
+
authors?: string[] | undefined;
|
|
1908
|
+
license?: string | undefined;
|
|
1909
|
+
homepage?: string | undefined;
|
|
1910
|
+
} | undefined;
|
|
1911
|
+
artifactsDir?: string | undefined;
|
|
1912
|
+
contractsDir?: string | undefined;
|
|
1913
|
+
contracts?: Record<string, {
|
|
1914
|
+
sourceFile: string;
|
|
1915
|
+
hash: string;
|
|
1916
|
+
}> | undefined;
|
|
1904
1917
|
plugins?: {
|
|
1905
1918
|
type: "npm" | "binary" | "deno";
|
|
1906
1919
|
name: string;
|
|
1907
1920
|
}[] | undefined;
|
|
1908
|
-
|
|
1909
|
-
artifactsDir?: string | undefined;
|
|
1921
|
+
accounts?: Record<string, string> | undefined;
|
|
1910
1922
|
network?: Record<string, {
|
|
1911
1923
|
accounts?: Record<string, {
|
|
1912
1924
|
mnemonic?: string | undefined;
|
|
@@ -1925,18 +1937,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1925
1937
|
label: string;
|
|
1926
1938
|
rpcUrl: string;
|
|
1927
1939
|
}> | undefined;
|
|
1928
|
-
accounts?: Record<string, string> | undefined;
|
|
1929
|
-
contracts?: Record<string, {
|
|
1930
|
-
sourceFile: string;
|
|
1931
|
-
hash: string;
|
|
1932
|
-
}> | undefined;
|
|
1933
|
-
metadata?: {
|
|
1934
|
-
name?: string | undefined;
|
|
1935
|
-
projectDescription?: string | undefined;
|
|
1936
|
-
authors?: string[] | undefined;
|
|
1937
|
-
license?: string | undefined;
|
|
1938
|
-
homepage?: string | undefined;
|
|
1939
|
-
} | undefined;
|
|
1940
1940
|
projectDir: string;
|
|
1941
1941
|
environment: Record<string, string | {
|
|
1942
1942
|
storage?: Record<string, string> | undefined;
|
|
@@ -1965,12 +1965,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1965
1965
|
rpcUrl: string;
|
|
1966
1966
|
}> | undefined;
|
|
1967
1967
|
language?: "en" | "fr" | undefined;
|
|
1968
|
+
metadata?: {
|
|
1969
|
+
name?: string | undefined;
|
|
1970
|
+
projectDescription?: string | undefined;
|
|
1971
|
+
authors?: string[] | undefined;
|
|
1972
|
+
license?: string | undefined;
|
|
1973
|
+
homepage?: string | undefined;
|
|
1974
|
+
} | undefined;
|
|
1975
|
+
artifactsDir?: string | undefined;
|
|
1976
|
+
contractsDir?: string | undefined;
|
|
1977
|
+
contracts?: Record<string, {
|
|
1978
|
+
sourceFile: string;
|
|
1979
|
+
hash: string;
|
|
1980
|
+
}> | undefined;
|
|
1968
1981
|
plugins?: {
|
|
1969
1982
|
type: "npm" | "binary" | "deno";
|
|
1970
1983
|
name: string;
|
|
1971
1984
|
}[] | undefined;
|
|
1972
|
-
|
|
1973
|
-
artifactsDir?: string | undefined;
|
|
1985
|
+
accounts?: Record<string, string> | undefined;
|
|
1974
1986
|
network?: Record<string, {
|
|
1975
1987
|
accounts?: Record<string, {
|
|
1976
1988
|
mnemonic?: string | undefined;
|
|
@@ -1989,18 +2001,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1989
2001
|
label: string;
|
|
1990
2002
|
rpcUrl: string;
|
|
1991
2003
|
}> | undefined;
|
|
1992
|
-
accounts?: Record<string, string> | undefined;
|
|
1993
|
-
contracts?: Record<string, {
|
|
1994
|
-
sourceFile: string;
|
|
1995
|
-
hash: string;
|
|
1996
|
-
}> | undefined;
|
|
1997
|
-
metadata?: {
|
|
1998
|
-
name?: string | undefined;
|
|
1999
|
-
projectDescription?: string | undefined;
|
|
2000
|
-
authors?: string[] | undefined;
|
|
2001
|
-
license?: string | undefined;
|
|
2002
|
-
homepage?: string | undefined;
|
|
2003
|
-
} | undefined;
|
|
2004
2004
|
projectDir: string;
|
|
2005
2005
|
environment: Record<string, string | {
|
|
2006
2006
|
storage?: Record<string, string> | undefined;
|
|
@@ -2050,12 +2050,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2050
2050
|
rpcUrl: string;
|
|
2051
2051
|
}> | undefined;
|
|
2052
2052
|
language?: "en" | "fr" | undefined;
|
|
2053
|
+
metadata?: {
|
|
2054
|
+
name?: string | undefined;
|
|
2055
|
+
projectDescription?: string | undefined;
|
|
2056
|
+
authors?: string[] | undefined;
|
|
2057
|
+
license?: string | undefined;
|
|
2058
|
+
homepage?: string | undefined;
|
|
2059
|
+
} | undefined;
|
|
2060
|
+
artifactsDir?: string | undefined;
|
|
2061
|
+
contractsDir?: string | undefined;
|
|
2062
|
+
contracts?: Record<string, {
|
|
2063
|
+
sourceFile: string;
|
|
2064
|
+
hash: string;
|
|
2065
|
+
}> | undefined;
|
|
2053
2066
|
plugins?: {
|
|
2054
2067
|
type: "npm" | "binary" | "deno";
|
|
2055
2068
|
name: string;
|
|
2056
2069
|
}[] | undefined;
|
|
2057
|
-
|
|
2058
|
-
artifactsDir?: string | undefined;
|
|
2070
|
+
accounts?: Record<string, string> | undefined;
|
|
2059
2071
|
network?: Record<string, {
|
|
2060
2072
|
accounts?: Record<string, {
|
|
2061
2073
|
mnemonic?: string | undefined;
|
|
@@ -2074,18 +2086,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2074
2086
|
label: string;
|
|
2075
2087
|
rpcUrl: string;
|
|
2076
2088
|
}> | undefined;
|
|
2077
|
-
accounts?: Record<string, string> | undefined;
|
|
2078
|
-
contracts?: Record<string, {
|
|
2079
|
-
sourceFile: string;
|
|
2080
|
-
hash: string;
|
|
2081
|
-
}> | undefined;
|
|
2082
|
-
metadata?: {
|
|
2083
|
-
name?: string | undefined;
|
|
2084
|
-
projectDescription?: string | undefined;
|
|
2085
|
-
authors?: string[] | undefined;
|
|
2086
|
-
license?: string | undefined;
|
|
2087
|
-
homepage?: string | undefined;
|
|
2088
|
-
} | undefined;
|
|
2089
2089
|
projectDir: string;
|
|
2090
2090
|
environment: Record<string, string | {
|
|
2091
2091
|
storage?: Record<string, string> | undefined;
|
|
@@ -2133,12 +2133,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2133
2133
|
rpcUrl: string;
|
|
2134
2134
|
}> | undefined;
|
|
2135
2135
|
language?: "en" | "fr" | undefined;
|
|
2136
|
+
metadata?: {
|
|
2137
|
+
name?: string | undefined;
|
|
2138
|
+
projectDescription?: string | undefined;
|
|
2139
|
+
authors?: string[] | undefined;
|
|
2140
|
+
license?: string | undefined;
|
|
2141
|
+
homepage?: string | undefined;
|
|
2142
|
+
} | undefined;
|
|
2143
|
+
artifactsDir?: string | undefined;
|
|
2144
|
+
contractsDir?: string | undefined;
|
|
2145
|
+
contracts?: Record<string, {
|
|
2146
|
+
sourceFile: string;
|
|
2147
|
+
hash: string;
|
|
2148
|
+
}> | undefined;
|
|
2136
2149
|
plugins?: {
|
|
2137
2150
|
type: "npm" | "binary" | "deno";
|
|
2138
2151
|
name: string;
|
|
2139
2152
|
}[] | undefined;
|
|
2140
|
-
|
|
2141
|
-
artifactsDir?: string | undefined;
|
|
2153
|
+
accounts?: Record<string, string> | undefined;
|
|
2142
2154
|
network?: Record<string, {
|
|
2143
2155
|
accounts?: Record<string, {
|
|
2144
2156
|
mnemonic?: string | undefined;
|
|
@@ -2157,18 +2169,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2157
2169
|
label: string;
|
|
2158
2170
|
rpcUrl: string;
|
|
2159
2171
|
}> | undefined;
|
|
2160
|
-
accounts?: Record<string, string> | undefined;
|
|
2161
|
-
contracts?: Record<string, {
|
|
2162
|
-
sourceFile: string;
|
|
2163
|
-
hash: string;
|
|
2164
|
-
}> | undefined;
|
|
2165
|
-
metadata?: {
|
|
2166
|
-
name?: string | undefined;
|
|
2167
|
-
projectDescription?: string | undefined;
|
|
2168
|
-
authors?: string[] | undefined;
|
|
2169
|
-
license?: string | undefined;
|
|
2170
|
-
homepage?: string | undefined;
|
|
2171
|
-
} | undefined;
|
|
2172
2172
|
projectDir: string;
|
|
2173
2173
|
environment: Record<string, string | {
|
|
2174
2174
|
storage?: Record<string, string> | undefined;
|