@taqueria/protocol 0.25.4-alpha → 0.25.11-rc

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