@taqueria/protocol 0.28.3 → 0.28.5

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.
Files changed (84) hide show
  1. package/EphemeralState.d.ts +1112 -836
  2. package/EphemeralState.d.ts.map +1 -1
  3. package/EphemeralState.js.map +1 -1
  4. package/ParsedPluginInfo.d.ts +1169 -3011
  5. package/ParsedPluginInfo.d.ts.map +1 -1
  6. package/PersistentState.d.ts +254 -110
  7. package/PersistentState.d.ts.map +1 -1
  8. package/PluginInfo.d.ts +1840 -3078
  9. package/PluginInfo.d.ts.map +1 -1
  10. package/PluginSchema.d.ts +31266 -4773
  11. package/PluginSchema.d.ts.map +1 -1
  12. package/SHA256.js +4 -0
  13. package/SHA256.js.map +1 -1
  14. package/SanitizedAbsPath.js +4 -0
  15. package/SanitizedAbsPath.js.map +1 -1
  16. package/SanitizedArgs.d.ts +1634 -1395
  17. package/SanitizedArgs.d.ts.map +1 -1
  18. package/SanitizedArgs.js +4 -0
  19. package/SanitizedArgs.js.map +1 -1
  20. package/i18n.js +5 -0
  21. package/i18n.js.map +1 -1
  22. package/index.js +5 -0
  23. package/index.js.map +1 -1
  24. package/out/types/Config.d.ts +221 -221
  25. package/out/types/ConfigEnvironmentFileV2.d.ts +160 -88
  26. package/out/types/ConfigEnvironmentFileV2.d.ts.map +1 -1
  27. package/out/types/ConfigFileV1.d.ts +321 -321
  28. package/out/types/ConfigFileV2.d.ts +378 -242
  29. package/out/types/ConfigFileV2.d.ts.map +1 -1
  30. package/out/types/Environment.d.ts +13 -13
  31. package/out/types/EphemeralState.d.ts +6709 -6745
  32. package/out/types/EphemeralState.d.ts.map +1 -1
  33. package/out/types/LoadedConfig.d.ts +435 -439
  34. package/out/types/LoadedConfig.d.ts.map +1 -1
  35. package/out/types/NetworkAccountConfig.d.ts +9 -9
  36. package/out/types/NetworkConfig.d.ts +30 -30
  37. package/out/types/Operation.d.ts +6307 -1763
  38. package/out/types/Operation.d.ts.map +1 -1
  39. package/out/types/Option.d.ts +40 -40
  40. package/out/types/ParsedConfig.d.ts +161 -425
  41. package/out/types/ParsedConfig.d.ts.map +1 -1
  42. package/out/types/ParsedOperation.d.ts +3414 -1282
  43. package/out/types/ParsedOperation.d.ts.map +1 -1
  44. package/out/types/ParsedTemplate.d.ts +217 -2365
  45. package/out/types/ParsedTemplate.d.ts.map +1 -1
  46. package/out/types/PersistedOperation.d.ts +9 -9
  47. package/out/types/PersistedTask.d.ts +9 -9
  48. package/out/types/PersistentState.d.ts +34 -34
  49. package/out/types/PluginDependenciesResponse.d.ts +16 -20
  50. package/out/types/PluginDependenciesResponse.d.ts.map +1 -1
  51. package/out/types/PluginInfo.d.ts +3014 -3034
  52. package/out/types/PluginInfo.d.ts.map +1 -1
  53. package/out/types/PluginJsonResponse.d.ts +4 -4
  54. package/out/types/PluginProxyResponse.d.ts +4 -4
  55. package/out/types/PluginSchema.d.ts +46162 -13114
  56. package/out/types/PluginSchema.d.ts.map +1 -1
  57. package/out/types/PositionalArg.d.ts +27 -27
  58. package/out/types/Provisioner.d.ts +17 -17
  59. package/out/types/Provisions.d.ts +17 -17
  60. package/out/types/ProxyTaskArgs.d.ts +3318 -922
  61. package/out/types/ProxyTaskArgs.d.ts.map +1 -1
  62. package/out/types/ProxyTemplateArgs.d.ts +3318 -922
  63. package/out/types/ProxyTemplateArgs.d.ts.map +1 -1
  64. package/out/types/RequestArgs.d.ts +3288 -888
  65. package/out/types/RequestArgs.d.ts.map +1 -1
  66. package/out/types/RuntimeDependencyReport.d.ts +16 -20
  67. package/out/types/RuntimeDependencyReport.d.ts.map +1 -1
  68. package/out/types/SandboxAccount.d.ts +22 -22
  69. package/out/types/SandboxAccount.d.ts.map +1 -1
  70. package/out/types/SandboxAccounts.d.ts +22 -22
  71. package/out/types/SandboxAccounts.d.ts.map +1 -1
  72. package/out/types/SandboxConfig.d.ts +22 -22
  73. package/out/types/SanitizedArgs.d.ts +157 -157
  74. package/out/types/SanitizedArgs.d.ts.map +1 -1
  75. package/out/types/Task.d.ts +212 -212
  76. package/out/types/Template.d.ts +9547 -1799
  77. package/out/types/Template.d.ts.map +1 -1
  78. package/out/types-zod.d.ts +22716 -10470
  79. package/out/types-zod.d.ts.map +1 -1
  80. package/package.json +1 -1
  81. package/taqueria-protocol-types.js +5 -0
  82. package/taqueria-protocol-types.js.map +1 -1
  83. package/types-config-files.js +20 -0
  84. package/types-config-files.js.map +1 -1
@@ -8,11 +8,28 @@ export declare const create: (input: ParsedTemplate) => ParsedTemplateStrict;
8
8
  export declare const of: (input: unknown) => FutureInstance<TaqError, ParsedTemplateStrict>;
9
9
  export declare const make: (input: Omit<ParsedTemplateStrict, '__type'>) => FutureInstance<TaqError, ParsedTemplateStrict>;
10
10
  export declare const schemas: {
11
- rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
12
- template: import("zod").ZodString;
11
+ rawSchema: import("zod").ZodObject<{
13
12
  command: import("zod").ZodString;
14
13
  description: import("zod").ZodString;
15
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
14
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
15
+ placeholder: import("zod").ZodString;
16
+ description: import("zod").ZodString;
17
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
18
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
19
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
20
+ }, "strip", import("zod").ZodTypeAny, {
21
+ description: string;
22
+ placeholder: string;
23
+ defaultValue?: string | number | boolean | undefined;
24
+ type?: "string" | "number" | "boolean" | undefined;
25
+ required?: boolean | undefined;
26
+ }, {
27
+ description: string;
28
+ placeholder: string;
29
+ defaultValue?: string | number | boolean | undefined;
30
+ type?: "string" | "number" | "boolean" | undefined;
31
+ required?: boolean | undefined;
32
+ }>, "many">>;
16
33
  options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
17
34
  shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
18
35
  flag: import("zod").ZodString;
@@ -23,636 +40,99 @@ export declare const schemas: {
23
40
  boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
24
41
  choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
25
42
  }, "strip", import("zod").ZodTypeAny, {
26
- boolean?: boolean | undefined;
27
- required?: boolean | undefined;
28
- type?: "string" | "number" | "boolean" | undefined;
29
- shortFlag?: string | undefined;
30
- defaultValue?: string | number | boolean | undefined;
31
- choices?: string[] | undefined;
32
43
  description: string;
33
44
  flag: string;
34
- }, {
35
- boolean?: boolean | undefined;
36
- required?: boolean | undefined;
37
- type?: "string" | "number" | "boolean" | undefined;
38
45
  shortFlag?: string | undefined;
39
46
  defaultValue?: string | number | boolean | undefined;
47
+ type?: "string" | "number" | "boolean" | undefined;
48
+ required?: boolean | undefined;
49
+ boolean?: boolean | undefined;
40
50
  choices?: string[] | undefined;
51
+ }, {
41
52
  description: string;
42
53
  flag: string;
43
- }>, "many">>;
44
- positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
45
- placeholder: import("zod").ZodString;
46
- description: import("zod").ZodString;
47
- defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
48
- type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
49
- required: import("zod").ZodOptional<import("zod").ZodBoolean>;
50
- }, "strip", import("zod").ZodTypeAny, {
51
- required?: boolean | undefined;
52
- type?: "string" | "number" | "boolean" | undefined;
54
+ shortFlag?: string | undefined;
53
55
  defaultValue?: string | number | boolean | undefined;
54
- description: string;
55
- placeholder: string;
56
- }, {
57
- required?: boolean | undefined;
58
56
  type?: "string" | "number" | "boolean" | undefined;
59
- defaultValue?: string | number | boolean | undefined;
60
- description: string;
61
- placeholder: string;
57
+ required?: boolean | undefined;
58
+ boolean?: boolean | undefined;
59
+ choices?: string[] | undefined;
62
60
  }>, "many">>;
63
- handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
64
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
65
- projectDir: import("zod").ZodString;
66
- maxConcurrency: import("zod").ZodNumber;
67
- debug: import("zod").ZodBoolean;
68
- disableState: import("zod").ZodBoolean;
69
- logPluginRequests: import("zod").ZodBoolean;
70
- fromVsCode: import("zod").ZodBoolean;
71
- version: import("zod").ZodBoolean;
72
- build: import("zod").ZodBoolean;
73
- help: import("zod").ZodBoolean;
74
- yes: import("zod").ZodBoolean;
75
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
76
- env: import("zod").ZodString;
77
- quickstart: import("zod").ZodString;
78
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
79
- setVersion: import("zod").ZodString;
80
- }, "quickstart">, {
81
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
82
- config: import("zod").ZodObject<import("zod").extendShape<{
83
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
84
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
85
- name: import("zod").ZodOptional<import("zod").ZodString>;
86
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
87
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
88
- license: import("zod").ZodOptional<import("zod").ZodString>;
89
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
90
- }, "strip", import("zod").ZodTypeAny, {
91
- name?: string | undefined;
92
- projectDescription?: string | undefined;
93
- authors?: string[] | undefined;
94
- license?: string | undefined;
95
- homepage?: string | undefined;
96
- }, {
97
- name?: string | undefined;
98
- projectDescription?: string | undefined;
99
- authors?: string[] | undefined;
100
- license?: string | undefined;
101
- homepage?: string | undefined;
102
- }>>;
103
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
104
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
105
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
106
- sourceFile: import("zod").ZodString;
107
- hash: import("zod").ZodString;
108
- }, "strip", import("zod").ZodTypeAny, {
109
- sourceFile: string;
110
- hash: string;
111
- }, {
112
- sourceFile: string;
113
- hash: string;
114
- }>>>;
115
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
116
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
117
- name: import("zod").ZodString;
118
- }, "strip", import("zod").ZodTypeAny, {
119
- type: "npm" | "binary" | "deno";
120
- name: string;
121
- }, {
122
- type: "npm" | "binary" | "deno";
123
- name: string;
124
- }>, "many">>;
125
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
126
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
127
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
128
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
129
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
130
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
131
- }, "strip", import("zod").ZodTypeAny, {
132
- storage?: Record<string, string> | undefined;
133
- aliases?: Record<string, Record<string, string>> | undefined;
134
- networks: string[];
135
- sandboxes: string[];
136
- }, {
137
- storage?: Record<string, string> | undefined;
138
- aliases?: Record<string, Record<string, string>> | undefined;
139
- networks: string[];
140
- sandboxes: string[];
141
- }>, import("zod").ZodString]>>;
142
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
143
- label: import("zod").ZodString;
144
- rpcUrl: import("zod").ZodString;
145
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
146
- publicKey: import("zod").ZodOptional<import("zod").ZodString>;
147
- publicKeyHash: import("zod").ZodOptional<import("zod").ZodString>;
148
- privateKey: import("zod").ZodOptional<import("zod").ZodString>;
149
- mnemonic: import("zod").ZodOptional<import("zod").ZodString>;
150
- }, "strip", import("zod").ZodTypeAny, {
151
- mnemonic?: string | undefined;
152
- publicKey?: string | undefined;
153
- publicKeyHash?: string | undefined;
154
- privateKey?: string | undefined;
155
- }, {
156
- mnemonic?: string | undefined;
157
- publicKey?: string | undefined;
158
- publicKeyHash?: string | undefined;
159
- privateKey?: string | undefined;
160
- }>>>;
161
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
162
- pkh: import("zod").ZodString;
163
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
164
- email: import("zod").ZodString;
165
- password: import("zod").ZodString;
166
- amount: import("zod").ZodString;
167
- activation_code: import("zod").ZodString;
168
- }, "strip", import("zod").ZodTypeAny, {
169
- pkh: string;
170
- mnemonic: string[];
171
- email: string;
172
- password: string;
173
- amount: string;
174
- activation_code: string;
175
- }, {
176
- pkh: string;
177
- mnemonic: string[];
178
- email: string;
179
- password: string;
180
- amount: string;
181
- activation_code: string;
182
- }>>;
183
- }, "strip", import("zod").ZodTypeAny, {
184
- accounts?: Record<string, {
185
- mnemonic?: string | undefined;
186
- publicKey?: string | undefined;
187
- publicKeyHash?: string | undefined;
188
- privateKey?: string | undefined;
189
- }> | undefined;
190
- faucet?: {
191
- pkh: string;
192
- mnemonic: string[];
193
- email: string;
194
- password: string;
195
- amount: string;
196
- activation_code: string;
197
- } | undefined;
198
- label: string;
199
- rpcUrl: string;
200
- }, {
201
- accounts?: Record<string, {
202
- mnemonic?: string | undefined;
203
- publicKey?: string | undefined;
204
- publicKeyHash?: string | undefined;
205
- privateKey?: string | undefined;
206
- }> | undefined;
207
- faucet?: {
208
- pkh: string;
209
- mnemonic: string[];
210
- email: string;
211
- password: string;
212
- amount: string;
213
- activation_code: string;
214
- } | undefined;
215
- label: string;
216
- rpcUrl: string;
217
- }>>>;
218
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
219
- label: import("zod").ZodString;
220
- rpcUrl: import("zod").ZodString;
221
- protocol: import("zod").ZodOptional<import("zod").ZodString>;
222
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
223
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
224
- encryptedKey: import("zod").ZodString;
225
- publicKeyHash: import("zod").ZodString;
226
- secretKey: import("zod").ZodString;
227
- }, "strip", import("zod").ZodTypeAny, {
228
- publicKeyHash: string;
229
- encryptedKey: string;
230
- secretKey: string;
231
- }, {
232
- publicKeyHash: string;
233
- encryptedKey: string;
234
- secretKey: string;
235
- }>, import("zod").ZodString]>>>;
236
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
237
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
238
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
239
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
240
- }, "strip", import("zod").ZodTypeAny, {
241
- disableAutostartWithSandbox?: boolean | undefined;
242
- postgresqlPort?: number | undefined;
243
- apiPort?: number | undefined;
244
- }, {
245
- disableAutostartWithSandbox?: boolean | undefined;
246
- postgresqlPort?: number | undefined;
247
- apiPort?: number | undefined;
248
- }>>;
249
- annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
250
- }, "strip", import("zod").ZodTypeAny, {
251
- plugin?: string | undefined;
252
- accounts?: Record<string, string | {
253
- publicKeyHash: string;
254
- encryptedKey: string;
255
- secretKey: string;
256
- }> | undefined;
257
- protocol?: string | undefined;
258
- tzkt?: {
259
- disableAutostartWithSandbox?: boolean | undefined;
260
- postgresqlPort?: number | undefined;
261
- apiPort?: number | undefined;
262
- } | undefined;
263
- annotations?: Record<string, unknown> | undefined;
264
- label: string;
265
- rpcUrl: string;
266
- }, {
267
- plugin?: string | undefined;
268
- accounts?: Record<string, string | {
269
- publicKeyHash: string;
270
- encryptedKey: string;
271
- secretKey: string;
272
- }> | undefined;
273
- protocol?: string | undefined;
274
- tzkt?: {
275
- disableAutostartWithSandbox?: boolean | undefined;
276
- postgresqlPort?: number | undefined;
277
- apiPort?: number | undefined;
278
- } | undefined;
279
- annotations?: Record<string, unknown> | undefined;
280
- label: string;
281
- rpcUrl: string;
282
- }>>>;
283
- }, {
284
- projectDir: import("zod").ZodString;
285
- configFile: import("zod").ZodString;
286
- hash: import("zod").ZodString;
287
- }>, "strip", import("zod").ZodTypeAny, {
288
- sandbox?: Record<string, {
289
- plugin?: string | undefined;
290
- accounts?: Record<string, string | {
291
- publicKeyHash: string;
292
- encryptedKey: string;
293
- secretKey: string;
294
- }> | undefined;
295
- protocol?: string | undefined;
296
- tzkt?: {
297
- disableAutostartWithSandbox?: boolean | undefined;
298
- postgresqlPort?: number | undefined;
299
- apiPort?: number | undefined;
300
- } | undefined;
301
- annotations?: Record<string, unknown> | undefined;
302
- label: string;
303
- rpcUrl: string;
304
- }> | undefined;
305
- language?: "en" | "fr" | undefined;
306
- metadata?: {
307
- name?: string | undefined;
308
- projectDescription?: string | undefined;
309
- authors?: string[] | undefined;
310
- license?: string | undefined;
311
- homepage?: string | undefined;
312
- } | undefined;
313
- artifactsDir?: string | undefined;
314
- contractsDir?: string | undefined;
315
- contracts?: Record<string, {
316
- sourceFile: string;
317
- hash: string;
318
- }> | undefined;
319
- plugins?: {
320
- type: "npm" | "binary" | "deno";
321
- name: string;
322
- }[] | undefined;
323
- accounts?: Record<string, string> | undefined;
324
- network?: Record<string, {
325
- accounts?: Record<string, {
326
- mnemonic?: string | undefined;
327
- publicKey?: string | undefined;
328
- publicKeyHash?: string | undefined;
329
- privateKey?: string | undefined;
330
- }> | undefined;
331
- faucet?: {
332
- pkh: string;
333
- mnemonic: string[];
334
- email: string;
335
- password: string;
336
- amount: string;
337
- activation_code: string;
338
- } | undefined;
339
- label: string;
340
- rpcUrl: string;
341
- }> | undefined;
342
- projectDir: string;
343
- environment: Record<string, string | {
344
- storage?: Record<string, string> | undefined;
345
- aliases?: Record<string, Record<string, string>> | undefined;
346
- networks: string[];
347
- sandboxes: string[];
348
- }>;
349
- hash: string;
350
- configFile: string;
351
- }, {
352
- sandbox?: Record<string, {
353
- plugin?: string | undefined;
354
- accounts?: Record<string, string | {
355
- publicKeyHash: string;
356
- encryptedKey: string;
357
- secretKey: string;
358
- }> | undefined;
359
- protocol?: string | undefined;
360
- tzkt?: {
361
- disableAutostartWithSandbox?: boolean | undefined;
362
- postgresqlPort?: number | undefined;
363
- apiPort?: number | undefined;
364
- } | undefined;
365
- annotations?: Record<string, unknown> | undefined;
366
- label: string;
367
- rpcUrl: string;
368
- }> | undefined;
369
- language?: "en" | "fr" | undefined;
370
- metadata?: {
371
- name?: string | undefined;
372
- projectDescription?: string | undefined;
373
- authors?: string[] | undefined;
374
- license?: string | undefined;
375
- homepage?: string | undefined;
376
- } | undefined;
377
- artifactsDir?: string | undefined;
378
- contractsDir?: string | undefined;
379
- contracts?: Record<string, {
380
- sourceFile: string;
381
- hash: string;
382
- }> | undefined;
383
- plugins?: {
384
- type: "npm" | "binary" | "deno";
385
- name: string;
386
- }[] | undefined;
387
- accounts?: Record<string, string> | undefined;
388
- network?: Record<string, {
389
- accounts?: Record<string, {
390
- mnemonic?: string | undefined;
391
- publicKey?: string | undefined;
392
- publicKeyHash?: string | undefined;
393
- privateKey?: string | undefined;
394
- }> | undefined;
395
- faucet?: {
396
- pkh: string;
397
- mnemonic: string[];
398
- email: string;
399
- password: string;
400
- amount: string;
401
- activation_code: string;
402
- } | undefined;
403
- label: string;
404
- rpcUrl: string;
405
- }> | undefined;
406
- projectDir: string;
407
- environment: Record<string, string | {
408
- storage?: Record<string, string> | undefined;
409
- aliases?: Record<string, Record<string, string>> | undefined;
410
- networks: string[];
411
- sandboxes: string[];
412
- }>;
413
- hash: string;
414
- configFile: string;
415
- }>;
416
- }>, "passthrough", import("zod").ZodTypeAny, {
417
- plugin?: string | undefined;
418
- _: string[];
419
- projectDir: string;
420
- maxConcurrency: number;
421
- debug: boolean;
422
- disableState: boolean;
423
- logPluginRequests: boolean;
424
- fromVsCode: boolean;
425
- version: boolean;
426
- build: boolean;
427
- help: boolean;
428
- yes: boolean;
429
- env: string;
430
- setBuild: string | number;
431
- setVersion: string;
432
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
433
- config: {
434
- sandbox?: Record<string, {
435
- plugin?: string | undefined;
436
- accounts?: Record<string, string | {
437
- publicKeyHash: string;
438
- encryptedKey: string;
439
- secretKey: string;
440
- }> | undefined;
441
- protocol?: string | undefined;
442
- tzkt?: {
443
- disableAutostartWithSandbox?: boolean | undefined;
444
- postgresqlPort?: number | undefined;
445
- apiPort?: number | undefined;
446
- } | undefined;
447
- annotations?: Record<string, unknown> | undefined;
448
- label: string;
449
- rpcUrl: string;
450
- }> | undefined;
451
- language?: "en" | "fr" | 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
- artifactsDir?: string | undefined;
460
- contractsDir?: string | undefined;
461
- contracts?: Record<string, {
462
- sourceFile: string;
463
- hash: string;
464
- }> | undefined;
465
- plugins?: {
466
- type: "npm" | "binary" | "deno";
467
- name: string;
468
- }[] | undefined;
469
- accounts?: Record<string, string> | undefined;
470
- network?: Record<string, {
471
- accounts?: Record<string, {
472
- mnemonic?: string | undefined;
473
- publicKey?: string | undefined;
474
- publicKeyHash?: string | undefined;
475
- privateKey?: string | undefined;
476
- }> | undefined;
477
- faucet?: {
478
- pkh: string;
479
- mnemonic: string[];
480
- email: string;
481
- password: string;
482
- amount: string;
483
- activation_code: string;
484
- } | undefined;
485
- label: string;
486
- rpcUrl: string;
487
- }> | undefined;
488
- projectDir: string;
489
- environment: Record<string, string | {
490
- storage?: Record<string, string> | undefined;
491
- aliases?: Record<string, Record<string, string>> | undefined;
492
- networks: string[];
493
- sandboxes: string[];
494
- }>;
495
- hash: string;
496
- configFile: string;
497
- };
498
- }, {
499
- plugin?: string | undefined;
500
- _: string[];
501
- projectDir: string;
502
- maxConcurrency: number;
503
- debug: boolean;
504
- disableState: boolean;
505
- logPluginRequests: boolean;
506
- fromVsCode: boolean;
507
- version: boolean;
508
- build: boolean;
509
- help: boolean;
510
- yes: boolean;
511
- env: string;
512
- setBuild: string | number;
513
- setVersion: string;
514
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
515
- config: {
516
- sandbox?: Record<string, {
517
- plugin?: string | undefined;
518
- accounts?: Record<string, string | {
519
- publicKeyHash: string;
520
- encryptedKey: string;
521
- secretKey: string;
522
- }> | undefined;
523
- protocol?: string | undefined;
524
- tzkt?: {
525
- disableAutostartWithSandbox?: boolean | undefined;
526
- postgresqlPort?: number | undefined;
527
- apiPort?: number | undefined;
528
- } | undefined;
529
- annotations?: Record<string, unknown> | undefined;
530
- label: string;
531
- rpcUrl: string;
532
- }> | undefined;
533
- language?: "en" | "fr" | 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
- artifactsDir?: string | undefined;
542
- contractsDir?: string | undefined;
543
- contracts?: Record<string, {
544
- sourceFile: string;
545
- hash: string;
546
- }> | undefined;
547
- plugins?: {
548
- type: "npm" | "binary" | "deno";
549
- name: string;
550
- }[] | undefined;
551
- accounts?: Record<string, string> | undefined;
552
- network?: Record<string, {
553
- accounts?: Record<string, {
554
- mnemonic?: string | undefined;
555
- publicKey?: string | undefined;
556
- publicKeyHash?: string | undefined;
557
- privateKey?: string | undefined;
558
- }> | undefined;
559
- faucet?: {
560
- pkh: string;
561
- mnemonic: string[];
562
- email: string;
563
- password: string;
564
- amount: string;
565
- activation_code: string;
566
- } | undefined;
567
- label: string;
568
- rpcUrl: string;
569
- }> | undefined;
570
- projectDir: string;
571
- environment: Record<string, string | {
572
- storage?: Record<string, string> | undefined;
573
- aliases?: Record<string, Record<string, string>> | undefined;
574
- networks: string[];
575
- sandboxes: string[];
576
- }>;
577
- hash: string;
578
- configFile: string;
579
- };
580
- }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
581
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
582
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
583
- }, "strip", import("zod").ZodTypeAny, {
584
- data?: unknown;
585
- render: "string" | "none" | "table";
586
- }, {
587
- data?: unknown;
588
- render?: "string" | "none" | "table" | undefined;
589
- }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
590
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
591
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
592
- }, "strip", import("zod").ZodTypeAny, {
593
- data?: unknown;
594
- render: "string" | "none" | "table";
595
- }, {
596
- data?: unknown;
597
- render?: "string" | "none" | "table" | undefined;
598
- }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
61
+ template: import("zod").ZodString;
62
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
599
63
  encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
600
- }, "handler">, {
601
64
  handler: import("zod").ZodString;
602
- }>, "strip", import("zod").ZodTypeAny, {
65
+ }, "strip", import("zod").ZodTypeAny, {
66
+ handler: string;
67
+ command: string;
68
+ description: string;
69
+ template: string;
603
70
  positionals?: {
604
- required?: boolean | undefined;
605
- type?: "string" | "number" | "boolean" | undefined;
606
- defaultValue?: string | number | boolean | undefined;
607
71
  description: string;
608
72
  placeholder: string;
73
+ defaultValue?: string | number | boolean | undefined;
74
+ type?: "string" | "number" | "boolean" | undefined;
75
+ required?: boolean | undefined;
609
76
  }[] | undefined;
610
77
  options?: {
611
- boolean?: boolean | undefined;
612
- required?: boolean | undefined;
613
- type?: "string" | "number" | "boolean" | undefined;
78
+ description: string;
79
+ flag: string;
614
80
  shortFlag?: string | undefined;
615
81
  defaultValue?: string | number | boolean | undefined;
82
+ type?: "string" | "number" | "boolean" | undefined;
83
+ required?: boolean | undefined;
84
+ boolean?: boolean | undefined;
616
85
  choices?: string[] | undefined;
617
- description: string;
618
- flag: string;
619
86
  }[] | undefined;
620
87
  hidden?: boolean | undefined;
621
88
  encoding?: "none" | "json" | "application/json" | undefined;
89
+ }, {
622
90
  handler: string;
623
91
  command: string;
624
92
  description: string;
625
93
  template: string;
626
- }, {
627
94
  positionals?: {
628
- required?: boolean | undefined;
629
- type?: "string" | "number" | "boolean" | undefined;
630
- defaultValue?: string | number | boolean | undefined;
631
95
  description: string;
632
96
  placeholder: string;
97
+ defaultValue?: string | number | boolean | undefined;
98
+ type?: "string" | "number" | "boolean" | undefined;
99
+ required?: boolean | undefined;
633
100
  }[] | undefined;
634
101
  options?: {
635
- boolean?: boolean | undefined;
636
- required?: boolean | undefined;
637
- type?: "string" | "number" | "boolean" | undefined;
102
+ description: string;
103
+ flag: string;
638
104
  shortFlag?: string | undefined;
639
105
  defaultValue?: string | number | boolean | undefined;
106
+ type?: "string" | "number" | "boolean" | undefined;
107
+ required?: boolean | undefined;
108
+ boolean?: boolean | undefined;
640
109
  choices?: string[] | undefined;
641
- description: string;
642
- flag: string;
643
110
  }[] | undefined;
644
111
  hidden?: boolean | undefined;
645
112
  encoding?: "none" | "json" | "application/json" | undefined;
646
- handler: string;
647
- command: string;
648
- description: string;
649
- template: string;
650
113
  }>;
651
- schema: import("zod").ZodEffects<import("zod").ZodObject<import("zod").extendShape<Omit<{
652
- template: import("zod").ZodString;
114
+ schema: import("zod").ZodEffects<import("zod").ZodObject<{
653
115
  command: import("zod").ZodString;
654
116
  description: import("zod").ZodString;
655
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
117
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
118
+ placeholder: import("zod").ZodString;
119
+ description: import("zod").ZodString;
120
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
121
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
122
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
123
+ }, "strip", import("zod").ZodTypeAny, {
124
+ description: string;
125
+ placeholder: string;
126
+ defaultValue?: string | number | boolean | undefined;
127
+ type?: "string" | "number" | "boolean" | undefined;
128
+ required?: boolean | undefined;
129
+ }, {
130
+ description: string;
131
+ placeholder: string;
132
+ defaultValue?: string | number | boolean | undefined;
133
+ type?: "string" | "number" | "boolean" | undefined;
134
+ required?: boolean | undefined;
135
+ }>, "many">>;
656
136
  options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
657
137
  shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
658
138
  flag: import("zod").ZodString;
@@ -663,661 +143,124 @@ export declare const schemas: {
663
143
  boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
664
144
  choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
665
145
  }, "strip", import("zod").ZodTypeAny, {
666
- boolean?: boolean | undefined;
667
- required?: boolean | undefined;
668
- type?: "string" | "number" | "boolean" | undefined;
669
- shortFlag?: string | undefined;
670
- defaultValue?: string | number | boolean | undefined;
671
- choices?: string[] | undefined;
672
146
  description: string;
673
147
  flag: string;
674
- }, {
675
- boolean?: boolean | undefined;
676
- required?: boolean | undefined;
677
- type?: "string" | "number" | "boolean" | undefined;
678
148
  shortFlag?: string | undefined;
679
149
  defaultValue?: string | number | boolean | undefined;
150
+ type?: "string" | "number" | "boolean" | undefined;
151
+ required?: boolean | undefined;
152
+ boolean?: boolean | undefined;
680
153
  choices?: string[] | undefined;
154
+ }, {
681
155
  description: string;
682
156
  flag: string;
683
- }>, "many">>;
684
- positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
685
- placeholder: import("zod").ZodString;
686
- description: import("zod").ZodString;
687
- defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
688
- type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
689
- required: import("zod").ZodOptional<import("zod").ZodBoolean>;
690
- }, "strip", import("zod").ZodTypeAny, {
691
- required?: boolean | undefined;
692
- type?: "string" | "number" | "boolean" | undefined;
157
+ shortFlag?: string | undefined;
693
158
  defaultValue?: string | number | boolean | undefined;
694
- description: string;
695
- placeholder: string;
696
- }, {
697
- required?: boolean | undefined;
698
159
  type?: "string" | "number" | "boolean" | undefined;
699
- defaultValue?: string | number | boolean | undefined;
700
- description: string;
701
- placeholder: string;
160
+ required?: boolean | undefined;
161
+ boolean?: boolean | undefined;
162
+ choices?: string[] | undefined;
702
163
  }>, "many">>;
703
- handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
704
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
705
- projectDir: import("zod").ZodString;
706
- maxConcurrency: import("zod").ZodNumber;
707
- debug: import("zod").ZodBoolean;
708
- disableState: import("zod").ZodBoolean;
709
- logPluginRequests: import("zod").ZodBoolean;
710
- fromVsCode: import("zod").ZodBoolean;
711
- version: import("zod").ZodBoolean;
712
- build: import("zod").ZodBoolean;
713
- help: import("zod").ZodBoolean;
714
- yes: import("zod").ZodBoolean;
715
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
716
- env: import("zod").ZodString;
717
- quickstart: import("zod").ZodString;
718
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
719
- setVersion: import("zod").ZodString;
720
- }, "quickstart">, {
721
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
722
- config: import("zod").ZodObject<import("zod").extendShape<{
723
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
724
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
725
- name: import("zod").ZodOptional<import("zod").ZodString>;
726
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
727
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
728
- license: import("zod").ZodOptional<import("zod").ZodString>;
729
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
730
- }, "strip", import("zod").ZodTypeAny, {
731
- name?: string | undefined;
732
- projectDescription?: string | undefined;
733
- authors?: string[] | undefined;
734
- license?: string | undefined;
735
- homepage?: string | undefined;
736
- }, {
737
- name?: string | undefined;
738
- projectDescription?: string | undefined;
739
- authors?: string[] | undefined;
740
- license?: string | undefined;
741
- homepage?: string | undefined;
742
- }>>;
743
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
744
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
745
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
746
- sourceFile: import("zod").ZodString;
747
- hash: import("zod").ZodString;
748
- }, "strip", import("zod").ZodTypeAny, {
749
- sourceFile: string;
750
- hash: string;
751
- }, {
752
- sourceFile: string;
753
- hash: string;
754
- }>>>;
755
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
756
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
757
- name: import("zod").ZodString;
758
- }, "strip", import("zod").ZodTypeAny, {
759
- type: "npm" | "binary" | "deno";
760
- name: string;
761
- }, {
762
- type: "npm" | "binary" | "deno";
763
- name: string;
764
- }>, "many">>;
765
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
766
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
767
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
768
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
769
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
770
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
771
- }, "strip", import("zod").ZodTypeAny, {
772
- storage?: Record<string, string> | undefined;
773
- aliases?: Record<string, Record<string, string>> | undefined;
774
- networks: string[];
775
- sandboxes: string[];
776
- }, {
777
- storage?: Record<string, string> | undefined;
778
- aliases?: Record<string, Record<string, string>> | undefined;
779
- networks: string[];
780
- sandboxes: string[];
781
- }>, import("zod").ZodString]>>;
782
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
783
- label: import("zod").ZodString;
784
- rpcUrl: import("zod").ZodString;
785
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
786
- publicKey: import("zod").ZodOptional<import("zod").ZodString>;
787
- publicKeyHash: import("zod").ZodOptional<import("zod").ZodString>;
788
- privateKey: import("zod").ZodOptional<import("zod").ZodString>;
789
- mnemonic: import("zod").ZodOptional<import("zod").ZodString>;
790
- }, "strip", import("zod").ZodTypeAny, {
791
- mnemonic?: string | undefined;
792
- publicKey?: string | undefined;
793
- publicKeyHash?: string | undefined;
794
- privateKey?: string | undefined;
795
- }, {
796
- mnemonic?: string | undefined;
797
- publicKey?: string | undefined;
798
- publicKeyHash?: string | undefined;
799
- privateKey?: string | undefined;
800
- }>>>;
801
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
802
- pkh: import("zod").ZodString;
803
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
804
- email: import("zod").ZodString;
805
- password: import("zod").ZodString;
806
- amount: import("zod").ZodString;
807
- activation_code: import("zod").ZodString;
808
- }, "strip", import("zod").ZodTypeAny, {
809
- pkh: string;
810
- mnemonic: string[];
811
- email: string;
812
- password: string;
813
- amount: string;
814
- activation_code: string;
815
- }, {
816
- pkh: string;
817
- mnemonic: string[];
818
- email: string;
819
- password: string;
820
- amount: string;
821
- activation_code: string;
822
- }>>;
823
- }, "strip", import("zod").ZodTypeAny, {
824
- accounts?: Record<string, {
825
- mnemonic?: string | undefined;
826
- publicKey?: string | undefined;
827
- publicKeyHash?: string | undefined;
828
- privateKey?: string | undefined;
829
- }> | undefined;
830
- faucet?: {
831
- pkh: string;
832
- mnemonic: string[];
833
- email: string;
834
- password: string;
835
- amount: string;
836
- activation_code: string;
837
- } | undefined;
838
- label: string;
839
- rpcUrl: string;
840
- }, {
841
- accounts?: Record<string, {
842
- mnemonic?: string | undefined;
843
- publicKey?: string | undefined;
844
- publicKeyHash?: string | undefined;
845
- privateKey?: string | undefined;
846
- }> | undefined;
847
- faucet?: {
848
- pkh: string;
849
- mnemonic: string[];
850
- email: string;
851
- password: string;
852
- amount: string;
853
- activation_code: string;
854
- } | undefined;
855
- label: string;
856
- rpcUrl: string;
857
- }>>>;
858
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
859
- label: import("zod").ZodString;
860
- rpcUrl: import("zod").ZodString;
861
- protocol: import("zod").ZodOptional<import("zod").ZodString>;
862
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
863
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
864
- encryptedKey: import("zod").ZodString;
865
- publicKeyHash: import("zod").ZodString;
866
- secretKey: import("zod").ZodString;
867
- }, "strip", import("zod").ZodTypeAny, {
868
- publicKeyHash: string;
869
- encryptedKey: string;
870
- secretKey: string;
871
- }, {
872
- publicKeyHash: string;
873
- encryptedKey: string;
874
- secretKey: string;
875
- }>, import("zod").ZodString]>>>;
876
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
877
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
878
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
879
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
880
- }, "strip", import("zod").ZodTypeAny, {
881
- disableAutostartWithSandbox?: boolean | undefined;
882
- postgresqlPort?: number | undefined;
883
- apiPort?: number | undefined;
884
- }, {
885
- disableAutostartWithSandbox?: boolean | undefined;
886
- postgresqlPort?: number | undefined;
887
- apiPort?: number | undefined;
888
- }>>;
889
- annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
890
- }, "strip", import("zod").ZodTypeAny, {
891
- plugin?: string | undefined;
892
- accounts?: Record<string, string | {
893
- publicKeyHash: string;
894
- encryptedKey: string;
895
- secretKey: string;
896
- }> | undefined;
897
- protocol?: string | undefined;
898
- tzkt?: {
899
- disableAutostartWithSandbox?: boolean | undefined;
900
- postgresqlPort?: number | undefined;
901
- apiPort?: number | undefined;
902
- } | undefined;
903
- annotations?: Record<string, unknown> | undefined;
904
- label: string;
905
- rpcUrl: string;
906
- }, {
907
- plugin?: string | undefined;
908
- accounts?: Record<string, string | {
909
- publicKeyHash: string;
910
- encryptedKey: string;
911
- secretKey: string;
912
- }> | undefined;
913
- protocol?: string | undefined;
914
- tzkt?: {
915
- disableAutostartWithSandbox?: boolean | undefined;
916
- postgresqlPort?: number | undefined;
917
- apiPort?: number | undefined;
918
- } | undefined;
919
- annotations?: Record<string, unknown> | undefined;
920
- label: string;
921
- rpcUrl: string;
922
- }>>>;
923
- }, {
924
- projectDir: import("zod").ZodString;
925
- configFile: import("zod").ZodString;
926
- hash: import("zod").ZodString;
927
- }>, "strip", import("zod").ZodTypeAny, {
928
- sandbox?: Record<string, {
929
- plugin?: string | undefined;
930
- accounts?: Record<string, string | {
931
- publicKeyHash: string;
932
- encryptedKey: string;
933
- secretKey: string;
934
- }> | undefined;
935
- protocol?: string | undefined;
936
- tzkt?: {
937
- disableAutostartWithSandbox?: boolean | undefined;
938
- postgresqlPort?: number | undefined;
939
- apiPort?: number | undefined;
940
- } | undefined;
941
- annotations?: Record<string, unknown> | undefined;
942
- label: string;
943
- rpcUrl: string;
944
- }> | undefined;
945
- language?: "en" | "fr" | undefined;
946
- metadata?: {
947
- name?: string | undefined;
948
- projectDescription?: string | undefined;
949
- authors?: string[] | undefined;
950
- license?: string | undefined;
951
- homepage?: string | undefined;
952
- } | undefined;
953
- artifactsDir?: string | undefined;
954
- contractsDir?: string | undefined;
955
- contracts?: Record<string, {
956
- sourceFile: string;
957
- hash: string;
958
- }> | undefined;
959
- plugins?: {
960
- type: "npm" | "binary" | "deno";
961
- name: string;
962
- }[] | undefined;
963
- accounts?: Record<string, string> | undefined;
964
- network?: Record<string, {
965
- accounts?: Record<string, {
966
- mnemonic?: string | undefined;
967
- publicKey?: string | undefined;
968
- publicKeyHash?: string | undefined;
969
- privateKey?: string | undefined;
970
- }> | undefined;
971
- faucet?: {
972
- pkh: string;
973
- mnemonic: string[];
974
- email: string;
975
- password: string;
976
- amount: string;
977
- activation_code: string;
978
- } | undefined;
979
- label: string;
980
- rpcUrl: string;
981
- }> | undefined;
982
- projectDir: string;
983
- environment: Record<string, string | {
984
- storage?: Record<string, string> | undefined;
985
- aliases?: Record<string, Record<string, string>> | undefined;
986
- networks: string[];
987
- sandboxes: string[];
988
- }>;
989
- hash: string;
990
- configFile: string;
991
- }, {
992
- sandbox?: Record<string, {
993
- plugin?: string | undefined;
994
- accounts?: Record<string, string | {
995
- publicKeyHash: string;
996
- encryptedKey: string;
997
- secretKey: string;
998
- }> | undefined;
999
- protocol?: string | undefined;
1000
- tzkt?: {
1001
- disableAutostartWithSandbox?: boolean | undefined;
1002
- postgresqlPort?: number | undefined;
1003
- apiPort?: number | undefined;
1004
- } | undefined;
1005
- annotations?: Record<string, unknown> | undefined;
1006
- label: string;
1007
- rpcUrl: string;
1008
- }> | undefined;
1009
- language?: "en" | "fr" | undefined;
1010
- metadata?: {
1011
- name?: string | undefined;
1012
- projectDescription?: string | undefined;
1013
- authors?: string[] | undefined;
1014
- license?: string | undefined;
1015
- homepage?: string | undefined;
1016
- } | undefined;
1017
- artifactsDir?: string | undefined;
1018
- contractsDir?: string | undefined;
1019
- contracts?: Record<string, {
1020
- sourceFile: string;
1021
- hash: string;
1022
- }> | undefined;
1023
- plugins?: {
1024
- type: "npm" | "binary" | "deno";
1025
- name: string;
1026
- }[] | undefined;
1027
- accounts?: Record<string, string> | undefined;
1028
- network?: Record<string, {
1029
- accounts?: Record<string, {
1030
- mnemonic?: string | undefined;
1031
- publicKey?: string | undefined;
1032
- publicKeyHash?: string | undefined;
1033
- privateKey?: string | undefined;
1034
- }> | undefined;
1035
- faucet?: {
1036
- pkh: string;
1037
- mnemonic: string[];
1038
- email: string;
1039
- password: string;
1040
- amount: string;
1041
- activation_code: string;
1042
- } | undefined;
1043
- label: string;
1044
- rpcUrl: string;
1045
- }> | undefined;
1046
- projectDir: string;
1047
- environment: Record<string, string | {
1048
- storage?: Record<string, string> | undefined;
1049
- aliases?: Record<string, Record<string, string>> | undefined;
1050
- networks: string[];
1051
- sandboxes: string[];
1052
- }>;
1053
- hash: string;
1054
- configFile: string;
1055
- }>;
1056
- }>, "passthrough", import("zod").ZodTypeAny, {
1057
- plugin?: string | undefined;
1058
- _: string[];
1059
- projectDir: string;
1060
- maxConcurrency: number;
1061
- debug: boolean;
1062
- disableState: boolean;
1063
- logPluginRequests: boolean;
1064
- fromVsCode: boolean;
1065
- version: boolean;
1066
- build: boolean;
1067
- help: boolean;
1068
- yes: boolean;
1069
- env: string;
1070
- setBuild: string | number;
1071
- setVersion: string;
1072
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1073
- config: {
1074
- sandbox?: Record<string, {
1075
- plugin?: string | undefined;
1076
- accounts?: Record<string, string | {
1077
- publicKeyHash: string;
1078
- encryptedKey: string;
1079
- secretKey: string;
1080
- }> | undefined;
1081
- protocol?: string | undefined;
1082
- tzkt?: {
1083
- disableAutostartWithSandbox?: boolean | undefined;
1084
- postgresqlPort?: number | undefined;
1085
- apiPort?: number | undefined;
1086
- } | undefined;
1087
- annotations?: Record<string, unknown> | undefined;
1088
- label: string;
1089
- rpcUrl: string;
1090
- }> | undefined;
1091
- language?: "en" | "fr" | undefined;
1092
- metadata?: {
1093
- name?: string | undefined;
1094
- projectDescription?: string | undefined;
1095
- authors?: string[] | undefined;
1096
- license?: string | undefined;
1097
- homepage?: string | undefined;
1098
- } | undefined;
1099
- artifactsDir?: string | undefined;
1100
- contractsDir?: string | undefined;
1101
- contracts?: Record<string, {
1102
- sourceFile: string;
1103
- hash: string;
1104
- }> | undefined;
1105
- plugins?: {
1106
- type: "npm" | "binary" | "deno";
1107
- name: string;
1108
- }[] | undefined;
1109
- accounts?: Record<string, string> | undefined;
1110
- network?: Record<string, {
1111
- accounts?: Record<string, {
1112
- mnemonic?: string | undefined;
1113
- publicKey?: string | undefined;
1114
- publicKeyHash?: string | undefined;
1115
- privateKey?: string | undefined;
1116
- }> | undefined;
1117
- faucet?: {
1118
- pkh: string;
1119
- mnemonic: string[];
1120
- email: string;
1121
- password: string;
1122
- amount: string;
1123
- activation_code: string;
1124
- } | undefined;
1125
- label: string;
1126
- rpcUrl: string;
1127
- }> | undefined;
1128
- projectDir: string;
1129
- environment: Record<string, string | {
1130
- storage?: Record<string, string> | undefined;
1131
- aliases?: Record<string, Record<string, string>> | undefined;
1132
- networks: string[];
1133
- sandboxes: string[];
1134
- }>;
1135
- hash: string;
1136
- configFile: string;
1137
- };
1138
- }, {
1139
- plugin?: string | undefined;
1140
- _: string[];
1141
- projectDir: string;
1142
- maxConcurrency: number;
1143
- debug: boolean;
1144
- disableState: boolean;
1145
- logPluginRequests: boolean;
1146
- fromVsCode: boolean;
1147
- version: boolean;
1148
- build: boolean;
1149
- help: boolean;
1150
- yes: boolean;
1151
- env: string;
1152
- setBuild: string | number;
1153
- setVersion: string;
1154
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1155
- config: {
1156
- sandbox?: Record<string, {
1157
- plugin?: string | undefined;
1158
- accounts?: Record<string, string | {
1159
- publicKeyHash: string;
1160
- encryptedKey: string;
1161
- secretKey: string;
1162
- }> | undefined;
1163
- protocol?: string | undefined;
1164
- tzkt?: {
1165
- disableAutostartWithSandbox?: boolean | undefined;
1166
- postgresqlPort?: number | undefined;
1167
- apiPort?: number | undefined;
1168
- } | undefined;
1169
- annotations?: Record<string, unknown> | undefined;
1170
- label: string;
1171
- rpcUrl: string;
1172
- }> | undefined;
1173
- language?: "en" | "fr" | undefined;
1174
- metadata?: {
1175
- name?: string | undefined;
1176
- projectDescription?: string | undefined;
1177
- authors?: string[] | undefined;
1178
- license?: string | undefined;
1179
- homepage?: string | undefined;
1180
- } | undefined;
1181
- artifactsDir?: string | undefined;
1182
- contractsDir?: string | undefined;
1183
- contracts?: Record<string, {
1184
- sourceFile: string;
1185
- hash: string;
1186
- }> | undefined;
1187
- plugins?: {
1188
- type: "npm" | "binary" | "deno";
1189
- name: string;
1190
- }[] | undefined;
1191
- accounts?: Record<string, string> | undefined;
1192
- network?: Record<string, {
1193
- accounts?: Record<string, {
1194
- mnemonic?: string | undefined;
1195
- publicKey?: string | undefined;
1196
- publicKeyHash?: string | undefined;
1197
- privateKey?: string | undefined;
1198
- }> | undefined;
1199
- faucet?: {
1200
- pkh: string;
1201
- mnemonic: string[];
1202
- email: string;
1203
- password: string;
1204
- amount: string;
1205
- activation_code: string;
1206
- } | undefined;
1207
- label: string;
1208
- rpcUrl: string;
1209
- }> | undefined;
1210
- projectDir: string;
1211
- environment: Record<string, string | {
1212
- storage?: Record<string, string> | undefined;
1213
- aliases?: Record<string, Record<string, string>> | undefined;
1214
- networks: string[];
1215
- sandboxes: string[];
1216
- }>;
1217
- hash: string;
1218
- configFile: string;
1219
- };
1220
- }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
1221
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1222
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1223
- }, "strip", import("zod").ZodTypeAny, {
1224
- data?: unknown;
1225
- render: "string" | "none" | "table";
1226
- }, {
1227
- data?: unknown;
1228
- render?: "string" | "none" | "table" | undefined;
1229
- }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
1230
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1231
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1232
- }, "strip", import("zod").ZodTypeAny, {
1233
- data?: unknown;
1234
- render: "string" | "none" | "table";
1235
- }, {
1236
- data?: unknown;
1237
- render?: "string" | "none" | "table" | undefined;
1238
- }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
164
+ template: import("zod").ZodString;
165
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1239
166
  encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
1240
- }, "handler">, {
1241
167
  handler: import("zod").ZodString;
1242
- }>, "strip", import("zod").ZodTypeAny, {
168
+ }, "strip", import("zod").ZodTypeAny, {
169
+ handler: string;
170
+ command: string;
171
+ description: string;
172
+ template: string;
1243
173
  positionals?: {
1244
- required?: boolean | undefined;
1245
- type?: "string" | "number" | "boolean" | undefined;
1246
- defaultValue?: string | number | boolean | undefined;
1247
174
  description: string;
1248
175
  placeholder: string;
176
+ defaultValue?: string | number | boolean | undefined;
177
+ type?: "string" | "number" | "boolean" | undefined;
178
+ required?: boolean | undefined;
1249
179
  }[] | undefined;
1250
180
  options?: {
1251
- boolean?: boolean | undefined;
1252
- required?: boolean | undefined;
1253
- type?: "string" | "number" | "boolean" | undefined;
181
+ description: string;
182
+ flag: string;
1254
183
  shortFlag?: string | undefined;
1255
184
  defaultValue?: string | number | boolean | undefined;
185
+ type?: "string" | "number" | "boolean" | undefined;
186
+ required?: boolean | undefined;
187
+ boolean?: boolean | undefined;
1256
188
  choices?: string[] | undefined;
1257
- description: string;
1258
- flag: string;
1259
189
  }[] | undefined;
1260
190
  hidden?: boolean | undefined;
1261
191
  encoding?: "none" | "json" | "application/json" | undefined;
192
+ }, {
1262
193
  handler: string;
1263
194
  command: string;
1264
195
  description: string;
1265
196
  template: string;
1266
- }, {
1267
197
  positionals?: {
1268
- required?: boolean | undefined;
1269
- type?: "string" | "number" | "boolean" | undefined;
1270
- defaultValue?: string | number | boolean | undefined;
1271
198
  description: string;
1272
199
  placeholder: string;
200
+ defaultValue?: string | number | boolean | undefined;
201
+ type?: "string" | "number" | "boolean" | undefined;
202
+ required?: boolean | undefined;
1273
203
  }[] | undefined;
1274
204
  options?: {
1275
- boolean?: boolean | undefined;
1276
- required?: boolean | undefined;
1277
- type?: "string" | "number" | "boolean" | undefined;
205
+ description: string;
206
+ flag: string;
1278
207
  shortFlag?: string | undefined;
1279
208
  defaultValue?: string | number | boolean | undefined;
209
+ type?: "string" | "number" | "boolean" | undefined;
210
+ required?: boolean | undefined;
211
+ boolean?: boolean | undefined;
1280
212
  choices?: string[] | undefined;
1281
- description: string;
1282
- flag: string;
1283
213
  }[] | undefined;
1284
214
  hidden?: boolean | undefined;
1285
215
  encoding?: "none" | "json" | "application/json" | undefined;
216
+ }>, ParsedTemplateStrict, {
1286
217
  handler: string;
1287
218
  command: string;
1288
219
  description: string;
1289
220
  template: string;
1290
- }>, ParsedTemplateStrict, {
1291
221
  positionals?: {
1292
- required?: boolean | undefined;
1293
- type?: "string" | "number" | "boolean" | undefined;
1294
- defaultValue?: string | number | boolean | undefined;
1295
222
  description: string;
1296
223
  placeholder: string;
224
+ defaultValue?: string | number | boolean | undefined;
225
+ type?: "string" | "number" | "boolean" | undefined;
226
+ required?: boolean | undefined;
1297
227
  }[] | undefined;
1298
228
  options?: {
1299
- boolean?: boolean | undefined;
1300
- required?: boolean | undefined;
1301
- type?: "string" | "number" | "boolean" | undefined;
229
+ description: string;
230
+ flag: string;
1302
231
  shortFlag?: string | undefined;
1303
232
  defaultValue?: string | number | boolean | undefined;
233
+ type?: "string" | "number" | "boolean" | undefined;
234
+ required?: boolean | undefined;
235
+ boolean?: boolean | undefined;
1304
236
  choices?: string[] | undefined;
1305
- description: string;
1306
- flag: string;
1307
237
  }[] | undefined;
1308
238
  hidden?: boolean | undefined;
1309
239
  encoding?: "none" | "json" | "application/json" | undefined;
1310
- handler: string;
1311
- command: string;
1312
- description: string;
1313
- template: string;
1314
240
  }>;
1315
241
  };
1316
- export declare const rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
1317
- template: import("zod").ZodString;
242
+ export declare const rawSchema: import("zod").ZodObject<{
1318
243
  command: import("zod").ZodString;
1319
244
  description: import("zod").ZodString;
1320
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
245
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
246
+ placeholder: import("zod").ZodString;
247
+ description: import("zod").ZodString;
248
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
249
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
250
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
251
+ }, "strip", import("zod").ZodTypeAny, {
252
+ description: string;
253
+ placeholder: string;
254
+ defaultValue?: string | number | boolean | undefined;
255
+ type?: "string" | "number" | "boolean" | undefined;
256
+ required?: boolean | undefined;
257
+ }, {
258
+ description: string;
259
+ placeholder: string;
260
+ defaultValue?: string | number | boolean | undefined;
261
+ type?: "string" | "number" | "boolean" | undefined;
262
+ required?: boolean | undefined;
263
+ }>, "many">>;
1321
264
  options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1322
265
  shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
1323
266
  flag: import("zod").ZodString;
@@ -1328,636 +271,99 @@ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShap
1328
271
  boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
1329
272
  choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1330
273
  }, "strip", import("zod").ZodTypeAny, {
1331
- boolean?: boolean | undefined;
1332
- required?: boolean | undefined;
1333
- type?: "string" | "number" | "boolean" | undefined;
1334
- shortFlag?: string | undefined;
1335
- defaultValue?: string | number | boolean | undefined;
1336
- choices?: string[] | undefined;
1337
274
  description: string;
1338
275
  flag: string;
1339
- }, {
1340
- boolean?: boolean | undefined;
1341
- required?: boolean | undefined;
1342
- type?: "string" | "number" | "boolean" | undefined;
1343
276
  shortFlag?: string | undefined;
1344
277
  defaultValue?: string | number | boolean | undefined;
278
+ type?: "string" | "number" | "boolean" | undefined;
279
+ required?: boolean | undefined;
280
+ boolean?: boolean | undefined;
1345
281
  choices?: string[] | undefined;
282
+ }, {
1346
283
  description: string;
1347
284
  flag: string;
1348
- }>, "many">>;
1349
- positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1350
- placeholder: import("zod").ZodString;
1351
- description: import("zod").ZodString;
1352
- defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1353
- type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1354
- required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1355
- }, "strip", import("zod").ZodTypeAny, {
1356
- required?: boolean | undefined;
1357
- type?: "string" | "number" | "boolean" | undefined;
285
+ shortFlag?: string | undefined;
1358
286
  defaultValue?: string | number | boolean | undefined;
1359
- description: string;
1360
- placeholder: string;
1361
- }, {
1362
- required?: boolean | undefined;
1363
287
  type?: "string" | "number" | "boolean" | undefined;
1364
- defaultValue?: string | number | boolean | undefined;
1365
- description: string;
1366
- placeholder: string;
288
+ required?: boolean | undefined;
289
+ boolean?: boolean | undefined;
290
+ choices?: string[] | undefined;
1367
291
  }>, "many">>;
1368
- handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
1369
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
1370
- projectDir: import("zod").ZodString;
1371
- maxConcurrency: import("zod").ZodNumber;
1372
- debug: import("zod").ZodBoolean;
1373
- disableState: import("zod").ZodBoolean;
1374
- logPluginRequests: import("zod").ZodBoolean;
1375
- fromVsCode: import("zod").ZodBoolean;
1376
- version: import("zod").ZodBoolean;
1377
- build: import("zod").ZodBoolean;
1378
- help: import("zod").ZodBoolean;
1379
- yes: import("zod").ZodBoolean;
1380
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
1381
- env: import("zod").ZodString;
1382
- quickstart: import("zod").ZodString;
1383
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
1384
- setVersion: import("zod").ZodString;
1385
- }, "quickstart">, {
1386
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
1387
- config: import("zod").ZodObject<import("zod").extendShape<{
1388
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
1389
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1390
- name: import("zod").ZodOptional<import("zod").ZodString>;
1391
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1392
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1393
- license: import("zod").ZodOptional<import("zod").ZodString>;
1394
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
1395
- }, "strip", import("zod").ZodTypeAny, {
1396
- name?: string | undefined;
1397
- projectDescription?: string | undefined;
1398
- authors?: string[] | undefined;
1399
- license?: string | undefined;
1400
- homepage?: string | undefined;
1401
- }, {
1402
- name?: string | undefined;
1403
- projectDescription?: string | undefined;
1404
- authors?: string[] | undefined;
1405
- license?: string | undefined;
1406
- homepage?: string | undefined;
1407
- }>>;
1408
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1409
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1410
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1411
- sourceFile: import("zod").ZodString;
1412
- hash: import("zod").ZodString;
1413
- }, "strip", import("zod").ZodTypeAny, {
1414
- sourceFile: string;
1415
- hash: string;
1416
- }, {
1417
- sourceFile: string;
1418
- hash: string;
1419
- }>>>;
1420
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1421
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
1422
- name: import("zod").ZodString;
1423
- }, "strip", import("zod").ZodTypeAny, {
1424
- type: "npm" | "binary" | "deno";
1425
- name: string;
1426
- }, {
1427
- type: "npm" | "binary" | "deno";
1428
- name: string;
1429
- }>, "many">>;
1430
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1431
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1432
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1433
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1434
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1435
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1436
- }, "strip", import("zod").ZodTypeAny, {
1437
- storage?: Record<string, string> | undefined;
1438
- aliases?: Record<string, Record<string, string>> | undefined;
1439
- networks: string[];
1440
- sandboxes: string[];
1441
- }, {
1442
- storage?: Record<string, string> | undefined;
1443
- aliases?: Record<string, Record<string, string>> | undefined;
1444
- networks: string[];
1445
- sandboxes: string[];
1446
- }>, import("zod").ZodString]>>;
1447
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1448
- label: import("zod").ZodString;
1449
- rpcUrl: import("zod").ZodString;
1450
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1451
- publicKey: import("zod").ZodOptional<import("zod").ZodString>;
1452
- publicKeyHash: import("zod").ZodOptional<import("zod").ZodString>;
1453
- privateKey: import("zod").ZodOptional<import("zod").ZodString>;
1454
- mnemonic: import("zod").ZodOptional<import("zod").ZodString>;
1455
- }, "strip", import("zod").ZodTypeAny, {
1456
- mnemonic?: string | undefined;
1457
- publicKey?: string | undefined;
1458
- publicKeyHash?: string | undefined;
1459
- privateKey?: string | undefined;
1460
- }, {
1461
- mnemonic?: string | undefined;
1462
- publicKey?: string | undefined;
1463
- publicKeyHash?: string | undefined;
1464
- privateKey?: string | undefined;
1465
- }>>>;
1466
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
1467
- pkh: import("zod").ZodString;
1468
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
1469
- email: import("zod").ZodString;
1470
- password: import("zod").ZodString;
1471
- amount: import("zod").ZodString;
1472
- activation_code: import("zod").ZodString;
1473
- }, "strip", import("zod").ZodTypeAny, {
1474
- pkh: string;
1475
- mnemonic: string[];
1476
- email: string;
1477
- password: string;
1478
- amount: string;
1479
- activation_code: string;
1480
- }, {
1481
- pkh: string;
1482
- mnemonic: string[];
1483
- email: string;
1484
- password: string;
1485
- amount: string;
1486
- activation_code: string;
1487
- }>>;
1488
- }, "strip", import("zod").ZodTypeAny, {
1489
- accounts?: Record<string, {
1490
- mnemonic?: string | undefined;
1491
- publicKey?: string | undefined;
1492
- publicKeyHash?: string | undefined;
1493
- privateKey?: string | undefined;
1494
- }> | undefined;
1495
- faucet?: {
1496
- pkh: string;
1497
- mnemonic: string[];
1498
- email: string;
1499
- password: string;
1500
- amount: string;
1501
- activation_code: string;
1502
- } | undefined;
1503
- label: string;
1504
- rpcUrl: string;
1505
- }, {
1506
- accounts?: Record<string, {
1507
- mnemonic?: string | undefined;
1508
- publicKey?: string | undefined;
1509
- publicKeyHash?: string | undefined;
1510
- privateKey?: string | undefined;
1511
- }> | undefined;
1512
- faucet?: {
1513
- pkh: string;
1514
- mnemonic: string[];
1515
- email: string;
1516
- password: string;
1517
- amount: string;
1518
- activation_code: string;
1519
- } | undefined;
1520
- label: string;
1521
- rpcUrl: string;
1522
- }>>>;
1523
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1524
- label: import("zod").ZodString;
1525
- rpcUrl: import("zod").ZodString;
1526
- protocol: import("zod").ZodOptional<import("zod").ZodString>;
1527
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
1528
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1529
- encryptedKey: import("zod").ZodString;
1530
- publicKeyHash: import("zod").ZodString;
1531
- secretKey: import("zod").ZodString;
1532
- }, "strip", import("zod").ZodTypeAny, {
1533
- publicKeyHash: string;
1534
- encryptedKey: string;
1535
- secretKey: string;
1536
- }, {
1537
- publicKeyHash: string;
1538
- encryptedKey: string;
1539
- secretKey: string;
1540
- }>, import("zod").ZodString]>>>;
1541
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1542
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1543
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1544
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1545
- }, "strip", import("zod").ZodTypeAny, {
1546
- disableAutostartWithSandbox?: boolean | undefined;
1547
- postgresqlPort?: number | undefined;
1548
- apiPort?: number | undefined;
1549
- }, {
1550
- disableAutostartWithSandbox?: boolean | undefined;
1551
- postgresqlPort?: number | undefined;
1552
- apiPort?: number | undefined;
1553
- }>>;
1554
- annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1555
- }, "strip", import("zod").ZodTypeAny, {
1556
- plugin?: string | undefined;
1557
- accounts?: Record<string, string | {
1558
- publicKeyHash: string;
1559
- encryptedKey: string;
1560
- secretKey: string;
1561
- }> | undefined;
1562
- protocol?: string | undefined;
1563
- tzkt?: {
1564
- disableAutostartWithSandbox?: boolean | undefined;
1565
- postgresqlPort?: number | undefined;
1566
- apiPort?: number | undefined;
1567
- } | undefined;
1568
- annotations?: Record<string, unknown> | undefined;
1569
- label: string;
1570
- rpcUrl: string;
1571
- }, {
1572
- plugin?: string | undefined;
1573
- accounts?: Record<string, string | {
1574
- publicKeyHash: string;
1575
- encryptedKey: string;
1576
- secretKey: string;
1577
- }> | undefined;
1578
- protocol?: string | undefined;
1579
- tzkt?: {
1580
- disableAutostartWithSandbox?: boolean | undefined;
1581
- postgresqlPort?: number | undefined;
1582
- apiPort?: number | undefined;
1583
- } | undefined;
1584
- annotations?: Record<string, unknown> | undefined;
1585
- label: string;
1586
- rpcUrl: string;
1587
- }>>>;
1588
- }, {
1589
- projectDir: import("zod").ZodString;
1590
- configFile: import("zod").ZodString;
1591
- hash: import("zod").ZodString;
1592
- }>, "strip", import("zod").ZodTypeAny, {
1593
- sandbox?: Record<string, {
1594
- plugin?: string | undefined;
1595
- accounts?: Record<string, string | {
1596
- publicKeyHash: string;
1597
- encryptedKey: string;
1598
- secretKey: string;
1599
- }> | undefined;
1600
- protocol?: string | undefined;
1601
- tzkt?: {
1602
- disableAutostartWithSandbox?: boolean | undefined;
1603
- postgresqlPort?: number | undefined;
1604
- apiPort?: number | undefined;
1605
- } | undefined;
1606
- annotations?: Record<string, unknown> | undefined;
1607
- label: string;
1608
- rpcUrl: string;
1609
- }> | undefined;
1610
- language?: "en" | "fr" | undefined;
1611
- metadata?: {
1612
- name?: string | undefined;
1613
- projectDescription?: string | undefined;
1614
- authors?: string[] | undefined;
1615
- license?: string | undefined;
1616
- homepage?: string | undefined;
1617
- } | undefined;
1618
- artifactsDir?: string | undefined;
1619
- contractsDir?: string | undefined;
1620
- contracts?: Record<string, {
1621
- sourceFile: string;
1622
- hash: string;
1623
- }> | undefined;
1624
- plugins?: {
1625
- type: "npm" | "binary" | "deno";
1626
- name: string;
1627
- }[] | undefined;
1628
- accounts?: Record<string, string> | undefined;
1629
- network?: Record<string, {
1630
- accounts?: Record<string, {
1631
- mnemonic?: string | undefined;
1632
- publicKey?: string | undefined;
1633
- publicKeyHash?: string | undefined;
1634
- privateKey?: string | undefined;
1635
- }> | undefined;
1636
- faucet?: {
1637
- pkh: string;
1638
- mnemonic: string[];
1639
- email: string;
1640
- password: string;
1641
- amount: string;
1642
- activation_code: string;
1643
- } | undefined;
1644
- label: string;
1645
- rpcUrl: string;
1646
- }> | undefined;
1647
- projectDir: string;
1648
- environment: Record<string, string | {
1649
- storage?: Record<string, string> | undefined;
1650
- aliases?: Record<string, Record<string, string>> | undefined;
1651
- networks: string[];
1652
- sandboxes: string[];
1653
- }>;
1654
- hash: string;
1655
- configFile: string;
1656
- }, {
1657
- sandbox?: Record<string, {
1658
- plugin?: string | undefined;
1659
- accounts?: Record<string, string | {
1660
- publicKeyHash: string;
1661
- encryptedKey: string;
1662
- secretKey: string;
1663
- }> | undefined;
1664
- protocol?: string | undefined;
1665
- tzkt?: {
1666
- disableAutostartWithSandbox?: boolean | undefined;
1667
- postgresqlPort?: number | undefined;
1668
- apiPort?: number | undefined;
1669
- } | undefined;
1670
- annotations?: Record<string, unknown> | undefined;
1671
- label: string;
1672
- rpcUrl: string;
1673
- }> | undefined;
1674
- language?: "en" | "fr" | undefined;
1675
- metadata?: {
1676
- name?: string | undefined;
1677
- projectDescription?: string | undefined;
1678
- authors?: string[] | undefined;
1679
- license?: string | undefined;
1680
- homepage?: string | undefined;
1681
- } | undefined;
1682
- artifactsDir?: string | undefined;
1683
- contractsDir?: string | undefined;
1684
- contracts?: Record<string, {
1685
- sourceFile: string;
1686
- hash: string;
1687
- }> | undefined;
1688
- plugins?: {
1689
- type: "npm" | "binary" | "deno";
1690
- name: string;
1691
- }[] | undefined;
1692
- accounts?: Record<string, string> | undefined;
1693
- network?: Record<string, {
1694
- accounts?: Record<string, {
1695
- mnemonic?: string | undefined;
1696
- publicKey?: string | undefined;
1697
- publicKeyHash?: string | undefined;
1698
- privateKey?: string | undefined;
1699
- }> | undefined;
1700
- faucet?: {
1701
- pkh: string;
1702
- mnemonic: string[];
1703
- email: string;
1704
- password: string;
1705
- amount: string;
1706
- activation_code: string;
1707
- } | undefined;
1708
- label: string;
1709
- rpcUrl: string;
1710
- }> | undefined;
1711
- projectDir: string;
1712
- environment: Record<string, string | {
1713
- storage?: Record<string, string> | undefined;
1714
- aliases?: Record<string, Record<string, string>> | undefined;
1715
- networks: string[];
1716
- sandboxes: string[];
1717
- }>;
1718
- hash: string;
1719
- configFile: string;
1720
- }>;
1721
- }>, "passthrough", import("zod").ZodTypeAny, {
1722
- plugin?: string | undefined;
1723
- _: string[];
1724
- projectDir: string;
1725
- maxConcurrency: number;
1726
- debug: boolean;
1727
- disableState: boolean;
1728
- logPluginRequests: boolean;
1729
- fromVsCode: boolean;
1730
- version: boolean;
1731
- build: boolean;
1732
- help: boolean;
1733
- yes: boolean;
1734
- env: string;
1735
- setBuild: string | number;
1736
- setVersion: string;
1737
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1738
- config: {
1739
- sandbox?: Record<string, {
1740
- plugin?: string | undefined;
1741
- accounts?: Record<string, string | {
1742
- publicKeyHash: string;
1743
- encryptedKey: string;
1744
- secretKey: string;
1745
- }> | undefined;
1746
- protocol?: string | undefined;
1747
- tzkt?: {
1748
- disableAutostartWithSandbox?: boolean | undefined;
1749
- postgresqlPort?: number | undefined;
1750
- apiPort?: number | undefined;
1751
- } | undefined;
1752
- annotations?: Record<string, unknown> | undefined;
1753
- label: string;
1754
- rpcUrl: string;
1755
- }> | undefined;
1756
- language?: "en" | "fr" | undefined;
1757
- metadata?: {
1758
- name?: string | undefined;
1759
- projectDescription?: string | undefined;
1760
- authors?: string[] | undefined;
1761
- license?: string | undefined;
1762
- homepage?: string | undefined;
1763
- } | undefined;
1764
- artifactsDir?: string | undefined;
1765
- contractsDir?: string | undefined;
1766
- contracts?: Record<string, {
1767
- sourceFile: string;
1768
- hash: string;
1769
- }> | undefined;
1770
- plugins?: {
1771
- type: "npm" | "binary" | "deno";
1772
- name: string;
1773
- }[] | undefined;
1774
- accounts?: Record<string, string> | undefined;
1775
- network?: Record<string, {
1776
- accounts?: Record<string, {
1777
- mnemonic?: string | undefined;
1778
- publicKey?: string | undefined;
1779
- publicKeyHash?: string | undefined;
1780
- privateKey?: string | undefined;
1781
- }> | undefined;
1782
- faucet?: {
1783
- pkh: string;
1784
- mnemonic: string[];
1785
- email: string;
1786
- password: string;
1787
- amount: string;
1788
- activation_code: string;
1789
- } | undefined;
1790
- label: string;
1791
- rpcUrl: string;
1792
- }> | undefined;
1793
- projectDir: string;
1794
- environment: Record<string, string | {
1795
- storage?: Record<string, string> | undefined;
1796
- aliases?: Record<string, Record<string, string>> | undefined;
1797
- networks: string[];
1798
- sandboxes: string[];
1799
- }>;
1800
- hash: string;
1801
- configFile: string;
1802
- };
1803
- }, {
1804
- plugin?: string | undefined;
1805
- _: string[];
1806
- projectDir: string;
1807
- maxConcurrency: number;
1808
- debug: boolean;
1809
- disableState: boolean;
1810
- logPluginRequests: boolean;
1811
- fromVsCode: boolean;
1812
- version: boolean;
1813
- build: boolean;
1814
- help: boolean;
1815
- yes: boolean;
1816
- env: string;
1817
- setBuild: string | number;
1818
- setVersion: string;
1819
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1820
- config: {
1821
- sandbox?: Record<string, {
1822
- plugin?: string | undefined;
1823
- accounts?: Record<string, string | {
1824
- publicKeyHash: string;
1825
- encryptedKey: string;
1826
- secretKey: string;
1827
- }> | undefined;
1828
- protocol?: string | undefined;
1829
- tzkt?: {
1830
- disableAutostartWithSandbox?: boolean | undefined;
1831
- postgresqlPort?: number | undefined;
1832
- apiPort?: number | undefined;
1833
- } | undefined;
1834
- annotations?: Record<string, unknown> | undefined;
1835
- label: string;
1836
- rpcUrl: string;
1837
- }> | undefined;
1838
- language?: "en" | "fr" | undefined;
1839
- metadata?: {
1840
- name?: string | undefined;
1841
- projectDescription?: string | undefined;
1842
- authors?: string[] | undefined;
1843
- license?: string | undefined;
1844
- homepage?: string | undefined;
1845
- } | undefined;
1846
- artifactsDir?: string | undefined;
1847
- contractsDir?: string | undefined;
1848
- contracts?: Record<string, {
1849
- sourceFile: string;
1850
- hash: string;
1851
- }> | undefined;
1852
- plugins?: {
1853
- type: "npm" | "binary" | "deno";
1854
- name: string;
1855
- }[] | undefined;
1856
- accounts?: Record<string, string> | undefined;
1857
- network?: Record<string, {
1858
- accounts?: Record<string, {
1859
- mnemonic?: string | undefined;
1860
- publicKey?: string | undefined;
1861
- publicKeyHash?: string | undefined;
1862
- privateKey?: string | undefined;
1863
- }> | undefined;
1864
- faucet?: {
1865
- pkh: string;
1866
- mnemonic: string[];
1867
- email: string;
1868
- password: string;
1869
- amount: string;
1870
- activation_code: string;
1871
- } | undefined;
1872
- label: string;
1873
- rpcUrl: string;
1874
- }> | undefined;
1875
- projectDir: string;
1876
- environment: Record<string, string | {
1877
- storage?: Record<string, string> | undefined;
1878
- aliases?: Record<string, Record<string, string>> | undefined;
1879
- networks: string[];
1880
- sandboxes: string[];
1881
- }>;
1882
- hash: string;
1883
- configFile: string;
1884
- };
1885
- }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
1886
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1887
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1888
- }, "strip", import("zod").ZodTypeAny, {
1889
- data?: unknown;
1890
- render: "string" | "none" | "table";
1891
- }, {
1892
- data?: unknown;
1893
- render?: "string" | "none" | "table" | undefined;
1894
- }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
1895
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1896
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1897
- }, "strip", import("zod").ZodTypeAny, {
1898
- data?: unknown;
1899
- render: "string" | "none" | "table";
1900
- }, {
1901
- data?: unknown;
1902
- render?: "string" | "none" | "table" | undefined;
1903
- }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
292
+ template: import("zod").ZodString;
293
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1904
294
  encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
1905
- }, "handler">, {
1906
295
  handler: import("zod").ZodString;
1907
- }>, "strip", import("zod").ZodTypeAny, {
296
+ }, "strip", import("zod").ZodTypeAny, {
297
+ handler: string;
298
+ command: string;
299
+ description: string;
300
+ template: string;
1908
301
  positionals?: {
1909
- required?: boolean | undefined;
1910
- type?: "string" | "number" | "boolean" | undefined;
1911
- defaultValue?: string | number | boolean | undefined;
1912
302
  description: string;
1913
303
  placeholder: string;
304
+ defaultValue?: string | number | boolean | undefined;
305
+ type?: "string" | "number" | "boolean" | undefined;
306
+ required?: boolean | undefined;
1914
307
  }[] | undefined;
1915
308
  options?: {
1916
- boolean?: boolean | undefined;
1917
- required?: boolean | undefined;
1918
- type?: "string" | "number" | "boolean" | undefined;
309
+ description: string;
310
+ flag: string;
1919
311
  shortFlag?: string | undefined;
1920
312
  defaultValue?: string | number | boolean | undefined;
313
+ type?: "string" | "number" | "boolean" | undefined;
314
+ required?: boolean | undefined;
315
+ boolean?: boolean | undefined;
1921
316
  choices?: string[] | undefined;
1922
- description: string;
1923
- flag: string;
1924
317
  }[] | undefined;
1925
318
  hidden?: boolean | undefined;
1926
319
  encoding?: "none" | "json" | "application/json" | undefined;
320
+ }, {
1927
321
  handler: string;
1928
322
  command: string;
1929
323
  description: string;
1930
324
  template: string;
1931
- }, {
1932
325
  positionals?: {
1933
- required?: boolean | undefined;
1934
- type?: "string" | "number" | "boolean" | undefined;
1935
- defaultValue?: string | number | boolean | undefined;
1936
326
  description: string;
1937
327
  placeholder: string;
328
+ defaultValue?: string | number | boolean | undefined;
329
+ type?: "string" | "number" | "boolean" | undefined;
330
+ required?: boolean | undefined;
1938
331
  }[] | undefined;
1939
332
  options?: {
1940
- boolean?: boolean | undefined;
1941
- required?: boolean | undefined;
1942
- type?: "string" | "number" | "boolean" | undefined;
333
+ description: string;
334
+ flag: string;
1943
335
  shortFlag?: string | undefined;
1944
336
  defaultValue?: string | number | boolean | undefined;
337
+ type?: "string" | "number" | "boolean" | undefined;
338
+ required?: boolean | undefined;
339
+ boolean?: boolean | undefined;
1945
340
  choices?: string[] | undefined;
1946
- description: string;
1947
- flag: string;
1948
341
  }[] | undefined;
1949
342
  hidden?: boolean | undefined;
1950
343
  encoding?: "none" | "json" | "application/json" | undefined;
1951
- handler: string;
1952
- command: string;
1953
- description: string;
1954
- template: string;
1955
344
  }>;
1956
- export declare const internalSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
1957
- template: import("zod").ZodString;
345
+ export declare const internalSchema: import("zod").ZodObject<{
1958
346
  command: import("zod").ZodString;
1959
347
  description: import("zod").ZodString;
1960
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
348
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
349
+ placeholder: import("zod").ZodString;
350
+ description: import("zod").ZodString;
351
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
352
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
353
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
354
+ }, "strip", import("zod").ZodTypeAny, {
355
+ description: string;
356
+ placeholder: string;
357
+ defaultValue?: string | number | boolean | undefined;
358
+ type?: "string" | "number" | "boolean" | undefined;
359
+ required?: boolean | undefined;
360
+ }, {
361
+ description: string;
362
+ placeholder: string;
363
+ defaultValue?: string | number | boolean | undefined;
364
+ type?: "string" | "number" | "boolean" | undefined;
365
+ required?: boolean | undefined;
366
+ }>, "many">>;
1961
367
  options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1962
368
  shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
1963
369
  flag: import("zod").ZodString;
@@ -1968,630 +374,76 @@ export declare const internalSchema: import("zod").ZodObject<import("zod").exten
1968
374
  boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
1969
375
  choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1970
376
  }, "strip", import("zod").ZodTypeAny, {
1971
- boolean?: boolean | undefined;
1972
- required?: boolean | undefined;
1973
- type?: "string" | "number" | "boolean" | undefined;
1974
- shortFlag?: string | undefined;
1975
- defaultValue?: string | number | boolean | undefined;
1976
- choices?: string[] | undefined;
1977
377
  description: string;
1978
378
  flag: string;
1979
- }, {
1980
- boolean?: boolean | undefined;
1981
- required?: boolean | undefined;
1982
- type?: "string" | "number" | "boolean" | undefined;
1983
379
  shortFlag?: string | undefined;
1984
380
  defaultValue?: string | number | boolean | undefined;
381
+ type?: "string" | "number" | "boolean" | undefined;
382
+ required?: boolean | undefined;
383
+ boolean?: boolean | undefined;
1985
384
  choices?: string[] | undefined;
385
+ }, {
1986
386
  description: string;
1987
387
  flag: string;
1988
- }>, "many">>;
1989
- positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1990
- placeholder: import("zod").ZodString;
1991
- description: import("zod").ZodString;
1992
- defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1993
- type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1994
- required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1995
- }, "strip", import("zod").ZodTypeAny, {
1996
- required?: boolean | undefined;
1997
- type?: "string" | "number" | "boolean" | undefined;
388
+ shortFlag?: string | undefined;
1998
389
  defaultValue?: string | number | boolean | undefined;
1999
- description: string;
2000
- placeholder: string;
2001
- }, {
2002
- required?: boolean | undefined;
2003
390
  type?: "string" | "number" | "boolean" | undefined;
2004
- defaultValue?: string | number | boolean | undefined;
2005
- description: string;
2006
- placeholder: string;
391
+ required?: boolean | undefined;
392
+ boolean?: boolean | undefined;
393
+ choices?: string[] | undefined;
2007
394
  }>, "many">>;
2008
- handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
2009
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
2010
- projectDir: import("zod").ZodString;
2011
- maxConcurrency: import("zod").ZodNumber;
2012
- debug: import("zod").ZodBoolean;
2013
- disableState: import("zod").ZodBoolean;
2014
- logPluginRequests: import("zod").ZodBoolean;
2015
- fromVsCode: import("zod").ZodBoolean;
2016
- version: import("zod").ZodBoolean;
2017
- build: import("zod").ZodBoolean;
2018
- help: import("zod").ZodBoolean;
2019
- yes: import("zod").ZodBoolean;
2020
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
2021
- env: import("zod").ZodString;
2022
- quickstart: import("zod").ZodString;
2023
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
2024
- setVersion: import("zod").ZodString;
2025
- }, "quickstart">, {
2026
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
2027
- config: import("zod").ZodObject<import("zod").extendShape<{
2028
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
2029
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
2030
- name: import("zod").ZodOptional<import("zod").ZodString>;
2031
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
2032
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2033
- license: import("zod").ZodOptional<import("zod").ZodString>;
2034
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
2035
- }, "strip", import("zod").ZodTypeAny, {
2036
- name?: string | undefined;
2037
- projectDescription?: string | undefined;
2038
- authors?: string[] | undefined;
2039
- license?: string | undefined;
2040
- homepage?: string | undefined;
2041
- }, {
2042
- name?: string | undefined;
2043
- projectDescription?: string | undefined;
2044
- authors?: string[] | undefined;
2045
- license?: string | undefined;
2046
- homepage?: string | undefined;
2047
- }>>;
2048
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2049
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2050
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2051
- sourceFile: import("zod").ZodString;
2052
- hash: import("zod").ZodString;
2053
- }, "strip", import("zod").ZodTypeAny, {
2054
- sourceFile: string;
2055
- hash: string;
2056
- }, {
2057
- sourceFile: string;
2058
- hash: string;
2059
- }>>>;
2060
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2061
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
2062
- name: import("zod").ZodString;
2063
- }, "strip", import("zod").ZodTypeAny, {
2064
- type: "npm" | "binary" | "deno";
2065
- name: string;
2066
- }, {
2067
- type: "npm" | "binary" | "deno";
2068
- name: string;
2069
- }>, "many">>;
2070
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2071
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2072
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
2073
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
2074
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2075
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
2076
- }, "strip", import("zod").ZodTypeAny, {
2077
- storage?: Record<string, string> | undefined;
2078
- aliases?: Record<string, Record<string, string>> | undefined;
2079
- networks: string[];
2080
- sandboxes: string[];
2081
- }, {
2082
- storage?: Record<string, string> | undefined;
2083
- aliases?: Record<string, Record<string, string>> | undefined;
2084
- networks: string[];
2085
- sandboxes: string[];
2086
- }>, import("zod").ZodString]>>;
2087
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2088
- label: import("zod").ZodString;
2089
- rpcUrl: import("zod").ZodString;
2090
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2091
- publicKey: import("zod").ZodOptional<import("zod").ZodString>;
2092
- publicKeyHash: import("zod").ZodOptional<import("zod").ZodString>;
2093
- privateKey: import("zod").ZodOptional<import("zod").ZodString>;
2094
- mnemonic: import("zod").ZodOptional<import("zod").ZodString>;
2095
- }, "strip", import("zod").ZodTypeAny, {
2096
- mnemonic?: string | undefined;
2097
- publicKey?: string | undefined;
2098
- publicKeyHash?: string | undefined;
2099
- privateKey?: string | undefined;
2100
- }, {
2101
- mnemonic?: string | undefined;
2102
- publicKey?: string | undefined;
2103
- publicKeyHash?: string | undefined;
2104
- privateKey?: string | undefined;
2105
- }>>>;
2106
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
2107
- pkh: import("zod").ZodString;
2108
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
2109
- email: import("zod").ZodString;
2110
- password: import("zod").ZodString;
2111
- amount: import("zod").ZodString;
2112
- activation_code: import("zod").ZodString;
2113
- }, "strip", import("zod").ZodTypeAny, {
2114
- pkh: string;
2115
- mnemonic: string[];
2116
- email: string;
2117
- password: string;
2118
- amount: string;
2119
- activation_code: string;
2120
- }, {
2121
- pkh: string;
2122
- mnemonic: string[];
2123
- email: string;
2124
- password: string;
2125
- amount: string;
2126
- activation_code: string;
2127
- }>>;
2128
- }, "strip", import("zod").ZodTypeAny, {
2129
- accounts?: Record<string, {
2130
- mnemonic?: string | undefined;
2131
- publicKey?: string | undefined;
2132
- publicKeyHash?: string | undefined;
2133
- privateKey?: string | undefined;
2134
- }> | undefined;
2135
- faucet?: {
2136
- pkh: string;
2137
- mnemonic: string[];
2138
- email: string;
2139
- password: string;
2140
- amount: string;
2141
- activation_code: string;
2142
- } | undefined;
2143
- label: string;
2144
- rpcUrl: string;
2145
- }, {
2146
- accounts?: Record<string, {
2147
- mnemonic?: string | undefined;
2148
- publicKey?: string | undefined;
2149
- publicKeyHash?: string | undefined;
2150
- privateKey?: string | undefined;
2151
- }> | undefined;
2152
- faucet?: {
2153
- pkh: string;
2154
- mnemonic: string[];
2155
- email: string;
2156
- password: string;
2157
- amount: string;
2158
- activation_code: string;
2159
- } | undefined;
2160
- label: string;
2161
- rpcUrl: string;
2162
- }>>>;
2163
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2164
- label: import("zod").ZodString;
2165
- rpcUrl: import("zod").ZodString;
2166
- protocol: import("zod").ZodOptional<import("zod").ZodString>;
2167
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
2168
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2169
- encryptedKey: import("zod").ZodString;
2170
- publicKeyHash: import("zod").ZodString;
2171
- secretKey: import("zod").ZodString;
2172
- }, "strip", import("zod").ZodTypeAny, {
2173
- publicKeyHash: string;
2174
- encryptedKey: string;
2175
- secretKey: string;
2176
- }, {
2177
- publicKeyHash: string;
2178
- encryptedKey: string;
2179
- secretKey: string;
2180
- }>, import("zod").ZodString]>>>;
2181
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
2182
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
2183
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
2184
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
2185
- }, "strip", import("zod").ZodTypeAny, {
2186
- disableAutostartWithSandbox?: boolean | undefined;
2187
- postgresqlPort?: number | undefined;
2188
- apiPort?: number | undefined;
2189
- }, {
2190
- disableAutostartWithSandbox?: boolean | undefined;
2191
- postgresqlPort?: number | undefined;
2192
- apiPort?: number | undefined;
2193
- }>>;
2194
- annotations: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2195
- }, "strip", import("zod").ZodTypeAny, {
2196
- plugin?: string | undefined;
2197
- accounts?: Record<string, string | {
2198
- publicKeyHash: string;
2199
- encryptedKey: string;
2200
- secretKey: string;
2201
- }> | undefined;
2202
- protocol?: string | undefined;
2203
- tzkt?: {
2204
- disableAutostartWithSandbox?: boolean | undefined;
2205
- postgresqlPort?: number | undefined;
2206
- apiPort?: number | undefined;
2207
- } | undefined;
2208
- annotations?: Record<string, unknown> | undefined;
2209
- label: string;
2210
- rpcUrl: string;
2211
- }, {
2212
- plugin?: string | undefined;
2213
- accounts?: Record<string, string | {
2214
- publicKeyHash: string;
2215
- encryptedKey: string;
2216
- secretKey: string;
2217
- }> | undefined;
2218
- protocol?: string | undefined;
2219
- tzkt?: {
2220
- disableAutostartWithSandbox?: boolean | undefined;
2221
- postgresqlPort?: number | undefined;
2222
- apiPort?: number | undefined;
2223
- } | undefined;
2224
- annotations?: Record<string, unknown> | undefined;
2225
- label: string;
2226
- rpcUrl: string;
2227
- }>>>;
2228
- }, {
2229
- projectDir: import("zod").ZodString;
2230
- configFile: import("zod").ZodString;
2231
- hash: import("zod").ZodString;
2232
- }>, "strip", import("zod").ZodTypeAny, {
2233
- sandbox?: Record<string, {
2234
- plugin?: string | undefined;
2235
- accounts?: Record<string, string | {
2236
- publicKeyHash: string;
2237
- encryptedKey: string;
2238
- secretKey: string;
2239
- }> | undefined;
2240
- protocol?: string | undefined;
2241
- tzkt?: {
2242
- disableAutostartWithSandbox?: boolean | undefined;
2243
- postgresqlPort?: number | undefined;
2244
- apiPort?: number | undefined;
2245
- } | undefined;
2246
- annotations?: Record<string, unknown> | undefined;
2247
- label: string;
2248
- rpcUrl: string;
2249
- }> | undefined;
2250
- language?: "en" | "fr" | undefined;
2251
- metadata?: {
2252
- name?: string | undefined;
2253
- projectDescription?: string | undefined;
2254
- authors?: string[] | undefined;
2255
- license?: string | undefined;
2256
- homepage?: string | undefined;
2257
- } | undefined;
2258
- artifactsDir?: string | undefined;
2259
- contractsDir?: string | undefined;
2260
- contracts?: Record<string, {
2261
- sourceFile: string;
2262
- hash: string;
2263
- }> | undefined;
2264
- plugins?: {
2265
- type: "npm" | "binary" | "deno";
2266
- name: string;
2267
- }[] | undefined;
2268
- accounts?: Record<string, string> | undefined;
2269
- network?: Record<string, {
2270
- accounts?: Record<string, {
2271
- mnemonic?: string | undefined;
2272
- publicKey?: string | undefined;
2273
- publicKeyHash?: string | undefined;
2274
- privateKey?: string | undefined;
2275
- }> | undefined;
2276
- faucet?: {
2277
- pkh: string;
2278
- mnemonic: string[];
2279
- email: string;
2280
- password: string;
2281
- amount: string;
2282
- activation_code: string;
2283
- } | undefined;
2284
- label: string;
2285
- rpcUrl: string;
2286
- }> | undefined;
2287
- projectDir: string;
2288
- environment: Record<string, string | {
2289
- storage?: Record<string, string> | undefined;
2290
- aliases?: Record<string, Record<string, string>> | undefined;
2291
- networks: string[];
2292
- sandboxes: string[];
2293
- }>;
2294
- hash: string;
2295
- configFile: string;
2296
- }, {
2297
- sandbox?: Record<string, {
2298
- plugin?: string | undefined;
2299
- accounts?: Record<string, string | {
2300
- publicKeyHash: string;
2301
- encryptedKey: string;
2302
- secretKey: string;
2303
- }> | undefined;
2304
- protocol?: string | undefined;
2305
- tzkt?: {
2306
- disableAutostartWithSandbox?: boolean | undefined;
2307
- postgresqlPort?: number | undefined;
2308
- apiPort?: number | undefined;
2309
- } | undefined;
2310
- annotations?: Record<string, unknown> | undefined;
2311
- label: string;
2312
- rpcUrl: string;
2313
- }> | undefined;
2314
- language?: "en" | "fr" | undefined;
2315
- metadata?: {
2316
- name?: string | undefined;
2317
- projectDescription?: string | undefined;
2318
- authors?: string[] | undefined;
2319
- license?: string | undefined;
2320
- homepage?: string | undefined;
2321
- } | undefined;
2322
- artifactsDir?: string | undefined;
2323
- contractsDir?: string | undefined;
2324
- contracts?: Record<string, {
2325
- sourceFile: string;
2326
- hash: string;
2327
- }> | undefined;
2328
- plugins?: {
2329
- type: "npm" | "binary" | "deno";
2330
- name: string;
2331
- }[] | undefined;
2332
- accounts?: Record<string, string> | undefined;
2333
- network?: Record<string, {
2334
- accounts?: Record<string, {
2335
- mnemonic?: string | undefined;
2336
- publicKey?: string | undefined;
2337
- publicKeyHash?: string | undefined;
2338
- privateKey?: string | undefined;
2339
- }> | undefined;
2340
- faucet?: {
2341
- pkh: string;
2342
- mnemonic: string[];
2343
- email: string;
2344
- password: string;
2345
- amount: string;
2346
- activation_code: string;
2347
- } | undefined;
2348
- label: string;
2349
- rpcUrl: string;
2350
- }> | undefined;
2351
- projectDir: string;
2352
- environment: Record<string, string | {
2353
- storage?: Record<string, string> | undefined;
2354
- aliases?: Record<string, Record<string, string>> | undefined;
2355
- networks: string[];
2356
- sandboxes: string[];
2357
- }>;
2358
- hash: string;
2359
- configFile: string;
2360
- }>;
2361
- }>, "passthrough", import("zod").ZodTypeAny, {
2362
- plugin?: string | undefined;
2363
- _: string[];
2364
- projectDir: string;
2365
- maxConcurrency: number;
2366
- debug: boolean;
2367
- disableState: boolean;
2368
- logPluginRequests: boolean;
2369
- fromVsCode: boolean;
2370
- version: boolean;
2371
- build: boolean;
2372
- help: boolean;
2373
- yes: boolean;
2374
- env: string;
2375
- setBuild: string | number;
2376
- setVersion: string;
2377
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2378
- config: {
2379
- sandbox?: Record<string, {
2380
- plugin?: string | undefined;
2381
- accounts?: Record<string, string | {
2382
- publicKeyHash: string;
2383
- encryptedKey: string;
2384
- secretKey: string;
2385
- }> | undefined;
2386
- protocol?: string | undefined;
2387
- tzkt?: {
2388
- disableAutostartWithSandbox?: boolean | undefined;
2389
- postgresqlPort?: number | undefined;
2390
- apiPort?: number | undefined;
2391
- } | undefined;
2392
- annotations?: Record<string, unknown> | undefined;
2393
- label: string;
2394
- rpcUrl: string;
2395
- }> | undefined;
2396
- language?: "en" | "fr" | undefined;
2397
- metadata?: {
2398
- name?: string | undefined;
2399
- projectDescription?: string | undefined;
2400
- authors?: string[] | undefined;
2401
- license?: string | undefined;
2402
- homepage?: string | undefined;
2403
- } | undefined;
2404
- artifactsDir?: string | undefined;
2405
- contractsDir?: string | undefined;
2406
- contracts?: Record<string, {
2407
- sourceFile: string;
2408
- hash: string;
2409
- }> | undefined;
2410
- plugins?: {
2411
- type: "npm" | "binary" | "deno";
2412
- name: string;
2413
- }[] | undefined;
2414
- accounts?: Record<string, string> | undefined;
2415
- network?: Record<string, {
2416
- accounts?: Record<string, {
2417
- mnemonic?: string | undefined;
2418
- publicKey?: string | undefined;
2419
- publicKeyHash?: string | undefined;
2420
- privateKey?: string | undefined;
2421
- }> | undefined;
2422
- faucet?: {
2423
- pkh: string;
2424
- mnemonic: string[];
2425
- email: string;
2426
- password: string;
2427
- amount: string;
2428
- activation_code: string;
2429
- } | undefined;
2430
- label: string;
2431
- rpcUrl: string;
2432
- }> | undefined;
2433
- projectDir: string;
2434
- environment: Record<string, string | {
2435
- storage?: Record<string, string> | undefined;
2436
- aliases?: Record<string, Record<string, string>> | undefined;
2437
- networks: string[];
2438
- sandboxes: string[];
2439
- }>;
2440
- hash: string;
2441
- configFile: string;
2442
- };
2443
- }, {
2444
- plugin?: string | undefined;
2445
- _: string[];
2446
- projectDir: string;
2447
- maxConcurrency: number;
2448
- debug: boolean;
2449
- disableState: boolean;
2450
- logPluginRequests: boolean;
2451
- fromVsCode: boolean;
2452
- version: boolean;
2453
- build: boolean;
2454
- help: boolean;
2455
- yes: boolean;
2456
- env: string;
2457
- setBuild: string | number;
2458
- setVersion: string;
2459
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2460
- config: {
2461
- sandbox?: Record<string, {
2462
- plugin?: string | undefined;
2463
- accounts?: Record<string, string | {
2464
- publicKeyHash: string;
2465
- encryptedKey: string;
2466
- secretKey: string;
2467
- }> | undefined;
2468
- protocol?: string | undefined;
2469
- tzkt?: {
2470
- disableAutostartWithSandbox?: boolean | undefined;
2471
- postgresqlPort?: number | undefined;
2472
- apiPort?: number | undefined;
2473
- } | undefined;
2474
- annotations?: Record<string, unknown> | undefined;
2475
- label: string;
2476
- rpcUrl: string;
2477
- }> | undefined;
2478
- language?: "en" | "fr" | undefined;
2479
- metadata?: {
2480
- name?: string | undefined;
2481
- projectDescription?: string | undefined;
2482
- authors?: string[] | undefined;
2483
- license?: string | undefined;
2484
- homepage?: string | undefined;
2485
- } | undefined;
2486
- artifactsDir?: string | undefined;
2487
- contractsDir?: string | undefined;
2488
- contracts?: Record<string, {
2489
- sourceFile: string;
2490
- hash: string;
2491
- }> | undefined;
2492
- plugins?: {
2493
- type: "npm" | "binary" | "deno";
2494
- name: string;
2495
- }[] | undefined;
2496
- accounts?: Record<string, string> | undefined;
2497
- network?: Record<string, {
2498
- accounts?: Record<string, {
2499
- mnemonic?: string | undefined;
2500
- publicKey?: string | undefined;
2501
- publicKeyHash?: string | undefined;
2502
- privateKey?: string | undefined;
2503
- }> | undefined;
2504
- faucet?: {
2505
- pkh: string;
2506
- mnemonic: string[];
2507
- email: string;
2508
- password: string;
2509
- amount: string;
2510
- activation_code: string;
2511
- } | undefined;
2512
- label: string;
2513
- rpcUrl: string;
2514
- }> | undefined;
2515
- projectDir: string;
2516
- environment: Record<string, string | {
2517
- storage?: Record<string, string> | undefined;
2518
- aliases?: Record<string, Record<string, string>> | undefined;
2519
- networks: string[];
2520
- sandboxes: string[];
2521
- }>;
2522
- hash: string;
2523
- configFile: string;
2524
- };
2525
- }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
2526
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
2527
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
2528
- }, "strip", import("zod").ZodTypeAny, {
2529
- data?: unknown;
2530
- render: "string" | "none" | "table";
2531
- }, {
2532
- data?: unknown;
2533
- render?: "string" | "none" | "table" | undefined;
2534
- }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
2535
- data: import("zod").ZodOptional<import("zod").ZodUnknown>;
2536
- render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
2537
- }, "strip", import("zod").ZodTypeAny, {
2538
- data?: unknown;
2539
- render: "string" | "none" | "table";
2540
- }, {
2541
- data?: unknown;
2542
- render?: "string" | "none" | "table" | undefined;
2543
- }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
395
+ template: import("zod").ZodString;
396
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
2544
397
  encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
2545
- }, "handler">, {
2546
398
  handler: import("zod").ZodString;
2547
- }>, "strip", import("zod").ZodTypeAny, {
399
+ }, "strip", import("zod").ZodTypeAny, {
400
+ handler: string;
401
+ command: string;
402
+ description: string;
403
+ template: string;
2548
404
  positionals?: {
2549
- required?: boolean | undefined;
2550
- type?: "string" | "number" | "boolean" | undefined;
2551
- defaultValue?: string | number | boolean | undefined;
2552
405
  description: string;
2553
406
  placeholder: string;
407
+ defaultValue?: string | number | boolean | undefined;
408
+ type?: "string" | "number" | "boolean" | undefined;
409
+ required?: boolean | undefined;
2554
410
  }[] | undefined;
2555
411
  options?: {
2556
- boolean?: boolean | undefined;
2557
- required?: boolean | undefined;
2558
- type?: "string" | "number" | "boolean" | undefined;
412
+ description: string;
413
+ flag: string;
2559
414
  shortFlag?: string | undefined;
2560
415
  defaultValue?: string | number | boolean | undefined;
416
+ type?: "string" | "number" | "boolean" | undefined;
417
+ required?: boolean | undefined;
418
+ boolean?: boolean | undefined;
2561
419
  choices?: string[] | undefined;
2562
- description: string;
2563
- flag: string;
2564
420
  }[] | undefined;
2565
421
  hidden?: boolean | undefined;
2566
422
  encoding?: "none" | "json" | "application/json" | undefined;
423
+ }, {
2567
424
  handler: string;
2568
425
  command: string;
2569
426
  description: string;
2570
427
  template: string;
2571
- }, {
2572
428
  positionals?: {
2573
- required?: boolean | undefined;
2574
- type?: "string" | "number" | "boolean" | undefined;
2575
- defaultValue?: string | number | boolean | undefined;
2576
429
  description: string;
2577
430
  placeholder: string;
431
+ defaultValue?: string | number | boolean | undefined;
432
+ type?: "string" | "number" | "boolean" | undefined;
433
+ required?: boolean | undefined;
2578
434
  }[] | undefined;
2579
435
  options?: {
2580
- boolean?: boolean | undefined;
2581
- required?: boolean | undefined;
2582
- type?: "string" | "number" | "boolean" | undefined;
436
+ description: string;
437
+ flag: string;
2583
438
  shortFlag?: string | undefined;
2584
439
  defaultValue?: string | number | boolean | undefined;
440
+ type?: "string" | "number" | "boolean" | undefined;
441
+ required?: boolean | undefined;
442
+ boolean?: boolean | undefined;
2585
443
  choices?: string[] | undefined;
2586
- description: string;
2587
- flag: string;
2588
444
  }[] | undefined;
2589
445
  hidden?: boolean | undefined;
2590
446
  encoding?: "none" | "json" | "application/json" | undefined;
2591
- handler: string;
2592
- command: string;
2593
- description: string;
2594
- template: string;
2595
447
  }>;
2596
448
  export type t = ParsedTemplateStrict;
2597
449
  //# sourceMappingURL=ParsedTemplate.d.ts.map