@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
@@ -69,11 +69,28 @@ export declare const schemas: {
69
69
  type: import("zod").ZodOptional<import("zod").ZodString>;
70
70
  accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
71
71
  type: import("zod").ZodOptional<import("zod").ZodString>;
72
- }, "passthrough", import("zod").ZodTypeAny, {
73
- type?: string | undefined;
72
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
73
+ type: import("zod").ZodOptional<import("zod").ZodString>;
74
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
75
+ type: import("zod").ZodOptional<import("zod").ZodString>;
76
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
77
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
78
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
79
+ address: import("zod").ZodOptional<import("zod").ZodString>;
80
+ }, "strip", import("zod").ZodTypeAny, {
81
+ address?: string | undefined;
74
82
  }, {
75
- type?: string | undefined;
83
+ address?: string | undefined;
76
84
  }>>>;
85
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
86
+ type: import("zod").ZodOptional<import("zod").ZodString>;
87
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
88
+ type: import("zod").ZodOptional<import("zod").ZodString>;
89
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
90
+ type: import("zod").ZodOptional<import("zod").ZodString>;
91
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
92
+ type: import("zod").ZodOptional<import("zod").ZodString>;
93
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
77
94
  accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
78
95
  contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
79
96
  address: import("zod").ZodOptional<import("zod").ZodString>;
@@ -82,25 +99,24 @@ export declare const schemas: {
82
99
  }, {
83
100
  address?: string | undefined;
84
101
  }>>>;
85
- }, "passthrough", import("zod").ZodTypeAny, {
86
- contracts?: Record<string, {
102
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
103
+ type: import("zod").ZodOptional<import("zod").ZodString>;
104
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
105
+ type: import("zod").ZodOptional<import("zod").ZodString>;
106
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
107
+ type: import("zod").ZodOptional<import("zod").ZodString>;
108
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
109
+ type: import("zod").ZodOptional<import("zod").ZodString>;
110
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
111
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
112
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
113
+ address: import("zod").ZodOptional<import("zod").ZodString>;
114
+ }, "strip", import("zod").ZodTypeAny, {
87
115
  address?: string | undefined;
88
- }> | undefined;
89
- accounts?: Record<string, {
90
- type?: string | undefined;
91
- }> | undefined;
92
- type?: string | undefined;
93
- accountDefault?: any;
94
- }, {
95
- contracts?: Record<string, {
116
+ }, {
96
117
  address?: string | undefined;
97
- }> | undefined;
98
- accounts?: Record<string, {
99
- type?: string | undefined;
100
- }> | undefined;
101
- type?: string | undefined;
102
- accountDefault?: any;
103
- }>>>;
118
+ }>>>;
119
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
104
120
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
105
121
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
106
122
  name: import("zod").ZodString;
@@ -112,6 +128,7 @@ export declare const schemas: {
112
128
  name: string;
113
129
  }>, "many">>;
114
130
  }, "strip", import("zod").ZodTypeAny, {
131
+ version: string;
115
132
  language?: "en" | "fr" | undefined;
116
133
  metadata?: {
117
134
  name?: string | undefined;
@@ -122,33 +139,41 @@ export declare const schemas: {
122
139
  } | undefined;
123
140
  artifactsDir?: string | undefined;
124
141
  contractsDir?: string | undefined;
125
- contracts?: Record<string, {
126
- sourceFile: string;
127
- hash: string;
128
- }> | undefined;
129
- plugins?: {
130
- type: "npm" | "binary" | "deno";
131
- name: string;
132
- }[] | undefined;
133
142
  accounts?: Record<string, {
134
143
  balance: {
135
144
  amount: string;
136
145
  units: string;
137
146
  };
138
147
  }> | undefined;
148
+ contracts?: Record<string, {
149
+ sourceFile: string;
150
+ hash: string;
151
+ }> | undefined;
139
152
  environmentDefault?: string | undefined;
140
- environments?: Record<string, {
141
- contracts?: Record<string, {
153
+ environments?: Record<string, import("zod").objectOutputType<{
154
+ type: import("zod").ZodOptional<import("zod").ZodString>;
155
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
156
+ type: import("zod").ZodOptional<import("zod").ZodString>;
157
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
158
+ type: import("zod").ZodOptional<import("zod").ZodString>;
159
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
160
+ type: import("zod").ZodOptional<import("zod").ZodString>;
161
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
162
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
163
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
164
+ address: import("zod").ZodOptional<import("zod").ZodString>;
165
+ }, "strip", import("zod").ZodTypeAny, {
142
166
  address?: string | undefined;
143
- }> | undefined;
144
- accounts?: Record<string, {
145
- type?: string | undefined;
146
- }> | undefined;
147
- type?: string | undefined;
148
- accountDefault?: any;
149
- }> | undefined;
150
- version: string;
167
+ }, {
168
+ address?: string | undefined;
169
+ }>>>;
170
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
171
+ plugins?: {
172
+ type: "npm" | "binary" | "deno";
173
+ name: string;
174
+ }[] | undefined;
151
175
  }, {
176
+ version: string;
152
177
  language?: "en" | "fr" | undefined;
153
178
  metadata?: {
154
179
  name?: string | undefined;
@@ -159,32 +184,39 @@ export declare const schemas: {
159
184
  } | undefined;
160
185
  artifactsDir?: string | undefined;
161
186
  contractsDir?: string | undefined;
162
- contracts?: Record<string, {
163
- sourceFile: string;
164
- hash: string;
165
- }> | undefined;
166
- plugins?: {
167
- type: "npm" | "binary" | "deno";
168
- name: string;
169
- }[] | undefined;
170
187
  accounts?: Record<string, {
171
188
  balance: {
172
189
  amount: string;
173
190
  units: string;
174
191
  };
175
192
  }> | undefined;
193
+ contracts?: Record<string, {
194
+ sourceFile: string;
195
+ hash: string;
196
+ }> | undefined;
176
197
  environmentDefault?: string | undefined;
177
- environments?: Record<string, {
178
- contracts?: Record<string, {
198
+ environments?: Record<string, import("zod").objectInputType<{
199
+ type: import("zod").ZodOptional<import("zod").ZodString>;
200
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
201
+ type: import("zod").ZodOptional<import("zod").ZodString>;
202
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
203
+ type: import("zod").ZodOptional<import("zod").ZodString>;
204
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
205
+ type: import("zod").ZodOptional<import("zod").ZodString>;
206
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
207
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
208
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
209
+ address: import("zod").ZodOptional<import("zod").ZodString>;
210
+ }, "strip", import("zod").ZodTypeAny, {
179
211
  address?: string | undefined;
180
- }> | undefined;
181
- accounts?: Record<string, {
182
- type?: string | undefined;
183
- }> | undefined;
184
- type?: string | undefined;
185
- accountDefault?: any;
186
- }> | undefined;
187
- version: string;
212
+ }, {
213
+ address?: string | undefined;
214
+ }>>>;
215
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
216
+ plugins?: {
217
+ type: "npm" | "binary" | "deno";
218
+ name: string;
219
+ }[] | undefined;
188
220
  }>;
189
221
  schema: import("zod").ZodEffects<import("zod").ZodObject<{
190
222
  version: import("zod").ZodString;
@@ -247,11 +279,28 @@ export declare const schemas: {
247
279
  type: import("zod").ZodOptional<import("zod").ZodString>;
248
280
  accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
249
281
  type: import("zod").ZodOptional<import("zod").ZodString>;
250
- }, "passthrough", import("zod").ZodTypeAny, {
251
- type?: string | undefined;
282
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
283
+ type: import("zod").ZodOptional<import("zod").ZodString>;
284
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
285
+ type: import("zod").ZodOptional<import("zod").ZodString>;
286
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
287
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
288
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
289
+ address: import("zod").ZodOptional<import("zod").ZodString>;
290
+ }, "strip", import("zod").ZodTypeAny, {
291
+ address?: string | undefined;
252
292
  }, {
253
- type?: string | undefined;
293
+ address?: string | undefined;
254
294
  }>>>;
295
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
296
+ type: import("zod").ZodOptional<import("zod").ZodString>;
297
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
298
+ type: import("zod").ZodOptional<import("zod").ZodString>;
299
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
300
+ type: import("zod").ZodOptional<import("zod").ZodString>;
301
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
302
+ type: import("zod").ZodOptional<import("zod").ZodString>;
303
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
255
304
  accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
256
305
  contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
257
306
  address: import("zod").ZodOptional<import("zod").ZodString>;
@@ -260,25 +309,24 @@ export declare const schemas: {
260
309
  }, {
261
310
  address?: string | undefined;
262
311
  }>>>;
263
- }, "passthrough", import("zod").ZodTypeAny, {
264
- contracts?: Record<string, {
312
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
313
+ type: import("zod").ZodOptional<import("zod").ZodString>;
314
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
315
+ type: import("zod").ZodOptional<import("zod").ZodString>;
316
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
317
+ type: import("zod").ZodOptional<import("zod").ZodString>;
318
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
319
+ type: import("zod").ZodOptional<import("zod").ZodString>;
320
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
321
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
322
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
323
+ address: import("zod").ZodOptional<import("zod").ZodString>;
324
+ }, "strip", import("zod").ZodTypeAny, {
265
325
  address?: string | undefined;
266
- }> | undefined;
267
- accounts?: Record<string, {
268
- type?: string | undefined;
269
- }> | undefined;
270
- type?: string | undefined;
271
- accountDefault?: any;
272
- }, {
273
- contracts?: Record<string, {
326
+ }, {
274
327
  address?: string | undefined;
275
- }> | undefined;
276
- accounts?: Record<string, {
277
- type?: string | undefined;
278
- }> | undefined;
279
- type?: string | undefined;
280
- accountDefault?: any;
281
- }>>>;
328
+ }>>>;
329
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
282
330
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
283
331
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
284
332
  name: import("zod").ZodString;
@@ -290,6 +338,7 @@ export declare const schemas: {
290
338
  name: string;
291
339
  }>, "many">>;
292
340
  }, "strip", import("zod").ZodTypeAny, {
341
+ version: string;
293
342
  language?: "en" | "fr" | undefined;
294
343
  metadata?: {
295
344
  name?: string | undefined;
@@ -300,33 +349,41 @@ export declare const schemas: {
300
349
  } | undefined;
301
350
  artifactsDir?: string | undefined;
302
351
  contractsDir?: string | undefined;
303
- contracts?: Record<string, {
304
- sourceFile: string;
305
- hash: string;
306
- }> | undefined;
307
- plugins?: {
308
- type: "npm" | "binary" | "deno";
309
- name: string;
310
- }[] | undefined;
311
352
  accounts?: Record<string, {
312
353
  balance: {
313
354
  amount: string;
314
355
  units: string;
315
356
  };
316
357
  }> | undefined;
358
+ contracts?: Record<string, {
359
+ sourceFile: string;
360
+ hash: string;
361
+ }> | undefined;
317
362
  environmentDefault?: string | undefined;
318
- environments?: Record<string, {
319
- contracts?: Record<string, {
363
+ environments?: Record<string, import("zod").objectOutputType<{
364
+ type: import("zod").ZodOptional<import("zod").ZodString>;
365
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
366
+ type: import("zod").ZodOptional<import("zod").ZodString>;
367
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
368
+ type: import("zod").ZodOptional<import("zod").ZodString>;
369
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
370
+ type: import("zod").ZodOptional<import("zod").ZodString>;
371
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
372
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
373
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
374
+ address: import("zod").ZodOptional<import("zod").ZodString>;
375
+ }, "strip", import("zod").ZodTypeAny, {
320
376
  address?: string | undefined;
321
- }> | undefined;
322
- accounts?: Record<string, {
323
- type?: string | undefined;
324
- }> | undefined;
325
- type?: string | undefined;
326
- accountDefault?: any;
327
- }> | undefined;
328
- version: string;
377
+ }, {
378
+ address?: string | undefined;
379
+ }>>>;
380
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
381
+ plugins?: {
382
+ type: "npm" | "binary" | "deno";
383
+ name: string;
384
+ }[] | undefined;
329
385
  }, {
386
+ version: string;
330
387
  language?: "en" | "fr" | undefined;
331
388
  metadata?: {
332
389
  name?: string | undefined;
@@ -337,33 +394,41 @@ export declare const schemas: {
337
394
  } | undefined;
338
395
  artifactsDir?: string | undefined;
339
396
  contractsDir?: string | undefined;
340
- contracts?: Record<string, {
341
- sourceFile: string;
342
- hash: string;
343
- }> | undefined;
344
- plugins?: {
345
- type: "npm" | "binary" | "deno";
346
- name: string;
347
- }[] | undefined;
348
397
  accounts?: Record<string, {
349
398
  balance: {
350
399
  amount: string;
351
400
  units: string;
352
401
  };
353
402
  }> | undefined;
403
+ contracts?: Record<string, {
404
+ sourceFile: string;
405
+ hash: string;
406
+ }> | undefined;
354
407
  environmentDefault?: string | undefined;
355
- environments?: Record<string, {
356
- contracts?: Record<string, {
408
+ environments?: Record<string, import("zod").objectInputType<{
409
+ type: import("zod").ZodOptional<import("zod").ZodString>;
410
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
411
+ type: import("zod").ZodOptional<import("zod").ZodString>;
412
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
413
+ type: import("zod").ZodOptional<import("zod").ZodString>;
414
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
415
+ type: import("zod").ZodOptional<import("zod").ZodString>;
416
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
417
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
418
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
419
+ address: import("zod").ZodOptional<import("zod").ZodString>;
420
+ }, "strip", import("zod").ZodTypeAny, {
357
421
  address?: string | undefined;
358
- }> | undefined;
359
- accounts?: Record<string, {
360
- type?: string | undefined;
361
- }> | undefined;
362
- type?: string | undefined;
363
- accountDefault?: any;
364
- }> | undefined;
365
- version: string;
422
+ }, {
423
+ address?: string | undefined;
424
+ }>>>;
425
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
426
+ plugins?: {
427
+ type: "npm" | "binary" | "deno";
428
+ name: string;
429
+ }[] | undefined;
366
430
  }>, ConfigFileV2Strict, {
431
+ version: string;
367
432
  language?: "en" | "fr" | undefined;
368
433
  metadata?: {
369
434
  name?: string | undefined;
@@ -374,32 +439,39 @@ export declare const schemas: {
374
439
  } | undefined;
375
440
  artifactsDir?: string | undefined;
376
441
  contractsDir?: string | undefined;
377
- contracts?: Record<string, {
378
- sourceFile: string;
379
- hash: string;
380
- }> | undefined;
381
- plugins?: {
382
- type: "npm" | "binary" | "deno";
383
- name: string;
384
- }[] | undefined;
385
442
  accounts?: Record<string, {
386
443
  balance: {
387
444
  amount: string;
388
445
  units: string;
389
446
  };
390
447
  }> | undefined;
448
+ contracts?: Record<string, {
449
+ sourceFile: string;
450
+ hash: string;
451
+ }> | undefined;
391
452
  environmentDefault?: string | undefined;
392
- environments?: Record<string, {
393
- contracts?: Record<string, {
453
+ environments?: Record<string, import("zod").objectInputType<{
454
+ type: import("zod").ZodOptional<import("zod").ZodString>;
455
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
456
+ type: import("zod").ZodOptional<import("zod").ZodString>;
457
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
458
+ type: import("zod").ZodOptional<import("zod").ZodString>;
459
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
460
+ type: import("zod").ZodOptional<import("zod").ZodString>;
461
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
462
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
463
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
464
+ address: import("zod").ZodOptional<import("zod").ZodString>;
465
+ }, "strip", import("zod").ZodTypeAny, {
394
466
  address?: string | undefined;
395
- }> | undefined;
396
- accounts?: Record<string, {
397
- type?: string | undefined;
398
- }> | undefined;
399
- type?: string | undefined;
400
- accountDefault?: any;
401
- }> | undefined;
402
- version: string;
467
+ }, {
468
+ address?: string | undefined;
469
+ }>>>;
470
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
471
+ plugins?: {
472
+ type: "npm" | "binary" | "deno";
473
+ name: string;
474
+ }[] | undefined;
403
475
  }>;
404
476
  };
405
477
  export declare const rawSchema: import("zod").ZodObject<{
@@ -463,11 +535,28 @@ export declare const rawSchema: import("zod").ZodObject<{
463
535
  type: import("zod").ZodOptional<import("zod").ZodString>;
464
536
  accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
465
537
  type: import("zod").ZodOptional<import("zod").ZodString>;
466
- }, "passthrough", import("zod").ZodTypeAny, {
467
- type?: string | undefined;
538
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
539
+ type: import("zod").ZodOptional<import("zod").ZodString>;
540
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
541
+ type: import("zod").ZodOptional<import("zod").ZodString>;
542
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
543
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
544
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
545
+ address: import("zod").ZodOptional<import("zod").ZodString>;
546
+ }, "strip", import("zod").ZodTypeAny, {
547
+ address?: string | undefined;
468
548
  }, {
469
- type?: string | undefined;
549
+ address?: string | undefined;
470
550
  }>>>;
551
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
552
+ type: import("zod").ZodOptional<import("zod").ZodString>;
553
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
554
+ type: import("zod").ZodOptional<import("zod").ZodString>;
555
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
556
+ type: import("zod").ZodOptional<import("zod").ZodString>;
557
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
558
+ type: import("zod").ZodOptional<import("zod").ZodString>;
559
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
471
560
  accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
472
561
  contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
473
562
  address: import("zod").ZodOptional<import("zod").ZodString>;
@@ -476,25 +565,24 @@ export declare const rawSchema: import("zod").ZodObject<{
476
565
  }, {
477
566
  address?: string | undefined;
478
567
  }>>>;
479
- }, "passthrough", import("zod").ZodTypeAny, {
480
- contracts?: Record<string, {
568
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
569
+ type: import("zod").ZodOptional<import("zod").ZodString>;
570
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
571
+ type: import("zod").ZodOptional<import("zod").ZodString>;
572
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
573
+ type: import("zod").ZodOptional<import("zod").ZodString>;
574
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
575
+ type: import("zod").ZodOptional<import("zod").ZodString>;
576
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
577
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
578
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
579
+ address: import("zod").ZodOptional<import("zod").ZodString>;
580
+ }, "strip", import("zod").ZodTypeAny, {
481
581
  address?: string | undefined;
482
- }> | undefined;
483
- accounts?: Record<string, {
484
- type?: string | undefined;
485
- }> | undefined;
486
- type?: string | undefined;
487
- accountDefault?: any;
488
- }, {
489
- contracts?: Record<string, {
582
+ }, {
490
583
  address?: string | undefined;
491
- }> | undefined;
492
- accounts?: Record<string, {
493
- type?: string | undefined;
494
- }> | undefined;
495
- type?: string | undefined;
496
- accountDefault?: any;
497
- }>>>;
584
+ }>>>;
585
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
498
586
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
499
587
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
500
588
  name: import("zod").ZodString;
@@ -506,6 +594,7 @@ export declare const rawSchema: import("zod").ZodObject<{
506
594
  name: string;
507
595
  }>, "many">>;
508
596
  }, "strip", import("zod").ZodTypeAny, {
597
+ version: string;
509
598
  language?: "en" | "fr" | undefined;
510
599
  metadata?: {
511
600
  name?: string | undefined;
@@ -516,33 +605,41 @@ export declare const rawSchema: import("zod").ZodObject<{
516
605
  } | undefined;
517
606
  artifactsDir?: string | undefined;
518
607
  contractsDir?: string | undefined;
519
- contracts?: Record<string, {
520
- sourceFile: string;
521
- hash: string;
522
- }> | undefined;
523
- plugins?: {
524
- type: "npm" | "binary" | "deno";
525
- name: string;
526
- }[] | undefined;
527
608
  accounts?: Record<string, {
528
609
  balance: {
529
610
  amount: string;
530
611
  units: string;
531
612
  };
532
613
  }> | undefined;
614
+ contracts?: Record<string, {
615
+ sourceFile: string;
616
+ hash: string;
617
+ }> | undefined;
533
618
  environmentDefault?: string | undefined;
534
- environments?: Record<string, {
535
- contracts?: Record<string, {
619
+ environments?: Record<string, import("zod").objectOutputType<{
620
+ type: import("zod").ZodOptional<import("zod").ZodString>;
621
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
622
+ type: import("zod").ZodOptional<import("zod").ZodString>;
623
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
624
+ type: import("zod").ZodOptional<import("zod").ZodString>;
625
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
626
+ type: import("zod").ZodOptional<import("zod").ZodString>;
627
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
628
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
629
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
630
+ address: import("zod").ZodOptional<import("zod").ZodString>;
631
+ }, "strip", import("zod").ZodTypeAny, {
536
632
  address?: string | undefined;
537
- }> | undefined;
538
- accounts?: Record<string, {
539
- type?: string | undefined;
540
- }> | undefined;
541
- type?: string | undefined;
542
- accountDefault?: any;
543
- }> | undefined;
544
- version: string;
633
+ }, {
634
+ address?: string | undefined;
635
+ }>>>;
636
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
637
+ plugins?: {
638
+ type: "npm" | "binary" | "deno";
639
+ name: string;
640
+ }[] | undefined;
545
641
  }, {
642
+ version: string;
546
643
  language?: "en" | "fr" | undefined;
547
644
  metadata?: {
548
645
  name?: string | undefined;
@@ -553,32 +650,39 @@ export declare const rawSchema: import("zod").ZodObject<{
553
650
  } | undefined;
554
651
  artifactsDir?: string | undefined;
555
652
  contractsDir?: string | undefined;
556
- contracts?: Record<string, {
557
- sourceFile: string;
558
- hash: string;
559
- }> | undefined;
560
- plugins?: {
561
- type: "npm" | "binary" | "deno";
562
- name: string;
563
- }[] | undefined;
564
653
  accounts?: Record<string, {
565
654
  balance: {
566
655
  amount: string;
567
656
  units: string;
568
657
  };
569
658
  }> | undefined;
659
+ contracts?: Record<string, {
660
+ sourceFile: string;
661
+ hash: string;
662
+ }> | undefined;
570
663
  environmentDefault?: string | undefined;
571
- environments?: Record<string, {
572
- contracts?: Record<string, {
664
+ environments?: Record<string, import("zod").objectInputType<{
665
+ type: import("zod").ZodOptional<import("zod").ZodString>;
666
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
667
+ type: import("zod").ZodOptional<import("zod").ZodString>;
668
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
669
+ type: import("zod").ZodOptional<import("zod").ZodString>;
670
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
671
+ type: import("zod").ZodOptional<import("zod").ZodString>;
672
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
673
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
674
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
675
+ address: import("zod").ZodOptional<import("zod").ZodString>;
676
+ }, "strip", import("zod").ZodTypeAny, {
573
677
  address?: string | undefined;
574
- }> | undefined;
575
- accounts?: Record<string, {
576
- type?: string | undefined;
577
- }> | undefined;
578
- type?: string | undefined;
579
- accountDefault?: any;
580
- }> | undefined;
581
- version: string;
678
+ }, {
679
+ address?: string | undefined;
680
+ }>>>;
681
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
682
+ plugins?: {
683
+ type: "npm" | "binary" | "deno";
684
+ name: string;
685
+ }[] | undefined;
582
686
  }>;
583
687
  export declare const internalSchema: import("zod").ZodObject<{
584
688
  version: import("zod").ZodString;
@@ -641,11 +745,28 @@ export declare const internalSchema: import("zod").ZodObject<{
641
745
  type: import("zod").ZodOptional<import("zod").ZodString>;
642
746
  accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
643
747
  type: import("zod").ZodOptional<import("zod").ZodString>;
644
- }, "passthrough", import("zod").ZodTypeAny, {
645
- type?: string | undefined;
748
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
749
+ type: import("zod").ZodOptional<import("zod").ZodString>;
750
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
751
+ type: import("zod").ZodOptional<import("zod").ZodString>;
752
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
753
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
754
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
755
+ address: import("zod").ZodOptional<import("zod").ZodString>;
756
+ }, "strip", import("zod").ZodTypeAny, {
757
+ address?: string | undefined;
646
758
  }, {
647
- type?: string | undefined;
759
+ address?: string | undefined;
648
760
  }>>>;
761
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
762
+ type: import("zod").ZodOptional<import("zod").ZodString>;
763
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
764
+ type: import("zod").ZodOptional<import("zod").ZodString>;
765
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
766
+ type: import("zod").ZodOptional<import("zod").ZodString>;
767
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
768
+ type: import("zod").ZodOptional<import("zod").ZodString>;
769
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
649
770
  accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
650
771
  contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
651
772
  address: import("zod").ZodOptional<import("zod").ZodString>;
@@ -654,25 +775,24 @@ export declare const internalSchema: import("zod").ZodObject<{
654
775
  }, {
655
776
  address?: string | undefined;
656
777
  }>>>;
657
- }, "passthrough", import("zod").ZodTypeAny, {
658
- contracts?: Record<string, {
778
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
779
+ type: import("zod").ZodOptional<import("zod").ZodString>;
780
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
781
+ type: import("zod").ZodOptional<import("zod").ZodString>;
782
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
783
+ type: import("zod").ZodOptional<import("zod").ZodString>;
784
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
785
+ type: import("zod").ZodOptional<import("zod").ZodString>;
786
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
787
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
788
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
789
+ address: import("zod").ZodOptional<import("zod").ZodString>;
790
+ }, "strip", import("zod").ZodTypeAny, {
659
791
  address?: string | undefined;
660
- }> | undefined;
661
- accounts?: Record<string, {
662
- type?: string | undefined;
663
- }> | undefined;
664
- type?: string | undefined;
665
- accountDefault?: any;
666
- }, {
667
- contracts?: Record<string, {
792
+ }, {
668
793
  address?: string | undefined;
669
- }> | undefined;
670
- accounts?: Record<string, {
671
- type?: string | undefined;
672
- }> | undefined;
673
- type?: string | undefined;
674
- accountDefault?: any;
675
- }>>>;
794
+ }>>>;
795
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
676
796
  plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
677
797
  type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
678
798
  name: import("zod").ZodString;
@@ -684,6 +804,7 @@ export declare const internalSchema: import("zod").ZodObject<{
684
804
  name: string;
685
805
  }>, "many">>;
686
806
  }, "strip", import("zod").ZodTypeAny, {
807
+ version: string;
687
808
  language?: "en" | "fr" | undefined;
688
809
  metadata?: {
689
810
  name?: string | undefined;
@@ -694,33 +815,41 @@ export declare const internalSchema: import("zod").ZodObject<{
694
815
  } | undefined;
695
816
  artifactsDir?: string | undefined;
696
817
  contractsDir?: string | undefined;
697
- contracts?: Record<string, {
698
- sourceFile: string;
699
- hash: string;
700
- }> | undefined;
701
- plugins?: {
702
- type: "npm" | "binary" | "deno";
703
- name: string;
704
- }[] | undefined;
705
818
  accounts?: Record<string, {
706
819
  balance: {
707
820
  amount: string;
708
821
  units: string;
709
822
  };
710
823
  }> | undefined;
824
+ contracts?: Record<string, {
825
+ sourceFile: string;
826
+ hash: string;
827
+ }> | undefined;
711
828
  environmentDefault?: string | undefined;
712
- environments?: Record<string, {
713
- contracts?: Record<string, {
829
+ environments?: Record<string, import("zod").objectOutputType<{
830
+ type: import("zod").ZodOptional<import("zod").ZodString>;
831
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
832
+ type: import("zod").ZodOptional<import("zod").ZodString>;
833
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
834
+ type: import("zod").ZodOptional<import("zod").ZodString>;
835
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
836
+ type: import("zod").ZodOptional<import("zod").ZodString>;
837
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
838
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
839
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
840
+ address: import("zod").ZodOptional<import("zod").ZodString>;
841
+ }, "strip", import("zod").ZodTypeAny, {
714
842
  address?: string | undefined;
715
- }> | undefined;
716
- accounts?: Record<string, {
717
- type?: string | undefined;
718
- }> | undefined;
719
- type?: string | undefined;
720
- accountDefault?: any;
721
- }> | undefined;
722
- version: string;
843
+ }, {
844
+ address?: string | undefined;
845
+ }>>>;
846
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
847
+ plugins?: {
848
+ type: "npm" | "binary" | "deno";
849
+ name: string;
850
+ }[] | undefined;
723
851
  }, {
852
+ version: string;
724
853
  language?: "en" | "fr" | undefined;
725
854
  metadata?: {
726
855
  name?: string | undefined;
@@ -731,32 +860,39 @@ export declare const internalSchema: import("zod").ZodObject<{
731
860
  } | undefined;
732
861
  artifactsDir?: string | undefined;
733
862
  contractsDir?: string | undefined;
734
- contracts?: Record<string, {
735
- sourceFile: string;
736
- hash: string;
737
- }> | undefined;
738
- plugins?: {
739
- type: "npm" | "binary" | "deno";
740
- name: string;
741
- }[] | undefined;
742
863
  accounts?: Record<string, {
743
864
  balance: {
744
865
  amount: string;
745
866
  units: string;
746
867
  };
747
868
  }> | undefined;
869
+ contracts?: Record<string, {
870
+ sourceFile: string;
871
+ hash: string;
872
+ }> | undefined;
748
873
  environmentDefault?: string | undefined;
749
- environments?: Record<string, {
750
- contracts?: Record<string, {
874
+ environments?: Record<string, import("zod").objectInputType<{
875
+ type: import("zod").ZodOptional<import("zod").ZodString>;
876
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
877
+ type: import("zod").ZodOptional<import("zod").ZodString>;
878
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
879
+ type: import("zod").ZodOptional<import("zod").ZodString>;
880
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
881
+ type: import("zod").ZodOptional<import("zod").ZodString>;
882
+ }, import("zod").ZodTypeAny, "passthrough">>>>;
883
+ accountDefault: import("zod").ZodOptional<import("zod").ZodAny>;
884
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
885
+ address: import("zod").ZodOptional<import("zod").ZodString>;
886
+ }, "strip", import("zod").ZodTypeAny, {
751
887
  address?: string | undefined;
752
- }> | undefined;
753
- accounts?: Record<string, {
754
- type?: string | undefined;
755
- }> | undefined;
756
- type?: string | undefined;
757
- accountDefault?: any;
758
- }> | undefined;
759
- version: string;
888
+ }, {
889
+ address?: string | undefined;
890
+ }>>>;
891
+ }, import("zod").ZodTypeAny, "passthrough">> | undefined;
892
+ plugins?: {
893
+ type: "npm" | "binary" | "deno";
894
+ name: string;
895
+ }[] | undefined;
760
896
  }>;
761
897
  export type t = ConfigFileV2Strict;
762
898
  //# sourceMappingURL=ConfigFileV2.d.ts.map