@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
|
@@ -10,6 +10,37 @@ export declare const make: (input: Omit<ParsedConfigStrict, '__type'>) => Future
|
|
|
10
10
|
export declare const schemas: {
|
|
11
11
|
rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
|
|
12
12
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
13
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
14
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
16
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
17
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
18
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
20
|
+
name?: string | undefined;
|
|
21
|
+
projectDescription?: string | undefined;
|
|
22
|
+
authors?: string[] | undefined;
|
|
23
|
+
license?: string | undefined;
|
|
24
|
+
homepage?: string | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
name?: string | undefined;
|
|
27
|
+
projectDescription?: string | undefined;
|
|
28
|
+
authors?: string[] | undefined;
|
|
29
|
+
license?: string | undefined;
|
|
30
|
+
homepage?: string | undefined;
|
|
31
|
+
}>>;
|
|
32
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
33
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
34
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
35
|
+
sourceFile: import("zod").ZodString;
|
|
36
|
+
hash: import("zod").ZodString;
|
|
37
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
38
|
+
sourceFile: string;
|
|
39
|
+
hash: string;
|
|
40
|
+
}, {
|
|
41
|
+
sourceFile: string;
|
|
42
|
+
hash: string;
|
|
43
|
+
}>>>;
|
|
13
44
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
14
45
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
15
46
|
name: import("zod").ZodString;
|
|
@@ -20,8 +51,23 @@ export declare const schemas: {
|
|
|
20
51
|
type: "npm" | "binary" | "deno";
|
|
21
52
|
name: string;
|
|
22
53
|
}>, "many">>;
|
|
23
|
-
|
|
24
|
-
|
|
54
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
55
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
56
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
57
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
58
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
59
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
60
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
61
|
+
storage?: Record<string, string> | undefined;
|
|
62
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
63
|
+
networks: string[];
|
|
64
|
+
sandboxes: string[];
|
|
65
|
+
}, {
|
|
66
|
+
storage?: Record<string, string> | undefined;
|
|
67
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
68
|
+
networks: string[];
|
|
69
|
+
sandboxes: string[];
|
|
70
|
+
}>, import("zod").ZodString]>>;
|
|
25
71
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
26
72
|
label: import("zod").ZodString;
|
|
27
73
|
rpcUrl: import("zod").ZodString;
|
|
@@ -163,52 +209,6 @@ export declare const schemas: {
|
|
|
163
209
|
label: string;
|
|
164
210
|
rpcUrl: string;
|
|
165
211
|
}>>>;
|
|
166
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
167
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
168
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
169
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
170
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
171
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
172
|
-
storage?: Record<string, string> | undefined;
|
|
173
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
174
|
-
networks: string[];
|
|
175
|
-
sandboxes: string[];
|
|
176
|
-
}, {
|
|
177
|
-
storage?: Record<string, string> | undefined;
|
|
178
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
179
|
-
networks: string[];
|
|
180
|
-
sandboxes: string[];
|
|
181
|
-
}>, import("zod").ZodString]>>;
|
|
182
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
183
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
184
|
-
sourceFile: import("zod").ZodString;
|
|
185
|
-
hash: import("zod").ZodString;
|
|
186
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
187
|
-
sourceFile: string;
|
|
188
|
-
hash: string;
|
|
189
|
-
}, {
|
|
190
|
-
sourceFile: string;
|
|
191
|
-
hash: string;
|
|
192
|
-
}>>>;
|
|
193
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
194
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
195
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
196
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
197
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
199
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
200
|
-
name?: string | undefined;
|
|
201
|
-
projectDescription?: string | undefined;
|
|
202
|
-
authors?: string[] | undefined;
|
|
203
|
-
license?: string | undefined;
|
|
204
|
-
homepage?: string | undefined;
|
|
205
|
-
}, {
|
|
206
|
-
name?: string | undefined;
|
|
207
|
-
projectDescription?: string | undefined;
|
|
208
|
-
authors?: string[] | undefined;
|
|
209
|
-
license?: string | undefined;
|
|
210
|
-
homepage?: string | undefined;
|
|
211
|
-
}>>;
|
|
212
212
|
}, "sandbox">, {
|
|
213
213
|
sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
214
214
|
label: import("zod").ZodString;
|
|
@@ -277,12 +277,24 @@ export declare const schemas: {
|
|
|
277
277
|
}>, import("zod").ZodString]>>;
|
|
278
278
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
279
279
|
language?: "en" | "fr" | undefined;
|
|
280
|
+
metadata?: {
|
|
281
|
+
name?: string | undefined;
|
|
282
|
+
projectDescription?: string | undefined;
|
|
283
|
+
authors?: string[] | undefined;
|
|
284
|
+
license?: string | undefined;
|
|
285
|
+
homepage?: string | undefined;
|
|
286
|
+
} | undefined;
|
|
287
|
+
artifactsDir?: string | undefined;
|
|
288
|
+
contractsDir?: string | undefined;
|
|
289
|
+
contracts?: Record<string, {
|
|
290
|
+
sourceFile: string;
|
|
291
|
+
hash: string;
|
|
292
|
+
}> | undefined;
|
|
280
293
|
plugins?: {
|
|
281
294
|
type: "npm" | "binary" | "deno";
|
|
282
295
|
name: string;
|
|
283
296
|
}[] | undefined;
|
|
284
|
-
|
|
285
|
-
artifactsDir?: string | undefined;
|
|
297
|
+
accounts?: Record<string, string> | undefined;
|
|
286
298
|
network?: Record<string, {
|
|
287
299
|
accounts?: Record<string, {
|
|
288
300
|
mnemonic?: string | undefined;
|
|
@@ -301,18 +313,6 @@ export declare const schemas: {
|
|
|
301
313
|
label: string;
|
|
302
314
|
rpcUrl: string;
|
|
303
315
|
}> | undefined;
|
|
304
|
-
accounts?: Record<string, string> | undefined;
|
|
305
|
-
contracts?: Record<string, {
|
|
306
|
-
sourceFile: string;
|
|
307
|
-
hash: string;
|
|
308
|
-
}> | undefined;
|
|
309
|
-
metadata?: {
|
|
310
|
-
name?: string | undefined;
|
|
311
|
-
projectDescription?: string | undefined;
|
|
312
|
-
authors?: string[] | undefined;
|
|
313
|
-
license?: string | undefined;
|
|
314
|
-
homepage?: string | undefined;
|
|
315
|
-
} | undefined;
|
|
316
316
|
sandbox: Record<string, string | {
|
|
317
317
|
plugin?: string | undefined;
|
|
318
318
|
accounts?: Record<string, string | {
|
|
@@ -338,12 +338,24 @@ export declare const schemas: {
|
|
|
338
338
|
}>;
|
|
339
339
|
}, {
|
|
340
340
|
language?: "en" | "fr" | undefined;
|
|
341
|
+
metadata?: {
|
|
342
|
+
name?: string | undefined;
|
|
343
|
+
projectDescription?: string | undefined;
|
|
344
|
+
authors?: string[] | undefined;
|
|
345
|
+
license?: string | undefined;
|
|
346
|
+
homepage?: string | undefined;
|
|
347
|
+
} | undefined;
|
|
348
|
+
artifactsDir?: string | undefined;
|
|
349
|
+
contractsDir?: string | undefined;
|
|
350
|
+
contracts?: Record<string, {
|
|
351
|
+
sourceFile: string;
|
|
352
|
+
hash: string;
|
|
353
|
+
}> | undefined;
|
|
341
354
|
plugins?: {
|
|
342
355
|
type: "npm" | "binary" | "deno";
|
|
343
356
|
name: string;
|
|
344
357
|
}[] | undefined;
|
|
345
|
-
|
|
346
|
-
artifactsDir?: string | undefined;
|
|
358
|
+
accounts?: Record<string, string> | undefined;
|
|
347
359
|
network?: Record<string, {
|
|
348
360
|
accounts?: Record<string, {
|
|
349
361
|
mnemonic?: string | undefined;
|
|
@@ -362,18 +374,6 @@ export declare const schemas: {
|
|
|
362
374
|
label: string;
|
|
363
375
|
rpcUrl: string;
|
|
364
376
|
}> | undefined;
|
|
365
|
-
accounts?: Record<string, string> | undefined;
|
|
366
|
-
contracts?: Record<string, {
|
|
367
|
-
sourceFile: string;
|
|
368
|
-
hash: string;
|
|
369
|
-
}> | undefined;
|
|
370
|
-
metadata?: {
|
|
371
|
-
name?: string | undefined;
|
|
372
|
-
projectDescription?: string | undefined;
|
|
373
|
-
authors?: string[] | undefined;
|
|
374
|
-
license?: string | undefined;
|
|
375
|
-
homepage?: string | undefined;
|
|
376
|
-
} | undefined;
|
|
377
377
|
sandbox: Record<string, string | {
|
|
378
378
|
plugin?: string | undefined;
|
|
379
379
|
accounts?: Record<string, string | {
|
|
@@ -400,6 +400,37 @@ export declare const schemas: {
|
|
|
400
400
|
}>;
|
|
401
401
|
schema: import("zod").ZodEffects<import("zod").ZodObject<import("zod").extendShape<Omit<{
|
|
402
402
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
403
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
404
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
405
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
406
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
407
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
408
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
409
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
410
|
+
name?: string | undefined;
|
|
411
|
+
projectDescription?: string | undefined;
|
|
412
|
+
authors?: string[] | undefined;
|
|
413
|
+
license?: string | undefined;
|
|
414
|
+
homepage?: string | undefined;
|
|
415
|
+
}, {
|
|
416
|
+
name?: string | undefined;
|
|
417
|
+
projectDescription?: string | undefined;
|
|
418
|
+
authors?: string[] | undefined;
|
|
419
|
+
license?: string | undefined;
|
|
420
|
+
homepage?: string | undefined;
|
|
421
|
+
}>>;
|
|
422
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
423
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
424
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
425
|
+
sourceFile: import("zod").ZodString;
|
|
426
|
+
hash: import("zod").ZodString;
|
|
427
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
428
|
+
sourceFile: string;
|
|
429
|
+
hash: string;
|
|
430
|
+
}, {
|
|
431
|
+
sourceFile: string;
|
|
432
|
+
hash: string;
|
|
433
|
+
}>>>;
|
|
403
434
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
404
435
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
405
436
|
name: import("zod").ZodString;
|
|
@@ -410,8 +441,23 @@ export declare const schemas: {
|
|
|
410
441
|
type: "npm" | "binary" | "deno";
|
|
411
442
|
name: string;
|
|
412
443
|
}>, "many">>;
|
|
413
|
-
|
|
414
|
-
|
|
444
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
445
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
446
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
447
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
448
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
449
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
450
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
451
|
+
storage?: Record<string, string> | undefined;
|
|
452
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
453
|
+
networks: string[];
|
|
454
|
+
sandboxes: string[];
|
|
455
|
+
}, {
|
|
456
|
+
storage?: Record<string, string> | undefined;
|
|
457
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
458
|
+
networks: string[];
|
|
459
|
+
sandboxes: string[];
|
|
460
|
+
}>, import("zod").ZodString]>>;
|
|
415
461
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
416
462
|
label: import("zod").ZodString;
|
|
417
463
|
rpcUrl: import("zod").ZodString;
|
|
@@ -553,52 +599,6 @@ export declare const schemas: {
|
|
|
553
599
|
label: string;
|
|
554
600
|
rpcUrl: string;
|
|
555
601
|
}>>>;
|
|
556
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
557
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
558
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
559
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
560
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
561
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
562
|
-
storage?: Record<string, string> | undefined;
|
|
563
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
564
|
-
networks: string[];
|
|
565
|
-
sandboxes: string[];
|
|
566
|
-
}, {
|
|
567
|
-
storage?: Record<string, string> | undefined;
|
|
568
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
569
|
-
networks: string[];
|
|
570
|
-
sandboxes: string[];
|
|
571
|
-
}>, import("zod").ZodString]>>;
|
|
572
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
573
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
574
|
-
sourceFile: import("zod").ZodString;
|
|
575
|
-
hash: import("zod").ZodString;
|
|
576
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
577
|
-
sourceFile: string;
|
|
578
|
-
hash: string;
|
|
579
|
-
}, {
|
|
580
|
-
sourceFile: string;
|
|
581
|
-
hash: string;
|
|
582
|
-
}>>>;
|
|
583
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
584
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
585
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
586
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
587
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
588
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
589
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
590
|
-
name?: string | undefined;
|
|
591
|
-
projectDescription?: string | undefined;
|
|
592
|
-
authors?: string[] | undefined;
|
|
593
|
-
license?: string | undefined;
|
|
594
|
-
homepage?: string | undefined;
|
|
595
|
-
}, {
|
|
596
|
-
name?: string | undefined;
|
|
597
|
-
projectDescription?: string | undefined;
|
|
598
|
-
authors?: string[] | undefined;
|
|
599
|
-
license?: string | undefined;
|
|
600
|
-
homepage?: string | undefined;
|
|
601
|
-
}>>;
|
|
602
602
|
}, "sandbox">, {
|
|
603
603
|
sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
604
604
|
label: import("zod").ZodString;
|
|
@@ -667,12 +667,24 @@ export declare const schemas: {
|
|
|
667
667
|
}>, import("zod").ZodString]>>;
|
|
668
668
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
669
669
|
language?: "en" | "fr" | undefined;
|
|
670
|
+
metadata?: {
|
|
671
|
+
name?: string | undefined;
|
|
672
|
+
projectDescription?: string | undefined;
|
|
673
|
+
authors?: string[] | undefined;
|
|
674
|
+
license?: string | undefined;
|
|
675
|
+
homepage?: string | undefined;
|
|
676
|
+
} | undefined;
|
|
677
|
+
artifactsDir?: string | undefined;
|
|
678
|
+
contractsDir?: string | undefined;
|
|
679
|
+
contracts?: Record<string, {
|
|
680
|
+
sourceFile: string;
|
|
681
|
+
hash: string;
|
|
682
|
+
}> | undefined;
|
|
670
683
|
plugins?: {
|
|
671
684
|
type: "npm" | "binary" | "deno";
|
|
672
685
|
name: string;
|
|
673
686
|
}[] | undefined;
|
|
674
|
-
|
|
675
|
-
artifactsDir?: string | undefined;
|
|
687
|
+
accounts?: Record<string, string> | undefined;
|
|
676
688
|
network?: Record<string, {
|
|
677
689
|
accounts?: Record<string, {
|
|
678
690
|
mnemonic?: string | undefined;
|
|
@@ -691,18 +703,6 @@ export declare const schemas: {
|
|
|
691
703
|
label: string;
|
|
692
704
|
rpcUrl: string;
|
|
693
705
|
}> | undefined;
|
|
694
|
-
accounts?: Record<string, string> | undefined;
|
|
695
|
-
contracts?: Record<string, {
|
|
696
|
-
sourceFile: string;
|
|
697
|
-
hash: string;
|
|
698
|
-
}> | undefined;
|
|
699
|
-
metadata?: {
|
|
700
|
-
name?: string | undefined;
|
|
701
|
-
projectDescription?: string | undefined;
|
|
702
|
-
authors?: string[] | undefined;
|
|
703
|
-
license?: string | undefined;
|
|
704
|
-
homepage?: string | undefined;
|
|
705
|
-
} | undefined;
|
|
706
706
|
sandbox: Record<string, string | {
|
|
707
707
|
plugin?: string | undefined;
|
|
708
708
|
accounts?: Record<string, string | {
|
|
@@ -728,12 +728,24 @@ export declare const schemas: {
|
|
|
728
728
|
}>;
|
|
729
729
|
}, {
|
|
730
730
|
language?: "en" | "fr" | undefined;
|
|
731
|
+
metadata?: {
|
|
732
|
+
name?: string | undefined;
|
|
733
|
+
projectDescription?: string | undefined;
|
|
734
|
+
authors?: string[] | undefined;
|
|
735
|
+
license?: string | undefined;
|
|
736
|
+
homepage?: string | undefined;
|
|
737
|
+
} | undefined;
|
|
738
|
+
artifactsDir?: string | undefined;
|
|
739
|
+
contractsDir?: string | undefined;
|
|
740
|
+
contracts?: Record<string, {
|
|
741
|
+
sourceFile: string;
|
|
742
|
+
hash: string;
|
|
743
|
+
}> | undefined;
|
|
731
744
|
plugins?: {
|
|
732
745
|
type: "npm" | "binary" | "deno";
|
|
733
746
|
name: string;
|
|
734
747
|
}[] | undefined;
|
|
735
|
-
|
|
736
|
-
artifactsDir?: string | undefined;
|
|
748
|
+
accounts?: Record<string, string> | undefined;
|
|
737
749
|
network?: Record<string, {
|
|
738
750
|
accounts?: Record<string, {
|
|
739
751
|
mnemonic?: string | undefined;
|
|
@@ -752,18 +764,6 @@ export declare const schemas: {
|
|
|
752
764
|
label: string;
|
|
753
765
|
rpcUrl: string;
|
|
754
766
|
}> | undefined;
|
|
755
|
-
accounts?: Record<string, string> | undefined;
|
|
756
|
-
contracts?: Record<string, {
|
|
757
|
-
sourceFile: string;
|
|
758
|
-
hash: string;
|
|
759
|
-
}> | undefined;
|
|
760
|
-
metadata?: {
|
|
761
|
-
name?: string | undefined;
|
|
762
|
-
projectDescription?: string | undefined;
|
|
763
|
-
authors?: string[] | undefined;
|
|
764
|
-
license?: string | undefined;
|
|
765
|
-
homepage?: string | undefined;
|
|
766
|
-
} | undefined;
|
|
767
767
|
sandbox: Record<string, string | {
|
|
768
768
|
plugin?: string | undefined;
|
|
769
769
|
accounts?: Record<string, string | {
|
|
@@ -789,12 +789,24 @@ export declare const schemas: {
|
|
|
789
789
|
}>;
|
|
790
790
|
}>, ParsedConfigStrict, {
|
|
791
791
|
language?: "en" | "fr" | undefined;
|
|
792
|
+
metadata?: {
|
|
793
|
+
name?: string | undefined;
|
|
794
|
+
projectDescription?: string | undefined;
|
|
795
|
+
authors?: string[] | undefined;
|
|
796
|
+
license?: string | undefined;
|
|
797
|
+
homepage?: string | undefined;
|
|
798
|
+
} | undefined;
|
|
799
|
+
artifactsDir?: string | undefined;
|
|
800
|
+
contractsDir?: string | undefined;
|
|
801
|
+
contracts?: Record<string, {
|
|
802
|
+
sourceFile: string;
|
|
803
|
+
hash: string;
|
|
804
|
+
}> | undefined;
|
|
792
805
|
plugins?: {
|
|
793
806
|
type: "npm" | "binary" | "deno";
|
|
794
807
|
name: string;
|
|
795
808
|
}[] | undefined;
|
|
796
|
-
|
|
797
|
-
artifactsDir?: string | undefined;
|
|
809
|
+
accounts?: Record<string, string> | undefined;
|
|
798
810
|
network?: Record<string, {
|
|
799
811
|
accounts?: Record<string, {
|
|
800
812
|
mnemonic?: string | undefined;
|
|
@@ -813,18 +825,6 @@ export declare const schemas: {
|
|
|
813
825
|
label: string;
|
|
814
826
|
rpcUrl: string;
|
|
815
827
|
}> | undefined;
|
|
816
|
-
accounts?: Record<string, string> | undefined;
|
|
817
|
-
contracts?: Record<string, {
|
|
818
|
-
sourceFile: string;
|
|
819
|
-
hash: string;
|
|
820
|
-
}> | undefined;
|
|
821
|
-
metadata?: {
|
|
822
|
-
name?: string | undefined;
|
|
823
|
-
projectDescription?: string | undefined;
|
|
824
|
-
authors?: string[] | undefined;
|
|
825
|
-
license?: string | undefined;
|
|
826
|
-
homepage?: string | undefined;
|
|
827
|
-
} | undefined;
|
|
828
828
|
sandbox: Record<string, string | {
|
|
829
829
|
plugin?: string | undefined;
|
|
830
830
|
accounts?: Record<string, string | {
|
|
@@ -852,6 +852,37 @@ export declare const schemas: {
|
|
|
852
852
|
};
|
|
853
853
|
export declare const rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
|
|
854
854
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
855
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
856
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
857
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
858
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
859
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
860
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
861
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
862
|
+
name?: string | undefined;
|
|
863
|
+
projectDescription?: string | undefined;
|
|
864
|
+
authors?: string[] | undefined;
|
|
865
|
+
license?: string | undefined;
|
|
866
|
+
homepage?: string | undefined;
|
|
867
|
+
}, {
|
|
868
|
+
name?: string | undefined;
|
|
869
|
+
projectDescription?: string | undefined;
|
|
870
|
+
authors?: string[] | undefined;
|
|
871
|
+
license?: string | undefined;
|
|
872
|
+
homepage?: string | undefined;
|
|
873
|
+
}>>;
|
|
874
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
875
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
876
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
877
|
+
sourceFile: import("zod").ZodString;
|
|
878
|
+
hash: import("zod").ZodString;
|
|
879
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
880
|
+
sourceFile: string;
|
|
881
|
+
hash: string;
|
|
882
|
+
}, {
|
|
883
|
+
sourceFile: string;
|
|
884
|
+
hash: string;
|
|
885
|
+
}>>>;
|
|
855
886
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
856
887
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
857
888
|
name: import("zod").ZodString;
|
|
@@ -862,8 +893,23 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
862
893
|
type: "npm" | "binary" | "deno";
|
|
863
894
|
name: string;
|
|
864
895
|
}>, "many">>;
|
|
865
|
-
|
|
866
|
-
|
|
896
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
897
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
898
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
899
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
900
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
901
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
902
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
903
|
+
storage?: Record<string, string> | undefined;
|
|
904
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
905
|
+
networks: string[];
|
|
906
|
+
sandboxes: string[];
|
|
907
|
+
}, {
|
|
908
|
+
storage?: Record<string, string> | undefined;
|
|
909
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
910
|
+
networks: string[];
|
|
911
|
+
sandboxes: string[];
|
|
912
|
+
}>, import("zod").ZodString]>>;
|
|
867
913
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
868
914
|
label: import("zod").ZodString;
|
|
869
915
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1005,52 +1051,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1005
1051
|
label: string;
|
|
1006
1052
|
rpcUrl: string;
|
|
1007
1053
|
}>>>;
|
|
1008
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1009
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1010
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1011
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1012
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1013
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1014
|
-
storage?: Record<string, string> | undefined;
|
|
1015
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1016
|
-
networks: string[];
|
|
1017
|
-
sandboxes: string[];
|
|
1018
|
-
}, {
|
|
1019
|
-
storage?: Record<string, string> | undefined;
|
|
1020
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1021
|
-
networks: string[];
|
|
1022
|
-
sandboxes: string[];
|
|
1023
|
-
}>, import("zod").ZodString]>>;
|
|
1024
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1025
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1026
|
-
sourceFile: import("zod").ZodString;
|
|
1027
|
-
hash: import("zod").ZodString;
|
|
1028
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1029
|
-
sourceFile: string;
|
|
1030
|
-
hash: string;
|
|
1031
|
-
}, {
|
|
1032
|
-
sourceFile: string;
|
|
1033
|
-
hash: string;
|
|
1034
|
-
}>>>;
|
|
1035
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1036
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1037
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1038
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1039
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1040
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1041
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1042
|
-
name?: string | undefined;
|
|
1043
|
-
projectDescription?: string | undefined;
|
|
1044
|
-
authors?: string[] | undefined;
|
|
1045
|
-
license?: string | undefined;
|
|
1046
|
-
homepage?: string | undefined;
|
|
1047
|
-
}, {
|
|
1048
|
-
name?: string | undefined;
|
|
1049
|
-
projectDescription?: string | undefined;
|
|
1050
|
-
authors?: string[] | undefined;
|
|
1051
|
-
license?: string | undefined;
|
|
1052
|
-
homepage?: string | undefined;
|
|
1053
|
-
}>>;
|
|
1054
1054
|
}, "sandbox">, {
|
|
1055
1055
|
sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1056
1056
|
label: import("zod").ZodString;
|
|
@@ -1119,12 +1119,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1119
1119
|
}>, import("zod").ZodString]>>;
|
|
1120
1120
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
1121
1121
|
language?: "en" | "fr" | undefined;
|
|
1122
|
+
metadata?: {
|
|
1123
|
+
name?: string | undefined;
|
|
1124
|
+
projectDescription?: string | undefined;
|
|
1125
|
+
authors?: string[] | undefined;
|
|
1126
|
+
license?: string | undefined;
|
|
1127
|
+
homepage?: string | undefined;
|
|
1128
|
+
} | undefined;
|
|
1129
|
+
artifactsDir?: string | undefined;
|
|
1130
|
+
contractsDir?: string | undefined;
|
|
1131
|
+
contracts?: Record<string, {
|
|
1132
|
+
sourceFile: string;
|
|
1133
|
+
hash: string;
|
|
1134
|
+
}> | undefined;
|
|
1122
1135
|
plugins?: {
|
|
1123
1136
|
type: "npm" | "binary" | "deno";
|
|
1124
1137
|
name: string;
|
|
1125
1138
|
}[] | undefined;
|
|
1126
|
-
|
|
1127
|
-
artifactsDir?: string | undefined;
|
|
1139
|
+
accounts?: Record<string, string> | undefined;
|
|
1128
1140
|
network?: Record<string, {
|
|
1129
1141
|
accounts?: Record<string, {
|
|
1130
1142
|
mnemonic?: string | undefined;
|
|
@@ -1143,18 +1155,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1143
1155
|
label: string;
|
|
1144
1156
|
rpcUrl: string;
|
|
1145
1157
|
}> | undefined;
|
|
1146
|
-
accounts?: Record<string, string> | undefined;
|
|
1147
|
-
contracts?: Record<string, {
|
|
1148
|
-
sourceFile: string;
|
|
1149
|
-
hash: string;
|
|
1150
|
-
}> | undefined;
|
|
1151
|
-
metadata?: {
|
|
1152
|
-
name?: string | undefined;
|
|
1153
|
-
projectDescription?: string | undefined;
|
|
1154
|
-
authors?: string[] | undefined;
|
|
1155
|
-
license?: string | undefined;
|
|
1156
|
-
homepage?: string | undefined;
|
|
1157
|
-
} | undefined;
|
|
1158
1158
|
sandbox: Record<string, string | {
|
|
1159
1159
|
plugin?: string | undefined;
|
|
1160
1160
|
accounts?: Record<string, string | {
|
|
@@ -1180,12 +1180,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1180
1180
|
}>;
|
|
1181
1181
|
}, {
|
|
1182
1182
|
language?: "en" | "fr" | undefined;
|
|
1183
|
+
metadata?: {
|
|
1184
|
+
name?: string | undefined;
|
|
1185
|
+
projectDescription?: string | undefined;
|
|
1186
|
+
authors?: string[] | undefined;
|
|
1187
|
+
license?: string | undefined;
|
|
1188
|
+
homepage?: string | undefined;
|
|
1189
|
+
} | undefined;
|
|
1190
|
+
artifactsDir?: string | undefined;
|
|
1191
|
+
contractsDir?: string | undefined;
|
|
1192
|
+
contracts?: Record<string, {
|
|
1193
|
+
sourceFile: string;
|
|
1194
|
+
hash: string;
|
|
1195
|
+
}> | undefined;
|
|
1183
1196
|
plugins?: {
|
|
1184
1197
|
type: "npm" | "binary" | "deno";
|
|
1185
1198
|
name: string;
|
|
1186
1199
|
}[] | undefined;
|
|
1187
|
-
|
|
1188
|
-
artifactsDir?: string | undefined;
|
|
1200
|
+
accounts?: Record<string, string> | undefined;
|
|
1189
1201
|
network?: Record<string, {
|
|
1190
1202
|
accounts?: Record<string, {
|
|
1191
1203
|
mnemonic?: string | undefined;
|
|
@@ -1204,18 +1216,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1204
1216
|
label: string;
|
|
1205
1217
|
rpcUrl: string;
|
|
1206
1218
|
}> | undefined;
|
|
1207
|
-
accounts?: Record<string, string> | undefined;
|
|
1208
|
-
contracts?: Record<string, {
|
|
1209
|
-
sourceFile: string;
|
|
1210
|
-
hash: string;
|
|
1211
|
-
}> | undefined;
|
|
1212
|
-
metadata?: {
|
|
1213
|
-
name?: string | undefined;
|
|
1214
|
-
projectDescription?: string | undefined;
|
|
1215
|
-
authors?: string[] | undefined;
|
|
1216
|
-
license?: string | undefined;
|
|
1217
|
-
homepage?: string | undefined;
|
|
1218
|
-
} | undefined;
|
|
1219
1219
|
sandbox: Record<string, string | {
|
|
1220
1220
|
plugin?: string | undefined;
|
|
1221
1221
|
accounts?: Record<string, string | {
|
|
@@ -1242,6 +1242,37 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1242
1242
|
}>;
|
|
1243
1243
|
export declare const internalSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
|
|
1244
1244
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1245
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1246
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1247
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1248
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1249
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1250
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1251
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1252
|
+
name?: string | undefined;
|
|
1253
|
+
projectDescription?: string | undefined;
|
|
1254
|
+
authors?: string[] | undefined;
|
|
1255
|
+
license?: string | undefined;
|
|
1256
|
+
homepage?: string | undefined;
|
|
1257
|
+
}, {
|
|
1258
|
+
name?: string | undefined;
|
|
1259
|
+
projectDescription?: string | undefined;
|
|
1260
|
+
authors?: string[] | undefined;
|
|
1261
|
+
license?: string | undefined;
|
|
1262
|
+
homepage?: string | undefined;
|
|
1263
|
+
}>>;
|
|
1264
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1265
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1266
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1267
|
+
sourceFile: import("zod").ZodString;
|
|
1268
|
+
hash: import("zod").ZodString;
|
|
1269
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1270
|
+
sourceFile: string;
|
|
1271
|
+
hash: string;
|
|
1272
|
+
}, {
|
|
1273
|
+
sourceFile: string;
|
|
1274
|
+
hash: string;
|
|
1275
|
+
}>>>;
|
|
1245
1276
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1246
1277
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1247
1278
|
name: import("zod").ZodString;
|
|
@@ -1252,8 +1283,23 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1252
1283
|
type: "npm" | "binary" | "deno";
|
|
1253
1284
|
name: string;
|
|
1254
1285
|
}>, "many">>;
|
|
1255
|
-
|
|
1256
|
-
|
|
1286
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1287
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1288
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1289
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1290
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1291
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1292
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1293
|
+
storage?: Record<string, string> | undefined;
|
|
1294
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1295
|
+
networks: string[];
|
|
1296
|
+
sandboxes: string[];
|
|
1297
|
+
}, {
|
|
1298
|
+
storage?: Record<string, string> | undefined;
|
|
1299
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1300
|
+
networks: string[];
|
|
1301
|
+
sandboxes: string[];
|
|
1302
|
+
}>, import("zod").ZodString]>>;
|
|
1257
1303
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1258
1304
|
label: import("zod").ZodString;
|
|
1259
1305
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1395,52 +1441,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1395
1441
|
label: string;
|
|
1396
1442
|
rpcUrl: string;
|
|
1397
1443
|
}>>>;
|
|
1398
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1399
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1400
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1401
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1402
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1403
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1404
|
-
storage?: Record<string, string> | undefined;
|
|
1405
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1406
|
-
networks: string[];
|
|
1407
|
-
sandboxes: string[];
|
|
1408
|
-
}, {
|
|
1409
|
-
storage?: Record<string, string> | undefined;
|
|
1410
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1411
|
-
networks: string[];
|
|
1412
|
-
sandboxes: string[];
|
|
1413
|
-
}>, import("zod").ZodString]>>;
|
|
1414
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1415
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1416
|
-
sourceFile: import("zod").ZodString;
|
|
1417
|
-
hash: import("zod").ZodString;
|
|
1418
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1419
|
-
sourceFile: string;
|
|
1420
|
-
hash: string;
|
|
1421
|
-
}, {
|
|
1422
|
-
sourceFile: string;
|
|
1423
|
-
hash: string;
|
|
1424
|
-
}>>>;
|
|
1425
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1426
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1427
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1428
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1429
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1430
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1431
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1432
|
-
name?: string | undefined;
|
|
1433
|
-
projectDescription?: string | undefined;
|
|
1434
|
-
authors?: string[] | undefined;
|
|
1435
|
-
license?: string | undefined;
|
|
1436
|
-
homepage?: string | undefined;
|
|
1437
|
-
}, {
|
|
1438
|
-
name?: string | undefined;
|
|
1439
|
-
projectDescription?: string | undefined;
|
|
1440
|
-
authors?: string[] | undefined;
|
|
1441
|
-
license?: string | undefined;
|
|
1442
|
-
homepage?: string | undefined;
|
|
1443
|
-
}>>;
|
|
1444
1444
|
}, "sandbox">, {
|
|
1445
1445
|
sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1446
1446
|
label: import("zod").ZodString;
|
|
@@ -1509,12 +1509,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1509
1509
|
}>, import("zod").ZodString]>>;
|
|
1510
1510
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
1511
1511
|
language?: "en" | "fr" | undefined;
|
|
1512
|
+
metadata?: {
|
|
1513
|
+
name?: string | undefined;
|
|
1514
|
+
projectDescription?: string | undefined;
|
|
1515
|
+
authors?: string[] | undefined;
|
|
1516
|
+
license?: string | undefined;
|
|
1517
|
+
homepage?: string | undefined;
|
|
1518
|
+
} | undefined;
|
|
1519
|
+
artifactsDir?: string | undefined;
|
|
1520
|
+
contractsDir?: string | undefined;
|
|
1521
|
+
contracts?: Record<string, {
|
|
1522
|
+
sourceFile: string;
|
|
1523
|
+
hash: string;
|
|
1524
|
+
}> | undefined;
|
|
1512
1525
|
plugins?: {
|
|
1513
1526
|
type: "npm" | "binary" | "deno";
|
|
1514
1527
|
name: string;
|
|
1515
1528
|
}[] | undefined;
|
|
1516
|
-
|
|
1517
|
-
artifactsDir?: string | undefined;
|
|
1529
|
+
accounts?: Record<string, string> | undefined;
|
|
1518
1530
|
network?: Record<string, {
|
|
1519
1531
|
accounts?: Record<string, {
|
|
1520
1532
|
mnemonic?: string | undefined;
|
|
@@ -1533,18 +1545,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1533
1545
|
label: string;
|
|
1534
1546
|
rpcUrl: string;
|
|
1535
1547
|
}> | undefined;
|
|
1536
|
-
accounts?: Record<string, string> | undefined;
|
|
1537
|
-
contracts?: Record<string, {
|
|
1538
|
-
sourceFile: string;
|
|
1539
|
-
hash: string;
|
|
1540
|
-
}> | undefined;
|
|
1541
|
-
metadata?: {
|
|
1542
|
-
name?: string | undefined;
|
|
1543
|
-
projectDescription?: string | undefined;
|
|
1544
|
-
authors?: string[] | undefined;
|
|
1545
|
-
license?: string | undefined;
|
|
1546
|
-
homepage?: string | undefined;
|
|
1547
|
-
} | undefined;
|
|
1548
1548
|
sandbox: Record<string, string | {
|
|
1549
1549
|
plugin?: string | undefined;
|
|
1550
1550
|
accounts?: Record<string, string | {
|
|
@@ -1570,12 +1570,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1570
1570
|
}>;
|
|
1571
1571
|
}, {
|
|
1572
1572
|
language?: "en" | "fr" | undefined;
|
|
1573
|
+
metadata?: {
|
|
1574
|
+
name?: string | undefined;
|
|
1575
|
+
projectDescription?: string | undefined;
|
|
1576
|
+
authors?: string[] | undefined;
|
|
1577
|
+
license?: string | undefined;
|
|
1578
|
+
homepage?: string | undefined;
|
|
1579
|
+
} | undefined;
|
|
1580
|
+
artifactsDir?: string | undefined;
|
|
1581
|
+
contractsDir?: string | undefined;
|
|
1582
|
+
contracts?: Record<string, {
|
|
1583
|
+
sourceFile: string;
|
|
1584
|
+
hash: string;
|
|
1585
|
+
}> | undefined;
|
|
1573
1586
|
plugins?: {
|
|
1574
1587
|
type: "npm" | "binary" | "deno";
|
|
1575
1588
|
name: string;
|
|
1576
1589
|
}[] | undefined;
|
|
1577
|
-
|
|
1578
|
-
artifactsDir?: string | undefined;
|
|
1590
|
+
accounts?: Record<string, string> | undefined;
|
|
1579
1591
|
network?: Record<string, {
|
|
1580
1592
|
accounts?: Record<string, {
|
|
1581
1593
|
mnemonic?: string | undefined;
|
|
@@ -1594,18 +1606,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1594
1606
|
label: string;
|
|
1595
1607
|
rpcUrl: string;
|
|
1596
1608
|
}> | undefined;
|
|
1597
|
-
accounts?: Record<string, string> | undefined;
|
|
1598
|
-
contracts?: Record<string, {
|
|
1599
|
-
sourceFile: string;
|
|
1600
|
-
hash: string;
|
|
1601
|
-
}> | undefined;
|
|
1602
|
-
metadata?: {
|
|
1603
|
-
name?: string | undefined;
|
|
1604
|
-
projectDescription?: string | undefined;
|
|
1605
|
-
authors?: string[] | undefined;
|
|
1606
|
-
license?: string | undefined;
|
|
1607
|
-
homepage?: string | undefined;
|
|
1608
|
-
} | undefined;
|
|
1609
1609
|
sandbox: Record<string, string | {
|
|
1610
1610
|
plugin?: string | undefined;
|
|
1611
1611
|
accounts?: Record<string, string | {
|