@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;
|
|
@@ -397,12 +397,24 @@ export declare const schemas: {
|
|
|
397
397
|
rpcUrl: string;
|
|
398
398
|
}> | undefined;
|
|
399
399
|
language?: "en" | "fr" | undefined;
|
|
400
|
+
metadata?: {
|
|
401
|
+
name?: string | undefined;
|
|
402
|
+
projectDescription?: string | undefined;
|
|
403
|
+
authors?: string[] | undefined;
|
|
404
|
+
license?: string | undefined;
|
|
405
|
+
homepage?: string | undefined;
|
|
406
|
+
} | undefined;
|
|
407
|
+
artifactsDir?: string | undefined;
|
|
408
|
+
contractsDir?: string | undefined;
|
|
409
|
+
contracts?: Record<string, {
|
|
410
|
+
sourceFile: string;
|
|
411
|
+
hash: string;
|
|
412
|
+
}> | undefined;
|
|
400
413
|
plugins?: {
|
|
401
414
|
type: "npm" | "binary" | "deno";
|
|
402
415
|
name: string;
|
|
403
416
|
}[] | undefined;
|
|
404
|
-
|
|
405
|
-
artifactsDir?: string | undefined;
|
|
417
|
+
accounts?: Record<string, string> | undefined;
|
|
406
418
|
network?: Record<string, {
|
|
407
419
|
accounts?: Record<string, {
|
|
408
420
|
mnemonic?: string | undefined;
|
|
@@ -421,18 +433,6 @@ export declare const schemas: {
|
|
|
421
433
|
label: string;
|
|
422
434
|
rpcUrl: string;
|
|
423
435
|
}> | undefined;
|
|
424
|
-
accounts?: Record<string, string> | undefined;
|
|
425
|
-
contracts?: Record<string, {
|
|
426
|
-
sourceFile: string;
|
|
427
|
-
hash: string;
|
|
428
|
-
}> | undefined;
|
|
429
|
-
metadata?: {
|
|
430
|
-
name?: string | undefined;
|
|
431
|
-
projectDescription?: string | undefined;
|
|
432
|
-
authors?: string[] | undefined;
|
|
433
|
-
license?: string | undefined;
|
|
434
|
-
homepage?: string | undefined;
|
|
435
|
-
} | undefined;
|
|
436
436
|
projectDir: string;
|
|
437
437
|
environment: Record<string, string | {
|
|
438
438
|
storage?: Record<string, string> | undefined;
|
|
@@ -479,12 +479,24 @@ export declare const schemas: {
|
|
|
479
479
|
rpcUrl: string;
|
|
480
480
|
}> | undefined;
|
|
481
481
|
language?: "en" | "fr" | undefined;
|
|
482
|
+
metadata?: {
|
|
483
|
+
name?: string | undefined;
|
|
484
|
+
projectDescription?: string | undefined;
|
|
485
|
+
authors?: string[] | undefined;
|
|
486
|
+
license?: string | undefined;
|
|
487
|
+
homepage?: string | undefined;
|
|
488
|
+
} | undefined;
|
|
489
|
+
artifactsDir?: string | undefined;
|
|
490
|
+
contractsDir?: string | undefined;
|
|
491
|
+
contracts?: Record<string, {
|
|
492
|
+
sourceFile: string;
|
|
493
|
+
hash: string;
|
|
494
|
+
}> | undefined;
|
|
482
495
|
plugins?: {
|
|
483
496
|
type: "npm" | "binary" | "deno";
|
|
484
497
|
name: string;
|
|
485
498
|
}[] | undefined;
|
|
486
|
-
|
|
487
|
-
artifactsDir?: string | undefined;
|
|
499
|
+
accounts?: Record<string, string> | undefined;
|
|
488
500
|
network?: Record<string, {
|
|
489
501
|
accounts?: Record<string, {
|
|
490
502
|
mnemonic?: string | undefined;
|
|
@@ -503,18 +515,6 @@ export declare const schemas: {
|
|
|
503
515
|
label: string;
|
|
504
516
|
rpcUrl: string;
|
|
505
517
|
}> | undefined;
|
|
506
|
-
accounts?: Record<string, string> | undefined;
|
|
507
|
-
contracts?: Record<string, {
|
|
508
|
-
sourceFile: string;
|
|
509
|
-
hash: string;
|
|
510
|
-
}> | undefined;
|
|
511
|
-
metadata?: {
|
|
512
|
-
name?: string | undefined;
|
|
513
|
-
projectDescription?: string | undefined;
|
|
514
|
-
authors?: string[] | undefined;
|
|
515
|
-
license?: string | undefined;
|
|
516
|
-
homepage?: string | undefined;
|
|
517
|
-
} | undefined;
|
|
518
518
|
projectDir: string;
|
|
519
519
|
environment: Record<string, string | {
|
|
520
520
|
storage?: Record<string, string> | undefined;
|
|
@@ -547,6 +547,37 @@ export declare const schemas: {
|
|
|
547
547
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
548
548
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
549
549
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
550
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
551
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
552
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
553
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
554
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
555
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
556
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
557
|
+
name?: string | undefined;
|
|
558
|
+
projectDescription?: string | undefined;
|
|
559
|
+
authors?: string[] | undefined;
|
|
560
|
+
license?: string | undefined;
|
|
561
|
+
homepage?: string | undefined;
|
|
562
|
+
}, {
|
|
563
|
+
name?: string | undefined;
|
|
564
|
+
projectDescription?: string | undefined;
|
|
565
|
+
authors?: string[] | undefined;
|
|
566
|
+
license?: string | undefined;
|
|
567
|
+
homepage?: string | undefined;
|
|
568
|
+
}>>;
|
|
569
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
570
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
571
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
572
|
+
sourceFile: import("zod").ZodString;
|
|
573
|
+
hash: import("zod").ZodString;
|
|
574
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
575
|
+
sourceFile: string;
|
|
576
|
+
hash: string;
|
|
577
|
+
}, {
|
|
578
|
+
sourceFile: string;
|
|
579
|
+
hash: string;
|
|
580
|
+
}>>>;
|
|
550
581
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
551
582
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
552
583
|
name: import("zod").ZodString;
|
|
@@ -557,8 +588,23 @@ export declare const schemas: {
|
|
|
557
588
|
type: "npm" | "binary" | "deno";
|
|
558
589
|
name: string;
|
|
559
590
|
}>, "many">>;
|
|
560
|
-
|
|
561
|
-
|
|
591
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
592
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
593
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
594
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
595
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
596
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
597
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
598
|
+
storage?: Record<string, string> | undefined;
|
|
599
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
600
|
+
networks: string[];
|
|
601
|
+
sandboxes: string[];
|
|
602
|
+
}, {
|
|
603
|
+
storage?: Record<string, string> | undefined;
|
|
604
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
605
|
+
networks: string[];
|
|
606
|
+
sandboxes: string[];
|
|
607
|
+
}>, import("zod").ZodString]>>;
|
|
562
608
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
563
609
|
label: import("zod").ZodString;
|
|
564
610
|
rpcUrl: import("zod").ZodString;
|
|
@@ -700,52 +746,6 @@ export declare const schemas: {
|
|
|
700
746
|
label: string;
|
|
701
747
|
rpcUrl: string;
|
|
702
748
|
}>>>;
|
|
703
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
704
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
705
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
706
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
707
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
708
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
709
|
-
storage?: Record<string, string> | undefined;
|
|
710
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
711
|
-
networks: string[];
|
|
712
|
-
sandboxes: string[];
|
|
713
|
-
}, {
|
|
714
|
-
storage?: Record<string, string> | undefined;
|
|
715
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
716
|
-
networks: string[];
|
|
717
|
-
sandboxes: string[];
|
|
718
|
-
}>, import("zod").ZodString]>>;
|
|
719
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
720
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
721
|
-
sourceFile: import("zod").ZodString;
|
|
722
|
-
hash: import("zod").ZodString;
|
|
723
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
724
|
-
sourceFile: string;
|
|
725
|
-
hash: string;
|
|
726
|
-
}, {
|
|
727
|
-
sourceFile: string;
|
|
728
|
-
hash: string;
|
|
729
|
-
}>>>;
|
|
730
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
731
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
732
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
733
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
734
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
735
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
736
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
737
|
-
name?: string | undefined;
|
|
738
|
-
projectDescription?: string | undefined;
|
|
739
|
-
authors?: string[] | undefined;
|
|
740
|
-
license?: string | undefined;
|
|
741
|
-
homepage?: string | undefined;
|
|
742
|
-
}, {
|
|
743
|
-
name?: string | undefined;
|
|
744
|
-
projectDescription?: string | undefined;
|
|
745
|
-
authors?: string[] | undefined;
|
|
746
|
-
license?: string | undefined;
|
|
747
|
-
homepage?: string | undefined;
|
|
748
|
-
}>>;
|
|
749
749
|
}, {
|
|
750
750
|
projectDir: import("zod").ZodString;
|
|
751
751
|
configFile: import("zod").ZodString;
|
|
@@ -769,12 +769,24 @@ export declare const schemas: {
|
|
|
769
769
|
rpcUrl: string;
|
|
770
770
|
}> | undefined;
|
|
771
771
|
language?: "en" | "fr" | undefined;
|
|
772
|
+
metadata?: {
|
|
773
|
+
name?: string | undefined;
|
|
774
|
+
projectDescription?: string | undefined;
|
|
775
|
+
authors?: string[] | undefined;
|
|
776
|
+
license?: string | undefined;
|
|
777
|
+
homepage?: string | undefined;
|
|
778
|
+
} | undefined;
|
|
779
|
+
artifactsDir?: string | undefined;
|
|
780
|
+
contractsDir?: string | undefined;
|
|
781
|
+
contracts?: Record<string, {
|
|
782
|
+
sourceFile: string;
|
|
783
|
+
hash: string;
|
|
784
|
+
}> | undefined;
|
|
772
785
|
plugins?: {
|
|
773
786
|
type: "npm" | "binary" | "deno";
|
|
774
787
|
name: string;
|
|
775
788
|
}[] | undefined;
|
|
776
|
-
|
|
777
|
-
artifactsDir?: string | undefined;
|
|
789
|
+
accounts?: Record<string, string> | undefined;
|
|
778
790
|
network?: Record<string, {
|
|
779
791
|
accounts?: Record<string, {
|
|
780
792
|
mnemonic?: string | undefined;
|
|
@@ -793,18 +805,6 @@ export declare const schemas: {
|
|
|
793
805
|
label: string;
|
|
794
806
|
rpcUrl: string;
|
|
795
807
|
}> | undefined;
|
|
796
|
-
accounts?: Record<string, string> | undefined;
|
|
797
|
-
contracts?: Record<string, {
|
|
798
|
-
sourceFile: string;
|
|
799
|
-
hash: string;
|
|
800
|
-
}> | undefined;
|
|
801
|
-
metadata?: {
|
|
802
|
-
name?: string | undefined;
|
|
803
|
-
projectDescription?: string | undefined;
|
|
804
|
-
authors?: string[] | undefined;
|
|
805
|
-
license?: string | undefined;
|
|
806
|
-
homepage?: string | undefined;
|
|
807
|
-
} | undefined;
|
|
808
808
|
projectDir: string;
|
|
809
809
|
environment: Record<string, string | {
|
|
810
810
|
storage?: Record<string, string> | undefined;
|
|
@@ -833,12 +833,24 @@ export declare const schemas: {
|
|
|
833
833
|
rpcUrl: string;
|
|
834
834
|
}> | undefined;
|
|
835
835
|
language?: "en" | "fr" | undefined;
|
|
836
|
+
metadata?: {
|
|
837
|
+
name?: string | undefined;
|
|
838
|
+
projectDescription?: string | undefined;
|
|
839
|
+
authors?: string[] | undefined;
|
|
840
|
+
license?: string | undefined;
|
|
841
|
+
homepage?: string | undefined;
|
|
842
|
+
} | undefined;
|
|
843
|
+
artifactsDir?: string | undefined;
|
|
844
|
+
contractsDir?: string | undefined;
|
|
845
|
+
contracts?: Record<string, {
|
|
846
|
+
sourceFile: string;
|
|
847
|
+
hash: string;
|
|
848
|
+
}> | undefined;
|
|
836
849
|
plugins?: {
|
|
837
850
|
type: "npm" | "binary" | "deno";
|
|
838
851
|
name: string;
|
|
839
852
|
}[] | undefined;
|
|
840
|
-
|
|
841
|
-
artifactsDir?: string | undefined;
|
|
853
|
+
accounts?: Record<string, string> | undefined;
|
|
842
854
|
network?: Record<string, {
|
|
843
855
|
accounts?: Record<string, {
|
|
844
856
|
mnemonic?: string | undefined;
|
|
@@ -853,22 +865,10 @@ export declare const schemas: {
|
|
|
853
865
|
password: string;
|
|
854
866
|
amount: string;
|
|
855
867
|
activation_code: string;
|
|
856
|
-
} | undefined;
|
|
857
|
-
label: string;
|
|
858
|
-
rpcUrl: string;
|
|
859
|
-
}> | undefined;
|
|
860
|
-
accounts?: Record<string, string> | undefined;
|
|
861
|
-
contracts?: Record<string, {
|
|
862
|
-
sourceFile: string;
|
|
863
|
-
hash: string;
|
|
868
|
+
} | undefined;
|
|
869
|
+
label: string;
|
|
870
|
+
rpcUrl: string;
|
|
864
871
|
}> | undefined;
|
|
865
|
-
metadata?: {
|
|
866
|
-
name?: string | undefined;
|
|
867
|
-
projectDescription?: string | undefined;
|
|
868
|
-
authors?: string[] | undefined;
|
|
869
|
-
license?: string | undefined;
|
|
870
|
-
homepage?: string | undefined;
|
|
871
|
-
} | undefined;
|
|
872
872
|
projectDir: string;
|
|
873
873
|
environment: Record<string, string | {
|
|
874
874
|
storage?: Record<string, string> | undefined;
|
|
@@ -915,12 +915,24 @@ export declare const schemas: {
|
|
|
915
915
|
rpcUrl: string;
|
|
916
916
|
}> | undefined;
|
|
917
917
|
language?: "en" | "fr" | undefined;
|
|
918
|
+
metadata?: {
|
|
919
|
+
name?: string | undefined;
|
|
920
|
+
projectDescription?: string | undefined;
|
|
921
|
+
authors?: string[] | undefined;
|
|
922
|
+
license?: string | undefined;
|
|
923
|
+
homepage?: string | undefined;
|
|
924
|
+
} | undefined;
|
|
925
|
+
artifactsDir?: string | undefined;
|
|
926
|
+
contractsDir?: string | undefined;
|
|
927
|
+
contracts?: Record<string, {
|
|
928
|
+
sourceFile: string;
|
|
929
|
+
hash: string;
|
|
930
|
+
}> | undefined;
|
|
918
931
|
plugins?: {
|
|
919
932
|
type: "npm" | "binary" | "deno";
|
|
920
933
|
name: string;
|
|
921
934
|
}[] | undefined;
|
|
922
|
-
|
|
923
|
-
artifactsDir?: string | undefined;
|
|
935
|
+
accounts?: Record<string, string> | undefined;
|
|
924
936
|
network?: Record<string, {
|
|
925
937
|
accounts?: Record<string, {
|
|
926
938
|
mnemonic?: string | undefined;
|
|
@@ -939,18 +951,6 @@ export declare const schemas: {
|
|
|
939
951
|
label: string;
|
|
940
952
|
rpcUrl: string;
|
|
941
953
|
}> | undefined;
|
|
942
|
-
accounts?: Record<string, string> | undefined;
|
|
943
|
-
contracts?: Record<string, {
|
|
944
|
-
sourceFile: string;
|
|
945
|
-
hash: string;
|
|
946
|
-
}> | undefined;
|
|
947
|
-
metadata?: {
|
|
948
|
-
name?: string | undefined;
|
|
949
|
-
projectDescription?: string | undefined;
|
|
950
|
-
authors?: string[] | undefined;
|
|
951
|
-
license?: string | undefined;
|
|
952
|
-
homepage?: string | undefined;
|
|
953
|
-
} | undefined;
|
|
954
954
|
projectDir: string;
|
|
955
955
|
environment: Record<string, string | {
|
|
956
956
|
storage?: Record<string, string> | undefined;
|
|
@@ -997,12 +997,24 @@ export declare const schemas: {
|
|
|
997
997
|
rpcUrl: string;
|
|
998
998
|
}> | undefined;
|
|
999
999
|
language?: "en" | "fr" | undefined;
|
|
1000
|
+
metadata?: {
|
|
1001
|
+
name?: string | undefined;
|
|
1002
|
+
projectDescription?: string | undefined;
|
|
1003
|
+
authors?: string[] | undefined;
|
|
1004
|
+
license?: string | undefined;
|
|
1005
|
+
homepage?: string | undefined;
|
|
1006
|
+
} | undefined;
|
|
1007
|
+
artifactsDir?: string | undefined;
|
|
1008
|
+
contractsDir?: string | undefined;
|
|
1009
|
+
contracts?: Record<string, {
|
|
1010
|
+
sourceFile: string;
|
|
1011
|
+
hash: string;
|
|
1012
|
+
}> | undefined;
|
|
1000
1013
|
plugins?: {
|
|
1001
1014
|
type: "npm" | "binary" | "deno";
|
|
1002
1015
|
name: string;
|
|
1003
1016
|
}[] | undefined;
|
|
1004
|
-
|
|
1005
|
-
artifactsDir?: string | undefined;
|
|
1017
|
+
accounts?: Record<string, string> | undefined;
|
|
1006
1018
|
network?: Record<string, {
|
|
1007
1019
|
accounts?: Record<string, {
|
|
1008
1020
|
mnemonic?: string | undefined;
|
|
@@ -1021,18 +1033,6 @@ export declare const schemas: {
|
|
|
1021
1033
|
label: string;
|
|
1022
1034
|
rpcUrl: string;
|
|
1023
1035
|
}> | undefined;
|
|
1024
|
-
accounts?: Record<string, string> | undefined;
|
|
1025
|
-
contracts?: Record<string, {
|
|
1026
|
-
sourceFile: string;
|
|
1027
|
-
hash: string;
|
|
1028
|
-
}> | undefined;
|
|
1029
|
-
metadata?: {
|
|
1030
|
-
name?: string | undefined;
|
|
1031
|
-
projectDescription?: string | undefined;
|
|
1032
|
-
authors?: string[] | undefined;
|
|
1033
|
-
license?: string | undefined;
|
|
1034
|
-
homepage?: string | undefined;
|
|
1035
|
-
} | undefined;
|
|
1036
1036
|
projectDir: string;
|
|
1037
1037
|
environment: Record<string, string | {
|
|
1038
1038
|
storage?: Record<string, string> | undefined;
|
|
@@ -1079,12 +1079,24 @@ export declare const schemas: {
|
|
|
1079
1079
|
rpcUrl: string;
|
|
1080
1080
|
}> | undefined;
|
|
1081
1081
|
language?: "en" | "fr" | undefined;
|
|
1082
|
+
metadata?: {
|
|
1083
|
+
name?: string | undefined;
|
|
1084
|
+
projectDescription?: string | undefined;
|
|
1085
|
+
authors?: string[] | undefined;
|
|
1086
|
+
license?: string | undefined;
|
|
1087
|
+
homepage?: string | undefined;
|
|
1088
|
+
} | undefined;
|
|
1089
|
+
artifactsDir?: string | undefined;
|
|
1090
|
+
contractsDir?: string | undefined;
|
|
1091
|
+
contracts?: Record<string, {
|
|
1092
|
+
sourceFile: string;
|
|
1093
|
+
hash: string;
|
|
1094
|
+
}> | undefined;
|
|
1082
1095
|
plugins?: {
|
|
1083
1096
|
type: "npm" | "binary" | "deno";
|
|
1084
1097
|
name: string;
|
|
1085
1098
|
}[] | undefined;
|
|
1086
|
-
|
|
1087
|
-
artifactsDir?: string | undefined;
|
|
1099
|
+
accounts?: Record<string, string> | undefined;
|
|
1088
1100
|
network?: Record<string, {
|
|
1089
1101
|
accounts?: Record<string, {
|
|
1090
1102
|
mnemonic?: string | undefined;
|
|
@@ -1103,18 +1115,6 @@ export declare const schemas: {
|
|
|
1103
1115
|
label: string;
|
|
1104
1116
|
rpcUrl: string;
|
|
1105
1117
|
}> | undefined;
|
|
1106
|
-
accounts?: Record<string, string> | undefined;
|
|
1107
|
-
contracts?: Record<string, {
|
|
1108
|
-
sourceFile: string;
|
|
1109
|
-
hash: string;
|
|
1110
|
-
}> | undefined;
|
|
1111
|
-
metadata?: {
|
|
1112
|
-
name?: string | undefined;
|
|
1113
|
-
projectDescription?: string | undefined;
|
|
1114
|
-
authors?: string[] | undefined;
|
|
1115
|
-
license?: string | undefined;
|
|
1116
|
-
homepage?: string | undefined;
|
|
1117
|
-
} | undefined;
|
|
1118
1118
|
projectDir: string;
|
|
1119
1119
|
environment: Record<string, string | {
|
|
1120
1120
|
storage?: Record<string, string> | undefined;
|
|
@@ -1148,6 +1148,37 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1148
1148
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
1149
1149
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
1150
1150
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1151
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1152
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1153
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1154
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1155
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1156
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1157
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1158
|
+
name?: string | undefined;
|
|
1159
|
+
projectDescription?: string | undefined;
|
|
1160
|
+
authors?: string[] | undefined;
|
|
1161
|
+
license?: string | undefined;
|
|
1162
|
+
homepage?: string | undefined;
|
|
1163
|
+
}, {
|
|
1164
|
+
name?: string | undefined;
|
|
1165
|
+
projectDescription?: string | undefined;
|
|
1166
|
+
authors?: string[] | undefined;
|
|
1167
|
+
license?: string | undefined;
|
|
1168
|
+
homepage?: string | undefined;
|
|
1169
|
+
}>>;
|
|
1170
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1171
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1172
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1173
|
+
sourceFile: import("zod").ZodString;
|
|
1174
|
+
hash: import("zod").ZodString;
|
|
1175
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1176
|
+
sourceFile: string;
|
|
1177
|
+
hash: string;
|
|
1178
|
+
}, {
|
|
1179
|
+
sourceFile: string;
|
|
1180
|
+
hash: string;
|
|
1181
|
+
}>>>;
|
|
1151
1182
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1152
1183
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1153
1184
|
name: import("zod").ZodString;
|
|
@@ -1158,8 +1189,23 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1158
1189
|
type: "npm" | "binary" | "deno";
|
|
1159
1190
|
name: string;
|
|
1160
1191
|
}>, "many">>;
|
|
1161
|
-
|
|
1162
|
-
|
|
1192
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1193
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1194
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1195
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1196
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1197
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1198
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1199
|
+
storage?: Record<string, string> | undefined;
|
|
1200
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1201
|
+
networks: string[];
|
|
1202
|
+
sandboxes: string[];
|
|
1203
|
+
}, {
|
|
1204
|
+
storage?: Record<string, string> | undefined;
|
|
1205
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1206
|
+
networks: string[];
|
|
1207
|
+
sandboxes: string[];
|
|
1208
|
+
}>, import("zod").ZodString]>>;
|
|
1163
1209
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1164
1210
|
label: import("zod").ZodString;
|
|
1165
1211
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1301,52 +1347,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1301
1347
|
label: string;
|
|
1302
1348
|
rpcUrl: string;
|
|
1303
1349
|
}>>>;
|
|
1304
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1305
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1306
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1307
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1308
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1309
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1310
|
-
storage?: Record<string, string> | undefined;
|
|
1311
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1312
|
-
networks: string[];
|
|
1313
|
-
sandboxes: string[];
|
|
1314
|
-
}, {
|
|
1315
|
-
storage?: Record<string, string> | undefined;
|
|
1316
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1317
|
-
networks: string[];
|
|
1318
|
-
sandboxes: string[];
|
|
1319
|
-
}>, import("zod").ZodString]>>;
|
|
1320
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1321
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1322
|
-
sourceFile: import("zod").ZodString;
|
|
1323
|
-
hash: import("zod").ZodString;
|
|
1324
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1325
|
-
sourceFile: string;
|
|
1326
|
-
hash: string;
|
|
1327
|
-
}, {
|
|
1328
|
-
sourceFile: string;
|
|
1329
|
-
hash: string;
|
|
1330
|
-
}>>>;
|
|
1331
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1332
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1333
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1334
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1335
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1336
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1337
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1338
|
-
name?: string | undefined;
|
|
1339
|
-
projectDescription?: string | undefined;
|
|
1340
|
-
authors?: string[] | undefined;
|
|
1341
|
-
license?: string | undefined;
|
|
1342
|
-
homepage?: string | undefined;
|
|
1343
|
-
}, {
|
|
1344
|
-
name?: string | undefined;
|
|
1345
|
-
projectDescription?: string | undefined;
|
|
1346
|
-
authors?: string[] | undefined;
|
|
1347
|
-
license?: string | undefined;
|
|
1348
|
-
homepage?: string | undefined;
|
|
1349
|
-
}>>;
|
|
1350
1350
|
}, {
|
|
1351
1351
|
projectDir: import("zod").ZodString;
|
|
1352
1352
|
configFile: import("zod").ZodString;
|
|
@@ -1370,12 +1370,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1370
1370
|
rpcUrl: string;
|
|
1371
1371
|
}> | undefined;
|
|
1372
1372
|
language?: "en" | "fr" | undefined;
|
|
1373
|
+
metadata?: {
|
|
1374
|
+
name?: string | undefined;
|
|
1375
|
+
projectDescription?: string | undefined;
|
|
1376
|
+
authors?: string[] | undefined;
|
|
1377
|
+
license?: string | undefined;
|
|
1378
|
+
homepage?: string | undefined;
|
|
1379
|
+
} | undefined;
|
|
1380
|
+
artifactsDir?: string | undefined;
|
|
1381
|
+
contractsDir?: string | undefined;
|
|
1382
|
+
contracts?: Record<string, {
|
|
1383
|
+
sourceFile: string;
|
|
1384
|
+
hash: string;
|
|
1385
|
+
}> | undefined;
|
|
1373
1386
|
plugins?: {
|
|
1374
1387
|
type: "npm" | "binary" | "deno";
|
|
1375
1388
|
name: string;
|
|
1376
1389
|
}[] | undefined;
|
|
1377
|
-
|
|
1378
|
-
artifactsDir?: string | undefined;
|
|
1390
|
+
accounts?: Record<string, string> | undefined;
|
|
1379
1391
|
network?: Record<string, {
|
|
1380
1392
|
accounts?: Record<string, {
|
|
1381
1393
|
mnemonic?: string | undefined;
|
|
@@ -1394,18 +1406,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1394
1406
|
label: string;
|
|
1395
1407
|
rpcUrl: string;
|
|
1396
1408
|
}> | undefined;
|
|
1397
|
-
accounts?: Record<string, string> | undefined;
|
|
1398
|
-
contracts?: Record<string, {
|
|
1399
|
-
sourceFile: string;
|
|
1400
|
-
hash: string;
|
|
1401
|
-
}> | undefined;
|
|
1402
|
-
metadata?: {
|
|
1403
|
-
name?: string | undefined;
|
|
1404
|
-
projectDescription?: string | undefined;
|
|
1405
|
-
authors?: string[] | undefined;
|
|
1406
|
-
license?: string | undefined;
|
|
1407
|
-
homepage?: string | undefined;
|
|
1408
|
-
} | undefined;
|
|
1409
1409
|
projectDir: string;
|
|
1410
1410
|
environment: Record<string, string | {
|
|
1411
1411
|
storage?: Record<string, string> | undefined;
|
|
@@ -1434,12 +1434,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1434
1434
|
rpcUrl: string;
|
|
1435
1435
|
}> | undefined;
|
|
1436
1436
|
language?: "en" | "fr" | undefined;
|
|
1437
|
+
metadata?: {
|
|
1438
|
+
name?: string | undefined;
|
|
1439
|
+
projectDescription?: string | undefined;
|
|
1440
|
+
authors?: string[] | undefined;
|
|
1441
|
+
license?: string | undefined;
|
|
1442
|
+
homepage?: string | undefined;
|
|
1443
|
+
} | undefined;
|
|
1444
|
+
artifactsDir?: string | undefined;
|
|
1445
|
+
contractsDir?: string | undefined;
|
|
1446
|
+
contracts?: Record<string, {
|
|
1447
|
+
sourceFile: string;
|
|
1448
|
+
hash: string;
|
|
1449
|
+
}> | undefined;
|
|
1437
1450
|
plugins?: {
|
|
1438
1451
|
type: "npm" | "binary" | "deno";
|
|
1439
1452
|
name: string;
|
|
1440
1453
|
}[] | undefined;
|
|
1441
|
-
|
|
1442
|
-
artifactsDir?: string | undefined;
|
|
1454
|
+
accounts?: Record<string, string> | undefined;
|
|
1443
1455
|
network?: Record<string, {
|
|
1444
1456
|
accounts?: Record<string, {
|
|
1445
1457
|
mnemonic?: string | undefined;
|
|
@@ -1458,18 +1470,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1458
1470
|
label: string;
|
|
1459
1471
|
rpcUrl: string;
|
|
1460
1472
|
}> | undefined;
|
|
1461
|
-
accounts?: Record<string, string> | undefined;
|
|
1462
|
-
contracts?: Record<string, {
|
|
1463
|
-
sourceFile: string;
|
|
1464
|
-
hash: string;
|
|
1465
|
-
}> | undefined;
|
|
1466
|
-
metadata?: {
|
|
1467
|
-
name?: string | undefined;
|
|
1468
|
-
projectDescription?: string | undefined;
|
|
1469
|
-
authors?: string[] | undefined;
|
|
1470
|
-
license?: string | undefined;
|
|
1471
|
-
homepage?: string | undefined;
|
|
1472
|
-
} | undefined;
|
|
1473
1473
|
projectDir: string;
|
|
1474
1474
|
environment: Record<string, string | {
|
|
1475
1475
|
storage?: Record<string, string> | undefined;
|
|
@@ -1515,13 +1515,25 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1515
1515
|
label: string;
|
|
1516
1516
|
rpcUrl: string;
|
|
1517
1517
|
}> | undefined;
|
|
1518
|
-
language?: "en" | "fr" | undefined;
|
|
1518
|
+
language?: "en" | "fr" | undefined;
|
|
1519
|
+
metadata?: {
|
|
1520
|
+
name?: string | undefined;
|
|
1521
|
+
projectDescription?: string | undefined;
|
|
1522
|
+
authors?: string[] | undefined;
|
|
1523
|
+
license?: string | undefined;
|
|
1524
|
+
homepage?: string | undefined;
|
|
1525
|
+
} | undefined;
|
|
1526
|
+
artifactsDir?: string | undefined;
|
|
1527
|
+
contractsDir?: string | undefined;
|
|
1528
|
+
contracts?: Record<string, {
|
|
1529
|
+
sourceFile: string;
|
|
1530
|
+
hash: string;
|
|
1531
|
+
}> | undefined;
|
|
1519
1532
|
plugins?: {
|
|
1520
1533
|
type: "npm" | "binary" | "deno";
|
|
1521
1534
|
name: string;
|
|
1522
1535
|
}[] | undefined;
|
|
1523
|
-
|
|
1524
|
-
artifactsDir?: string | undefined;
|
|
1536
|
+
accounts?: Record<string, string> | undefined;
|
|
1525
1537
|
network?: Record<string, {
|
|
1526
1538
|
accounts?: Record<string, {
|
|
1527
1539
|
mnemonic?: string | undefined;
|
|
@@ -1540,18 +1552,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1540
1552
|
label: string;
|
|
1541
1553
|
rpcUrl: string;
|
|
1542
1554
|
}> | undefined;
|
|
1543
|
-
accounts?: Record<string, string> | undefined;
|
|
1544
|
-
contracts?: Record<string, {
|
|
1545
|
-
sourceFile: string;
|
|
1546
|
-
hash: string;
|
|
1547
|
-
}> | undefined;
|
|
1548
|
-
metadata?: {
|
|
1549
|
-
name?: string | undefined;
|
|
1550
|
-
projectDescription?: string | undefined;
|
|
1551
|
-
authors?: string[] | undefined;
|
|
1552
|
-
license?: string | undefined;
|
|
1553
|
-
homepage?: string | undefined;
|
|
1554
|
-
} | undefined;
|
|
1555
1555
|
projectDir: string;
|
|
1556
1556
|
environment: Record<string, string | {
|
|
1557
1557
|
storage?: Record<string, string> | undefined;
|
|
@@ -1598,12 +1598,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1598
1598
|
rpcUrl: string;
|
|
1599
1599
|
}> | undefined;
|
|
1600
1600
|
language?: "en" | "fr" | undefined;
|
|
1601
|
+
metadata?: {
|
|
1602
|
+
name?: string | undefined;
|
|
1603
|
+
projectDescription?: string | undefined;
|
|
1604
|
+
authors?: string[] | undefined;
|
|
1605
|
+
license?: string | undefined;
|
|
1606
|
+
homepage?: string | undefined;
|
|
1607
|
+
} | undefined;
|
|
1608
|
+
artifactsDir?: string | undefined;
|
|
1609
|
+
contractsDir?: string | undefined;
|
|
1610
|
+
contracts?: Record<string, {
|
|
1611
|
+
sourceFile: string;
|
|
1612
|
+
hash: string;
|
|
1613
|
+
}> | undefined;
|
|
1601
1614
|
plugins?: {
|
|
1602
1615
|
type: "npm" | "binary" | "deno";
|
|
1603
1616
|
name: string;
|
|
1604
1617
|
}[] | undefined;
|
|
1605
|
-
|
|
1606
|
-
artifactsDir?: string | undefined;
|
|
1618
|
+
accounts?: Record<string, string> | undefined;
|
|
1607
1619
|
network?: Record<string, {
|
|
1608
1620
|
accounts?: Record<string, {
|
|
1609
1621
|
mnemonic?: string | undefined;
|
|
@@ -1622,18 +1634,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1622
1634
|
label: string;
|
|
1623
1635
|
rpcUrl: string;
|
|
1624
1636
|
}> | undefined;
|
|
1625
|
-
accounts?: Record<string, string> | undefined;
|
|
1626
|
-
contracts?: Record<string, {
|
|
1627
|
-
sourceFile: string;
|
|
1628
|
-
hash: string;
|
|
1629
|
-
}> | undefined;
|
|
1630
|
-
metadata?: {
|
|
1631
|
-
name?: string | undefined;
|
|
1632
|
-
projectDescription?: string | undefined;
|
|
1633
|
-
authors?: string[] | undefined;
|
|
1634
|
-
license?: string | undefined;
|
|
1635
|
-
homepage?: string | undefined;
|
|
1636
|
-
} | undefined;
|
|
1637
1637
|
projectDir: string;
|
|
1638
1638
|
environment: Record<string, string | {
|
|
1639
1639
|
storage?: Record<string, string> | undefined;
|
|
@@ -1666,6 +1666,37 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1666
1666
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
1667
1667
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
1668
1668
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1669
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1670
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1671
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1672
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1673
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1674
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1675
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1676
|
+
name?: string | undefined;
|
|
1677
|
+
projectDescription?: string | undefined;
|
|
1678
|
+
authors?: string[] | undefined;
|
|
1679
|
+
license?: string | undefined;
|
|
1680
|
+
homepage?: string | undefined;
|
|
1681
|
+
}, {
|
|
1682
|
+
name?: string | undefined;
|
|
1683
|
+
projectDescription?: string | undefined;
|
|
1684
|
+
authors?: string[] | undefined;
|
|
1685
|
+
license?: string | undefined;
|
|
1686
|
+
homepage?: string | undefined;
|
|
1687
|
+
}>>;
|
|
1688
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1689
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1690
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1691
|
+
sourceFile: import("zod").ZodString;
|
|
1692
|
+
hash: import("zod").ZodString;
|
|
1693
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1694
|
+
sourceFile: string;
|
|
1695
|
+
hash: string;
|
|
1696
|
+
}, {
|
|
1697
|
+
sourceFile: string;
|
|
1698
|
+
hash: string;
|
|
1699
|
+
}>>>;
|
|
1669
1700
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1670
1701
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1671
1702
|
name: import("zod").ZodString;
|
|
@@ -1676,8 +1707,23 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1676
1707
|
type: "npm" | "binary" | "deno";
|
|
1677
1708
|
name: string;
|
|
1678
1709
|
}>, "many">>;
|
|
1679
|
-
|
|
1680
|
-
|
|
1710
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1711
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1712
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1713
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1714
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1715
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1716
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1717
|
+
storage?: Record<string, string> | undefined;
|
|
1718
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1719
|
+
networks: string[];
|
|
1720
|
+
sandboxes: string[];
|
|
1721
|
+
}, {
|
|
1722
|
+
storage?: Record<string, string> | undefined;
|
|
1723
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1724
|
+
networks: string[];
|
|
1725
|
+
sandboxes: string[];
|
|
1726
|
+
}>, import("zod").ZodString]>>;
|
|
1681
1727
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1682
1728
|
label: import("zod").ZodString;
|
|
1683
1729
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1819,52 +1865,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1819
1865
|
label: string;
|
|
1820
1866
|
rpcUrl: string;
|
|
1821
1867
|
}>>>;
|
|
1822
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1823
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1824
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1825
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1826
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1827
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1828
|
-
storage?: Record<string, string> | undefined;
|
|
1829
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1830
|
-
networks: string[];
|
|
1831
|
-
sandboxes: string[];
|
|
1832
|
-
}, {
|
|
1833
|
-
storage?: Record<string, string> | undefined;
|
|
1834
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1835
|
-
networks: string[];
|
|
1836
|
-
sandboxes: string[];
|
|
1837
|
-
}>, import("zod").ZodString]>>;
|
|
1838
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1839
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1840
|
-
sourceFile: import("zod").ZodString;
|
|
1841
|
-
hash: import("zod").ZodString;
|
|
1842
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1843
|
-
sourceFile: string;
|
|
1844
|
-
hash: string;
|
|
1845
|
-
}, {
|
|
1846
|
-
sourceFile: string;
|
|
1847
|
-
hash: string;
|
|
1848
|
-
}>>>;
|
|
1849
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1850
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1851
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1852
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1853
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1854
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1855
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1856
|
-
name?: string | undefined;
|
|
1857
|
-
projectDescription?: string | undefined;
|
|
1858
|
-
authors?: string[] | undefined;
|
|
1859
|
-
license?: string | undefined;
|
|
1860
|
-
homepage?: string | undefined;
|
|
1861
|
-
}, {
|
|
1862
|
-
name?: string | undefined;
|
|
1863
|
-
projectDescription?: string | undefined;
|
|
1864
|
-
authors?: string[] | undefined;
|
|
1865
|
-
license?: string | undefined;
|
|
1866
|
-
homepage?: string | undefined;
|
|
1867
|
-
}>>;
|
|
1868
1868
|
}, {
|
|
1869
1869
|
projectDir: import("zod").ZodString;
|
|
1870
1870
|
configFile: import("zod").ZodString;
|
|
@@ -1888,12 +1888,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1888
1888
|
rpcUrl: string;
|
|
1889
1889
|
}> | undefined;
|
|
1890
1890
|
language?: "en" | "fr" | undefined;
|
|
1891
|
+
metadata?: {
|
|
1892
|
+
name?: string | undefined;
|
|
1893
|
+
projectDescription?: string | undefined;
|
|
1894
|
+
authors?: string[] | undefined;
|
|
1895
|
+
license?: string | undefined;
|
|
1896
|
+
homepage?: string | undefined;
|
|
1897
|
+
} | undefined;
|
|
1898
|
+
artifactsDir?: string | undefined;
|
|
1899
|
+
contractsDir?: string | undefined;
|
|
1900
|
+
contracts?: Record<string, {
|
|
1901
|
+
sourceFile: string;
|
|
1902
|
+
hash: string;
|
|
1903
|
+
}> | undefined;
|
|
1891
1904
|
plugins?: {
|
|
1892
1905
|
type: "npm" | "binary" | "deno";
|
|
1893
1906
|
name: string;
|
|
1894
1907
|
}[] | undefined;
|
|
1895
|
-
|
|
1896
|
-
artifactsDir?: string | undefined;
|
|
1908
|
+
accounts?: Record<string, string> | undefined;
|
|
1897
1909
|
network?: Record<string, {
|
|
1898
1910
|
accounts?: Record<string, {
|
|
1899
1911
|
mnemonic?: string | undefined;
|
|
@@ -1912,18 +1924,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1912
1924
|
label: string;
|
|
1913
1925
|
rpcUrl: string;
|
|
1914
1926
|
}> | undefined;
|
|
1915
|
-
accounts?: Record<string, string> | undefined;
|
|
1916
|
-
contracts?: Record<string, {
|
|
1917
|
-
sourceFile: string;
|
|
1918
|
-
hash: string;
|
|
1919
|
-
}> | undefined;
|
|
1920
|
-
metadata?: {
|
|
1921
|
-
name?: string | undefined;
|
|
1922
|
-
projectDescription?: string | undefined;
|
|
1923
|
-
authors?: string[] | undefined;
|
|
1924
|
-
license?: string | undefined;
|
|
1925
|
-
homepage?: string | undefined;
|
|
1926
|
-
} | undefined;
|
|
1927
1927
|
projectDir: string;
|
|
1928
1928
|
environment: Record<string, string | {
|
|
1929
1929
|
storage?: Record<string, string> | undefined;
|
|
@@ -1952,12 +1952,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1952
1952
|
rpcUrl: string;
|
|
1953
1953
|
}> | undefined;
|
|
1954
1954
|
language?: "en" | "fr" | undefined;
|
|
1955
|
+
metadata?: {
|
|
1956
|
+
name?: string | undefined;
|
|
1957
|
+
projectDescription?: string | undefined;
|
|
1958
|
+
authors?: string[] | undefined;
|
|
1959
|
+
license?: string | undefined;
|
|
1960
|
+
homepage?: string | undefined;
|
|
1961
|
+
} | undefined;
|
|
1962
|
+
artifactsDir?: string | undefined;
|
|
1963
|
+
contractsDir?: string | undefined;
|
|
1964
|
+
contracts?: Record<string, {
|
|
1965
|
+
sourceFile: string;
|
|
1966
|
+
hash: string;
|
|
1967
|
+
}> | undefined;
|
|
1955
1968
|
plugins?: {
|
|
1956
1969
|
type: "npm" | "binary" | "deno";
|
|
1957
1970
|
name: string;
|
|
1958
1971
|
}[] | undefined;
|
|
1959
|
-
|
|
1960
|
-
artifactsDir?: string | undefined;
|
|
1972
|
+
accounts?: Record<string, string> | undefined;
|
|
1961
1973
|
network?: Record<string, {
|
|
1962
1974
|
accounts?: Record<string, {
|
|
1963
1975
|
mnemonic?: string | undefined;
|
|
@@ -1976,18 +1988,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1976
1988
|
label: string;
|
|
1977
1989
|
rpcUrl: string;
|
|
1978
1990
|
}> | undefined;
|
|
1979
|
-
accounts?: Record<string, string> | undefined;
|
|
1980
|
-
contracts?: Record<string, {
|
|
1981
|
-
sourceFile: string;
|
|
1982
|
-
hash: string;
|
|
1983
|
-
}> | undefined;
|
|
1984
|
-
metadata?: {
|
|
1985
|
-
name?: string | undefined;
|
|
1986
|
-
projectDescription?: string | undefined;
|
|
1987
|
-
authors?: string[] | undefined;
|
|
1988
|
-
license?: string | undefined;
|
|
1989
|
-
homepage?: string | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1991
|
projectDir: string;
|
|
1992
1992
|
environment: Record<string, string | {
|
|
1993
1993
|
storage?: Record<string, string> | undefined;
|
|
@@ -2034,12 +2034,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2034
2034
|
rpcUrl: string;
|
|
2035
2035
|
}> | undefined;
|
|
2036
2036
|
language?: "en" | "fr" | undefined;
|
|
2037
|
+
metadata?: {
|
|
2038
|
+
name?: string | undefined;
|
|
2039
|
+
projectDescription?: string | undefined;
|
|
2040
|
+
authors?: string[] | undefined;
|
|
2041
|
+
license?: string | undefined;
|
|
2042
|
+
homepage?: string | undefined;
|
|
2043
|
+
} | undefined;
|
|
2044
|
+
artifactsDir?: string | undefined;
|
|
2045
|
+
contractsDir?: string | undefined;
|
|
2046
|
+
contracts?: Record<string, {
|
|
2047
|
+
sourceFile: string;
|
|
2048
|
+
hash: string;
|
|
2049
|
+
}> | undefined;
|
|
2037
2050
|
plugins?: {
|
|
2038
2051
|
type: "npm" | "binary" | "deno";
|
|
2039
2052
|
name: string;
|
|
2040
2053
|
}[] | undefined;
|
|
2041
|
-
|
|
2042
|
-
artifactsDir?: string | undefined;
|
|
2054
|
+
accounts?: Record<string, string> | undefined;
|
|
2043
2055
|
network?: Record<string, {
|
|
2044
2056
|
accounts?: Record<string, {
|
|
2045
2057
|
mnemonic?: string | undefined;
|
|
@@ -2058,18 +2070,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2058
2070
|
label: string;
|
|
2059
2071
|
rpcUrl: string;
|
|
2060
2072
|
}> | undefined;
|
|
2061
|
-
accounts?: Record<string, string> | undefined;
|
|
2062
|
-
contracts?: Record<string, {
|
|
2063
|
-
sourceFile: string;
|
|
2064
|
-
hash: string;
|
|
2065
|
-
}> | undefined;
|
|
2066
|
-
metadata?: {
|
|
2067
|
-
name?: string | undefined;
|
|
2068
|
-
projectDescription?: string | undefined;
|
|
2069
|
-
authors?: string[] | undefined;
|
|
2070
|
-
license?: string | undefined;
|
|
2071
|
-
homepage?: string | undefined;
|
|
2072
|
-
} | undefined;
|
|
2073
2073
|
projectDir: string;
|
|
2074
2074
|
environment: Record<string, string | {
|
|
2075
2075
|
storage?: Record<string, string> | undefined;
|
|
@@ -2116,12 +2116,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2116
2116
|
rpcUrl: string;
|
|
2117
2117
|
}> | undefined;
|
|
2118
2118
|
language?: "en" | "fr" | undefined;
|
|
2119
|
+
metadata?: {
|
|
2120
|
+
name?: string | undefined;
|
|
2121
|
+
projectDescription?: string | undefined;
|
|
2122
|
+
authors?: string[] | undefined;
|
|
2123
|
+
license?: string | undefined;
|
|
2124
|
+
homepage?: string | undefined;
|
|
2125
|
+
} | undefined;
|
|
2126
|
+
artifactsDir?: string | undefined;
|
|
2127
|
+
contractsDir?: string | undefined;
|
|
2128
|
+
contracts?: Record<string, {
|
|
2129
|
+
sourceFile: string;
|
|
2130
|
+
hash: string;
|
|
2131
|
+
}> | undefined;
|
|
2119
2132
|
plugins?: {
|
|
2120
2133
|
type: "npm" | "binary" | "deno";
|
|
2121
2134
|
name: string;
|
|
2122
2135
|
}[] | undefined;
|
|
2123
|
-
|
|
2124
|
-
artifactsDir?: string | undefined;
|
|
2136
|
+
accounts?: Record<string, string> | undefined;
|
|
2125
2137
|
network?: Record<string, {
|
|
2126
2138
|
accounts?: Record<string, {
|
|
2127
2139
|
mnemonic?: string | undefined;
|
|
@@ -2140,18 +2152,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
2140
2152
|
label: string;
|
|
2141
2153
|
rpcUrl: string;
|
|
2142
2154
|
}> | undefined;
|
|
2143
|
-
accounts?: Record<string, string> | undefined;
|
|
2144
|
-
contracts?: Record<string, {
|
|
2145
|
-
sourceFile: string;
|
|
2146
|
-
hash: string;
|
|
2147
|
-
}> | undefined;
|
|
2148
|
-
metadata?: {
|
|
2149
|
-
name?: string | undefined;
|
|
2150
|
-
projectDescription?: string | undefined;
|
|
2151
|
-
authors?: string[] | undefined;
|
|
2152
|
-
license?: string | undefined;
|
|
2153
|
-
homepage?: string | undefined;
|
|
2154
|
-
} | undefined;
|
|
2155
2155
|
projectDir: string;
|
|
2156
2156
|
environment: Record<string, string | {
|
|
2157
2157
|
storage?: Record<string, string> | undefined;
|