@taqueria/protocol 0.28.4 → 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.
- package/EphemeralState.d.ts +1112 -836
- package/EphemeralState.d.ts.map +1 -1
- package/EphemeralState.js.map +1 -1
- package/ParsedPluginInfo.d.ts +1169 -3011
- package/ParsedPluginInfo.d.ts.map +1 -1
- package/PersistentState.d.ts +254 -110
- package/PersistentState.d.ts.map +1 -1
- package/PluginInfo.d.ts +1840 -3078
- package/PluginInfo.d.ts.map +1 -1
- package/PluginSchema.d.ts +31266 -4773
- package/PluginSchema.d.ts.map +1 -1
- package/SHA256.js +4 -0
- package/SHA256.js.map +1 -1
- package/SanitizedAbsPath.js +4 -0
- package/SanitizedAbsPath.js.map +1 -1
- package/SanitizedArgs.d.ts +1634 -1395
- package/SanitizedArgs.d.ts.map +1 -1
- package/SanitizedArgs.js +4 -0
- package/SanitizedArgs.js.map +1 -1
- package/i18n.js +5 -0
- package/i18n.js.map +1 -1
- package/index.js +5 -0
- package/index.js.map +1 -1
- package/out/types/Config.d.ts +221 -221
- package/out/types/ConfigEnvironmentFileV2.d.ts +160 -88
- package/out/types/ConfigEnvironmentFileV2.d.ts.map +1 -1
- package/out/types/ConfigFileV1.d.ts +321 -321
- package/out/types/ConfigFileV2.d.ts +378 -242
- package/out/types/ConfigFileV2.d.ts.map +1 -1
- package/out/types/Environment.d.ts +13 -13
- package/out/types/EphemeralState.d.ts +6709 -6745
- package/out/types/EphemeralState.d.ts.map +1 -1
- package/out/types/LoadedConfig.d.ts +435 -439
- package/out/types/LoadedConfig.d.ts.map +1 -1
- package/out/types/NetworkAccountConfig.d.ts +9 -9
- package/out/types/NetworkConfig.d.ts +30 -30
- package/out/types/Operation.d.ts +6307 -1763
- package/out/types/Operation.d.ts.map +1 -1
- package/out/types/Option.d.ts +40 -40
- package/out/types/ParsedConfig.d.ts +161 -425
- package/out/types/ParsedConfig.d.ts.map +1 -1
- package/out/types/ParsedOperation.d.ts +3414 -1282
- package/out/types/ParsedOperation.d.ts.map +1 -1
- package/out/types/ParsedTemplate.d.ts +217 -2365
- package/out/types/ParsedTemplate.d.ts.map +1 -1
- package/out/types/PersistedOperation.d.ts +9 -9
- package/out/types/PersistedTask.d.ts +9 -9
- package/out/types/PersistentState.d.ts +34 -34
- package/out/types/PluginDependenciesResponse.d.ts +16 -20
- package/out/types/PluginDependenciesResponse.d.ts.map +1 -1
- package/out/types/PluginInfo.d.ts +3014 -3034
- package/out/types/PluginInfo.d.ts.map +1 -1
- package/out/types/PluginJsonResponse.d.ts +4 -4
- package/out/types/PluginProxyResponse.d.ts +4 -4
- package/out/types/PluginSchema.d.ts +46162 -13114
- package/out/types/PluginSchema.d.ts.map +1 -1
- package/out/types/PositionalArg.d.ts +27 -27
- package/out/types/Provisioner.d.ts +17 -17
- package/out/types/Provisions.d.ts +17 -17
- package/out/types/ProxyTaskArgs.d.ts +3318 -922
- package/out/types/ProxyTaskArgs.d.ts.map +1 -1
- package/out/types/ProxyTemplateArgs.d.ts +3318 -922
- package/out/types/ProxyTemplateArgs.d.ts.map +1 -1
- package/out/types/RequestArgs.d.ts +3288 -888
- package/out/types/RequestArgs.d.ts.map +1 -1
- package/out/types/RuntimeDependencyReport.d.ts +16 -20
- package/out/types/RuntimeDependencyReport.d.ts.map +1 -1
- package/out/types/SandboxAccount.d.ts +22 -22
- package/out/types/SandboxAccount.d.ts.map +1 -1
- package/out/types/SandboxAccounts.d.ts +22 -22
- package/out/types/SandboxAccounts.d.ts.map +1 -1
- package/out/types/SandboxConfig.d.ts +22 -22
- package/out/types/SanitizedArgs.d.ts +157 -157
- package/out/types/SanitizedArgs.d.ts.map +1 -1
- package/out/types/Task.d.ts +212 -212
- package/out/types/Template.d.ts +9547 -1799
- package/out/types/Template.d.ts.map +1 -1
- package/out/types-zod.d.ts +22716 -10470
- package/out/types-zod.d.ts.map +1 -1
- package/package.json +1 -1
- package/taqueria-protocol-types.js +5 -0
- package/taqueria-protocol-types.js.map +1 -1
- package/types-config-files.js +20 -0
- 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
|
|
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
|
-
|
|
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
|
-
}, "
|
|
86
|
-
|
|
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
|
-
}
|
|
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
|
-
}
|
|
98
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
}, "
|
|
264
|
-
|
|
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
|
-
}
|
|
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
|
-
}
|
|
276
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
}, "
|
|
480
|
-
|
|
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
|
-
}
|
|
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
|
-
}
|
|
492
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
}, "
|
|
658
|
-
|
|
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
|
-
}
|
|
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
|
-
}
|
|
670
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
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
|
-
|
|
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
|
-
}
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
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
|