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