@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<LoadedConfigStrict, '__type'>) => Future
|
|
|
10
10
|
export declare const schemas: {
|
|
11
11
|
rawSchema: import("zod").ZodObject<import("zod").extendShape<{
|
|
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
|
}, {
|
|
213
213
|
projectDir: import("zod").ZodString;
|
|
214
214
|
configFile: import("zod").ZodString;
|
|
@@ -232,12 +232,24 @@ export declare const schemas: {
|
|
|
232
232
|
rpcUrl: string;
|
|
233
233
|
}> | undefined;
|
|
234
234
|
language?: "en" | "fr" | undefined;
|
|
235
|
+
metadata?: {
|
|
236
|
+
name?: string | undefined;
|
|
237
|
+
projectDescription?: string | undefined;
|
|
238
|
+
authors?: string[] | undefined;
|
|
239
|
+
license?: string | undefined;
|
|
240
|
+
homepage?: string | undefined;
|
|
241
|
+
} | undefined;
|
|
242
|
+
artifactsDir?: string | undefined;
|
|
243
|
+
contractsDir?: string | undefined;
|
|
244
|
+
contracts?: Record<string, {
|
|
245
|
+
sourceFile: string;
|
|
246
|
+
hash: string;
|
|
247
|
+
}> | undefined;
|
|
235
248
|
plugins?: {
|
|
236
249
|
type: "npm" | "binary" | "deno";
|
|
237
250
|
name: string;
|
|
238
251
|
}[] | undefined;
|
|
239
|
-
|
|
240
|
-
artifactsDir?: string | undefined;
|
|
252
|
+
accounts?: Record<string, string> | undefined;
|
|
241
253
|
network?: Record<string, {
|
|
242
254
|
accounts?: Record<string, {
|
|
243
255
|
mnemonic?: string | undefined;
|
|
@@ -256,18 +268,6 @@ export declare const schemas: {
|
|
|
256
268
|
label: string;
|
|
257
269
|
rpcUrl: string;
|
|
258
270
|
}> | undefined;
|
|
259
|
-
accounts?: Record<string, string> | undefined;
|
|
260
|
-
contracts?: Record<string, {
|
|
261
|
-
sourceFile: string;
|
|
262
|
-
hash: string;
|
|
263
|
-
}> | undefined;
|
|
264
|
-
metadata?: {
|
|
265
|
-
name?: string | undefined;
|
|
266
|
-
projectDescription?: string | undefined;
|
|
267
|
-
authors?: string[] | undefined;
|
|
268
|
-
license?: string | undefined;
|
|
269
|
-
homepage?: string | undefined;
|
|
270
|
-
} | undefined;
|
|
271
271
|
projectDir: string;
|
|
272
272
|
environment: Record<string, string | {
|
|
273
273
|
storage?: Record<string, string> | undefined;
|
|
@@ -296,12 +296,24 @@ export declare const schemas: {
|
|
|
296
296
|
rpcUrl: string;
|
|
297
297
|
}> | undefined;
|
|
298
298
|
language?: "en" | "fr" | undefined;
|
|
299
|
+
metadata?: {
|
|
300
|
+
name?: string | undefined;
|
|
301
|
+
projectDescription?: string | undefined;
|
|
302
|
+
authors?: string[] | undefined;
|
|
303
|
+
license?: string | undefined;
|
|
304
|
+
homepage?: string | undefined;
|
|
305
|
+
} | undefined;
|
|
306
|
+
artifactsDir?: string | undefined;
|
|
307
|
+
contractsDir?: string | undefined;
|
|
308
|
+
contracts?: Record<string, {
|
|
309
|
+
sourceFile: string;
|
|
310
|
+
hash: string;
|
|
311
|
+
}> | undefined;
|
|
299
312
|
plugins?: {
|
|
300
313
|
type: "npm" | "binary" | "deno";
|
|
301
314
|
name: string;
|
|
302
315
|
}[] | undefined;
|
|
303
|
-
|
|
304
|
-
artifactsDir?: string | undefined;
|
|
316
|
+
accounts?: Record<string, string> | undefined;
|
|
305
317
|
network?: Record<string, {
|
|
306
318
|
accounts?: Record<string, {
|
|
307
319
|
mnemonic?: string | undefined;
|
|
@@ -320,18 +332,6 @@ export declare const schemas: {
|
|
|
320
332
|
label: string;
|
|
321
333
|
rpcUrl: string;
|
|
322
334
|
}> | undefined;
|
|
323
|
-
accounts?: Record<string, string> | undefined;
|
|
324
|
-
contracts?: Record<string, {
|
|
325
|
-
sourceFile: string;
|
|
326
|
-
hash: string;
|
|
327
|
-
}> | undefined;
|
|
328
|
-
metadata?: {
|
|
329
|
-
name?: string | undefined;
|
|
330
|
-
projectDescription?: string | undefined;
|
|
331
|
-
authors?: string[] | undefined;
|
|
332
|
-
license?: string | undefined;
|
|
333
|
-
homepage?: string | undefined;
|
|
334
|
-
} | undefined;
|
|
335
335
|
projectDir: string;
|
|
336
336
|
environment: Record<string, string | {
|
|
337
337
|
storage?: Record<string, string> | undefined;
|
|
@@ -344,6 +344,37 @@ export declare const schemas: {
|
|
|
344
344
|
}>;
|
|
345
345
|
schema: import("zod").ZodEffects<import("zod").ZodObject<import("zod").extendShape<{
|
|
346
346
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
347
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
348
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
349
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
350
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
351
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
352
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
353
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
354
|
+
name?: string | undefined;
|
|
355
|
+
projectDescription?: string | undefined;
|
|
356
|
+
authors?: string[] | undefined;
|
|
357
|
+
license?: string | undefined;
|
|
358
|
+
homepage?: string | undefined;
|
|
359
|
+
}, {
|
|
360
|
+
name?: string | undefined;
|
|
361
|
+
projectDescription?: string | undefined;
|
|
362
|
+
authors?: string[] | undefined;
|
|
363
|
+
license?: string | undefined;
|
|
364
|
+
homepage?: string | undefined;
|
|
365
|
+
}>>;
|
|
366
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
367
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
368
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
369
|
+
sourceFile: import("zod").ZodString;
|
|
370
|
+
hash: import("zod").ZodString;
|
|
371
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
372
|
+
sourceFile: string;
|
|
373
|
+
hash: string;
|
|
374
|
+
}, {
|
|
375
|
+
sourceFile: string;
|
|
376
|
+
hash: string;
|
|
377
|
+
}>>>;
|
|
347
378
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
348
379
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
349
380
|
name: import("zod").ZodString;
|
|
@@ -354,8 +385,23 @@ export declare const schemas: {
|
|
|
354
385
|
type: "npm" | "binary" | "deno";
|
|
355
386
|
name: string;
|
|
356
387
|
}>, "many">>;
|
|
357
|
-
|
|
358
|
-
|
|
388
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
389
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
390
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
391
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
392
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
393
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
394
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
395
|
+
storage?: Record<string, string> | undefined;
|
|
396
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
397
|
+
networks: string[];
|
|
398
|
+
sandboxes: string[];
|
|
399
|
+
}, {
|
|
400
|
+
storage?: Record<string, string> | undefined;
|
|
401
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
402
|
+
networks: string[];
|
|
403
|
+
sandboxes: string[];
|
|
404
|
+
}>, import("zod").ZodString]>>;
|
|
359
405
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
360
406
|
label: import("zod").ZodString;
|
|
361
407
|
rpcUrl: import("zod").ZodString;
|
|
@@ -497,52 +543,6 @@ export declare const schemas: {
|
|
|
497
543
|
label: string;
|
|
498
544
|
rpcUrl: string;
|
|
499
545
|
}>>>;
|
|
500
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
501
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
502
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
503
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
504
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
505
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
506
|
-
storage?: Record<string, string> | undefined;
|
|
507
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
508
|
-
networks: string[];
|
|
509
|
-
sandboxes: string[];
|
|
510
|
-
}, {
|
|
511
|
-
storage?: Record<string, string> | undefined;
|
|
512
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
513
|
-
networks: string[];
|
|
514
|
-
sandboxes: string[];
|
|
515
|
-
}>, import("zod").ZodString]>>;
|
|
516
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
517
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
518
|
-
sourceFile: import("zod").ZodString;
|
|
519
|
-
hash: import("zod").ZodString;
|
|
520
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
521
|
-
sourceFile: string;
|
|
522
|
-
hash: string;
|
|
523
|
-
}, {
|
|
524
|
-
sourceFile: string;
|
|
525
|
-
hash: string;
|
|
526
|
-
}>>>;
|
|
527
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
528
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
529
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
530
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
531
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
532
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
533
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
534
|
-
name?: string | undefined;
|
|
535
|
-
projectDescription?: string | undefined;
|
|
536
|
-
authors?: string[] | undefined;
|
|
537
|
-
license?: string | undefined;
|
|
538
|
-
homepage?: string | undefined;
|
|
539
|
-
}, {
|
|
540
|
-
name?: string | undefined;
|
|
541
|
-
projectDescription?: string | undefined;
|
|
542
|
-
authors?: string[] | undefined;
|
|
543
|
-
license?: string | undefined;
|
|
544
|
-
homepage?: string | undefined;
|
|
545
|
-
}>>;
|
|
546
546
|
}, {
|
|
547
547
|
projectDir: import("zod").ZodString;
|
|
548
548
|
configFile: import("zod").ZodString;
|
|
@@ -566,12 +566,24 @@ export declare const schemas: {
|
|
|
566
566
|
rpcUrl: string;
|
|
567
567
|
}> | undefined;
|
|
568
568
|
language?: "en" | "fr" | undefined;
|
|
569
|
+
metadata?: {
|
|
570
|
+
name?: string | undefined;
|
|
571
|
+
projectDescription?: string | undefined;
|
|
572
|
+
authors?: string[] | undefined;
|
|
573
|
+
license?: string | undefined;
|
|
574
|
+
homepage?: string | undefined;
|
|
575
|
+
} | undefined;
|
|
576
|
+
artifactsDir?: string | undefined;
|
|
577
|
+
contractsDir?: string | undefined;
|
|
578
|
+
contracts?: Record<string, {
|
|
579
|
+
sourceFile: string;
|
|
580
|
+
hash: string;
|
|
581
|
+
}> | undefined;
|
|
569
582
|
plugins?: {
|
|
570
583
|
type: "npm" | "binary" | "deno";
|
|
571
584
|
name: string;
|
|
572
585
|
}[] | undefined;
|
|
573
|
-
|
|
574
|
-
artifactsDir?: string | undefined;
|
|
586
|
+
accounts?: Record<string, string> | undefined;
|
|
575
587
|
network?: Record<string, {
|
|
576
588
|
accounts?: Record<string, {
|
|
577
589
|
mnemonic?: string | undefined;
|
|
@@ -590,18 +602,6 @@ export declare const schemas: {
|
|
|
590
602
|
label: string;
|
|
591
603
|
rpcUrl: string;
|
|
592
604
|
}> | undefined;
|
|
593
|
-
accounts?: Record<string, string> | undefined;
|
|
594
|
-
contracts?: Record<string, {
|
|
595
|
-
sourceFile: string;
|
|
596
|
-
hash: string;
|
|
597
|
-
}> | undefined;
|
|
598
|
-
metadata?: {
|
|
599
|
-
name?: string | undefined;
|
|
600
|
-
projectDescription?: string | undefined;
|
|
601
|
-
authors?: string[] | undefined;
|
|
602
|
-
license?: string | undefined;
|
|
603
|
-
homepage?: string | undefined;
|
|
604
|
-
} | undefined;
|
|
605
605
|
projectDir: string;
|
|
606
606
|
environment: Record<string, string | {
|
|
607
607
|
storage?: Record<string, string> | undefined;
|
|
@@ -630,12 +630,24 @@ export declare const schemas: {
|
|
|
630
630
|
rpcUrl: string;
|
|
631
631
|
}> | undefined;
|
|
632
632
|
language?: "en" | "fr" | undefined;
|
|
633
|
+
metadata?: {
|
|
634
|
+
name?: string | undefined;
|
|
635
|
+
projectDescription?: string | undefined;
|
|
636
|
+
authors?: string[] | undefined;
|
|
637
|
+
license?: string | undefined;
|
|
638
|
+
homepage?: string | undefined;
|
|
639
|
+
} | undefined;
|
|
640
|
+
artifactsDir?: string | undefined;
|
|
641
|
+
contractsDir?: string | undefined;
|
|
642
|
+
contracts?: Record<string, {
|
|
643
|
+
sourceFile: string;
|
|
644
|
+
hash: string;
|
|
645
|
+
}> | undefined;
|
|
633
646
|
plugins?: {
|
|
634
647
|
type: "npm" | "binary" | "deno";
|
|
635
648
|
name: string;
|
|
636
649
|
}[] | undefined;
|
|
637
|
-
|
|
638
|
-
artifactsDir?: string | undefined;
|
|
650
|
+
accounts?: Record<string, string> | undefined;
|
|
639
651
|
network?: Record<string, {
|
|
640
652
|
accounts?: Record<string, {
|
|
641
653
|
mnemonic?: string | undefined;
|
|
@@ -654,18 +666,6 @@ export declare const schemas: {
|
|
|
654
666
|
label: string;
|
|
655
667
|
rpcUrl: string;
|
|
656
668
|
}> | undefined;
|
|
657
|
-
accounts?: Record<string, string> | undefined;
|
|
658
|
-
contracts?: Record<string, {
|
|
659
|
-
sourceFile: string;
|
|
660
|
-
hash: string;
|
|
661
|
-
}> | undefined;
|
|
662
|
-
metadata?: {
|
|
663
|
-
name?: string | undefined;
|
|
664
|
-
projectDescription?: string | undefined;
|
|
665
|
-
authors?: string[] | undefined;
|
|
666
|
-
license?: string | undefined;
|
|
667
|
-
homepage?: string | undefined;
|
|
668
|
-
} | undefined;
|
|
669
669
|
projectDir: string;
|
|
670
670
|
environment: Record<string, string | {
|
|
671
671
|
storage?: Record<string, string> | undefined;
|
|
@@ -694,12 +694,24 @@ export declare const schemas: {
|
|
|
694
694
|
rpcUrl: string;
|
|
695
695
|
}> | undefined;
|
|
696
696
|
language?: "en" | "fr" | undefined;
|
|
697
|
+
metadata?: {
|
|
698
|
+
name?: string | undefined;
|
|
699
|
+
projectDescription?: string | undefined;
|
|
700
|
+
authors?: string[] | undefined;
|
|
701
|
+
license?: string | undefined;
|
|
702
|
+
homepage?: string | undefined;
|
|
703
|
+
} | undefined;
|
|
704
|
+
artifactsDir?: string | undefined;
|
|
705
|
+
contractsDir?: string | undefined;
|
|
706
|
+
contracts?: Record<string, {
|
|
707
|
+
sourceFile: string;
|
|
708
|
+
hash: string;
|
|
709
|
+
}> | undefined;
|
|
697
710
|
plugins?: {
|
|
698
711
|
type: "npm" | "binary" | "deno";
|
|
699
712
|
name: string;
|
|
700
713
|
}[] | undefined;
|
|
701
|
-
|
|
702
|
-
artifactsDir?: string | undefined;
|
|
714
|
+
accounts?: Record<string, string> | undefined;
|
|
703
715
|
network?: Record<string, {
|
|
704
716
|
accounts?: Record<string, {
|
|
705
717
|
mnemonic?: string | undefined;
|
|
@@ -718,18 +730,6 @@ export declare const schemas: {
|
|
|
718
730
|
label: string;
|
|
719
731
|
rpcUrl: string;
|
|
720
732
|
}> | undefined;
|
|
721
|
-
accounts?: Record<string, string> | undefined;
|
|
722
|
-
contracts?: Record<string, {
|
|
723
|
-
sourceFile: string;
|
|
724
|
-
hash: string;
|
|
725
|
-
}> | undefined;
|
|
726
|
-
metadata?: {
|
|
727
|
-
name?: string | undefined;
|
|
728
|
-
projectDescription?: string | undefined;
|
|
729
|
-
authors?: string[] | undefined;
|
|
730
|
-
license?: string | undefined;
|
|
731
|
-
homepage?: string | undefined;
|
|
732
|
-
} | undefined;
|
|
733
733
|
projectDir: string;
|
|
734
734
|
environment: Record<string, string | {
|
|
735
735
|
storage?: Record<string, string> | undefined;
|
|
@@ -743,6 +743,37 @@ export declare const schemas: {
|
|
|
743
743
|
};
|
|
744
744
|
export declare const rawSchema: import("zod").ZodObject<import("zod").extendShape<{
|
|
745
745
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
746
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
747
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
748
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
749
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
750
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
751
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
752
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
753
|
+
name?: string | undefined;
|
|
754
|
+
projectDescription?: string | undefined;
|
|
755
|
+
authors?: string[] | undefined;
|
|
756
|
+
license?: string | undefined;
|
|
757
|
+
homepage?: string | undefined;
|
|
758
|
+
}, {
|
|
759
|
+
name?: string | undefined;
|
|
760
|
+
projectDescription?: string | undefined;
|
|
761
|
+
authors?: string[] | undefined;
|
|
762
|
+
license?: string | undefined;
|
|
763
|
+
homepage?: string | undefined;
|
|
764
|
+
}>>;
|
|
765
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
766
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
767
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
768
|
+
sourceFile: import("zod").ZodString;
|
|
769
|
+
hash: import("zod").ZodString;
|
|
770
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
771
|
+
sourceFile: string;
|
|
772
|
+
hash: string;
|
|
773
|
+
}, {
|
|
774
|
+
sourceFile: string;
|
|
775
|
+
hash: string;
|
|
776
|
+
}>>>;
|
|
746
777
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
747
778
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
748
779
|
name: import("zod").ZodString;
|
|
@@ -753,8 +784,23 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
753
784
|
type: "npm" | "binary" | "deno";
|
|
754
785
|
name: string;
|
|
755
786
|
}>, "many">>;
|
|
756
|
-
|
|
757
|
-
|
|
787
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
788
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
789
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
790
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
791
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
792
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
793
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
794
|
+
storage?: Record<string, string> | undefined;
|
|
795
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
796
|
+
networks: string[];
|
|
797
|
+
sandboxes: string[];
|
|
798
|
+
}, {
|
|
799
|
+
storage?: Record<string, string> | undefined;
|
|
800
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
801
|
+
networks: string[];
|
|
802
|
+
sandboxes: string[];
|
|
803
|
+
}>, import("zod").ZodString]>>;
|
|
758
804
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
759
805
|
label: import("zod").ZodString;
|
|
760
806
|
rpcUrl: import("zod").ZodString;
|
|
@@ -896,52 +942,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
896
942
|
label: string;
|
|
897
943
|
rpcUrl: string;
|
|
898
944
|
}>>>;
|
|
899
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
900
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
901
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
902
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
903
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
904
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
905
|
-
storage?: Record<string, string> | undefined;
|
|
906
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
907
|
-
networks: string[];
|
|
908
|
-
sandboxes: string[];
|
|
909
|
-
}, {
|
|
910
|
-
storage?: Record<string, string> | undefined;
|
|
911
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
912
|
-
networks: string[];
|
|
913
|
-
sandboxes: string[];
|
|
914
|
-
}>, import("zod").ZodString]>>;
|
|
915
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
916
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
917
|
-
sourceFile: import("zod").ZodString;
|
|
918
|
-
hash: import("zod").ZodString;
|
|
919
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
920
|
-
sourceFile: string;
|
|
921
|
-
hash: string;
|
|
922
|
-
}, {
|
|
923
|
-
sourceFile: string;
|
|
924
|
-
hash: string;
|
|
925
|
-
}>>>;
|
|
926
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
927
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
928
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
929
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
930
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
931
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
932
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
933
|
-
name?: string | undefined;
|
|
934
|
-
projectDescription?: string | undefined;
|
|
935
|
-
authors?: string[] | undefined;
|
|
936
|
-
license?: string | undefined;
|
|
937
|
-
homepage?: string | undefined;
|
|
938
|
-
}, {
|
|
939
|
-
name?: string | undefined;
|
|
940
|
-
projectDescription?: string | undefined;
|
|
941
|
-
authors?: string[] | undefined;
|
|
942
|
-
license?: string | undefined;
|
|
943
|
-
homepage?: string | undefined;
|
|
944
|
-
}>>;
|
|
945
945
|
}, {
|
|
946
946
|
projectDir: import("zod").ZodString;
|
|
947
947
|
configFile: import("zod").ZodString;
|
|
@@ -965,12 +965,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
965
965
|
rpcUrl: string;
|
|
966
966
|
}> | undefined;
|
|
967
967
|
language?: "en" | "fr" | undefined;
|
|
968
|
+
metadata?: {
|
|
969
|
+
name?: string | undefined;
|
|
970
|
+
projectDescription?: string | undefined;
|
|
971
|
+
authors?: string[] | undefined;
|
|
972
|
+
license?: string | undefined;
|
|
973
|
+
homepage?: string | undefined;
|
|
974
|
+
} | undefined;
|
|
975
|
+
artifactsDir?: string | undefined;
|
|
976
|
+
contractsDir?: string | undefined;
|
|
977
|
+
contracts?: Record<string, {
|
|
978
|
+
sourceFile: string;
|
|
979
|
+
hash: string;
|
|
980
|
+
}> | undefined;
|
|
968
981
|
plugins?: {
|
|
969
982
|
type: "npm" | "binary" | "deno";
|
|
970
983
|
name: string;
|
|
971
984
|
}[] | undefined;
|
|
972
|
-
|
|
973
|
-
artifactsDir?: string | undefined;
|
|
985
|
+
accounts?: Record<string, string> | undefined;
|
|
974
986
|
network?: Record<string, {
|
|
975
987
|
accounts?: Record<string, {
|
|
976
988
|
mnemonic?: string | undefined;
|
|
@@ -989,18 +1001,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
989
1001
|
label: string;
|
|
990
1002
|
rpcUrl: string;
|
|
991
1003
|
}> | undefined;
|
|
992
|
-
accounts?: Record<string, string> | undefined;
|
|
993
|
-
contracts?: Record<string, {
|
|
994
|
-
sourceFile: string;
|
|
995
|
-
hash: string;
|
|
996
|
-
}> | undefined;
|
|
997
|
-
metadata?: {
|
|
998
|
-
name?: string | undefined;
|
|
999
|
-
projectDescription?: string | undefined;
|
|
1000
|
-
authors?: string[] | undefined;
|
|
1001
|
-
license?: string | undefined;
|
|
1002
|
-
homepage?: string | undefined;
|
|
1003
|
-
} | undefined;
|
|
1004
1004
|
projectDir: string;
|
|
1005
1005
|
environment: Record<string, string | {
|
|
1006
1006
|
storage?: Record<string, string> | undefined;
|
|
@@ -1029,12 +1029,24 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1029
1029
|
rpcUrl: string;
|
|
1030
1030
|
}> | undefined;
|
|
1031
1031
|
language?: "en" | "fr" | undefined;
|
|
1032
|
+
metadata?: {
|
|
1033
|
+
name?: string | undefined;
|
|
1034
|
+
projectDescription?: string | undefined;
|
|
1035
|
+
authors?: string[] | undefined;
|
|
1036
|
+
license?: string | undefined;
|
|
1037
|
+
homepage?: string | undefined;
|
|
1038
|
+
} | undefined;
|
|
1039
|
+
artifactsDir?: string | undefined;
|
|
1040
|
+
contractsDir?: string | undefined;
|
|
1041
|
+
contracts?: Record<string, {
|
|
1042
|
+
sourceFile: string;
|
|
1043
|
+
hash: string;
|
|
1044
|
+
}> | undefined;
|
|
1032
1045
|
plugins?: {
|
|
1033
1046
|
type: "npm" | "binary" | "deno";
|
|
1034
1047
|
name: string;
|
|
1035
1048
|
}[] | undefined;
|
|
1036
|
-
|
|
1037
|
-
artifactsDir?: string | undefined;
|
|
1049
|
+
accounts?: Record<string, string> | undefined;
|
|
1038
1050
|
network?: Record<string, {
|
|
1039
1051
|
accounts?: Record<string, {
|
|
1040
1052
|
mnemonic?: string | undefined;
|
|
@@ -1053,18 +1065,6 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1053
1065
|
label: string;
|
|
1054
1066
|
rpcUrl: string;
|
|
1055
1067
|
}> | undefined;
|
|
1056
|
-
accounts?: Record<string, string> | undefined;
|
|
1057
|
-
contracts?: Record<string, {
|
|
1058
|
-
sourceFile: string;
|
|
1059
|
-
hash: string;
|
|
1060
|
-
}> | undefined;
|
|
1061
|
-
metadata?: {
|
|
1062
|
-
name?: string | undefined;
|
|
1063
|
-
projectDescription?: string | undefined;
|
|
1064
|
-
authors?: string[] | undefined;
|
|
1065
|
-
license?: string | undefined;
|
|
1066
|
-
homepage?: string | undefined;
|
|
1067
|
-
} | undefined;
|
|
1068
1068
|
projectDir: string;
|
|
1069
1069
|
environment: Record<string, string | {
|
|
1070
1070
|
storage?: Record<string, string> | undefined;
|
|
@@ -1077,6 +1077,37 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
|
|
|
1077
1077
|
}>;
|
|
1078
1078
|
export declare const internalSchema: import("zod").ZodObject<import("zod").extendShape<{
|
|
1079
1079
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1080
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1081
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1082
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1083
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1084
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1085
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1086
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1087
|
+
name?: string | undefined;
|
|
1088
|
+
projectDescription?: string | undefined;
|
|
1089
|
+
authors?: string[] | undefined;
|
|
1090
|
+
license?: string | undefined;
|
|
1091
|
+
homepage?: string | undefined;
|
|
1092
|
+
}, {
|
|
1093
|
+
name?: string | undefined;
|
|
1094
|
+
projectDescription?: string | undefined;
|
|
1095
|
+
authors?: string[] | undefined;
|
|
1096
|
+
license?: string | undefined;
|
|
1097
|
+
homepage?: string | undefined;
|
|
1098
|
+
}>>;
|
|
1099
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1100
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1101
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1102
|
+
sourceFile: import("zod").ZodString;
|
|
1103
|
+
hash: import("zod").ZodString;
|
|
1104
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1105
|
+
sourceFile: string;
|
|
1106
|
+
hash: string;
|
|
1107
|
+
}, {
|
|
1108
|
+
sourceFile: string;
|
|
1109
|
+
hash: string;
|
|
1110
|
+
}>>>;
|
|
1080
1111
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1081
1112
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1082
1113
|
name: import("zod").ZodString;
|
|
@@ -1087,8 +1118,23 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1087
1118
|
type: "npm" | "binary" | "deno";
|
|
1088
1119
|
name: string;
|
|
1089
1120
|
}>, "many">>;
|
|
1090
|
-
|
|
1091
|
-
|
|
1121
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1122
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1123
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1124
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1125
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1126
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1127
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1128
|
+
storage?: Record<string, string> | undefined;
|
|
1129
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1130
|
+
networks: string[];
|
|
1131
|
+
sandboxes: string[];
|
|
1132
|
+
}, {
|
|
1133
|
+
storage?: Record<string, string> | undefined;
|
|
1134
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1135
|
+
networks: string[];
|
|
1136
|
+
sandboxes: string[];
|
|
1137
|
+
}>, import("zod").ZodString]>>;
|
|
1092
1138
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1093
1139
|
label: import("zod").ZodString;
|
|
1094
1140
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1230,52 +1276,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1230
1276
|
label: string;
|
|
1231
1277
|
rpcUrl: string;
|
|
1232
1278
|
}>>>;
|
|
1233
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1234
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1235
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1236
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1237
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1238
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1239
|
-
storage?: Record<string, string> | undefined;
|
|
1240
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1241
|
-
networks: string[];
|
|
1242
|
-
sandboxes: string[];
|
|
1243
|
-
}, {
|
|
1244
|
-
storage?: Record<string, string> | undefined;
|
|
1245
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1246
|
-
networks: string[];
|
|
1247
|
-
sandboxes: string[];
|
|
1248
|
-
}>, import("zod").ZodString]>>;
|
|
1249
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1250
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1251
|
-
sourceFile: import("zod").ZodString;
|
|
1252
|
-
hash: import("zod").ZodString;
|
|
1253
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1254
|
-
sourceFile: string;
|
|
1255
|
-
hash: string;
|
|
1256
|
-
}, {
|
|
1257
|
-
sourceFile: string;
|
|
1258
|
-
hash: string;
|
|
1259
|
-
}>>>;
|
|
1260
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1261
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1262
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1263
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1264
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1265
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1266
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1267
|
-
name?: string | undefined;
|
|
1268
|
-
projectDescription?: string | undefined;
|
|
1269
|
-
authors?: string[] | undefined;
|
|
1270
|
-
license?: string | undefined;
|
|
1271
|
-
homepage?: string | undefined;
|
|
1272
|
-
}, {
|
|
1273
|
-
name?: string | undefined;
|
|
1274
|
-
projectDescription?: string | undefined;
|
|
1275
|
-
authors?: string[] | undefined;
|
|
1276
|
-
license?: string | undefined;
|
|
1277
|
-
homepage?: string | undefined;
|
|
1278
|
-
}>>;
|
|
1279
1279
|
}, {
|
|
1280
1280
|
projectDir: import("zod").ZodString;
|
|
1281
1281
|
configFile: import("zod").ZodString;
|
|
@@ -1299,12 +1299,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1299
1299
|
rpcUrl: string;
|
|
1300
1300
|
}> | undefined;
|
|
1301
1301
|
language?: "en" | "fr" | undefined;
|
|
1302
|
+
metadata?: {
|
|
1303
|
+
name?: string | undefined;
|
|
1304
|
+
projectDescription?: string | undefined;
|
|
1305
|
+
authors?: string[] | undefined;
|
|
1306
|
+
license?: string | undefined;
|
|
1307
|
+
homepage?: string | undefined;
|
|
1308
|
+
} | undefined;
|
|
1309
|
+
artifactsDir?: string | undefined;
|
|
1310
|
+
contractsDir?: string | undefined;
|
|
1311
|
+
contracts?: Record<string, {
|
|
1312
|
+
sourceFile: string;
|
|
1313
|
+
hash: string;
|
|
1314
|
+
}> | undefined;
|
|
1302
1315
|
plugins?: {
|
|
1303
1316
|
type: "npm" | "binary" | "deno";
|
|
1304
1317
|
name: string;
|
|
1305
1318
|
}[] | undefined;
|
|
1306
|
-
|
|
1307
|
-
artifactsDir?: string | undefined;
|
|
1319
|
+
accounts?: Record<string, string> | undefined;
|
|
1308
1320
|
network?: Record<string, {
|
|
1309
1321
|
accounts?: Record<string, {
|
|
1310
1322
|
mnemonic?: string | undefined;
|
|
@@ -1323,18 +1335,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1323
1335
|
label: string;
|
|
1324
1336
|
rpcUrl: string;
|
|
1325
1337
|
}> | undefined;
|
|
1326
|
-
accounts?: Record<string, string> | undefined;
|
|
1327
|
-
contracts?: Record<string, {
|
|
1328
|
-
sourceFile: string;
|
|
1329
|
-
hash: string;
|
|
1330
|
-
}> | undefined;
|
|
1331
|
-
metadata?: {
|
|
1332
|
-
name?: string | undefined;
|
|
1333
|
-
projectDescription?: string | undefined;
|
|
1334
|
-
authors?: string[] | undefined;
|
|
1335
|
-
license?: string | undefined;
|
|
1336
|
-
homepage?: string | undefined;
|
|
1337
|
-
} | undefined;
|
|
1338
1338
|
projectDir: string;
|
|
1339
1339
|
environment: Record<string, string | {
|
|
1340
1340
|
storage?: Record<string, string> | undefined;
|
|
@@ -1363,12 +1363,24 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1363
1363
|
rpcUrl: string;
|
|
1364
1364
|
}> | undefined;
|
|
1365
1365
|
language?: "en" | "fr" | undefined;
|
|
1366
|
+
metadata?: {
|
|
1367
|
+
name?: string | undefined;
|
|
1368
|
+
projectDescription?: string | undefined;
|
|
1369
|
+
authors?: string[] | undefined;
|
|
1370
|
+
license?: string | undefined;
|
|
1371
|
+
homepage?: string | undefined;
|
|
1372
|
+
} | undefined;
|
|
1373
|
+
artifactsDir?: string | undefined;
|
|
1374
|
+
contractsDir?: string | undefined;
|
|
1375
|
+
contracts?: Record<string, {
|
|
1376
|
+
sourceFile: string;
|
|
1377
|
+
hash: string;
|
|
1378
|
+
}> | undefined;
|
|
1366
1379
|
plugins?: {
|
|
1367
1380
|
type: "npm" | "binary" | "deno";
|
|
1368
1381
|
name: string;
|
|
1369
1382
|
}[] | undefined;
|
|
1370
|
-
|
|
1371
|
-
artifactsDir?: string | undefined;
|
|
1383
|
+
accounts?: Record<string, string> | undefined;
|
|
1372
1384
|
network?: Record<string, {
|
|
1373
1385
|
accounts?: Record<string, {
|
|
1374
1386
|
mnemonic?: string | undefined;
|
|
@@ -1387,18 +1399,6 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
|
|
|
1387
1399
|
label: string;
|
|
1388
1400
|
rpcUrl: string;
|
|
1389
1401
|
}> | undefined;
|
|
1390
|
-
accounts?: Record<string, string> | undefined;
|
|
1391
|
-
contracts?: Record<string, {
|
|
1392
|
-
sourceFile: string;
|
|
1393
|
-
hash: string;
|
|
1394
|
-
}> | undefined;
|
|
1395
|
-
metadata?: {
|
|
1396
|
-
name?: string | undefined;
|
|
1397
|
-
projectDescription?: string | undefined;
|
|
1398
|
-
authors?: string[] | undefined;
|
|
1399
|
-
license?: string | undefined;
|
|
1400
|
-
homepage?: string | undefined;
|
|
1401
|
-
} | undefined;
|
|
1402
1402
|
projectDir: string;
|
|
1403
1403
|
environment: Record<string, string | {
|
|
1404
1404
|
storage?: Record<string, string> | undefined;
|