@taqueria/protocol 0.25.21-rc → 0.25.23-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/SanitizedArgs.d.ts +14 -0
- package/SanitizedArgs.d.ts.map +1 -1
- package/SanitizedArgs.js +2 -1
- package/SanitizedArgs.js.map +1 -1
- package/SanitizedArgs.mjs +2 -1
- package/SanitizedArgs.mjs.map +1 -1
- package/TaqError.d.ts +1 -1
- package/TaqError.d.ts.map +1 -1
- package/TaqError.js.map +1 -1
- package/TaqError.mjs.map +1 -1
- package/i18n.js +1 -1
- package/i18n.js.map +1 -1
- package/i18n.mjs +1 -1
- package/i18n.mjs.map +1 -1
- package/out/types/Config.d.ts +318 -318
- package/out/types/ConfigAccount.d.js +19 -0
- package/out/types/ConfigAccount.d.js.map +1 -0
- package/out/types/ConfigAccount.d.mjs +1 -0
- package/out/types/ConfigAccount.d.mjs.map +1 -0
- package/out/types/ConfigAccount.d.ts +106 -0
- package/out/types/ConfigAccount.d.ts.map +1 -0
- package/out/types/ConfigAccount.js +80 -0
- package/out/types/ConfigAccount.js.map +1 -0
- package/out/types/ConfigAccount.mjs +49 -0
- package/out/types/ConfigAccount.mjs.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.js +19 -0
- package/out/types/ConfigEnvironmentFileV2.d.js.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.mjs +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.mjs.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.d.ts +153 -0
- package/out/types/ConfigEnvironmentFileV2.d.ts.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.js +80 -0
- package/out/types/ConfigEnvironmentFileV2.js.map +1 -0
- package/out/types/ConfigEnvironmentFileV2.mjs +49 -0
- package/out/types/ConfigEnvironmentFileV2.mjs.map +1 -0
- package/out/types/ConfigFileV1.d.js +19 -0
- package/out/types/ConfigFileV1.d.js.map +1 -0
- package/out/types/ConfigFileV1.d.mjs +1 -0
- package/out/types/ConfigFileV1.d.mjs.map +1 -0
- package/out/types/ConfigFileV1.d.ts +1370 -0
- package/out/types/ConfigFileV1.d.ts.map +1 -0
- package/out/types/ConfigFileV1.js +80 -0
- package/out/types/ConfigFileV1.js.map +1 -0
- package/out/types/ConfigFileV1.mjs +49 -0
- package/out/types/ConfigFileV1.mjs.map +1 -0
- package/out/types/ConfigFileV2.d.js +19 -0
- package/out/types/ConfigFileV2.d.js.map +1 -0
- package/out/types/ConfigFileV2.d.mjs +1 -0
- package/out/types/ConfigFileV2.d.mjs.map +1 -0
- package/out/types/ConfigFileV2.d.ts +741 -0
- package/out/types/ConfigFileV2.d.ts.map +1 -0
- package/out/types/ConfigFileV2.js +80 -0
- package/out/types/ConfigFileV2.js.map +1 -0
- package/out/types/ConfigFileV2.mjs +49 -0
- package/out/types/ConfigFileV2.mjs.map +1 -0
- package/out/types/CurrencyAmountV2.d.js +19 -0
- package/out/types/CurrencyAmountV2.d.js.map +1 -0
- package/out/types/CurrencyAmountV2.d.mjs +1 -0
- package/out/types/CurrencyAmountV2.d.mjs.map +1 -0
- package/out/types/CurrencyAmountV2.d.ts +56 -0
- package/out/types/CurrencyAmountV2.d.ts.map +1 -0
- package/out/types/CurrencyAmountV2.js +80 -0
- package/out/types/CurrencyAmountV2.js.map +1 -0
- package/out/types/CurrencyAmountV2.mjs +49 -0
- package/out/types/CurrencyAmountV2.mjs.map +1 -0
- package/out/types/EphemeralState.d.ts +1743 -1743
- package/out/types/LoadedConfig.d.ts +318 -318
- package/out/types/Operation.d.ts +575 -575
- package/out/types/ParsedConfig.d.ts +318 -318
- package/out/types/ParsedOperation.d.ts +420 -420
- package/out/types/ParsedTemplate.d.ts +420 -420
- package/out/types/PluginInfo.d.ts +869 -869
- package/out/types/PluginSchema.d.ts +2985 -2985
- package/out/types/ProxyTaskArgs.d.ts +434 -434
- package/out/types/ProxyTemplateArgs.d.ts +434 -434
- package/out/types/RequestArgs.d.ts +434 -434
- package/out/types/Template.d.ts +575 -575
- package/out/types-strict.d.js.map +1 -1
- package/out/types-strict.d.ts +97 -9
- package/out/types-strict.d.ts.map +1 -1
- package/out/types-strict.js.map +1 -1
- package/out/types-zod.d.js.map +1 -1
- package/out/types-zod.d.ts +3119 -2557
- package/out/types-zod.d.ts.map +1 -1
- package/out/types-zod.js +62 -7
- package/out/types-zod.js.map +1 -1
- package/out/types-zod.mjs +57 -7
- package/out/types-zod.mjs.map +1 -1
- package/package.json +2 -2
- package/types-config-files.d.ts +12 -0
- package/types-config-files.d.ts.map +1 -0
- package/types-config-files.js +267 -0
- package/types-config-files.js.map +1 -0
- package/types-config-files.mjs +239 -0
- package/types-config-files.mjs.map +1 -0
- package/types.d.ts +85 -7
- package/types.d.ts.map +1 -1
- package/types.js.map +1 -1
package/out/types/Config.d.ts
CHANGED
|
@@ -10,6 +10,37 @@ export declare const make: (input: Omit<ConfigStrict, '__type'>) => FutureInstan
|
|
|
10
10
|
export declare const schemas: {
|
|
11
11
|
rawSchema: import("zod").ZodObject<{
|
|
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
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
213
|
sandbox?: Record<string, {
|
|
214
214
|
plugin?: string | undefined;
|
|
@@ -228,12 +228,24 @@ export declare const schemas: {
|
|
|
228
228
|
rpcUrl: string;
|
|
229
229
|
}> | undefined;
|
|
230
230
|
language?: "en" | "fr" | undefined;
|
|
231
|
+
metadata?: {
|
|
232
|
+
name?: string | undefined;
|
|
233
|
+
projectDescription?: string | undefined;
|
|
234
|
+
authors?: string[] | undefined;
|
|
235
|
+
license?: string | undefined;
|
|
236
|
+
homepage?: string | undefined;
|
|
237
|
+
} | undefined;
|
|
238
|
+
artifactsDir?: string | undefined;
|
|
239
|
+
contractsDir?: string | undefined;
|
|
240
|
+
contracts?: Record<string, {
|
|
241
|
+
sourceFile: string;
|
|
242
|
+
hash: string;
|
|
243
|
+
}> | undefined;
|
|
231
244
|
plugins?: {
|
|
232
245
|
type: "npm" | "binary" | "deno";
|
|
233
246
|
name: string;
|
|
234
247
|
}[] | undefined;
|
|
235
|
-
|
|
236
|
-
artifactsDir?: string | undefined;
|
|
248
|
+
accounts?: Record<string, string> | undefined;
|
|
237
249
|
network?: Record<string, {
|
|
238
250
|
accounts?: Record<string, {
|
|
239
251
|
mnemonic?: string | undefined;
|
|
@@ -252,18 +264,6 @@ export declare const schemas: {
|
|
|
252
264
|
label: string;
|
|
253
265
|
rpcUrl: string;
|
|
254
266
|
}> | undefined;
|
|
255
|
-
accounts?: Record<string, string> | undefined;
|
|
256
|
-
contracts?: Record<string, {
|
|
257
|
-
sourceFile: string;
|
|
258
|
-
hash: string;
|
|
259
|
-
}> | undefined;
|
|
260
|
-
metadata?: {
|
|
261
|
-
name?: string | undefined;
|
|
262
|
-
projectDescription?: string | undefined;
|
|
263
|
-
authors?: string[] | undefined;
|
|
264
|
-
license?: string | undefined;
|
|
265
|
-
homepage?: string | undefined;
|
|
266
|
-
} | undefined;
|
|
267
267
|
environment: Record<string, string | {
|
|
268
268
|
storage?: Record<string, string> | undefined;
|
|
269
269
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -289,12 +289,24 @@ export declare const schemas: {
|
|
|
289
289
|
rpcUrl: string;
|
|
290
290
|
}> | undefined;
|
|
291
291
|
language?: "en" | "fr" | undefined;
|
|
292
|
+
metadata?: {
|
|
293
|
+
name?: string | undefined;
|
|
294
|
+
projectDescription?: string | undefined;
|
|
295
|
+
authors?: string[] | undefined;
|
|
296
|
+
license?: string | undefined;
|
|
297
|
+
homepage?: string | undefined;
|
|
298
|
+
} | undefined;
|
|
299
|
+
artifactsDir?: string | undefined;
|
|
300
|
+
contractsDir?: string | undefined;
|
|
301
|
+
contracts?: Record<string, {
|
|
302
|
+
sourceFile: string;
|
|
303
|
+
hash: string;
|
|
304
|
+
}> | undefined;
|
|
292
305
|
plugins?: {
|
|
293
306
|
type: "npm" | "binary" | "deno";
|
|
294
307
|
name: string;
|
|
295
308
|
}[] | undefined;
|
|
296
|
-
|
|
297
|
-
artifactsDir?: string | undefined;
|
|
309
|
+
accounts?: Record<string, string> | undefined;
|
|
298
310
|
network?: Record<string, {
|
|
299
311
|
accounts?: Record<string, {
|
|
300
312
|
mnemonic?: string | undefined;
|
|
@@ -313,18 +325,6 @@ export declare const schemas: {
|
|
|
313
325
|
label: string;
|
|
314
326
|
rpcUrl: string;
|
|
315
327
|
}> | undefined;
|
|
316
|
-
accounts?: Record<string, string> | undefined;
|
|
317
|
-
contracts?: Record<string, {
|
|
318
|
-
sourceFile: string;
|
|
319
|
-
hash: string;
|
|
320
|
-
}> | undefined;
|
|
321
|
-
metadata?: {
|
|
322
|
-
name?: string | undefined;
|
|
323
|
-
projectDescription?: string | undefined;
|
|
324
|
-
authors?: string[] | undefined;
|
|
325
|
-
license?: string | undefined;
|
|
326
|
-
homepage?: string | undefined;
|
|
327
|
-
} | undefined;
|
|
328
328
|
environment: Record<string, string | {
|
|
329
329
|
storage?: Record<string, string> | undefined;
|
|
330
330
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -334,6 +334,37 @@ export declare const schemas: {
|
|
|
334
334
|
}>;
|
|
335
335
|
schema: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
336
336
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
337
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
338
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
339
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
340
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
341
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
342
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
343
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
344
|
+
name?: string | undefined;
|
|
345
|
+
projectDescription?: string | undefined;
|
|
346
|
+
authors?: string[] | undefined;
|
|
347
|
+
license?: string | undefined;
|
|
348
|
+
homepage?: string | undefined;
|
|
349
|
+
}, {
|
|
350
|
+
name?: string | undefined;
|
|
351
|
+
projectDescription?: string | undefined;
|
|
352
|
+
authors?: string[] | undefined;
|
|
353
|
+
license?: string | undefined;
|
|
354
|
+
homepage?: string | undefined;
|
|
355
|
+
}>>;
|
|
356
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
357
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
358
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
359
|
+
sourceFile: import("zod").ZodString;
|
|
360
|
+
hash: import("zod").ZodString;
|
|
361
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
362
|
+
sourceFile: string;
|
|
363
|
+
hash: string;
|
|
364
|
+
}, {
|
|
365
|
+
sourceFile: string;
|
|
366
|
+
hash: string;
|
|
367
|
+
}>>>;
|
|
337
368
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
338
369
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
339
370
|
name: import("zod").ZodString;
|
|
@@ -344,8 +375,23 @@ export declare const schemas: {
|
|
|
344
375
|
type: "npm" | "binary" | "deno";
|
|
345
376
|
name: string;
|
|
346
377
|
}>, "many">>;
|
|
347
|
-
|
|
348
|
-
|
|
378
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
379
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
380
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
381
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
382
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
383
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
384
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
385
|
+
storage?: Record<string, string> | undefined;
|
|
386
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
387
|
+
networks: string[];
|
|
388
|
+
sandboxes: string[];
|
|
389
|
+
}, {
|
|
390
|
+
storage?: Record<string, string> | undefined;
|
|
391
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
392
|
+
networks: string[];
|
|
393
|
+
sandboxes: string[];
|
|
394
|
+
}>, import("zod").ZodString]>>;
|
|
349
395
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
350
396
|
label: import("zod").ZodString;
|
|
351
397
|
rpcUrl: import("zod").ZodString;
|
|
@@ -487,52 +533,6 @@ export declare const schemas: {
|
|
|
487
533
|
label: string;
|
|
488
534
|
rpcUrl: string;
|
|
489
535
|
}>>>;
|
|
490
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
491
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
492
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
493
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
494
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
495
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
496
|
-
storage?: Record<string, string> | undefined;
|
|
497
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
498
|
-
networks: string[];
|
|
499
|
-
sandboxes: string[];
|
|
500
|
-
}, {
|
|
501
|
-
storage?: Record<string, string> | undefined;
|
|
502
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
503
|
-
networks: string[];
|
|
504
|
-
sandboxes: string[];
|
|
505
|
-
}>, import("zod").ZodString]>>;
|
|
506
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
507
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
508
|
-
sourceFile: import("zod").ZodString;
|
|
509
|
-
hash: import("zod").ZodString;
|
|
510
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
511
|
-
sourceFile: string;
|
|
512
|
-
hash: string;
|
|
513
|
-
}, {
|
|
514
|
-
sourceFile: string;
|
|
515
|
-
hash: string;
|
|
516
|
-
}>>>;
|
|
517
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
518
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
519
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
520
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
521
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
522
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
523
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
524
|
-
name?: string | undefined;
|
|
525
|
-
projectDescription?: string | undefined;
|
|
526
|
-
authors?: string[] | undefined;
|
|
527
|
-
license?: string | undefined;
|
|
528
|
-
homepage?: string | undefined;
|
|
529
|
-
}, {
|
|
530
|
-
name?: string | undefined;
|
|
531
|
-
projectDescription?: string | undefined;
|
|
532
|
-
authors?: string[] | undefined;
|
|
533
|
-
license?: string | undefined;
|
|
534
|
-
homepage?: string | undefined;
|
|
535
|
-
}>>;
|
|
536
536
|
}, "strip", import("zod").ZodTypeAny, {
|
|
537
537
|
sandbox?: Record<string, {
|
|
538
538
|
plugin?: string | undefined;
|
|
@@ -552,12 +552,24 @@ export declare const schemas: {
|
|
|
552
552
|
rpcUrl: string;
|
|
553
553
|
}> | undefined;
|
|
554
554
|
language?: "en" | "fr" | undefined;
|
|
555
|
+
metadata?: {
|
|
556
|
+
name?: string | undefined;
|
|
557
|
+
projectDescription?: string | undefined;
|
|
558
|
+
authors?: string[] | undefined;
|
|
559
|
+
license?: string | undefined;
|
|
560
|
+
homepage?: string | undefined;
|
|
561
|
+
} | undefined;
|
|
562
|
+
artifactsDir?: string | undefined;
|
|
563
|
+
contractsDir?: string | undefined;
|
|
564
|
+
contracts?: Record<string, {
|
|
565
|
+
sourceFile: string;
|
|
566
|
+
hash: string;
|
|
567
|
+
}> | undefined;
|
|
555
568
|
plugins?: {
|
|
556
569
|
type: "npm" | "binary" | "deno";
|
|
557
570
|
name: string;
|
|
558
571
|
}[] | undefined;
|
|
559
|
-
|
|
560
|
-
artifactsDir?: string | undefined;
|
|
572
|
+
accounts?: Record<string, string> | undefined;
|
|
561
573
|
network?: Record<string, {
|
|
562
574
|
accounts?: Record<string, {
|
|
563
575
|
mnemonic?: string | undefined;
|
|
@@ -576,18 +588,6 @@ export declare const schemas: {
|
|
|
576
588
|
label: string;
|
|
577
589
|
rpcUrl: string;
|
|
578
590
|
}> | undefined;
|
|
579
|
-
accounts?: Record<string, string> | undefined;
|
|
580
|
-
contracts?: Record<string, {
|
|
581
|
-
sourceFile: string;
|
|
582
|
-
hash: string;
|
|
583
|
-
}> | undefined;
|
|
584
|
-
metadata?: {
|
|
585
|
-
name?: string | undefined;
|
|
586
|
-
projectDescription?: string | undefined;
|
|
587
|
-
authors?: string[] | undefined;
|
|
588
|
-
license?: string | undefined;
|
|
589
|
-
homepage?: string | undefined;
|
|
590
|
-
} | undefined;
|
|
591
591
|
environment: Record<string, string | {
|
|
592
592
|
storage?: Record<string, string> | undefined;
|
|
593
593
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -613,12 +613,24 @@ export declare const schemas: {
|
|
|
613
613
|
rpcUrl: string;
|
|
614
614
|
}> | undefined;
|
|
615
615
|
language?: "en" | "fr" | undefined;
|
|
616
|
+
metadata?: {
|
|
617
|
+
name?: string | undefined;
|
|
618
|
+
projectDescription?: string | undefined;
|
|
619
|
+
authors?: string[] | undefined;
|
|
620
|
+
license?: string | undefined;
|
|
621
|
+
homepage?: string | undefined;
|
|
622
|
+
} | undefined;
|
|
623
|
+
artifactsDir?: string | undefined;
|
|
624
|
+
contractsDir?: string | undefined;
|
|
625
|
+
contracts?: Record<string, {
|
|
626
|
+
sourceFile: string;
|
|
627
|
+
hash: string;
|
|
628
|
+
}> | undefined;
|
|
616
629
|
plugins?: {
|
|
617
630
|
type: "npm" | "binary" | "deno";
|
|
618
631
|
name: string;
|
|
619
632
|
}[] | undefined;
|
|
620
|
-
|
|
621
|
-
artifactsDir?: string | undefined;
|
|
633
|
+
accounts?: Record<string, string> | undefined;
|
|
622
634
|
network?: Record<string, {
|
|
623
635
|
accounts?: Record<string, {
|
|
624
636
|
mnemonic?: string | undefined;
|
|
@@ -637,18 +649,6 @@ export declare const schemas: {
|
|
|
637
649
|
label: string;
|
|
638
650
|
rpcUrl: string;
|
|
639
651
|
}> | undefined;
|
|
640
|
-
accounts?: Record<string, string> | undefined;
|
|
641
|
-
contracts?: Record<string, {
|
|
642
|
-
sourceFile: string;
|
|
643
|
-
hash: string;
|
|
644
|
-
}> | undefined;
|
|
645
|
-
metadata?: {
|
|
646
|
-
name?: string | undefined;
|
|
647
|
-
projectDescription?: string | undefined;
|
|
648
|
-
authors?: string[] | undefined;
|
|
649
|
-
license?: string | undefined;
|
|
650
|
-
homepage?: string | undefined;
|
|
651
|
-
} | undefined;
|
|
652
652
|
environment: Record<string, string | {
|
|
653
653
|
storage?: Record<string, string> | undefined;
|
|
654
654
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -674,12 +674,24 @@ export declare const schemas: {
|
|
|
674
674
|
rpcUrl: string;
|
|
675
675
|
}> | undefined;
|
|
676
676
|
language?: "en" | "fr" | undefined;
|
|
677
|
+
metadata?: {
|
|
678
|
+
name?: string | undefined;
|
|
679
|
+
projectDescription?: string | undefined;
|
|
680
|
+
authors?: string[] | undefined;
|
|
681
|
+
license?: string | undefined;
|
|
682
|
+
homepage?: string | undefined;
|
|
683
|
+
} | undefined;
|
|
684
|
+
artifactsDir?: string | undefined;
|
|
685
|
+
contractsDir?: string | undefined;
|
|
686
|
+
contracts?: Record<string, {
|
|
687
|
+
sourceFile: string;
|
|
688
|
+
hash: string;
|
|
689
|
+
}> | undefined;
|
|
677
690
|
plugins?: {
|
|
678
691
|
type: "npm" | "binary" | "deno";
|
|
679
692
|
name: string;
|
|
680
693
|
}[] | undefined;
|
|
681
|
-
|
|
682
|
-
artifactsDir?: string | undefined;
|
|
694
|
+
accounts?: Record<string, string> | undefined;
|
|
683
695
|
network?: Record<string, {
|
|
684
696
|
accounts?: Record<string, {
|
|
685
697
|
mnemonic?: string | undefined;
|
|
@@ -698,18 +710,6 @@ export declare const schemas: {
|
|
|
698
710
|
label: string;
|
|
699
711
|
rpcUrl: string;
|
|
700
712
|
}> | undefined;
|
|
701
|
-
accounts?: Record<string, string> | undefined;
|
|
702
|
-
contracts?: Record<string, {
|
|
703
|
-
sourceFile: string;
|
|
704
|
-
hash: string;
|
|
705
|
-
}> | undefined;
|
|
706
|
-
metadata?: {
|
|
707
|
-
name?: string | undefined;
|
|
708
|
-
projectDescription?: string | undefined;
|
|
709
|
-
authors?: string[] | undefined;
|
|
710
|
-
license?: string | undefined;
|
|
711
|
-
homepage?: string | undefined;
|
|
712
|
-
} | undefined;
|
|
713
713
|
environment: Record<string, string | {
|
|
714
714
|
storage?: Record<string, string> | undefined;
|
|
715
715
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -720,6 +720,37 @@ export declare const schemas: {
|
|
|
720
720
|
};
|
|
721
721
|
export declare const rawSchema: import("zod").ZodObject<{
|
|
722
722
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
723
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
724
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
725
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
726
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
727
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
728
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
729
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
730
|
+
name?: string | undefined;
|
|
731
|
+
projectDescription?: string | undefined;
|
|
732
|
+
authors?: string[] | undefined;
|
|
733
|
+
license?: string | undefined;
|
|
734
|
+
homepage?: string | undefined;
|
|
735
|
+
}, {
|
|
736
|
+
name?: string | undefined;
|
|
737
|
+
projectDescription?: string | undefined;
|
|
738
|
+
authors?: string[] | undefined;
|
|
739
|
+
license?: string | undefined;
|
|
740
|
+
homepage?: string | undefined;
|
|
741
|
+
}>>;
|
|
742
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
743
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
744
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
745
|
+
sourceFile: import("zod").ZodString;
|
|
746
|
+
hash: import("zod").ZodString;
|
|
747
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
748
|
+
sourceFile: string;
|
|
749
|
+
hash: string;
|
|
750
|
+
}, {
|
|
751
|
+
sourceFile: string;
|
|
752
|
+
hash: string;
|
|
753
|
+
}>>>;
|
|
723
754
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
724
755
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
725
756
|
name: import("zod").ZodString;
|
|
@@ -730,8 +761,23 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
730
761
|
type: "npm" | "binary" | "deno";
|
|
731
762
|
name: string;
|
|
732
763
|
}>, "many">>;
|
|
733
|
-
|
|
734
|
-
|
|
764
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
765
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
766
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
767
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
768
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
769
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
770
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
771
|
+
storage?: Record<string, string> | undefined;
|
|
772
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
773
|
+
networks: string[];
|
|
774
|
+
sandboxes: string[];
|
|
775
|
+
}, {
|
|
776
|
+
storage?: Record<string, string> | undefined;
|
|
777
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
778
|
+
networks: string[];
|
|
779
|
+
sandboxes: string[];
|
|
780
|
+
}>, import("zod").ZodString]>>;
|
|
735
781
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
736
782
|
label: import("zod").ZodString;
|
|
737
783
|
rpcUrl: import("zod").ZodString;
|
|
@@ -873,52 +919,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
873
919
|
label: string;
|
|
874
920
|
rpcUrl: string;
|
|
875
921
|
}>>>;
|
|
876
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
877
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
878
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
879
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
880
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
881
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
882
|
-
storage?: Record<string, string> | undefined;
|
|
883
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
884
|
-
networks: string[];
|
|
885
|
-
sandboxes: string[];
|
|
886
|
-
}, {
|
|
887
|
-
storage?: Record<string, string> | undefined;
|
|
888
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
889
|
-
networks: string[];
|
|
890
|
-
sandboxes: string[];
|
|
891
|
-
}>, import("zod").ZodString]>>;
|
|
892
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
893
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
894
|
-
sourceFile: import("zod").ZodString;
|
|
895
|
-
hash: import("zod").ZodString;
|
|
896
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
897
|
-
sourceFile: string;
|
|
898
|
-
hash: string;
|
|
899
|
-
}, {
|
|
900
|
-
sourceFile: string;
|
|
901
|
-
hash: string;
|
|
902
|
-
}>>>;
|
|
903
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
904
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
905
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
906
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
907
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
908
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
909
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
910
|
-
name?: string | undefined;
|
|
911
|
-
projectDescription?: string | undefined;
|
|
912
|
-
authors?: string[] | undefined;
|
|
913
|
-
license?: string | undefined;
|
|
914
|
-
homepage?: string | undefined;
|
|
915
|
-
}, {
|
|
916
|
-
name?: string | undefined;
|
|
917
|
-
projectDescription?: string | undefined;
|
|
918
|
-
authors?: string[] | undefined;
|
|
919
|
-
license?: string | undefined;
|
|
920
|
-
homepage?: string | undefined;
|
|
921
|
-
}>>;
|
|
922
922
|
}, "strip", import("zod").ZodTypeAny, {
|
|
923
923
|
sandbox?: Record<string, {
|
|
924
924
|
plugin?: string | undefined;
|
|
@@ -938,12 +938,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
938
938
|
rpcUrl: string;
|
|
939
939
|
}> | undefined;
|
|
940
940
|
language?: "en" | "fr" | undefined;
|
|
941
|
+
metadata?: {
|
|
942
|
+
name?: string | undefined;
|
|
943
|
+
projectDescription?: string | undefined;
|
|
944
|
+
authors?: string[] | undefined;
|
|
945
|
+
license?: string | undefined;
|
|
946
|
+
homepage?: string | undefined;
|
|
947
|
+
} | undefined;
|
|
948
|
+
artifactsDir?: string | undefined;
|
|
949
|
+
contractsDir?: string | undefined;
|
|
950
|
+
contracts?: Record<string, {
|
|
951
|
+
sourceFile: string;
|
|
952
|
+
hash: string;
|
|
953
|
+
}> | undefined;
|
|
941
954
|
plugins?: {
|
|
942
955
|
type: "npm" | "binary" | "deno";
|
|
943
956
|
name: string;
|
|
944
957
|
}[] | undefined;
|
|
945
|
-
|
|
946
|
-
artifactsDir?: string | undefined;
|
|
958
|
+
accounts?: Record<string, string> | undefined;
|
|
947
959
|
network?: Record<string, {
|
|
948
960
|
accounts?: Record<string, {
|
|
949
961
|
mnemonic?: string | undefined;
|
|
@@ -962,18 +974,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
962
974
|
label: string;
|
|
963
975
|
rpcUrl: string;
|
|
964
976
|
}> | undefined;
|
|
965
|
-
accounts?: Record<string, string> | undefined;
|
|
966
|
-
contracts?: Record<string, {
|
|
967
|
-
sourceFile: string;
|
|
968
|
-
hash: string;
|
|
969
|
-
}> | undefined;
|
|
970
|
-
metadata?: {
|
|
971
|
-
name?: string | undefined;
|
|
972
|
-
projectDescription?: string | undefined;
|
|
973
|
-
authors?: string[] | undefined;
|
|
974
|
-
license?: string | undefined;
|
|
975
|
-
homepage?: string | undefined;
|
|
976
|
-
} | undefined;
|
|
977
977
|
environment: Record<string, string | {
|
|
978
978
|
storage?: Record<string, string> | undefined;
|
|
979
979
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -999,12 +999,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
999
999
|
rpcUrl: string;
|
|
1000
1000
|
}> | undefined;
|
|
1001
1001
|
language?: "en" | "fr" | undefined;
|
|
1002
|
+
metadata?: {
|
|
1003
|
+
name?: string | undefined;
|
|
1004
|
+
projectDescription?: string | undefined;
|
|
1005
|
+
authors?: string[] | undefined;
|
|
1006
|
+
license?: string | undefined;
|
|
1007
|
+
homepage?: string | undefined;
|
|
1008
|
+
} | undefined;
|
|
1009
|
+
artifactsDir?: string | undefined;
|
|
1010
|
+
contractsDir?: string | undefined;
|
|
1011
|
+
contracts?: Record<string, {
|
|
1012
|
+
sourceFile: string;
|
|
1013
|
+
hash: string;
|
|
1014
|
+
}> | undefined;
|
|
1002
1015
|
plugins?: {
|
|
1003
1016
|
type: "npm" | "binary" | "deno";
|
|
1004
1017
|
name: string;
|
|
1005
1018
|
}[] | undefined;
|
|
1006
|
-
|
|
1007
|
-
artifactsDir?: string | undefined;
|
|
1019
|
+
accounts?: Record<string, string> | undefined;
|
|
1008
1020
|
network?: Record<string, {
|
|
1009
1021
|
accounts?: Record<string, {
|
|
1010
1022
|
mnemonic?: string | undefined;
|
|
@@ -1023,18 +1035,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
1023
1035
|
label: string;
|
|
1024
1036
|
rpcUrl: string;
|
|
1025
1037
|
}> | undefined;
|
|
1026
|
-
accounts?: Record<string, string> | undefined;
|
|
1027
|
-
contracts?: Record<string, {
|
|
1028
|
-
sourceFile: string;
|
|
1029
|
-
hash: string;
|
|
1030
|
-
}> | undefined;
|
|
1031
|
-
metadata?: {
|
|
1032
|
-
name?: string | undefined;
|
|
1033
|
-
projectDescription?: string | undefined;
|
|
1034
|
-
authors?: string[] | undefined;
|
|
1035
|
-
license?: string | undefined;
|
|
1036
|
-
homepage?: string | undefined;
|
|
1037
|
-
} | undefined;
|
|
1038
1038
|
environment: Record<string, string | {
|
|
1039
1039
|
storage?: Record<string, string> | undefined;
|
|
1040
1040
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -1044,6 +1044,37 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
1044
1044
|
}>;
|
|
1045
1045
|
export declare const internalSchema: import("zod").ZodObject<{
|
|
1046
1046
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1047
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1048
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1049
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1050
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1051
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1052
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1053
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1054
|
+
name?: string | undefined;
|
|
1055
|
+
projectDescription?: string | undefined;
|
|
1056
|
+
authors?: string[] | undefined;
|
|
1057
|
+
license?: string | undefined;
|
|
1058
|
+
homepage?: string | undefined;
|
|
1059
|
+
}, {
|
|
1060
|
+
name?: string | undefined;
|
|
1061
|
+
projectDescription?: string | undefined;
|
|
1062
|
+
authors?: string[] | undefined;
|
|
1063
|
+
license?: string | undefined;
|
|
1064
|
+
homepage?: string | undefined;
|
|
1065
|
+
}>>;
|
|
1066
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1067
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1068
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1069
|
+
sourceFile: import("zod").ZodString;
|
|
1070
|
+
hash: import("zod").ZodString;
|
|
1071
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1072
|
+
sourceFile: string;
|
|
1073
|
+
hash: string;
|
|
1074
|
+
}, {
|
|
1075
|
+
sourceFile: string;
|
|
1076
|
+
hash: string;
|
|
1077
|
+
}>>>;
|
|
1047
1078
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1048
1079
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1049
1080
|
name: import("zod").ZodString;
|
|
@@ -1054,8 +1085,23 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
1054
1085
|
type: "npm" | "binary" | "deno";
|
|
1055
1086
|
name: string;
|
|
1056
1087
|
}>, "many">>;
|
|
1057
|
-
|
|
1058
|
-
|
|
1088
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1089
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1090
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1091
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1092
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1093
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1094
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1095
|
+
storage?: Record<string, string> | undefined;
|
|
1096
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1097
|
+
networks: string[];
|
|
1098
|
+
sandboxes: string[];
|
|
1099
|
+
}, {
|
|
1100
|
+
storage?: Record<string, string> | undefined;
|
|
1101
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1102
|
+
networks: string[];
|
|
1103
|
+
sandboxes: string[];
|
|
1104
|
+
}>, import("zod").ZodString]>>;
|
|
1059
1105
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1060
1106
|
label: import("zod").ZodString;
|
|
1061
1107
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1197,52 +1243,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
1197
1243
|
label: string;
|
|
1198
1244
|
rpcUrl: string;
|
|
1199
1245
|
}>>>;
|
|
1200
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1201
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1202
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1203
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1204
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1205
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1206
|
-
storage?: Record<string, string> | undefined;
|
|
1207
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1208
|
-
networks: string[];
|
|
1209
|
-
sandboxes: string[];
|
|
1210
|
-
}, {
|
|
1211
|
-
storage?: Record<string, string> | undefined;
|
|
1212
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1213
|
-
networks: string[];
|
|
1214
|
-
sandboxes: string[];
|
|
1215
|
-
}>, import("zod").ZodString]>>;
|
|
1216
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1217
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1218
|
-
sourceFile: import("zod").ZodString;
|
|
1219
|
-
hash: import("zod").ZodString;
|
|
1220
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1221
|
-
sourceFile: string;
|
|
1222
|
-
hash: string;
|
|
1223
|
-
}, {
|
|
1224
|
-
sourceFile: string;
|
|
1225
|
-
hash: string;
|
|
1226
|
-
}>>>;
|
|
1227
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1228
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1229
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1230
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1231
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1232
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1233
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1234
|
-
name?: string | undefined;
|
|
1235
|
-
projectDescription?: string | undefined;
|
|
1236
|
-
authors?: string[] | undefined;
|
|
1237
|
-
license?: string | undefined;
|
|
1238
|
-
homepage?: string | undefined;
|
|
1239
|
-
}, {
|
|
1240
|
-
name?: string | undefined;
|
|
1241
|
-
projectDescription?: string | undefined;
|
|
1242
|
-
authors?: string[] | undefined;
|
|
1243
|
-
license?: string | undefined;
|
|
1244
|
-
homepage?: string | undefined;
|
|
1245
|
-
}>>;
|
|
1246
1246
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1247
1247
|
sandbox?: Record<string, {
|
|
1248
1248
|
plugin?: string | undefined;
|
|
@@ -1262,12 +1262,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
1262
1262
|
rpcUrl: string;
|
|
1263
1263
|
}> | undefined;
|
|
1264
1264
|
language?: "en" | "fr" | undefined;
|
|
1265
|
+
metadata?: {
|
|
1266
|
+
name?: string | undefined;
|
|
1267
|
+
projectDescription?: string | undefined;
|
|
1268
|
+
authors?: string[] | undefined;
|
|
1269
|
+
license?: string | undefined;
|
|
1270
|
+
homepage?: string | undefined;
|
|
1271
|
+
} | undefined;
|
|
1272
|
+
artifactsDir?: string | undefined;
|
|
1273
|
+
contractsDir?: string | undefined;
|
|
1274
|
+
contracts?: Record<string, {
|
|
1275
|
+
sourceFile: string;
|
|
1276
|
+
hash: string;
|
|
1277
|
+
}> | undefined;
|
|
1265
1278
|
plugins?: {
|
|
1266
1279
|
type: "npm" | "binary" | "deno";
|
|
1267
1280
|
name: string;
|
|
1268
1281
|
}[] | undefined;
|
|
1269
|
-
|
|
1270
|
-
artifactsDir?: string | undefined;
|
|
1282
|
+
accounts?: Record<string, string> | undefined;
|
|
1271
1283
|
network?: Record<string, {
|
|
1272
1284
|
accounts?: Record<string, {
|
|
1273
1285
|
mnemonic?: string | undefined;
|
|
@@ -1286,18 +1298,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
1286
1298
|
label: string;
|
|
1287
1299
|
rpcUrl: string;
|
|
1288
1300
|
}> | undefined;
|
|
1289
|
-
accounts?: Record<string, string> | undefined;
|
|
1290
|
-
contracts?: Record<string, {
|
|
1291
|
-
sourceFile: string;
|
|
1292
|
-
hash: string;
|
|
1293
|
-
}> | undefined;
|
|
1294
|
-
metadata?: {
|
|
1295
|
-
name?: string | undefined;
|
|
1296
|
-
projectDescription?: string | undefined;
|
|
1297
|
-
authors?: string[] | undefined;
|
|
1298
|
-
license?: string | undefined;
|
|
1299
|
-
homepage?: string | undefined;
|
|
1300
|
-
} | undefined;
|
|
1301
1301
|
environment: Record<string, string | {
|
|
1302
1302
|
storage?: Record<string, string> | undefined;
|
|
1303
1303
|
aliases?: Record<string, Record<string, string>> | undefined;
|
|
@@ -1323,12 +1323,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
1323
1323
|
rpcUrl: string;
|
|
1324
1324
|
}> | undefined;
|
|
1325
1325
|
language?: "en" | "fr" | undefined;
|
|
1326
|
+
metadata?: {
|
|
1327
|
+
name?: string | undefined;
|
|
1328
|
+
projectDescription?: string | undefined;
|
|
1329
|
+
authors?: string[] | undefined;
|
|
1330
|
+
license?: string | undefined;
|
|
1331
|
+
homepage?: string | undefined;
|
|
1332
|
+
} | undefined;
|
|
1333
|
+
artifactsDir?: string | undefined;
|
|
1334
|
+
contractsDir?: string | undefined;
|
|
1335
|
+
contracts?: Record<string, {
|
|
1336
|
+
sourceFile: string;
|
|
1337
|
+
hash: string;
|
|
1338
|
+
}> | undefined;
|
|
1326
1339
|
plugins?: {
|
|
1327
1340
|
type: "npm" | "binary" | "deno";
|
|
1328
1341
|
name: string;
|
|
1329
1342
|
}[] | undefined;
|
|
1330
|
-
|
|
1331
|
-
artifactsDir?: string | undefined;
|
|
1343
|
+
accounts?: Record<string, string> | undefined;
|
|
1332
1344
|
network?: Record<string, {
|
|
1333
1345
|
accounts?: Record<string, {
|
|
1334
1346
|
mnemonic?: string | undefined;
|
|
@@ -1347,18 +1359,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
1347
1359
|
label: string;
|
|
1348
1360
|
rpcUrl: string;
|
|
1349
1361
|
}> | undefined;
|
|
1350
|
-
accounts?: Record<string, string> | undefined;
|
|
1351
|
-
contracts?: Record<string, {
|
|
1352
|
-
sourceFile: string;
|
|
1353
|
-
hash: string;
|
|
1354
|
-
}> | undefined;
|
|
1355
|
-
metadata?: {
|
|
1356
|
-
name?: string | undefined;
|
|
1357
|
-
projectDescription?: string | undefined;
|
|
1358
|
-
authors?: string[] | undefined;
|
|
1359
|
-
license?: string | undefined;
|
|
1360
|
-
homepage?: string | undefined;
|
|
1361
|
-
} | undefined;
|
|
1362
1362
|
environment: Record<string, string | {
|
|
1363
1363
|
storage?: Record<string, string> | undefined;
|
|
1364
1364
|
aliases?: Record<string, Record<string, string>> | undefined;
|