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