@taqueria/protocol 0.16.0 → 0.19.2

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