@taqueria/protocol 0.24.2 → 0.25.3-alpha

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 +1 -41
  2. package/Alias.d.ts.map +1 -1
  3. package/Alias.js +2 -51
  4. package/Alias.js.map +1 -1
  5. package/Alias.mjs +1 -32
  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 +1 -23
  11. package/Command.d.ts.map +1 -1
  12. package/Command.js +2 -42
  13. package/Command.js.map +1 -1
  14. package/Command.mjs +1 -23
  15. package/Command.mjs.map +1 -1
  16. package/Config.d.ts +1 -2079
  17. package/Config.d.ts.map +1 -1
  18. package/Config.js +2 -153
  19. package/Config.js.map +1 -1
  20. package/Config.mjs +1 -130
  21. package/Config.mjs.map +1 -1
  22. package/ConfigArtifactsDir.d.ts +2 -0
  23. package/ConfigArtifactsDir.d.ts.map +1 -0
  24. package/ConfigArtifactsDir.js +21 -0
  25. package/ConfigArtifactsDir.js.map +1 -0
  26. package/ConfigArtifactsDir.mjs +3 -0
  27. package/ConfigArtifactsDir.mjs.map +1 -0
  28. package/ConfigContractsDir.d.ts +2 -0
  29. package/ConfigContractsDir.d.ts.map +1 -0
  30. package/ConfigContractsDir.js +21 -0
  31. package/ConfigContractsDir.js.map +1 -0
  32. package/ConfigContractsDir.mjs +3 -0
  33. package/ConfigContractsDir.mjs.map +1 -0
  34. package/Contract.d.ts +1 -81
  35. package/Contract.d.ts.map +1 -1
  36. package/Contract.js +2 -49
  37. package/Contract.js.map +1 -1
  38. package/Contract.mjs +1 -30
  39. package/Contract.mjs.map +1 -1
  40. package/Crypto.d.ts +4 -2
  41. package/Crypto.d.ts.map +1 -1
  42. package/Crypto.js +0 -16
  43. package/Crypto.js.map +1 -1
  44. package/Crypto.mjs +0 -9
  45. package/Crypto.mjs.map +1 -1
  46. package/EconomicalProtocolHash.d.ts +1 -40
  47. package/EconomicalProtocolHash.d.ts.map +1 -1
  48. package/EconomicalProtocolHash.js +2 -45
  49. package/EconomicalProtocolHash.js.map +1 -1
  50. package/EconomicalProtocolHash.mjs +1 -25
  51. package/EconomicalProtocolHash.mjs.map +1 -1
  52. package/Environment.d.ts +1 -133
  53. package/Environment.d.ts.map +1 -1
  54. package/Environment.js +6 -63
  55. package/Environment.js.map +1 -1
  56. package/Environment.mjs +1 -38
  57. package/Environment.mjs.map +1 -1
  58. package/EphemeralState.d.ts +1757 -4335
  59. package/EphemeralState.d.ts.map +1 -1
  60. package/EphemeralState.js +39 -40
  61. package/EphemeralState.js.map +1 -1
  62. package/EphemeralState.mjs +30 -20
  63. package/EphemeralState.mjs.map +1 -1
  64. package/Faucet.d.ts +1 -203
  65. package/Faucet.d.ts.map +1 -1
  66. package/Faucet.js +2 -77
  67. package/Faucet.js.map +1 -1
  68. package/Faucet.mjs +1 -57
  69. package/Faucet.mjs.map +1 -1
  70. package/HumanReadableIdentifier.d.ts +1 -23
  71. package/HumanReadableIdentifier.d.ts.map +1 -1
  72. package/HumanReadableIdentifier.js +2 -42
  73. package/HumanReadableIdentifier.js.map +1 -1
  74. package/HumanReadableIdentifier.mjs +1 -23
  75. package/HumanReadableIdentifier.mjs.map +1 -1
  76. package/InstalledPlugin.d.ts +1 -91
  77. package/InstalledPlugin.d.ts.map +1 -1
  78. package/InstalledPlugin.js +2 -48
  79. package/InstalledPlugin.js.map +1 -1
  80. package/InstalledPlugin.mjs +1 -28
  81. package/InstalledPlugin.mjs.map +1 -1
  82. package/LoadedConfig.d.ts +1 -2343
  83. package/LoadedConfig.d.ts.map +1 -1
  84. package/LoadedConfig.js +2 -61
  85. package/LoadedConfig.js.map +1 -1
  86. package/LoadedConfig.mjs +1 -39
  87. package/LoadedConfig.mjs.map +1 -1
  88. package/MetadataConfig.d.ts +1 -154
  89. package/MetadataConfig.d.ts.map +1 -1
  90. package/MetadataConfig.js +2 -56
  91. package/MetadataConfig.js.map +1 -1
  92. package/MetadataConfig.mjs +1 -36
  93. package/MetadataConfig.mjs.map +1 -1
  94. package/NetworkAccountConfig.d.ts +2 -0
  95. package/NetworkAccountConfig.d.ts.map +1 -0
  96. package/NetworkAccountConfig.js +21 -0
  97. package/NetworkAccountConfig.js.map +1 -0
  98. package/NetworkAccountConfig.mjs +3 -0
  99. package/NetworkAccountConfig.mjs.map +1 -0
  100. package/NetworkConfig.d.ts +1 -443
  101. package/NetworkConfig.d.ts.map +1 -1
  102. package/NetworkConfig.js +2 -66
  103. package/NetworkConfig.js.map +1 -1
  104. package/NetworkConfig.mjs +1 -46
  105. package/NetworkConfig.mjs.map +1 -1
  106. package/NonEmptyString.d.ts +2 -0
  107. package/NonEmptyString.d.ts.map +1 -0
  108. package/NonEmptyString.js +21 -0
  109. package/NonEmptyString.js.map +1 -0
  110. package/NonEmptyString.mjs +3 -0
  111. package/NonEmptyString.mjs.map +1 -0
  112. package/Operation.d.ts +1 -1469
  113. package/Operation.d.ts.map +1 -1
  114. package/Operation.js +2 -79
  115. package/Operation.js.map +1 -1
  116. package/Operation.mjs +1 -58
  117. package/Operation.mjs.map +1 -1
  118. package/Option.d.ts +1 -308
  119. package/Option.d.ts.map +1 -1
  120. package/Option.js +2 -84
  121. package/Option.js.map +1 -1
  122. package/Option.mjs +1 -63
  123. package/Option.mjs.map +1 -1
  124. package/ParsedOperation.d.ts +1 -879
  125. package/ParsedOperation.d.ts.map +1 -1
  126. package/ParsedOperation.js +2 -44
  127. package/ParsedOperation.js.map +1 -1
  128. package/ParsedOperation.mjs +1 -24
  129. package/ParsedOperation.mjs.map +1 -1
  130. package/ParsedPluginInfo.d.ts +4124 -0
  131. package/ParsedPluginInfo.d.ts.map +1 -0
  132. package/ParsedPluginInfo.js +81 -0
  133. package/ParsedPluginInfo.js.map +1 -0
  134. package/ParsedPluginInfo.mjs +44 -0
  135. package/ParsedPluginInfo.mjs.map +1 -0
  136. package/ParsedTemplate.d.ts +1 -1023
  137. package/ParsedTemplate.d.ts.map +1 -1
  138. package/ParsedTemplate.js +2 -52
  139. package/ParsedTemplate.js.map +1 -1
  140. package/ParsedTemplate.mjs +1 -32
  141. package/ParsedTemplate.mjs.map +1 -1
  142. package/PersistentState.d.ts +113 -243
  143. package/PersistentState.d.ts.map +1 -1
  144. package/PluginActionName.d.ts +1 -21
  145. package/PluginActionName.d.ts.map +1 -1
  146. package/PluginActionName.js +2 -29
  147. package/PluginActionName.js.map +1 -1
  148. package/PluginActionName.mjs +1 -21
  149. package/PluginActionName.mjs.map +1 -1
  150. package/PluginDependenciesResponse.d.ts +1 -151
  151. package/PluginDependenciesResponse.d.ts.map +1 -1
  152. package/PluginDependenciesResponse.js +2 -44
  153. package/PluginDependenciesResponse.js.map +1 -1
  154. package/PluginDependenciesResponse.mjs +1 -26
  155. package/PluginDependenciesResponse.mjs.map +1 -1
  156. package/PluginInfo.d.ts +4416 -3023
  157. package/PluginInfo.d.ts.map +1 -1
  158. package/PluginJsonResponse.d.ts +1 -98
  159. package/PluginJsonResponse.d.ts.map +1 -1
  160. package/PluginJsonResponse.js +2 -40
  161. package/PluginJsonResponse.js.map +1 -1
  162. package/PluginJsonResponse.mjs +1 -23
  163. package/PluginJsonResponse.mjs.map +1 -1
  164. package/PluginProxyResponse.d.ts +1 -15
  165. package/PluginProxyResponse.d.ts.map +1 -1
  166. package/PluginProxyResponse.js +2 -42
  167. package/PluginProxyResponse.js.map +1 -1
  168. package/PluginProxyResponse.mjs +1 -23
  169. package/PluginProxyResponse.mjs.map +1 -1
  170. package/PluginResponseEncoding.d.ts +1 -31
  171. package/PluginResponseEncoding.d.ts.map +1 -1
  172. package/PluginResponseEncoding.js +2 -44
  173. package/PluginResponseEncoding.js.map +1 -1
  174. package/PluginResponseEncoding.mjs +1 -25
  175. package/PluginResponseEncoding.mjs.map +1 -1
  176. package/PluginSchema.d.ts +8240 -6843
  177. package/PluginSchema.d.ts.map +1 -1
  178. package/PluginSchema.js +6 -17
  179. package/PluginSchema.js.map +1 -1
  180. package/PluginSchema.mjs +6 -17
  181. package/PluginSchema.mjs.map +1 -1
  182. package/PositionalArg.d.ts +1 -182
  183. package/PositionalArg.d.ts.map +1 -1
  184. package/PositionalArg.js +2 -59
  185. package/PositionalArg.js.map +1 -1
  186. package/PositionalArg.mjs +1 -39
  187. package/PositionalArg.mjs.map +1 -1
  188. package/Provisioner.d.ts +1 -268
  189. package/Provisioner.d.ts.map +1 -1
  190. package/Provisioner.js +2 -67
  191. package/Provisioner.js.map +1 -1
  192. package/Provisioner.mjs +1 -46
  193. package/Provisioner.mjs.map +1 -1
  194. package/ProvisionerID.d.ts +1 -40
  195. package/ProvisionerID.d.ts.map +1 -1
  196. package/ProvisionerID.js +2 -42
  197. package/ProvisionerID.js.map +1 -1
  198. package/ProvisionerID.mjs +1 -22
  199. package/ProvisionerID.mjs.map +1 -1
  200. package/Provisions.d.ts +1 -236
  201. package/Provisions.d.ts.map +1 -1
  202. package/Provisions.js +2 -74
  203. package/Provisions.js.map +1 -1
  204. package/Provisions.mjs +1 -55
  205. package/Provisions.mjs.map +1 -1
  206. package/ProxyTaskArgs.d.ts +2 -0
  207. package/ProxyTaskArgs.d.ts.map +1 -0
  208. package/ProxyTaskArgs.js +21 -0
  209. package/ProxyTaskArgs.js.map +1 -0
  210. package/ProxyTaskArgs.mjs +3 -0
  211. package/ProxyTaskArgs.mjs.map +1 -0
  212. package/ProxyTemplateArgs.d.ts +2 -0
  213. package/ProxyTemplateArgs.d.ts.map +1 -0
  214. package/ProxyTemplateArgs.js +21 -0
  215. package/ProxyTemplateArgs.js.map +1 -0
  216. package/ProxyTemplateArgs.mjs +3 -0
  217. package/ProxyTemplateArgs.mjs.map +1 -0
  218. package/PublicKeyHash.d.ts +1 -41
  219. package/PublicKeyHash.d.ts.map +1 -1
  220. package/PublicKeyHash.js +2 -46
  221. package/PublicKeyHash.js.map +1 -1
  222. package/PublicKeyHash.mjs +1 -26
  223. package/PublicKeyHash.mjs.map +1 -1
  224. package/RequestArgs.d.ts +1 -5547
  225. package/RequestArgs.d.ts.map +1 -1
  226. package/RequestArgs.js +6 -121
  227. package/RequestArgs.js.map +1 -1
  228. package/RequestArgs.mjs +1 -87
  229. package/RequestArgs.mjs.map +1 -1
  230. package/SHA256.d.ts +15 -7
  231. package/SHA256.d.ts.map +1 -1
  232. package/SHA256.js +21 -3
  233. package/SHA256.js.map +1 -1
  234. package/SHA256.mjs +20 -3
  235. package/SHA256.mjs.map +1 -1
  236. package/SandboxAccountConfig.d.ts +1 -144
  237. package/SandboxAccountConfig.d.ts.map +1 -1
  238. package/SandboxAccountConfig.js +2 -53
  239. package/SandboxAccountConfig.js.map +1 -1
  240. package/SandboxAccountConfig.mjs +1 -33
  241. package/SandboxAccountConfig.mjs.map +1 -1
  242. package/SandboxConfig.d.ts +1 -542
  243. package/SandboxConfig.d.ts.map +1 -1
  244. package/SandboxConfig.js +2 -84
  245. package/SandboxConfig.js.map +1 -1
  246. package/SandboxConfig.mjs +1 -64
  247. package/SandboxConfig.mjs.map +1 -1
  248. package/SanitizedAbsPath.d.ts +10 -10
  249. package/SanitizedArgs.d.ts +823 -725
  250. package/SanitizedArgs.d.ts.map +1 -1
  251. package/SanitizedArgs.js +5 -3
  252. package/SanitizedArgs.js.map +1 -1
  253. package/SanitizedArgs.mjs +5 -3
  254. package/SanitizedArgs.mjs.map +1 -1
  255. package/SanitizedPath.d.ts +1 -23
  256. package/SanitizedPath.d.ts.map +1 -1
  257. package/SanitizedPath.js +2 -45
  258. package/SanitizedPath.js.map +1 -1
  259. package/SanitizedPath.mjs +1 -26
  260. package/SanitizedPath.mjs.map +1 -1
  261. package/ScaffoldConfig.d.ts +1 -4
  262. package/ScaffoldConfig.d.ts.map +1 -1
  263. package/ScaffoldConfig.js +2 -0
  264. package/ScaffoldConfig.js.map +1 -1
  265. package/ScaffoldConfig.mjs +2 -0
  266. package/ScaffoldConfig.mjs.map +1 -1
  267. package/Settings.d.ts +1 -74
  268. package/Settings.d.ts.map +1 -1
  269. package/Settings.js +2 -47
  270. package/Settings.js.map +1 -1
  271. package/Settings.mjs +1 -27
  272. package/Settings.mjs.map +1 -1
  273. package/SingleChar.d.ts +1 -40
  274. package/SingleChar.d.ts.map +1 -1
  275. package/SingleChar.js +2 -43
  276. package/SingleChar.js.map +1 -1
  277. package/SingleChar.mjs +1 -23
  278. package/SingleChar.mjs.map +1 -1
  279. package/Task.d.ts +1 -817
  280. package/Task.d.ts.map +1 -1
  281. package/Task.js +2 -76
  282. package/Task.js.map +1 -1
  283. package/Task.mjs +1 -56
  284. package/Task.mjs.map +1 -1
  285. package/Template.d.ts +7 -1736
  286. package/Template.d.ts.map +1 -1
  287. package/Template.js +8 -89
  288. package/Template.js.map +1 -1
  289. package/Template.mjs +6 -75
  290. package/Template.mjs.map +1 -1
  291. package/Timestamp.d.ts +1 -43
  292. package/Timestamp.d.ts.map +1 -1
  293. package/Timestamp.js +2 -46
  294. package/Timestamp.js.map +1 -1
  295. package/Timestamp.mjs +1 -25
  296. package/Timestamp.mjs.map +1 -1
  297. package/Tz.d.ts +1 -39
  298. package/Tz.d.ts.map +1 -1
  299. package/Tz.js +2 -43
  300. package/Tz.js.map +1 -1
  301. package/Tz.mjs +1 -23
  302. package/Tz.mjs.map +1 -1
  303. package/Url.d.ts +1 -41
  304. package/Url.d.ts.map +1 -1
  305. package/Url.js +2 -49
  306. package/Url.js.map +1 -1
  307. package/Url.mjs +1 -28
  308. package/Url.mjs.map +1 -1
  309. package/Verb.d.ts +1 -40
  310. package/Verb.d.ts.map +1 -1
  311. package/Verb.js +2 -43
  312. package/Verb.js.map +1 -1
  313. package/Verb.mjs +1 -23
  314. package/Verb.mjs.map +1 -1
  315. package/VersionNumber.d.ts +1 -23
  316. package/VersionNumber.d.ts.map +1 -1
  317. package/VersionNumber.js +2 -42
  318. package/VersionNumber.js.map +1 -1
  319. package/VersionNumber.mjs +1 -23
  320. package/VersionNumber.mjs.map +1 -1
  321. package/helpers.d.ts +5 -0
  322. package/helpers.d.ts.map +1 -0
  323. package/helpers.js +53 -0
  324. package/helpers.js.map +1 -0
  325. package/helpers.mjs +28 -0
  326. package/helpers.mjs.map +1 -0
  327. package/index.d.ts +53 -0
  328. package/index.d.ts.map +1 -0
  329. package/index.js +190 -0
  330. package/index.js.map +1 -0
  331. package/index.mjs +108 -0
  332. package/index.mjs.map +1 -0
  333. package/out/types/Alias.d.js +19 -0
  334. package/out/types/Alias.d.js.map +1 -0
  335. package/out/types/Alias.d.mjs +1 -0
  336. package/out/types/Alias.d.mjs.map +1 -0
  337. package/out/types/Alias.d.ts +29 -0
  338. package/out/types/Alias.d.ts.map +1 -0
  339. package/out/types/Alias.js +80 -0
  340. package/out/types/Alias.js.map +1 -0
  341. package/out/types/Alias.mjs +49 -0
  342. package/out/types/Alias.mjs.map +1 -0
  343. package/out/types/BuildNumber.d.js +19 -0
  344. package/out/types/BuildNumber.d.js.map +1 -0
  345. package/out/types/BuildNumber.d.mjs +1 -0
  346. package/out/types/BuildNumber.d.mjs.map +1 -0
  347. package/out/types/BuildNumber.d.ts +17 -0
  348. package/out/types/BuildNumber.d.ts.map +1 -0
  349. package/out/types/BuildNumber.js +80 -0
  350. package/out/types/BuildNumber.js.map +1 -0
  351. package/out/types/BuildNumber.mjs +49 -0
  352. package/out/types/BuildNumber.mjs.map +1 -0
  353. package/out/types/Command.d.js +19 -0
  354. package/out/types/Command.d.js.map +1 -0
  355. package/out/types/Command.d.mjs +1 -0
  356. package/out/types/Command.d.mjs.map +1 -0
  357. package/out/types/Command.d.ts +17 -0
  358. package/out/types/Command.d.ts.map +1 -0
  359. package/out/types/Command.js +80 -0
  360. package/out/types/Command.js.map +1 -0
  361. package/out/types/Command.mjs +49 -0
  362. package/out/types/Command.mjs.map +1 -0
  363. package/out/types/Config.d.js +19 -0
  364. package/out/types/Config.d.js.map +1 -0
  365. package/out/types/Config.d.mjs +1 -0
  366. package/out/types/Config.d.mjs.map +1 -0
  367. package/out/types/Config.d.ts +1362 -0
  368. package/out/types/Config.d.ts.map +1 -0
  369. package/out/types/Config.js +80 -0
  370. package/out/types/Config.js.map +1 -0
  371. package/out/types/Config.mjs +49 -0
  372. package/out/types/Config.mjs.map +1 -0
  373. package/out/types/ConfigArtifactsDir.d.js +19 -0
  374. package/out/types/ConfigArtifactsDir.d.js.map +1 -0
  375. package/out/types/ConfigArtifactsDir.d.mjs +1 -0
  376. package/out/types/ConfigArtifactsDir.d.mjs.map +1 -0
  377. package/out/types/ConfigArtifactsDir.d.ts +17 -0
  378. package/out/types/ConfigArtifactsDir.d.ts.map +1 -0
  379. package/out/types/ConfigArtifactsDir.js +80 -0
  380. package/out/types/ConfigArtifactsDir.js.map +1 -0
  381. package/out/types/ConfigArtifactsDir.mjs +49 -0
  382. package/out/types/ConfigArtifactsDir.mjs.map +1 -0
  383. package/out/types/ConfigContractsDir.d.js +19 -0
  384. package/out/types/ConfigContractsDir.d.js.map +1 -0
  385. package/out/types/ConfigContractsDir.d.mjs +1 -0
  386. package/out/types/ConfigContractsDir.d.mjs.map +1 -0
  387. package/out/types/ConfigContractsDir.d.ts +17 -0
  388. package/out/types/ConfigContractsDir.d.ts.map +1 -0
  389. package/out/types/ConfigContractsDir.js +80 -0
  390. package/out/types/ConfigContractsDir.js.map +1 -0
  391. package/out/types/ConfigContractsDir.mjs +49 -0
  392. package/out/types/ConfigContractsDir.mjs.map +1 -0
  393. package/out/types/Contract.d.js +19 -0
  394. package/out/types/Contract.d.js.map +1 -0
  395. package/out/types/Contract.d.mjs +1 -0
  396. package/out/types/Contract.d.mjs.map +1 -0
  397. package/out/types/Contract.d.ts +56 -0
  398. package/out/types/Contract.d.ts.map +1 -0
  399. package/out/types/Contract.js +80 -0
  400. package/out/types/Contract.js.map +1 -0
  401. package/out/types/Contract.mjs +49 -0
  402. package/out/types/Contract.mjs.map +1 -0
  403. package/out/types/EconomicalProtocolHash.d.js +19 -0
  404. package/out/types/EconomicalProtocolHash.d.js.map +1 -0
  405. package/out/types/EconomicalProtocolHash.d.mjs +1 -0
  406. package/out/types/EconomicalProtocolHash.d.mjs.map +1 -0
  407. package/out/types/EconomicalProtocolHash.d.ts +17 -0
  408. package/out/types/EconomicalProtocolHash.d.ts.map +1 -0
  409. package/out/types/EconomicalProtocolHash.js +80 -0
  410. package/out/types/EconomicalProtocolHash.js.map +1 -0
  411. package/out/types/EconomicalProtocolHash.mjs +49 -0
  412. package/out/types/EconomicalProtocolHash.mjs.map +1 -0
  413. package/out/types/Environment.d.js +19 -0
  414. package/out/types/Environment.d.js.map +1 -0
  415. package/out/types/Environment.d.mjs +1 -0
  416. package/out/types/Environment.d.mjs.map +1 -0
  417. package/out/types/Environment.d.ts +82 -0
  418. package/out/types/Environment.d.ts.map +1 -0
  419. package/out/types/Environment.js +80 -0
  420. package/out/types/Environment.js.map +1 -0
  421. package/out/types/Environment.mjs +49 -0
  422. package/out/types/Environment.mjs.map +1 -0
  423. package/out/types/EphemeralState.d.js +19 -0
  424. package/out/types/EphemeralState.d.js.map +1 -0
  425. package/out/types/EphemeralState.d.mjs +1 -0
  426. package/out/types/EphemeralState.d.mjs.map +1 -0
  427. package/out/types/EphemeralState.d.ts +13579 -0
  428. package/out/types/EphemeralState.d.ts.map +1 -0
  429. package/out/types/EphemeralState.js +80 -0
  430. package/out/types/EphemeralState.js.map +1 -0
  431. package/out/types/EphemeralState.mjs +49 -0
  432. package/out/types/EphemeralState.mjs.map +1 -0
  433. package/out/types/Faucet.d.js +19 -0
  434. package/out/types/Faucet.d.js.map +1 -0
  435. package/out/types/Faucet.d.mjs +1 -0
  436. package/out/types/Faucet.d.mjs.map +1 -0
  437. package/out/types/Faucet.d.ts +108 -0
  438. package/out/types/Faucet.d.ts.map +1 -0
  439. package/out/types/Faucet.js +80 -0
  440. package/out/types/Faucet.js.map +1 -0
  441. package/out/types/Faucet.mjs +49 -0
  442. package/out/types/Faucet.mjs.map +1 -0
  443. package/out/types/HumanReadableIdentifier.d.js +19 -0
  444. package/out/types/HumanReadableIdentifier.d.js.map +1 -0
  445. package/out/types/HumanReadableIdentifier.d.mjs +1 -0
  446. package/out/types/HumanReadableIdentifier.d.mjs.map +1 -0
  447. package/out/types/HumanReadableIdentifier.d.ts +17 -0
  448. package/out/types/HumanReadableIdentifier.d.ts.map +1 -0
  449. package/out/types/HumanReadableIdentifier.js +80 -0
  450. package/out/types/HumanReadableIdentifier.js.map +1 -0
  451. package/out/types/HumanReadableIdentifier.mjs +49 -0
  452. package/out/types/HumanReadableIdentifier.mjs.map +1 -0
  453. package/out/types/InstalledPlugin.d.js +19 -0
  454. package/out/types/InstalledPlugin.d.js.map +1 -0
  455. package/out/types/InstalledPlugin.d.mjs +1 -0
  456. package/out/types/InstalledPlugin.d.mjs.map +1 -0
  457. package/out/types/InstalledPlugin.d.ts +56 -0
  458. package/out/types/InstalledPlugin.d.ts.map +1 -0
  459. package/out/types/InstalledPlugin.js +80 -0
  460. package/out/types/InstalledPlugin.js.map +1 -0
  461. package/out/types/InstalledPlugin.mjs +49 -0
  462. package/out/types/InstalledPlugin.mjs.map +1 -0
  463. package/out/types/LoadedConfig.d.js +19 -0
  464. package/out/types/LoadedConfig.d.js.map +1 -0
  465. package/out/types/LoadedConfig.d.mjs +1 -0
  466. package/out/types/LoadedConfig.d.mjs.map +1 -0
  467. package/out/types/LoadedConfig.d.ts +1405 -0
  468. package/out/types/LoadedConfig.d.ts.map +1 -0
  469. package/out/types/LoadedConfig.js +80 -0
  470. package/out/types/LoadedConfig.js.map +1 -0
  471. package/out/types/LoadedConfig.mjs +49 -0
  472. package/out/types/LoadedConfig.mjs.map +1 -0
  473. package/out/types/MetadataConfig.d.js +19 -0
  474. package/out/types/MetadataConfig.d.js.map +1 -0
  475. package/out/types/MetadataConfig.d.mjs +1 -0
  476. package/out/types/MetadataConfig.d.mjs.map +1 -0
  477. package/out/types/MetadataConfig.d.ts +95 -0
  478. package/out/types/MetadataConfig.d.ts.map +1 -0
  479. package/out/types/MetadataConfig.js +80 -0
  480. package/out/types/MetadataConfig.js.map +1 -0
  481. package/out/types/MetadataConfig.mjs +49 -0
  482. package/out/types/MetadataConfig.mjs.map +1 -0
  483. package/out/types/NetworkAccountConfig.d.js +19 -0
  484. package/out/types/NetworkAccountConfig.d.js.map +1 -0
  485. package/out/types/NetworkAccountConfig.d.mjs +1 -0
  486. package/out/types/NetworkAccountConfig.d.mjs.map +1 -0
  487. package/out/types/NetworkAccountConfig.d.ts +69 -0
  488. package/out/types/NetworkAccountConfig.d.ts.map +1 -0
  489. package/out/types/NetworkAccountConfig.js +80 -0
  490. package/out/types/NetworkAccountConfig.js.map +1 -0
  491. package/out/types/NetworkAccountConfig.mjs +49 -0
  492. package/out/types/NetworkAccountConfig.mjs.map +1 -0
  493. package/out/types/NetworkConfig.d.js +19 -0
  494. package/out/types/NetworkConfig.d.js.map +1 -0
  495. package/out/types/NetworkConfig.d.mjs +1 -0
  496. package/out/types/NetworkConfig.d.mjs.map +1 -0
  497. package/out/types/NetworkConfig.d.ts +326 -0
  498. package/out/types/NetworkConfig.d.ts.map +1 -0
  499. package/out/types/NetworkConfig.js +80 -0
  500. package/out/types/NetworkConfig.js.map +1 -0
  501. package/out/types/NetworkConfig.mjs +49 -0
  502. package/out/types/NetworkConfig.mjs.map +1 -0
  503. package/out/types/NonEmptyString.d.js +19 -0
  504. package/out/types/NonEmptyString.d.js.map +1 -0
  505. package/out/types/NonEmptyString.d.mjs +1 -0
  506. package/out/types/NonEmptyString.d.mjs.map +1 -0
  507. package/out/types/NonEmptyString.d.ts +17 -0
  508. package/out/types/NonEmptyString.d.ts.map +1 -0
  509. package/out/types/NonEmptyString.js +80 -0
  510. package/out/types/NonEmptyString.js.map +1 -0
  511. package/out/types/NonEmptyString.mjs +49 -0
  512. package/out/types/NonEmptyString.mjs.map +1 -0
  513. package/out/types/Operation.d.js +19 -0
  514. package/out/types/Operation.d.js.map +1 -0
  515. package/out/types/Operation.d.mjs +1 -0
  516. package/out/types/Operation.d.mjs.map +1 -0
  517. package/out/types/Operation.d.ts +3545 -0
  518. package/out/types/Operation.d.ts.map +1 -0
  519. package/out/types/Operation.js +80 -0
  520. package/out/types/Operation.js.map +1 -0
  521. package/out/types/Operation.mjs +49 -0
  522. package/out/types/Operation.mjs.map +1 -0
  523. package/out/types/Option.d.js +19 -0
  524. package/out/types/Option.d.js.map +1 -0
  525. package/out/types/Option.d.mjs +1 -0
  526. package/out/types/Option.d.mjs.map +1 -0
  527. package/out/types/Option.d.ts +134 -0
  528. package/out/types/Option.d.ts.map +1 -0
  529. package/out/types/Option.js +80 -0
  530. package/out/types/Option.js.map +1 -0
  531. package/out/types/Option.mjs +49 -0
  532. package/out/types/Option.mjs.map +1 -0
  533. package/out/types/ParsedConfig.d.js +19 -0
  534. package/out/types/ParsedConfig.d.js.map +1 -0
  535. package/out/types/ParsedConfig.d.mjs +1 -0
  536. package/out/types/ParsedConfig.d.mjs.map +1 -0
  537. package/out/types/ParsedConfig.d.ts +1626 -0
  538. package/out/types/ParsedConfig.d.ts.map +1 -0
  539. package/out/types/ParsedConfig.js +80 -0
  540. package/out/types/ParsedConfig.js.map +1 -0
  541. package/out/types/ParsedConfig.mjs +49 -0
  542. package/out/types/ParsedConfig.mjs.map +1 -0
  543. package/out/types/ParsedOperation.d.js +19 -0
  544. package/out/types/ParsedOperation.d.js.map +1 -0
  545. package/out/types/ParsedOperation.d.mjs +1 -0
  546. package/out/types/ParsedOperation.d.mjs.map +1 -0
  547. package/out/types/ParsedOperation.d.ts +2690 -0
  548. package/out/types/ParsedOperation.d.ts.map +1 -0
  549. package/out/types/ParsedOperation.js +80 -0
  550. package/out/types/ParsedOperation.js.map +1 -0
  551. package/out/types/ParsedOperation.mjs +49 -0
  552. package/out/types/ParsedOperation.mjs.map +1 -0
  553. package/out/types/ParsedTemplate.d.js +19 -0
  554. package/out/types/ParsedTemplate.d.js.map +1 -0
  555. package/out/types/ParsedTemplate.d.mjs +1 -0
  556. package/out/types/ParsedTemplate.d.mjs.map +1 -0
  557. package/out/types/ParsedTemplate.d.ts +2589 -0
  558. package/out/types/ParsedTemplate.d.ts.map +1 -0
  559. package/out/types/ParsedTemplate.js +80 -0
  560. package/out/types/ParsedTemplate.js.map +1 -0
  561. package/out/types/ParsedTemplate.mjs +49 -0
  562. package/out/types/ParsedTemplate.mjs.map +1 -0
  563. package/out/types/PersistedOperation.d.js +19 -0
  564. package/out/types/PersistedOperation.d.js.map +1 -0
  565. package/out/types/PersistedOperation.d.mjs +1 -0
  566. package/out/types/PersistedOperation.d.mjs.map +1 -0
  567. package/out/types/PersistedOperation.d.ts +69 -0
  568. package/out/types/PersistedOperation.d.ts.map +1 -0
  569. package/out/types/PersistedOperation.js +80 -0
  570. package/out/types/PersistedOperation.js.map +1 -0
  571. package/out/types/PersistedOperation.mjs +49 -0
  572. package/out/types/PersistedOperation.mjs.map +1 -0
  573. package/out/types/PersistedTask.d.js +19 -0
  574. package/out/types/PersistedTask.d.js.map +1 -0
  575. package/out/types/PersistedTask.d.mjs +1 -0
  576. package/out/types/PersistedTask.d.mjs.map +1 -0
  577. package/out/types/PersistedTask.d.ts +82 -0
  578. package/out/types/PersistedTask.d.ts.map +1 -0
  579. package/out/types/PersistedTask.js +80 -0
  580. package/out/types/PersistedTask.js.map +1 -0
  581. package/out/types/PersistedTask.mjs +49 -0
  582. package/out/types/PersistedTask.mjs.map +1 -0
  583. package/out/types/PersistentState.d.js +19 -0
  584. package/out/types/PersistentState.d.js.map +1 -0
  585. package/out/types/PersistentState.d.mjs +1 -0
  586. package/out/types/PersistentState.d.mjs.map +1 -0
  587. package/out/types/PersistentState.d.ts +245 -0
  588. package/out/types/PersistentState.d.ts.map +1 -0
  589. package/out/types/PersistentState.js +80 -0
  590. package/out/types/PersistentState.js.map +1 -0
  591. package/out/types/PersistentState.mjs +49 -0
  592. package/out/types/PersistentState.mjs.map +1 -0
  593. package/out/types/PluginActionName.d.js +19 -0
  594. package/out/types/PluginActionName.d.js.map +1 -0
  595. package/out/types/PluginActionName.d.mjs +1 -0
  596. package/out/types/PluginActionName.d.mjs.map +1 -0
  597. package/out/types/PluginActionName.d.ts +27 -0
  598. package/out/types/PluginActionName.d.ts.map +1 -0
  599. package/out/types/PluginActionName.js +80 -0
  600. package/out/types/PluginActionName.js.map +1 -0
  601. package/out/types/PluginActionName.mjs +49 -0
  602. package/out/types/PluginActionName.mjs.map +1 -0
  603. package/out/types/PluginDependenciesResponse.d.js +19 -0
  604. package/out/types/PluginDependenciesResponse.d.js.map +1 -0
  605. package/out/types/PluginDependenciesResponse.d.mjs +1 -0
  606. package/out/types/PluginDependenciesResponse.d.mjs.map +1 -0
  607. package/out/types/PluginDependenciesResponse.d.ts +173 -0
  608. package/out/types/PluginDependenciesResponse.d.ts.map +1 -0
  609. package/out/types/PluginDependenciesResponse.js +80 -0
  610. package/out/types/PluginDependenciesResponse.js.map +1 -0
  611. package/out/types/PluginDependenciesResponse.mjs +49 -0
  612. package/out/types/PluginDependenciesResponse.mjs.map +1 -0
  613. package/out/types/PluginInfo.d.js +19 -0
  614. package/out/types/PluginInfo.d.js.map +1 -0
  615. package/out/types/PluginInfo.d.mjs +1 -0
  616. package/out/types/PluginInfo.d.mjs.map +1 -0
  617. package/out/types/PluginInfo.d.ts +6396 -0
  618. package/out/types/PluginInfo.d.ts.map +1 -0
  619. package/out/types/PluginInfo.js +80 -0
  620. package/out/types/PluginInfo.js.map +1 -0
  621. package/out/types/PluginInfo.mjs +49 -0
  622. package/out/types/PluginInfo.mjs.map +1 -0
  623. package/out/types/PluginJsonResponse.d.js +19 -0
  624. package/out/types/PluginJsonResponse.d.js.map +1 -0
  625. package/out/types/PluginJsonResponse.d.mjs +1 -0
  626. package/out/types/PluginJsonResponse.d.mjs.map +1 -0
  627. package/out/types/PluginJsonResponse.d.ts +61 -0
  628. package/out/types/PluginJsonResponse.d.ts.map +1 -0
  629. package/out/types/PluginJsonResponse.js +80 -0
  630. package/out/types/PluginJsonResponse.js.map +1 -0
  631. package/out/types/PluginJsonResponse.mjs +49 -0
  632. package/out/types/PluginJsonResponse.mjs.map +1 -0
  633. package/out/types/PluginProxyResponse.d.js +19 -0
  634. package/out/types/PluginProxyResponse.d.js.map +1 -0
  635. package/out/types/PluginProxyResponse.d.mjs +1 -0
  636. package/out/types/PluginProxyResponse.d.mjs.map +1 -0
  637. package/out/types/PluginProxyResponse.d.ts +65 -0
  638. package/out/types/PluginProxyResponse.d.ts.map +1 -0
  639. package/out/types/PluginProxyResponse.js +80 -0
  640. package/out/types/PluginProxyResponse.js.map +1 -0
  641. package/out/types/PluginProxyResponse.mjs +49 -0
  642. package/out/types/PluginProxyResponse.mjs.map +1 -0
  643. package/out/types/PluginResponseEncoding.d.js +19 -0
  644. package/out/types/PluginResponseEncoding.d.js.map +1 -0
  645. package/out/types/PluginResponseEncoding.d.mjs +1 -0
  646. package/out/types/PluginResponseEncoding.d.mjs.map +1 -0
  647. package/out/types/PluginResponseEncoding.d.ts +23 -0
  648. package/out/types/PluginResponseEncoding.d.ts.map +1 -0
  649. package/out/types/PluginResponseEncoding.js +80 -0
  650. package/out/types/PluginResponseEncoding.js.map +1 -0
  651. package/out/types/PluginResponseEncoding.mjs +49 -0
  652. package/out/types/PluginResponseEncoding.mjs.map +1 -0
  653. package/out/types/PluginSchema.d.js +19 -0
  654. package/out/types/PluginSchema.d.js.map +1 -0
  655. package/out/types/PluginSchema.d.mjs +1 -0
  656. package/out/types/PluginSchema.d.mjs.map +1 -0
  657. package/out/types/PluginSchema.d.ts +18435 -0
  658. package/out/types/PluginSchema.d.ts.map +1 -0
  659. package/out/types/PluginSchema.js +80 -0
  660. package/out/types/PluginSchema.js.map +1 -0
  661. package/out/types/PluginSchema.mjs +49 -0
  662. package/out/types/PluginSchema.mjs.map +1 -0
  663. package/out/types/PositionalArg.d.js +19 -0
  664. package/out/types/PositionalArg.d.js.map +1 -0
  665. package/out/types/PositionalArg.d.mjs +1 -0
  666. package/out/types/PositionalArg.d.mjs.map +1 -0
  667. package/out/types/PositionalArg.d.ts +95 -0
  668. package/out/types/PositionalArg.d.ts.map +1 -0
  669. package/out/types/PositionalArg.js +80 -0
  670. package/out/types/PositionalArg.js.map +1 -0
  671. package/out/types/PositionalArg.mjs +49 -0
  672. package/out/types/PositionalArg.mjs.map +1 -0
  673. package/out/types/Provisioner.d.js +19 -0
  674. package/out/types/Provisioner.d.js.map +1 -0
  675. package/out/types/Provisioner.d.mjs +1 -0
  676. package/out/types/Provisioner.d.mjs.map +1 -0
  677. package/out/types/Provisioner.d.ts +108 -0
  678. package/out/types/Provisioner.d.ts.map +1 -0
  679. package/out/types/Provisioner.js +80 -0
  680. package/out/types/Provisioner.js.map +1 -0
  681. package/out/types/Provisioner.mjs +49 -0
  682. package/out/types/Provisioner.mjs.map +1 -0
  683. package/out/types/ProvisionerID.d.js +19 -0
  684. package/out/types/ProvisionerID.d.js.map +1 -0
  685. package/out/types/ProvisionerID.d.mjs +1 -0
  686. package/out/types/ProvisionerID.d.mjs.map +1 -0
  687. package/out/types/ProvisionerID.d.ts +17 -0
  688. package/out/types/ProvisionerID.d.ts.map +1 -0
  689. package/out/types/ProvisionerID.js +80 -0
  690. package/out/types/ProvisionerID.js.map +1 -0
  691. package/out/types/ProvisionerID.mjs +49 -0
  692. package/out/types/ProvisionerID.mjs.map +1 -0
  693. package/out/types/Provisions.d.js +19 -0
  694. package/out/types/Provisions.d.js.map +1 -0
  695. package/out/types/Provisions.d.mjs +1 -0
  696. package/out/types/Provisions.d.mjs.map +1 -0
  697. package/out/types/Provisions.d.ts +108 -0
  698. package/out/types/Provisions.d.ts.map +1 -0
  699. package/out/types/Provisions.js +80 -0
  700. package/out/types/Provisions.js.map +1 -0
  701. package/out/types/Provisions.mjs +49 -0
  702. package/out/types/Provisions.mjs.map +1 -0
  703. package/out/types/ProxyTaskArgs.d.js +19 -0
  704. package/out/types/ProxyTaskArgs.d.js.map +1 -0
  705. package/out/types/ProxyTaskArgs.d.mjs +1 -0
  706. package/out/types/ProxyTaskArgs.d.mjs.map +1 -0
  707. package/out/types/ProxyTaskArgs.d.ts +2176 -0
  708. package/out/types/ProxyTaskArgs.d.ts.map +1 -0
  709. package/out/types/ProxyTaskArgs.js +80 -0
  710. package/out/types/ProxyTaskArgs.js.map +1 -0
  711. package/out/types/ProxyTaskArgs.mjs +49 -0
  712. package/out/types/ProxyTaskArgs.mjs.map +1 -0
  713. package/out/types/ProxyTemplateArgs.d.js +19 -0
  714. package/out/types/ProxyTemplateArgs.d.js.map +1 -0
  715. package/out/types/ProxyTemplateArgs.d.mjs +1 -0
  716. package/out/types/ProxyTemplateArgs.d.mjs.map +1 -0
  717. package/out/types/ProxyTemplateArgs.d.ts +2176 -0
  718. package/out/types/ProxyTemplateArgs.d.ts.map +1 -0
  719. package/out/types/ProxyTemplateArgs.js +80 -0
  720. package/out/types/ProxyTemplateArgs.js.map +1 -0
  721. package/out/types/ProxyTemplateArgs.mjs +49 -0
  722. package/out/types/ProxyTemplateArgs.mjs.map +1 -0
  723. package/out/types/PublicKeyHash.d.js +19 -0
  724. package/out/types/PublicKeyHash.d.js.map +1 -0
  725. package/out/types/PublicKeyHash.d.mjs +1 -0
  726. package/out/types/PublicKeyHash.d.mjs.map +1 -0
  727. package/out/types/PublicKeyHash.d.ts +17 -0
  728. package/out/types/PublicKeyHash.d.ts.map +1 -0
  729. package/out/types/PublicKeyHash.js +80 -0
  730. package/out/types/PublicKeyHash.js.map +1 -0
  731. package/out/types/PublicKeyHash.mjs +49 -0
  732. package/out/types/PublicKeyHash.mjs.map +1 -0
  733. package/out/types/RequestArgs.d.js +19 -0
  734. package/out/types/RequestArgs.d.js.map +1 -0
  735. package/out/types/RequestArgs.d.mjs +1 -0
  736. package/out/types/RequestArgs.d.mjs.map +1 -0
  737. package/out/types/RequestArgs.d.ts +2159 -0
  738. package/out/types/RequestArgs.d.ts.map +1 -0
  739. package/out/types/RequestArgs.js +80 -0
  740. package/out/types/RequestArgs.js.map +1 -0
  741. package/out/types/RequestArgs.mjs +49 -0
  742. package/out/types/RequestArgs.mjs.map +1 -0
  743. package/out/types/RuntimeDependency.d.js +19 -0
  744. package/out/types/RuntimeDependency.d.js.map +1 -0
  745. package/out/types/RuntimeDependency.d.mjs +1 -0
  746. package/out/types/RuntimeDependency.d.mjs.map +1 -0
  747. package/out/types/RuntimeDependency.d.ts +82 -0
  748. package/out/types/RuntimeDependency.d.ts.map +1 -0
  749. package/out/types/RuntimeDependency.js +80 -0
  750. package/out/types/RuntimeDependency.js.map +1 -0
  751. package/out/types/RuntimeDependency.mjs +49 -0
  752. package/out/types/RuntimeDependency.mjs.map +1 -0
  753. package/out/types/RuntimeDependencyReport.d.js +19 -0
  754. package/out/types/RuntimeDependencyReport.d.js.map +1 -0
  755. package/out/types/RuntimeDependencyReport.d.mjs +1 -0
  756. package/out/types/RuntimeDependencyReport.d.mjs.map +1 -0
  757. package/out/types/RuntimeDependencyReport.d.ts +99 -0
  758. package/out/types/RuntimeDependencyReport.d.ts.map +1 -0
  759. package/out/types/RuntimeDependencyReport.js +80 -0
  760. package/out/types/RuntimeDependencyReport.js.map +1 -0
  761. package/out/types/RuntimeDependencyReport.mjs +49 -0
  762. package/out/types/RuntimeDependencyReport.mjs.map +1 -0
  763. package/out/types/SHA256.d.js +19 -0
  764. package/out/types/SHA256.d.js.map +1 -0
  765. package/out/types/SHA256.d.mjs +1 -0
  766. package/out/types/SHA256.d.mjs.map +1 -0
  767. package/out/types/SHA256.d.ts +17 -0
  768. package/out/types/SHA256.d.ts.map +1 -0
  769. package/out/types/SHA256.js +80 -0
  770. package/out/types/SHA256.js.map +1 -0
  771. package/out/types/SHA256.mjs +49 -0
  772. package/out/types/SHA256.mjs.map +1 -0
  773. package/out/types/SandboxAccountConfig.d.js +19 -0
  774. package/out/types/SandboxAccountConfig.d.js.map +1 -0
  775. package/out/types/SandboxAccountConfig.d.mjs +1 -0
  776. package/out/types/SandboxAccountConfig.d.mjs.map +1 -0
  777. package/out/types/SandboxAccountConfig.d.ts +69 -0
  778. package/out/types/SandboxAccountConfig.d.ts.map +1 -0
  779. package/out/types/SandboxAccountConfig.js +80 -0
  780. package/out/types/SandboxAccountConfig.js.map +1 -0
  781. package/out/types/SandboxAccountConfig.mjs +49 -0
  782. package/out/types/SandboxAccountConfig.mjs.map +1 -0
  783. package/out/types/SandboxConfig.d.js +19 -0
  784. package/out/types/SandboxConfig.d.js.map +1 -0
  785. package/out/types/SandboxConfig.d.mjs +1 -0
  786. package/out/types/SandboxConfig.d.mjs.map +1 -0
  787. package/out/types/SandboxConfig.d.ts +289 -0
  788. package/out/types/SandboxConfig.d.ts.map +1 -0
  789. package/out/types/SandboxConfig.js +80 -0
  790. package/out/types/SandboxConfig.js.map +1 -0
  791. package/out/types/SandboxConfig.mjs +49 -0
  792. package/out/types/SandboxConfig.mjs.map +1 -0
  793. package/out/types/SanitizedAbsPath.d.js +19 -0
  794. package/out/types/SanitizedAbsPath.d.js.map +1 -0
  795. package/out/types/SanitizedAbsPath.d.mjs +1 -0
  796. package/out/types/SanitizedAbsPath.d.mjs.map +1 -0
  797. package/out/types/SanitizedAbsPath.d.ts +17 -0
  798. package/out/types/SanitizedAbsPath.d.ts.map +1 -0
  799. package/out/types/SanitizedAbsPath.js +80 -0
  800. package/out/types/SanitizedAbsPath.js.map +1 -0
  801. package/out/types/SanitizedAbsPath.mjs +49 -0
  802. package/out/types/SanitizedAbsPath.mjs.map +1 -0
  803. package/out/types/SanitizedArgs.d.js +19 -0
  804. package/out/types/SanitizedArgs.d.js.map +1 -0
  805. package/out/types/SanitizedArgs.d.mjs +1 -0
  806. package/out/types/SanitizedArgs.d.mjs.map +1 -0
  807. package/out/types/SanitizedArgs.d.ts +238 -0
  808. package/out/types/SanitizedArgs.d.ts.map +1 -0
  809. package/out/types/SanitizedArgs.js +80 -0
  810. package/out/types/SanitizedArgs.js.map +1 -0
  811. package/out/types/SanitizedArgs.mjs +49 -0
  812. package/out/types/SanitizedArgs.mjs.map +1 -0
  813. package/out/types/SanitizedPath.d.js +19 -0
  814. package/out/types/SanitizedPath.d.js.map +1 -0
  815. package/out/types/SanitizedPath.d.mjs +1 -0
  816. package/out/types/SanitizedPath.d.mjs.map +1 -0
  817. package/out/types/SanitizedPath.d.ts +17 -0
  818. package/out/types/SanitizedPath.d.ts.map +1 -0
  819. package/out/types/SanitizedPath.js +80 -0
  820. package/out/types/SanitizedPath.js.map +1 -0
  821. package/out/types/SanitizedPath.mjs +49 -0
  822. package/out/types/SanitizedPath.mjs.map +1 -0
  823. package/out/types/ScaffoldConfig.d.js +19 -0
  824. package/out/types/ScaffoldConfig.d.js.map +1 -0
  825. package/out/types/ScaffoldConfig.d.mjs +1 -0
  826. package/out/types/ScaffoldConfig.d.mjs.map +1 -0
  827. package/out/types/ScaffoldConfig.d.ts +43 -0
  828. package/out/types/ScaffoldConfig.d.ts.map +1 -0
  829. package/out/types/ScaffoldConfig.js +80 -0
  830. package/out/types/ScaffoldConfig.js.map +1 -0
  831. package/out/types/ScaffoldConfig.mjs +49 -0
  832. package/out/types/ScaffoldConfig.mjs.map +1 -0
  833. package/out/types/Settings.d.js +19 -0
  834. package/out/types/Settings.d.js.map +1 -0
  835. package/out/types/Settings.d.mjs +1 -0
  836. package/out/types/Settings.d.mjs.map +1 -0
  837. package/out/types/Settings.d.ts +43 -0
  838. package/out/types/Settings.d.ts.map +1 -0
  839. package/out/types/Settings.js +80 -0
  840. package/out/types/Settings.js.map +1 -0
  841. package/out/types/Settings.mjs +49 -0
  842. package/out/types/Settings.mjs.map +1 -0
  843. package/out/types/SingleChar.d.js +19 -0
  844. package/out/types/SingleChar.d.js.map +1 -0
  845. package/out/types/SingleChar.d.mjs +1 -0
  846. package/out/types/SingleChar.d.mjs.map +1 -0
  847. package/out/types/SingleChar.d.ts +17 -0
  848. package/out/types/SingleChar.d.ts.map +1 -0
  849. package/out/types/SingleChar.js +80 -0
  850. package/out/types/SingleChar.js.map +1 -0
  851. package/out/types/SingleChar.mjs +49 -0
  852. package/out/types/SingleChar.mjs.map +1 -0
  853. package/out/types/Task.d.js +19 -0
  854. package/out/types/Task.d.js.map +1 -0
  855. package/out/types/Task.d.mjs +1 -0
  856. package/out/types/Task.d.mjs.map +1 -0
  857. package/out/types/Task.d.ts +475 -0
  858. package/out/types/Task.d.ts.map +1 -0
  859. package/out/types/Task.js +80 -0
  860. package/out/types/Task.js.map +1 -0
  861. package/out/types/Task.mjs +49 -0
  862. package/out/types/Task.mjs.map +1 -0
  863. package/out/types/Template.d.js +19 -0
  864. package/out/types/Template.d.js.map +1 -0
  865. package/out/types/Template.d.mjs +1 -0
  866. package/out/types/Template.d.mjs.map +1 -0
  867. package/out/types/Template.d.ts +3373 -0
  868. package/out/types/Template.d.ts.map +1 -0
  869. package/out/types/Template.js +80 -0
  870. package/out/types/Template.js.map +1 -0
  871. package/out/types/Template.mjs +49 -0
  872. package/out/types/Template.mjs.map +1 -0
  873. package/out/types/Timestamp.d.js +19 -0
  874. package/out/types/Timestamp.d.js.map +1 -0
  875. package/out/types/Timestamp.d.mjs +1 -0
  876. package/out/types/Timestamp.d.mjs.map +1 -0
  877. package/out/types/Timestamp.d.ts +17 -0
  878. package/out/types/Timestamp.d.ts.map +1 -0
  879. package/out/types/Timestamp.js +80 -0
  880. package/out/types/Timestamp.js.map +1 -0
  881. package/out/types/Timestamp.mjs +49 -0
  882. package/out/types/Timestamp.mjs.map +1 -0
  883. package/out/types/Tz.d.js +19 -0
  884. package/out/types/Tz.d.js.map +1 -0
  885. package/out/types/Tz.d.mjs +1 -0
  886. package/out/types/Tz.d.mjs.map +1 -0
  887. package/out/types/Tz.d.ts +17 -0
  888. package/out/types/Tz.d.ts.map +1 -0
  889. package/out/types/Tz.js +80 -0
  890. package/out/types/Tz.js.map +1 -0
  891. package/out/types/Tz.mjs +49 -0
  892. package/out/types/Tz.mjs.map +1 -0
  893. package/out/types/TzKtConfig.d.js +19 -0
  894. package/out/types/TzKtConfig.d.js.map +1 -0
  895. package/out/types/TzKtConfig.d.mjs +1 -0
  896. package/out/types/TzKtConfig.d.mjs.map +1 -0
  897. package/out/types/TzKtConfig.d.ts +69 -0
  898. package/out/types/TzKtConfig.d.ts.map +1 -0
  899. package/out/types/TzKtConfig.js +80 -0
  900. package/out/types/TzKtConfig.js.map +1 -0
  901. package/out/types/TzKtConfig.mjs +49 -0
  902. package/out/types/TzKtConfig.mjs.map +1 -0
  903. package/out/types/Url.d.js +19 -0
  904. package/out/types/Url.d.js.map +1 -0
  905. package/out/types/Url.d.mjs +1 -0
  906. package/out/types/Url.d.mjs.map +1 -0
  907. package/out/types/Url.d.ts +17 -0
  908. package/out/types/Url.d.ts.map +1 -0
  909. package/out/types/Url.js +80 -0
  910. package/out/types/Url.js.map +1 -0
  911. package/out/types/Url.mjs +49 -0
  912. package/out/types/Url.mjs.map +1 -0
  913. package/out/types/Verb.d.js +19 -0
  914. package/out/types/Verb.d.js.map +1 -0
  915. package/out/types/Verb.d.mjs +1 -0
  916. package/out/types/Verb.d.mjs.map +1 -0
  917. package/out/types/Verb.d.ts +17 -0
  918. package/out/types/Verb.d.ts.map +1 -0
  919. package/out/types/Verb.js +80 -0
  920. package/out/types/Verb.js.map +1 -0
  921. package/out/types/Verb.mjs +49 -0
  922. package/out/types/Verb.mjs.map +1 -0
  923. package/out/types/VersionNumber.d.js +19 -0
  924. package/out/types/VersionNumber.d.js.map +1 -0
  925. package/out/types/VersionNumber.d.mjs +1 -0
  926. package/out/types/VersionNumber.d.mjs.map +1 -0
  927. package/out/types/VersionNumber.d.ts +17 -0
  928. package/out/types/VersionNumber.d.ts.map +1 -0
  929. package/out/types/VersionNumber.js +80 -0
  930. package/out/types/VersionNumber.js.map +1 -0
  931. package/out/types/VersionNumber.mjs +49 -0
  932. package/out/types/VersionNumber.mjs.map +1 -0
  933. package/out/types-strict.d.js +19 -0
  934. package/out/types-strict.d.js.map +1 -0
  935. package/out/types-strict.d.mjs +1 -0
  936. package/out/types-strict.d.mjs.map +1 -0
  937. package/out/types-strict.d.ts +455 -0
  938. package/out/types-strict.d.ts.map +1 -0
  939. package/out/types-strict.js +19 -0
  940. package/out/types-strict.js.map +1 -0
  941. package/out/types-strict.mjs +1 -0
  942. package/out/types-strict.mjs.map +1 -0
  943. package/out/types-zod.d.js +19 -0
  944. package/out/types-zod.d.js.map +1 -0
  945. package/out/types-zod.d.mjs +1 -0
  946. package/out/types-zod.d.mjs.map +1 -0
  947. package/out/types-zod.d.ts +15687 -0
  948. package/out/types-zod.d.ts.map +1 -0
  949. package/out/types-zod.js +450 -0
  950. package/out/types-zod.js.map +1 -0
  951. package/out/types-zod.mjs +366 -0
  952. package/out/types-zod.mjs.map +1 -0
  953. package/package.json +17 -4
  954. package/scripts/build-types.d.ts +2 -0
  955. package/scripts/build-types.d.ts.map +1 -0
  956. package/scripts/post-ts-to-zod.d.ts +2 -0
  957. package/scripts/post-ts-to-zod.d.ts.map +1 -0
  958. package/types.d.ts +311 -0
  959. package/types.d.ts.map +1 -0
  960. package/types.js +19 -0
  961. package/types.js.map +1 -0
  962. package/types.mjs +1 -0
  963. package/types.mjs.map +1 -0
  964. package/tzkt-config.d.ts +10 -10
@@ -0,0 +1,4124 @@
1
+ import * as ParsedOperation from '@taqueria/protocol/ParsedOperation';
2
+ import { z } from 'zod';
3
+ export declare const rawSchema: z.ZodObject<z.extendShape<z.extendShape<{
4
+ name: z.ZodString;
5
+ version: z.ZodString;
6
+ schema: z.ZodString;
7
+ alias: z.ZodUnion<[z.ZodString, z.ZodString]>;
8
+ tasks: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodObject<{
9
+ task: z.ZodString;
10
+ command: z.ZodString;
11
+ aliases: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>, "many">>;
12
+ description: z.ZodOptional<z.ZodString>;
13
+ example: z.ZodOptional<z.ZodString>;
14
+ hidden: z.ZodOptional<z.ZodBoolean>;
15
+ encoding: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"json">, z.ZodLiteral<"application/json">]>>>;
16
+ handler: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodString]>;
17
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
18
+ shortFlag: z.ZodOptional<z.ZodString>;
19
+ flag: z.ZodString;
20
+ description: z.ZodString;
21
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
22
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
23
+ required: z.ZodOptional<z.ZodBoolean>;
24
+ boolean: z.ZodOptional<z.ZodBoolean>;
25
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26
+ }, "strip", z.ZodTypeAny, {
27
+ boolean?: boolean | undefined;
28
+ required?: boolean | undefined;
29
+ type?: "string" | "number" | "boolean" | undefined;
30
+ shortFlag?: string | undefined;
31
+ defaultValue?: string | number | boolean | undefined;
32
+ choices?: string[] | undefined;
33
+ description: string;
34
+ flag: string;
35
+ }, {
36
+ boolean?: boolean | undefined;
37
+ required?: boolean | undefined;
38
+ type?: "string" | "number" | "boolean" | undefined;
39
+ shortFlag?: string | undefined;
40
+ defaultValue?: string | number | boolean | undefined;
41
+ choices?: string[] | undefined;
42
+ description: string;
43
+ flag: string;
44
+ }>, "many">>;
45
+ positionals: z.ZodOptional<z.ZodArray<z.ZodObject<{
46
+ placeholder: z.ZodString;
47
+ description: z.ZodString;
48
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
49
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
50
+ required: z.ZodOptional<z.ZodBoolean>;
51
+ }, "strip", z.ZodTypeAny, {
52
+ required?: boolean | undefined;
53
+ type?: "string" | "number" | "boolean" | undefined;
54
+ defaultValue?: string | number | boolean | undefined;
55
+ description: string;
56
+ placeholder: string;
57
+ }, {
58
+ required?: boolean | undefined;
59
+ type?: "string" | "number" | "boolean" | undefined;
60
+ defaultValue?: string | number | boolean | undefined;
61
+ description: string;
62
+ placeholder: string;
63
+ }>, "many">>;
64
+ }, "strip", z.ZodTypeAny, {
65
+ description?: string | undefined;
66
+ positionals?: {
67
+ required?: boolean | undefined;
68
+ type?: "string" | "number" | "boolean" | undefined;
69
+ defaultValue?: string | number | boolean | undefined;
70
+ description: string;
71
+ placeholder: string;
72
+ }[] | undefined;
73
+ options?: {
74
+ boolean?: boolean | undefined;
75
+ required?: boolean | undefined;
76
+ type?: "string" | "number" | "boolean" | undefined;
77
+ shortFlag?: string | undefined;
78
+ defaultValue?: string | number | boolean | undefined;
79
+ choices?: string[] | undefined;
80
+ description: string;
81
+ flag: string;
82
+ }[] | undefined;
83
+ hidden?: boolean | undefined;
84
+ encoding?: "none" | "json" | "application/json" | undefined;
85
+ aliases?: string[] | undefined;
86
+ example?: string | undefined;
87
+ handler: string;
88
+ command: string;
89
+ task: string;
90
+ }, {
91
+ description?: string | undefined;
92
+ positionals?: {
93
+ required?: boolean | undefined;
94
+ type?: "string" | "number" | "boolean" | undefined;
95
+ defaultValue?: string | number | boolean | undefined;
96
+ description: string;
97
+ placeholder: string;
98
+ }[] | undefined;
99
+ options?: {
100
+ boolean?: boolean | undefined;
101
+ required?: boolean | undefined;
102
+ type?: "string" | "number" | "boolean" | undefined;
103
+ shortFlag?: string | undefined;
104
+ defaultValue?: string | number | boolean | undefined;
105
+ choices?: string[] | undefined;
106
+ description: string;
107
+ flag: string;
108
+ }[] | undefined;
109
+ hidden?: boolean | undefined;
110
+ encoding?: "none" | "json" | "application/json" | undefined;
111
+ aliases?: string[] | undefined;
112
+ example?: string | undefined;
113
+ handler: string;
114
+ command: string;
115
+ task: string;
116
+ }>, import("./Task").Task, {
117
+ description?: string | undefined;
118
+ positionals?: {
119
+ required?: boolean | undefined;
120
+ type?: "string" | "number" | "boolean" | undefined;
121
+ defaultValue?: string | number | boolean | undefined;
122
+ description: string;
123
+ placeholder: string;
124
+ }[] | undefined;
125
+ options?: {
126
+ boolean?: boolean | undefined;
127
+ required?: boolean | undefined;
128
+ type?: "string" | "number" | "boolean" | undefined;
129
+ shortFlag?: string | undefined;
130
+ defaultValue?: string | number | boolean | undefined;
131
+ choices?: string[] | undefined;
132
+ description: string;
133
+ flag: string;
134
+ }[] | undefined;
135
+ hidden?: boolean | undefined;
136
+ encoding?: "none" | "json" | "application/json" | undefined;
137
+ aliases?: string[] | undefined;
138
+ example?: string | undefined;
139
+ handler: string;
140
+ command: string;
141
+ task: string;
142
+ }>, "many">, import("./Task").Task[], unknown>>;
143
+ operations: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodObject<Omit<{
144
+ operation: z.ZodString;
145
+ command: z.ZodString;
146
+ description: z.ZodOptional<z.ZodString>;
147
+ positionals: z.ZodOptional<z.ZodArray<z.ZodObject<{
148
+ placeholder: z.ZodString;
149
+ description: z.ZodString;
150
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
151
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
152
+ required: z.ZodOptional<z.ZodBoolean>;
153
+ }, "strip", z.ZodTypeAny, {
154
+ required?: boolean | undefined;
155
+ type?: "string" | "number" | "boolean" | undefined;
156
+ defaultValue?: string | number | boolean | undefined;
157
+ description: string;
158
+ placeholder: string;
159
+ }, {
160
+ required?: boolean | undefined;
161
+ type?: "string" | "number" | "boolean" | undefined;
162
+ defaultValue?: string | number | boolean | undefined;
163
+ description: string;
164
+ placeholder: string;
165
+ }>, "many">>;
166
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
167
+ shortFlag: z.ZodOptional<z.ZodString>;
168
+ flag: z.ZodString;
169
+ description: z.ZodString;
170
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
171
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
172
+ required: z.ZodOptional<z.ZodBoolean>;
173
+ boolean: z.ZodOptional<z.ZodBoolean>;
174
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
175
+ }, "strip", z.ZodTypeAny, {
176
+ boolean?: boolean | undefined;
177
+ required?: boolean | undefined;
178
+ type?: "string" | "number" | "boolean" | undefined;
179
+ shortFlag?: string | undefined;
180
+ defaultValue?: string | number | boolean | undefined;
181
+ choices?: string[] | undefined;
182
+ description: string;
183
+ flag: string;
184
+ }, {
185
+ boolean?: boolean | undefined;
186
+ required?: boolean | undefined;
187
+ type?: "string" | "number" | "boolean" | undefined;
188
+ shortFlag?: string | undefined;
189
+ defaultValue?: string | number | boolean | undefined;
190
+ choices?: string[] | undefined;
191
+ description: string;
192
+ flag: string;
193
+ }>, "many">>;
194
+ handler: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
195
+ operations: z.ZodRecord<z.ZodString, z.ZodObject<{
196
+ hash: z.ZodString;
197
+ time: z.ZodNumber;
198
+ output: z.ZodOptional<z.ZodUnknown>;
199
+ }, "strip", z.ZodTypeAny, {
200
+ output?: unknown;
201
+ hash: string;
202
+ time: number;
203
+ }, {
204
+ output?: unknown;
205
+ hash: string;
206
+ time: number;
207
+ }>>;
208
+ tasks: z.ZodRecord<z.ZodString, z.ZodObject<{
209
+ task: z.ZodString;
210
+ plugin: z.ZodString;
211
+ time: z.ZodNumber;
212
+ output: z.ZodOptional<z.ZodUnknown>;
213
+ }, "strip", z.ZodTypeAny, {
214
+ output?: unknown;
215
+ plugin: string;
216
+ task: string;
217
+ time: number;
218
+ }, {
219
+ output?: unknown;
220
+ plugin: string;
221
+ task: string;
222
+ time: number;
223
+ }>>;
224
+ }, "strip", z.ZodTypeAny, {
225
+ operations: Record<string, {
226
+ output?: unknown;
227
+ hash: string;
228
+ time: number;
229
+ }>;
230
+ tasks: Record<string, {
231
+ output?: unknown;
232
+ plugin: string;
233
+ task: string;
234
+ time: number;
235
+ }>;
236
+ }, {
237
+ operations: Record<string, {
238
+ output?: unknown;
239
+ hash: string;
240
+ time: number;
241
+ }>;
242
+ tasks: Record<string, {
243
+ output?: unknown;
244
+ plugin: string;
245
+ task: string;
246
+ time: number;
247
+ }>;
248
+ }>], z.ZodUnknown>, z.ZodFunction<z.ZodTuple<[z.ZodObject<z.extendShape<Omit<{
249
+ _: z.ZodArray<z.ZodString, "many">;
250
+ projectDir: z.ZodString;
251
+ maxConcurrency: z.ZodNumber;
252
+ debug: z.ZodBoolean;
253
+ disableState: z.ZodBoolean;
254
+ logPluginRequests: z.ZodBoolean;
255
+ fromVsCode: z.ZodBoolean;
256
+ version: z.ZodBoolean;
257
+ build: z.ZodBoolean;
258
+ help: z.ZodBoolean;
259
+ yes: z.ZodBoolean;
260
+ plugin: z.ZodOptional<z.ZodString>;
261
+ env: z.ZodString;
262
+ quickstart: z.ZodString;
263
+ setBuild: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
264
+ setVersion: z.ZodString;
265
+ }, "quickstart">, {
266
+ taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
267
+ config: z.ZodObject<z.extendShape<{
268
+ language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
269
+ plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
270
+ type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
271
+ name: z.ZodString;
272
+ }, "strip", z.ZodTypeAny, {
273
+ type: "npm" | "binary" | "deno";
274
+ name: string;
275
+ }, {
276
+ type: "npm" | "binary" | "deno";
277
+ name: string;
278
+ }>, "many">>;
279
+ contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
280
+ artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
281
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
282
+ label: z.ZodString;
283
+ rpcUrl: z.ZodString;
284
+ protocol: z.ZodString;
285
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
286
+ publicKey: z.ZodString;
287
+ publicKeyHash: z.ZodString;
288
+ privateKey: z.ZodString;
289
+ }, "strip", z.ZodTypeAny, {
290
+ publicKey: string;
291
+ publicKeyHash: string;
292
+ privateKey: string;
293
+ }, {
294
+ publicKey: string;
295
+ publicKeyHash: string;
296
+ privateKey: string;
297
+ }>>>;
298
+ faucet: z.ZodOptional<z.ZodObject<{
299
+ pkh: z.ZodString;
300
+ mnemonic: z.ZodArray<z.ZodString, "many">;
301
+ email: z.ZodString;
302
+ password: z.ZodString;
303
+ amount: z.ZodString;
304
+ activation_code: z.ZodString;
305
+ }, "strip", z.ZodTypeAny, {
306
+ pkh: string;
307
+ mnemonic: string[];
308
+ email: string;
309
+ password: string;
310
+ amount: string;
311
+ activation_code: string;
312
+ }, {
313
+ pkh: string;
314
+ mnemonic: string[];
315
+ email: string;
316
+ password: string;
317
+ amount: string;
318
+ activation_code: string;
319
+ }>>;
320
+ }, "strip", z.ZodTypeAny, {
321
+ accounts?: Record<string, {
322
+ publicKey: string;
323
+ publicKeyHash: string;
324
+ privateKey: string;
325
+ }> | undefined;
326
+ faucet?: {
327
+ pkh: string;
328
+ mnemonic: string[];
329
+ email: string;
330
+ password: string;
331
+ amount: string;
332
+ activation_code: string;
333
+ } | undefined;
334
+ label: string;
335
+ rpcUrl: string;
336
+ protocol: string;
337
+ }, {
338
+ accounts?: Record<string, {
339
+ publicKey: string;
340
+ publicKeyHash: string;
341
+ privateKey: string;
342
+ }> | undefined;
343
+ faucet?: {
344
+ pkh: string;
345
+ mnemonic: string[];
346
+ email: string;
347
+ password: string;
348
+ amount: string;
349
+ activation_code: string;
350
+ } | undefined;
351
+ label: string;
352
+ rpcUrl: string;
353
+ protocol: string;
354
+ }>>>;
355
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
356
+ label: z.ZodString;
357
+ rpcUrl: z.ZodString;
358
+ protocol: z.ZodString;
359
+ attributes: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
360
+ plugin: z.ZodOptional<z.ZodString>;
361
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
362
+ encryptedKey: z.ZodString;
363
+ publicKeyHash: z.ZodString;
364
+ secretKey: z.ZodString;
365
+ }, "strip", z.ZodTypeAny, {
366
+ publicKeyHash: string;
367
+ encryptedKey: string;
368
+ secretKey: string;
369
+ }, {
370
+ publicKeyHash: string;
371
+ encryptedKey: string;
372
+ secretKey: string;
373
+ }>, z.ZodString]>>>;
374
+ tzkt: z.ZodOptional<z.ZodObject<{
375
+ disableAutostartWithSandbox: z.ZodOptional<z.ZodBoolean>;
376
+ postgresqlPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
377
+ apiPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
378
+ }, "strip", z.ZodTypeAny, {
379
+ disableAutostartWithSandbox?: boolean | undefined;
380
+ postgresqlPort?: number | undefined;
381
+ apiPort?: number | undefined;
382
+ }, {
383
+ disableAutostartWithSandbox?: boolean | undefined;
384
+ postgresqlPort?: number | undefined;
385
+ apiPort?: number | undefined;
386
+ }>>;
387
+ }, "strip", z.ZodTypeAny, {
388
+ plugin?: string | undefined;
389
+ accounts?: Record<string, string | {
390
+ publicKeyHash: string;
391
+ encryptedKey: string;
392
+ secretKey: string;
393
+ }> | undefined;
394
+ attributes?: string | number | boolean | undefined;
395
+ tzkt?: {
396
+ disableAutostartWithSandbox?: boolean | undefined;
397
+ postgresqlPort?: number | undefined;
398
+ apiPort?: number | undefined;
399
+ } | undefined;
400
+ label: string;
401
+ rpcUrl: string;
402
+ protocol: string;
403
+ }, {
404
+ plugin?: string | undefined;
405
+ accounts?: Record<string, string | {
406
+ publicKeyHash: string;
407
+ encryptedKey: string;
408
+ secretKey: string;
409
+ }> | undefined;
410
+ attributes?: string | number | boolean | undefined;
411
+ tzkt?: {
412
+ disableAutostartWithSandbox?: boolean | undefined;
413
+ postgresqlPort?: number | undefined;
414
+ apiPort?: number | undefined;
415
+ } | undefined;
416
+ label: string;
417
+ rpcUrl: string;
418
+ protocol: string;
419
+ }>>>;
420
+ environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
421
+ networks: z.ZodArray<z.ZodString, "many">;
422
+ sandboxes: z.ZodArray<z.ZodString, "many">;
423
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
424
+ aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
425
+ }, "strip", z.ZodTypeAny, {
426
+ storage?: Record<string, string> | undefined;
427
+ aliases?: Record<string, Record<string, string>> | undefined;
428
+ networks: string[];
429
+ sandboxes: string[];
430
+ }, {
431
+ storage?: Record<string, string> | undefined;
432
+ aliases?: Record<string, Record<string, string>> | undefined;
433
+ networks: string[];
434
+ sandboxes: string[];
435
+ }>, z.ZodString]>>;
436
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
437
+ contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
438
+ sourceFile: z.ZodString;
439
+ hash: z.ZodString;
440
+ }, "strip", z.ZodTypeAny, {
441
+ sourceFile: string;
442
+ hash: string;
443
+ }, {
444
+ sourceFile: string;
445
+ hash: string;
446
+ }>>>;
447
+ metadata: z.ZodOptional<z.ZodObject<{
448
+ name: z.ZodOptional<z.ZodString>;
449
+ projectDescription: z.ZodOptional<z.ZodString>;
450
+ authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
451
+ license: z.ZodOptional<z.ZodString>;
452
+ homepage: z.ZodOptional<z.ZodString>;
453
+ }, "strip", z.ZodTypeAny, {
454
+ name?: string | undefined;
455
+ projectDescription?: string | undefined;
456
+ authors?: string[] | undefined;
457
+ license?: string | undefined;
458
+ homepage?: string | undefined;
459
+ }, {
460
+ name?: string | undefined;
461
+ projectDescription?: string | undefined;
462
+ authors?: string[] | undefined;
463
+ license?: string | undefined;
464
+ homepage?: string | undefined;
465
+ }>>;
466
+ }, {
467
+ projectDir: z.ZodString;
468
+ configFile: z.ZodString;
469
+ hash: z.ZodString;
470
+ }>, "strip", z.ZodTypeAny, {
471
+ sandbox?: Record<string, {
472
+ plugin?: string | undefined;
473
+ accounts?: Record<string, string | {
474
+ publicKeyHash: string;
475
+ encryptedKey: string;
476
+ secretKey: string;
477
+ }> | undefined;
478
+ attributes?: string | number | boolean | undefined;
479
+ tzkt?: {
480
+ disableAutostartWithSandbox?: boolean | undefined;
481
+ postgresqlPort?: number | undefined;
482
+ apiPort?: number | undefined;
483
+ } | undefined;
484
+ label: string;
485
+ rpcUrl: string;
486
+ protocol: string;
487
+ }> | undefined;
488
+ language?: "en" | "fr" | undefined;
489
+ plugins?: {
490
+ type: "npm" | "binary" | "deno";
491
+ name: string;
492
+ }[] | undefined;
493
+ contractsDir?: string | undefined;
494
+ artifactsDir?: string | undefined;
495
+ network?: Record<string, {
496
+ accounts?: Record<string, {
497
+ publicKey: string;
498
+ publicKeyHash: string;
499
+ privateKey: string;
500
+ }> | undefined;
501
+ faucet?: {
502
+ pkh: string;
503
+ mnemonic: string[];
504
+ email: string;
505
+ password: string;
506
+ amount: string;
507
+ activation_code: string;
508
+ } | undefined;
509
+ label: string;
510
+ rpcUrl: string;
511
+ protocol: string;
512
+ }> | undefined;
513
+ accounts?: Record<string, string> | undefined;
514
+ contracts?: Record<string, {
515
+ sourceFile: string;
516
+ hash: string;
517
+ }> | undefined;
518
+ metadata?: {
519
+ name?: string | undefined;
520
+ projectDescription?: string | undefined;
521
+ authors?: string[] | undefined;
522
+ license?: string | undefined;
523
+ homepage?: string | undefined;
524
+ } | undefined;
525
+ projectDir: string;
526
+ environment: Record<string, string | {
527
+ storage?: Record<string, string> | undefined;
528
+ aliases?: Record<string, Record<string, string>> | undefined;
529
+ networks: string[];
530
+ sandboxes: string[];
531
+ }>;
532
+ hash: string;
533
+ configFile: string;
534
+ }, {
535
+ sandbox?: Record<string, {
536
+ plugin?: string | undefined;
537
+ accounts?: Record<string, string | {
538
+ publicKeyHash: string;
539
+ encryptedKey: string;
540
+ secretKey: string;
541
+ }> | undefined;
542
+ attributes?: string | number | boolean | undefined;
543
+ tzkt?: {
544
+ disableAutostartWithSandbox?: boolean | undefined;
545
+ postgresqlPort?: number | undefined;
546
+ apiPort?: number | undefined;
547
+ } | undefined;
548
+ label: string;
549
+ rpcUrl: string;
550
+ protocol: string;
551
+ }> | undefined;
552
+ language?: "en" | "fr" | undefined;
553
+ plugins?: {
554
+ type: "npm" | "binary" | "deno";
555
+ name: string;
556
+ }[] | undefined;
557
+ contractsDir?: string | undefined;
558
+ artifactsDir?: string | undefined;
559
+ network?: Record<string, {
560
+ accounts?: Record<string, {
561
+ publicKey: string;
562
+ publicKeyHash: string;
563
+ privateKey: string;
564
+ }> | undefined;
565
+ faucet?: {
566
+ pkh: string;
567
+ mnemonic: string[];
568
+ email: string;
569
+ password: string;
570
+ amount: string;
571
+ activation_code: string;
572
+ } | undefined;
573
+ label: string;
574
+ rpcUrl: string;
575
+ protocol: string;
576
+ }> | undefined;
577
+ accounts?: Record<string, string> | undefined;
578
+ contracts?: Record<string, {
579
+ sourceFile: string;
580
+ hash: string;
581
+ }> | undefined;
582
+ metadata?: {
583
+ name?: string | undefined;
584
+ projectDescription?: string | undefined;
585
+ authors?: string[] | undefined;
586
+ license?: string | undefined;
587
+ homepage?: string | undefined;
588
+ } | undefined;
589
+ projectDir: string;
590
+ environment: Record<string, string | {
591
+ storage?: Record<string, string> | undefined;
592
+ aliases?: Record<string, Record<string, string>> | undefined;
593
+ networks: string[];
594
+ sandboxes: string[];
595
+ }>;
596
+ hash: string;
597
+ configFile: string;
598
+ }>;
599
+ }>, "passthrough", z.ZodTypeAny, {
600
+ plugin?: string | undefined;
601
+ _: string[];
602
+ projectDir: string;
603
+ maxConcurrency: number;
604
+ debug: boolean;
605
+ disableState: boolean;
606
+ logPluginRequests: boolean;
607
+ fromVsCode: boolean;
608
+ version: boolean;
609
+ build: boolean;
610
+ help: boolean;
611
+ yes: boolean;
612
+ env: string;
613
+ setBuild: string | number;
614
+ setVersion: string;
615
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
616
+ config: {
617
+ sandbox?: Record<string, {
618
+ plugin?: string | undefined;
619
+ accounts?: Record<string, string | {
620
+ publicKeyHash: string;
621
+ encryptedKey: string;
622
+ secretKey: string;
623
+ }> | undefined;
624
+ attributes?: string | number | boolean | undefined;
625
+ tzkt?: {
626
+ disableAutostartWithSandbox?: boolean | undefined;
627
+ postgresqlPort?: number | undefined;
628
+ apiPort?: number | undefined;
629
+ } | undefined;
630
+ label: string;
631
+ rpcUrl: string;
632
+ protocol: string;
633
+ }> | undefined;
634
+ language?: "en" | "fr" | undefined;
635
+ plugins?: {
636
+ type: "npm" | "binary" | "deno";
637
+ name: string;
638
+ }[] | undefined;
639
+ contractsDir?: string | undefined;
640
+ artifactsDir?: string | undefined;
641
+ network?: Record<string, {
642
+ accounts?: Record<string, {
643
+ publicKey: string;
644
+ publicKeyHash: string;
645
+ privateKey: string;
646
+ }> | undefined;
647
+ faucet?: {
648
+ pkh: string;
649
+ mnemonic: string[];
650
+ email: string;
651
+ password: string;
652
+ amount: string;
653
+ activation_code: string;
654
+ } | undefined;
655
+ label: string;
656
+ rpcUrl: string;
657
+ protocol: string;
658
+ }> | undefined;
659
+ accounts?: Record<string, string> | undefined;
660
+ contracts?: Record<string, {
661
+ sourceFile: string;
662
+ hash: string;
663
+ }> | undefined;
664
+ metadata?: {
665
+ name?: string | undefined;
666
+ projectDescription?: string | undefined;
667
+ authors?: string[] | undefined;
668
+ license?: string | undefined;
669
+ homepage?: string | undefined;
670
+ } | undefined;
671
+ projectDir: string;
672
+ environment: Record<string, string | {
673
+ storage?: Record<string, string> | undefined;
674
+ aliases?: Record<string, Record<string, string>> | undefined;
675
+ networks: string[];
676
+ sandboxes: string[];
677
+ }>;
678
+ hash: string;
679
+ configFile: string;
680
+ };
681
+ }, {
682
+ plugin?: string | undefined;
683
+ _: string[];
684
+ projectDir: string;
685
+ maxConcurrency: number;
686
+ debug: boolean;
687
+ disableState: boolean;
688
+ logPluginRequests: boolean;
689
+ fromVsCode: boolean;
690
+ version: boolean;
691
+ build: boolean;
692
+ help: boolean;
693
+ yes: boolean;
694
+ env: string;
695
+ setBuild: string | number;
696
+ setVersion: string;
697
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
698
+ config: {
699
+ sandbox?: Record<string, {
700
+ plugin?: string | undefined;
701
+ accounts?: Record<string, string | {
702
+ publicKeyHash: string;
703
+ encryptedKey: string;
704
+ secretKey: string;
705
+ }> | undefined;
706
+ attributes?: string | number | boolean | undefined;
707
+ tzkt?: {
708
+ disableAutostartWithSandbox?: boolean | undefined;
709
+ postgresqlPort?: number | undefined;
710
+ apiPort?: number | undefined;
711
+ } | undefined;
712
+ label: string;
713
+ rpcUrl: string;
714
+ protocol: string;
715
+ }> | undefined;
716
+ language?: "en" | "fr" | undefined;
717
+ plugins?: {
718
+ type: "npm" | "binary" | "deno";
719
+ name: string;
720
+ }[] | undefined;
721
+ contractsDir?: string | undefined;
722
+ artifactsDir?: string | undefined;
723
+ network?: Record<string, {
724
+ accounts?: Record<string, {
725
+ publicKey: string;
726
+ publicKeyHash: string;
727
+ privateKey: string;
728
+ }> | undefined;
729
+ faucet?: {
730
+ pkh: string;
731
+ mnemonic: string[];
732
+ email: string;
733
+ password: string;
734
+ amount: string;
735
+ activation_code: string;
736
+ } | undefined;
737
+ label: string;
738
+ rpcUrl: string;
739
+ protocol: string;
740
+ }> | undefined;
741
+ accounts?: Record<string, string> | undefined;
742
+ contracts?: Record<string, {
743
+ sourceFile: string;
744
+ hash: string;
745
+ }> | undefined;
746
+ metadata?: {
747
+ name?: string | undefined;
748
+ projectDescription?: string | undefined;
749
+ authors?: string[] | undefined;
750
+ license?: string | undefined;
751
+ homepage?: string | undefined;
752
+ } | undefined;
753
+ projectDir: string;
754
+ environment: Record<string, string | {
755
+ storage?: Record<string, string> | undefined;
756
+ aliases?: Record<string, Record<string, string>> | undefined;
757
+ networks: string[];
758
+ sandboxes: string[];
759
+ }>;
760
+ hash: string;
761
+ configFile: string;
762
+ };
763
+ }>], z.ZodUnknown>, z.ZodVoid>>>;
764
+ }, "handler">, "strip", z.ZodTypeAny, {
765
+ description?: string | undefined;
766
+ positionals?: {
767
+ required?: boolean | undefined;
768
+ type?: "string" | "number" | "boolean" | undefined;
769
+ defaultValue?: string | number | boolean | undefined;
770
+ description: string;
771
+ placeholder: string;
772
+ }[] | undefined;
773
+ options?: {
774
+ boolean?: boolean | undefined;
775
+ required?: boolean | undefined;
776
+ type?: "string" | "number" | "boolean" | undefined;
777
+ shortFlag?: string | undefined;
778
+ defaultValue?: string | number | boolean | undefined;
779
+ choices?: string[] | undefined;
780
+ description: string;
781
+ flag: string;
782
+ }[] | undefined;
783
+ operation: string;
784
+ command: string;
785
+ }, {
786
+ description?: string | undefined;
787
+ positionals?: {
788
+ required?: boolean | undefined;
789
+ type?: "string" | "number" | "boolean" | undefined;
790
+ defaultValue?: string | number | boolean | undefined;
791
+ description: string;
792
+ placeholder: string;
793
+ }[] | undefined;
794
+ options?: {
795
+ boolean?: boolean | undefined;
796
+ required?: boolean | undefined;
797
+ type?: "string" | "number" | "boolean" | undefined;
798
+ shortFlag?: string | undefined;
799
+ defaultValue?: string | number | boolean | undefined;
800
+ choices?: string[] | undefined;
801
+ description: string;
802
+ flag: string;
803
+ }[] | undefined;
804
+ operation: string;
805
+ command: string;
806
+ }>, ParsedOperation.ParsedOperation, {
807
+ description?: string | undefined;
808
+ positionals?: {
809
+ required?: boolean | undefined;
810
+ type?: "string" | "number" | "boolean" | undefined;
811
+ defaultValue?: string | number | boolean | undefined;
812
+ description: string;
813
+ placeholder: string;
814
+ }[] | undefined;
815
+ options?: {
816
+ boolean?: boolean | undefined;
817
+ required?: boolean | undefined;
818
+ type?: "string" | "number" | "boolean" | undefined;
819
+ shortFlag?: string | undefined;
820
+ defaultValue?: string | number | boolean | undefined;
821
+ choices?: string[] | undefined;
822
+ description: string;
823
+ flag: string;
824
+ }[] | undefined;
825
+ operation: string;
826
+ command: string;
827
+ }>, "many">, ParsedOperation.ParsedOperation[], unknown>>;
828
+ templates: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodObject<z.extendShape<Omit<{
829
+ template: z.ZodString;
830
+ command: z.ZodString;
831
+ description: z.ZodString;
832
+ hidden: z.ZodOptional<z.ZodBoolean>;
833
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
834
+ shortFlag: z.ZodOptional<z.ZodString>;
835
+ flag: z.ZodString;
836
+ description: z.ZodString;
837
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
838
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
839
+ required: z.ZodOptional<z.ZodBoolean>;
840
+ boolean: z.ZodOptional<z.ZodBoolean>;
841
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
842
+ }, "strip", z.ZodTypeAny, {
843
+ boolean?: boolean | undefined;
844
+ required?: boolean | undefined;
845
+ type?: "string" | "number" | "boolean" | undefined;
846
+ shortFlag?: string | undefined;
847
+ defaultValue?: string | number | boolean | undefined;
848
+ choices?: string[] | undefined;
849
+ description: string;
850
+ flag: string;
851
+ }, {
852
+ boolean?: boolean | undefined;
853
+ required?: boolean | undefined;
854
+ type?: "string" | "number" | "boolean" | undefined;
855
+ shortFlag?: string | undefined;
856
+ defaultValue?: string | number | boolean | undefined;
857
+ choices?: string[] | undefined;
858
+ description: string;
859
+ flag: string;
860
+ }>, "many">>;
861
+ positionals: z.ZodOptional<z.ZodArray<z.ZodObject<{
862
+ placeholder: z.ZodString;
863
+ description: z.ZodString;
864
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
865
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
866
+ required: z.ZodOptional<z.ZodBoolean>;
867
+ }, "strip", z.ZodTypeAny, {
868
+ required?: boolean | undefined;
869
+ type?: "string" | "number" | "boolean" | undefined;
870
+ defaultValue?: string | number | boolean | undefined;
871
+ description: string;
872
+ placeholder: string;
873
+ }, {
874
+ required?: boolean | undefined;
875
+ type?: "string" | "number" | "boolean" | undefined;
876
+ defaultValue?: string | number | boolean | undefined;
877
+ description: string;
878
+ placeholder: string;
879
+ }>, "many">>;
880
+ handler: z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodObject<z.extendShape<Omit<{
881
+ _: z.ZodArray<z.ZodString, "many">;
882
+ projectDir: z.ZodString;
883
+ maxConcurrency: z.ZodNumber;
884
+ debug: z.ZodBoolean;
885
+ disableState: z.ZodBoolean;
886
+ logPluginRequests: z.ZodBoolean;
887
+ fromVsCode: z.ZodBoolean;
888
+ version: z.ZodBoolean;
889
+ build: z.ZodBoolean;
890
+ help: z.ZodBoolean;
891
+ yes: z.ZodBoolean;
892
+ plugin: z.ZodOptional<z.ZodString>;
893
+ env: z.ZodString;
894
+ quickstart: z.ZodString;
895
+ setBuild: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
896
+ setVersion: z.ZodString;
897
+ }, "quickstart">, {
898
+ taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
899
+ config: z.ZodObject<z.extendShape<{
900
+ language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
901
+ plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
902
+ type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
903
+ name: z.ZodString;
904
+ }, "strip", z.ZodTypeAny, {
905
+ type: "npm" | "binary" | "deno";
906
+ name: string;
907
+ }, {
908
+ type: "npm" | "binary" | "deno";
909
+ name: string;
910
+ }>, "many">>;
911
+ contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
912
+ artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
913
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
914
+ label: z.ZodString;
915
+ rpcUrl: z.ZodString;
916
+ protocol: z.ZodString;
917
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
918
+ publicKey: z.ZodString;
919
+ publicKeyHash: z.ZodString;
920
+ privateKey: z.ZodString;
921
+ }, "strip", z.ZodTypeAny, {
922
+ publicKey: string;
923
+ publicKeyHash: string;
924
+ privateKey: string;
925
+ }, {
926
+ publicKey: string;
927
+ publicKeyHash: string;
928
+ privateKey: string;
929
+ }>>>;
930
+ faucet: z.ZodOptional<z.ZodObject<{
931
+ pkh: z.ZodString;
932
+ mnemonic: z.ZodArray<z.ZodString, "many">;
933
+ email: z.ZodString;
934
+ password: z.ZodString;
935
+ amount: z.ZodString;
936
+ activation_code: z.ZodString;
937
+ }, "strip", z.ZodTypeAny, {
938
+ pkh: string;
939
+ mnemonic: string[];
940
+ email: string;
941
+ password: string;
942
+ amount: string;
943
+ activation_code: string;
944
+ }, {
945
+ pkh: string;
946
+ mnemonic: string[];
947
+ email: string;
948
+ password: string;
949
+ amount: string;
950
+ activation_code: string;
951
+ }>>;
952
+ }, "strip", z.ZodTypeAny, {
953
+ accounts?: Record<string, {
954
+ publicKey: string;
955
+ publicKeyHash: string;
956
+ privateKey: string;
957
+ }> | undefined;
958
+ faucet?: {
959
+ pkh: string;
960
+ mnemonic: string[];
961
+ email: string;
962
+ password: string;
963
+ amount: string;
964
+ activation_code: string;
965
+ } | undefined;
966
+ label: string;
967
+ rpcUrl: string;
968
+ protocol: string;
969
+ }, {
970
+ accounts?: Record<string, {
971
+ publicKey: string;
972
+ publicKeyHash: string;
973
+ privateKey: string;
974
+ }> | undefined;
975
+ faucet?: {
976
+ pkh: string;
977
+ mnemonic: string[];
978
+ email: string;
979
+ password: string;
980
+ amount: string;
981
+ activation_code: string;
982
+ } | undefined;
983
+ label: string;
984
+ rpcUrl: string;
985
+ protocol: string;
986
+ }>>>;
987
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
988
+ label: z.ZodString;
989
+ rpcUrl: z.ZodString;
990
+ protocol: z.ZodString;
991
+ attributes: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
992
+ plugin: z.ZodOptional<z.ZodString>;
993
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
994
+ encryptedKey: z.ZodString;
995
+ publicKeyHash: z.ZodString;
996
+ secretKey: z.ZodString;
997
+ }, "strip", z.ZodTypeAny, {
998
+ publicKeyHash: string;
999
+ encryptedKey: string;
1000
+ secretKey: string;
1001
+ }, {
1002
+ publicKeyHash: string;
1003
+ encryptedKey: string;
1004
+ secretKey: string;
1005
+ }>, z.ZodString]>>>;
1006
+ tzkt: z.ZodOptional<z.ZodObject<{
1007
+ disableAutostartWithSandbox: z.ZodOptional<z.ZodBoolean>;
1008
+ postgresqlPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1009
+ apiPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1010
+ }, "strip", z.ZodTypeAny, {
1011
+ disableAutostartWithSandbox?: boolean | undefined;
1012
+ postgresqlPort?: number | undefined;
1013
+ apiPort?: number | undefined;
1014
+ }, {
1015
+ disableAutostartWithSandbox?: boolean | undefined;
1016
+ postgresqlPort?: number | undefined;
1017
+ apiPort?: number | undefined;
1018
+ }>>;
1019
+ }, "strip", z.ZodTypeAny, {
1020
+ plugin?: string | undefined;
1021
+ accounts?: Record<string, string | {
1022
+ publicKeyHash: string;
1023
+ encryptedKey: string;
1024
+ secretKey: string;
1025
+ }> | undefined;
1026
+ attributes?: string | number | boolean | undefined;
1027
+ tzkt?: {
1028
+ disableAutostartWithSandbox?: boolean | undefined;
1029
+ postgresqlPort?: number | undefined;
1030
+ apiPort?: number | undefined;
1031
+ } | undefined;
1032
+ label: string;
1033
+ rpcUrl: string;
1034
+ protocol: string;
1035
+ }, {
1036
+ plugin?: string | undefined;
1037
+ accounts?: Record<string, string | {
1038
+ publicKeyHash: string;
1039
+ encryptedKey: string;
1040
+ secretKey: string;
1041
+ }> | undefined;
1042
+ attributes?: string | number | boolean | undefined;
1043
+ tzkt?: {
1044
+ disableAutostartWithSandbox?: boolean | undefined;
1045
+ postgresqlPort?: number | undefined;
1046
+ apiPort?: number | undefined;
1047
+ } | undefined;
1048
+ label: string;
1049
+ rpcUrl: string;
1050
+ protocol: string;
1051
+ }>>>;
1052
+ environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
1053
+ networks: z.ZodArray<z.ZodString, "many">;
1054
+ sandboxes: z.ZodArray<z.ZodString, "many">;
1055
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1056
+ aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
1057
+ }, "strip", z.ZodTypeAny, {
1058
+ storage?: Record<string, string> | undefined;
1059
+ aliases?: Record<string, Record<string, string>> | undefined;
1060
+ networks: string[];
1061
+ sandboxes: string[];
1062
+ }, {
1063
+ storage?: Record<string, string> | undefined;
1064
+ aliases?: Record<string, Record<string, string>> | undefined;
1065
+ networks: string[];
1066
+ sandboxes: string[];
1067
+ }>, z.ZodString]>>;
1068
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1069
+ contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1070
+ sourceFile: z.ZodString;
1071
+ hash: z.ZodString;
1072
+ }, "strip", z.ZodTypeAny, {
1073
+ sourceFile: string;
1074
+ hash: string;
1075
+ }, {
1076
+ sourceFile: string;
1077
+ hash: string;
1078
+ }>>>;
1079
+ metadata: z.ZodOptional<z.ZodObject<{
1080
+ name: z.ZodOptional<z.ZodString>;
1081
+ projectDescription: z.ZodOptional<z.ZodString>;
1082
+ authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1083
+ license: z.ZodOptional<z.ZodString>;
1084
+ homepage: z.ZodOptional<z.ZodString>;
1085
+ }, "strip", z.ZodTypeAny, {
1086
+ name?: string | undefined;
1087
+ projectDescription?: string | undefined;
1088
+ authors?: string[] | undefined;
1089
+ license?: string | undefined;
1090
+ homepage?: string | undefined;
1091
+ }, {
1092
+ name?: string | undefined;
1093
+ projectDescription?: string | undefined;
1094
+ authors?: string[] | undefined;
1095
+ license?: string | undefined;
1096
+ homepage?: string | undefined;
1097
+ }>>;
1098
+ }, {
1099
+ projectDir: z.ZodString;
1100
+ configFile: z.ZodString;
1101
+ hash: z.ZodString;
1102
+ }>, "strip", z.ZodTypeAny, {
1103
+ sandbox?: Record<string, {
1104
+ plugin?: string | undefined;
1105
+ accounts?: Record<string, string | {
1106
+ publicKeyHash: string;
1107
+ encryptedKey: string;
1108
+ secretKey: string;
1109
+ }> | undefined;
1110
+ attributes?: string | number | boolean | undefined;
1111
+ tzkt?: {
1112
+ disableAutostartWithSandbox?: boolean | undefined;
1113
+ postgresqlPort?: number | undefined;
1114
+ apiPort?: number | undefined;
1115
+ } | undefined;
1116
+ label: string;
1117
+ rpcUrl: string;
1118
+ protocol: string;
1119
+ }> | undefined;
1120
+ language?: "en" | "fr" | undefined;
1121
+ plugins?: {
1122
+ type: "npm" | "binary" | "deno";
1123
+ name: string;
1124
+ }[] | undefined;
1125
+ contractsDir?: string | undefined;
1126
+ artifactsDir?: string | undefined;
1127
+ network?: Record<string, {
1128
+ accounts?: Record<string, {
1129
+ publicKey: string;
1130
+ publicKeyHash: string;
1131
+ privateKey: string;
1132
+ }> | undefined;
1133
+ faucet?: {
1134
+ pkh: string;
1135
+ mnemonic: string[];
1136
+ email: string;
1137
+ password: string;
1138
+ amount: string;
1139
+ activation_code: string;
1140
+ } | undefined;
1141
+ label: string;
1142
+ rpcUrl: string;
1143
+ protocol: string;
1144
+ }> | undefined;
1145
+ accounts?: Record<string, string> | undefined;
1146
+ contracts?: Record<string, {
1147
+ sourceFile: string;
1148
+ hash: string;
1149
+ }> | undefined;
1150
+ metadata?: {
1151
+ name?: string | undefined;
1152
+ projectDescription?: string | undefined;
1153
+ authors?: string[] | undefined;
1154
+ license?: string | undefined;
1155
+ homepage?: string | undefined;
1156
+ } | undefined;
1157
+ projectDir: string;
1158
+ environment: Record<string, string | {
1159
+ storage?: Record<string, string> | undefined;
1160
+ aliases?: Record<string, Record<string, string>> | undefined;
1161
+ networks: string[];
1162
+ sandboxes: string[];
1163
+ }>;
1164
+ hash: string;
1165
+ configFile: string;
1166
+ }, {
1167
+ sandbox?: Record<string, {
1168
+ plugin?: string | undefined;
1169
+ accounts?: Record<string, string | {
1170
+ publicKeyHash: string;
1171
+ encryptedKey: string;
1172
+ secretKey: string;
1173
+ }> | undefined;
1174
+ attributes?: string | number | boolean | undefined;
1175
+ tzkt?: {
1176
+ disableAutostartWithSandbox?: boolean | undefined;
1177
+ postgresqlPort?: number | undefined;
1178
+ apiPort?: number | undefined;
1179
+ } | undefined;
1180
+ label: string;
1181
+ rpcUrl: string;
1182
+ protocol: string;
1183
+ }> | undefined;
1184
+ language?: "en" | "fr" | undefined;
1185
+ plugins?: {
1186
+ type: "npm" | "binary" | "deno";
1187
+ name: string;
1188
+ }[] | undefined;
1189
+ contractsDir?: string | undefined;
1190
+ artifactsDir?: string | undefined;
1191
+ network?: Record<string, {
1192
+ accounts?: Record<string, {
1193
+ publicKey: string;
1194
+ publicKeyHash: string;
1195
+ privateKey: string;
1196
+ }> | undefined;
1197
+ faucet?: {
1198
+ pkh: string;
1199
+ mnemonic: string[];
1200
+ email: string;
1201
+ password: string;
1202
+ amount: string;
1203
+ activation_code: string;
1204
+ } | undefined;
1205
+ label: string;
1206
+ rpcUrl: string;
1207
+ protocol: string;
1208
+ }> | undefined;
1209
+ accounts?: Record<string, string> | undefined;
1210
+ contracts?: Record<string, {
1211
+ sourceFile: string;
1212
+ hash: string;
1213
+ }> | undefined;
1214
+ metadata?: {
1215
+ name?: string | undefined;
1216
+ projectDescription?: string | undefined;
1217
+ authors?: string[] | undefined;
1218
+ license?: string | undefined;
1219
+ homepage?: string | undefined;
1220
+ } | undefined;
1221
+ projectDir: string;
1222
+ environment: Record<string, string | {
1223
+ storage?: Record<string, string> | undefined;
1224
+ aliases?: Record<string, Record<string, string>> | undefined;
1225
+ networks: string[];
1226
+ sandboxes: string[];
1227
+ }>;
1228
+ hash: string;
1229
+ configFile: string;
1230
+ }>;
1231
+ }>, "passthrough", z.ZodTypeAny, {
1232
+ plugin?: string | undefined;
1233
+ _: string[];
1234
+ projectDir: string;
1235
+ maxConcurrency: number;
1236
+ debug: boolean;
1237
+ disableState: boolean;
1238
+ logPluginRequests: boolean;
1239
+ fromVsCode: boolean;
1240
+ version: boolean;
1241
+ build: boolean;
1242
+ help: boolean;
1243
+ yes: boolean;
1244
+ env: string;
1245
+ setBuild: string | number;
1246
+ setVersion: string;
1247
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1248
+ config: {
1249
+ sandbox?: Record<string, {
1250
+ plugin?: string | undefined;
1251
+ accounts?: Record<string, string | {
1252
+ publicKeyHash: string;
1253
+ encryptedKey: string;
1254
+ secretKey: string;
1255
+ }> | undefined;
1256
+ attributes?: string | number | boolean | undefined;
1257
+ tzkt?: {
1258
+ disableAutostartWithSandbox?: boolean | undefined;
1259
+ postgresqlPort?: number | undefined;
1260
+ apiPort?: number | undefined;
1261
+ } | undefined;
1262
+ label: string;
1263
+ rpcUrl: string;
1264
+ protocol: string;
1265
+ }> | undefined;
1266
+ language?: "en" | "fr" | undefined;
1267
+ plugins?: {
1268
+ type: "npm" | "binary" | "deno";
1269
+ name: string;
1270
+ }[] | undefined;
1271
+ contractsDir?: string | undefined;
1272
+ artifactsDir?: string | undefined;
1273
+ network?: Record<string, {
1274
+ accounts?: Record<string, {
1275
+ publicKey: string;
1276
+ publicKeyHash: string;
1277
+ privateKey: string;
1278
+ }> | undefined;
1279
+ faucet?: {
1280
+ pkh: string;
1281
+ mnemonic: string[];
1282
+ email: string;
1283
+ password: string;
1284
+ amount: string;
1285
+ activation_code: string;
1286
+ } | undefined;
1287
+ label: string;
1288
+ rpcUrl: string;
1289
+ protocol: string;
1290
+ }> | undefined;
1291
+ accounts?: Record<string, string> | undefined;
1292
+ contracts?: Record<string, {
1293
+ sourceFile: string;
1294
+ hash: string;
1295
+ }> | undefined;
1296
+ metadata?: {
1297
+ name?: string | undefined;
1298
+ projectDescription?: string | undefined;
1299
+ authors?: string[] | undefined;
1300
+ license?: string | undefined;
1301
+ homepage?: string | undefined;
1302
+ } | undefined;
1303
+ projectDir: string;
1304
+ environment: Record<string, string | {
1305
+ storage?: Record<string, string> | undefined;
1306
+ aliases?: Record<string, Record<string, string>> | undefined;
1307
+ networks: string[];
1308
+ sandboxes: string[];
1309
+ }>;
1310
+ hash: string;
1311
+ configFile: string;
1312
+ };
1313
+ }, {
1314
+ plugin?: string | undefined;
1315
+ _: string[];
1316
+ projectDir: string;
1317
+ maxConcurrency: number;
1318
+ debug: boolean;
1319
+ disableState: boolean;
1320
+ logPluginRequests: boolean;
1321
+ fromVsCode: boolean;
1322
+ version: boolean;
1323
+ build: boolean;
1324
+ help: boolean;
1325
+ yes: boolean;
1326
+ env: string;
1327
+ setBuild: string | number;
1328
+ setVersion: string;
1329
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1330
+ config: {
1331
+ sandbox?: Record<string, {
1332
+ plugin?: string | undefined;
1333
+ accounts?: Record<string, string | {
1334
+ publicKeyHash: string;
1335
+ encryptedKey: string;
1336
+ secretKey: string;
1337
+ }> | undefined;
1338
+ attributes?: string | number | boolean | undefined;
1339
+ tzkt?: {
1340
+ disableAutostartWithSandbox?: boolean | undefined;
1341
+ postgresqlPort?: number | undefined;
1342
+ apiPort?: number | undefined;
1343
+ } | undefined;
1344
+ label: string;
1345
+ rpcUrl: string;
1346
+ protocol: string;
1347
+ }> | undefined;
1348
+ language?: "en" | "fr" | undefined;
1349
+ plugins?: {
1350
+ type: "npm" | "binary" | "deno";
1351
+ name: string;
1352
+ }[] | undefined;
1353
+ contractsDir?: string | undefined;
1354
+ artifactsDir?: string | undefined;
1355
+ network?: Record<string, {
1356
+ accounts?: Record<string, {
1357
+ publicKey: string;
1358
+ publicKeyHash: string;
1359
+ privateKey: string;
1360
+ }> | undefined;
1361
+ faucet?: {
1362
+ pkh: string;
1363
+ mnemonic: string[];
1364
+ email: string;
1365
+ password: string;
1366
+ amount: string;
1367
+ activation_code: string;
1368
+ } | undefined;
1369
+ label: string;
1370
+ rpcUrl: string;
1371
+ protocol: string;
1372
+ }> | undefined;
1373
+ accounts?: Record<string, string> | undefined;
1374
+ contracts?: Record<string, {
1375
+ sourceFile: string;
1376
+ hash: string;
1377
+ }> | undefined;
1378
+ metadata?: {
1379
+ name?: string | undefined;
1380
+ projectDescription?: string | undefined;
1381
+ authors?: string[] | undefined;
1382
+ license?: string | undefined;
1383
+ homepage?: string | undefined;
1384
+ } | undefined;
1385
+ projectDir: string;
1386
+ environment: Record<string, string | {
1387
+ storage?: Record<string, string> | undefined;
1388
+ aliases?: Record<string, Record<string, string>> | undefined;
1389
+ networks: string[];
1390
+ sandboxes: string[];
1391
+ }>;
1392
+ hash: string;
1393
+ configFile: string;
1394
+ };
1395
+ }>], z.ZodUnknown>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1396
+ data: z.ZodOptional<z.ZodUnknown>;
1397
+ render: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"table">, z.ZodLiteral<"string">]>>;
1398
+ }, "strip", z.ZodTypeAny, {
1399
+ data?: unknown;
1400
+ render: "string" | "none" | "table";
1401
+ }, {
1402
+ data?: unknown;
1403
+ render?: "string" | "none" | "table" | undefined;
1404
+ }>, z.ZodVoid]>, z.ZodPromise<z.ZodUnion<[z.ZodObject<{
1405
+ data: z.ZodOptional<z.ZodUnknown>;
1406
+ render: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"table">, z.ZodLiteral<"string">]>>;
1407
+ }, "strip", z.ZodTypeAny, {
1408
+ data?: unknown;
1409
+ render: "string" | "none" | "table";
1410
+ }, {
1411
+ data?: unknown;
1412
+ render?: "string" | "none" | "table" | undefined;
1413
+ }>, z.ZodVoid]>>]>>, z.ZodPromise<z.ZodVoid>]>;
1414
+ encoding: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"json">, z.ZodLiteral<"application/json">]>>>;
1415
+ }, "handler">, {
1416
+ handler: z.ZodString;
1417
+ }>, "strip", z.ZodTypeAny, {
1418
+ positionals?: {
1419
+ required?: boolean | undefined;
1420
+ type?: "string" | "number" | "boolean" | undefined;
1421
+ defaultValue?: string | number | boolean | undefined;
1422
+ description: string;
1423
+ placeholder: string;
1424
+ }[] | undefined;
1425
+ options?: {
1426
+ boolean?: boolean | undefined;
1427
+ required?: boolean | undefined;
1428
+ type?: "string" | "number" | "boolean" | undefined;
1429
+ shortFlag?: string | undefined;
1430
+ defaultValue?: string | number | boolean | undefined;
1431
+ choices?: string[] | undefined;
1432
+ description: string;
1433
+ flag: string;
1434
+ }[] | undefined;
1435
+ hidden?: boolean | undefined;
1436
+ encoding?: "none" | "json" | "application/json" | undefined;
1437
+ handler: string;
1438
+ command: string;
1439
+ description: string;
1440
+ template: string;
1441
+ }, {
1442
+ positionals?: {
1443
+ required?: boolean | undefined;
1444
+ type?: "string" | "number" | "boolean" | undefined;
1445
+ defaultValue?: string | number | boolean | undefined;
1446
+ description: string;
1447
+ placeholder: string;
1448
+ }[] | undefined;
1449
+ options?: {
1450
+ boolean?: boolean | undefined;
1451
+ required?: boolean | undefined;
1452
+ type?: "string" | "number" | "boolean" | undefined;
1453
+ shortFlag?: string | undefined;
1454
+ defaultValue?: string | number | boolean | undefined;
1455
+ choices?: string[] | undefined;
1456
+ description: string;
1457
+ flag: string;
1458
+ }[] | undefined;
1459
+ hidden?: boolean | undefined;
1460
+ encoding?: "none" | "json" | "application/json" | undefined;
1461
+ handler: string;
1462
+ command: string;
1463
+ description: string;
1464
+ template: string;
1465
+ }>, import("./ParsedTemplate").ParsedTemplate, {
1466
+ positionals?: {
1467
+ required?: boolean | undefined;
1468
+ type?: "string" | "number" | "boolean" | undefined;
1469
+ defaultValue?: string | number | boolean | undefined;
1470
+ description: string;
1471
+ placeholder: string;
1472
+ }[] | undefined;
1473
+ options?: {
1474
+ boolean?: boolean | undefined;
1475
+ required?: boolean | undefined;
1476
+ type?: "string" | "number" | "boolean" | undefined;
1477
+ shortFlag?: string | undefined;
1478
+ defaultValue?: string | number | boolean | undefined;
1479
+ choices?: string[] | undefined;
1480
+ description: string;
1481
+ flag: string;
1482
+ }[] | undefined;
1483
+ hidden?: boolean | undefined;
1484
+ encoding?: "none" | "json" | "application/json" | undefined;
1485
+ handler: string;
1486
+ command: string;
1487
+ description: string;
1488
+ template: string;
1489
+ }>, "many">, import("./ParsedTemplate").ParsedTemplate[], unknown>>;
1490
+ }, {
1491
+ version: z.ZodEffects<z.ZodString, import("./VersionNumber").VersionNumber, string>;
1492
+ schema: z.ZodEffects<z.ZodString, import("./VersionNumber").VersionNumber, string>;
1493
+ alias: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodString]>, ({
1494
+ __type: import("./Alias").Alias;
1495
+ } & {
1496
+ __type: import("./SingleChar").SingleChar;
1497
+ } & {
1498
+ __type: import("./NonEmptyString").NonEmptyString;
1499
+ } & string) | ({
1500
+ __type: import("./Alias").Alias;
1501
+ } & {
1502
+ __type: import("./Verb").Verb;
1503
+ } & {
1504
+ __type: import("./NonEmptyString").NonEmptyString;
1505
+ } & string), string>;
1506
+ tasks: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodObject<{
1507
+ task: z.ZodString;
1508
+ command: z.ZodString;
1509
+ aliases: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>, "many">>;
1510
+ description: z.ZodOptional<z.ZodString>;
1511
+ example: z.ZodOptional<z.ZodString>;
1512
+ hidden: z.ZodOptional<z.ZodBoolean>;
1513
+ encoding: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"json">, z.ZodLiteral<"application/json">]>>>;
1514
+ handler: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodString]>;
1515
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
1516
+ shortFlag: z.ZodOptional<z.ZodString>;
1517
+ flag: z.ZodString;
1518
+ description: z.ZodString;
1519
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
1520
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
1521
+ required: z.ZodOptional<z.ZodBoolean>;
1522
+ boolean: z.ZodOptional<z.ZodBoolean>;
1523
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1524
+ }, "strip", z.ZodTypeAny, {
1525
+ boolean?: boolean | undefined;
1526
+ required?: boolean | undefined;
1527
+ type?: "string" | "number" | "boolean" | undefined;
1528
+ shortFlag?: string | undefined;
1529
+ defaultValue?: string | number | boolean | undefined;
1530
+ choices?: string[] | undefined;
1531
+ description: string;
1532
+ flag: string;
1533
+ }, {
1534
+ boolean?: boolean | undefined;
1535
+ required?: boolean | undefined;
1536
+ type?: "string" | "number" | "boolean" | undefined;
1537
+ shortFlag?: string | undefined;
1538
+ defaultValue?: string | number | boolean | undefined;
1539
+ choices?: string[] | undefined;
1540
+ description: string;
1541
+ flag: string;
1542
+ }>, "many">>;
1543
+ positionals: z.ZodOptional<z.ZodArray<z.ZodObject<{
1544
+ placeholder: z.ZodString;
1545
+ description: z.ZodString;
1546
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
1547
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
1548
+ required: z.ZodOptional<z.ZodBoolean>;
1549
+ }, "strip", z.ZodTypeAny, {
1550
+ required?: boolean | undefined;
1551
+ type?: "string" | "number" | "boolean" | undefined;
1552
+ defaultValue?: string | number | boolean | undefined;
1553
+ description: string;
1554
+ placeholder: string;
1555
+ }, {
1556
+ required?: boolean | undefined;
1557
+ type?: "string" | "number" | "boolean" | undefined;
1558
+ defaultValue?: string | number | boolean | undefined;
1559
+ description: string;
1560
+ placeholder: string;
1561
+ }>, "many">>;
1562
+ }, "strip", z.ZodTypeAny, {
1563
+ description?: string | undefined;
1564
+ positionals?: {
1565
+ required?: boolean | undefined;
1566
+ type?: "string" | "number" | "boolean" | undefined;
1567
+ defaultValue?: string | number | boolean | undefined;
1568
+ description: string;
1569
+ placeholder: string;
1570
+ }[] | undefined;
1571
+ options?: {
1572
+ boolean?: boolean | undefined;
1573
+ required?: boolean | undefined;
1574
+ type?: "string" | "number" | "boolean" | undefined;
1575
+ shortFlag?: string | undefined;
1576
+ defaultValue?: string | number | boolean | undefined;
1577
+ choices?: string[] | undefined;
1578
+ description: string;
1579
+ flag: string;
1580
+ }[] | undefined;
1581
+ hidden?: boolean | undefined;
1582
+ encoding?: "none" | "json" | "application/json" | undefined;
1583
+ aliases?: string[] | undefined;
1584
+ example?: string | undefined;
1585
+ handler: string;
1586
+ command: string;
1587
+ task: string;
1588
+ }, {
1589
+ description?: string | undefined;
1590
+ positionals?: {
1591
+ required?: boolean | undefined;
1592
+ type?: "string" | "number" | "boolean" | undefined;
1593
+ defaultValue?: string | number | boolean | undefined;
1594
+ description: string;
1595
+ placeholder: string;
1596
+ }[] | undefined;
1597
+ options?: {
1598
+ boolean?: boolean | undefined;
1599
+ required?: boolean | undefined;
1600
+ type?: "string" | "number" | "boolean" | undefined;
1601
+ shortFlag?: string | undefined;
1602
+ defaultValue?: string | number | boolean | undefined;
1603
+ choices?: string[] | undefined;
1604
+ description: string;
1605
+ flag: string;
1606
+ }[] | undefined;
1607
+ hidden?: boolean | undefined;
1608
+ encoding?: "none" | "json" | "application/json" | undefined;
1609
+ aliases?: string[] | undefined;
1610
+ example?: string | undefined;
1611
+ handler: string;
1612
+ command: string;
1613
+ task: string;
1614
+ }>, import("./Task").Task, {
1615
+ description?: string | undefined;
1616
+ positionals?: {
1617
+ required?: boolean | undefined;
1618
+ type?: "string" | "number" | "boolean" | undefined;
1619
+ defaultValue?: string | number | boolean | undefined;
1620
+ description: string;
1621
+ placeholder: string;
1622
+ }[] | undefined;
1623
+ options?: {
1624
+ boolean?: boolean | undefined;
1625
+ required?: boolean | undefined;
1626
+ type?: "string" | "number" | "boolean" | undefined;
1627
+ shortFlag?: string | undefined;
1628
+ defaultValue?: string | number | boolean | undefined;
1629
+ choices?: string[] | undefined;
1630
+ description: string;
1631
+ flag: string;
1632
+ }[] | undefined;
1633
+ hidden?: boolean | undefined;
1634
+ encoding?: "none" | "json" | "application/json" | undefined;
1635
+ aliases?: string[] | undefined;
1636
+ example?: string | undefined;
1637
+ handler: string;
1638
+ command: string;
1639
+ task: string;
1640
+ }>, "many">, import("./Task").Task[], unknown>>;
1641
+ operations: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodObject<Omit<{
1642
+ operation: z.ZodString;
1643
+ command: z.ZodString;
1644
+ description: z.ZodOptional<z.ZodString>;
1645
+ positionals: z.ZodOptional<z.ZodArray<z.ZodObject<{
1646
+ placeholder: z.ZodString;
1647
+ description: z.ZodString;
1648
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
1649
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
1650
+ required: z.ZodOptional<z.ZodBoolean>;
1651
+ }, "strip", z.ZodTypeAny, {
1652
+ required?: boolean | undefined;
1653
+ type?: "string" | "number" | "boolean" | undefined;
1654
+ defaultValue?: string | number | boolean | undefined;
1655
+ description: string;
1656
+ placeholder: string;
1657
+ }, {
1658
+ required?: boolean | undefined;
1659
+ type?: "string" | "number" | "boolean" | undefined;
1660
+ defaultValue?: string | number | boolean | undefined;
1661
+ description: string;
1662
+ placeholder: string;
1663
+ }>, "many">>;
1664
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
1665
+ shortFlag: z.ZodOptional<z.ZodString>;
1666
+ flag: z.ZodString;
1667
+ description: z.ZodString;
1668
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
1669
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
1670
+ required: z.ZodOptional<z.ZodBoolean>;
1671
+ boolean: z.ZodOptional<z.ZodBoolean>;
1672
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1673
+ }, "strip", z.ZodTypeAny, {
1674
+ boolean?: boolean | undefined;
1675
+ required?: boolean | undefined;
1676
+ type?: "string" | "number" | "boolean" | undefined;
1677
+ shortFlag?: string | undefined;
1678
+ defaultValue?: string | number | boolean | undefined;
1679
+ choices?: string[] | undefined;
1680
+ description: string;
1681
+ flag: string;
1682
+ }, {
1683
+ boolean?: boolean | undefined;
1684
+ required?: boolean | undefined;
1685
+ type?: "string" | "number" | "boolean" | undefined;
1686
+ shortFlag?: string | undefined;
1687
+ defaultValue?: string | number | boolean | undefined;
1688
+ choices?: string[] | undefined;
1689
+ description: string;
1690
+ flag: string;
1691
+ }>, "many">>;
1692
+ handler: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
1693
+ operations: z.ZodRecord<z.ZodString, z.ZodObject<{
1694
+ hash: z.ZodString;
1695
+ time: z.ZodNumber;
1696
+ output: z.ZodOptional<z.ZodUnknown>;
1697
+ }, "strip", z.ZodTypeAny, {
1698
+ output?: unknown;
1699
+ hash: string;
1700
+ time: number;
1701
+ }, {
1702
+ output?: unknown;
1703
+ hash: string;
1704
+ time: number;
1705
+ }>>;
1706
+ tasks: z.ZodRecord<z.ZodString, z.ZodObject<{
1707
+ task: z.ZodString;
1708
+ plugin: z.ZodString;
1709
+ time: z.ZodNumber;
1710
+ output: z.ZodOptional<z.ZodUnknown>;
1711
+ }, "strip", z.ZodTypeAny, {
1712
+ output?: unknown;
1713
+ plugin: string;
1714
+ task: string;
1715
+ time: number;
1716
+ }, {
1717
+ output?: unknown;
1718
+ plugin: string;
1719
+ task: string;
1720
+ time: number;
1721
+ }>>;
1722
+ }, "strip", z.ZodTypeAny, {
1723
+ operations: Record<string, {
1724
+ output?: unknown;
1725
+ hash: string;
1726
+ time: number;
1727
+ }>;
1728
+ tasks: Record<string, {
1729
+ output?: unknown;
1730
+ plugin: string;
1731
+ task: string;
1732
+ time: number;
1733
+ }>;
1734
+ }, {
1735
+ operations: Record<string, {
1736
+ output?: unknown;
1737
+ hash: string;
1738
+ time: number;
1739
+ }>;
1740
+ tasks: Record<string, {
1741
+ output?: unknown;
1742
+ plugin: string;
1743
+ task: string;
1744
+ time: number;
1745
+ }>;
1746
+ }>], z.ZodUnknown>, z.ZodFunction<z.ZodTuple<[z.ZodObject<z.extendShape<Omit<{
1747
+ _: z.ZodArray<z.ZodString, "many">;
1748
+ projectDir: z.ZodString;
1749
+ maxConcurrency: z.ZodNumber;
1750
+ debug: z.ZodBoolean;
1751
+ disableState: z.ZodBoolean;
1752
+ logPluginRequests: z.ZodBoolean;
1753
+ fromVsCode: z.ZodBoolean;
1754
+ version: z.ZodBoolean;
1755
+ build: z.ZodBoolean;
1756
+ help: z.ZodBoolean;
1757
+ yes: z.ZodBoolean;
1758
+ plugin: z.ZodOptional<z.ZodString>;
1759
+ env: z.ZodString;
1760
+ quickstart: z.ZodString;
1761
+ setBuild: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1762
+ setVersion: z.ZodString;
1763
+ }, "quickstart">, {
1764
+ taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
1765
+ config: z.ZodObject<z.extendShape<{
1766
+ language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
1767
+ plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
1768
+ type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
1769
+ name: z.ZodString;
1770
+ }, "strip", z.ZodTypeAny, {
1771
+ type: "npm" | "binary" | "deno";
1772
+ name: string;
1773
+ }, {
1774
+ type: "npm" | "binary" | "deno";
1775
+ name: string;
1776
+ }>, "many">>;
1777
+ contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1778
+ artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1779
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1780
+ label: z.ZodString;
1781
+ rpcUrl: z.ZodString;
1782
+ protocol: z.ZodString;
1783
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1784
+ publicKey: z.ZodString;
1785
+ publicKeyHash: z.ZodString;
1786
+ privateKey: z.ZodString;
1787
+ }, "strip", z.ZodTypeAny, {
1788
+ publicKey: string;
1789
+ publicKeyHash: string;
1790
+ privateKey: string;
1791
+ }, {
1792
+ publicKey: string;
1793
+ publicKeyHash: string;
1794
+ privateKey: string;
1795
+ }>>>;
1796
+ faucet: z.ZodOptional<z.ZodObject<{
1797
+ pkh: z.ZodString;
1798
+ mnemonic: z.ZodArray<z.ZodString, "many">;
1799
+ email: z.ZodString;
1800
+ password: z.ZodString;
1801
+ amount: z.ZodString;
1802
+ activation_code: z.ZodString;
1803
+ }, "strip", z.ZodTypeAny, {
1804
+ pkh: string;
1805
+ mnemonic: string[];
1806
+ email: string;
1807
+ password: string;
1808
+ amount: string;
1809
+ activation_code: string;
1810
+ }, {
1811
+ pkh: string;
1812
+ mnemonic: string[];
1813
+ email: string;
1814
+ password: string;
1815
+ amount: string;
1816
+ activation_code: string;
1817
+ }>>;
1818
+ }, "strip", z.ZodTypeAny, {
1819
+ accounts?: Record<string, {
1820
+ publicKey: string;
1821
+ publicKeyHash: string;
1822
+ privateKey: string;
1823
+ }> | undefined;
1824
+ faucet?: {
1825
+ pkh: string;
1826
+ mnemonic: string[];
1827
+ email: string;
1828
+ password: string;
1829
+ amount: string;
1830
+ activation_code: string;
1831
+ } | undefined;
1832
+ label: string;
1833
+ rpcUrl: string;
1834
+ protocol: string;
1835
+ }, {
1836
+ accounts?: Record<string, {
1837
+ publicKey: string;
1838
+ publicKeyHash: string;
1839
+ privateKey: string;
1840
+ }> | undefined;
1841
+ faucet?: {
1842
+ pkh: string;
1843
+ mnemonic: string[];
1844
+ email: string;
1845
+ password: string;
1846
+ amount: string;
1847
+ activation_code: string;
1848
+ } | undefined;
1849
+ label: string;
1850
+ rpcUrl: string;
1851
+ protocol: string;
1852
+ }>>>;
1853
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1854
+ label: z.ZodString;
1855
+ rpcUrl: z.ZodString;
1856
+ protocol: z.ZodString;
1857
+ attributes: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
1858
+ plugin: z.ZodOptional<z.ZodString>;
1859
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
1860
+ encryptedKey: z.ZodString;
1861
+ publicKeyHash: z.ZodString;
1862
+ secretKey: z.ZodString;
1863
+ }, "strip", z.ZodTypeAny, {
1864
+ publicKeyHash: string;
1865
+ encryptedKey: string;
1866
+ secretKey: string;
1867
+ }, {
1868
+ publicKeyHash: string;
1869
+ encryptedKey: string;
1870
+ secretKey: string;
1871
+ }>, z.ZodString]>>>;
1872
+ tzkt: z.ZodOptional<z.ZodObject<{
1873
+ disableAutostartWithSandbox: z.ZodOptional<z.ZodBoolean>;
1874
+ postgresqlPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1875
+ apiPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1876
+ }, "strip", z.ZodTypeAny, {
1877
+ disableAutostartWithSandbox?: boolean | undefined;
1878
+ postgresqlPort?: number | undefined;
1879
+ apiPort?: number | undefined;
1880
+ }, {
1881
+ disableAutostartWithSandbox?: boolean | undefined;
1882
+ postgresqlPort?: number | undefined;
1883
+ apiPort?: number | undefined;
1884
+ }>>;
1885
+ }, "strip", z.ZodTypeAny, {
1886
+ plugin?: string | undefined;
1887
+ accounts?: Record<string, string | {
1888
+ publicKeyHash: string;
1889
+ encryptedKey: string;
1890
+ secretKey: string;
1891
+ }> | undefined;
1892
+ attributes?: string | number | boolean | undefined;
1893
+ tzkt?: {
1894
+ disableAutostartWithSandbox?: boolean | undefined;
1895
+ postgresqlPort?: number | undefined;
1896
+ apiPort?: number | undefined;
1897
+ } | undefined;
1898
+ label: string;
1899
+ rpcUrl: string;
1900
+ protocol: string;
1901
+ }, {
1902
+ plugin?: string | undefined;
1903
+ accounts?: Record<string, string | {
1904
+ publicKeyHash: string;
1905
+ encryptedKey: string;
1906
+ secretKey: string;
1907
+ }> | undefined;
1908
+ attributes?: string | number | boolean | undefined;
1909
+ tzkt?: {
1910
+ disableAutostartWithSandbox?: boolean | undefined;
1911
+ postgresqlPort?: number | undefined;
1912
+ apiPort?: number | undefined;
1913
+ } | undefined;
1914
+ label: string;
1915
+ rpcUrl: string;
1916
+ protocol: string;
1917
+ }>>>;
1918
+ environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
1919
+ networks: z.ZodArray<z.ZodString, "many">;
1920
+ sandboxes: z.ZodArray<z.ZodString, "many">;
1921
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1922
+ aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
1923
+ }, "strip", z.ZodTypeAny, {
1924
+ storage?: Record<string, string> | undefined;
1925
+ aliases?: Record<string, Record<string, string>> | undefined;
1926
+ networks: string[];
1927
+ sandboxes: string[];
1928
+ }, {
1929
+ storage?: Record<string, string> | undefined;
1930
+ aliases?: Record<string, Record<string, string>> | undefined;
1931
+ networks: string[];
1932
+ sandboxes: string[];
1933
+ }>, z.ZodString]>>;
1934
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1935
+ contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1936
+ sourceFile: z.ZodString;
1937
+ hash: z.ZodString;
1938
+ }, "strip", z.ZodTypeAny, {
1939
+ sourceFile: string;
1940
+ hash: string;
1941
+ }, {
1942
+ sourceFile: string;
1943
+ hash: string;
1944
+ }>>>;
1945
+ metadata: z.ZodOptional<z.ZodObject<{
1946
+ name: z.ZodOptional<z.ZodString>;
1947
+ projectDescription: z.ZodOptional<z.ZodString>;
1948
+ authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1949
+ license: z.ZodOptional<z.ZodString>;
1950
+ homepage: z.ZodOptional<z.ZodString>;
1951
+ }, "strip", z.ZodTypeAny, {
1952
+ name?: string | undefined;
1953
+ projectDescription?: string | undefined;
1954
+ authors?: string[] | undefined;
1955
+ license?: string | undefined;
1956
+ homepage?: string | undefined;
1957
+ }, {
1958
+ name?: string | undefined;
1959
+ projectDescription?: string | undefined;
1960
+ authors?: string[] | undefined;
1961
+ license?: string | undefined;
1962
+ homepage?: string | undefined;
1963
+ }>>;
1964
+ }, {
1965
+ projectDir: z.ZodString;
1966
+ configFile: z.ZodString;
1967
+ hash: z.ZodString;
1968
+ }>, "strip", z.ZodTypeAny, {
1969
+ sandbox?: Record<string, {
1970
+ plugin?: string | undefined;
1971
+ accounts?: Record<string, string | {
1972
+ publicKeyHash: string;
1973
+ encryptedKey: string;
1974
+ secretKey: string;
1975
+ }> | undefined;
1976
+ attributes?: string | number | boolean | undefined;
1977
+ tzkt?: {
1978
+ disableAutostartWithSandbox?: boolean | undefined;
1979
+ postgresqlPort?: number | undefined;
1980
+ apiPort?: number | undefined;
1981
+ } | undefined;
1982
+ label: string;
1983
+ rpcUrl: string;
1984
+ protocol: string;
1985
+ }> | undefined;
1986
+ language?: "en" | "fr" | undefined;
1987
+ plugins?: {
1988
+ type: "npm" | "binary" | "deno";
1989
+ name: string;
1990
+ }[] | undefined;
1991
+ contractsDir?: string | undefined;
1992
+ artifactsDir?: string | undefined;
1993
+ network?: Record<string, {
1994
+ accounts?: Record<string, {
1995
+ publicKey: string;
1996
+ publicKeyHash: string;
1997
+ privateKey: string;
1998
+ }> | undefined;
1999
+ faucet?: {
2000
+ pkh: string;
2001
+ mnemonic: string[];
2002
+ email: string;
2003
+ password: string;
2004
+ amount: string;
2005
+ activation_code: string;
2006
+ } | undefined;
2007
+ label: string;
2008
+ rpcUrl: string;
2009
+ protocol: string;
2010
+ }> | undefined;
2011
+ accounts?: Record<string, string> | undefined;
2012
+ contracts?: Record<string, {
2013
+ sourceFile: string;
2014
+ hash: string;
2015
+ }> | undefined;
2016
+ metadata?: {
2017
+ name?: string | undefined;
2018
+ projectDescription?: string | undefined;
2019
+ authors?: string[] | undefined;
2020
+ license?: string | undefined;
2021
+ homepage?: string | undefined;
2022
+ } | undefined;
2023
+ projectDir: string;
2024
+ environment: Record<string, string | {
2025
+ storage?: Record<string, string> | undefined;
2026
+ aliases?: Record<string, Record<string, string>> | undefined;
2027
+ networks: string[];
2028
+ sandboxes: string[];
2029
+ }>;
2030
+ hash: string;
2031
+ configFile: string;
2032
+ }, {
2033
+ sandbox?: Record<string, {
2034
+ plugin?: string | undefined;
2035
+ accounts?: Record<string, string | {
2036
+ publicKeyHash: string;
2037
+ encryptedKey: string;
2038
+ secretKey: string;
2039
+ }> | undefined;
2040
+ attributes?: string | number | boolean | undefined;
2041
+ tzkt?: {
2042
+ disableAutostartWithSandbox?: boolean | undefined;
2043
+ postgresqlPort?: number | undefined;
2044
+ apiPort?: number | undefined;
2045
+ } | undefined;
2046
+ label: string;
2047
+ rpcUrl: string;
2048
+ protocol: string;
2049
+ }> | undefined;
2050
+ language?: "en" | "fr" | undefined;
2051
+ plugins?: {
2052
+ type: "npm" | "binary" | "deno";
2053
+ name: string;
2054
+ }[] | undefined;
2055
+ contractsDir?: string | undefined;
2056
+ artifactsDir?: string | undefined;
2057
+ network?: Record<string, {
2058
+ accounts?: Record<string, {
2059
+ publicKey: string;
2060
+ publicKeyHash: string;
2061
+ privateKey: string;
2062
+ }> | undefined;
2063
+ faucet?: {
2064
+ pkh: string;
2065
+ mnemonic: string[];
2066
+ email: string;
2067
+ password: string;
2068
+ amount: string;
2069
+ activation_code: string;
2070
+ } | undefined;
2071
+ label: string;
2072
+ rpcUrl: string;
2073
+ protocol: string;
2074
+ }> | undefined;
2075
+ accounts?: Record<string, string> | undefined;
2076
+ contracts?: Record<string, {
2077
+ sourceFile: string;
2078
+ hash: string;
2079
+ }> | undefined;
2080
+ metadata?: {
2081
+ name?: string | undefined;
2082
+ projectDescription?: string | undefined;
2083
+ authors?: string[] | undefined;
2084
+ license?: string | undefined;
2085
+ homepage?: string | undefined;
2086
+ } | undefined;
2087
+ projectDir: string;
2088
+ environment: Record<string, string | {
2089
+ storage?: Record<string, string> | undefined;
2090
+ aliases?: Record<string, Record<string, string>> | undefined;
2091
+ networks: string[];
2092
+ sandboxes: string[];
2093
+ }>;
2094
+ hash: string;
2095
+ configFile: string;
2096
+ }>;
2097
+ }>, "passthrough", z.ZodTypeAny, {
2098
+ plugin?: string | undefined;
2099
+ _: string[];
2100
+ projectDir: string;
2101
+ maxConcurrency: number;
2102
+ debug: boolean;
2103
+ disableState: boolean;
2104
+ logPluginRequests: boolean;
2105
+ fromVsCode: boolean;
2106
+ version: boolean;
2107
+ build: boolean;
2108
+ help: boolean;
2109
+ yes: boolean;
2110
+ env: string;
2111
+ setBuild: string | number;
2112
+ setVersion: string;
2113
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2114
+ config: {
2115
+ sandbox?: Record<string, {
2116
+ plugin?: string | undefined;
2117
+ accounts?: Record<string, string | {
2118
+ publicKeyHash: string;
2119
+ encryptedKey: string;
2120
+ secretKey: string;
2121
+ }> | undefined;
2122
+ attributes?: string | number | boolean | undefined;
2123
+ tzkt?: {
2124
+ disableAutostartWithSandbox?: boolean | undefined;
2125
+ postgresqlPort?: number | undefined;
2126
+ apiPort?: number | undefined;
2127
+ } | undefined;
2128
+ label: string;
2129
+ rpcUrl: string;
2130
+ protocol: string;
2131
+ }> | undefined;
2132
+ language?: "en" | "fr" | undefined;
2133
+ plugins?: {
2134
+ type: "npm" | "binary" | "deno";
2135
+ name: string;
2136
+ }[] | undefined;
2137
+ contractsDir?: string | undefined;
2138
+ artifactsDir?: string | undefined;
2139
+ network?: Record<string, {
2140
+ accounts?: Record<string, {
2141
+ publicKey: string;
2142
+ publicKeyHash: string;
2143
+ privateKey: string;
2144
+ }> | undefined;
2145
+ faucet?: {
2146
+ pkh: string;
2147
+ mnemonic: string[];
2148
+ email: string;
2149
+ password: string;
2150
+ amount: string;
2151
+ activation_code: string;
2152
+ } | undefined;
2153
+ label: string;
2154
+ rpcUrl: string;
2155
+ protocol: string;
2156
+ }> | undefined;
2157
+ accounts?: Record<string, string> | undefined;
2158
+ contracts?: Record<string, {
2159
+ sourceFile: string;
2160
+ hash: string;
2161
+ }> | undefined;
2162
+ metadata?: {
2163
+ name?: string | undefined;
2164
+ projectDescription?: string | undefined;
2165
+ authors?: string[] | undefined;
2166
+ license?: string | undefined;
2167
+ homepage?: string | undefined;
2168
+ } | undefined;
2169
+ projectDir: string;
2170
+ environment: Record<string, string | {
2171
+ storage?: Record<string, string> | undefined;
2172
+ aliases?: Record<string, Record<string, string>> | undefined;
2173
+ networks: string[];
2174
+ sandboxes: string[];
2175
+ }>;
2176
+ hash: string;
2177
+ configFile: string;
2178
+ };
2179
+ }, {
2180
+ plugin?: string | undefined;
2181
+ _: string[];
2182
+ projectDir: string;
2183
+ maxConcurrency: number;
2184
+ debug: boolean;
2185
+ disableState: boolean;
2186
+ logPluginRequests: boolean;
2187
+ fromVsCode: boolean;
2188
+ version: boolean;
2189
+ build: boolean;
2190
+ help: boolean;
2191
+ yes: boolean;
2192
+ env: string;
2193
+ setBuild: string | number;
2194
+ setVersion: string;
2195
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2196
+ config: {
2197
+ sandbox?: Record<string, {
2198
+ plugin?: string | undefined;
2199
+ accounts?: Record<string, string | {
2200
+ publicKeyHash: string;
2201
+ encryptedKey: string;
2202
+ secretKey: string;
2203
+ }> | undefined;
2204
+ attributes?: string | number | boolean | undefined;
2205
+ tzkt?: {
2206
+ disableAutostartWithSandbox?: boolean | undefined;
2207
+ postgresqlPort?: number | undefined;
2208
+ apiPort?: number | undefined;
2209
+ } | undefined;
2210
+ label: string;
2211
+ rpcUrl: string;
2212
+ protocol: string;
2213
+ }> | undefined;
2214
+ language?: "en" | "fr" | undefined;
2215
+ plugins?: {
2216
+ type: "npm" | "binary" | "deno";
2217
+ name: string;
2218
+ }[] | undefined;
2219
+ contractsDir?: string | undefined;
2220
+ artifactsDir?: string | undefined;
2221
+ network?: Record<string, {
2222
+ accounts?: Record<string, {
2223
+ publicKey: string;
2224
+ publicKeyHash: string;
2225
+ privateKey: string;
2226
+ }> | undefined;
2227
+ faucet?: {
2228
+ pkh: string;
2229
+ mnemonic: string[];
2230
+ email: string;
2231
+ password: string;
2232
+ amount: string;
2233
+ activation_code: string;
2234
+ } | undefined;
2235
+ label: string;
2236
+ rpcUrl: string;
2237
+ protocol: string;
2238
+ }> | undefined;
2239
+ accounts?: Record<string, string> | undefined;
2240
+ contracts?: Record<string, {
2241
+ sourceFile: string;
2242
+ hash: string;
2243
+ }> | undefined;
2244
+ metadata?: {
2245
+ name?: string | undefined;
2246
+ projectDescription?: string | undefined;
2247
+ authors?: string[] | undefined;
2248
+ license?: string | undefined;
2249
+ homepage?: string | undefined;
2250
+ } | undefined;
2251
+ projectDir: string;
2252
+ environment: Record<string, string | {
2253
+ storage?: Record<string, string> | undefined;
2254
+ aliases?: Record<string, Record<string, string>> | undefined;
2255
+ networks: string[];
2256
+ sandboxes: string[];
2257
+ }>;
2258
+ hash: string;
2259
+ configFile: string;
2260
+ };
2261
+ }>], z.ZodUnknown>, z.ZodVoid>>>;
2262
+ }, "handler">, "strip", z.ZodTypeAny, {
2263
+ description?: string | undefined;
2264
+ positionals?: {
2265
+ required?: boolean | undefined;
2266
+ type?: "string" | "number" | "boolean" | undefined;
2267
+ defaultValue?: string | number | boolean | undefined;
2268
+ description: string;
2269
+ placeholder: string;
2270
+ }[] | undefined;
2271
+ options?: {
2272
+ boolean?: boolean | undefined;
2273
+ required?: boolean | undefined;
2274
+ type?: "string" | "number" | "boolean" | undefined;
2275
+ shortFlag?: string | undefined;
2276
+ defaultValue?: string | number | boolean | undefined;
2277
+ choices?: string[] | undefined;
2278
+ description: string;
2279
+ flag: string;
2280
+ }[] | undefined;
2281
+ operation: string;
2282
+ command: string;
2283
+ }, {
2284
+ description?: string | undefined;
2285
+ positionals?: {
2286
+ required?: boolean | undefined;
2287
+ type?: "string" | "number" | "boolean" | undefined;
2288
+ defaultValue?: string | number | boolean | undefined;
2289
+ description: string;
2290
+ placeholder: string;
2291
+ }[] | undefined;
2292
+ options?: {
2293
+ boolean?: boolean | undefined;
2294
+ required?: boolean | undefined;
2295
+ type?: "string" | "number" | "boolean" | undefined;
2296
+ shortFlag?: string | undefined;
2297
+ defaultValue?: string | number | boolean | undefined;
2298
+ choices?: string[] | undefined;
2299
+ description: string;
2300
+ flag: string;
2301
+ }[] | undefined;
2302
+ operation: string;
2303
+ command: string;
2304
+ }>, ParsedOperation.ParsedOperation, {
2305
+ description?: string | undefined;
2306
+ positionals?: {
2307
+ required?: boolean | undefined;
2308
+ type?: "string" | "number" | "boolean" | undefined;
2309
+ defaultValue?: string | number | boolean | undefined;
2310
+ description: string;
2311
+ placeholder: string;
2312
+ }[] | undefined;
2313
+ options?: {
2314
+ boolean?: boolean | undefined;
2315
+ required?: boolean | undefined;
2316
+ type?: "string" | "number" | "boolean" | undefined;
2317
+ shortFlag?: string | undefined;
2318
+ defaultValue?: string | number | boolean | undefined;
2319
+ choices?: string[] | undefined;
2320
+ description: string;
2321
+ flag: string;
2322
+ }[] | undefined;
2323
+ operation: string;
2324
+ command: string;
2325
+ }>, "many">, ParsedOperation.ParsedOperation[], unknown>>;
2326
+ templates: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodObject<z.extendShape<Omit<{
2327
+ template: z.ZodString;
2328
+ command: z.ZodString;
2329
+ description: z.ZodString;
2330
+ hidden: z.ZodOptional<z.ZodBoolean>;
2331
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
2332
+ shortFlag: z.ZodOptional<z.ZodString>;
2333
+ flag: z.ZodString;
2334
+ description: z.ZodString;
2335
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
2336
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
2337
+ required: z.ZodOptional<z.ZodBoolean>;
2338
+ boolean: z.ZodOptional<z.ZodBoolean>;
2339
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2340
+ }, "strip", z.ZodTypeAny, {
2341
+ boolean?: boolean | undefined;
2342
+ required?: boolean | undefined;
2343
+ type?: "string" | "number" | "boolean" | undefined;
2344
+ shortFlag?: string | undefined;
2345
+ defaultValue?: string | number | boolean | undefined;
2346
+ choices?: string[] | undefined;
2347
+ description: string;
2348
+ flag: string;
2349
+ }, {
2350
+ boolean?: boolean | undefined;
2351
+ required?: boolean | undefined;
2352
+ type?: "string" | "number" | "boolean" | undefined;
2353
+ shortFlag?: string | undefined;
2354
+ defaultValue?: string | number | boolean | undefined;
2355
+ choices?: string[] | undefined;
2356
+ description: string;
2357
+ flag: string;
2358
+ }>, "many">>;
2359
+ positionals: z.ZodOptional<z.ZodArray<z.ZodObject<{
2360
+ placeholder: z.ZodString;
2361
+ description: z.ZodString;
2362
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
2363
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
2364
+ required: z.ZodOptional<z.ZodBoolean>;
2365
+ }, "strip", z.ZodTypeAny, {
2366
+ required?: boolean | undefined;
2367
+ type?: "string" | "number" | "boolean" | undefined;
2368
+ defaultValue?: string | number | boolean | undefined;
2369
+ description: string;
2370
+ placeholder: string;
2371
+ }, {
2372
+ required?: boolean | undefined;
2373
+ type?: "string" | "number" | "boolean" | undefined;
2374
+ defaultValue?: string | number | boolean | undefined;
2375
+ description: string;
2376
+ placeholder: string;
2377
+ }>, "many">>;
2378
+ handler: z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodObject<z.extendShape<Omit<{
2379
+ _: z.ZodArray<z.ZodString, "many">;
2380
+ projectDir: z.ZodString;
2381
+ maxConcurrency: z.ZodNumber;
2382
+ debug: z.ZodBoolean;
2383
+ disableState: z.ZodBoolean;
2384
+ logPluginRequests: z.ZodBoolean;
2385
+ fromVsCode: z.ZodBoolean;
2386
+ version: z.ZodBoolean;
2387
+ build: z.ZodBoolean;
2388
+ help: z.ZodBoolean;
2389
+ yes: z.ZodBoolean;
2390
+ plugin: z.ZodOptional<z.ZodString>;
2391
+ env: z.ZodString;
2392
+ quickstart: z.ZodString;
2393
+ setBuild: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
2394
+ setVersion: z.ZodString;
2395
+ }, "quickstart">, {
2396
+ taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
2397
+ config: z.ZodObject<z.extendShape<{
2398
+ language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
2399
+ plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
2400
+ type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
2401
+ name: z.ZodString;
2402
+ }, "strip", z.ZodTypeAny, {
2403
+ type: "npm" | "binary" | "deno";
2404
+ name: string;
2405
+ }, {
2406
+ type: "npm" | "binary" | "deno";
2407
+ name: string;
2408
+ }>, "many">>;
2409
+ contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2410
+ artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
2411
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2412
+ label: z.ZodString;
2413
+ rpcUrl: z.ZodString;
2414
+ protocol: z.ZodString;
2415
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2416
+ publicKey: z.ZodString;
2417
+ publicKeyHash: z.ZodString;
2418
+ privateKey: z.ZodString;
2419
+ }, "strip", z.ZodTypeAny, {
2420
+ publicKey: string;
2421
+ publicKeyHash: string;
2422
+ privateKey: string;
2423
+ }, {
2424
+ publicKey: string;
2425
+ publicKeyHash: string;
2426
+ privateKey: string;
2427
+ }>>>;
2428
+ faucet: z.ZodOptional<z.ZodObject<{
2429
+ pkh: z.ZodString;
2430
+ mnemonic: z.ZodArray<z.ZodString, "many">;
2431
+ email: z.ZodString;
2432
+ password: z.ZodString;
2433
+ amount: z.ZodString;
2434
+ activation_code: z.ZodString;
2435
+ }, "strip", z.ZodTypeAny, {
2436
+ pkh: string;
2437
+ mnemonic: string[];
2438
+ email: string;
2439
+ password: string;
2440
+ amount: string;
2441
+ activation_code: string;
2442
+ }, {
2443
+ pkh: string;
2444
+ mnemonic: string[];
2445
+ email: string;
2446
+ password: string;
2447
+ amount: string;
2448
+ activation_code: string;
2449
+ }>>;
2450
+ }, "strip", z.ZodTypeAny, {
2451
+ accounts?: Record<string, {
2452
+ publicKey: string;
2453
+ publicKeyHash: string;
2454
+ privateKey: string;
2455
+ }> | undefined;
2456
+ faucet?: {
2457
+ pkh: string;
2458
+ mnemonic: string[];
2459
+ email: string;
2460
+ password: string;
2461
+ amount: string;
2462
+ activation_code: string;
2463
+ } | undefined;
2464
+ label: string;
2465
+ rpcUrl: string;
2466
+ protocol: string;
2467
+ }, {
2468
+ accounts?: Record<string, {
2469
+ publicKey: string;
2470
+ publicKeyHash: string;
2471
+ privateKey: string;
2472
+ }> | undefined;
2473
+ faucet?: {
2474
+ pkh: string;
2475
+ mnemonic: string[];
2476
+ email: string;
2477
+ password: string;
2478
+ amount: string;
2479
+ activation_code: string;
2480
+ } | undefined;
2481
+ label: string;
2482
+ rpcUrl: string;
2483
+ protocol: string;
2484
+ }>>>;
2485
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2486
+ label: z.ZodString;
2487
+ rpcUrl: z.ZodString;
2488
+ protocol: z.ZodString;
2489
+ attributes: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
2490
+ plugin: z.ZodOptional<z.ZodString>;
2491
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2492
+ encryptedKey: z.ZodString;
2493
+ publicKeyHash: z.ZodString;
2494
+ secretKey: z.ZodString;
2495
+ }, "strip", z.ZodTypeAny, {
2496
+ publicKeyHash: string;
2497
+ encryptedKey: string;
2498
+ secretKey: string;
2499
+ }, {
2500
+ publicKeyHash: string;
2501
+ encryptedKey: string;
2502
+ secretKey: string;
2503
+ }>, z.ZodString]>>>;
2504
+ tzkt: z.ZodOptional<z.ZodObject<{
2505
+ disableAutostartWithSandbox: z.ZodOptional<z.ZodBoolean>;
2506
+ postgresqlPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2507
+ apiPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
2508
+ }, "strip", z.ZodTypeAny, {
2509
+ disableAutostartWithSandbox?: boolean | undefined;
2510
+ postgresqlPort?: number | undefined;
2511
+ apiPort?: number | undefined;
2512
+ }, {
2513
+ disableAutostartWithSandbox?: boolean | undefined;
2514
+ postgresqlPort?: number | undefined;
2515
+ apiPort?: number | undefined;
2516
+ }>>;
2517
+ }, "strip", z.ZodTypeAny, {
2518
+ plugin?: string | undefined;
2519
+ accounts?: Record<string, string | {
2520
+ publicKeyHash: string;
2521
+ encryptedKey: string;
2522
+ secretKey: string;
2523
+ }> | undefined;
2524
+ attributes?: string | number | boolean | undefined;
2525
+ tzkt?: {
2526
+ disableAutostartWithSandbox?: boolean | undefined;
2527
+ postgresqlPort?: number | undefined;
2528
+ apiPort?: number | undefined;
2529
+ } | undefined;
2530
+ label: string;
2531
+ rpcUrl: string;
2532
+ protocol: string;
2533
+ }, {
2534
+ plugin?: string | undefined;
2535
+ accounts?: Record<string, string | {
2536
+ publicKeyHash: string;
2537
+ encryptedKey: string;
2538
+ secretKey: string;
2539
+ }> | undefined;
2540
+ attributes?: string | number | boolean | undefined;
2541
+ tzkt?: {
2542
+ disableAutostartWithSandbox?: boolean | undefined;
2543
+ postgresqlPort?: number | undefined;
2544
+ apiPort?: number | undefined;
2545
+ } | undefined;
2546
+ label: string;
2547
+ rpcUrl: string;
2548
+ protocol: string;
2549
+ }>>>;
2550
+ environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
2551
+ networks: z.ZodArray<z.ZodString, "many">;
2552
+ sandboxes: z.ZodArray<z.ZodString, "many">;
2553
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2554
+ aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
2555
+ }, "strip", z.ZodTypeAny, {
2556
+ storage?: Record<string, string> | undefined;
2557
+ aliases?: Record<string, Record<string, string>> | undefined;
2558
+ networks: string[];
2559
+ sandboxes: string[];
2560
+ }, {
2561
+ storage?: Record<string, string> | undefined;
2562
+ aliases?: Record<string, Record<string, string>> | undefined;
2563
+ networks: string[];
2564
+ sandboxes: string[];
2565
+ }>, z.ZodString]>>;
2566
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2567
+ contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2568
+ sourceFile: z.ZodString;
2569
+ hash: z.ZodString;
2570
+ }, "strip", z.ZodTypeAny, {
2571
+ sourceFile: string;
2572
+ hash: string;
2573
+ }, {
2574
+ sourceFile: string;
2575
+ hash: string;
2576
+ }>>>;
2577
+ metadata: z.ZodOptional<z.ZodObject<{
2578
+ name: z.ZodOptional<z.ZodString>;
2579
+ projectDescription: z.ZodOptional<z.ZodString>;
2580
+ authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2581
+ license: z.ZodOptional<z.ZodString>;
2582
+ homepage: z.ZodOptional<z.ZodString>;
2583
+ }, "strip", z.ZodTypeAny, {
2584
+ name?: string | undefined;
2585
+ projectDescription?: string | undefined;
2586
+ authors?: string[] | undefined;
2587
+ license?: string | undefined;
2588
+ homepage?: string | undefined;
2589
+ }, {
2590
+ name?: string | undefined;
2591
+ projectDescription?: string | undefined;
2592
+ authors?: string[] | undefined;
2593
+ license?: string | undefined;
2594
+ homepage?: string | undefined;
2595
+ }>>;
2596
+ }, {
2597
+ projectDir: z.ZodString;
2598
+ configFile: z.ZodString;
2599
+ hash: z.ZodString;
2600
+ }>, "strip", z.ZodTypeAny, {
2601
+ sandbox?: Record<string, {
2602
+ plugin?: string | undefined;
2603
+ accounts?: Record<string, string | {
2604
+ publicKeyHash: string;
2605
+ encryptedKey: string;
2606
+ secretKey: string;
2607
+ }> | undefined;
2608
+ attributes?: string | number | boolean | undefined;
2609
+ tzkt?: {
2610
+ disableAutostartWithSandbox?: boolean | undefined;
2611
+ postgresqlPort?: number | undefined;
2612
+ apiPort?: number | undefined;
2613
+ } | undefined;
2614
+ label: string;
2615
+ rpcUrl: string;
2616
+ protocol: string;
2617
+ }> | undefined;
2618
+ language?: "en" | "fr" | undefined;
2619
+ plugins?: {
2620
+ type: "npm" | "binary" | "deno";
2621
+ name: string;
2622
+ }[] | undefined;
2623
+ contractsDir?: string | undefined;
2624
+ artifactsDir?: string | undefined;
2625
+ network?: Record<string, {
2626
+ accounts?: Record<string, {
2627
+ publicKey: string;
2628
+ publicKeyHash: string;
2629
+ privateKey: string;
2630
+ }> | undefined;
2631
+ faucet?: {
2632
+ pkh: string;
2633
+ mnemonic: string[];
2634
+ email: string;
2635
+ password: string;
2636
+ amount: string;
2637
+ activation_code: string;
2638
+ } | undefined;
2639
+ label: string;
2640
+ rpcUrl: string;
2641
+ protocol: string;
2642
+ }> | undefined;
2643
+ accounts?: Record<string, string> | undefined;
2644
+ contracts?: Record<string, {
2645
+ sourceFile: string;
2646
+ hash: string;
2647
+ }> | undefined;
2648
+ metadata?: {
2649
+ name?: string | undefined;
2650
+ projectDescription?: string | undefined;
2651
+ authors?: string[] | undefined;
2652
+ license?: string | undefined;
2653
+ homepage?: string | undefined;
2654
+ } | undefined;
2655
+ projectDir: string;
2656
+ environment: Record<string, string | {
2657
+ storage?: Record<string, string> | undefined;
2658
+ aliases?: Record<string, Record<string, string>> | undefined;
2659
+ networks: string[];
2660
+ sandboxes: string[];
2661
+ }>;
2662
+ hash: string;
2663
+ configFile: string;
2664
+ }, {
2665
+ sandbox?: Record<string, {
2666
+ plugin?: string | undefined;
2667
+ accounts?: Record<string, string | {
2668
+ publicKeyHash: string;
2669
+ encryptedKey: string;
2670
+ secretKey: string;
2671
+ }> | undefined;
2672
+ attributes?: string | number | boolean | undefined;
2673
+ tzkt?: {
2674
+ disableAutostartWithSandbox?: boolean | undefined;
2675
+ postgresqlPort?: number | undefined;
2676
+ apiPort?: number | undefined;
2677
+ } | undefined;
2678
+ label: string;
2679
+ rpcUrl: string;
2680
+ protocol: string;
2681
+ }> | undefined;
2682
+ language?: "en" | "fr" | undefined;
2683
+ plugins?: {
2684
+ type: "npm" | "binary" | "deno";
2685
+ name: string;
2686
+ }[] | undefined;
2687
+ contractsDir?: string | undefined;
2688
+ artifactsDir?: string | undefined;
2689
+ network?: Record<string, {
2690
+ accounts?: Record<string, {
2691
+ publicKey: string;
2692
+ publicKeyHash: string;
2693
+ privateKey: string;
2694
+ }> | undefined;
2695
+ faucet?: {
2696
+ pkh: string;
2697
+ mnemonic: string[];
2698
+ email: string;
2699
+ password: string;
2700
+ amount: string;
2701
+ activation_code: string;
2702
+ } | undefined;
2703
+ label: string;
2704
+ rpcUrl: string;
2705
+ protocol: string;
2706
+ }> | undefined;
2707
+ accounts?: Record<string, string> | undefined;
2708
+ contracts?: Record<string, {
2709
+ sourceFile: string;
2710
+ hash: string;
2711
+ }> | undefined;
2712
+ metadata?: {
2713
+ name?: string | undefined;
2714
+ projectDescription?: string | undefined;
2715
+ authors?: string[] | undefined;
2716
+ license?: string | undefined;
2717
+ homepage?: string | undefined;
2718
+ } | undefined;
2719
+ projectDir: string;
2720
+ environment: Record<string, string | {
2721
+ storage?: Record<string, string> | undefined;
2722
+ aliases?: Record<string, Record<string, string>> | undefined;
2723
+ networks: string[];
2724
+ sandboxes: string[];
2725
+ }>;
2726
+ hash: string;
2727
+ configFile: string;
2728
+ }>;
2729
+ }>, "passthrough", z.ZodTypeAny, {
2730
+ plugin?: string | undefined;
2731
+ _: string[];
2732
+ projectDir: string;
2733
+ maxConcurrency: number;
2734
+ debug: boolean;
2735
+ disableState: boolean;
2736
+ logPluginRequests: boolean;
2737
+ fromVsCode: boolean;
2738
+ version: boolean;
2739
+ build: boolean;
2740
+ help: boolean;
2741
+ yes: boolean;
2742
+ env: string;
2743
+ setBuild: string | number;
2744
+ setVersion: string;
2745
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2746
+ config: {
2747
+ sandbox?: Record<string, {
2748
+ plugin?: string | undefined;
2749
+ accounts?: Record<string, string | {
2750
+ publicKeyHash: string;
2751
+ encryptedKey: string;
2752
+ secretKey: string;
2753
+ }> | undefined;
2754
+ attributes?: string | number | boolean | undefined;
2755
+ tzkt?: {
2756
+ disableAutostartWithSandbox?: boolean | undefined;
2757
+ postgresqlPort?: number | undefined;
2758
+ apiPort?: number | undefined;
2759
+ } | undefined;
2760
+ label: string;
2761
+ rpcUrl: string;
2762
+ protocol: string;
2763
+ }> | undefined;
2764
+ language?: "en" | "fr" | undefined;
2765
+ plugins?: {
2766
+ type: "npm" | "binary" | "deno";
2767
+ name: string;
2768
+ }[] | undefined;
2769
+ contractsDir?: string | undefined;
2770
+ artifactsDir?: string | undefined;
2771
+ network?: Record<string, {
2772
+ accounts?: Record<string, {
2773
+ publicKey: string;
2774
+ publicKeyHash: string;
2775
+ privateKey: string;
2776
+ }> | undefined;
2777
+ faucet?: {
2778
+ pkh: string;
2779
+ mnemonic: string[];
2780
+ email: string;
2781
+ password: string;
2782
+ amount: string;
2783
+ activation_code: string;
2784
+ } | undefined;
2785
+ label: string;
2786
+ rpcUrl: string;
2787
+ protocol: string;
2788
+ }> | undefined;
2789
+ accounts?: Record<string, string> | undefined;
2790
+ contracts?: Record<string, {
2791
+ sourceFile: string;
2792
+ hash: string;
2793
+ }> | undefined;
2794
+ metadata?: {
2795
+ name?: string | undefined;
2796
+ projectDescription?: string | undefined;
2797
+ authors?: string[] | undefined;
2798
+ license?: string | undefined;
2799
+ homepage?: string | undefined;
2800
+ } | undefined;
2801
+ projectDir: string;
2802
+ environment: Record<string, string | {
2803
+ storage?: Record<string, string> | undefined;
2804
+ aliases?: Record<string, Record<string, string>> | undefined;
2805
+ networks: string[];
2806
+ sandboxes: string[];
2807
+ }>;
2808
+ hash: string;
2809
+ configFile: string;
2810
+ };
2811
+ }, {
2812
+ plugin?: string | undefined;
2813
+ _: string[];
2814
+ projectDir: string;
2815
+ maxConcurrency: number;
2816
+ debug: boolean;
2817
+ disableState: boolean;
2818
+ logPluginRequests: boolean;
2819
+ fromVsCode: boolean;
2820
+ version: boolean;
2821
+ build: boolean;
2822
+ help: boolean;
2823
+ yes: boolean;
2824
+ env: string;
2825
+ setBuild: string | number;
2826
+ setVersion: string;
2827
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2828
+ config: {
2829
+ sandbox?: Record<string, {
2830
+ plugin?: string | undefined;
2831
+ accounts?: Record<string, string | {
2832
+ publicKeyHash: string;
2833
+ encryptedKey: string;
2834
+ secretKey: string;
2835
+ }> | undefined;
2836
+ attributes?: string | number | boolean | undefined;
2837
+ tzkt?: {
2838
+ disableAutostartWithSandbox?: boolean | undefined;
2839
+ postgresqlPort?: number | undefined;
2840
+ apiPort?: number | undefined;
2841
+ } | undefined;
2842
+ label: string;
2843
+ rpcUrl: string;
2844
+ protocol: string;
2845
+ }> | undefined;
2846
+ language?: "en" | "fr" | undefined;
2847
+ plugins?: {
2848
+ type: "npm" | "binary" | "deno";
2849
+ name: string;
2850
+ }[] | undefined;
2851
+ contractsDir?: string | undefined;
2852
+ artifactsDir?: string | undefined;
2853
+ network?: Record<string, {
2854
+ accounts?: Record<string, {
2855
+ publicKey: string;
2856
+ publicKeyHash: string;
2857
+ privateKey: string;
2858
+ }> | undefined;
2859
+ faucet?: {
2860
+ pkh: string;
2861
+ mnemonic: string[];
2862
+ email: string;
2863
+ password: string;
2864
+ amount: string;
2865
+ activation_code: string;
2866
+ } | undefined;
2867
+ label: string;
2868
+ rpcUrl: string;
2869
+ protocol: string;
2870
+ }> | undefined;
2871
+ accounts?: Record<string, string> | undefined;
2872
+ contracts?: Record<string, {
2873
+ sourceFile: string;
2874
+ hash: string;
2875
+ }> | undefined;
2876
+ metadata?: {
2877
+ name?: string | undefined;
2878
+ projectDescription?: string | undefined;
2879
+ authors?: string[] | undefined;
2880
+ license?: string | undefined;
2881
+ homepage?: string | undefined;
2882
+ } | undefined;
2883
+ projectDir: string;
2884
+ environment: Record<string, string | {
2885
+ storage?: Record<string, string> | undefined;
2886
+ aliases?: Record<string, Record<string, string>> | undefined;
2887
+ networks: string[];
2888
+ sandboxes: string[];
2889
+ }>;
2890
+ hash: string;
2891
+ configFile: string;
2892
+ };
2893
+ }>], z.ZodUnknown>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2894
+ data: z.ZodOptional<z.ZodUnknown>;
2895
+ render: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"table">, z.ZodLiteral<"string">]>>;
2896
+ }, "strip", z.ZodTypeAny, {
2897
+ data?: unknown;
2898
+ render: "string" | "none" | "table";
2899
+ }, {
2900
+ data?: unknown;
2901
+ render?: "string" | "none" | "table" | undefined;
2902
+ }>, z.ZodVoid]>, z.ZodPromise<z.ZodUnion<[z.ZodObject<{
2903
+ data: z.ZodOptional<z.ZodUnknown>;
2904
+ render: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"table">, z.ZodLiteral<"string">]>>;
2905
+ }, "strip", z.ZodTypeAny, {
2906
+ data?: unknown;
2907
+ render: "string" | "none" | "table";
2908
+ }, {
2909
+ data?: unknown;
2910
+ render?: "string" | "none" | "table" | undefined;
2911
+ }>, z.ZodVoid]>>]>>, z.ZodPromise<z.ZodVoid>]>;
2912
+ encoding: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"json">, z.ZodLiteral<"application/json">]>>>;
2913
+ }, "handler">, {
2914
+ handler: z.ZodString;
2915
+ }>, "strip", z.ZodTypeAny, {
2916
+ positionals?: {
2917
+ required?: boolean | undefined;
2918
+ type?: "string" | "number" | "boolean" | undefined;
2919
+ defaultValue?: string | number | boolean | undefined;
2920
+ description: string;
2921
+ placeholder: string;
2922
+ }[] | undefined;
2923
+ options?: {
2924
+ boolean?: boolean | undefined;
2925
+ required?: boolean | undefined;
2926
+ type?: "string" | "number" | "boolean" | undefined;
2927
+ shortFlag?: string | undefined;
2928
+ defaultValue?: string | number | boolean | undefined;
2929
+ choices?: string[] | undefined;
2930
+ description: string;
2931
+ flag: string;
2932
+ }[] | undefined;
2933
+ hidden?: boolean | undefined;
2934
+ encoding?: "none" | "json" | "application/json" | undefined;
2935
+ handler: string;
2936
+ command: string;
2937
+ description: string;
2938
+ template: string;
2939
+ }, {
2940
+ positionals?: {
2941
+ required?: boolean | undefined;
2942
+ type?: "string" | "number" | "boolean" | undefined;
2943
+ defaultValue?: string | number | boolean | undefined;
2944
+ description: string;
2945
+ placeholder: string;
2946
+ }[] | undefined;
2947
+ options?: {
2948
+ boolean?: boolean | undefined;
2949
+ required?: boolean | undefined;
2950
+ type?: "string" | "number" | "boolean" | undefined;
2951
+ shortFlag?: string | undefined;
2952
+ defaultValue?: string | number | boolean | undefined;
2953
+ choices?: string[] | undefined;
2954
+ description: string;
2955
+ flag: string;
2956
+ }[] | undefined;
2957
+ hidden?: boolean | undefined;
2958
+ encoding?: "none" | "json" | "application/json" | undefined;
2959
+ handler: string;
2960
+ command: string;
2961
+ description: string;
2962
+ template: string;
2963
+ }>, import("./ParsedTemplate").ParsedTemplate, {
2964
+ positionals?: {
2965
+ required?: boolean | undefined;
2966
+ type?: "string" | "number" | "boolean" | undefined;
2967
+ defaultValue?: string | number | boolean | undefined;
2968
+ description: string;
2969
+ placeholder: string;
2970
+ }[] | undefined;
2971
+ options?: {
2972
+ boolean?: boolean | undefined;
2973
+ required?: boolean | undefined;
2974
+ type?: "string" | "number" | "boolean" | undefined;
2975
+ shortFlag?: string | undefined;
2976
+ defaultValue?: string | number | boolean | undefined;
2977
+ choices?: string[] | undefined;
2978
+ description: string;
2979
+ flag: string;
2980
+ }[] | undefined;
2981
+ hidden?: boolean | undefined;
2982
+ encoding?: "none" | "json" | "application/json" | undefined;
2983
+ handler: string;
2984
+ command: string;
2985
+ description: string;
2986
+ template: string;
2987
+ }>, "many">, import("./ParsedTemplate").ParsedTemplate[], unknown>>;
2988
+ }>, {
2989
+ operations: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<Omit<{
2990
+ operation: z.ZodString;
2991
+ command: z.ZodString;
2992
+ description: z.ZodOptional<z.ZodString>;
2993
+ positionals: z.ZodOptional<z.ZodArray<z.ZodObject<{
2994
+ placeholder: z.ZodString;
2995
+ description: z.ZodString;
2996
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
2997
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
2998
+ required: z.ZodOptional<z.ZodBoolean>;
2999
+ }, "strip", z.ZodTypeAny, {
3000
+ required?: boolean | undefined;
3001
+ type?: "string" | "number" | "boolean" | undefined;
3002
+ defaultValue?: string | number | boolean | undefined;
3003
+ description: string;
3004
+ placeholder: string;
3005
+ }, {
3006
+ required?: boolean | undefined;
3007
+ type?: "string" | "number" | "boolean" | undefined;
3008
+ defaultValue?: string | number | boolean | undefined;
3009
+ description: string;
3010
+ placeholder: string;
3011
+ }>, "many">>;
3012
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
3013
+ shortFlag: z.ZodOptional<z.ZodString>;
3014
+ flag: z.ZodString;
3015
+ description: z.ZodString;
3016
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
3017
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
3018
+ required: z.ZodOptional<z.ZodBoolean>;
3019
+ boolean: z.ZodOptional<z.ZodBoolean>;
3020
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3021
+ }, "strip", z.ZodTypeAny, {
3022
+ boolean?: boolean | undefined;
3023
+ required?: boolean | undefined;
3024
+ type?: "string" | "number" | "boolean" | undefined;
3025
+ shortFlag?: string | undefined;
3026
+ defaultValue?: string | number | boolean | undefined;
3027
+ choices?: string[] | undefined;
3028
+ description: string;
3029
+ flag: string;
3030
+ }, {
3031
+ boolean?: boolean | undefined;
3032
+ required?: boolean | undefined;
3033
+ type?: "string" | "number" | "boolean" | undefined;
3034
+ shortFlag?: string | undefined;
3035
+ defaultValue?: string | number | boolean | undefined;
3036
+ choices?: string[] | undefined;
3037
+ description: string;
3038
+ flag: string;
3039
+ }>, "many">>;
3040
+ handler: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
3041
+ operations: z.ZodRecord<z.ZodString, z.ZodObject<{
3042
+ hash: z.ZodString;
3043
+ time: z.ZodNumber;
3044
+ output: z.ZodOptional<z.ZodUnknown>;
3045
+ }, "strip", z.ZodTypeAny, {
3046
+ output?: unknown;
3047
+ hash: string;
3048
+ time: number;
3049
+ }, {
3050
+ output?: unknown;
3051
+ hash: string;
3052
+ time: number;
3053
+ }>>;
3054
+ tasks: z.ZodRecord<z.ZodString, z.ZodObject<{
3055
+ task: z.ZodString;
3056
+ plugin: z.ZodString;
3057
+ time: z.ZodNumber;
3058
+ output: z.ZodOptional<z.ZodUnknown>;
3059
+ }, "strip", z.ZodTypeAny, {
3060
+ output?: unknown;
3061
+ plugin: string;
3062
+ task: string;
3063
+ time: number;
3064
+ }, {
3065
+ output?: unknown;
3066
+ plugin: string;
3067
+ task: string;
3068
+ time: number;
3069
+ }>>;
3070
+ }, "strip", z.ZodTypeAny, {
3071
+ operations: Record<string, {
3072
+ output?: unknown;
3073
+ hash: string;
3074
+ time: number;
3075
+ }>;
3076
+ tasks: Record<string, {
3077
+ output?: unknown;
3078
+ plugin: string;
3079
+ task: string;
3080
+ time: number;
3081
+ }>;
3082
+ }, {
3083
+ operations: Record<string, {
3084
+ output?: unknown;
3085
+ hash: string;
3086
+ time: number;
3087
+ }>;
3088
+ tasks: Record<string, {
3089
+ output?: unknown;
3090
+ plugin: string;
3091
+ task: string;
3092
+ time: number;
3093
+ }>;
3094
+ }>], z.ZodUnknown>, z.ZodFunction<z.ZodTuple<[z.ZodObject<z.extendShape<Omit<{
3095
+ _: z.ZodArray<z.ZodString, "many">;
3096
+ projectDir: z.ZodString;
3097
+ maxConcurrency: z.ZodNumber;
3098
+ debug: z.ZodBoolean;
3099
+ disableState: z.ZodBoolean;
3100
+ logPluginRequests: z.ZodBoolean;
3101
+ fromVsCode: z.ZodBoolean;
3102
+ version: z.ZodBoolean;
3103
+ build: z.ZodBoolean;
3104
+ help: z.ZodBoolean;
3105
+ yes: z.ZodBoolean;
3106
+ plugin: z.ZodOptional<z.ZodString>;
3107
+ env: z.ZodString;
3108
+ quickstart: z.ZodString;
3109
+ setBuild: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
3110
+ setVersion: z.ZodString;
3111
+ }, "quickstart">, {
3112
+ taqRun: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodLiteral<"pluginInfo">, z.ZodLiteral<"checkRuntimeDependencies">, z.ZodLiteral<"installRuntimeDependencies">, z.ZodLiteral<"proxyTemplate">]>;
3113
+ config: z.ZodObject<z.extendShape<{
3114
+ language: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>>;
3115
+ plugins: z.ZodOptional<z.ZodArray<z.ZodObject<{
3116
+ type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
3117
+ name: z.ZodString;
3118
+ }, "strip", z.ZodTypeAny, {
3119
+ type: "npm" | "binary" | "deno";
3120
+ name: string;
3121
+ }, {
3122
+ type: "npm" | "binary" | "deno";
3123
+ name: string;
3124
+ }>, "many">>;
3125
+ contractsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3126
+ artifactsDir: z.ZodOptional<z.ZodDefault<z.ZodString>>;
3127
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3128
+ label: z.ZodString;
3129
+ rpcUrl: z.ZodString;
3130
+ protocol: z.ZodString;
3131
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3132
+ publicKey: z.ZodString;
3133
+ publicKeyHash: z.ZodString;
3134
+ privateKey: z.ZodString;
3135
+ }, "strip", z.ZodTypeAny, {
3136
+ publicKey: string;
3137
+ publicKeyHash: string;
3138
+ privateKey: string;
3139
+ }, {
3140
+ publicKey: string;
3141
+ publicKeyHash: string;
3142
+ privateKey: string;
3143
+ }>>>;
3144
+ faucet: z.ZodOptional<z.ZodObject<{
3145
+ pkh: z.ZodString;
3146
+ mnemonic: z.ZodArray<z.ZodString, "many">;
3147
+ email: z.ZodString;
3148
+ password: z.ZodString;
3149
+ amount: z.ZodString;
3150
+ activation_code: z.ZodString;
3151
+ }, "strip", z.ZodTypeAny, {
3152
+ pkh: string;
3153
+ mnemonic: string[];
3154
+ email: string;
3155
+ password: string;
3156
+ amount: string;
3157
+ activation_code: string;
3158
+ }, {
3159
+ pkh: string;
3160
+ mnemonic: string[];
3161
+ email: string;
3162
+ password: string;
3163
+ amount: string;
3164
+ activation_code: string;
3165
+ }>>;
3166
+ }, "strip", z.ZodTypeAny, {
3167
+ accounts?: Record<string, {
3168
+ publicKey: string;
3169
+ publicKeyHash: string;
3170
+ privateKey: string;
3171
+ }> | undefined;
3172
+ faucet?: {
3173
+ pkh: string;
3174
+ mnemonic: string[];
3175
+ email: string;
3176
+ password: string;
3177
+ amount: string;
3178
+ activation_code: string;
3179
+ } | undefined;
3180
+ label: string;
3181
+ rpcUrl: string;
3182
+ protocol: string;
3183
+ }, {
3184
+ accounts?: Record<string, {
3185
+ publicKey: string;
3186
+ publicKeyHash: string;
3187
+ privateKey: string;
3188
+ }> | undefined;
3189
+ faucet?: {
3190
+ pkh: string;
3191
+ mnemonic: string[];
3192
+ email: string;
3193
+ password: string;
3194
+ amount: string;
3195
+ activation_code: string;
3196
+ } | undefined;
3197
+ label: string;
3198
+ rpcUrl: string;
3199
+ protocol: string;
3200
+ }>>>;
3201
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3202
+ label: z.ZodString;
3203
+ rpcUrl: z.ZodString;
3204
+ protocol: z.ZodString;
3205
+ attributes: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
3206
+ plugin: z.ZodOptional<z.ZodString>;
3207
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
3208
+ encryptedKey: z.ZodString;
3209
+ publicKeyHash: z.ZodString;
3210
+ secretKey: z.ZodString;
3211
+ }, "strip", z.ZodTypeAny, {
3212
+ publicKeyHash: string;
3213
+ encryptedKey: string;
3214
+ secretKey: string;
3215
+ }, {
3216
+ publicKeyHash: string;
3217
+ encryptedKey: string;
3218
+ secretKey: string;
3219
+ }>, z.ZodString]>>>;
3220
+ tzkt: z.ZodOptional<z.ZodObject<{
3221
+ disableAutostartWithSandbox: z.ZodOptional<z.ZodBoolean>;
3222
+ postgresqlPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
3223
+ apiPort: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
3224
+ }, "strip", z.ZodTypeAny, {
3225
+ disableAutostartWithSandbox?: boolean | undefined;
3226
+ postgresqlPort?: number | undefined;
3227
+ apiPort?: number | undefined;
3228
+ }, {
3229
+ disableAutostartWithSandbox?: boolean | undefined;
3230
+ postgresqlPort?: number | undefined;
3231
+ apiPort?: number | undefined;
3232
+ }>>;
3233
+ }, "strip", z.ZodTypeAny, {
3234
+ plugin?: string | undefined;
3235
+ accounts?: Record<string, string | {
3236
+ publicKeyHash: string;
3237
+ encryptedKey: string;
3238
+ secretKey: string;
3239
+ }> | undefined;
3240
+ attributes?: string | number | boolean | undefined;
3241
+ tzkt?: {
3242
+ disableAutostartWithSandbox?: boolean | undefined;
3243
+ postgresqlPort?: number | undefined;
3244
+ apiPort?: number | undefined;
3245
+ } | undefined;
3246
+ label: string;
3247
+ rpcUrl: string;
3248
+ protocol: string;
3249
+ }, {
3250
+ plugin?: string | undefined;
3251
+ accounts?: Record<string, string | {
3252
+ publicKeyHash: string;
3253
+ encryptedKey: string;
3254
+ secretKey: string;
3255
+ }> | undefined;
3256
+ attributes?: string | number | boolean | undefined;
3257
+ tzkt?: {
3258
+ disableAutostartWithSandbox?: boolean | undefined;
3259
+ postgresqlPort?: number | undefined;
3260
+ apiPort?: number | undefined;
3261
+ } | undefined;
3262
+ label: string;
3263
+ rpcUrl: string;
3264
+ protocol: string;
3265
+ }>>>;
3266
+ environment: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
3267
+ networks: z.ZodArray<z.ZodString, "many">;
3268
+ sandboxes: z.ZodArray<z.ZodString, "many">;
3269
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3270
+ aliases: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
3271
+ }, "strip", z.ZodTypeAny, {
3272
+ storage?: Record<string, string> | undefined;
3273
+ aliases?: Record<string, Record<string, string>> | undefined;
3274
+ networks: string[];
3275
+ sandboxes: string[];
3276
+ }, {
3277
+ storage?: Record<string, string> | undefined;
3278
+ aliases?: Record<string, Record<string, string>> | undefined;
3279
+ networks: string[];
3280
+ sandboxes: string[];
3281
+ }>, z.ZodString]>>;
3282
+ accounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3283
+ contracts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3284
+ sourceFile: z.ZodString;
3285
+ hash: z.ZodString;
3286
+ }, "strip", z.ZodTypeAny, {
3287
+ sourceFile: string;
3288
+ hash: string;
3289
+ }, {
3290
+ sourceFile: string;
3291
+ hash: string;
3292
+ }>>>;
3293
+ metadata: z.ZodOptional<z.ZodObject<{
3294
+ name: z.ZodOptional<z.ZodString>;
3295
+ projectDescription: z.ZodOptional<z.ZodString>;
3296
+ authors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3297
+ license: z.ZodOptional<z.ZodString>;
3298
+ homepage: z.ZodOptional<z.ZodString>;
3299
+ }, "strip", z.ZodTypeAny, {
3300
+ name?: string | undefined;
3301
+ projectDescription?: string | undefined;
3302
+ authors?: string[] | undefined;
3303
+ license?: string | undefined;
3304
+ homepage?: string | undefined;
3305
+ }, {
3306
+ name?: string | undefined;
3307
+ projectDescription?: string | undefined;
3308
+ authors?: string[] | undefined;
3309
+ license?: string | undefined;
3310
+ homepage?: string | undefined;
3311
+ }>>;
3312
+ }, {
3313
+ projectDir: z.ZodString;
3314
+ configFile: z.ZodString;
3315
+ hash: z.ZodString;
3316
+ }>, "strip", z.ZodTypeAny, {
3317
+ sandbox?: Record<string, {
3318
+ plugin?: string | undefined;
3319
+ accounts?: Record<string, string | {
3320
+ publicKeyHash: string;
3321
+ encryptedKey: string;
3322
+ secretKey: string;
3323
+ }> | undefined;
3324
+ attributes?: string | number | boolean | undefined;
3325
+ tzkt?: {
3326
+ disableAutostartWithSandbox?: boolean | undefined;
3327
+ postgresqlPort?: number | undefined;
3328
+ apiPort?: number | undefined;
3329
+ } | undefined;
3330
+ label: string;
3331
+ rpcUrl: string;
3332
+ protocol: string;
3333
+ }> | undefined;
3334
+ language?: "en" | "fr" | undefined;
3335
+ plugins?: {
3336
+ type: "npm" | "binary" | "deno";
3337
+ name: string;
3338
+ }[] | undefined;
3339
+ contractsDir?: string | undefined;
3340
+ artifactsDir?: string | undefined;
3341
+ network?: Record<string, {
3342
+ accounts?: Record<string, {
3343
+ publicKey: string;
3344
+ publicKeyHash: string;
3345
+ privateKey: string;
3346
+ }> | undefined;
3347
+ faucet?: {
3348
+ pkh: string;
3349
+ mnemonic: string[];
3350
+ email: string;
3351
+ password: string;
3352
+ amount: string;
3353
+ activation_code: string;
3354
+ } | undefined;
3355
+ label: string;
3356
+ rpcUrl: string;
3357
+ protocol: string;
3358
+ }> | undefined;
3359
+ accounts?: Record<string, string> | undefined;
3360
+ contracts?: Record<string, {
3361
+ sourceFile: string;
3362
+ hash: string;
3363
+ }> | undefined;
3364
+ metadata?: {
3365
+ name?: string | undefined;
3366
+ projectDescription?: string | undefined;
3367
+ authors?: string[] | undefined;
3368
+ license?: string | undefined;
3369
+ homepage?: string | undefined;
3370
+ } | undefined;
3371
+ projectDir: string;
3372
+ environment: Record<string, string | {
3373
+ storage?: Record<string, string> | undefined;
3374
+ aliases?: Record<string, Record<string, string>> | undefined;
3375
+ networks: string[];
3376
+ sandboxes: string[];
3377
+ }>;
3378
+ hash: string;
3379
+ configFile: string;
3380
+ }, {
3381
+ sandbox?: Record<string, {
3382
+ plugin?: string | undefined;
3383
+ accounts?: Record<string, string | {
3384
+ publicKeyHash: string;
3385
+ encryptedKey: string;
3386
+ secretKey: string;
3387
+ }> | undefined;
3388
+ attributes?: string | number | boolean | undefined;
3389
+ tzkt?: {
3390
+ disableAutostartWithSandbox?: boolean | undefined;
3391
+ postgresqlPort?: number | undefined;
3392
+ apiPort?: number | undefined;
3393
+ } | undefined;
3394
+ label: string;
3395
+ rpcUrl: string;
3396
+ protocol: string;
3397
+ }> | undefined;
3398
+ language?: "en" | "fr" | undefined;
3399
+ plugins?: {
3400
+ type: "npm" | "binary" | "deno";
3401
+ name: string;
3402
+ }[] | undefined;
3403
+ contractsDir?: string | undefined;
3404
+ artifactsDir?: string | undefined;
3405
+ network?: Record<string, {
3406
+ accounts?: Record<string, {
3407
+ publicKey: string;
3408
+ publicKeyHash: string;
3409
+ privateKey: string;
3410
+ }> | undefined;
3411
+ faucet?: {
3412
+ pkh: string;
3413
+ mnemonic: string[];
3414
+ email: string;
3415
+ password: string;
3416
+ amount: string;
3417
+ activation_code: string;
3418
+ } | undefined;
3419
+ label: string;
3420
+ rpcUrl: string;
3421
+ protocol: string;
3422
+ }> | undefined;
3423
+ accounts?: Record<string, string> | undefined;
3424
+ contracts?: Record<string, {
3425
+ sourceFile: string;
3426
+ hash: string;
3427
+ }> | undefined;
3428
+ metadata?: {
3429
+ name?: string | undefined;
3430
+ projectDescription?: string | undefined;
3431
+ authors?: string[] | undefined;
3432
+ license?: string | undefined;
3433
+ homepage?: string | undefined;
3434
+ } | undefined;
3435
+ projectDir: string;
3436
+ environment: Record<string, string | {
3437
+ storage?: Record<string, string> | undefined;
3438
+ aliases?: Record<string, Record<string, string>> | undefined;
3439
+ networks: string[];
3440
+ sandboxes: string[];
3441
+ }>;
3442
+ hash: string;
3443
+ configFile: string;
3444
+ }>;
3445
+ }>, "passthrough", z.ZodTypeAny, {
3446
+ plugin?: string | undefined;
3447
+ _: string[];
3448
+ projectDir: string;
3449
+ maxConcurrency: number;
3450
+ debug: boolean;
3451
+ disableState: boolean;
3452
+ logPluginRequests: boolean;
3453
+ fromVsCode: boolean;
3454
+ version: boolean;
3455
+ build: boolean;
3456
+ help: boolean;
3457
+ yes: boolean;
3458
+ env: string;
3459
+ setBuild: string | number;
3460
+ setVersion: string;
3461
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
3462
+ config: {
3463
+ sandbox?: Record<string, {
3464
+ plugin?: string | undefined;
3465
+ accounts?: Record<string, string | {
3466
+ publicKeyHash: string;
3467
+ encryptedKey: string;
3468
+ secretKey: string;
3469
+ }> | undefined;
3470
+ attributes?: string | number | boolean | undefined;
3471
+ tzkt?: {
3472
+ disableAutostartWithSandbox?: boolean | undefined;
3473
+ postgresqlPort?: number | undefined;
3474
+ apiPort?: number | undefined;
3475
+ } | undefined;
3476
+ label: string;
3477
+ rpcUrl: string;
3478
+ protocol: string;
3479
+ }> | undefined;
3480
+ language?: "en" | "fr" | undefined;
3481
+ plugins?: {
3482
+ type: "npm" | "binary" | "deno";
3483
+ name: string;
3484
+ }[] | undefined;
3485
+ contractsDir?: string | undefined;
3486
+ artifactsDir?: string | undefined;
3487
+ network?: Record<string, {
3488
+ accounts?: Record<string, {
3489
+ publicKey: string;
3490
+ publicKeyHash: string;
3491
+ privateKey: string;
3492
+ }> | undefined;
3493
+ faucet?: {
3494
+ pkh: string;
3495
+ mnemonic: string[];
3496
+ email: string;
3497
+ password: string;
3498
+ amount: string;
3499
+ activation_code: string;
3500
+ } | undefined;
3501
+ label: string;
3502
+ rpcUrl: string;
3503
+ protocol: string;
3504
+ }> | undefined;
3505
+ accounts?: Record<string, string> | undefined;
3506
+ contracts?: Record<string, {
3507
+ sourceFile: string;
3508
+ hash: string;
3509
+ }> | undefined;
3510
+ metadata?: {
3511
+ name?: string | undefined;
3512
+ projectDescription?: string | undefined;
3513
+ authors?: string[] | undefined;
3514
+ license?: string | undefined;
3515
+ homepage?: string | undefined;
3516
+ } | undefined;
3517
+ projectDir: string;
3518
+ environment: Record<string, string | {
3519
+ storage?: Record<string, string> | undefined;
3520
+ aliases?: Record<string, Record<string, string>> | undefined;
3521
+ networks: string[];
3522
+ sandboxes: string[];
3523
+ }>;
3524
+ hash: string;
3525
+ configFile: string;
3526
+ };
3527
+ }, {
3528
+ plugin?: string | undefined;
3529
+ _: string[];
3530
+ projectDir: string;
3531
+ maxConcurrency: number;
3532
+ debug: boolean;
3533
+ disableState: boolean;
3534
+ logPluginRequests: boolean;
3535
+ fromVsCode: boolean;
3536
+ version: boolean;
3537
+ build: boolean;
3538
+ help: boolean;
3539
+ yes: boolean;
3540
+ env: string;
3541
+ setBuild: string | number;
3542
+ setVersion: string;
3543
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
3544
+ config: {
3545
+ sandbox?: Record<string, {
3546
+ plugin?: string | undefined;
3547
+ accounts?: Record<string, string | {
3548
+ publicKeyHash: string;
3549
+ encryptedKey: string;
3550
+ secretKey: string;
3551
+ }> | undefined;
3552
+ attributes?: string | number | boolean | undefined;
3553
+ tzkt?: {
3554
+ disableAutostartWithSandbox?: boolean | undefined;
3555
+ postgresqlPort?: number | undefined;
3556
+ apiPort?: number | undefined;
3557
+ } | undefined;
3558
+ label: string;
3559
+ rpcUrl: string;
3560
+ protocol: string;
3561
+ }> | undefined;
3562
+ language?: "en" | "fr" | undefined;
3563
+ plugins?: {
3564
+ type: "npm" | "binary" | "deno";
3565
+ name: string;
3566
+ }[] | undefined;
3567
+ contractsDir?: string | undefined;
3568
+ artifactsDir?: string | undefined;
3569
+ network?: Record<string, {
3570
+ accounts?: Record<string, {
3571
+ publicKey: string;
3572
+ publicKeyHash: string;
3573
+ privateKey: string;
3574
+ }> | undefined;
3575
+ faucet?: {
3576
+ pkh: string;
3577
+ mnemonic: string[];
3578
+ email: string;
3579
+ password: string;
3580
+ amount: string;
3581
+ activation_code: string;
3582
+ } | undefined;
3583
+ label: string;
3584
+ rpcUrl: string;
3585
+ protocol: string;
3586
+ }> | undefined;
3587
+ accounts?: Record<string, string> | undefined;
3588
+ contracts?: Record<string, {
3589
+ sourceFile: string;
3590
+ hash: string;
3591
+ }> | undefined;
3592
+ metadata?: {
3593
+ name?: string | undefined;
3594
+ projectDescription?: string | undefined;
3595
+ authors?: string[] | undefined;
3596
+ license?: string | undefined;
3597
+ homepage?: string | undefined;
3598
+ } | undefined;
3599
+ projectDir: string;
3600
+ environment: Record<string, string | {
3601
+ storage?: Record<string, string> | undefined;
3602
+ aliases?: Record<string, Record<string, string>> | undefined;
3603
+ networks: string[];
3604
+ sandboxes: string[];
3605
+ }>;
3606
+ hash: string;
3607
+ configFile: string;
3608
+ };
3609
+ }>], z.ZodUnknown>, z.ZodVoid>>>;
3610
+ }, "handler">, "strip", z.ZodTypeAny, {
3611
+ description?: string | undefined;
3612
+ positionals?: {
3613
+ required?: boolean | undefined;
3614
+ type?: "string" | "number" | "boolean" | undefined;
3615
+ defaultValue?: string | number | boolean | undefined;
3616
+ description: string;
3617
+ placeholder: string;
3618
+ }[] | undefined;
3619
+ options?: {
3620
+ boolean?: boolean | undefined;
3621
+ required?: boolean | undefined;
3622
+ type?: "string" | "number" | "boolean" | undefined;
3623
+ shortFlag?: string | undefined;
3624
+ defaultValue?: string | number | boolean | undefined;
3625
+ choices?: string[] | undefined;
3626
+ description: string;
3627
+ flag: string;
3628
+ }[] | undefined;
3629
+ operation: string;
3630
+ command: string;
3631
+ }, {
3632
+ description?: string | undefined;
3633
+ positionals?: {
3634
+ required?: boolean | undefined;
3635
+ type?: "string" | "number" | "boolean" | undefined;
3636
+ defaultValue?: string | number | boolean | undefined;
3637
+ description: string;
3638
+ placeholder: string;
3639
+ }[] | undefined;
3640
+ options?: {
3641
+ boolean?: boolean | undefined;
3642
+ required?: boolean | undefined;
3643
+ type?: "string" | "number" | "boolean" | undefined;
3644
+ shortFlag?: string | undefined;
3645
+ defaultValue?: string | number | boolean | undefined;
3646
+ choices?: string[] | undefined;
3647
+ description: string;
3648
+ flag: string;
3649
+ }[] | undefined;
3650
+ operation: string;
3651
+ command: string;
3652
+ }>, "many">, {
3653
+ description?: string | undefined;
3654
+ positionals?: {
3655
+ required?: boolean | undefined;
3656
+ type?: "string" | "number" | "boolean" | undefined;
3657
+ defaultValue?: string | number | boolean | undefined;
3658
+ description: string;
3659
+ placeholder: string;
3660
+ }[] | undefined;
3661
+ options?: {
3662
+ boolean?: boolean | undefined;
3663
+ required?: boolean | undefined;
3664
+ type?: "string" | "number" | "boolean" | undefined;
3665
+ shortFlag?: string | undefined;
3666
+ defaultValue?: string | number | boolean | undefined;
3667
+ choices?: string[] | undefined;
3668
+ description: string;
3669
+ flag: string;
3670
+ }[] | undefined;
3671
+ operation: string;
3672
+ command: string;
3673
+ }[], unknown>>;
3674
+ }>, "strip", z.ZodTypeAny, {
3675
+ operations?: {
3676
+ description?: string | undefined;
3677
+ positionals?: {
3678
+ required?: boolean | undefined;
3679
+ type?: "string" | "number" | "boolean" | undefined;
3680
+ defaultValue?: string | number | boolean | undefined;
3681
+ description: string;
3682
+ placeholder: string;
3683
+ }[] | undefined;
3684
+ options?: {
3685
+ boolean?: boolean | undefined;
3686
+ required?: boolean | undefined;
3687
+ type?: "string" | "number" | "boolean" | undefined;
3688
+ shortFlag?: string | undefined;
3689
+ defaultValue?: string | number | boolean | undefined;
3690
+ choices?: string[] | undefined;
3691
+ description: string;
3692
+ flag: string;
3693
+ }[] | undefined;
3694
+ operation: string;
3695
+ command: string;
3696
+ }[] | undefined;
3697
+ tasks?: import("./Task").Task[] | undefined;
3698
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3699
+ version: import("./VersionNumber").VersionNumber;
3700
+ name: string;
3701
+ schema: import("./VersionNumber").VersionNumber;
3702
+ alias: ({
3703
+ __type: import("./Alias").Alias;
3704
+ } & {
3705
+ __type: import("./SingleChar").SingleChar;
3706
+ } & {
3707
+ __type: import("./NonEmptyString").NonEmptyString;
3708
+ } & string) | ({
3709
+ __type: import("./Alias").Alias;
3710
+ } & {
3711
+ __type: import("./Verb").Verb;
3712
+ } & {
3713
+ __type: import("./NonEmptyString").NonEmptyString;
3714
+ } & string);
3715
+ }, {
3716
+ operations?: unknown;
3717
+ tasks?: unknown;
3718
+ templates?: unknown;
3719
+ version: string;
3720
+ name: string;
3721
+ schema: string;
3722
+ alias: string;
3723
+ }>;
3724
+ export declare const generatedSchemas: {
3725
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
3726
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
3727
+ schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
3728
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3729
+ tasks?: import("./Task").Task[] | undefined;
3730
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3731
+ version: import("./VersionNumber").VersionNumber;
3732
+ name: string;
3733
+ schema: import("./VersionNumber").VersionNumber;
3734
+ alias: ({
3735
+ __type: import("./Alias").Alias;
3736
+ } & {
3737
+ __type: import("./SingleChar").SingleChar;
3738
+ } & {
3739
+ __type: import("./NonEmptyString").NonEmptyString;
3740
+ } & string) | ({
3741
+ __type: import("./Alias").Alias;
3742
+ } & {
3743
+ __type: import("./Verb").Verb;
3744
+ } & {
3745
+ __type: import("./NonEmptyString").NonEmptyString;
3746
+ } & string);
3747
+ } & {
3748
+ readonly __type: any;
3749
+ }, any>;
3750
+ }, factory: {
3751
+ make: (input: {
3752
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3753
+ tasks?: import("./Task").Task[] | undefined;
3754
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3755
+ version: import("./VersionNumber").VersionNumber;
3756
+ name: string;
3757
+ schema: import("./VersionNumber").VersionNumber;
3758
+ alias: ({
3759
+ __type: import("./Alias").Alias;
3760
+ } & {
3761
+ __type: import("./SingleChar").SingleChar;
3762
+ } & {
3763
+ __type: import("./NonEmptyString").NonEmptyString;
3764
+ } & string) | ({
3765
+ __type: import("./Alias").Alias;
3766
+ } & {
3767
+ __type: import("./Verb").Verb;
3768
+ } & {
3769
+ __type: import("./NonEmptyString").NonEmptyString;
3770
+ } & string);
3771
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
3772
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3773
+ tasks?: import("./Task").Task[] | undefined;
3774
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3775
+ version: import("./VersionNumber").VersionNumber;
3776
+ name: string;
3777
+ schema: import("./VersionNumber").VersionNumber;
3778
+ alias: ({
3779
+ __type: import("./Alias").Alias;
3780
+ } & {
3781
+ __type: import("./SingleChar").SingleChar;
3782
+ } & {
3783
+ __type: import("./NonEmptyString").NonEmptyString;
3784
+ } & string) | ({
3785
+ __type: import("./Alias").Alias;
3786
+ } & {
3787
+ __type: import("./Verb").Verb;
3788
+ } & {
3789
+ __type: import("./NonEmptyString").NonEmptyString;
3790
+ } & string);
3791
+ } & {
3792
+ readonly __type: any;
3793
+ }>;
3794
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
3795
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3796
+ tasks?: import("./Task").Task[] | undefined;
3797
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3798
+ version: import("./VersionNumber").VersionNumber;
3799
+ name: string;
3800
+ schema: import("./VersionNumber").VersionNumber;
3801
+ alias: ({
3802
+ __type: import("./Alias").Alias;
3803
+ } & {
3804
+ __type: import("./SingleChar").SingleChar;
3805
+ } & {
3806
+ __type: import("./NonEmptyString").NonEmptyString;
3807
+ } & string) | ({
3808
+ __type: import("./Alias").Alias;
3809
+ } & {
3810
+ __type: import("./Verb").Verb;
3811
+ } & {
3812
+ __type: import("./NonEmptyString").NonEmptyString;
3813
+ } & string);
3814
+ } & {
3815
+ readonly __type: any;
3816
+ }>;
3817
+ create: (input: {
3818
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3819
+ tasks?: import("./Task").Task[] | undefined;
3820
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3821
+ version: import("./VersionNumber").VersionNumber;
3822
+ name: string;
3823
+ schema: import("./VersionNumber").VersionNumber;
3824
+ alias: ({
3825
+ __type: import("./Alias").Alias;
3826
+ } & {
3827
+ __type: import("./SingleChar").SingleChar;
3828
+ } & {
3829
+ __type: import("./NonEmptyString").NonEmptyString;
3830
+ } & string) | ({
3831
+ __type: import("./Alias").Alias;
3832
+ } & {
3833
+ __type: import("./Verb").Verb;
3834
+ } & {
3835
+ __type: import("./NonEmptyString").NonEmptyString;
3836
+ } & string);
3837
+ } | {
3838
+ operations?: {
3839
+ description?: string | undefined;
3840
+ positionals?: {
3841
+ required?: boolean | undefined;
3842
+ type?: "string" | "number" | "boolean" | undefined;
3843
+ defaultValue?: string | number | boolean | undefined;
3844
+ description: string;
3845
+ placeholder: string;
3846
+ }[] | undefined;
3847
+ options?: {
3848
+ boolean?: boolean | undefined;
3849
+ required?: boolean | undefined;
3850
+ type?: "string" | "number" | "boolean" | undefined;
3851
+ shortFlag?: string | undefined;
3852
+ defaultValue?: string | number | boolean | undefined;
3853
+ choices?: string[] | undefined;
3854
+ description: string;
3855
+ flag: string;
3856
+ }[] | undefined;
3857
+ operation: string;
3858
+ command: string;
3859
+ }[] | undefined;
3860
+ tasks?: import("./Task").Task[] | undefined;
3861
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3862
+ version: import("./VersionNumber").VersionNumber;
3863
+ name: string;
3864
+ schema: import("./VersionNumber").VersionNumber;
3865
+ alias: ({
3866
+ __type: import("./Alias").Alias;
3867
+ } & {
3868
+ __type: import("./SingleChar").SingleChar;
3869
+ } & {
3870
+ __type: import("./NonEmptyString").NonEmptyString;
3871
+ } & string) | ({
3872
+ __type: import("./Alias").Alias;
3873
+ } & {
3874
+ __type: import("./Verb").Verb;
3875
+ } & {
3876
+ __type: import("./NonEmptyString").NonEmptyString;
3877
+ } & string);
3878
+ }) => {
3879
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3880
+ tasks?: import("./Task").Task[] | undefined;
3881
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3882
+ version: import("./VersionNumber").VersionNumber;
3883
+ name: string;
3884
+ schema: import("./VersionNumber").VersionNumber;
3885
+ alias: ({
3886
+ __type: import("./Alias").Alias;
3887
+ } & {
3888
+ __type: import("./SingleChar").SingleChar;
3889
+ } & {
3890
+ __type: import("./NonEmptyString").NonEmptyString;
3891
+ } & string) | ({
3892
+ __type: import("./Alias").Alias;
3893
+ } & {
3894
+ __type: import("./Verb").Verb;
3895
+ } & {
3896
+ __type: import("./NonEmptyString").NonEmptyString;
3897
+ } & string);
3898
+ } & {
3899
+ readonly __type: any;
3900
+ };
3901
+ from: (input: unknown) => {
3902
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3903
+ tasks?: import("./Task").Task[] | undefined;
3904
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3905
+ version: import("./VersionNumber").VersionNumber;
3906
+ name: string;
3907
+ schema: import("./VersionNumber").VersionNumber;
3908
+ alias: ({
3909
+ __type: import("./Alias").Alias;
3910
+ } & {
3911
+ __type: import("./SingleChar").SingleChar;
3912
+ } & {
3913
+ __type: import("./NonEmptyString").NonEmptyString;
3914
+ } & string) | ({
3915
+ __type: import("./Alias").Alias;
3916
+ } & {
3917
+ __type: import("./Verb").Verb;
3918
+ } & {
3919
+ __type: import("./NonEmptyString").NonEmptyString;
3920
+ } & string);
3921
+ } & {
3922
+ readonly __type: any;
3923
+ };
3924
+ };
3925
+ export type ParsedPluginInfo = z.infer<typeof generatedSchemas.schema>;
3926
+ export type t = ParsedPluginInfo;
3927
+ export declare const create: (input: {
3928
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3929
+ tasks?: import("./Task").Task[] | undefined;
3930
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3931
+ version: import("./VersionNumber").VersionNumber;
3932
+ name: string;
3933
+ schema: import("./VersionNumber").VersionNumber;
3934
+ alias: ({
3935
+ __type: import("./Alias").Alias;
3936
+ } & {
3937
+ __type: import("./SingleChar").SingleChar;
3938
+ } & {
3939
+ __type: import("./NonEmptyString").NonEmptyString;
3940
+ } & string) | ({
3941
+ __type: import("./Alias").Alias;
3942
+ } & {
3943
+ __type: import("./Verb").Verb;
3944
+ } & {
3945
+ __type: import("./NonEmptyString").NonEmptyString;
3946
+ } & string);
3947
+ } | {
3948
+ operations?: {
3949
+ description?: string | undefined;
3950
+ positionals?: {
3951
+ required?: boolean | undefined;
3952
+ type?: "string" | "number" | "boolean" | undefined;
3953
+ defaultValue?: string | number | boolean | undefined;
3954
+ description: string;
3955
+ placeholder: string;
3956
+ }[] | undefined;
3957
+ options?: {
3958
+ boolean?: boolean | undefined;
3959
+ required?: boolean | undefined;
3960
+ type?: "string" | "number" | "boolean" | undefined;
3961
+ shortFlag?: string | undefined;
3962
+ defaultValue?: string | number | boolean | undefined;
3963
+ choices?: string[] | undefined;
3964
+ description: string;
3965
+ flag: string;
3966
+ }[] | undefined;
3967
+ operation: string;
3968
+ command: string;
3969
+ }[] | undefined;
3970
+ tasks?: import("./Task").Task[] | undefined;
3971
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3972
+ version: import("./VersionNumber").VersionNumber;
3973
+ name: string;
3974
+ schema: import("./VersionNumber").VersionNumber;
3975
+ alias: ({
3976
+ __type: import("./Alias").Alias;
3977
+ } & {
3978
+ __type: import("./SingleChar").SingleChar;
3979
+ } & {
3980
+ __type: import("./NonEmptyString").NonEmptyString;
3981
+ } & string) | ({
3982
+ __type: import("./Alias").Alias;
3983
+ } & {
3984
+ __type: import("./Verb").Verb;
3985
+ } & {
3986
+ __type: import("./NonEmptyString").NonEmptyString;
3987
+ } & string);
3988
+ }) => {
3989
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
3990
+ tasks?: import("./Task").Task[] | undefined;
3991
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
3992
+ version: import("./VersionNumber").VersionNumber;
3993
+ name: string;
3994
+ schema: import("./VersionNumber").VersionNumber;
3995
+ alias: ({
3996
+ __type: import("./Alias").Alias;
3997
+ } & {
3998
+ __type: import("./SingleChar").SingleChar;
3999
+ } & {
4000
+ __type: import("./NonEmptyString").NonEmptyString;
4001
+ } & string) | ({
4002
+ __type: import("./Alias").Alias;
4003
+ } & {
4004
+ __type: import("./Verb").Verb;
4005
+ } & {
4006
+ __type: import("./NonEmptyString").NonEmptyString;
4007
+ } & string);
4008
+ } & {
4009
+ readonly __type: any;
4010
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
4011
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
4012
+ tasks?: import("./Task").Task[] | undefined;
4013
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
4014
+ version: import("./VersionNumber").VersionNumber;
4015
+ name: string;
4016
+ schema: import("./VersionNumber").VersionNumber;
4017
+ alias: ({
4018
+ __type: import("./Alias").Alias;
4019
+ } & {
4020
+ __type: import("./SingleChar").SingleChar;
4021
+ } & {
4022
+ __type: import("./NonEmptyString").NonEmptyString;
4023
+ } & string) | ({
4024
+ __type: import("./Alias").Alias;
4025
+ } & {
4026
+ __type: import("./Verb").Verb;
4027
+ } & {
4028
+ __type: import("./NonEmptyString").NonEmptyString;
4029
+ } & string);
4030
+ } & {
4031
+ readonly __type: any;
4032
+ }>, make: (input: {
4033
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
4034
+ tasks?: import("./Task").Task[] | undefined;
4035
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
4036
+ version: import("./VersionNumber").VersionNumber;
4037
+ name: string;
4038
+ schema: import("./VersionNumber").VersionNumber;
4039
+ alias: ({
4040
+ __type: import("./Alias").Alias;
4041
+ } & {
4042
+ __type: import("./SingleChar").SingleChar;
4043
+ } & {
4044
+ __type: import("./NonEmptyString").NonEmptyString;
4045
+ } & string) | ({
4046
+ __type: import("./Alias").Alias;
4047
+ } & {
4048
+ __type: import("./Verb").Verb;
4049
+ } & {
4050
+ __type: import("./NonEmptyString").NonEmptyString;
4051
+ } & string);
4052
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
4053
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
4054
+ tasks?: import("./Task").Task[] | undefined;
4055
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
4056
+ version: import("./VersionNumber").VersionNumber;
4057
+ name: string;
4058
+ schema: import("./VersionNumber").VersionNumber;
4059
+ alias: ({
4060
+ __type: import("./Alias").Alias;
4061
+ } & {
4062
+ __type: import("./SingleChar").SingleChar;
4063
+ } & {
4064
+ __type: import("./NonEmptyString").NonEmptyString;
4065
+ } & string) | ({
4066
+ __type: import("./Alias").Alias;
4067
+ } & {
4068
+ __type: import("./Verb").Verb;
4069
+ } & {
4070
+ __type: import("./NonEmptyString").NonEmptyString;
4071
+ } & string);
4072
+ } & {
4073
+ readonly __type: any;
4074
+ }>;
4075
+ export declare const schemas: {
4076
+ schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
4077
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
4078
+ tasks?: import("./Task").Task[] | undefined;
4079
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
4080
+ version: import("./VersionNumber").VersionNumber;
4081
+ name: string;
4082
+ schema: import("./VersionNumber").VersionNumber;
4083
+ alias: ({
4084
+ __type: import("./Alias").Alias;
4085
+ } & {
4086
+ __type: import("./SingleChar").SingleChar;
4087
+ } & {
4088
+ __type: import("./NonEmptyString").NonEmptyString;
4089
+ } & string) | ({
4090
+ __type: import("./Alias").Alias;
4091
+ } & {
4092
+ __type: import("./Verb").Verb;
4093
+ } & {
4094
+ __type: import("./NonEmptyString").NonEmptyString;
4095
+ } & string);
4096
+ } & {
4097
+ readonly __type: any;
4098
+ }, any>, {
4099
+ operations?: ParsedOperation.ParsedOperation[] | undefined;
4100
+ tasks?: import("./Task").Task[] | undefined;
4101
+ templates?: import("./ParsedTemplate").ParsedTemplate[] | undefined;
4102
+ version: import("./VersionNumber").VersionNumber;
4103
+ name: string;
4104
+ schema: import("./VersionNumber").VersionNumber;
4105
+ alias: ({
4106
+ __type: import("./Alias").Alias;
4107
+ } & {
4108
+ __type: import("./SingleChar").SingleChar;
4109
+ } & {
4110
+ __type: import("./NonEmptyString").NonEmptyString;
4111
+ } & string) | ({
4112
+ __type: import("./Alias").Alias;
4113
+ } & {
4114
+ __type: import("./Verb").Verb;
4115
+ } & {
4116
+ __type: import("./NonEmptyString").NonEmptyString;
4117
+ } & string);
4118
+ } & {
4119
+ readonly __type: any;
4120
+ }, any>;
4121
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
4122
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
4123
+ };
4124
+ //# sourceMappingURL=ParsedPluginInfo.d.ts.map