@taqueria/protocol 0.25.21-rc → 0.25.22-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/EphemeralState.d.ts +208 -208
  2. package/ParsedPluginInfo.d.ts +542 -542
  3. package/PluginInfo.d.ts +661 -661
  4. package/PluginSchema.d.ts +1314 -1314
  5. package/TaqError.d.ts +1 -1
  6. package/TaqError.d.ts.map +1 -1
  7. package/TaqError.js.map +1 -1
  8. package/TaqError.mjs.map +1 -1
  9. package/i18n.js +1 -1
  10. package/i18n.js.map +1 -1
  11. package/i18n.mjs +1 -1
  12. package/i18n.mjs.map +1 -1
  13. package/out/types/Config.d.ts +318 -318
  14. package/out/types/ConfigAccount.d.js +19 -0
  15. package/out/types/ConfigAccount.d.js.map +1 -0
  16. package/out/types/ConfigAccount.d.mjs +1 -0
  17. package/out/types/ConfigAccount.d.mjs.map +1 -0
  18. package/out/types/ConfigAccount.d.ts +106 -0
  19. package/out/types/ConfigAccount.d.ts.map +1 -0
  20. package/out/types/ConfigAccount.js +80 -0
  21. package/out/types/ConfigAccount.js.map +1 -0
  22. package/out/types/ConfigAccount.mjs +49 -0
  23. package/out/types/ConfigAccount.mjs.map +1 -0
  24. package/out/types/ConfigEnvironmentFileV2.d.js +19 -0
  25. package/out/types/ConfigEnvironmentFileV2.d.js.map +1 -0
  26. package/out/types/ConfigEnvironmentFileV2.d.mjs +1 -0
  27. package/out/types/ConfigEnvironmentFileV2.d.mjs.map +1 -0
  28. package/out/types/ConfigEnvironmentFileV2.d.ts +153 -0
  29. package/out/types/ConfigEnvironmentFileV2.d.ts.map +1 -0
  30. package/out/types/ConfigEnvironmentFileV2.js +80 -0
  31. package/out/types/ConfigEnvironmentFileV2.js.map +1 -0
  32. package/out/types/ConfigEnvironmentFileV2.mjs +49 -0
  33. package/out/types/ConfigEnvironmentFileV2.mjs.map +1 -0
  34. package/out/types/ConfigFileV1.d.js +19 -0
  35. package/out/types/ConfigFileV1.d.js.map +1 -0
  36. package/out/types/ConfigFileV1.d.mjs +1 -0
  37. package/out/types/ConfigFileV1.d.mjs.map +1 -0
  38. package/out/types/ConfigFileV1.d.ts +1370 -0
  39. package/out/types/ConfigFileV1.d.ts.map +1 -0
  40. package/out/types/ConfigFileV1.js +80 -0
  41. package/out/types/ConfigFileV1.js.map +1 -0
  42. package/out/types/ConfigFileV1.mjs +49 -0
  43. package/out/types/ConfigFileV1.mjs.map +1 -0
  44. package/out/types/ConfigFileV2.d.js +19 -0
  45. package/out/types/ConfigFileV2.d.js.map +1 -0
  46. package/out/types/ConfigFileV2.d.mjs +1 -0
  47. package/out/types/ConfigFileV2.d.mjs.map +1 -0
  48. package/out/types/ConfigFileV2.d.ts +741 -0
  49. package/out/types/ConfigFileV2.d.ts.map +1 -0
  50. package/out/types/ConfigFileV2.js +80 -0
  51. package/out/types/ConfigFileV2.js.map +1 -0
  52. package/out/types/ConfigFileV2.mjs +49 -0
  53. package/out/types/ConfigFileV2.mjs.map +1 -0
  54. package/out/types/CurrencyAmountV2.d.js +19 -0
  55. package/out/types/CurrencyAmountV2.d.js.map +1 -0
  56. package/out/types/CurrencyAmountV2.d.mjs +1 -0
  57. package/out/types/CurrencyAmountV2.d.mjs.map +1 -0
  58. package/out/types/CurrencyAmountV2.d.ts +56 -0
  59. package/out/types/CurrencyAmountV2.d.ts.map +1 -0
  60. package/out/types/CurrencyAmountV2.js +80 -0
  61. package/out/types/CurrencyAmountV2.js.map +1 -0
  62. package/out/types/CurrencyAmountV2.mjs +49 -0
  63. package/out/types/CurrencyAmountV2.mjs.map +1 -0
  64. package/out/types/EphemeralState.d.ts +1743 -1743
  65. package/out/types/LoadedConfig.d.ts +318 -318
  66. package/out/types/Operation.d.ts +575 -575
  67. package/out/types/ParsedConfig.d.ts +318 -318
  68. package/out/types/ParsedOperation.d.ts +420 -420
  69. package/out/types/ParsedTemplate.d.ts +420 -420
  70. package/out/types/PluginInfo.d.ts +869 -869
  71. package/out/types/PluginSchema.d.ts +2985 -2985
  72. package/out/types/ProxyTaskArgs.d.ts +434 -434
  73. package/out/types/ProxyTemplateArgs.d.ts +434 -434
  74. package/out/types/RequestArgs.d.ts +434 -434
  75. package/out/types/Template.d.ts +575 -575
  76. package/out/types-strict.d.js.map +1 -1
  77. package/out/types-strict.d.ts +97 -9
  78. package/out/types-strict.d.ts.map +1 -1
  79. package/out/types-strict.js.map +1 -1
  80. package/out/types-zod.d.js.map +1 -1
  81. package/out/types-zod.d.ts +3119 -2557
  82. package/out/types-zod.d.ts.map +1 -1
  83. package/out/types-zod.js +62 -7
  84. package/out/types-zod.js.map +1 -1
  85. package/out/types-zod.mjs +57 -7
  86. package/out/types-zod.mjs.map +1 -1
  87. package/package.json +2 -2
  88. package/types-config-files.d.ts +12 -0
  89. package/types-config-files.d.ts.map +1 -0
  90. package/types-config-files.js +267 -0
  91. package/types-config-files.js.map +1 -0
  92. package/types-config-files.mjs +239 -0
  93. package/types-config-files.mjs.map +1 -0
  94. package/types.d.ts +85 -7
  95. package/types.d.ts.map +1 -1
  96. package/types.js.map +1 -1
@@ -0,0 +1,741 @@
1
+ import { TaqError } from '@taqueria/protocol/TaqError';
2
+ import { FutureInstance } from 'fluture';
3
+ import { ConfigFileV2 } from '@taqueria/protocol/types';
4
+ import { ConfigFileV2 as ConfigFileV2Strict } from '@taqueria/protocol/out/types-strict';
5
+ export type { ConfigFileV2Strict as ConfigFileV2 };
6
+ export declare const from: (input: unknown) => ConfigFileV2Strict;
7
+ export declare const create: (input: ConfigFileV2) => ConfigFileV2Strict;
8
+ export declare const of: (input: unknown) => FutureInstance<TaqError, ConfigFileV2Strict>;
9
+ export declare const make: (input: Omit<ConfigFileV2Strict, '__type'>) => FutureInstance<TaqError, ConfigFileV2Strict>;
10
+ export declare const schemas: {
11
+ rawSchema: import("zod").ZodObject<{
12
+ version: import("zod").ZodString;
13
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
14
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
15
+ name: import("zod").ZodOptional<import("zod").ZodString>;
16
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
17
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
18
+ license: import("zod").ZodOptional<import("zod").ZodString>;
19
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
20
+ }, "strip", import("zod").ZodTypeAny, {
21
+ name?: string | undefined;
22
+ projectDescription?: string | undefined;
23
+ authors?: string[] | undefined;
24
+ license?: string | undefined;
25
+ homepage?: string | undefined;
26
+ }, {
27
+ name?: string | undefined;
28
+ projectDescription?: string | undefined;
29
+ authors?: string[] | undefined;
30
+ license?: string | undefined;
31
+ homepage?: string | undefined;
32
+ }>>;
33
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
34
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
35
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
36
+ balance: import("zod").ZodObject<{
37
+ amount: import("zod").ZodString;
38
+ units: import("zod").ZodString;
39
+ }, "strip", import("zod").ZodTypeAny, {
40
+ amount: string;
41
+ units: string;
42
+ }, {
43
+ amount: string;
44
+ units: string;
45
+ }>;
46
+ }, "strip", import("zod").ZodTypeAny, {
47
+ balance: {
48
+ amount: string;
49
+ units: string;
50
+ };
51
+ }, {
52
+ balance: {
53
+ amount: string;
54
+ units: string;
55
+ };
56
+ }>>>;
57
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
58
+ sourceFile: import("zod").ZodString;
59
+ hash: import("zod").ZodString;
60
+ }, "strip", import("zod").ZodTypeAny, {
61
+ sourceFile: string;
62
+ hash: string;
63
+ }, {
64
+ sourceFile: string;
65
+ hash: string;
66
+ }>>>;
67
+ environmentDefault: import("zod").ZodOptional<import("zod").ZodString>;
68
+ environments: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
69
+ type: import("zod").ZodOptional<import("zod").ZodString>;
70
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
71
+ type: import("zod").ZodOptional<import("zod").ZodString>;
72
+ }, "strip", import("zod").ZodTypeAny, {
73
+ type?: string | undefined;
74
+ }, {
75
+ type?: string | undefined;
76
+ }>>>;
77
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
78
+ address: import("zod").ZodOptional<import("zod").ZodString>;
79
+ }, "strip", import("zod").ZodTypeAny, {
80
+ address?: string | undefined;
81
+ }, {
82
+ address?: string | undefined;
83
+ }>>>;
84
+ }, "strip", import("zod").ZodTypeAny, {
85
+ contracts?: Record<string, {
86
+ address?: string | undefined;
87
+ }> | undefined;
88
+ accounts?: Record<string, {
89
+ type?: string | undefined;
90
+ }> | undefined;
91
+ type?: string | undefined;
92
+ }, {
93
+ contracts?: Record<string, {
94
+ address?: string | undefined;
95
+ }> | undefined;
96
+ accounts?: Record<string, {
97
+ type?: string | undefined;
98
+ }> | undefined;
99
+ type?: string | undefined;
100
+ }>>>;
101
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
102
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
103
+ name: import("zod").ZodString;
104
+ }, "strip", import("zod").ZodTypeAny, {
105
+ type: "npm" | "binary" | "deno";
106
+ name: string;
107
+ }, {
108
+ type: "npm" | "binary" | "deno";
109
+ name: string;
110
+ }>, "many">>;
111
+ }, "strip", import("zod").ZodTypeAny, {
112
+ language?: "en" | "fr" | undefined;
113
+ metadata?: {
114
+ name?: string | undefined;
115
+ projectDescription?: string | undefined;
116
+ authors?: string[] | undefined;
117
+ license?: string | undefined;
118
+ homepage?: string | undefined;
119
+ } | undefined;
120
+ artifactsDir?: string | undefined;
121
+ contractsDir?: string | undefined;
122
+ contracts?: Record<string, {
123
+ sourceFile: string;
124
+ hash: string;
125
+ }> | undefined;
126
+ plugins?: {
127
+ type: "npm" | "binary" | "deno";
128
+ name: string;
129
+ }[] | undefined;
130
+ accounts?: Record<string, {
131
+ balance: {
132
+ amount: string;
133
+ units: string;
134
+ };
135
+ }> | undefined;
136
+ environmentDefault?: string | undefined;
137
+ environments?: Record<string, {
138
+ contracts?: Record<string, {
139
+ address?: string | undefined;
140
+ }> | undefined;
141
+ accounts?: Record<string, {
142
+ type?: string | undefined;
143
+ }> | undefined;
144
+ type?: string | undefined;
145
+ }> | undefined;
146
+ version: string;
147
+ }, {
148
+ language?: "en" | "fr" | undefined;
149
+ metadata?: {
150
+ name?: string | undefined;
151
+ projectDescription?: string | undefined;
152
+ authors?: string[] | undefined;
153
+ license?: string | undefined;
154
+ homepage?: string | undefined;
155
+ } | undefined;
156
+ artifactsDir?: string | undefined;
157
+ contractsDir?: string | undefined;
158
+ contracts?: Record<string, {
159
+ sourceFile: string;
160
+ hash: string;
161
+ }> | undefined;
162
+ plugins?: {
163
+ type: "npm" | "binary" | "deno";
164
+ name: string;
165
+ }[] | undefined;
166
+ accounts?: Record<string, {
167
+ balance: {
168
+ amount: string;
169
+ units: string;
170
+ };
171
+ }> | undefined;
172
+ environmentDefault?: string | undefined;
173
+ environments?: Record<string, {
174
+ contracts?: Record<string, {
175
+ address?: string | undefined;
176
+ }> | undefined;
177
+ accounts?: Record<string, {
178
+ type?: string | undefined;
179
+ }> | undefined;
180
+ type?: string | undefined;
181
+ }> | undefined;
182
+ version: string;
183
+ }>;
184
+ schema: import("zod").ZodEffects<import("zod").ZodObject<{
185
+ version: import("zod").ZodString;
186
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
187
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
188
+ name: import("zod").ZodOptional<import("zod").ZodString>;
189
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
190
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
191
+ license: import("zod").ZodOptional<import("zod").ZodString>;
192
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
193
+ }, "strip", import("zod").ZodTypeAny, {
194
+ name?: string | undefined;
195
+ projectDescription?: string | undefined;
196
+ authors?: string[] | undefined;
197
+ license?: string | undefined;
198
+ homepage?: string | undefined;
199
+ }, {
200
+ name?: string | undefined;
201
+ projectDescription?: string | undefined;
202
+ authors?: string[] | undefined;
203
+ license?: string | undefined;
204
+ homepage?: string | undefined;
205
+ }>>;
206
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
207
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
208
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
209
+ balance: import("zod").ZodObject<{
210
+ amount: import("zod").ZodString;
211
+ units: import("zod").ZodString;
212
+ }, "strip", import("zod").ZodTypeAny, {
213
+ amount: string;
214
+ units: string;
215
+ }, {
216
+ amount: string;
217
+ units: string;
218
+ }>;
219
+ }, "strip", import("zod").ZodTypeAny, {
220
+ balance: {
221
+ amount: string;
222
+ units: string;
223
+ };
224
+ }, {
225
+ balance: {
226
+ amount: string;
227
+ units: string;
228
+ };
229
+ }>>>;
230
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
231
+ sourceFile: import("zod").ZodString;
232
+ hash: import("zod").ZodString;
233
+ }, "strip", import("zod").ZodTypeAny, {
234
+ sourceFile: string;
235
+ hash: string;
236
+ }, {
237
+ sourceFile: string;
238
+ hash: string;
239
+ }>>>;
240
+ environmentDefault: import("zod").ZodOptional<import("zod").ZodString>;
241
+ environments: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
242
+ type: import("zod").ZodOptional<import("zod").ZodString>;
243
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
244
+ type: import("zod").ZodOptional<import("zod").ZodString>;
245
+ }, "strip", import("zod").ZodTypeAny, {
246
+ type?: string | undefined;
247
+ }, {
248
+ type?: string | undefined;
249
+ }>>>;
250
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
251
+ address: import("zod").ZodOptional<import("zod").ZodString>;
252
+ }, "strip", import("zod").ZodTypeAny, {
253
+ address?: string | undefined;
254
+ }, {
255
+ address?: string | undefined;
256
+ }>>>;
257
+ }, "strip", import("zod").ZodTypeAny, {
258
+ contracts?: Record<string, {
259
+ address?: string | undefined;
260
+ }> | undefined;
261
+ accounts?: Record<string, {
262
+ type?: string | undefined;
263
+ }> | undefined;
264
+ type?: string | undefined;
265
+ }, {
266
+ contracts?: Record<string, {
267
+ address?: string | undefined;
268
+ }> | undefined;
269
+ accounts?: Record<string, {
270
+ type?: string | undefined;
271
+ }> | undefined;
272
+ type?: string | undefined;
273
+ }>>>;
274
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
275
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
276
+ name: import("zod").ZodString;
277
+ }, "strip", import("zod").ZodTypeAny, {
278
+ type: "npm" | "binary" | "deno";
279
+ name: string;
280
+ }, {
281
+ type: "npm" | "binary" | "deno";
282
+ name: string;
283
+ }>, "many">>;
284
+ }, "strip", import("zod").ZodTypeAny, {
285
+ language?: "en" | "fr" | undefined;
286
+ metadata?: {
287
+ name?: string | undefined;
288
+ projectDescription?: string | undefined;
289
+ authors?: string[] | undefined;
290
+ license?: string | undefined;
291
+ homepage?: string | undefined;
292
+ } | undefined;
293
+ artifactsDir?: string | undefined;
294
+ contractsDir?: string | undefined;
295
+ contracts?: Record<string, {
296
+ sourceFile: string;
297
+ hash: string;
298
+ }> | undefined;
299
+ plugins?: {
300
+ type: "npm" | "binary" | "deno";
301
+ name: string;
302
+ }[] | undefined;
303
+ accounts?: Record<string, {
304
+ balance: {
305
+ amount: string;
306
+ units: string;
307
+ };
308
+ }> | undefined;
309
+ environmentDefault?: string | undefined;
310
+ environments?: Record<string, {
311
+ contracts?: Record<string, {
312
+ address?: string | undefined;
313
+ }> | undefined;
314
+ accounts?: Record<string, {
315
+ type?: string | undefined;
316
+ }> | undefined;
317
+ type?: string | undefined;
318
+ }> | undefined;
319
+ version: string;
320
+ }, {
321
+ language?: "en" | "fr" | undefined;
322
+ metadata?: {
323
+ name?: string | undefined;
324
+ projectDescription?: string | undefined;
325
+ authors?: string[] | undefined;
326
+ license?: string | undefined;
327
+ homepage?: string | undefined;
328
+ } | undefined;
329
+ artifactsDir?: string | undefined;
330
+ contractsDir?: string | undefined;
331
+ contracts?: Record<string, {
332
+ sourceFile: string;
333
+ hash: string;
334
+ }> | undefined;
335
+ plugins?: {
336
+ type: "npm" | "binary" | "deno";
337
+ name: string;
338
+ }[] | undefined;
339
+ accounts?: Record<string, {
340
+ balance: {
341
+ amount: string;
342
+ units: string;
343
+ };
344
+ }> | undefined;
345
+ environmentDefault?: string | undefined;
346
+ environments?: Record<string, {
347
+ contracts?: Record<string, {
348
+ address?: string | undefined;
349
+ }> | undefined;
350
+ accounts?: Record<string, {
351
+ type?: string | undefined;
352
+ }> | undefined;
353
+ type?: string | undefined;
354
+ }> | undefined;
355
+ version: string;
356
+ }>, ConfigFileV2Strict, {
357
+ language?: "en" | "fr" | undefined;
358
+ metadata?: {
359
+ name?: string | undefined;
360
+ projectDescription?: string | undefined;
361
+ authors?: string[] | undefined;
362
+ license?: string | undefined;
363
+ homepage?: string | undefined;
364
+ } | undefined;
365
+ artifactsDir?: string | undefined;
366
+ contractsDir?: string | undefined;
367
+ contracts?: Record<string, {
368
+ sourceFile: string;
369
+ hash: string;
370
+ }> | undefined;
371
+ plugins?: {
372
+ type: "npm" | "binary" | "deno";
373
+ name: string;
374
+ }[] | undefined;
375
+ accounts?: Record<string, {
376
+ balance: {
377
+ amount: string;
378
+ units: string;
379
+ };
380
+ }> | undefined;
381
+ environmentDefault?: string | undefined;
382
+ environments?: Record<string, {
383
+ contracts?: Record<string, {
384
+ address?: string | undefined;
385
+ }> | undefined;
386
+ accounts?: Record<string, {
387
+ type?: string | undefined;
388
+ }> | undefined;
389
+ type?: string | undefined;
390
+ }> | undefined;
391
+ version: string;
392
+ }>;
393
+ };
394
+ export declare const rawSchema: import("zod").ZodObject<{
395
+ version: import("zod").ZodString;
396
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
397
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
398
+ name: import("zod").ZodOptional<import("zod").ZodString>;
399
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
400
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
401
+ license: import("zod").ZodOptional<import("zod").ZodString>;
402
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
403
+ }, "strip", import("zod").ZodTypeAny, {
404
+ name?: string | undefined;
405
+ projectDescription?: string | undefined;
406
+ authors?: string[] | undefined;
407
+ license?: string | undefined;
408
+ homepage?: string | undefined;
409
+ }, {
410
+ name?: string | undefined;
411
+ projectDescription?: string | undefined;
412
+ authors?: string[] | undefined;
413
+ license?: string | undefined;
414
+ homepage?: string | undefined;
415
+ }>>;
416
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
417
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
418
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
419
+ balance: import("zod").ZodObject<{
420
+ amount: import("zod").ZodString;
421
+ units: import("zod").ZodString;
422
+ }, "strip", import("zod").ZodTypeAny, {
423
+ amount: string;
424
+ units: string;
425
+ }, {
426
+ amount: string;
427
+ units: string;
428
+ }>;
429
+ }, "strip", import("zod").ZodTypeAny, {
430
+ balance: {
431
+ amount: string;
432
+ units: string;
433
+ };
434
+ }, {
435
+ balance: {
436
+ amount: string;
437
+ units: string;
438
+ };
439
+ }>>>;
440
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
441
+ sourceFile: import("zod").ZodString;
442
+ hash: import("zod").ZodString;
443
+ }, "strip", import("zod").ZodTypeAny, {
444
+ sourceFile: string;
445
+ hash: string;
446
+ }, {
447
+ sourceFile: string;
448
+ hash: string;
449
+ }>>>;
450
+ environmentDefault: import("zod").ZodOptional<import("zod").ZodString>;
451
+ environments: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
452
+ type: import("zod").ZodOptional<import("zod").ZodString>;
453
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
454
+ type: import("zod").ZodOptional<import("zod").ZodString>;
455
+ }, "strip", import("zod").ZodTypeAny, {
456
+ type?: string | undefined;
457
+ }, {
458
+ type?: string | undefined;
459
+ }>>>;
460
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
461
+ address: import("zod").ZodOptional<import("zod").ZodString>;
462
+ }, "strip", import("zod").ZodTypeAny, {
463
+ address?: string | undefined;
464
+ }, {
465
+ address?: string | undefined;
466
+ }>>>;
467
+ }, "strip", import("zod").ZodTypeAny, {
468
+ contracts?: Record<string, {
469
+ address?: string | undefined;
470
+ }> | undefined;
471
+ accounts?: Record<string, {
472
+ type?: string | undefined;
473
+ }> | undefined;
474
+ type?: string | undefined;
475
+ }, {
476
+ contracts?: Record<string, {
477
+ address?: string | undefined;
478
+ }> | undefined;
479
+ accounts?: Record<string, {
480
+ type?: string | undefined;
481
+ }> | undefined;
482
+ type?: string | undefined;
483
+ }>>>;
484
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
485
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
486
+ name: import("zod").ZodString;
487
+ }, "strip", import("zod").ZodTypeAny, {
488
+ type: "npm" | "binary" | "deno";
489
+ name: string;
490
+ }, {
491
+ type: "npm" | "binary" | "deno";
492
+ name: string;
493
+ }>, "many">>;
494
+ }, "strip", import("zod").ZodTypeAny, {
495
+ language?: "en" | "fr" | undefined;
496
+ metadata?: {
497
+ name?: string | undefined;
498
+ projectDescription?: string | undefined;
499
+ authors?: string[] | undefined;
500
+ license?: string | undefined;
501
+ homepage?: string | undefined;
502
+ } | undefined;
503
+ artifactsDir?: string | undefined;
504
+ contractsDir?: string | undefined;
505
+ contracts?: Record<string, {
506
+ sourceFile: string;
507
+ hash: string;
508
+ }> | undefined;
509
+ plugins?: {
510
+ type: "npm" | "binary" | "deno";
511
+ name: string;
512
+ }[] | undefined;
513
+ accounts?: Record<string, {
514
+ balance: {
515
+ amount: string;
516
+ units: string;
517
+ };
518
+ }> | undefined;
519
+ environmentDefault?: string | undefined;
520
+ environments?: Record<string, {
521
+ contracts?: Record<string, {
522
+ address?: string | undefined;
523
+ }> | undefined;
524
+ accounts?: Record<string, {
525
+ type?: string | undefined;
526
+ }> | undefined;
527
+ type?: string | undefined;
528
+ }> | undefined;
529
+ version: string;
530
+ }, {
531
+ language?: "en" | "fr" | undefined;
532
+ metadata?: {
533
+ name?: string | undefined;
534
+ projectDescription?: string | undefined;
535
+ authors?: string[] | undefined;
536
+ license?: string | undefined;
537
+ homepage?: string | undefined;
538
+ } | undefined;
539
+ artifactsDir?: string | undefined;
540
+ contractsDir?: string | undefined;
541
+ contracts?: Record<string, {
542
+ sourceFile: string;
543
+ hash: string;
544
+ }> | undefined;
545
+ plugins?: {
546
+ type: "npm" | "binary" | "deno";
547
+ name: string;
548
+ }[] | undefined;
549
+ accounts?: Record<string, {
550
+ balance: {
551
+ amount: string;
552
+ units: string;
553
+ };
554
+ }> | undefined;
555
+ environmentDefault?: string | undefined;
556
+ environments?: Record<string, {
557
+ contracts?: Record<string, {
558
+ address?: string | undefined;
559
+ }> | undefined;
560
+ accounts?: Record<string, {
561
+ type?: string | undefined;
562
+ }> | undefined;
563
+ type?: string | undefined;
564
+ }> | undefined;
565
+ version: string;
566
+ }>;
567
+ export declare const internalSchema: import("zod").ZodObject<{
568
+ version: import("zod").ZodString;
569
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
570
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
571
+ name: import("zod").ZodOptional<import("zod").ZodString>;
572
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
573
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
574
+ license: import("zod").ZodOptional<import("zod").ZodString>;
575
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
576
+ }, "strip", import("zod").ZodTypeAny, {
577
+ name?: string | undefined;
578
+ projectDescription?: string | undefined;
579
+ authors?: string[] | undefined;
580
+ license?: string | undefined;
581
+ homepage?: string | undefined;
582
+ }, {
583
+ name?: string | undefined;
584
+ projectDescription?: string | undefined;
585
+ authors?: string[] | undefined;
586
+ license?: string | undefined;
587
+ homepage?: string | undefined;
588
+ }>>;
589
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
590
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
591
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
592
+ balance: import("zod").ZodObject<{
593
+ amount: import("zod").ZodString;
594
+ units: import("zod").ZodString;
595
+ }, "strip", import("zod").ZodTypeAny, {
596
+ amount: string;
597
+ units: string;
598
+ }, {
599
+ amount: string;
600
+ units: string;
601
+ }>;
602
+ }, "strip", import("zod").ZodTypeAny, {
603
+ balance: {
604
+ amount: string;
605
+ units: string;
606
+ };
607
+ }, {
608
+ balance: {
609
+ amount: string;
610
+ units: string;
611
+ };
612
+ }>>>;
613
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
614
+ sourceFile: import("zod").ZodString;
615
+ hash: import("zod").ZodString;
616
+ }, "strip", import("zod").ZodTypeAny, {
617
+ sourceFile: string;
618
+ hash: string;
619
+ }, {
620
+ sourceFile: string;
621
+ hash: string;
622
+ }>>>;
623
+ environmentDefault: import("zod").ZodOptional<import("zod").ZodString>;
624
+ environments: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
625
+ type: import("zod").ZodOptional<import("zod").ZodString>;
626
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
627
+ type: import("zod").ZodOptional<import("zod").ZodString>;
628
+ }, "strip", import("zod").ZodTypeAny, {
629
+ type?: string | undefined;
630
+ }, {
631
+ type?: string | undefined;
632
+ }>>>;
633
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
634
+ address: import("zod").ZodOptional<import("zod").ZodString>;
635
+ }, "strip", import("zod").ZodTypeAny, {
636
+ address?: string | undefined;
637
+ }, {
638
+ address?: string | undefined;
639
+ }>>>;
640
+ }, "strip", import("zod").ZodTypeAny, {
641
+ contracts?: Record<string, {
642
+ address?: string | undefined;
643
+ }> | undefined;
644
+ accounts?: Record<string, {
645
+ type?: string | undefined;
646
+ }> | undefined;
647
+ type?: string | undefined;
648
+ }, {
649
+ contracts?: Record<string, {
650
+ address?: string | undefined;
651
+ }> | undefined;
652
+ accounts?: Record<string, {
653
+ type?: string | undefined;
654
+ }> | undefined;
655
+ type?: string | undefined;
656
+ }>>>;
657
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
658
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
659
+ name: import("zod").ZodString;
660
+ }, "strip", import("zod").ZodTypeAny, {
661
+ type: "npm" | "binary" | "deno";
662
+ name: string;
663
+ }, {
664
+ type: "npm" | "binary" | "deno";
665
+ name: string;
666
+ }>, "many">>;
667
+ }, "strip", import("zod").ZodTypeAny, {
668
+ language?: "en" | "fr" | undefined;
669
+ metadata?: {
670
+ name?: string | undefined;
671
+ projectDescription?: string | undefined;
672
+ authors?: string[] | undefined;
673
+ license?: string | undefined;
674
+ homepage?: string | undefined;
675
+ } | undefined;
676
+ artifactsDir?: string | undefined;
677
+ contractsDir?: string | undefined;
678
+ contracts?: Record<string, {
679
+ sourceFile: string;
680
+ hash: string;
681
+ }> | undefined;
682
+ plugins?: {
683
+ type: "npm" | "binary" | "deno";
684
+ name: string;
685
+ }[] | undefined;
686
+ accounts?: Record<string, {
687
+ balance: {
688
+ amount: string;
689
+ units: string;
690
+ };
691
+ }> | undefined;
692
+ environmentDefault?: string | undefined;
693
+ environments?: Record<string, {
694
+ contracts?: Record<string, {
695
+ address?: string | undefined;
696
+ }> | undefined;
697
+ accounts?: Record<string, {
698
+ type?: string | undefined;
699
+ }> | undefined;
700
+ type?: string | undefined;
701
+ }> | undefined;
702
+ version: string;
703
+ }, {
704
+ language?: "en" | "fr" | undefined;
705
+ metadata?: {
706
+ name?: string | undefined;
707
+ projectDescription?: string | undefined;
708
+ authors?: string[] | undefined;
709
+ license?: string | undefined;
710
+ homepage?: string | undefined;
711
+ } | undefined;
712
+ artifactsDir?: string | undefined;
713
+ contractsDir?: string | undefined;
714
+ contracts?: Record<string, {
715
+ sourceFile: string;
716
+ hash: string;
717
+ }> | undefined;
718
+ plugins?: {
719
+ type: "npm" | "binary" | "deno";
720
+ name: string;
721
+ }[] | undefined;
722
+ accounts?: Record<string, {
723
+ balance: {
724
+ amount: string;
725
+ units: string;
726
+ };
727
+ }> | undefined;
728
+ environmentDefault?: string | undefined;
729
+ environments?: Record<string, {
730
+ contracts?: Record<string, {
731
+ address?: string | undefined;
732
+ }> | undefined;
733
+ accounts?: Record<string, {
734
+ type?: string | undefined;
735
+ }> | undefined;
736
+ type?: string | undefined;
737
+ }> | undefined;
738
+ version: string;
739
+ }>;
740
+ export type t = ConfigFileV2Strict;
741
+ //# sourceMappingURL=ConfigFileV2.d.ts.map