@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
package/out/types/Operation.d.ts
CHANGED
|
@@ -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;
|
|
@@ -680,12 +680,24 @@ export declare const schemas: {
|
|
|
680
680
|
rpcUrl: string;
|
|
681
681
|
}> | undefined;
|
|
682
682
|
language?: "en" | "fr" | undefined;
|
|
683
|
+
metadata?: {
|
|
684
|
+
name?: string | undefined;
|
|
685
|
+
projectDescription?: string | undefined;
|
|
686
|
+
authors?: string[] | undefined;
|
|
687
|
+
license?: string | undefined;
|
|
688
|
+
homepage?: string | undefined;
|
|
689
|
+
} | undefined;
|
|
690
|
+
artifactsDir?: string | undefined;
|
|
691
|
+
contractsDir?: string | undefined;
|
|
692
|
+
contracts?: Record<string, {
|
|
693
|
+
sourceFile: string;
|
|
694
|
+
hash: string;
|
|
695
|
+
}> | undefined;
|
|
683
696
|
plugins?: {
|
|
684
697
|
type: "npm" | "binary" | "deno";
|
|
685
698
|
name: string;
|
|
686
699
|
}[] | undefined;
|
|
687
|
-
|
|
688
|
-
artifactsDir?: string | undefined;
|
|
700
|
+
accounts?: Record<string, string> | undefined;
|
|
689
701
|
network?: Record<string, {
|
|
690
702
|
accounts?: Record<string, {
|
|
691
703
|
mnemonic?: string | undefined;
|
|
@@ -704,18 +716,6 @@ export declare const schemas: {
|
|
|
704
716
|
label: string;
|
|
705
717
|
rpcUrl: string;
|
|
706
718
|
}> | undefined;
|
|
707
|
-
accounts?: Record<string, string> | undefined;
|
|
708
|
-
contracts?: Record<string, {
|
|
709
|
-
sourceFile: string;
|
|
710
|
-
hash: string;
|
|
711
|
-
}> | undefined;
|
|
712
|
-
metadata?: {
|
|
713
|
-
name?: string | undefined;
|
|
714
|
-
projectDescription?: string | undefined;
|
|
715
|
-
authors?: string[] | undefined;
|
|
716
|
-
license?: string | undefined;
|
|
717
|
-
homepage?: string | undefined;
|
|
718
|
-
} | undefined;
|
|
719
719
|
projectDir: string;
|
|
720
720
|
environment: Record<string, string | {
|
|
721
721
|
storage?: Record<string, string> | undefined;
|
|
@@ -796,12 +796,24 @@ export declare const schemas: {
|
|
|
796
796
|
rpcUrl: string;
|
|
797
797
|
}> | undefined;
|
|
798
798
|
language?: "en" | "fr" | undefined;
|
|
799
|
+
metadata?: {
|
|
800
|
+
name?: string | undefined;
|
|
801
|
+
projectDescription?: string | undefined;
|
|
802
|
+
authors?: string[] | undefined;
|
|
803
|
+
license?: string | undefined;
|
|
804
|
+
homepage?: string | undefined;
|
|
805
|
+
} | undefined;
|
|
806
|
+
artifactsDir?: string | undefined;
|
|
807
|
+
contractsDir?: string | undefined;
|
|
808
|
+
contracts?: Record<string, {
|
|
809
|
+
sourceFile: string;
|
|
810
|
+
hash: string;
|
|
811
|
+
}> | undefined;
|
|
799
812
|
plugins?: {
|
|
800
813
|
type: "npm" | "binary" | "deno";
|
|
801
814
|
name: string;
|
|
802
815
|
}[] | undefined;
|
|
803
|
-
|
|
804
|
-
artifactsDir?: string | undefined;
|
|
816
|
+
accounts?: Record<string, string> | undefined;
|
|
805
817
|
network?: Record<string, {
|
|
806
818
|
accounts?: Record<string, {
|
|
807
819
|
mnemonic?: string | undefined;
|
|
@@ -820,18 +832,6 @@ export declare const schemas: {
|
|
|
820
832
|
label: string;
|
|
821
833
|
rpcUrl: string;
|
|
822
834
|
}> | undefined;
|
|
823
|
-
accounts?: Record<string, string> | undefined;
|
|
824
|
-
contracts?: Record<string, {
|
|
825
|
-
sourceFile: string;
|
|
826
|
-
hash: string;
|
|
827
|
-
}> | undefined;
|
|
828
|
-
metadata?: {
|
|
829
|
-
name?: string | undefined;
|
|
830
|
-
projectDescription?: string | undefined;
|
|
831
|
-
authors?: string[] | undefined;
|
|
832
|
-
license?: string | undefined;
|
|
833
|
-
homepage?: string | undefined;
|
|
834
|
-
} | undefined;
|
|
835
835
|
projectDir: string;
|
|
836
836
|
environment: Record<string, string | {
|
|
837
837
|
storage?: Record<string, string> | undefined;
|
|
@@ -990,6 +990,37 @@ export declare const schemas: {
|
|
|
990
990
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
991
991
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
992
992
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
993
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
994
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
995
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
996
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
997
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
998
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
999
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1000
|
+
name?: string | undefined;
|
|
1001
|
+
projectDescription?: string | undefined;
|
|
1002
|
+
authors?: string[] | undefined;
|
|
1003
|
+
license?: string | undefined;
|
|
1004
|
+
homepage?: string | undefined;
|
|
1005
|
+
}, {
|
|
1006
|
+
name?: string | undefined;
|
|
1007
|
+
projectDescription?: string | undefined;
|
|
1008
|
+
authors?: string[] | undefined;
|
|
1009
|
+
license?: string | undefined;
|
|
1010
|
+
homepage?: string | undefined;
|
|
1011
|
+
}>>;
|
|
1012
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1013
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1014
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1015
|
+
sourceFile: import("zod").ZodString;
|
|
1016
|
+
hash: import("zod").ZodString;
|
|
1017
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1018
|
+
sourceFile: string;
|
|
1019
|
+
hash: string;
|
|
1020
|
+
}, {
|
|
1021
|
+
sourceFile: string;
|
|
1022
|
+
hash: string;
|
|
1023
|
+
}>>>;
|
|
993
1024
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
994
1025
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
995
1026
|
name: import("zod").ZodString;
|
|
@@ -1000,8 +1031,23 @@ export declare const schemas: {
|
|
|
1000
1031
|
type: "npm" | "binary" | "deno";
|
|
1001
1032
|
name: string;
|
|
1002
1033
|
}>, "many">>;
|
|
1003
|
-
|
|
1004
|
-
|
|
1034
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1035
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1036
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1037
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1038
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1039
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1040
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1041
|
+
storage?: Record<string, string> | undefined;
|
|
1042
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1043
|
+
networks: string[];
|
|
1044
|
+
sandboxes: string[];
|
|
1045
|
+
}, {
|
|
1046
|
+
storage?: Record<string, string> | undefined;
|
|
1047
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1048
|
+
networks: string[];
|
|
1049
|
+
sandboxes: string[];
|
|
1050
|
+
}>, import("zod").ZodString]>>;
|
|
1005
1051
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1006
1052
|
label: import("zod").ZodString;
|
|
1007
1053
|
rpcUrl: import("zod").ZodString;
|
|
@@ -1108,87 +1154,41 @@ export declare const schemas: {
|
|
|
1108
1154
|
disableAutostartWithSandbox?: boolean | undefined;
|
|
1109
1155
|
postgresqlPort?: number | undefined;
|
|
1110
1156
|
apiPort?: number | undefined;
|
|
1111
|
-
}>>;
|
|
1112
|
-
annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1113
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1114
|
-
plugin?: string | undefined;
|
|
1115
|
-
accounts?: Record<string, string | {
|
|
1116
|
-
publicKeyHash: string;
|
|
1117
|
-
encryptedKey: string;
|
|
1118
|
-
secretKey: string;
|
|
1119
|
-
}> | undefined;
|
|
1120
|
-
protocol?: string | undefined;
|
|
1121
|
-
tzkt?: {
|
|
1122
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1123
|
-
postgresqlPort?: number | undefined;
|
|
1124
|
-
apiPort?: number | undefined;
|
|
1125
|
-
} | undefined;
|
|
1126
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1127
|
-
label: string;
|
|
1128
|
-
rpcUrl: string;
|
|
1129
|
-
}, {
|
|
1130
|
-
plugin?: string | undefined;
|
|
1131
|
-
accounts?: Record<string, string | {
|
|
1132
|
-
publicKeyHash: string;
|
|
1133
|
-
encryptedKey: string;
|
|
1134
|
-
secretKey: string;
|
|
1135
|
-
}> | undefined;
|
|
1136
|
-
protocol?: string | undefined;
|
|
1137
|
-
tzkt?: {
|
|
1138
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
1139
|
-
postgresqlPort?: number | undefined;
|
|
1140
|
-
apiPort?: number | undefined;
|
|
1141
|
-
} | undefined;
|
|
1142
|
-
annotations?: Record<string, unknown> | undefined;
|
|
1143
|
-
label: string;
|
|
1144
|
-
rpcUrl: string;
|
|
1145
|
-
}>>>;
|
|
1146
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1147
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1148
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1149
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1150
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
1151
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1152
|
-
storage?: Record<string, string> | undefined;
|
|
1153
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1154
|
-
networks: string[];
|
|
1155
|
-
sandboxes: string[];
|
|
1156
|
-
}, {
|
|
1157
|
-
storage?: Record<string, string> | undefined;
|
|
1158
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
1159
|
-
networks: string[];
|
|
1160
|
-
sandboxes: string[];
|
|
1161
|
-
}>, import("zod").ZodString]>>;
|
|
1162
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1163
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1164
|
-
sourceFile: import("zod").ZodString;
|
|
1165
|
-
hash: import("zod").ZodString;
|
|
1166
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1167
|
-
sourceFile: string;
|
|
1168
|
-
hash: string;
|
|
1169
|
-
}, {
|
|
1170
|
-
sourceFile: string;
|
|
1171
|
-
hash: string;
|
|
1172
|
-
}>>>;
|
|
1173
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1174
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1175
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1176
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1177
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1178
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1157
|
+
}>>;
|
|
1158
|
+
annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1179
1159
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1160
|
+
plugin?: string | undefined;
|
|
1161
|
+
accounts?: Record<string, string | {
|
|
1162
|
+
publicKeyHash: string;
|
|
1163
|
+
encryptedKey: string;
|
|
1164
|
+
secretKey: string;
|
|
1165
|
+
}> | undefined;
|
|
1166
|
+
protocol?: string | undefined;
|
|
1167
|
+
tzkt?: {
|
|
1168
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1169
|
+
postgresqlPort?: number | undefined;
|
|
1170
|
+
apiPort?: number | undefined;
|
|
1171
|
+
} | undefined;
|
|
1172
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1173
|
+
label: string;
|
|
1174
|
+
rpcUrl: string;
|
|
1185
1175
|
}, {
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1176
|
+
plugin?: string | undefined;
|
|
1177
|
+
accounts?: Record<string, string | {
|
|
1178
|
+
publicKeyHash: string;
|
|
1179
|
+
encryptedKey: string;
|
|
1180
|
+
secretKey: string;
|
|
1181
|
+
}> | undefined;
|
|
1182
|
+
protocol?: string | undefined;
|
|
1183
|
+
tzkt?: {
|
|
1184
|
+
disableAutostartWithSandbox?: boolean | undefined;
|
|
1185
|
+
postgresqlPort?: number | undefined;
|
|
1186
|
+
apiPort?: number | undefined;
|
|
1187
|
+
} | undefined;
|
|
1188
|
+
annotations?: Record<string, unknown> | undefined;
|
|
1189
|
+
label: string;
|
|
1190
|
+
rpcUrl: string;
|
|
1191
|
+
}>>>;
|
|
1192
1192
|
}, {
|
|
1193
1193
|
projectDir: import("zod").ZodString;
|
|
1194
1194
|
configFile: import("zod").ZodString;
|
|
@@ -1212,12 +1212,24 @@ export declare const schemas: {
|
|
|
1212
1212
|
rpcUrl: string;
|
|
1213
1213
|
}> | undefined;
|
|
1214
1214
|
language?: "en" | "fr" | undefined;
|
|
1215
|
+
metadata?: {
|
|
1216
|
+
name?: string | undefined;
|
|
1217
|
+
projectDescription?: string | undefined;
|
|
1218
|
+
authors?: string[] | undefined;
|
|
1219
|
+
license?: string | undefined;
|
|
1220
|
+
homepage?: string | undefined;
|
|
1221
|
+
} | undefined;
|
|
1222
|
+
artifactsDir?: string | undefined;
|
|
1223
|
+
contractsDir?: string | undefined;
|
|
1224
|
+
contracts?: Record<string, {
|
|
1225
|
+
sourceFile: string;
|
|
1226
|
+
hash: string;
|
|
1227
|
+
}> | undefined;
|
|
1215
1228
|
plugins?: {
|
|
1216
1229
|
type: "npm" | "binary" | "deno";
|
|
1217
1230
|
name: string;
|
|
1218
1231
|
}[] | undefined;
|
|
1219
|
-
|
|
1220
|
-
artifactsDir?: string | undefined;
|
|
1232
|
+
accounts?: Record<string, string> | undefined;
|
|
1221
1233
|
network?: Record<string, {
|
|
1222
1234
|
accounts?: Record<string, {
|
|
1223
1235
|
mnemonic?: string | undefined;
|
|
@@ -1236,18 +1248,6 @@ export declare const schemas: {
|
|
|
1236
1248
|
label: string;
|
|
1237
1249
|
rpcUrl: string;
|
|
1238
1250
|
}> | undefined;
|
|
1239
|
-
accounts?: Record<string, string> | undefined;
|
|
1240
|
-
contracts?: Record<string, {
|
|
1241
|
-
sourceFile: string;
|
|
1242
|
-
hash: string;
|
|
1243
|
-
}> | undefined;
|
|
1244
|
-
metadata?: {
|
|
1245
|
-
name?: string | undefined;
|
|
1246
|
-
projectDescription?: string | undefined;
|
|
1247
|
-
authors?: string[] | undefined;
|
|
1248
|
-
license?: string | undefined;
|
|
1249
|
-
homepage?: string | undefined;
|
|
1250
|
-
} | undefined;
|
|
1251
1251
|
projectDir: string;
|
|
1252
1252
|
environment: Record<string, string | {
|
|
1253
1253
|
storage?: Record<string, string> | undefined;
|
|
@@ -1276,12 +1276,24 @@ export declare const schemas: {
|
|
|
1276
1276
|
rpcUrl: string;
|
|
1277
1277
|
}> | undefined;
|
|
1278
1278
|
language?: "en" | "fr" | undefined;
|
|
1279
|
+
metadata?: {
|
|
1280
|
+
name?: string | undefined;
|
|
1281
|
+
projectDescription?: string | undefined;
|
|
1282
|
+
authors?: string[] | undefined;
|
|
1283
|
+
license?: string | undefined;
|
|
1284
|
+
homepage?: string | undefined;
|
|
1285
|
+
} | undefined;
|
|
1286
|
+
artifactsDir?: string | undefined;
|
|
1287
|
+
contractsDir?: string | undefined;
|
|
1288
|
+
contracts?: Record<string, {
|
|
1289
|
+
sourceFile: string;
|
|
1290
|
+
hash: string;
|
|
1291
|
+
}> | undefined;
|
|
1279
1292
|
plugins?: {
|
|
1280
1293
|
type: "npm" | "binary" | "deno";
|
|
1281
1294
|
name: string;
|
|
1282
1295
|
}[] | undefined;
|
|
1283
|
-
|
|
1284
|
-
artifactsDir?: string | undefined;
|
|
1296
|
+
accounts?: Record<string, string> | undefined;
|
|
1285
1297
|
network?: Record<string, {
|
|
1286
1298
|
accounts?: Record<string, {
|
|
1287
1299
|
mnemonic?: string | undefined;
|
|
@@ -1300,18 +1312,6 @@ export declare const schemas: {
|
|
|
1300
1312
|
label: string;
|
|
1301
1313
|
rpcUrl: string;
|
|
1302
1314
|
}> | undefined;
|
|
1303
|
-
accounts?: Record<string, string> | undefined;
|
|
1304
|
-
contracts?: Record<string, {
|
|
1305
|
-
sourceFile: string;
|
|
1306
|
-
hash: string;
|
|
1307
|
-
}> | undefined;
|
|
1308
|
-
metadata?: {
|
|
1309
|
-
name?: string | undefined;
|
|
1310
|
-
projectDescription?: string | undefined;
|
|
1311
|
-
authors?: string[] | undefined;
|
|
1312
|
-
license?: string | undefined;
|
|
1313
|
-
homepage?: string | undefined;
|
|
1314
|
-
} | undefined;
|
|
1315
1315
|
projectDir: string;
|
|
1316
1316
|
environment: Record<string, string | {
|
|
1317
1317
|
storage?: Record<string, string> | undefined;
|
|
@@ -1358,12 +1358,24 @@ export declare const schemas: {
|
|
|
1358
1358
|
rpcUrl: string;
|
|
1359
1359
|
}> | undefined;
|
|
1360
1360
|
language?: "en" | "fr" | undefined;
|
|
1361
|
+
metadata?: {
|
|
1362
|
+
name?: string | undefined;
|
|
1363
|
+
projectDescription?: string | undefined;
|
|
1364
|
+
authors?: string[] | undefined;
|
|
1365
|
+
license?: string | undefined;
|
|
1366
|
+
homepage?: string | undefined;
|
|
1367
|
+
} | undefined;
|
|
1368
|
+
artifactsDir?: string | undefined;
|
|
1369
|
+
contractsDir?: string | undefined;
|
|
1370
|
+
contracts?: Record<string, {
|
|
1371
|
+
sourceFile: string;
|
|
1372
|
+
hash: string;
|
|
1373
|
+
}> | undefined;
|
|
1361
1374
|
plugins?: {
|
|
1362
1375
|
type: "npm" | "binary" | "deno";
|
|
1363
1376
|
name: string;
|
|
1364
1377
|
}[] | undefined;
|
|
1365
|
-
|
|
1366
|
-
artifactsDir?: string | undefined;
|
|
1378
|
+
accounts?: Record<string, string> | undefined;
|
|
1367
1379
|
network?: Record<string, {
|
|
1368
1380
|
accounts?: Record<string, {
|
|
1369
1381
|
mnemonic?: string | undefined;
|
|
@@ -1382,18 +1394,6 @@ export declare const schemas: {
|
|
|
1382
1394
|
label: string;
|
|
1383
1395
|
rpcUrl: string;
|
|
1384
1396
|
}> | undefined;
|
|
1385
|
-
accounts?: Record<string, string> | undefined;
|
|
1386
|
-
contracts?: Record<string, {
|
|
1387
|
-
sourceFile: string;
|
|
1388
|
-
hash: string;
|
|
1389
|
-
}> | undefined;
|
|
1390
|
-
metadata?: {
|
|
1391
|
-
name?: string | undefined;
|
|
1392
|
-
projectDescription?: string | undefined;
|
|
1393
|
-
authors?: string[] | undefined;
|
|
1394
|
-
license?: string | undefined;
|
|
1395
|
-
homepage?: string | undefined;
|
|
1396
|
-
} | undefined;
|
|
1397
1397
|
projectDir: string;
|
|
1398
1398
|
environment: Record<string, string | {
|
|
1399
1399
|
storage?: Record<string, string> | undefined;
|
|
@@ -1440,12 +1440,24 @@ export declare const schemas: {
|
|
|
1440
1440
|
rpcUrl: string;
|
|
1441
1441
|
}> | undefined;
|
|
1442
1442
|
language?: "en" | "fr" | undefined;
|
|
1443
|
+
metadata?: {
|
|
1444
|
+
name?: string | undefined;
|
|
1445
|
+
projectDescription?: string | undefined;
|
|
1446
|
+
authors?: string[] | undefined;
|
|
1447
|
+
license?: string | undefined;
|
|
1448
|
+
homepage?: string | undefined;
|
|
1449
|
+
} | undefined;
|
|
1450
|
+
artifactsDir?: string | undefined;
|
|
1451
|
+
contractsDir?: string | undefined;
|
|
1452
|
+
contracts?: Record<string, {
|
|
1453
|
+
sourceFile: string;
|
|
1454
|
+
hash: string;
|
|
1455
|
+
}> | undefined;
|
|
1443
1456
|
plugins?: {
|
|
1444
1457
|
type: "npm" | "binary" | "deno";
|
|
1445
1458
|
name: string;
|
|
1446
1459
|
}[] | undefined;
|
|
1447
|
-
|
|
1448
|
-
artifactsDir?: string | undefined;
|
|
1460
|
+
accounts?: Record<string, string> | undefined;
|
|
1449
1461
|
network?: Record<string, {
|
|
1450
1462
|
accounts?: Record<string, {
|
|
1451
1463
|
mnemonic?: string | undefined;
|
|
@@ -1464,18 +1476,6 @@ export declare const schemas: {
|
|
|
1464
1476
|
label: string;
|
|
1465
1477
|
rpcUrl: string;
|
|
1466
1478
|
}> | undefined;
|
|
1467
|
-
accounts?: Record<string, string> | undefined;
|
|
1468
|
-
contracts?: Record<string, {
|
|
1469
|
-
sourceFile: string;
|
|
1470
|
-
hash: string;
|
|
1471
|
-
}> | undefined;
|
|
1472
|
-
metadata?: {
|
|
1473
|
-
name?: string | undefined;
|
|
1474
|
-
projectDescription?: string | undefined;
|
|
1475
|
-
authors?: string[] | undefined;
|
|
1476
|
-
license?: string | undefined;
|
|
1477
|
-
homepage?: string | undefined;
|
|
1478
|
-
} | undefined;
|
|
1479
1479
|
projectDir: string;
|
|
1480
1480
|
environment: Record<string, string | {
|
|
1481
1481
|
storage?: Record<string, string> | undefined;
|
|
@@ -1536,12 +1536,24 @@ export declare const schemas: {
|
|
|
1536
1536
|
rpcUrl: string;
|
|
1537
1537
|
}> | undefined;
|
|
1538
1538
|
language?: "en" | "fr" | undefined;
|
|
1539
|
+
metadata?: {
|
|
1540
|
+
name?: string | undefined;
|
|
1541
|
+
projectDescription?: string | undefined;
|
|
1542
|
+
authors?: string[] | undefined;
|
|
1543
|
+
license?: string | undefined;
|
|
1544
|
+
homepage?: string | undefined;
|
|
1545
|
+
} | undefined;
|
|
1546
|
+
artifactsDir?: string | undefined;
|
|
1547
|
+
contractsDir?: string | undefined;
|
|
1548
|
+
contracts?: Record<string, {
|
|
1549
|
+
sourceFile: string;
|
|
1550
|
+
hash: string;
|
|
1551
|
+
}> | undefined;
|
|
1539
1552
|
plugins?: {
|
|
1540
1553
|
type: "npm" | "binary" | "deno";
|
|
1541
1554
|
name: string;
|
|
1542
1555
|
}[] | undefined;
|
|
1543
|
-
|
|
1544
|
-
artifactsDir?: string | undefined;
|
|
1556
|
+
accounts?: Record<string, string> | undefined;
|
|
1545
1557
|
network?: Record<string, {
|
|
1546
1558
|
accounts?: Record<string, {
|
|
1547
1559
|
mnemonic?: string | undefined;
|
|
@@ -1560,18 +1572,6 @@ export declare const schemas: {
|
|
|
1560
1572
|
label: string;
|
|
1561
1573
|
rpcUrl: string;
|
|
1562
1574
|
}> | undefined;
|
|
1563
|
-
accounts?: Record<string, string> | undefined;
|
|
1564
|
-
contracts?: Record<string, {
|
|
1565
|
-
sourceFile: string;
|
|
1566
|
-
hash: string;
|
|
1567
|
-
}> | undefined;
|
|
1568
|
-
metadata?: {
|
|
1569
|
-
name?: string | undefined;
|
|
1570
|
-
projectDescription?: string | undefined;
|
|
1571
|
-
authors?: string[] | undefined;
|
|
1572
|
-
license?: string | undefined;
|
|
1573
|
-
homepage?: string | undefined;
|
|
1574
|
-
} | undefined;
|
|
1575
1575
|
projectDir: string;
|
|
1576
1576
|
environment: Record<string, string | {
|
|
1577
1577
|
storage?: Record<string, string> | undefined;
|
|
@@ -1652,12 +1652,24 @@ export declare const schemas: {
|
|
|
1652
1652
|
rpcUrl: string;
|
|
1653
1653
|
}> | undefined;
|
|
1654
1654
|
language?: "en" | "fr" | undefined;
|
|
1655
|
+
metadata?: {
|
|
1656
|
+
name?: string | undefined;
|
|
1657
|
+
projectDescription?: string | undefined;
|
|
1658
|
+
authors?: string[] | undefined;
|
|
1659
|
+
license?: string | undefined;
|
|
1660
|
+
homepage?: string | undefined;
|
|
1661
|
+
} | undefined;
|
|
1662
|
+
artifactsDir?: string | undefined;
|
|
1663
|
+
contractsDir?: string | undefined;
|
|
1664
|
+
contracts?: Record<string, {
|
|
1665
|
+
sourceFile: string;
|
|
1666
|
+
hash: string;
|
|
1667
|
+
}> | undefined;
|
|
1655
1668
|
plugins?: {
|
|
1656
1669
|
type: "npm" | "binary" | "deno";
|
|
1657
1670
|
name: string;
|
|
1658
1671
|
}[] | undefined;
|
|
1659
|
-
|
|
1660
|
-
artifactsDir?: string | undefined;
|
|
1672
|
+
accounts?: Record<string, string> | undefined;
|
|
1661
1673
|
network?: Record<string, {
|
|
1662
1674
|
accounts?: Record<string, {
|
|
1663
1675
|
mnemonic?: string | undefined;
|
|
@@ -1676,18 +1688,6 @@ export declare const schemas: {
|
|
|
1676
1688
|
label: string;
|
|
1677
1689
|
rpcUrl: string;
|
|
1678
1690
|
}> | undefined;
|
|
1679
|
-
accounts?: Record<string, string> | undefined;
|
|
1680
|
-
contracts?: Record<string, {
|
|
1681
|
-
sourceFile: string;
|
|
1682
|
-
hash: string;
|
|
1683
|
-
}> | undefined;
|
|
1684
|
-
metadata?: {
|
|
1685
|
-
name?: string | undefined;
|
|
1686
|
-
projectDescription?: string | undefined;
|
|
1687
|
-
authors?: string[] | undefined;
|
|
1688
|
-
license?: string | undefined;
|
|
1689
|
-
homepage?: string | undefined;
|
|
1690
|
-
} | undefined;
|
|
1691
1691
|
projectDir: string;
|
|
1692
1692
|
environment: Record<string, string | {
|
|
1693
1693
|
storage?: Record<string, string> | undefined;
|
|
@@ -1768,12 +1768,24 @@ export declare const schemas: {
|
|
|
1768
1768
|
rpcUrl: string;
|
|
1769
1769
|
}> | undefined;
|
|
1770
1770
|
language?: "en" | "fr" | undefined;
|
|
1771
|
+
metadata?: {
|
|
1772
|
+
name?: string | undefined;
|
|
1773
|
+
projectDescription?: string | undefined;
|
|
1774
|
+
authors?: string[] | undefined;
|
|
1775
|
+
license?: string | undefined;
|
|
1776
|
+
homepage?: string | undefined;
|
|
1777
|
+
} | undefined;
|
|
1778
|
+
artifactsDir?: string | undefined;
|
|
1779
|
+
contractsDir?: string | undefined;
|
|
1780
|
+
contracts?: Record<string, {
|
|
1781
|
+
sourceFile: string;
|
|
1782
|
+
hash: string;
|
|
1783
|
+
}> | undefined;
|
|
1771
1784
|
plugins?: {
|
|
1772
1785
|
type: "npm" | "binary" | "deno";
|
|
1773
1786
|
name: string;
|
|
1774
1787
|
}[] | undefined;
|
|
1775
|
-
|
|
1776
|
-
artifactsDir?: string | undefined;
|
|
1788
|
+
accounts?: Record<string, string> | undefined;
|
|
1777
1789
|
network?: Record<string, {
|
|
1778
1790
|
accounts?: Record<string, {
|
|
1779
1791
|
mnemonic?: string | undefined;
|
|
@@ -1792,18 +1804,6 @@ export declare const schemas: {
|
|
|
1792
1804
|
label: string;
|
|
1793
1805
|
rpcUrl: string;
|
|
1794
1806
|
}> | undefined;
|
|
1795
|
-
accounts?: Record<string, string> | undefined;
|
|
1796
|
-
contracts?: Record<string, {
|
|
1797
|
-
sourceFile: string;
|
|
1798
|
-
hash: string;
|
|
1799
|
-
}> | undefined;
|
|
1800
|
-
metadata?: {
|
|
1801
|
-
name?: string | undefined;
|
|
1802
|
-
projectDescription?: string | undefined;
|
|
1803
|
-
authors?: string[] | undefined;
|
|
1804
|
-
license?: string | undefined;
|
|
1805
|
-
homepage?: string | undefined;
|
|
1806
|
-
} | undefined;
|
|
1807
1807
|
projectDir: string;
|
|
1808
1808
|
environment: Record<string, string | {
|
|
1809
1809
|
storage?: Record<string, string> | undefined;
|
|
@@ -1963,6 +1963,37 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
1963
1963
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
1964
1964
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
1965
1965
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
1966
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1967
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1968
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1969
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1970
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1971
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1972
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1973
|
+
name?: string | undefined;
|
|
1974
|
+
projectDescription?: string | undefined;
|
|
1975
|
+
authors?: string[] | undefined;
|
|
1976
|
+
license?: string | undefined;
|
|
1977
|
+
homepage?: string | undefined;
|
|
1978
|
+
}, {
|
|
1979
|
+
name?: string | undefined;
|
|
1980
|
+
projectDescription?: string | undefined;
|
|
1981
|
+
authors?: string[] | undefined;
|
|
1982
|
+
license?: string | undefined;
|
|
1983
|
+
homepage?: string | undefined;
|
|
1984
|
+
}>>;
|
|
1985
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1986
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
1987
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1988
|
+
sourceFile: import("zod").ZodString;
|
|
1989
|
+
hash: import("zod").ZodString;
|
|
1990
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1991
|
+
sourceFile: string;
|
|
1992
|
+
hash: string;
|
|
1993
|
+
}, {
|
|
1994
|
+
sourceFile: string;
|
|
1995
|
+
hash: string;
|
|
1996
|
+
}>>>;
|
|
1966
1997
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1967
1998
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
1968
1999
|
name: import("zod").ZodString;
|
|
@@ -1973,8 +2004,23 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
1973
2004
|
type: "npm" | "binary" | "deno";
|
|
1974
2005
|
name: string;
|
|
1975
2006
|
}>, "many">>;
|
|
1976
|
-
|
|
1977
|
-
|
|
2007
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2008
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2009
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2010
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2011
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2012
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2013
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2014
|
+
storage?: Record<string, string> | undefined;
|
|
2015
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2016
|
+
networks: string[];
|
|
2017
|
+
sandboxes: string[];
|
|
2018
|
+
}, {
|
|
2019
|
+
storage?: Record<string, string> | undefined;
|
|
2020
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2021
|
+
networks: string[];
|
|
2022
|
+
sandboxes: string[];
|
|
2023
|
+
}>, import("zod").ZodString]>>;
|
|
1978
2024
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1979
2025
|
label: import("zod").ZodString;
|
|
1980
2026
|
rpcUrl: import("zod").ZodString;
|
|
@@ -2116,52 +2162,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2116
2162
|
label: string;
|
|
2117
2163
|
rpcUrl: string;
|
|
2118
2164
|
}>>>;
|
|
2119
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2120
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2121
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2122
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2123
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2124
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2125
|
-
storage?: Record<string, string> | undefined;
|
|
2126
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2127
|
-
networks: string[];
|
|
2128
|
-
sandboxes: string[];
|
|
2129
|
-
}, {
|
|
2130
|
-
storage?: Record<string, string> | undefined;
|
|
2131
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2132
|
-
networks: string[];
|
|
2133
|
-
sandboxes: string[];
|
|
2134
|
-
}>, import("zod").ZodString]>>;
|
|
2135
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2136
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2137
|
-
sourceFile: import("zod").ZodString;
|
|
2138
|
-
hash: import("zod").ZodString;
|
|
2139
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2140
|
-
sourceFile: string;
|
|
2141
|
-
hash: string;
|
|
2142
|
-
}, {
|
|
2143
|
-
sourceFile: string;
|
|
2144
|
-
hash: string;
|
|
2145
|
-
}>>>;
|
|
2146
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2147
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2148
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2149
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2150
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2151
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2152
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2153
|
-
name?: string | undefined;
|
|
2154
|
-
projectDescription?: string | undefined;
|
|
2155
|
-
authors?: string[] | undefined;
|
|
2156
|
-
license?: string | undefined;
|
|
2157
|
-
homepage?: string | undefined;
|
|
2158
|
-
}, {
|
|
2159
|
-
name?: string | undefined;
|
|
2160
|
-
projectDescription?: string | undefined;
|
|
2161
|
-
authors?: string[] | undefined;
|
|
2162
|
-
license?: string | undefined;
|
|
2163
|
-
homepage?: string | undefined;
|
|
2164
|
-
}>>;
|
|
2165
2165
|
}, {
|
|
2166
2166
|
projectDir: import("zod").ZodString;
|
|
2167
2167
|
configFile: import("zod").ZodString;
|
|
@@ -2185,12 +2185,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2185
2185
|
rpcUrl: string;
|
|
2186
2186
|
}> | undefined;
|
|
2187
2187
|
language?: "en" | "fr" | undefined;
|
|
2188
|
+
metadata?: {
|
|
2189
|
+
name?: string | undefined;
|
|
2190
|
+
projectDescription?: string | undefined;
|
|
2191
|
+
authors?: string[] | undefined;
|
|
2192
|
+
license?: string | undefined;
|
|
2193
|
+
homepage?: string | undefined;
|
|
2194
|
+
} | undefined;
|
|
2195
|
+
artifactsDir?: string | undefined;
|
|
2196
|
+
contractsDir?: string | undefined;
|
|
2197
|
+
contracts?: Record<string, {
|
|
2198
|
+
sourceFile: string;
|
|
2199
|
+
hash: string;
|
|
2200
|
+
}> | undefined;
|
|
2188
2201
|
plugins?: {
|
|
2189
2202
|
type: "npm" | "binary" | "deno";
|
|
2190
2203
|
name: string;
|
|
2191
2204
|
}[] | undefined;
|
|
2192
|
-
|
|
2193
|
-
artifactsDir?: string | undefined;
|
|
2205
|
+
accounts?: Record<string, string> | undefined;
|
|
2194
2206
|
network?: Record<string, {
|
|
2195
2207
|
accounts?: Record<string, {
|
|
2196
2208
|
mnemonic?: string | undefined;
|
|
@@ -2209,18 +2221,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2209
2221
|
label: string;
|
|
2210
2222
|
rpcUrl: string;
|
|
2211
2223
|
}> | undefined;
|
|
2212
|
-
accounts?: Record<string, string> | undefined;
|
|
2213
|
-
contracts?: Record<string, {
|
|
2214
|
-
sourceFile: string;
|
|
2215
|
-
hash: string;
|
|
2216
|
-
}> | undefined;
|
|
2217
|
-
metadata?: {
|
|
2218
|
-
name?: string | undefined;
|
|
2219
|
-
projectDescription?: string | undefined;
|
|
2220
|
-
authors?: string[] | undefined;
|
|
2221
|
-
license?: string | undefined;
|
|
2222
|
-
homepage?: string | undefined;
|
|
2223
|
-
} | undefined;
|
|
2224
2224
|
projectDir: string;
|
|
2225
2225
|
environment: Record<string, string | {
|
|
2226
2226
|
storage?: Record<string, string> | undefined;
|
|
@@ -2249,12 +2249,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2249
2249
|
rpcUrl: string;
|
|
2250
2250
|
}> | undefined;
|
|
2251
2251
|
language?: "en" | "fr" | undefined;
|
|
2252
|
+
metadata?: {
|
|
2253
|
+
name?: string | undefined;
|
|
2254
|
+
projectDescription?: string | undefined;
|
|
2255
|
+
authors?: string[] | undefined;
|
|
2256
|
+
license?: string | undefined;
|
|
2257
|
+
homepage?: string | undefined;
|
|
2258
|
+
} | undefined;
|
|
2259
|
+
artifactsDir?: string | undefined;
|
|
2260
|
+
contractsDir?: string | undefined;
|
|
2261
|
+
contracts?: Record<string, {
|
|
2262
|
+
sourceFile: string;
|
|
2263
|
+
hash: string;
|
|
2264
|
+
}> | undefined;
|
|
2252
2265
|
plugins?: {
|
|
2253
2266
|
type: "npm" | "binary" | "deno";
|
|
2254
2267
|
name: string;
|
|
2255
2268
|
}[] | undefined;
|
|
2256
|
-
|
|
2257
|
-
artifactsDir?: string | undefined;
|
|
2269
|
+
accounts?: Record<string, string> | undefined;
|
|
2258
2270
|
network?: Record<string, {
|
|
2259
2271
|
accounts?: Record<string, {
|
|
2260
2272
|
mnemonic?: string | undefined;
|
|
@@ -2273,18 +2285,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2273
2285
|
label: string;
|
|
2274
2286
|
rpcUrl: string;
|
|
2275
2287
|
}> | undefined;
|
|
2276
|
-
accounts?: Record<string, string> | undefined;
|
|
2277
|
-
contracts?: Record<string, {
|
|
2278
|
-
sourceFile: string;
|
|
2279
|
-
hash: string;
|
|
2280
|
-
}> | undefined;
|
|
2281
|
-
metadata?: {
|
|
2282
|
-
name?: string | undefined;
|
|
2283
|
-
projectDescription?: string | undefined;
|
|
2284
|
-
authors?: string[] | undefined;
|
|
2285
|
-
license?: string | undefined;
|
|
2286
|
-
homepage?: string | undefined;
|
|
2287
|
-
} | undefined;
|
|
2288
2288
|
projectDir: string;
|
|
2289
2289
|
environment: Record<string, string | {
|
|
2290
2290
|
storage?: Record<string, string> | undefined;
|
|
@@ -2331,12 +2331,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2331
2331
|
rpcUrl: string;
|
|
2332
2332
|
}> | undefined;
|
|
2333
2333
|
language?: "en" | "fr" | undefined;
|
|
2334
|
+
metadata?: {
|
|
2335
|
+
name?: string | undefined;
|
|
2336
|
+
projectDescription?: string | undefined;
|
|
2337
|
+
authors?: string[] | undefined;
|
|
2338
|
+
license?: string | undefined;
|
|
2339
|
+
homepage?: string | undefined;
|
|
2340
|
+
} | undefined;
|
|
2341
|
+
artifactsDir?: string | undefined;
|
|
2342
|
+
contractsDir?: string | undefined;
|
|
2343
|
+
contracts?: Record<string, {
|
|
2344
|
+
sourceFile: string;
|
|
2345
|
+
hash: string;
|
|
2346
|
+
}> | undefined;
|
|
2334
2347
|
plugins?: {
|
|
2335
2348
|
type: "npm" | "binary" | "deno";
|
|
2336
2349
|
name: string;
|
|
2337
2350
|
}[] | undefined;
|
|
2338
|
-
|
|
2339
|
-
artifactsDir?: string | undefined;
|
|
2351
|
+
accounts?: Record<string, string> | undefined;
|
|
2340
2352
|
network?: Record<string, {
|
|
2341
2353
|
accounts?: Record<string, {
|
|
2342
2354
|
mnemonic?: string | undefined;
|
|
@@ -2355,18 +2367,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2355
2367
|
label: string;
|
|
2356
2368
|
rpcUrl: string;
|
|
2357
2369
|
}> | undefined;
|
|
2358
|
-
accounts?: Record<string, string> | undefined;
|
|
2359
|
-
contracts?: Record<string, {
|
|
2360
|
-
sourceFile: string;
|
|
2361
|
-
hash: string;
|
|
2362
|
-
}> | undefined;
|
|
2363
|
-
metadata?: {
|
|
2364
|
-
name?: string | undefined;
|
|
2365
|
-
projectDescription?: string | undefined;
|
|
2366
|
-
authors?: string[] | undefined;
|
|
2367
|
-
license?: string | undefined;
|
|
2368
|
-
homepage?: string | undefined;
|
|
2369
|
-
} | undefined;
|
|
2370
2370
|
projectDir: string;
|
|
2371
2371
|
environment: Record<string, string | {
|
|
2372
2372
|
storage?: Record<string, string> | undefined;
|
|
@@ -2413,12 +2413,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2413
2413
|
rpcUrl: string;
|
|
2414
2414
|
}> | undefined;
|
|
2415
2415
|
language?: "en" | "fr" | undefined;
|
|
2416
|
+
metadata?: {
|
|
2417
|
+
name?: string | undefined;
|
|
2418
|
+
projectDescription?: string | undefined;
|
|
2419
|
+
authors?: string[] | undefined;
|
|
2420
|
+
license?: string | undefined;
|
|
2421
|
+
homepage?: string | undefined;
|
|
2422
|
+
} | undefined;
|
|
2423
|
+
artifactsDir?: string | undefined;
|
|
2424
|
+
contractsDir?: string | undefined;
|
|
2425
|
+
contracts?: Record<string, {
|
|
2426
|
+
sourceFile: string;
|
|
2427
|
+
hash: string;
|
|
2428
|
+
}> | undefined;
|
|
2416
2429
|
plugins?: {
|
|
2417
2430
|
type: "npm" | "binary" | "deno";
|
|
2418
2431
|
name: string;
|
|
2419
2432
|
}[] | undefined;
|
|
2420
|
-
|
|
2421
|
-
artifactsDir?: string | undefined;
|
|
2433
|
+
accounts?: Record<string, string> | undefined;
|
|
2422
2434
|
network?: Record<string, {
|
|
2423
2435
|
accounts?: Record<string, {
|
|
2424
2436
|
mnemonic?: string | undefined;
|
|
@@ -2437,18 +2449,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2437
2449
|
label: string;
|
|
2438
2450
|
rpcUrl: string;
|
|
2439
2451
|
}> | undefined;
|
|
2440
|
-
accounts?: Record<string, string> | undefined;
|
|
2441
|
-
contracts?: Record<string, {
|
|
2442
|
-
sourceFile: string;
|
|
2443
|
-
hash: string;
|
|
2444
|
-
}> | undefined;
|
|
2445
|
-
metadata?: {
|
|
2446
|
-
name?: string | undefined;
|
|
2447
|
-
projectDescription?: string | undefined;
|
|
2448
|
-
authors?: string[] | undefined;
|
|
2449
|
-
license?: string | undefined;
|
|
2450
|
-
homepage?: string | undefined;
|
|
2451
|
-
} | undefined;
|
|
2452
2452
|
projectDir: string;
|
|
2453
2453
|
environment: Record<string, string | {
|
|
2454
2454
|
storage?: Record<string, string> | undefined;
|
|
@@ -2509,12 +2509,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2509
2509
|
rpcUrl: string;
|
|
2510
2510
|
}> | undefined;
|
|
2511
2511
|
language?: "en" | "fr" | undefined;
|
|
2512
|
+
metadata?: {
|
|
2513
|
+
name?: string | undefined;
|
|
2514
|
+
projectDescription?: string | undefined;
|
|
2515
|
+
authors?: string[] | undefined;
|
|
2516
|
+
license?: string | undefined;
|
|
2517
|
+
homepage?: string | undefined;
|
|
2518
|
+
} | undefined;
|
|
2519
|
+
artifactsDir?: string | undefined;
|
|
2520
|
+
contractsDir?: string | undefined;
|
|
2521
|
+
contracts?: Record<string, {
|
|
2522
|
+
sourceFile: string;
|
|
2523
|
+
hash: string;
|
|
2524
|
+
}> | undefined;
|
|
2512
2525
|
plugins?: {
|
|
2513
2526
|
type: "npm" | "binary" | "deno";
|
|
2514
2527
|
name: string;
|
|
2515
2528
|
}[] | undefined;
|
|
2516
|
-
|
|
2517
|
-
artifactsDir?: string | undefined;
|
|
2529
|
+
accounts?: Record<string, string> | undefined;
|
|
2518
2530
|
network?: Record<string, {
|
|
2519
2531
|
accounts?: Record<string, {
|
|
2520
2532
|
mnemonic?: string | undefined;
|
|
@@ -2533,18 +2545,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2533
2545
|
label: string;
|
|
2534
2546
|
rpcUrl: string;
|
|
2535
2547
|
}> | undefined;
|
|
2536
|
-
accounts?: Record<string, string> | undefined;
|
|
2537
|
-
contracts?: Record<string, {
|
|
2538
|
-
sourceFile: string;
|
|
2539
|
-
hash: string;
|
|
2540
|
-
}> | undefined;
|
|
2541
|
-
metadata?: {
|
|
2542
|
-
name?: string | undefined;
|
|
2543
|
-
projectDescription?: string | undefined;
|
|
2544
|
-
authors?: string[] | undefined;
|
|
2545
|
-
license?: string | undefined;
|
|
2546
|
-
homepage?: string | undefined;
|
|
2547
|
-
} | undefined;
|
|
2548
2548
|
projectDir: string;
|
|
2549
2549
|
environment: Record<string, string | {
|
|
2550
2550
|
storage?: Record<string, string> | undefined;
|
|
@@ -2625,12 +2625,24 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2625
2625
|
rpcUrl: string;
|
|
2626
2626
|
}> | undefined;
|
|
2627
2627
|
language?: "en" | "fr" | undefined;
|
|
2628
|
+
metadata?: {
|
|
2629
|
+
name?: string | undefined;
|
|
2630
|
+
projectDescription?: string | undefined;
|
|
2631
|
+
authors?: string[] | undefined;
|
|
2632
|
+
license?: string | undefined;
|
|
2633
|
+
homepage?: string | undefined;
|
|
2634
|
+
} | undefined;
|
|
2635
|
+
artifactsDir?: string | undefined;
|
|
2636
|
+
contractsDir?: string | undefined;
|
|
2637
|
+
contracts?: Record<string, {
|
|
2638
|
+
sourceFile: string;
|
|
2639
|
+
hash: string;
|
|
2640
|
+
}> | undefined;
|
|
2628
2641
|
plugins?: {
|
|
2629
2642
|
type: "npm" | "binary" | "deno";
|
|
2630
2643
|
name: string;
|
|
2631
2644
|
}[] | undefined;
|
|
2632
|
-
|
|
2633
|
-
artifactsDir?: string | undefined;
|
|
2645
|
+
accounts?: Record<string, string> | undefined;
|
|
2634
2646
|
network?: Record<string, {
|
|
2635
2647
|
accounts?: Record<string, {
|
|
2636
2648
|
mnemonic?: string | undefined;
|
|
@@ -2649,18 +2661,6 @@ export declare const rawSchema: import("zod").ZodObject<{
|
|
|
2649
2661
|
label: string;
|
|
2650
2662
|
rpcUrl: string;
|
|
2651
2663
|
}> | undefined;
|
|
2652
|
-
accounts?: Record<string, string> | undefined;
|
|
2653
|
-
contracts?: Record<string, {
|
|
2654
|
-
sourceFile: string;
|
|
2655
|
-
hash: string;
|
|
2656
|
-
}> | undefined;
|
|
2657
|
-
metadata?: {
|
|
2658
|
-
name?: string | undefined;
|
|
2659
|
-
projectDescription?: string | undefined;
|
|
2660
|
-
authors?: string[] | undefined;
|
|
2661
|
-
license?: string | undefined;
|
|
2662
|
-
homepage?: string | undefined;
|
|
2663
|
-
} | undefined;
|
|
2664
2664
|
projectDir: string;
|
|
2665
2665
|
environment: Record<string, string | {
|
|
2666
2666
|
storage?: Record<string, string> | undefined;
|
|
@@ -2819,6 +2819,37 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2819
2819
|
taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
|
|
2820
2820
|
config: import("zod").ZodObject<import("zod").extendShape<{
|
|
2821
2821
|
language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
|
|
2822
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2823
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2824
|
+
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2825
|
+
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2826
|
+
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2827
|
+
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2828
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2829
|
+
name?: string | undefined;
|
|
2830
|
+
projectDescription?: string | undefined;
|
|
2831
|
+
authors?: string[] | undefined;
|
|
2832
|
+
license?: string | undefined;
|
|
2833
|
+
homepage?: string | undefined;
|
|
2834
|
+
}, {
|
|
2835
|
+
name?: string | undefined;
|
|
2836
|
+
projectDescription?: string | undefined;
|
|
2837
|
+
authors?: string[] | undefined;
|
|
2838
|
+
license?: string | undefined;
|
|
2839
|
+
homepage?: string | undefined;
|
|
2840
|
+
}>>;
|
|
2841
|
+
artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
2842
|
+
contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
|
|
2843
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2844
|
+
sourceFile: import("zod").ZodString;
|
|
2845
|
+
hash: import("zod").ZodString;
|
|
2846
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2847
|
+
sourceFile: string;
|
|
2848
|
+
hash: string;
|
|
2849
|
+
}, {
|
|
2850
|
+
sourceFile: string;
|
|
2851
|
+
hash: string;
|
|
2852
|
+
}>>>;
|
|
2822
2853
|
plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2823
2854
|
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
|
|
2824
2855
|
name: import("zod").ZodString;
|
|
@@ -2829,8 +2860,23 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2829
2860
|
type: "npm" | "binary" | "deno";
|
|
2830
2861
|
name: string;
|
|
2831
2862
|
}>, "many">>;
|
|
2832
|
-
|
|
2833
|
-
|
|
2863
|
+
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2864
|
+
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2865
|
+
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2866
|
+
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2867
|
+
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2868
|
+
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2869
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2870
|
+
storage?: Record<string, string> | undefined;
|
|
2871
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2872
|
+
networks: string[];
|
|
2873
|
+
sandboxes: string[];
|
|
2874
|
+
}, {
|
|
2875
|
+
storage?: Record<string, string> | undefined;
|
|
2876
|
+
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2877
|
+
networks: string[];
|
|
2878
|
+
sandboxes: string[];
|
|
2879
|
+
}>, import("zod").ZodString]>>;
|
|
2834
2880
|
network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2835
2881
|
label: import("zod").ZodString;
|
|
2836
2882
|
rpcUrl: import("zod").ZodString;
|
|
@@ -2972,52 +3018,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
2972
3018
|
label: string;
|
|
2973
3019
|
rpcUrl: string;
|
|
2974
3020
|
}>>>;
|
|
2975
|
-
environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
2976
|
-
networks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2977
|
-
sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2978
|
-
storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2979
|
-
aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
|
|
2980
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2981
|
-
storage?: Record<string, string> | undefined;
|
|
2982
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2983
|
-
networks: string[];
|
|
2984
|
-
sandboxes: string[];
|
|
2985
|
-
}, {
|
|
2986
|
-
storage?: Record<string, string> | undefined;
|
|
2987
|
-
aliases?: Record<string, Record<string, string>> | undefined;
|
|
2988
|
-
networks: string[];
|
|
2989
|
-
sandboxes: string[];
|
|
2990
|
-
}>, import("zod").ZodString]>>;
|
|
2991
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2992
|
-
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2993
|
-
sourceFile: import("zod").ZodString;
|
|
2994
|
-
hash: import("zod").ZodString;
|
|
2995
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
2996
|
-
sourceFile: string;
|
|
2997
|
-
hash: string;
|
|
2998
|
-
}, {
|
|
2999
|
-
sourceFile: string;
|
|
3000
|
-
hash: string;
|
|
3001
|
-
}>>>;
|
|
3002
|
-
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3003
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3004
|
-
projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3005
|
-
authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3006
|
-
license: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3007
|
-
homepage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3008
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3009
|
-
name?: string | undefined;
|
|
3010
|
-
projectDescription?: string | undefined;
|
|
3011
|
-
authors?: string[] | undefined;
|
|
3012
|
-
license?: string | undefined;
|
|
3013
|
-
homepage?: string | undefined;
|
|
3014
|
-
}, {
|
|
3015
|
-
name?: string | undefined;
|
|
3016
|
-
projectDescription?: string | undefined;
|
|
3017
|
-
authors?: string[] | undefined;
|
|
3018
|
-
license?: string | undefined;
|
|
3019
|
-
homepage?: string | undefined;
|
|
3020
|
-
}>>;
|
|
3021
3021
|
}, {
|
|
3022
3022
|
projectDir: import("zod").ZodString;
|
|
3023
3023
|
configFile: import("zod").ZodString;
|
|
@@ -3041,12 +3041,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3041
3041
|
rpcUrl: string;
|
|
3042
3042
|
}> | undefined;
|
|
3043
3043
|
language?: "en" | "fr" | undefined;
|
|
3044
|
+
metadata?: {
|
|
3045
|
+
name?: string | undefined;
|
|
3046
|
+
projectDescription?: string | undefined;
|
|
3047
|
+
authors?: string[] | undefined;
|
|
3048
|
+
license?: string | undefined;
|
|
3049
|
+
homepage?: string | undefined;
|
|
3050
|
+
} | undefined;
|
|
3051
|
+
artifactsDir?: string | undefined;
|
|
3052
|
+
contractsDir?: string | undefined;
|
|
3053
|
+
contracts?: Record<string, {
|
|
3054
|
+
sourceFile: string;
|
|
3055
|
+
hash: string;
|
|
3056
|
+
}> | undefined;
|
|
3044
3057
|
plugins?: {
|
|
3045
3058
|
type: "npm" | "binary" | "deno";
|
|
3046
3059
|
name: string;
|
|
3047
3060
|
}[] | undefined;
|
|
3048
|
-
|
|
3049
|
-
artifactsDir?: string | undefined;
|
|
3061
|
+
accounts?: Record<string, string> | undefined;
|
|
3050
3062
|
network?: Record<string, {
|
|
3051
3063
|
accounts?: Record<string, {
|
|
3052
3064
|
mnemonic?: string | undefined;
|
|
@@ -3065,18 +3077,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3065
3077
|
label: string;
|
|
3066
3078
|
rpcUrl: string;
|
|
3067
3079
|
}> | undefined;
|
|
3068
|
-
accounts?: Record<string, string> | undefined;
|
|
3069
|
-
contracts?: Record<string, {
|
|
3070
|
-
sourceFile: string;
|
|
3071
|
-
hash: string;
|
|
3072
|
-
}> | undefined;
|
|
3073
|
-
metadata?: {
|
|
3074
|
-
name?: string | undefined;
|
|
3075
|
-
projectDescription?: string | undefined;
|
|
3076
|
-
authors?: string[] | undefined;
|
|
3077
|
-
license?: string | undefined;
|
|
3078
|
-
homepage?: string | undefined;
|
|
3079
|
-
} | undefined;
|
|
3080
3080
|
projectDir: string;
|
|
3081
3081
|
environment: Record<string, string | {
|
|
3082
3082
|
storage?: Record<string, string> | undefined;
|
|
@@ -3105,12 +3105,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3105
3105
|
rpcUrl: string;
|
|
3106
3106
|
}> | undefined;
|
|
3107
3107
|
language?: "en" | "fr" | undefined;
|
|
3108
|
+
metadata?: {
|
|
3109
|
+
name?: string | undefined;
|
|
3110
|
+
projectDescription?: string | undefined;
|
|
3111
|
+
authors?: string[] | undefined;
|
|
3112
|
+
license?: string | undefined;
|
|
3113
|
+
homepage?: string | undefined;
|
|
3114
|
+
} | undefined;
|
|
3115
|
+
artifactsDir?: string | undefined;
|
|
3116
|
+
contractsDir?: string | undefined;
|
|
3117
|
+
contracts?: Record<string, {
|
|
3118
|
+
sourceFile: string;
|
|
3119
|
+
hash: string;
|
|
3120
|
+
}> | undefined;
|
|
3108
3121
|
plugins?: {
|
|
3109
3122
|
type: "npm" | "binary" | "deno";
|
|
3110
3123
|
name: string;
|
|
3111
3124
|
}[] | undefined;
|
|
3112
|
-
|
|
3113
|
-
artifactsDir?: string | undefined;
|
|
3125
|
+
accounts?: Record<string, string> | undefined;
|
|
3114
3126
|
network?: Record<string, {
|
|
3115
3127
|
accounts?: Record<string, {
|
|
3116
3128
|
mnemonic?: string | undefined;
|
|
@@ -3129,18 +3141,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3129
3141
|
label: string;
|
|
3130
3142
|
rpcUrl: string;
|
|
3131
3143
|
}> | undefined;
|
|
3132
|
-
accounts?: Record<string, string> | undefined;
|
|
3133
|
-
contracts?: Record<string, {
|
|
3134
|
-
sourceFile: string;
|
|
3135
|
-
hash: string;
|
|
3136
|
-
}> | undefined;
|
|
3137
|
-
metadata?: {
|
|
3138
|
-
name?: string | undefined;
|
|
3139
|
-
projectDescription?: string | undefined;
|
|
3140
|
-
authors?: string[] | undefined;
|
|
3141
|
-
license?: string | undefined;
|
|
3142
|
-
homepage?: string | undefined;
|
|
3143
|
-
} | undefined;
|
|
3144
3144
|
projectDir: string;
|
|
3145
3145
|
environment: Record<string, string | {
|
|
3146
3146
|
storage?: Record<string, string> | undefined;
|
|
@@ -3187,12 +3187,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3187
3187
|
rpcUrl: string;
|
|
3188
3188
|
}> | undefined;
|
|
3189
3189
|
language?: "en" | "fr" | undefined;
|
|
3190
|
+
metadata?: {
|
|
3191
|
+
name?: string | undefined;
|
|
3192
|
+
projectDescription?: string | undefined;
|
|
3193
|
+
authors?: string[] | undefined;
|
|
3194
|
+
license?: string | undefined;
|
|
3195
|
+
homepage?: string | undefined;
|
|
3196
|
+
} | undefined;
|
|
3197
|
+
artifactsDir?: string | undefined;
|
|
3198
|
+
contractsDir?: string | undefined;
|
|
3199
|
+
contracts?: Record<string, {
|
|
3200
|
+
sourceFile: string;
|
|
3201
|
+
hash: string;
|
|
3202
|
+
}> | undefined;
|
|
3190
3203
|
plugins?: {
|
|
3191
3204
|
type: "npm" | "binary" | "deno";
|
|
3192
3205
|
name: string;
|
|
3193
3206
|
}[] | undefined;
|
|
3194
|
-
|
|
3195
|
-
artifactsDir?: string | undefined;
|
|
3207
|
+
accounts?: Record<string, string> | undefined;
|
|
3196
3208
|
network?: Record<string, {
|
|
3197
3209
|
accounts?: Record<string, {
|
|
3198
3210
|
mnemonic?: string | undefined;
|
|
@@ -3211,18 +3223,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3211
3223
|
label: string;
|
|
3212
3224
|
rpcUrl: string;
|
|
3213
3225
|
}> | undefined;
|
|
3214
|
-
accounts?: Record<string, string> | undefined;
|
|
3215
|
-
contracts?: Record<string, {
|
|
3216
|
-
sourceFile: string;
|
|
3217
|
-
hash: string;
|
|
3218
|
-
}> | undefined;
|
|
3219
|
-
metadata?: {
|
|
3220
|
-
name?: string | undefined;
|
|
3221
|
-
projectDescription?: string | undefined;
|
|
3222
|
-
authors?: string[] | undefined;
|
|
3223
|
-
license?: string | undefined;
|
|
3224
|
-
homepage?: string | undefined;
|
|
3225
|
-
} | undefined;
|
|
3226
3226
|
projectDir: string;
|
|
3227
3227
|
environment: Record<string, string | {
|
|
3228
3228
|
storage?: Record<string, string> | undefined;
|
|
@@ -3269,12 +3269,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3269
3269
|
rpcUrl: string;
|
|
3270
3270
|
}> | undefined;
|
|
3271
3271
|
language?: "en" | "fr" | undefined;
|
|
3272
|
+
metadata?: {
|
|
3273
|
+
name?: string | undefined;
|
|
3274
|
+
projectDescription?: string | undefined;
|
|
3275
|
+
authors?: string[] | undefined;
|
|
3276
|
+
license?: string | undefined;
|
|
3277
|
+
homepage?: string | undefined;
|
|
3278
|
+
} | undefined;
|
|
3279
|
+
artifactsDir?: string | undefined;
|
|
3280
|
+
contractsDir?: string | undefined;
|
|
3281
|
+
contracts?: Record<string, {
|
|
3282
|
+
sourceFile: string;
|
|
3283
|
+
hash: string;
|
|
3284
|
+
}> | undefined;
|
|
3272
3285
|
plugins?: {
|
|
3273
3286
|
type: "npm" | "binary" | "deno";
|
|
3274
3287
|
name: string;
|
|
3275
3288
|
}[] | undefined;
|
|
3276
|
-
|
|
3277
|
-
artifactsDir?: string | undefined;
|
|
3289
|
+
accounts?: Record<string, string> | undefined;
|
|
3278
3290
|
network?: Record<string, {
|
|
3279
3291
|
accounts?: Record<string, {
|
|
3280
3292
|
mnemonic?: string | undefined;
|
|
@@ -3293,18 +3305,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3293
3305
|
label: string;
|
|
3294
3306
|
rpcUrl: string;
|
|
3295
3307
|
}> | undefined;
|
|
3296
|
-
accounts?: Record<string, string> | undefined;
|
|
3297
|
-
contracts?: Record<string, {
|
|
3298
|
-
sourceFile: string;
|
|
3299
|
-
hash: string;
|
|
3300
|
-
}> | undefined;
|
|
3301
|
-
metadata?: {
|
|
3302
|
-
name?: string | undefined;
|
|
3303
|
-
projectDescription?: string | undefined;
|
|
3304
|
-
authors?: string[] | undefined;
|
|
3305
|
-
license?: string | undefined;
|
|
3306
|
-
homepage?: string | undefined;
|
|
3307
|
-
} | undefined;
|
|
3308
3308
|
projectDir: string;
|
|
3309
3309
|
environment: Record<string, string | {
|
|
3310
3310
|
storage?: Record<string, string> | undefined;
|
|
@@ -3365,12 +3365,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3365
3365
|
rpcUrl: string;
|
|
3366
3366
|
}> | undefined;
|
|
3367
3367
|
language?: "en" | "fr" | undefined;
|
|
3368
|
+
metadata?: {
|
|
3369
|
+
name?: string | undefined;
|
|
3370
|
+
projectDescription?: string | undefined;
|
|
3371
|
+
authors?: string[] | undefined;
|
|
3372
|
+
license?: string | undefined;
|
|
3373
|
+
homepage?: string | undefined;
|
|
3374
|
+
} | undefined;
|
|
3375
|
+
artifactsDir?: string | undefined;
|
|
3376
|
+
contractsDir?: string | undefined;
|
|
3377
|
+
contracts?: Record<string, {
|
|
3378
|
+
sourceFile: string;
|
|
3379
|
+
hash: string;
|
|
3380
|
+
}> | undefined;
|
|
3368
3381
|
plugins?: {
|
|
3369
3382
|
type: "npm" | "binary" | "deno";
|
|
3370
3383
|
name: string;
|
|
3371
3384
|
}[] | undefined;
|
|
3372
|
-
|
|
3373
|
-
artifactsDir?: string | undefined;
|
|
3385
|
+
accounts?: Record<string, string> | undefined;
|
|
3374
3386
|
network?: Record<string, {
|
|
3375
3387
|
accounts?: Record<string, {
|
|
3376
3388
|
mnemonic?: string | undefined;
|
|
@@ -3389,18 +3401,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3389
3401
|
label: string;
|
|
3390
3402
|
rpcUrl: string;
|
|
3391
3403
|
}> | undefined;
|
|
3392
|
-
accounts?: Record<string, string> | undefined;
|
|
3393
|
-
contracts?: Record<string, {
|
|
3394
|
-
sourceFile: string;
|
|
3395
|
-
hash: string;
|
|
3396
|
-
}> | undefined;
|
|
3397
|
-
metadata?: {
|
|
3398
|
-
name?: string | undefined;
|
|
3399
|
-
projectDescription?: string | undefined;
|
|
3400
|
-
authors?: string[] | undefined;
|
|
3401
|
-
license?: string | undefined;
|
|
3402
|
-
homepage?: string | undefined;
|
|
3403
|
-
} | undefined;
|
|
3404
3404
|
projectDir: string;
|
|
3405
3405
|
environment: Record<string, string | {
|
|
3406
3406
|
storage?: Record<string, string> | undefined;
|
|
@@ -3481,12 +3481,24 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3481
3481
|
rpcUrl: string;
|
|
3482
3482
|
}> | undefined;
|
|
3483
3483
|
language?: "en" | "fr" | undefined;
|
|
3484
|
+
metadata?: {
|
|
3485
|
+
name?: string | undefined;
|
|
3486
|
+
projectDescription?: string | undefined;
|
|
3487
|
+
authors?: string[] | undefined;
|
|
3488
|
+
license?: string | undefined;
|
|
3489
|
+
homepage?: string | undefined;
|
|
3490
|
+
} | undefined;
|
|
3491
|
+
artifactsDir?: string | undefined;
|
|
3492
|
+
contractsDir?: string | undefined;
|
|
3493
|
+
contracts?: Record<string, {
|
|
3494
|
+
sourceFile: string;
|
|
3495
|
+
hash: string;
|
|
3496
|
+
}> | undefined;
|
|
3484
3497
|
plugins?: {
|
|
3485
3498
|
type: "npm" | "binary" | "deno";
|
|
3486
3499
|
name: string;
|
|
3487
3500
|
}[] | undefined;
|
|
3488
|
-
|
|
3489
|
-
artifactsDir?: string | undefined;
|
|
3501
|
+
accounts?: Record<string, string> | undefined;
|
|
3490
3502
|
network?: Record<string, {
|
|
3491
3503
|
accounts?: Record<string, {
|
|
3492
3504
|
mnemonic?: string | undefined;
|
|
@@ -3505,18 +3517,6 @@ export declare const internalSchema: import("zod").ZodObject<{
|
|
|
3505
3517
|
label: string;
|
|
3506
3518
|
rpcUrl: string;
|
|
3507
3519
|
}> | undefined;
|
|
3508
|
-
accounts?: Record<string, string> | undefined;
|
|
3509
|
-
contracts?: Record<string, {
|
|
3510
|
-
sourceFile: string;
|
|
3511
|
-
hash: string;
|
|
3512
|
-
}> | undefined;
|
|
3513
|
-
metadata?: {
|
|
3514
|
-
name?: string | undefined;
|
|
3515
|
-
projectDescription?: string | undefined;
|
|
3516
|
-
authors?: string[] | undefined;
|
|
3517
|
-
license?: string | undefined;
|
|
3518
|
-
homepage?: string | undefined;
|
|
3519
|
-
} | undefined;
|
|
3520
3520
|
projectDir: string;
|
|
3521
3521
|
environment: Record<string, string | {
|
|
3522
3522
|
storage?: Record<string, string> | undefined;
|