@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
|
@@ -134,6 +134,37 @@ export declare const schemas: {
|
|
|
134
134
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
135
135
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
136
136
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
137
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
138
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
139
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
140
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
141
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
142
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
143
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
144
|
+
name?: string | undefined;
|
|
145
|
+
projectDescription?: string | undefined;
|
|
146
|
+
authors?: string[] | undefined;
|
|
147
|
+
license?: string | undefined;
|
|
148
|
+
homepage?: string | undefined;
|
|
149
|
+
}, {
|
|
150
|
+
name?: string | undefined;
|
|
151
|
+
projectDescription?: string | undefined;
|
|
152
|
+
authors?: string[] | undefined;
|
|
153
|
+
license?: string | undefined;
|
|
154
|
+
homepage?: string | undefined;
|
|
155
|
+
}>>;
|
|
156
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
157
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
158
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
159
|
+
sourceFile: import("zod").ZodString;
|
|
160
|
+
hash: import("zod").ZodString;
|
|
161
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
162
|
+
sourceFile: string;
|
|
163
|
+
hash: string;
|
|
164
|
+
}, {
|
|
165
|
+
sourceFile: string;
|
|
166
|
+
hash: string;
|
|
167
|
+
}>>>;
|
|
137
168
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
138
169
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
139
170
|
name: import("zod").ZodString;
|
|
@@ -144,8 +175,23 @@ export declare const schemas: {
|
|
|
144
175
|
type: "npm" | "binary" | "deno";
|
|
145
176
|
name: string;
|
|
146
177
|
}>, "many">>;
|
|
147
|
-
|
|
148
|
-
|
|
178
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
179
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
180
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
181
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
182
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
183
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
184
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
185
|
+
storage?: Record<string, string> | undefined;
|
|
186
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
187
|
+
networks: string[];
|
|
188
|
+
sandboxes: string[];
|
|
189
|
+
}, {
|
|
190
|
+
storage?: Record<string, string> | undefined;
|
|
191
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
192
|
+
networks: string[];
|
|
193
|
+
sandboxes: string[];
|
|
194
|
+
}>, import("zod").ZodString]>>;
|
|
149
195
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
150
196
|
label: import("zod").ZodString;
|
|
151
197
|
rpcUrl: import("zod").ZodString;
|
|
@@ -287,52 +333,6 @@ export declare const schemas: {
|
|
|
287
333
|
label: string;
|
|
288
334
|
rpcUrl: string;
|
|
289
335
|
}>>>;
|
|
290
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
291
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
292
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
293
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
294
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
295
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
296
|
-
storage?: Record<string, string> | undefined;
|
|
297
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
298
|
-
networks: string[];
|
|
299
|
-
sandboxes: string[];
|
|
300
|
-
}, {
|
|
301
|
-
storage?: Record<string, string> | undefined;
|
|
302
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
303
|
-
networks: string[];
|
|
304
|
-
sandboxes: string[];
|
|
305
|
-
}>, import("zod").ZodString]>>;
|
|
306
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
307
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
308
|
-
sourceFile: import("zod").ZodString;
|
|
309
|
-
hash: import("zod").ZodString;
|
|
310
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
311
|
-
sourceFile: string;
|
|
312
|
-
hash: string;
|
|
313
|
-
}, {
|
|
314
|
-
sourceFile: string;
|
|
315
|
-
hash: string;
|
|
316
|
-
}>>>;
|
|
317
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
318
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
319
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
320
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
321
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
322
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
323
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
324
|
-
name?: string | undefined;
|
|
325
|
-
projectDescription?: string | undefined;
|
|
326
|
-
authors?: string[] | undefined;
|
|
327
|
-
license?: string | undefined;
|
|
328
|
-
homepage?: string | undefined;
|
|
329
|
-
}, {
|
|
330
|
-
name?: string | undefined;
|
|
331
|
-
projectDescription?: string | undefined;
|
|
332
|
-
authors?: string[] | undefined;
|
|
333
|
-
license?: string | undefined;
|
|
334
|
-
homepage?: string | undefined;
|
|
335
|
-
}>>;
|
|
336
336
|
}, {
|
|
337
337
|
projectDir: import("zod").ZodString;
|
|
338
338
|
configFile: import("zod").ZodString;
|
|
@@ -356,12 +356,24 @@ export declare const schemas: {
|
|
|
356
356
|
rpcUrl: string;
|
|
357
357
|
}> | undefined;
|
|
358
358
|
language?: "en" | "fr" | undefined;
|
|
359
|
+
metadata?: {
|
|
360
|
+
name?: string | undefined;
|
|
361
|
+
projectDescription?: string | undefined;
|
|
362
|
+
authors?: string[] | undefined;
|
|
363
|
+
license?: string | undefined;
|
|
364
|
+
homepage?: string | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
artifactsDir?: string | undefined;
|
|
367
|
+
contractsDir?: string | undefined;
|
|
368
|
+
contracts?: Record<string, {
|
|
369
|
+
sourceFile: string;
|
|
370
|
+
hash: string;
|
|
371
|
+
}> | undefined;
|
|
359
372
|
plugins?: {
|
|
360
373
|
type: "npm" | "binary" | "deno";
|
|
361
374
|
name: string;
|
|
362
375
|
}[] | undefined;
|
|
363
|
-
|
|
364
|
-
artifactsDir?: string | undefined;
|
|
376
|
+
accounts?: Record<string, string> | undefined;
|
|
365
377
|
network?: Record<string, {
|
|
366
378
|
accounts?: Record<string, {
|
|
367
379
|
mnemonic?: string | undefined;
|
|
@@ -380,18 +392,6 @@ export declare const schemas: {
|
|
|
380
392
|
label: string;
|
|
381
393
|
rpcUrl: string;
|
|
382
394
|
}> | undefined;
|
|
383
|
-
accounts?: Record<string, string> | undefined;
|
|
384
|
-
contracts?: Record<string, {
|
|
385
|
-
sourceFile: string;
|
|
386
|
-
hash: string;
|
|
387
|
-
}> | undefined;
|
|
388
|
-
metadata?: {
|
|
389
|
-
name?: string | undefined;
|
|
390
|
-
projectDescription?: string | undefined;
|
|
391
|
-
authors?: string[] | undefined;
|
|
392
|
-
license?: string | undefined;
|
|
393
|
-
homepage?: string | undefined;
|
|
394
|
-
} | undefined;
|
|
395
395
|
projectDir: string;
|
|
396
396
|
environment: Record<string, string | {
|
|
397
397
|
storage?: Record<string, string> | undefined;
|
|
@@ -420,12 +420,24 @@ export declare const schemas: {
|
|
|
420
420
|
rpcUrl: string;
|
|
421
421
|
}> | undefined;
|
|
422
422
|
language?: "en" | "fr" | undefined;
|
|
423
|
+
metadata?: {
|
|
424
|
+
name?: string | undefined;
|
|
425
|
+
projectDescription?: string | undefined;
|
|
426
|
+
authors?: string[] | undefined;
|
|
427
|
+
license?: string | undefined;
|
|
428
|
+
homepage?: string | undefined;
|
|
429
|
+
} | undefined;
|
|
430
|
+
artifactsDir?: string | undefined;
|
|
431
|
+
contractsDir?: string | undefined;
|
|
432
|
+
contracts?: Record<string, {
|
|
433
|
+
sourceFile: string;
|
|
434
|
+
hash: string;
|
|
435
|
+
}> | undefined;
|
|
423
436
|
plugins?: {
|
|
424
437
|
type: "npm" | "binary" | "deno";
|
|
425
438
|
name: string;
|
|
426
439
|
}[] | undefined;
|
|
427
|
-
|
|
428
|
-
artifactsDir?: string | undefined;
|
|
440
|
+
accounts?: Record<string, string> | undefined;
|
|
429
441
|
network?: Record<string, {
|
|
430
442
|
accounts?: Record<string, {
|
|
431
443
|
mnemonic?: string | undefined;
|
|
@@ -444,18 +456,6 @@ export declare const schemas: {
|
|
|
444
456
|
label: string;
|
|
445
457
|
rpcUrl: string;
|
|
446
458
|
}> | undefined;
|
|
447
|
-
accounts?: Record<string, string> | undefined;
|
|
448
|
-
contracts?: Record<string, {
|
|
449
|
-
sourceFile: string;
|
|
450
|
-
hash: string;
|
|
451
|
-
}> | undefined;
|
|
452
|
-
metadata?: {
|
|
453
|
-
name?: string | undefined;
|
|
454
|
-
projectDescription?: string | undefined;
|
|
455
|
-
authors?: string[] | undefined;
|
|
456
|
-
license?: string | undefined;
|
|
457
|
-
homepage?: string | undefined;
|
|
458
|
-
} | undefined;
|
|
459
459
|
projectDir: string;
|
|
460
460
|
environment: Record<string, string | {
|
|
461
461
|
storage?: Record<string, string> | undefined;
|
|
@@ -502,12 +502,24 @@ export declare const schemas: {
|
|
|
502
502
|
rpcUrl: string;
|
|
503
503
|
}> | undefined;
|
|
504
504
|
language?: "en" | "fr" | undefined;
|
|
505
|
+
metadata?: {
|
|
506
|
+
name?: string | undefined;
|
|
507
|
+
projectDescription?: string | undefined;
|
|
508
|
+
authors?: string[] | undefined;
|
|
509
|
+
license?: string | undefined;
|
|
510
|
+
homepage?: string | undefined;
|
|
511
|
+
} | undefined;
|
|
512
|
+
artifactsDir?: string | undefined;
|
|
513
|
+
contractsDir?: string | undefined;
|
|
514
|
+
contracts?: Record<string, {
|
|
515
|
+
sourceFile: string;
|
|
516
|
+
hash: string;
|
|
517
|
+
}> | undefined;
|
|
505
518
|
plugins?: {
|
|
506
519
|
type: "npm" | "binary" | "deno";
|
|
507
520
|
name: string;
|
|
508
521
|
}[] | undefined;
|
|
509
|
-
|
|
510
|
-
artifactsDir?: string | undefined;
|
|
522
|
+
accounts?: Record<string, string> | undefined;
|
|
511
523
|
network?: Record<string, {
|
|
512
524
|
accounts?: Record<string, {
|
|
513
525
|
mnemonic?: string | undefined;
|
|
@@ -526,18 +538,6 @@ export declare const schemas: {
|
|
|
526
538
|
label: string;
|
|
527
539
|
rpcUrl: string;
|
|
528
540
|
}> | undefined;
|
|
529
|
-
accounts?: Record<string, string> | undefined;
|
|
530
|
-
contracts?: Record<string, {
|
|
531
|
-
sourceFile: string;
|
|
532
|
-
hash: string;
|
|
533
|
-
}> | undefined;
|
|
534
|
-
metadata?: {
|
|
535
|
-
name?: string | undefined;
|
|
536
|
-
projectDescription?: string | undefined;
|
|
537
|
-
authors?: string[] | undefined;
|
|
538
|
-
license?: string | undefined;
|
|
539
|
-
homepage?: string | undefined;
|
|
540
|
-
} | undefined;
|
|
541
541
|
projectDir: string;
|
|
542
542
|
environment: Record<string, string | {
|
|
543
543
|
storage?: Record<string, string> | undefined;
|
|
@@ -584,12 +584,24 @@ export declare const schemas: {
|
|
|
584
584
|
rpcUrl: string;
|
|
585
585
|
}> | undefined;
|
|
586
586
|
language?: "en" | "fr" | undefined;
|
|
587
|
+
metadata?: {
|
|
588
|
+
name?: string | undefined;
|
|
589
|
+
projectDescription?: string | undefined;
|
|
590
|
+
authors?: string[] | undefined;
|
|
591
|
+
license?: string | undefined;
|
|
592
|
+
homepage?: string | undefined;
|
|
593
|
+
} | undefined;
|
|
594
|
+
artifactsDir?: string | undefined;
|
|
595
|
+
contractsDir?: string | undefined;
|
|
596
|
+
contracts?: Record<string, {
|
|
597
|
+
sourceFile: string;
|
|
598
|
+
hash: string;
|
|
599
|
+
}> | undefined;
|
|
587
600
|
plugins?: {
|
|
588
601
|
type: "npm" | "binary" | "deno";
|
|
589
602
|
name: string;
|
|
590
603
|
}[] | undefined;
|
|
591
|
-
|
|
592
|
-
artifactsDir?: string | undefined;
|
|
604
|
+
accounts?: Record<string, string> | undefined;
|
|
593
605
|
network?: Record<string, {
|
|
594
606
|
accounts?: Record<string, {
|
|
595
607
|
mnemonic?: string | undefined;
|
|
@@ -608,18 +620,6 @@ export declare const schemas: {
|
|
|
608
620
|
label: string;
|
|
609
621
|
rpcUrl: string;
|
|
610
622
|
}> | undefined;
|
|
611
|
-
accounts?: Record<string, string> | undefined;
|
|
612
|
-
contracts?: Record<string, {
|
|
613
|
-
sourceFile: string;
|
|
614
|
-
hash: string;
|
|
615
|
-
}> | 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
623
|
projectDir: string;
|
|
624
624
|
environment: Record<string, string | {
|
|
625
625
|
storage?: Record<string, string> | undefined;
|
|
@@ -800,6 +800,37 @@ export declare const schemas: {
|
|
|
800
800
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
801
801
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
802
802
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
803
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
804
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
805
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
806
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
807
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
808
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
809
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
810
|
+
name?: string | undefined;
|
|
811
|
+
projectDescription?: string | undefined;
|
|
812
|
+
authors?: string[] | undefined;
|
|
813
|
+
license?: string | undefined;
|
|
814
|
+
homepage?: string | undefined;
|
|
815
|
+
}, {
|
|
816
|
+
name?: string | undefined;
|
|
817
|
+
projectDescription?: string | undefined;
|
|
818
|
+
authors?: string[] | undefined;
|
|
819
|
+
license?: string | undefined;
|
|
820
|
+
homepage?: string | undefined;
|
|
821
|
+
}>>;
|
|
822
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
823
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
824
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
825
|
+
sourceFile: import("zod").ZodString;
|
|
826
|
+
hash: import("zod").ZodString;
|
|
827
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
828
|
+
sourceFile: string;
|
|
829
|
+
hash: string;
|
|
830
|
+
}, {
|
|
831
|
+
sourceFile: string;
|
|
832
|
+
hash: string;
|
|
833
|
+
}>>>;
|
|
803
834
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
804
835
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
805
836
|
name: import("zod").ZodString;
|
|
@@ -810,8 +841,23 @@ export declare const schemas: {
|
|
|
810
841
|
type: "npm" | "binary" | "deno";
|
|
811
842
|
name: string;
|
|
812
843
|
}>, "many">>;
|
|
813
|
-
|
|
814
|
-
|
|
844
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
845
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
846
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
847
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
848
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
849
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
850
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
851
|
+
storage?: Record<string, string> | undefined;
|
|
852
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
853
|
+
networks: string[];
|
|
854
|
+
sandboxes: string[];
|
|
855
|
+
}, {
|
|
856
|
+
storage?: Record<string, string> | undefined;
|
|
857
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
858
|
+
networks: string[];
|
|
859
|
+
sandboxes: string[];
|
|
860
|
+
}>, import("zod").ZodString]>>;
|
|
815
861
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
816
862
|
label: import("zod").ZodString;
|
|
817
863
|
rpcUrl: import("zod").ZodString;
|
|
@@ -953,52 +999,6 @@ export declare const schemas: {
|
|
|
953
999
|
label: string;
|
|
954
1000
|
rpcUrl: string;
|
|
955
1001
|
}>>>;
|
|
956
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
957
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
958
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
959
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
960
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
961
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
962
|
-
storage?: Record<string, string> | undefined;
|
|
963
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
964
|
-
networks: string[];
|
|
965
|
-
sandboxes: string[];
|
|
966
|
-
}, {
|
|
967
|
-
storage?: Record<string, string> | undefined;
|
|
968
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
969
|
-
networks: string[];
|
|
970
|
-
sandboxes: string[];
|
|
971
|
-
}>, import("zod").ZodString]>>;
|
|
972
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
973
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
974
|
-
sourceFile: import("zod").ZodString;
|
|
975
|
-
hash: import("zod").ZodString;
|
|
976
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
977
|
-
sourceFile: string;
|
|
978
|
-
hash: string;
|
|
979
|
-
}, {
|
|
980
|
-
sourceFile: string;
|
|
981
|
-
hash: string;
|
|
982
|
-
}>>>;
|
|
983
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
984
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
985
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
986
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
987
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
988
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
989
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
990
|
-
name?: string | undefined;
|
|
991
|
-
projectDescription?: string | undefined;
|
|
992
|
-
authors?: string[] | undefined;
|
|
993
|
-
license?: string | undefined;
|
|
994
|
-
homepage?: string | undefined;
|
|
995
|
-
}, {
|
|
996
|
-
name?: string | undefined;
|
|
997
|
-
projectDescription?: string | undefined;
|
|
998
|
-
authors?: string[] | undefined;
|
|
999
|
-
license?: string | undefined;
|
|
1000
|
-
homepage?: string | undefined;
|
|
1001
|
-
}>>;
|
|
1002
1002
|
}, {
|
|
1003
1003
|
projectDir: import("zod").ZodString;
|
|
1004
1004
|
configFile: import("zod").ZodString;
|
|
@@ -1022,12 +1022,24 @@ export declare const schemas: {
|
|
|
1022
1022
|
rpcUrl: string;
|
|
1023
1023
|
}> | undefined;
|
|
1024
1024
|
language?: "en" | "fr" | undefined;
|
|
1025
|
+
metadata?: {
|
|
1026
|
+
name?: string | undefined;
|
|
1027
|
+
projectDescription?: string | undefined;
|
|
1028
|
+
authors?: string[] | undefined;
|
|
1029
|
+
license?: string | undefined;
|
|
1030
|
+
homepage?: string | undefined;
|
|
1031
|
+
} | undefined;
|
|
1032
|
+
artifactsDir?: string | undefined;
|
|
1033
|
+
contractsDir?: string | undefined;
|
|
1034
|
+
contracts?: Record<string, {
|
|
1035
|
+
sourceFile: string;
|
|
1036
|
+
hash: string;
|
|
1037
|
+
}> | undefined;
|
|
1025
1038
|
plugins?: {
|
|
1026
1039
|
type: "npm" | "binary" | "deno";
|
|
1027
1040
|
name: string;
|
|
1028
1041
|
}[] | undefined;
|
|
1029
|
-
|
|
1030
|
-
artifactsDir?: string | undefined;
|
|
1042
|
+
accounts?: Record<string, string> | undefined;
|
|
1031
1043
|
network?: Record<string, {
|
|
1032
1044
|
accounts?: Record<string, {
|
|
1033
1045
|
mnemonic?: string | undefined;
|
|
@@ -1042,22 +1054,10 @@ export declare const schemas: {
|
|
|
1042
1054
|
password: string;
|
|
1043
1055
|
amount: string;
|
|
1044
1056
|
activation_code: string;
|
|
1045
|
-
} | undefined;
|
|
1046
|
-
label: string;
|
|
1047
|
-
rpcUrl: string;
|
|
1048
|
-
}> | undefined;
|
|
1049
|
-
accounts?: Record<string, string> | undefined;
|
|
1050
|
-
contracts?: Record<string, {
|
|
1051
|
-
sourceFile: string;
|
|
1052
|
-
hash: string;
|
|
1057
|
+
} | undefined;
|
|
1058
|
+
label: string;
|
|
1059
|
+
rpcUrl: string;
|
|
1053
1060
|
}> | undefined;
|
|
1054
|
-
metadata?: {
|
|
1055
|
-
name?: string | undefined;
|
|
1056
|
-
projectDescription?: string | undefined;
|
|
1057
|
-
authors?: string[] | undefined;
|
|
1058
|
-
license?: string | undefined;
|
|
1059
|
-
homepage?: string | undefined;
|
|
1060
|
-
} | undefined;
|
|
1061
1061
|
projectDir: string;
|
|
1062
1062
|
environment: Record<string, string | {
|
|
1063
1063
|
storage?: Record<string, string> | undefined;
|
|
@@ -1086,12 +1086,24 @@ export declare const schemas: {
|
|
|
1086
1086
|
rpcUrl: string;
|
|
1087
1087
|
}> | undefined;
|
|
1088
1088
|
language?: "en" | "fr" | undefined;
|
|
1089
|
+
metadata?: {
|
|
1090
|
+
name?: string | undefined;
|
|
1091
|
+
projectDescription?: string | undefined;
|
|
1092
|
+
authors?: string[] | undefined;
|
|
1093
|
+
license?: string | undefined;
|
|
1094
|
+
homepage?: string | undefined;
|
|
1095
|
+
} | undefined;
|
|
1096
|
+
artifactsDir?: string | undefined;
|
|
1097
|
+
contractsDir?: string | undefined;
|
|
1098
|
+
contracts?: Record<string, {
|
|
1099
|
+
sourceFile: string;
|
|
1100
|
+
hash: string;
|
|
1101
|
+
}> | undefined;
|
|
1089
1102
|
plugins?: {
|
|
1090
1103
|
type: "npm" | "binary" | "deno";
|
|
1091
1104
|
name: string;
|
|
1092
1105
|
}[] | undefined;
|
|
1093
|
-
|
|
1094
|
-
artifactsDir?: string | undefined;
|
|
1106
|
+
accounts?: Record<string, string> | undefined;
|
|
1095
1107
|
network?: Record<string, {
|
|
1096
1108
|
accounts?: Record<string, {
|
|
1097
1109
|
mnemonic?: string | undefined;
|
|
@@ -1110,18 +1122,6 @@ export declare const schemas: {
|
|
|
1110
1122
|
label: string;
|
|
1111
1123
|
rpcUrl: string;
|
|
1112
1124
|
}> | undefined;
|
|
1113
|
-
accounts?: Record<string, string> | undefined;
|
|
1114
|
-
contracts?: Record<string, {
|
|
1115
|
-
sourceFile: string;
|
|
1116
|
-
hash: string;
|
|
1117
|
-
}> | undefined;
|
|
1118
|
-
metadata?: {
|
|
1119
|
-
name?: string | undefined;
|
|
1120
|
-
projectDescription?: string | undefined;
|
|
1121
|
-
authors?: string[] | undefined;
|
|
1122
|
-
license?: string | undefined;
|
|
1123
|
-
homepage?: string | undefined;
|
|
1124
|
-
} | undefined;
|
|
1125
1125
|
projectDir: string;
|
|
1126
1126
|
environment: Record<string, string | {
|
|
1127
1127
|
storage?: Record<string, string> | undefined;
|
|
@@ -1168,12 +1168,24 @@ export declare const schemas: {
|
|
|
1168
1168
|
rpcUrl: string;
|
|
1169
1169
|
}> | undefined;
|
|
1170
1170
|
language?: "en" | "fr" | undefined;
|
|
1171
|
+
metadata?: {
|
|
1172
|
+
name?: string | undefined;
|
|
1173
|
+
projectDescription?: string | undefined;
|
|
1174
|
+
authors?: string[] | undefined;
|
|
1175
|
+
license?: string | undefined;
|
|
1176
|
+
homepage?: string | undefined;
|
|
1177
|
+
} | undefined;
|
|
1178
|
+
artifactsDir?: string | undefined;
|
|
1179
|
+
contractsDir?: string | undefined;
|
|
1180
|
+
contracts?: Record<string, {
|
|
1181
|
+
sourceFile: string;
|
|
1182
|
+
hash: string;
|
|
1183
|
+
}> | undefined;
|
|
1171
1184
|
plugins?: {
|
|
1172
1185
|
type: "npm" | "binary" | "deno";
|
|
1173
1186
|
name: string;
|
|
1174
1187
|
}[] | undefined;
|
|
1175
|
-
|
|
1176
|
-
artifactsDir?: string | undefined;
|
|
1188
|
+
accounts?: Record<string, string> | undefined;
|
|
1177
1189
|
network?: Record<string, {
|
|
1178
1190
|
accounts?: Record<string, {
|
|
1179
1191
|
mnemonic?: string | undefined;
|
|
@@ -1192,18 +1204,6 @@ export declare const schemas: {
|
|
|
1192
1204
|
label: string;
|
|
1193
1205
|
rpcUrl: string;
|
|
1194
1206
|
}> | undefined;
|
|
1195
|
-
accounts?: Record<string, string> | undefined;
|
|
1196
|
-
contracts?: Record<string, {
|
|
1197
|
-
sourceFile: string;
|
|
1198
|
-
hash: string;
|
|
1199
|
-
}> | undefined;
|
|
1200
|
-
metadata?: {
|
|
1201
|
-
name?: string | undefined;
|
|
1202
|
-
projectDescription?: string | undefined;
|
|
1203
|
-
authors?: string[] | undefined;
|
|
1204
|
-
license?: string | undefined;
|
|
1205
|
-
homepage?: string | undefined;
|
|
1206
|
-
} | undefined;
|
|
1207
1207
|
projectDir: string;
|
|
1208
1208
|
environment: Record<string, string | {
|
|
1209
1209
|
storage?: Record<string, string> | undefined;
|
|
@@ -1250,12 +1250,24 @@ export declare const schemas: {
|
|
|
1250
1250
|
rpcUrl: string;
|
|
1251
1251
|
}> | undefined;
|
|
1252
1252
|
language?: "en" | "fr" | undefined;
|
|
1253
|
+
metadata?: {
|
|
1254
|
+
name?: string | undefined;
|
|
1255
|
+
projectDescription?: string | undefined;
|
|
1256
|
+
authors?: string[] | undefined;
|
|
1257
|
+
license?: string | undefined;
|
|
1258
|
+
homepage?: string | undefined;
|
|
1259
|
+
} | undefined;
|
|
1260
|
+
artifactsDir?: string | undefined;
|
|
1261
|
+
contractsDir?: string | undefined;
|
|
1262
|
+
contracts?: Record<string, {
|
|
1263
|
+
sourceFile: string;
|
|
1264
|
+
hash: string;
|
|
1265
|
+
}> | undefined;
|
|
1253
1266
|
plugins?: {
|
|
1254
1267
|
type: "npm" | "binary" | "deno";
|
|
1255
1268
|
name: string;
|
|
1256
1269
|
}[] | undefined;
|
|
1257
|
-
|
|
1258
|
-
artifactsDir?: string | undefined;
|
|
1270
|
+
accounts?: Record<string, string> | undefined;
|
|
1259
1271
|
network?: Record<string, {
|
|
1260
1272
|
accounts?: Record<string, {
|
|
1261
1273
|
mnemonic?: string | undefined;
|
|
@@ -1274,18 +1286,6 @@ export declare const schemas: {
|
|
|
1274
1286
|
label: string;
|
|
1275
1287
|
rpcUrl: string;
|
|
1276
1288
|
}> | undefined;
|
|
1277
|
-
accounts?: Record<string, string> | undefined;
|
|
1278
|
-
contracts?: Record<string, {
|
|
1279
|
-
sourceFile: string;
|
|
1280
|
-
hash: string;
|
|
1281
|
-
}> | undefined;
|
|
1282
|
-
metadata?: {
|
|
1283
|
-
name?: string | undefined;
|
|
1284
|
-
projectDescription?: string | undefined;
|
|
1285
|
-
authors?: string[] | undefined;
|
|
1286
|
-
license?: string | undefined;
|
|
1287
|
-
homepage?: string | undefined;
|
|
1288
|
-
} | undefined;
|
|
1289
1289
|
projectDir: string;
|
|
1290
1290
|
environment: Record<string, string | {
|
|
1291
1291
|
storage?: Record<string, string> | undefined;
|
|
@@ -1488,6 +1488,37 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1488
1488
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
1489
1489
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
1490
1490
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1491
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1492
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1493
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1494
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1495
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1496
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1497
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1498
|
+
name?: string | undefined;
|
|
1499
|
+
projectDescription?: string | undefined;
|
|
1500
|
+
authors?: string[] | undefined;
|
|
1501
|
+
license?: string | undefined;
|
|
1502
|
+
homepage?: string | undefined;
|
|
1503
|
+
}, {
|
|
1504
|
+
name?: string | undefined;
|
|
1505
|
+
projectDescription?: string | undefined;
|
|
1506
|
+
authors?: string[] | undefined;
|
|
1507
|
+
license?: string | undefined;
|
|
1508
|
+
homepage?: string | undefined;
|
|
1509
|
+
}>>;
|
|
1510
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1511
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1512
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1513
|
+
sourceFile: import("zod").ZodString;
|
|
1514
|
+
hash: import("zod").ZodString;
|
|
1515
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1516
|
+
sourceFile: string;
|
|
1517
|
+
hash: string;
|
|
1518
|
+
}, {
|
|
1519
|
+
sourceFile: string;
|
|
1520
|
+
hash: string;
|
|
1521
|
+
}>>>;
|
|
1491
1522
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1492
1523
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1493
1524
|
name: import("zod").ZodString;
|
|
@@ -1498,8 +1529,23 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1498
1529
|
type: "npm" | "binary" | "deno";
|
|
1499
1530
|
name: string;
|
|
1500
1531
|
}>, "many">>;
|
|
1501
|
-
|
|
1502
|
-
|
|
1532
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1533
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1534
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1535
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1536
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1537
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1538
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1539
|
+
storage?: Record<string, string> | undefined;
|
|
1540
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1541
|
+
networks: string[];
|
|
1542
|
+
sandboxes: string[];
|
|
1543
|
+
}, {
|
|
1544
|
+
storage?: Record<string, string> | undefined;
|
|
1545
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1546
|
+
networks: string[];
|
|
1547
|
+
sandboxes: string[];
|
|
1548
|
+
}>, import("zod").ZodString]>>;
|
|
1503
1549
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1504
1550
|
label: import("zod").ZodString;
|
|
1505
1551
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1641,52 +1687,6 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1641
1687
|
label: string;
|
|
1642
1688
|
rpcUrl: string;
|
|
1643
1689
|
}>>>;
|
|
1644
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1645
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1646
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1647
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1648
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1649
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1650
|
-
storage?: Record<string, string> | undefined;
|
|
1651
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1652
|
-
networks: string[];
|
|
1653
|
-
sandboxes: string[];
|
|
1654
|
-
}, {
|
|
1655
|
-
storage?: Record<string, string> | undefined;
|
|
1656
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1657
|
-
networks: string[];
|
|
1658
|
-
sandboxes: string[];
|
|
1659
|
-
}>, import("zod").ZodString]>>;
|
|
1660
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1661
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1662
|
-
sourceFile: import("zod").ZodString;
|
|
1663
|
-
hash: import("zod").ZodString;
|
|
1664
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1665
|
-
sourceFile: string;
|
|
1666
|
-
hash: string;
|
|
1667
|
-
}, {
|
|
1668
|
-
sourceFile: string;
|
|
1669
|
-
hash: string;
|
|
1670
|
-
}>>>;
|
|
1671
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1672
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1673
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1674
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1675
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1676
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1677
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1678
|
-
name?: string | undefined;
|
|
1679
|
-
projectDescription?: string | undefined;
|
|
1680
|
-
authors?: string[] | undefined;
|
|
1681
|
-
license?: string | undefined;
|
|
1682
|
-
homepage?: string | undefined;
|
|
1683
|
-
}, {
|
|
1684
|
-
name?: string | undefined;
|
|
1685
|
-
projectDescription?: string | undefined;
|
|
1686
|
-
authors?: string[] | undefined;
|
|
1687
|
-
license?: string | undefined;
|
|
1688
|
-
homepage?: string | undefined;
|
|
1689
|
-
}>>;
|
|
1690
1690
|
}, {
|
|
1691
1691
|
projectDir: import("zod").ZodString;
|
|
1692
1692
|
configFile: import("zod").ZodString;
|
|
@@ -1710,12 +1710,24 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1710
1710
|
rpcUrl: string;
|
|
1711
1711
|
}> | undefined;
|
|
1712
1712
|
language?: "en" | "fr" | undefined;
|
|
1713
|
+
metadata?: {
|
|
1714
|
+
name?: string | undefined;
|
|
1715
|
+
projectDescription?: string | undefined;
|
|
1716
|
+
authors?: string[] | undefined;
|
|
1717
|
+
license?: string | undefined;
|
|
1718
|
+
homepage?: string | undefined;
|
|
1719
|
+
} | undefined;
|
|
1720
|
+
artifactsDir?: string | undefined;
|
|
1721
|
+
contractsDir?: string | undefined;
|
|
1722
|
+
contracts?: Record<string, {
|
|
1723
|
+
sourceFile: string;
|
|
1724
|
+
hash: string;
|
|
1725
|
+
}> | undefined;
|
|
1713
1726
|
plugins?: {
|
|
1714
1727
|
type: "npm" | "binary" | "deno";
|
|
1715
1728
|
name: string;
|
|
1716
1729
|
}[] | undefined;
|
|
1717
|
-
|
|
1718
|
-
artifactsDir?: string | undefined;
|
|
1730
|
+
accounts?: Record<string, string> | undefined;
|
|
1719
1731
|
network?: Record<string, {
|
|
1720
1732
|
accounts?: Record<string, {
|
|
1721
1733
|
mnemonic?: string | undefined;
|
|
@@ -1734,18 +1746,6 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1734
1746
|
label: string;
|
|
1735
1747
|
rpcUrl: string;
|
|
1736
1748
|
}> | undefined;
|
|
1737
|
-
accounts?: Record<string, string> | undefined;
|
|
1738
|
-
contracts?: Record<string, {
|
|
1739
|
-
sourceFile: string;
|
|
1740
|
-
hash: string;
|
|
1741
|
-
}> | undefined;
|
|
1742
|
-
metadata?: {
|
|
1743
|
-
name?: string | undefined;
|
|
1744
|
-
projectDescription?: string | undefined;
|
|
1745
|
-
authors?: string[] | undefined;
|
|
1746
|
-
license?: string | undefined;
|
|
1747
|
-
homepage?: string | undefined;
|
|
1748
|
-
} | undefined;
|
|
1749
1749
|
projectDir: string;
|
|
1750
1750
|
environment: Record<string, string | {
|
|
1751
1751
|
storage?: Record<string, string> | undefined;
|
|
@@ -1774,12 +1774,24 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1774
1774
|
rpcUrl: string;
|
|
1775
1775
|
}> | undefined;
|
|
1776
1776
|
language?: "en" | "fr" | undefined;
|
|
1777
|
+
metadata?: {
|
|
1778
|
+
name?: string | undefined;
|
|
1779
|
+
projectDescription?: string | undefined;
|
|
1780
|
+
authors?: string[] | undefined;
|
|
1781
|
+
license?: string | undefined;
|
|
1782
|
+
homepage?: string | undefined;
|
|
1783
|
+
} | undefined;
|
|
1784
|
+
artifactsDir?: string | undefined;
|
|
1785
|
+
contractsDir?: string | undefined;
|
|
1786
|
+
contracts?: Record<string, {
|
|
1787
|
+
sourceFile: string;
|
|
1788
|
+
hash: string;
|
|
1789
|
+
}> | undefined;
|
|
1777
1790
|
plugins?: {
|
|
1778
1791
|
type: "npm" | "binary" | "deno";
|
|
1779
1792
|
name: string;
|
|
1780
1793
|
}[] | undefined;
|
|
1781
|
-
|
|
1782
|
-
artifactsDir?: string | undefined;
|
|
1794
|
+
accounts?: Record<string, string> | undefined;
|
|
1783
1795
|
network?: Record<string, {
|
|
1784
1796
|
accounts?: Record<string, {
|
|
1785
1797
|
mnemonic?: string | undefined;
|
|
@@ -1798,18 +1810,6 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1798
1810
|
label: string;
|
|
1799
1811
|
rpcUrl: string;
|
|
1800
1812
|
}> | undefined;
|
|
1801
|
-
accounts?: Record<string, string> | undefined;
|
|
1802
|
-
contracts?: Record<string, {
|
|
1803
|
-
sourceFile: string;
|
|
1804
|
-
hash: string;
|
|
1805
|
-
}> | undefined;
|
|
1806
|
-
metadata?: {
|
|
1807
|
-
name?: string | undefined;
|
|
1808
|
-
projectDescription?: string | undefined;
|
|
1809
|
-
authors?: string[] | undefined;
|
|
1810
|
-
license?: string | undefined;
|
|
1811
|
-
homepage?: string | undefined;
|
|
1812
|
-
} | undefined;
|
|
1813
1813
|
projectDir: string;
|
|
1814
1814
|
environment: Record<string, string | {
|
|
1815
1815
|
storage?: Record<string, string> | undefined;
|
|
@@ -1855,13 +1855,25 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1855
1855
|
label: string;
|
|
1856
1856
|
rpcUrl: string;
|
|
1857
1857
|
}> | undefined;
|
|
1858
|
-
language?: "en" | "fr" | undefined;
|
|
1858
|
+
language?: "en" | "fr" | undefined;
|
|
1859
|
+
metadata?: {
|
|
1860
|
+
name?: string | undefined;
|
|
1861
|
+
projectDescription?: string | undefined;
|
|
1862
|
+
authors?: string[] | undefined;
|
|
1863
|
+
license?: string | undefined;
|
|
1864
|
+
homepage?: string | undefined;
|
|
1865
|
+
} | undefined;
|
|
1866
|
+
artifactsDir?: string | undefined;
|
|
1867
|
+
contractsDir?: string | undefined;
|
|
1868
|
+
contracts?: Record<string, {
|
|
1869
|
+
sourceFile: string;
|
|
1870
|
+
hash: string;
|
|
1871
|
+
}> | undefined;
|
|
1859
1872
|
plugins?: {
|
|
1860
1873
|
type: "npm" | "binary" | "deno";
|
|
1861
1874
|
name: string;
|
|
1862
1875
|
}[] | undefined;
|
|
1863
|
-
|
|
1864
|
-
artifactsDir?: string | undefined;
|
|
1876
|
+
accounts?: Record<string, string> | undefined;
|
|
1865
1877
|
network?: Record<string, {
|
|
1866
1878
|
accounts?: Record<string, {
|
|
1867
1879
|
mnemonic?: string | undefined;
|
|
@@ -1880,18 +1892,6 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1880
1892
|
label: string;
|
|
1881
1893
|
rpcUrl: string;
|
|
1882
1894
|
}> | undefined;
|
|
1883
|
-
accounts?: Record<string, string> | undefined;
|
|
1884
|
-
contracts?: Record<string, {
|
|
1885
|
-
sourceFile: string;
|
|
1886
|
-
hash: string;
|
|
1887
|
-
}> | undefined;
|
|
1888
|
-
metadata?: {
|
|
1889
|
-
name?: string | undefined;
|
|
1890
|
-
projectDescription?: string | undefined;
|
|
1891
|
-
authors?: string[] | undefined;
|
|
1892
|
-
license?: string | undefined;
|
|
1893
|
-
homepage?: string | undefined;
|
|
1894
|
-
} | undefined;
|
|
1895
1895
|
projectDir: string;
|
|
1896
1896
|
environment: Record<string, string | {
|
|
1897
1897
|
storage?: Record<string, string> | undefined;
|
|
@@ -1938,12 +1938,24 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1938
1938
|
rpcUrl: string;
|
|
1939
1939
|
}> | undefined;
|
|
1940
1940
|
language?: "en" | "fr" | undefined;
|
|
1941
|
+
metadata?: {
|
|
1942
|
+
name?: string | undefined;
|
|
1943
|
+
projectDescription?: string | undefined;
|
|
1944
|
+
authors?: string[] | undefined;
|
|
1945
|
+
license?: string | undefined;
|
|
1946
|
+
homepage?: string | undefined;
|
|
1947
|
+
} | undefined;
|
|
1948
|
+
artifactsDir?: string | undefined;
|
|
1949
|
+
contractsDir?: string | undefined;
|
|
1950
|
+
contracts?: Record<string, {
|
|
1951
|
+
sourceFile: string;
|
|
1952
|
+
hash: string;
|
|
1953
|
+
}> | undefined;
|
|
1941
1954
|
plugins?: {
|
|
1942
1955
|
type: "npm" | "binary" | "deno";
|
|
1943
1956
|
name: string;
|
|
1944
1957
|
}[] | undefined;
|
|
1945
|
-
|
|
1946
|
-
artifactsDir?: string | undefined;
|
|
1958
|
+
accounts?: Record<string, string> | undefined;
|
|
1947
1959
|
network?: Record<string, {
|
|
1948
1960
|
accounts?: Record<string, {
|
|
1949
1961
|
mnemonic?: string | undefined;
|
|
@@ -1962,18 +1974,6 @@ export declare const rawSchema: import("zod").ZodObject<Omit<{
|
|
|
1962
1974
|
label: string;
|
|
1963
1975
|
rpcUrl: string;
|
|
1964
1976
|
}> | undefined;
|
|
1965
|
-
accounts?: Record<string, string> | undefined;
|
|
1966
|
-
contracts?: Record<string, {
|
|
1967
|
-
sourceFile: string;
|
|
1968
|
-
hash: string;
|
|
1969
|
-
}> | undefined;
|
|
1970
|
-
metadata?: {
|
|
1971
|
-
name?: string | undefined;
|
|
1972
|
-
projectDescription?: string | undefined;
|
|
1973
|
-
authors?: string[] | undefined;
|
|
1974
|
-
license?: string | undefined;
|
|
1975
|
-
homepage?: string | undefined;
|
|
1976
|
-
} | undefined;
|
|
1977
1977
|
projectDir: string;
|
|
1978
1978
|
environment: Record<string, string | {
|
|
1979
1979
|
storage?: Record<string, string> | undefined;
|
|
@@ -2154,6 +2154,37 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2154
2154
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
2155
2155
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
2156
2156
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
2157
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2158
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2159
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2160
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2161
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2162
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2163
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2164
|
+
name?: string | undefined;
|
|
2165
|
+
projectDescription?: string | undefined;
|
|
2166
|
+
authors?: string[] | undefined;
|
|
2167
|
+
license?: string | undefined;
|
|
2168
|
+
homepage?: string | undefined;
|
|
2169
|
+
}, {
|
|
2170
|
+
name?: string | undefined;
|
|
2171
|
+
projectDescription?: string | undefined;
|
|
2172
|
+
authors?: string[] | undefined;
|
|
2173
|
+
license?: string | undefined;
|
|
2174
|
+
homepage?: string | undefined;
|
|
2175
|
+
}>>;
|
|
2176
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
2177
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
2178
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2179
|
+
sourceFile: import("zod").ZodString;
|
|
2180
|
+
hash: import("zod").ZodString;
|
|
2181
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2182
|
+
sourceFile: string;
|
|
2183
|
+
hash: string;
|
|
2184
|
+
}, {
|
|
2185
|
+
sourceFile: string;
|
|
2186
|
+
hash: string;
|
|
2187
|
+
}>>>;
|
|
2157
2188
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2158
2189
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
2159
2190
|
name: import("zod").ZodString;
|
|
@@ -2164,8 +2195,23 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2164
2195
|
type: "npm" | "binary" | "deno";
|
|
2165
2196
|
name: string;
|
|
2166
2197
|
}>, "many">>;
|
|
2167
|
-
|
|
2168
|
-
|
|
2198
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2199
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2200
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2201
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2202
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2203
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2204
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2205
|
+
storage?: Record<string, string> | undefined;
|
|
2206
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2207
|
+
networks: string[];
|
|
2208
|
+
sandboxes: string[];
|
|
2209
|
+
}, {
|
|
2210
|
+
storage?: Record<string, string> | undefined;
|
|
2211
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2212
|
+
networks: string[];
|
|
2213
|
+
sandboxes: string[];
|
|
2214
|
+
}>, import("zod").ZodString]>>;
|
|
2169
2215
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2170
2216
|
label: import("zod").ZodString;
|
|
2171
2217
|
rpcUrl: import("zod").ZodString;
|
|
@@ -2307,52 +2353,6 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2307
2353
|
label: string;
|
|
2308
2354
|
rpcUrl: string;
|
|
2309
2355
|
}>>>;
|
|
2310
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2311
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2312
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2313
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2314
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2315
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2316
|
-
storage?: Record<string, string> | undefined;
|
|
2317
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2318
|
-
networks: string[];
|
|
2319
|
-
sandboxes: string[];
|
|
2320
|
-
}, {
|
|
2321
|
-
storage?: Record<string, string> | undefined;
|
|
2322
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2323
|
-
networks: string[];
|
|
2324
|
-
sandboxes: string[];
|
|
2325
|
-
}>, import("zod").ZodString]>>;
|
|
2326
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2327
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2328
|
-
sourceFile: import("zod").ZodString;
|
|
2329
|
-
hash: import("zod").ZodString;
|
|
2330
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2331
|
-
sourceFile: string;
|
|
2332
|
-
hash: string;
|
|
2333
|
-
}, {
|
|
2334
|
-
sourceFile: string;
|
|
2335
|
-
hash: string;
|
|
2336
|
-
}>>>;
|
|
2337
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2338
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2339
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2340
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2341
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2342
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2343
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2344
|
-
name?: string | undefined;
|
|
2345
|
-
projectDescription?: string | undefined;
|
|
2346
|
-
authors?: string[] | undefined;
|
|
2347
|
-
license?: string | undefined;
|
|
2348
|
-
homepage?: string | undefined;
|
|
2349
|
-
}, {
|
|
2350
|
-
name?: string | undefined;
|
|
2351
|
-
projectDescription?: string | undefined;
|
|
2352
|
-
authors?: string[] | undefined;
|
|
2353
|
-
license?: string | undefined;
|
|
2354
|
-
homepage?: string | undefined;
|
|
2355
|
-
}>>;
|
|
2356
2356
|
}, {
|
|
2357
2357
|
projectDir: import("zod").ZodString;
|
|
2358
2358
|
configFile: import("zod").ZodString;
|
|
@@ -2376,12 +2376,24 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2376
2376
|
rpcUrl: string;
|
|
2377
2377
|
}> | undefined;
|
|
2378
2378
|
language?: "en" | "fr" | undefined;
|
|
2379
|
+
metadata?: {
|
|
2380
|
+
name?: string | undefined;
|
|
2381
|
+
projectDescription?: string | undefined;
|
|
2382
|
+
authors?: string[] | undefined;
|
|
2383
|
+
license?: string | undefined;
|
|
2384
|
+
homepage?: string | undefined;
|
|
2385
|
+
} | undefined;
|
|
2386
|
+
artifactsDir?: string | undefined;
|
|
2387
|
+
contractsDir?: string | undefined;
|
|
2388
|
+
contracts?: Record<string, {
|
|
2389
|
+
sourceFile: string;
|
|
2390
|
+
hash: string;
|
|
2391
|
+
}> | undefined;
|
|
2379
2392
|
plugins?: {
|
|
2380
2393
|
type: "npm" | "binary" | "deno";
|
|
2381
2394
|
name: string;
|
|
2382
2395
|
}[] | undefined;
|
|
2383
|
-
|
|
2384
|
-
artifactsDir?: string | undefined;
|
|
2396
|
+
accounts?: Record<string, string> | undefined;
|
|
2385
2397
|
network?: Record<string, {
|
|
2386
2398
|
accounts?: Record<string, {
|
|
2387
2399
|
mnemonic?: string | undefined;
|
|
@@ -2400,18 +2412,6 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2400
2412
|
label: string;
|
|
2401
2413
|
rpcUrl: string;
|
|
2402
2414
|
}> | undefined;
|
|
2403
|
-
accounts?: Record<string, string> | undefined;
|
|
2404
|
-
contracts?: Record<string, {
|
|
2405
|
-
sourceFile: string;
|
|
2406
|
-
hash: string;
|
|
2407
|
-
}> | undefined;
|
|
2408
|
-
metadata?: {
|
|
2409
|
-
name?: string | undefined;
|
|
2410
|
-
projectDescription?: string | undefined;
|
|
2411
|
-
authors?: string[] | undefined;
|
|
2412
|
-
license?: string | undefined;
|
|
2413
|
-
homepage?: string | undefined;
|
|
2414
|
-
} | undefined;
|
|
2415
2415
|
projectDir: string;
|
|
2416
2416
|
environment: Record<string, string | {
|
|
2417
2417
|
storage?: Record<string, string> | undefined;
|
|
@@ -2440,12 +2440,24 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2440
2440
|
rpcUrl: string;
|
|
2441
2441
|
}> | undefined;
|
|
2442
2442
|
language?: "en" | "fr" | undefined;
|
|
2443
|
+
metadata?: {
|
|
2444
|
+
name?: string | undefined;
|
|
2445
|
+
projectDescription?: string | undefined;
|
|
2446
|
+
authors?: string[] | undefined;
|
|
2447
|
+
license?: string | undefined;
|
|
2448
|
+
homepage?: string | undefined;
|
|
2449
|
+
} | undefined;
|
|
2450
|
+
artifactsDir?: string | undefined;
|
|
2451
|
+
contractsDir?: string | undefined;
|
|
2452
|
+
contracts?: Record<string, {
|
|
2453
|
+
sourceFile: string;
|
|
2454
|
+
hash: string;
|
|
2455
|
+
}> | undefined;
|
|
2443
2456
|
plugins?: {
|
|
2444
2457
|
type: "npm" | "binary" | "deno";
|
|
2445
2458
|
name: string;
|
|
2446
2459
|
}[] | undefined;
|
|
2447
|
-
|
|
2448
|
-
artifactsDir?: string | undefined;
|
|
2460
|
+
accounts?: Record<string, string> | undefined;
|
|
2449
2461
|
network?: Record<string, {
|
|
2450
2462
|
accounts?: Record<string, {
|
|
2451
2463
|
mnemonic?: string | undefined;
|
|
@@ -2464,18 +2476,6 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2464
2476
|
label: string;
|
|
2465
2477
|
rpcUrl: string;
|
|
2466
2478
|
}> | undefined;
|
|
2467
|
-
accounts?: Record<string, string> | undefined;
|
|
2468
|
-
contracts?: Record<string, {
|
|
2469
|
-
sourceFile: string;
|
|
2470
|
-
hash: string;
|
|
2471
|
-
}> | undefined;
|
|
2472
|
-
metadata?: {
|
|
2473
|
-
name?: string | undefined;
|
|
2474
|
-
projectDescription?: string | undefined;
|
|
2475
|
-
authors?: string[] | undefined;
|
|
2476
|
-
license?: string | undefined;
|
|
2477
|
-
homepage?: string | undefined;
|
|
2478
|
-
} | undefined;
|
|
2479
2479
|
projectDir: string;
|
|
2480
2480
|
environment: Record<string, string | {
|
|
2481
2481
|
storage?: Record<string, string> | undefined;
|
|
@@ -2522,12 +2522,24 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2522
2522
|
rpcUrl: string;
|
|
2523
2523
|
}> | undefined;
|
|
2524
2524
|
language?: "en" | "fr" | undefined;
|
|
2525
|
+
metadata?: {
|
|
2526
|
+
name?: string | undefined;
|
|
2527
|
+
projectDescription?: string | undefined;
|
|
2528
|
+
authors?: string[] | undefined;
|
|
2529
|
+
license?: string | undefined;
|
|
2530
|
+
homepage?: string | undefined;
|
|
2531
|
+
} | undefined;
|
|
2532
|
+
artifactsDir?: string | undefined;
|
|
2533
|
+
contractsDir?: string | undefined;
|
|
2534
|
+
contracts?: Record<string, {
|
|
2535
|
+
sourceFile: string;
|
|
2536
|
+
hash: string;
|
|
2537
|
+
}> | undefined;
|
|
2525
2538
|
plugins?: {
|
|
2526
2539
|
type: "npm" | "binary" | "deno";
|
|
2527
2540
|
name: string;
|
|
2528
2541
|
}[] | undefined;
|
|
2529
|
-
|
|
2530
|
-
artifactsDir?: string | undefined;
|
|
2542
|
+
accounts?: Record<string, string> | undefined;
|
|
2531
2543
|
network?: Record<string, {
|
|
2532
2544
|
accounts?: Record<string, {
|
|
2533
2545
|
mnemonic?: string | undefined;
|
|
@@ -2546,18 +2558,6 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2546
2558
|
label: string;
|
|
2547
2559
|
rpcUrl: string;
|
|
2548
2560
|
}> | undefined;
|
|
2549
|
-
accounts?: Record<string, string> | undefined;
|
|
2550
|
-
contracts?: Record<string, {
|
|
2551
|
-
sourceFile: string;
|
|
2552
|
-
hash: string;
|
|
2553
|
-
}> | undefined;
|
|
2554
|
-
metadata?: {
|
|
2555
|
-
name?: string | undefined;
|
|
2556
|
-
projectDescription?: string | undefined;
|
|
2557
|
-
authors?: string[] | undefined;
|
|
2558
|
-
license?: string | undefined;
|
|
2559
|
-
homepage?: string | undefined;
|
|
2560
|
-
} | undefined;
|
|
2561
2561
|
projectDir: string;
|
|
2562
2562
|
environment: Record<string, string | {
|
|
2563
2563
|
storage?: Record<string, string> | undefined;
|
|
@@ -2604,12 +2604,24 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2604
2604
|
rpcUrl: string;
|
|
2605
2605
|
}> | undefined;
|
|
2606
2606
|
language?: "en" | "fr" | undefined;
|
|
2607
|
+
metadata?: {
|
|
2608
|
+
name?: string | undefined;
|
|
2609
|
+
projectDescription?: string | undefined;
|
|
2610
|
+
authors?: string[] | undefined;
|
|
2611
|
+
license?: string | undefined;
|
|
2612
|
+
homepage?: string | undefined;
|
|
2613
|
+
} | undefined;
|
|
2614
|
+
artifactsDir?: string | undefined;
|
|
2615
|
+
contractsDir?: string | undefined;
|
|
2616
|
+
contracts?: Record<string, {
|
|
2617
|
+
sourceFile: string;
|
|
2618
|
+
hash: string;
|
|
2619
|
+
}> | undefined;
|
|
2607
2620
|
plugins?: {
|
|
2608
2621
|
type: "npm" | "binary" | "deno";
|
|
2609
2622
|
name: string;
|
|
2610
2623
|
}[] | undefined;
|
|
2611
|
-
|
|
2612
|
-
artifactsDir?: string | undefined;
|
|
2624
|
+
accounts?: Record<string, string> | undefined;
|
|
2613
2625
|
network?: Record<string, {
|
|
2614
2626
|
accounts?: Record<string, {
|
|
2615
2627
|
mnemonic?: string | undefined;
|
|
@@ -2628,18 +2640,6 @@ export declare const internalSchema: import("zod").ZodObject<Omit<{
|
|
|
2628
2640
|
label: string;
|
|
2629
2641
|
rpcUrl: string;
|
|
2630
2642
|
}> | undefined;
|
|
2631
|
-
accounts?: Record<string, string> | undefined;
|
|
2632
|
-
contracts?: Record<string, {
|
|
2633
|
-
sourceFile: string;
|
|
2634
|
-
hash: string;
|
|
2635
|
-
}> | undefined;
|
|
2636
|
-
metadata?: {
|
|
2637
|
-
name?: string | undefined;
|
|
2638
|
-
projectDescription?: string | undefined;
|
|
2639
|
-
authors?: string[] | undefined;
|
|
2640
|
-
license?: string | undefined;
|
|
2641
|
-
homepage?: string | undefined;
|
|
2642
|
-
} | undefined;
|
|
2643
2643
|
projectDir: string;
|
|
2644
2644
|
environment: Record<string, string | {
|
|
2645
2645
|
storage?: Record<string, string> | undefined;
|