@taqueria/protocol 0.14.4 → 0.18.0

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