@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,2690 @@
1
+ import { TaqError } from '@taqueria/protocol/TaqError';
2
+ import { FutureInstance } from 'fluture';
3
+ import { ParsedOperation } from '@taqueria/protocol/types';
4
+ import { ParsedOperation as ParsedOperationStrict } from '@taqueria/protocol/out/types-strict';
5
+ export type { ParsedOperationStrict as ParsedOperation };
6
+ export declare const from: (input: unknown) => ParsedOperationStrict;
7
+ export declare const create: (input: ParsedOperation) => ParsedOperationStrict;
8
+ export declare const of: (input: unknown) => FutureInstance<TaqError, ParsedOperationStrict>;
9
+ export declare const make: (input: Omit<ParsedOperationStrict, '__type'>) => FutureInstance<TaqError, ParsedOperationStrict>;
10
+ export declare const schemas: {
11
+ rawSchema: import("zod").ZodObject<Omit<{
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
+ }, "handler">, "strip", import("zod").ZodTypeAny, {
633
+ description?: string | undefined;
634
+ positionals?: {
635
+ required?: boolean | undefined;
636
+ type?: "string" | "number" | "boolean" | undefined;
637
+ defaultValue?: string | number | boolean | undefined;
638
+ description: string;
639
+ placeholder: string;
640
+ }[] | undefined;
641
+ options?: {
642
+ boolean?: boolean | undefined;
643
+ required?: boolean | undefined;
644
+ type?: "string" | "number" | "boolean" | undefined;
645
+ shortFlag?: string | undefined;
646
+ defaultValue?: string | number | boolean | undefined;
647
+ choices?: string[] | undefined;
648
+ description: string;
649
+ flag: string;
650
+ }[] | undefined;
651
+ operation: string;
652
+ command: string;
653
+ }, {
654
+ description?: string | undefined;
655
+ positionals?: {
656
+ required?: boolean | undefined;
657
+ type?: "string" | "number" | "boolean" | undefined;
658
+ defaultValue?: string | number | boolean | undefined;
659
+ description: string;
660
+ placeholder: string;
661
+ }[] | undefined;
662
+ options?: {
663
+ boolean?: boolean | undefined;
664
+ required?: boolean | undefined;
665
+ type?: "string" | "number" | "boolean" | undefined;
666
+ shortFlag?: string | undefined;
667
+ defaultValue?: string | number | boolean | undefined;
668
+ choices?: string[] | undefined;
669
+ description: string;
670
+ flag: string;
671
+ }[] | undefined;
672
+ operation: string;
673
+ command: string;
674
+ }>;
675
+ schema: import("zod").ZodEffects<import("zod").ZodObject<Omit<{
676
+ operation: import("zod").ZodString;
677
+ command: import("zod").ZodString;
678
+ description: import("zod").ZodOptional<import("zod").ZodString>;
679
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
680
+ placeholder: import("zod").ZodString;
681
+ description: import("zod").ZodString;
682
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
683
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
684
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
685
+ }, "strip", import("zod").ZodTypeAny, {
686
+ required?: boolean | undefined;
687
+ type?: "string" | "number" | "boolean" | undefined;
688
+ defaultValue?: string | number | boolean | undefined;
689
+ description: string;
690
+ placeholder: string;
691
+ }, {
692
+ required?: boolean | undefined;
693
+ type?: "string" | "number" | "boolean" | undefined;
694
+ defaultValue?: string | number | boolean | undefined;
695
+ description: string;
696
+ placeholder: string;
697
+ }>, "many">>;
698
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
699
+ shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
700
+ flag: import("zod").ZodString;
701
+ description: import("zod").ZodString;
702
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
703
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
704
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
705
+ boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
706
+ choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
707
+ }, "strip", import("zod").ZodTypeAny, {
708
+ boolean?: boolean | undefined;
709
+ required?: boolean | undefined;
710
+ type?: "string" | "number" | "boolean" | undefined;
711
+ shortFlag?: string | undefined;
712
+ defaultValue?: string | number | boolean | undefined;
713
+ choices?: string[] | undefined;
714
+ description: string;
715
+ flag: string;
716
+ }, {
717
+ boolean?: boolean | undefined;
718
+ required?: boolean | undefined;
719
+ type?: "string" | "number" | "boolean" | undefined;
720
+ shortFlag?: string | undefined;
721
+ defaultValue?: string | number | boolean | undefined;
722
+ choices?: string[] | undefined;
723
+ description: string;
724
+ flag: string;
725
+ }>, "many">>;
726
+ handler: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<{
727
+ operations: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
728
+ hash: import("zod").ZodString;
729
+ time: import("zod").ZodNumber;
730
+ output: import("zod").ZodOptional<import("zod").ZodUnknown>;
731
+ }, "strip", import("zod").ZodTypeAny, {
732
+ output?: unknown;
733
+ hash: string;
734
+ time: number;
735
+ }, {
736
+ output?: unknown;
737
+ hash: string;
738
+ time: number;
739
+ }>>;
740
+ tasks: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
741
+ task: import("zod").ZodString;
742
+ plugin: import("zod").ZodString;
743
+ time: import("zod").ZodNumber;
744
+ output: import("zod").ZodOptional<import("zod").ZodUnknown>;
745
+ }, "strip", import("zod").ZodTypeAny, {
746
+ output?: unknown;
747
+ plugin: string;
748
+ task: string;
749
+ time: number;
750
+ }, {
751
+ output?: unknown;
752
+ plugin: string;
753
+ task: string;
754
+ time: number;
755
+ }>>;
756
+ }, "strip", import("zod").ZodTypeAny, {
757
+ operations: Record<string, {
758
+ output?: unknown;
759
+ hash: string;
760
+ time: number;
761
+ }>;
762
+ tasks: Record<string, {
763
+ output?: unknown;
764
+ plugin: string;
765
+ task: string;
766
+ time: number;
767
+ }>;
768
+ }, {
769
+ operations: Record<string, {
770
+ output?: unknown;
771
+ hash: string;
772
+ time: number;
773
+ }>;
774
+ tasks: Record<string, {
775
+ output?: unknown;
776
+ plugin: string;
777
+ task: string;
778
+ time: number;
779
+ }>;
780
+ }>], import("zod").ZodUnknown>, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
781
+ _: import("zod").ZodArray<import("zod").ZodString, "many">;
782
+ projectDir: import("zod").ZodString;
783
+ maxConcurrency: import("zod").ZodNumber;
784
+ debug: import("zod").ZodBoolean;
785
+ disableState: import("zod").ZodBoolean;
786
+ logPluginRequests: import("zod").ZodBoolean;
787
+ fromVsCode: import("zod").ZodBoolean;
788
+ version: import("zod").ZodBoolean;
789
+ build: import("zod").ZodBoolean;
790
+ help: import("zod").ZodBoolean;
791
+ yes: import("zod").ZodBoolean;
792
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
793
+ env: import("zod").ZodString;
794
+ quickstart: import("zod").ZodString;
795
+ setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
796
+ setVersion: import("zod").ZodString;
797
+ }, "quickstart">, {
798
+ taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
799
+ config: import("zod").ZodObject<import("zod").extendShape<{
800
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
801
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
802
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
803
+ name: import("zod").ZodString;
804
+ }, "strip", import("zod").ZodTypeAny, {
805
+ type: "npm" | "binary" | "deno";
806
+ name: string;
807
+ }, {
808
+ type: "npm" | "binary" | "deno";
809
+ name: string;
810
+ }>, "many">>;
811
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
812
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
813
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
814
+ label: import("zod").ZodString;
815
+ rpcUrl: import("zod").ZodString;
816
+ protocol: import("zod").ZodString;
817
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
818
+ publicKey: import("zod").ZodString;
819
+ publicKeyHash: import("zod").ZodString;
820
+ privateKey: import("zod").ZodString;
821
+ }, "strip", import("zod").ZodTypeAny, {
822
+ publicKey: string;
823
+ publicKeyHash: string;
824
+ privateKey: string;
825
+ }, {
826
+ publicKey: string;
827
+ publicKeyHash: string;
828
+ privateKey: string;
829
+ }>>>;
830
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
831
+ pkh: import("zod").ZodString;
832
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
833
+ email: import("zod").ZodString;
834
+ password: import("zod").ZodString;
835
+ amount: import("zod").ZodString;
836
+ activation_code: import("zod").ZodString;
837
+ }, "strip", import("zod").ZodTypeAny, {
838
+ pkh: string;
839
+ mnemonic: string[];
840
+ email: string;
841
+ password: string;
842
+ amount: string;
843
+ activation_code: string;
844
+ }, {
845
+ pkh: string;
846
+ mnemonic: string[];
847
+ email: string;
848
+ password: string;
849
+ amount: string;
850
+ activation_code: string;
851
+ }>>;
852
+ }, "strip", import("zod").ZodTypeAny, {
853
+ accounts?: Record<string, {
854
+ publicKey: string;
855
+ publicKeyHash: string;
856
+ privateKey: string;
857
+ }> | undefined;
858
+ faucet?: {
859
+ pkh: string;
860
+ mnemonic: string[];
861
+ email: string;
862
+ password: string;
863
+ amount: string;
864
+ activation_code: string;
865
+ } | undefined;
866
+ label: string;
867
+ rpcUrl: string;
868
+ protocol: string;
869
+ }, {
870
+ accounts?: Record<string, {
871
+ publicKey: string;
872
+ publicKeyHash: string;
873
+ privateKey: string;
874
+ }> | undefined;
875
+ faucet?: {
876
+ pkh: string;
877
+ mnemonic: string[];
878
+ email: string;
879
+ password: string;
880
+ amount: string;
881
+ activation_code: string;
882
+ } | undefined;
883
+ label: string;
884
+ rpcUrl: string;
885
+ protocol: string;
886
+ }>>>;
887
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
888
+ label: import("zod").ZodString;
889
+ rpcUrl: import("zod").ZodString;
890
+ protocol: import("zod").ZodString;
891
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
892
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
893
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
894
+ encryptedKey: import("zod").ZodString;
895
+ publicKeyHash: import("zod").ZodString;
896
+ secretKey: import("zod").ZodString;
897
+ }, "strip", import("zod").ZodTypeAny, {
898
+ publicKeyHash: string;
899
+ encryptedKey: string;
900
+ secretKey: string;
901
+ }, {
902
+ publicKeyHash: string;
903
+ encryptedKey: string;
904
+ secretKey: string;
905
+ }>, import("zod").ZodString]>>>;
906
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
907
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
908
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
909
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
910
+ }, "strip", import("zod").ZodTypeAny, {
911
+ disableAutostartWithSandbox?: boolean | undefined;
912
+ postgresqlPort?: number | undefined;
913
+ apiPort?: number | undefined;
914
+ }, {
915
+ disableAutostartWithSandbox?: boolean | undefined;
916
+ postgresqlPort?: number | undefined;
917
+ apiPort?: number | undefined;
918
+ }>>;
919
+ }, "strip", import("zod").ZodTypeAny, {
920
+ plugin?: string | undefined;
921
+ accounts?: Record<string, string | {
922
+ publicKeyHash: string;
923
+ encryptedKey: string;
924
+ secretKey: string;
925
+ }> | undefined;
926
+ attributes?: string | number | boolean | undefined;
927
+ tzkt?: {
928
+ disableAutostartWithSandbox?: boolean | undefined;
929
+ postgresqlPort?: number | undefined;
930
+ apiPort?: number | undefined;
931
+ } | undefined;
932
+ label: string;
933
+ rpcUrl: string;
934
+ protocol: string;
935
+ }, {
936
+ plugin?: string | undefined;
937
+ accounts?: Record<string, string | {
938
+ publicKeyHash: string;
939
+ encryptedKey: string;
940
+ secretKey: string;
941
+ }> | undefined;
942
+ attributes?: string | number | boolean | undefined;
943
+ tzkt?: {
944
+ disableAutostartWithSandbox?: boolean | undefined;
945
+ postgresqlPort?: number | undefined;
946
+ apiPort?: number | undefined;
947
+ } | undefined;
948
+ label: string;
949
+ rpcUrl: string;
950
+ protocol: string;
951
+ }>>>;
952
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
953
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
954
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
955
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
956
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
957
+ }, "strip", import("zod").ZodTypeAny, {
958
+ storage?: Record<string, string> | undefined;
959
+ aliases?: Record<string, Record<string, string>> | undefined;
960
+ networks: string[];
961
+ sandboxes: string[];
962
+ }, {
963
+ storage?: Record<string, string> | undefined;
964
+ aliases?: Record<string, Record<string, string>> | undefined;
965
+ networks: string[];
966
+ sandboxes: string[];
967
+ }>, import("zod").ZodString]>>;
968
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
969
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
970
+ sourceFile: import("zod").ZodString;
971
+ hash: import("zod").ZodString;
972
+ }, "strip", import("zod").ZodTypeAny, {
973
+ sourceFile: string;
974
+ hash: string;
975
+ }, {
976
+ sourceFile: string;
977
+ hash: string;
978
+ }>>>;
979
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
980
+ name: import("zod").ZodOptional<import("zod").ZodString>;
981
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
982
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
983
+ license: import("zod").ZodOptional<import("zod").ZodString>;
984
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
985
+ }, "strip", import("zod").ZodTypeAny, {
986
+ name?: string | undefined;
987
+ projectDescription?: string | undefined;
988
+ authors?: string[] | undefined;
989
+ license?: string | undefined;
990
+ homepage?: string | undefined;
991
+ }, {
992
+ name?: string | undefined;
993
+ projectDescription?: string | undefined;
994
+ authors?: string[] | undefined;
995
+ license?: string | undefined;
996
+ homepage?: string | undefined;
997
+ }>>;
998
+ }, {
999
+ projectDir: import("zod").ZodString;
1000
+ configFile: import("zod").ZodString;
1001
+ hash: import("zod").ZodString;
1002
+ }>, "strip", import("zod").ZodTypeAny, {
1003
+ sandbox?: Record<string, {
1004
+ plugin?: string | undefined;
1005
+ accounts?: Record<string, string | {
1006
+ publicKeyHash: string;
1007
+ encryptedKey: string;
1008
+ secretKey: string;
1009
+ }> | undefined;
1010
+ attributes?: string | number | boolean | undefined;
1011
+ tzkt?: {
1012
+ disableAutostartWithSandbox?: boolean | undefined;
1013
+ postgresqlPort?: number | undefined;
1014
+ apiPort?: number | undefined;
1015
+ } | undefined;
1016
+ label: string;
1017
+ rpcUrl: string;
1018
+ protocol: string;
1019
+ }> | undefined;
1020
+ language?: "en" | "fr" | undefined;
1021
+ plugins?: {
1022
+ type: "npm" | "binary" | "deno";
1023
+ name: string;
1024
+ }[] | undefined;
1025
+ contractsDir?: string | undefined;
1026
+ artifactsDir?: string | undefined;
1027
+ network?: Record<string, {
1028
+ accounts?: Record<string, {
1029
+ publicKey: string;
1030
+ publicKeyHash: string;
1031
+ privateKey: string;
1032
+ }> | undefined;
1033
+ faucet?: {
1034
+ pkh: string;
1035
+ mnemonic: string[];
1036
+ email: string;
1037
+ password: string;
1038
+ amount: string;
1039
+ activation_code: string;
1040
+ } | undefined;
1041
+ label: string;
1042
+ rpcUrl: string;
1043
+ protocol: string;
1044
+ }> | undefined;
1045
+ accounts?: Record<string, string> | undefined;
1046
+ contracts?: Record<string, {
1047
+ sourceFile: string;
1048
+ hash: string;
1049
+ }> | undefined;
1050
+ metadata?: {
1051
+ name?: string | undefined;
1052
+ projectDescription?: string | undefined;
1053
+ authors?: string[] | undefined;
1054
+ license?: string | undefined;
1055
+ homepage?: string | undefined;
1056
+ } | undefined;
1057
+ projectDir: string;
1058
+ environment: Record<string, string | {
1059
+ storage?: Record<string, string> | undefined;
1060
+ aliases?: Record<string, Record<string, string>> | undefined;
1061
+ networks: string[];
1062
+ sandboxes: string[];
1063
+ }>;
1064
+ hash: string;
1065
+ configFile: string;
1066
+ }, {
1067
+ sandbox?: Record<string, {
1068
+ plugin?: string | undefined;
1069
+ accounts?: Record<string, string | {
1070
+ publicKeyHash: string;
1071
+ encryptedKey: string;
1072
+ secretKey: string;
1073
+ }> | undefined;
1074
+ attributes?: string | number | boolean | undefined;
1075
+ tzkt?: {
1076
+ disableAutostartWithSandbox?: boolean | undefined;
1077
+ postgresqlPort?: number | undefined;
1078
+ apiPort?: number | undefined;
1079
+ } | undefined;
1080
+ label: string;
1081
+ rpcUrl: string;
1082
+ protocol: string;
1083
+ }> | undefined;
1084
+ language?: "en" | "fr" | undefined;
1085
+ plugins?: {
1086
+ type: "npm" | "binary" | "deno";
1087
+ name: string;
1088
+ }[] | undefined;
1089
+ contractsDir?: string | undefined;
1090
+ artifactsDir?: string | undefined;
1091
+ network?: Record<string, {
1092
+ accounts?: Record<string, {
1093
+ publicKey: string;
1094
+ publicKeyHash: string;
1095
+ privateKey: string;
1096
+ }> | undefined;
1097
+ faucet?: {
1098
+ pkh: string;
1099
+ mnemonic: string[];
1100
+ email: string;
1101
+ password: string;
1102
+ amount: string;
1103
+ activation_code: string;
1104
+ } | undefined;
1105
+ label: string;
1106
+ rpcUrl: string;
1107
+ protocol: string;
1108
+ }> | undefined;
1109
+ accounts?: Record<string, string> | undefined;
1110
+ contracts?: Record<string, {
1111
+ sourceFile: string;
1112
+ hash: string;
1113
+ }> | undefined;
1114
+ metadata?: {
1115
+ name?: string | undefined;
1116
+ projectDescription?: string | undefined;
1117
+ authors?: string[] | undefined;
1118
+ license?: string | undefined;
1119
+ homepage?: string | undefined;
1120
+ } | undefined;
1121
+ projectDir: string;
1122
+ environment: Record<string, string | {
1123
+ storage?: Record<string, string> | undefined;
1124
+ aliases?: Record<string, Record<string, string>> | undefined;
1125
+ networks: string[];
1126
+ sandboxes: string[];
1127
+ }>;
1128
+ hash: string;
1129
+ configFile: string;
1130
+ }>;
1131
+ }>, "passthrough", import("zod").ZodTypeAny, {
1132
+ plugin?: string | undefined;
1133
+ _: string[];
1134
+ projectDir: string;
1135
+ maxConcurrency: number;
1136
+ debug: boolean;
1137
+ disableState: boolean;
1138
+ logPluginRequests: boolean;
1139
+ fromVsCode: boolean;
1140
+ version: boolean;
1141
+ build: boolean;
1142
+ help: boolean;
1143
+ yes: boolean;
1144
+ env: string;
1145
+ setBuild: string | number;
1146
+ setVersion: string;
1147
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1148
+ config: {
1149
+ sandbox?: Record<string, {
1150
+ plugin?: string | undefined;
1151
+ accounts?: Record<string, string | {
1152
+ publicKeyHash: string;
1153
+ encryptedKey: string;
1154
+ secretKey: string;
1155
+ }> | undefined;
1156
+ attributes?: string | number | boolean | undefined;
1157
+ tzkt?: {
1158
+ disableAutostartWithSandbox?: boolean | undefined;
1159
+ postgresqlPort?: number | undefined;
1160
+ apiPort?: number | undefined;
1161
+ } | undefined;
1162
+ label: string;
1163
+ rpcUrl: string;
1164
+ protocol: string;
1165
+ }> | undefined;
1166
+ language?: "en" | "fr" | undefined;
1167
+ plugins?: {
1168
+ type: "npm" | "binary" | "deno";
1169
+ name: string;
1170
+ }[] | undefined;
1171
+ contractsDir?: string | undefined;
1172
+ artifactsDir?: string | undefined;
1173
+ network?: Record<string, {
1174
+ accounts?: Record<string, {
1175
+ publicKey: string;
1176
+ publicKeyHash: string;
1177
+ privateKey: string;
1178
+ }> | undefined;
1179
+ faucet?: {
1180
+ pkh: string;
1181
+ mnemonic: string[];
1182
+ email: string;
1183
+ password: string;
1184
+ amount: string;
1185
+ activation_code: string;
1186
+ } | undefined;
1187
+ label: string;
1188
+ rpcUrl: string;
1189
+ protocol: string;
1190
+ }> | undefined;
1191
+ accounts?: Record<string, string> | undefined;
1192
+ contracts?: Record<string, {
1193
+ sourceFile: string;
1194
+ hash: string;
1195
+ }> | undefined;
1196
+ metadata?: {
1197
+ name?: string | undefined;
1198
+ projectDescription?: string | undefined;
1199
+ authors?: string[] | undefined;
1200
+ license?: string | undefined;
1201
+ homepage?: string | undefined;
1202
+ } | undefined;
1203
+ projectDir: string;
1204
+ environment: Record<string, string | {
1205
+ storage?: Record<string, string> | undefined;
1206
+ aliases?: Record<string, Record<string, string>> | undefined;
1207
+ networks: string[];
1208
+ sandboxes: string[];
1209
+ }>;
1210
+ hash: string;
1211
+ configFile: string;
1212
+ };
1213
+ }, {
1214
+ plugin?: string | undefined;
1215
+ _: string[];
1216
+ projectDir: string;
1217
+ maxConcurrency: number;
1218
+ debug: boolean;
1219
+ disableState: boolean;
1220
+ logPluginRequests: boolean;
1221
+ fromVsCode: boolean;
1222
+ version: boolean;
1223
+ build: boolean;
1224
+ help: boolean;
1225
+ yes: boolean;
1226
+ env: string;
1227
+ setBuild: string | number;
1228
+ setVersion: string;
1229
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1230
+ config: {
1231
+ sandbox?: Record<string, {
1232
+ plugin?: string | undefined;
1233
+ accounts?: Record<string, string | {
1234
+ publicKeyHash: string;
1235
+ encryptedKey: string;
1236
+ secretKey: string;
1237
+ }> | undefined;
1238
+ attributes?: string | number | boolean | undefined;
1239
+ tzkt?: {
1240
+ disableAutostartWithSandbox?: boolean | undefined;
1241
+ postgresqlPort?: number | undefined;
1242
+ apiPort?: number | undefined;
1243
+ } | undefined;
1244
+ label: string;
1245
+ rpcUrl: string;
1246
+ protocol: string;
1247
+ }> | undefined;
1248
+ language?: "en" | "fr" | undefined;
1249
+ plugins?: {
1250
+ type: "npm" | "binary" | "deno";
1251
+ name: string;
1252
+ }[] | undefined;
1253
+ contractsDir?: string | undefined;
1254
+ artifactsDir?: string | undefined;
1255
+ network?: Record<string, {
1256
+ accounts?: Record<string, {
1257
+ publicKey: string;
1258
+ publicKeyHash: string;
1259
+ privateKey: string;
1260
+ }> | undefined;
1261
+ faucet?: {
1262
+ pkh: string;
1263
+ mnemonic: string[];
1264
+ email: string;
1265
+ password: string;
1266
+ amount: string;
1267
+ activation_code: string;
1268
+ } | undefined;
1269
+ label: string;
1270
+ rpcUrl: string;
1271
+ protocol: string;
1272
+ }> | undefined;
1273
+ accounts?: Record<string, string> | undefined;
1274
+ contracts?: Record<string, {
1275
+ sourceFile: string;
1276
+ hash: string;
1277
+ }> | undefined;
1278
+ metadata?: {
1279
+ name?: string | undefined;
1280
+ projectDescription?: string | undefined;
1281
+ authors?: string[] | undefined;
1282
+ license?: string | undefined;
1283
+ homepage?: string | undefined;
1284
+ } | undefined;
1285
+ projectDir: string;
1286
+ environment: Record<string, string | {
1287
+ storage?: Record<string, string> | undefined;
1288
+ aliases?: Record<string, Record<string, string>> | undefined;
1289
+ networks: string[];
1290
+ sandboxes: string[];
1291
+ }>;
1292
+ hash: string;
1293
+ configFile: string;
1294
+ };
1295
+ }>], import("zod").ZodUnknown>, import("zod").ZodVoid>>>;
1296
+ }, "handler">, "strip", import("zod").ZodTypeAny, {
1297
+ description?: string | undefined;
1298
+ positionals?: {
1299
+ required?: boolean | undefined;
1300
+ type?: "string" | "number" | "boolean" | undefined;
1301
+ defaultValue?: string | number | boolean | undefined;
1302
+ description: string;
1303
+ placeholder: string;
1304
+ }[] | undefined;
1305
+ options?: {
1306
+ boolean?: boolean | undefined;
1307
+ required?: boolean | undefined;
1308
+ type?: "string" | "number" | "boolean" | undefined;
1309
+ shortFlag?: string | undefined;
1310
+ defaultValue?: string | number | boolean | undefined;
1311
+ choices?: string[] | undefined;
1312
+ description: string;
1313
+ flag: string;
1314
+ }[] | undefined;
1315
+ operation: string;
1316
+ command: string;
1317
+ }, {
1318
+ description?: string | undefined;
1319
+ positionals?: {
1320
+ required?: boolean | undefined;
1321
+ type?: "string" | "number" | "boolean" | undefined;
1322
+ defaultValue?: string | number | boolean | undefined;
1323
+ description: string;
1324
+ placeholder: string;
1325
+ }[] | undefined;
1326
+ options?: {
1327
+ boolean?: boolean | undefined;
1328
+ required?: boolean | undefined;
1329
+ type?: "string" | "number" | "boolean" | undefined;
1330
+ shortFlag?: string | undefined;
1331
+ defaultValue?: string | number | boolean | undefined;
1332
+ choices?: string[] | undefined;
1333
+ description: string;
1334
+ flag: string;
1335
+ }[] | undefined;
1336
+ operation: string;
1337
+ command: string;
1338
+ }>, ParsedOperationStrict, {
1339
+ description?: string | undefined;
1340
+ positionals?: {
1341
+ required?: boolean | undefined;
1342
+ type?: "string" | "number" | "boolean" | undefined;
1343
+ defaultValue?: string | number | boolean | undefined;
1344
+ description: string;
1345
+ placeholder: string;
1346
+ }[] | undefined;
1347
+ options?: {
1348
+ boolean?: boolean | undefined;
1349
+ required?: boolean | undefined;
1350
+ type?: "string" | "number" | "boolean" | undefined;
1351
+ shortFlag?: string | undefined;
1352
+ defaultValue?: string | number | boolean | undefined;
1353
+ choices?: string[] | undefined;
1354
+ description: string;
1355
+ flag: string;
1356
+ }[] | undefined;
1357
+ operation: string;
1358
+ command: string;
1359
+ }>;
1360
+ };
1361
+ export declare const rawSchema: import("zod").ZodObject<Omit<{
1362
+ operation: import("zod").ZodString;
1363
+ command: import("zod").ZodString;
1364
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1365
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1366
+ placeholder: import("zod").ZodString;
1367
+ description: import("zod").ZodString;
1368
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1369
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1370
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1371
+ }, "strip", import("zod").ZodTypeAny, {
1372
+ required?: boolean | undefined;
1373
+ type?: "string" | "number" | "boolean" | undefined;
1374
+ defaultValue?: string | number | boolean | undefined;
1375
+ description: string;
1376
+ placeholder: string;
1377
+ }, {
1378
+ required?: boolean | undefined;
1379
+ type?: "string" | "number" | "boolean" | undefined;
1380
+ defaultValue?: string | number | boolean | undefined;
1381
+ description: string;
1382
+ placeholder: string;
1383
+ }>, "many">>;
1384
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1385
+ shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
1386
+ flag: import("zod").ZodString;
1387
+ description: import("zod").ZodString;
1388
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1389
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1390
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1391
+ boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
1392
+ choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1393
+ }, "strip", import("zod").ZodTypeAny, {
1394
+ boolean?: boolean | undefined;
1395
+ required?: boolean | undefined;
1396
+ type?: "string" | "number" | "boolean" | undefined;
1397
+ shortFlag?: string | undefined;
1398
+ defaultValue?: string | number | boolean | undefined;
1399
+ choices?: string[] | undefined;
1400
+ description: string;
1401
+ flag: string;
1402
+ }, {
1403
+ boolean?: boolean | undefined;
1404
+ required?: boolean | undefined;
1405
+ type?: "string" | "number" | "boolean" | undefined;
1406
+ shortFlag?: string | undefined;
1407
+ defaultValue?: string | number | boolean | undefined;
1408
+ choices?: string[] | undefined;
1409
+ description: string;
1410
+ flag: string;
1411
+ }>, "many">>;
1412
+ handler: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<{
1413
+ operations: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1414
+ hash: import("zod").ZodString;
1415
+ time: import("zod").ZodNumber;
1416
+ output: import("zod").ZodOptional<import("zod").ZodUnknown>;
1417
+ }, "strip", import("zod").ZodTypeAny, {
1418
+ output?: unknown;
1419
+ hash: string;
1420
+ time: number;
1421
+ }, {
1422
+ output?: unknown;
1423
+ hash: string;
1424
+ time: number;
1425
+ }>>;
1426
+ tasks: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1427
+ task: import("zod").ZodString;
1428
+ plugin: import("zod").ZodString;
1429
+ time: import("zod").ZodNumber;
1430
+ output: import("zod").ZodOptional<import("zod").ZodUnknown>;
1431
+ }, "strip", import("zod").ZodTypeAny, {
1432
+ output?: unknown;
1433
+ plugin: string;
1434
+ task: string;
1435
+ time: number;
1436
+ }, {
1437
+ output?: unknown;
1438
+ plugin: string;
1439
+ task: string;
1440
+ time: number;
1441
+ }>>;
1442
+ }, "strip", import("zod").ZodTypeAny, {
1443
+ operations: Record<string, {
1444
+ output?: unknown;
1445
+ hash: string;
1446
+ time: number;
1447
+ }>;
1448
+ tasks: Record<string, {
1449
+ output?: unknown;
1450
+ plugin: string;
1451
+ task: string;
1452
+ time: number;
1453
+ }>;
1454
+ }, {
1455
+ operations: Record<string, {
1456
+ output?: unknown;
1457
+ hash: string;
1458
+ time: number;
1459
+ }>;
1460
+ tasks: Record<string, {
1461
+ output?: unknown;
1462
+ plugin: string;
1463
+ task: string;
1464
+ time: number;
1465
+ }>;
1466
+ }>], import("zod").ZodUnknown>, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
1467
+ _: import("zod").ZodArray<import("zod").ZodString, "many">;
1468
+ projectDir: import("zod").ZodString;
1469
+ maxConcurrency: import("zod").ZodNumber;
1470
+ debug: import("zod").ZodBoolean;
1471
+ disableState: import("zod").ZodBoolean;
1472
+ logPluginRequests: import("zod").ZodBoolean;
1473
+ fromVsCode: import("zod").ZodBoolean;
1474
+ version: import("zod").ZodBoolean;
1475
+ build: import("zod").ZodBoolean;
1476
+ help: import("zod").ZodBoolean;
1477
+ yes: import("zod").ZodBoolean;
1478
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
1479
+ env: import("zod").ZodString;
1480
+ quickstart: import("zod").ZodString;
1481
+ setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
1482
+ setVersion: import("zod").ZodString;
1483
+ }, "quickstart">, {
1484
+ taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
1485
+ config: import("zod").ZodObject<import("zod").extendShape<{
1486
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
1487
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1488
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
1489
+ name: import("zod").ZodString;
1490
+ }, "strip", import("zod").ZodTypeAny, {
1491
+ type: "npm" | "binary" | "deno";
1492
+ name: string;
1493
+ }, {
1494
+ type: "npm" | "binary" | "deno";
1495
+ name: string;
1496
+ }>, "many">>;
1497
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1498
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1499
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1500
+ label: import("zod").ZodString;
1501
+ rpcUrl: import("zod").ZodString;
1502
+ protocol: import("zod").ZodString;
1503
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1504
+ publicKey: import("zod").ZodString;
1505
+ publicKeyHash: import("zod").ZodString;
1506
+ privateKey: import("zod").ZodString;
1507
+ }, "strip", import("zod").ZodTypeAny, {
1508
+ publicKey: string;
1509
+ publicKeyHash: string;
1510
+ privateKey: string;
1511
+ }, {
1512
+ publicKey: string;
1513
+ publicKeyHash: string;
1514
+ privateKey: string;
1515
+ }>>>;
1516
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
1517
+ pkh: import("zod").ZodString;
1518
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
1519
+ email: import("zod").ZodString;
1520
+ password: import("zod").ZodString;
1521
+ amount: import("zod").ZodString;
1522
+ activation_code: import("zod").ZodString;
1523
+ }, "strip", import("zod").ZodTypeAny, {
1524
+ pkh: string;
1525
+ mnemonic: string[];
1526
+ email: string;
1527
+ password: string;
1528
+ amount: string;
1529
+ activation_code: string;
1530
+ }, {
1531
+ pkh: string;
1532
+ mnemonic: string[];
1533
+ email: string;
1534
+ password: string;
1535
+ amount: string;
1536
+ activation_code: string;
1537
+ }>>;
1538
+ }, "strip", import("zod").ZodTypeAny, {
1539
+ accounts?: Record<string, {
1540
+ publicKey: string;
1541
+ publicKeyHash: string;
1542
+ privateKey: string;
1543
+ }> | undefined;
1544
+ faucet?: {
1545
+ pkh: string;
1546
+ mnemonic: string[];
1547
+ email: string;
1548
+ password: string;
1549
+ amount: string;
1550
+ activation_code: string;
1551
+ } | undefined;
1552
+ label: string;
1553
+ rpcUrl: string;
1554
+ protocol: string;
1555
+ }, {
1556
+ accounts?: Record<string, {
1557
+ publicKey: string;
1558
+ publicKeyHash: string;
1559
+ privateKey: string;
1560
+ }> | undefined;
1561
+ faucet?: {
1562
+ pkh: string;
1563
+ mnemonic: string[];
1564
+ email: string;
1565
+ password: string;
1566
+ amount: string;
1567
+ activation_code: string;
1568
+ } | undefined;
1569
+ label: string;
1570
+ rpcUrl: string;
1571
+ protocol: string;
1572
+ }>>>;
1573
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1574
+ label: import("zod").ZodString;
1575
+ rpcUrl: import("zod").ZodString;
1576
+ protocol: import("zod").ZodString;
1577
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1578
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
1579
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1580
+ encryptedKey: import("zod").ZodString;
1581
+ publicKeyHash: import("zod").ZodString;
1582
+ secretKey: import("zod").ZodString;
1583
+ }, "strip", import("zod").ZodTypeAny, {
1584
+ publicKeyHash: string;
1585
+ encryptedKey: string;
1586
+ secretKey: string;
1587
+ }, {
1588
+ publicKeyHash: string;
1589
+ encryptedKey: string;
1590
+ secretKey: string;
1591
+ }>, import("zod").ZodString]>>>;
1592
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1593
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1594
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1595
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1596
+ }, "strip", import("zod").ZodTypeAny, {
1597
+ disableAutostartWithSandbox?: boolean | undefined;
1598
+ postgresqlPort?: number | undefined;
1599
+ apiPort?: number | undefined;
1600
+ }, {
1601
+ disableAutostartWithSandbox?: boolean | undefined;
1602
+ postgresqlPort?: number | undefined;
1603
+ apiPort?: number | undefined;
1604
+ }>>;
1605
+ }, "strip", import("zod").ZodTypeAny, {
1606
+ plugin?: string | undefined;
1607
+ accounts?: Record<string, string | {
1608
+ publicKeyHash: string;
1609
+ encryptedKey: string;
1610
+ secretKey: string;
1611
+ }> | undefined;
1612
+ attributes?: string | number | boolean | undefined;
1613
+ tzkt?: {
1614
+ disableAutostartWithSandbox?: boolean | undefined;
1615
+ postgresqlPort?: number | undefined;
1616
+ apiPort?: number | undefined;
1617
+ } | undefined;
1618
+ label: string;
1619
+ rpcUrl: string;
1620
+ protocol: string;
1621
+ }, {
1622
+ plugin?: string | undefined;
1623
+ accounts?: Record<string, string | {
1624
+ publicKeyHash: string;
1625
+ encryptedKey: string;
1626
+ secretKey: string;
1627
+ }> | undefined;
1628
+ attributes?: string | number | boolean | undefined;
1629
+ tzkt?: {
1630
+ disableAutostartWithSandbox?: boolean | undefined;
1631
+ postgresqlPort?: number | undefined;
1632
+ apiPort?: number | undefined;
1633
+ } | undefined;
1634
+ label: string;
1635
+ rpcUrl: string;
1636
+ protocol: string;
1637
+ }>>>;
1638
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1639
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1640
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1641
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1642
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1643
+ }, "strip", import("zod").ZodTypeAny, {
1644
+ storage?: Record<string, string> | undefined;
1645
+ aliases?: Record<string, Record<string, string>> | undefined;
1646
+ networks: string[];
1647
+ sandboxes: string[];
1648
+ }, {
1649
+ storage?: Record<string, string> | undefined;
1650
+ aliases?: Record<string, Record<string, string>> | undefined;
1651
+ networks: string[];
1652
+ sandboxes: string[];
1653
+ }>, import("zod").ZodString]>>;
1654
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1655
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1656
+ sourceFile: import("zod").ZodString;
1657
+ hash: import("zod").ZodString;
1658
+ }, "strip", import("zod").ZodTypeAny, {
1659
+ sourceFile: string;
1660
+ hash: string;
1661
+ }, {
1662
+ sourceFile: string;
1663
+ hash: string;
1664
+ }>>>;
1665
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1666
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1667
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1668
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1669
+ license: import("zod").ZodOptional<import("zod").ZodString>;
1670
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
1671
+ }, "strip", import("zod").ZodTypeAny, {
1672
+ name?: string | undefined;
1673
+ projectDescription?: string | undefined;
1674
+ authors?: string[] | undefined;
1675
+ license?: string | undefined;
1676
+ homepage?: string | undefined;
1677
+ }, {
1678
+ name?: string | undefined;
1679
+ projectDescription?: string | undefined;
1680
+ authors?: string[] | undefined;
1681
+ license?: string | undefined;
1682
+ homepage?: string | undefined;
1683
+ }>>;
1684
+ }, {
1685
+ projectDir: import("zod").ZodString;
1686
+ configFile: import("zod").ZodString;
1687
+ hash: import("zod").ZodString;
1688
+ }>, "strip", import("zod").ZodTypeAny, {
1689
+ sandbox?: Record<string, {
1690
+ plugin?: string | undefined;
1691
+ accounts?: Record<string, string | {
1692
+ publicKeyHash: string;
1693
+ encryptedKey: string;
1694
+ secretKey: string;
1695
+ }> | undefined;
1696
+ attributes?: string | number | boolean | undefined;
1697
+ tzkt?: {
1698
+ disableAutostartWithSandbox?: boolean | undefined;
1699
+ postgresqlPort?: number | undefined;
1700
+ apiPort?: number | undefined;
1701
+ } | undefined;
1702
+ label: string;
1703
+ rpcUrl: string;
1704
+ protocol: string;
1705
+ }> | undefined;
1706
+ language?: "en" | "fr" | undefined;
1707
+ plugins?: {
1708
+ type: "npm" | "binary" | "deno";
1709
+ name: string;
1710
+ }[] | undefined;
1711
+ contractsDir?: string | undefined;
1712
+ artifactsDir?: string | undefined;
1713
+ network?: Record<string, {
1714
+ accounts?: Record<string, {
1715
+ publicKey: string;
1716
+ publicKeyHash: string;
1717
+ privateKey: string;
1718
+ }> | undefined;
1719
+ faucet?: {
1720
+ pkh: string;
1721
+ mnemonic: string[];
1722
+ email: string;
1723
+ password: string;
1724
+ amount: string;
1725
+ activation_code: string;
1726
+ } | undefined;
1727
+ label: string;
1728
+ rpcUrl: string;
1729
+ protocol: string;
1730
+ }> | undefined;
1731
+ accounts?: Record<string, string> | undefined;
1732
+ contracts?: Record<string, {
1733
+ sourceFile: string;
1734
+ hash: string;
1735
+ }> | undefined;
1736
+ metadata?: {
1737
+ name?: string | undefined;
1738
+ projectDescription?: string | undefined;
1739
+ authors?: string[] | undefined;
1740
+ license?: string | undefined;
1741
+ homepage?: string | undefined;
1742
+ } | undefined;
1743
+ projectDir: string;
1744
+ environment: Record<string, string | {
1745
+ storage?: Record<string, string> | undefined;
1746
+ aliases?: Record<string, Record<string, string>> | undefined;
1747
+ networks: string[];
1748
+ sandboxes: string[];
1749
+ }>;
1750
+ hash: string;
1751
+ configFile: string;
1752
+ }, {
1753
+ sandbox?: Record<string, {
1754
+ plugin?: string | undefined;
1755
+ accounts?: Record<string, string | {
1756
+ publicKeyHash: string;
1757
+ encryptedKey: string;
1758
+ secretKey: string;
1759
+ }> | undefined;
1760
+ attributes?: string | number | boolean | undefined;
1761
+ tzkt?: {
1762
+ disableAutostartWithSandbox?: boolean | undefined;
1763
+ postgresqlPort?: number | undefined;
1764
+ apiPort?: number | undefined;
1765
+ } | undefined;
1766
+ label: string;
1767
+ rpcUrl: string;
1768
+ protocol: string;
1769
+ }> | undefined;
1770
+ language?: "en" | "fr" | undefined;
1771
+ plugins?: {
1772
+ type: "npm" | "binary" | "deno";
1773
+ name: string;
1774
+ }[] | undefined;
1775
+ contractsDir?: string | undefined;
1776
+ artifactsDir?: string | undefined;
1777
+ network?: Record<string, {
1778
+ accounts?: Record<string, {
1779
+ publicKey: string;
1780
+ publicKeyHash: string;
1781
+ privateKey: string;
1782
+ }> | undefined;
1783
+ faucet?: {
1784
+ pkh: string;
1785
+ mnemonic: string[];
1786
+ email: string;
1787
+ password: string;
1788
+ amount: string;
1789
+ activation_code: string;
1790
+ } | undefined;
1791
+ label: string;
1792
+ rpcUrl: string;
1793
+ protocol: string;
1794
+ }> | undefined;
1795
+ accounts?: Record<string, string> | undefined;
1796
+ contracts?: Record<string, {
1797
+ sourceFile: string;
1798
+ hash: string;
1799
+ }> | undefined;
1800
+ metadata?: {
1801
+ name?: string | undefined;
1802
+ projectDescription?: string | undefined;
1803
+ authors?: string[] | undefined;
1804
+ license?: string | undefined;
1805
+ homepage?: string | undefined;
1806
+ } | undefined;
1807
+ projectDir: string;
1808
+ environment: Record<string, string | {
1809
+ storage?: Record<string, string> | undefined;
1810
+ aliases?: Record<string, Record<string, string>> | undefined;
1811
+ networks: string[];
1812
+ sandboxes: string[];
1813
+ }>;
1814
+ hash: string;
1815
+ configFile: string;
1816
+ }>;
1817
+ }>, "passthrough", import("zod").ZodTypeAny, {
1818
+ plugin?: string | undefined;
1819
+ _: string[];
1820
+ projectDir: string;
1821
+ maxConcurrency: number;
1822
+ debug: boolean;
1823
+ disableState: boolean;
1824
+ logPluginRequests: boolean;
1825
+ fromVsCode: boolean;
1826
+ version: boolean;
1827
+ build: boolean;
1828
+ help: boolean;
1829
+ yes: boolean;
1830
+ env: string;
1831
+ setBuild: string | number;
1832
+ setVersion: string;
1833
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1834
+ config: {
1835
+ sandbox?: Record<string, {
1836
+ plugin?: string | undefined;
1837
+ accounts?: Record<string, string | {
1838
+ publicKeyHash: string;
1839
+ encryptedKey: string;
1840
+ secretKey: string;
1841
+ }> | undefined;
1842
+ attributes?: string | number | boolean | undefined;
1843
+ tzkt?: {
1844
+ disableAutostartWithSandbox?: boolean | undefined;
1845
+ postgresqlPort?: number | undefined;
1846
+ apiPort?: number | undefined;
1847
+ } | undefined;
1848
+ label: string;
1849
+ rpcUrl: string;
1850
+ protocol: string;
1851
+ }> | undefined;
1852
+ language?: "en" | "fr" | undefined;
1853
+ plugins?: {
1854
+ type: "npm" | "binary" | "deno";
1855
+ name: string;
1856
+ }[] | undefined;
1857
+ contractsDir?: string | undefined;
1858
+ artifactsDir?: string | undefined;
1859
+ network?: Record<string, {
1860
+ accounts?: Record<string, {
1861
+ publicKey: string;
1862
+ publicKeyHash: string;
1863
+ privateKey: string;
1864
+ }> | undefined;
1865
+ faucet?: {
1866
+ pkh: string;
1867
+ mnemonic: string[];
1868
+ email: string;
1869
+ password: string;
1870
+ amount: string;
1871
+ activation_code: string;
1872
+ } | undefined;
1873
+ label: string;
1874
+ rpcUrl: string;
1875
+ protocol: string;
1876
+ }> | undefined;
1877
+ accounts?: Record<string, string> | undefined;
1878
+ contracts?: Record<string, {
1879
+ sourceFile: string;
1880
+ hash: string;
1881
+ }> | undefined;
1882
+ metadata?: {
1883
+ name?: string | undefined;
1884
+ projectDescription?: string | undefined;
1885
+ authors?: string[] | undefined;
1886
+ license?: string | undefined;
1887
+ homepage?: string | undefined;
1888
+ } | undefined;
1889
+ projectDir: string;
1890
+ environment: Record<string, string | {
1891
+ storage?: Record<string, string> | undefined;
1892
+ aliases?: Record<string, Record<string, string>> | undefined;
1893
+ networks: string[];
1894
+ sandboxes: string[];
1895
+ }>;
1896
+ hash: string;
1897
+ configFile: string;
1898
+ };
1899
+ }, {
1900
+ plugin?: string | undefined;
1901
+ _: string[];
1902
+ projectDir: string;
1903
+ maxConcurrency: number;
1904
+ debug: boolean;
1905
+ disableState: boolean;
1906
+ logPluginRequests: boolean;
1907
+ fromVsCode: boolean;
1908
+ version: boolean;
1909
+ build: boolean;
1910
+ help: boolean;
1911
+ yes: boolean;
1912
+ env: string;
1913
+ setBuild: string | number;
1914
+ setVersion: string;
1915
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1916
+ config: {
1917
+ sandbox?: Record<string, {
1918
+ plugin?: string | undefined;
1919
+ accounts?: Record<string, string | {
1920
+ publicKeyHash: string;
1921
+ encryptedKey: string;
1922
+ secretKey: string;
1923
+ }> | undefined;
1924
+ attributes?: string | number | boolean | undefined;
1925
+ tzkt?: {
1926
+ disableAutostartWithSandbox?: boolean | undefined;
1927
+ postgresqlPort?: number | undefined;
1928
+ apiPort?: number | undefined;
1929
+ } | undefined;
1930
+ label: string;
1931
+ rpcUrl: string;
1932
+ protocol: string;
1933
+ }> | undefined;
1934
+ language?: "en" | "fr" | undefined;
1935
+ plugins?: {
1936
+ type: "npm" | "binary" | "deno";
1937
+ name: string;
1938
+ }[] | undefined;
1939
+ contractsDir?: string | undefined;
1940
+ artifactsDir?: string | undefined;
1941
+ network?: Record<string, {
1942
+ accounts?: Record<string, {
1943
+ publicKey: string;
1944
+ publicKeyHash: string;
1945
+ privateKey: string;
1946
+ }> | undefined;
1947
+ faucet?: {
1948
+ pkh: string;
1949
+ mnemonic: string[];
1950
+ email: string;
1951
+ password: string;
1952
+ amount: string;
1953
+ activation_code: string;
1954
+ } | undefined;
1955
+ label: string;
1956
+ rpcUrl: string;
1957
+ protocol: string;
1958
+ }> | undefined;
1959
+ accounts?: Record<string, string> | undefined;
1960
+ contracts?: Record<string, {
1961
+ sourceFile: string;
1962
+ hash: string;
1963
+ }> | undefined;
1964
+ metadata?: {
1965
+ name?: string | undefined;
1966
+ projectDescription?: string | undefined;
1967
+ authors?: string[] | undefined;
1968
+ license?: string | undefined;
1969
+ homepage?: string | undefined;
1970
+ } | undefined;
1971
+ projectDir: string;
1972
+ environment: Record<string, string | {
1973
+ storage?: Record<string, string> | undefined;
1974
+ aliases?: Record<string, Record<string, string>> | undefined;
1975
+ networks: string[];
1976
+ sandboxes: string[];
1977
+ }>;
1978
+ hash: string;
1979
+ configFile: string;
1980
+ };
1981
+ }>], import("zod").ZodUnknown>, import("zod").ZodVoid>>>;
1982
+ }, "handler">, "strip", import("zod").ZodTypeAny, {
1983
+ description?: string | undefined;
1984
+ positionals?: {
1985
+ required?: boolean | undefined;
1986
+ type?: "string" | "number" | "boolean" | undefined;
1987
+ defaultValue?: string | number | boolean | undefined;
1988
+ description: string;
1989
+ placeholder: string;
1990
+ }[] | undefined;
1991
+ options?: {
1992
+ boolean?: boolean | undefined;
1993
+ required?: boolean | undefined;
1994
+ type?: "string" | "number" | "boolean" | undefined;
1995
+ shortFlag?: string | undefined;
1996
+ defaultValue?: string | number | boolean | undefined;
1997
+ choices?: string[] | undefined;
1998
+ description: string;
1999
+ flag: string;
2000
+ }[] | undefined;
2001
+ operation: string;
2002
+ command: string;
2003
+ }, {
2004
+ description?: string | undefined;
2005
+ positionals?: {
2006
+ required?: boolean | undefined;
2007
+ type?: "string" | "number" | "boolean" | undefined;
2008
+ defaultValue?: string | number | boolean | undefined;
2009
+ description: string;
2010
+ placeholder: string;
2011
+ }[] | undefined;
2012
+ options?: {
2013
+ boolean?: boolean | undefined;
2014
+ required?: boolean | undefined;
2015
+ type?: "string" | "number" | "boolean" | undefined;
2016
+ shortFlag?: string | undefined;
2017
+ defaultValue?: string | number | boolean | undefined;
2018
+ choices?: string[] | undefined;
2019
+ description: string;
2020
+ flag: string;
2021
+ }[] | undefined;
2022
+ operation: string;
2023
+ command: string;
2024
+ }>;
2025
+ export declare const internalSchema: import("zod").ZodObject<Omit<{
2026
+ operation: import("zod").ZodString;
2027
+ command: import("zod").ZodString;
2028
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2029
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2030
+ placeholder: import("zod").ZodString;
2031
+ description: import("zod").ZodString;
2032
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
2033
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
2034
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
2035
+ }, "strip", import("zod").ZodTypeAny, {
2036
+ required?: boolean | undefined;
2037
+ type?: "string" | "number" | "boolean" | undefined;
2038
+ defaultValue?: string | number | boolean | undefined;
2039
+ description: string;
2040
+ placeholder: string;
2041
+ }, {
2042
+ required?: boolean | undefined;
2043
+ type?: "string" | "number" | "boolean" | undefined;
2044
+ defaultValue?: string | number | boolean | undefined;
2045
+ description: string;
2046
+ placeholder: string;
2047
+ }>, "many">>;
2048
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2049
+ shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
2050
+ flag: import("zod").ZodString;
2051
+ description: import("zod").ZodString;
2052
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
2053
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
2054
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
2055
+ boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
2056
+ choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2057
+ }, "strip", import("zod").ZodTypeAny, {
2058
+ boolean?: boolean | undefined;
2059
+ required?: boolean | undefined;
2060
+ type?: "string" | "number" | "boolean" | undefined;
2061
+ shortFlag?: string | undefined;
2062
+ defaultValue?: string | number | boolean | undefined;
2063
+ choices?: string[] | undefined;
2064
+ description: string;
2065
+ flag: string;
2066
+ }, {
2067
+ boolean?: boolean | undefined;
2068
+ required?: boolean | undefined;
2069
+ type?: "string" | "number" | "boolean" | undefined;
2070
+ shortFlag?: string | undefined;
2071
+ defaultValue?: string | number | boolean | undefined;
2072
+ choices?: string[] | undefined;
2073
+ description: string;
2074
+ flag: string;
2075
+ }>, "many">>;
2076
+ handler: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<{
2077
+ operations: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2078
+ hash: import("zod").ZodString;
2079
+ time: import("zod").ZodNumber;
2080
+ output: import("zod").ZodOptional<import("zod").ZodUnknown>;
2081
+ }, "strip", import("zod").ZodTypeAny, {
2082
+ output?: unknown;
2083
+ hash: string;
2084
+ time: number;
2085
+ }, {
2086
+ output?: unknown;
2087
+ hash: string;
2088
+ time: number;
2089
+ }>>;
2090
+ tasks: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2091
+ task: import("zod").ZodString;
2092
+ plugin: import("zod").ZodString;
2093
+ time: import("zod").ZodNumber;
2094
+ output: import("zod").ZodOptional<import("zod").ZodUnknown>;
2095
+ }, "strip", import("zod").ZodTypeAny, {
2096
+ output?: unknown;
2097
+ plugin: string;
2098
+ task: string;
2099
+ time: number;
2100
+ }, {
2101
+ output?: unknown;
2102
+ plugin: string;
2103
+ task: string;
2104
+ time: number;
2105
+ }>>;
2106
+ }, "strip", import("zod").ZodTypeAny, {
2107
+ operations: Record<string, {
2108
+ output?: unknown;
2109
+ hash: string;
2110
+ time: number;
2111
+ }>;
2112
+ tasks: Record<string, {
2113
+ output?: unknown;
2114
+ plugin: string;
2115
+ task: string;
2116
+ time: number;
2117
+ }>;
2118
+ }, {
2119
+ operations: Record<string, {
2120
+ output?: unknown;
2121
+ hash: string;
2122
+ time: number;
2123
+ }>;
2124
+ tasks: Record<string, {
2125
+ output?: unknown;
2126
+ plugin: string;
2127
+ task: string;
2128
+ time: number;
2129
+ }>;
2130
+ }>], import("zod").ZodUnknown>, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
2131
+ _: import("zod").ZodArray<import("zod").ZodString, "many">;
2132
+ projectDir: import("zod").ZodString;
2133
+ maxConcurrency: import("zod").ZodNumber;
2134
+ debug: import("zod").ZodBoolean;
2135
+ disableState: import("zod").ZodBoolean;
2136
+ logPluginRequests: import("zod").ZodBoolean;
2137
+ fromVsCode: import("zod").ZodBoolean;
2138
+ version: import("zod").ZodBoolean;
2139
+ build: import("zod").ZodBoolean;
2140
+ help: import("zod").ZodBoolean;
2141
+ yes: import("zod").ZodBoolean;
2142
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
2143
+ env: import("zod").ZodString;
2144
+ quickstart: import("zod").ZodString;
2145
+ setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
2146
+ setVersion: import("zod").ZodString;
2147
+ }, "quickstart">, {
2148
+ taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
2149
+ config: import("zod").ZodObject<import("zod").extendShape<{
2150
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
2151
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2152
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
2153
+ name: import("zod").ZodString;
2154
+ }, "strip", import("zod").ZodTypeAny, {
2155
+ type: "npm" | "binary" | "deno";
2156
+ name: string;
2157
+ }, {
2158
+ type: "npm" | "binary" | "deno";
2159
+ name: string;
2160
+ }>, "many">>;
2161
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2162
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2163
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2164
+ label: import("zod").ZodString;
2165
+ rpcUrl: import("zod").ZodString;
2166
+ protocol: import("zod").ZodString;
2167
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2168
+ publicKey: import("zod").ZodString;
2169
+ publicKeyHash: import("zod").ZodString;
2170
+ privateKey: import("zod").ZodString;
2171
+ }, "strip", import("zod").ZodTypeAny, {
2172
+ publicKey: string;
2173
+ publicKeyHash: string;
2174
+ privateKey: string;
2175
+ }, {
2176
+ publicKey: string;
2177
+ publicKeyHash: string;
2178
+ privateKey: string;
2179
+ }>>>;
2180
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
2181
+ pkh: import("zod").ZodString;
2182
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
2183
+ email: import("zod").ZodString;
2184
+ password: import("zod").ZodString;
2185
+ amount: import("zod").ZodString;
2186
+ activation_code: import("zod").ZodString;
2187
+ }, "strip", import("zod").ZodTypeAny, {
2188
+ pkh: string;
2189
+ mnemonic: string[];
2190
+ email: string;
2191
+ password: string;
2192
+ amount: string;
2193
+ activation_code: string;
2194
+ }, {
2195
+ pkh: string;
2196
+ mnemonic: string[];
2197
+ email: string;
2198
+ password: string;
2199
+ amount: string;
2200
+ activation_code: string;
2201
+ }>>;
2202
+ }, "strip", import("zod").ZodTypeAny, {
2203
+ accounts?: Record<string, {
2204
+ publicKey: string;
2205
+ publicKeyHash: string;
2206
+ privateKey: string;
2207
+ }> | undefined;
2208
+ faucet?: {
2209
+ pkh: string;
2210
+ mnemonic: string[];
2211
+ email: string;
2212
+ password: string;
2213
+ amount: string;
2214
+ activation_code: string;
2215
+ } | undefined;
2216
+ label: string;
2217
+ rpcUrl: string;
2218
+ protocol: string;
2219
+ }, {
2220
+ accounts?: Record<string, {
2221
+ publicKey: string;
2222
+ publicKeyHash: string;
2223
+ privateKey: string;
2224
+ }> | undefined;
2225
+ faucet?: {
2226
+ pkh: string;
2227
+ mnemonic: string[];
2228
+ email: string;
2229
+ password: string;
2230
+ amount: string;
2231
+ activation_code: string;
2232
+ } | undefined;
2233
+ label: string;
2234
+ rpcUrl: string;
2235
+ protocol: string;
2236
+ }>>>;
2237
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2238
+ label: import("zod").ZodString;
2239
+ rpcUrl: import("zod").ZodString;
2240
+ protocol: import("zod").ZodString;
2241
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
2242
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
2243
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2244
+ encryptedKey: import("zod").ZodString;
2245
+ publicKeyHash: import("zod").ZodString;
2246
+ secretKey: import("zod").ZodString;
2247
+ }, "strip", import("zod").ZodTypeAny, {
2248
+ publicKeyHash: string;
2249
+ encryptedKey: string;
2250
+ secretKey: string;
2251
+ }, {
2252
+ publicKeyHash: string;
2253
+ encryptedKey: string;
2254
+ secretKey: string;
2255
+ }>, import("zod").ZodString]>>>;
2256
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
2257
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
2258
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
2259
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
2260
+ }, "strip", import("zod").ZodTypeAny, {
2261
+ disableAutostartWithSandbox?: boolean | undefined;
2262
+ postgresqlPort?: number | undefined;
2263
+ apiPort?: number | undefined;
2264
+ }, {
2265
+ disableAutostartWithSandbox?: boolean | undefined;
2266
+ postgresqlPort?: number | undefined;
2267
+ apiPort?: number | undefined;
2268
+ }>>;
2269
+ }, "strip", import("zod").ZodTypeAny, {
2270
+ plugin?: string | undefined;
2271
+ accounts?: Record<string, string | {
2272
+ publicKeyHash: string;
2273
+ encryptedKey: string;
2274
+ secretKey: string;
2275
+ }> | undefined;
2276
+ attributes?: string | number | boolean | undefined;
2277
+ tzkt?: {
2278
+ disableAutostartWithSandbox?: boolean | undefined;
2279
+ postgresqlPort?: number | undefined;
2280
+ apiPort?: number | undefined;
2281
+ } | undefined;
2282
+ label: string;
2283
+ rpcUrl: string;
2284
+ protocol: string;
2285
+ }, {
2286
+ plugin?: string | undefined;
2287
+ accounts?: Record<string, string | {
2288
+ publicKeyHash: string;
2289
+ encryptedKey: string;
2290
+ secretKey: string;
2291
+ }> | undefined;
2292
+ attributes?: string | number | boolean | undefined;
2293
+ tzkt?: {
2294
+ disableAutostartWithSandbox?: boolean | undefined;
2295
+ postgresqlPort?: number | undefined;
2296
+ apiPort?: number | undefined;
2297
+ } | undefined;
2298
+ label: string;
2299
+ rpcUrl: string;
2300
+ protocol: string;
2301
+ }>>>;
2302
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2303
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
2304
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
2305
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2306
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
2307
+ }, "strip", import("zod").ZodTypeAny, {
2308
+ storage?: Record<string, string> | undefined;
2309
+ aliases?: Record<string, Record<string, string>> | undefined;
2310
+ networks: string[];
2311
+ sandboxes: string[];
2312
+ }, {
2313
+ storage?: Record<string, string> | undefined;
2314
+ aliases?: Record<string, Record<string, string>> | undefined;
2315
+ networks: string[];
2316
+ sandboxes: string[];
2317
+ }>, import("zod").ZodString]>>;
2318
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2319
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2320
+ sourceFile: import("zod").ZodString;
2321
+ hash: import("zod").ZodString;
2322
+ }, "strip", import("zod").ZodTypeAny, {
2323
+ sourceFile: string;
2324
+ hash: string;
2325
+ }, {
2326
+ sourceFile: string;
2327
+ hash: string;
2328
+ }>>>;
2329
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
2330
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2331
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
2332
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2333
+ license: import("zod").ZodOptional<import("zod").ZodString>;
2334
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
2335
+ }, "strip", import("zod").ZodTypeAny, {
2336
+ name?: string | undefined;
2337
+ projectDescription?: string | undefined;
2338
+ authors?: string[] | undefined;
2339
+ license?: string | undefined;
2340
+ homepage?: string | undefined;
2341
+ }, {
2342
+ name?: string | undefined;
2343
+ projectDescription?: string | undefined;
2344
+ authors?: string[] | undefined;
2345
+ license?: string | undefined;
2346
+ homepage?: string | undefined;
2347
+ }>>;
2348
+ }, {
2349
+ projectDir: import("zod").ZodString;
2350
+ configFile: import("zod").ZodString;
2351
+ hash: import("zod").ZodString;
2352
+ }>, "strip", import("zod").ZodTypeAny, {
2353
+ sandbox?: Record<string, {
2354
+ plugin?: string | undefined;
2355
+ accounts?: Record<string, string | {
2356
+ publicKeyHash: string;
2357
+ encryptedKey: string;
2358
+ secretKey: string;
2359
+ }> | undefined;
2360
+ attributes?: string | number | boolean | undefined;
2361
+ tzkt?: {
2362
+ disableAutostartWithSandbox?: boolean | undefined;
2363
+ postgresqlPort?: number | undefined;
2364
+ apiPort?: number | undefined;
2365
+ } | undefined;
2366
+ label: string;
2367
+ rpcUrl: string;
2368
+ protocol: string;
2369
+ }> | undefined;
2370
+ language?: "en" | "fr" | undefined;
2371
+ plugins?: {
2372
+ type: "npm" | "binary" | "deno";
2373
+ name: string;
2374
+ }[] | undefined;
2375
+ contractsDir?: string | undefined;
2376
+ artifactsDir?: string | undefined;
2377
+ network?: Record<string, {
2378
+ accounts?: Record<string, {
2379
+ publicKey: string;
2380
+ publicKeyHash: string;
2381
+ privateKey: string;
2382
+ }> | undefined;
2383
+ faucet?: {
2384
+ pkh: string;
2385
+ mnemonic: string[];
2386
+ email: string;
2387
+ password: string;
2388
+ amount: string;
2389
+ activation_code: string;
2390
+ } | undefined;
2391
+ label: string;
2392
+ rpcUrl: string;
2393
+ protocol: string;
2394
+ }> | undefined;
2395
+ accounts?: Record<string, string> | undefined;
2396
+ contracts?: Record<string, {
2397
+ sourceFile: string;
2398
+ hash: string;
2399
+ }> | undefined;
2400
+ metadata?: {
2401
+ name?: string | undefined;
2402
+ projectDescription?: string | undefined;
2403
+ authors?: string[] | undefined;
2404
+ license?: string | undefined;
2405
+ homepage?: string | undefined;
2406
+ } | undefined;
2407
+ projectDir: string;
2408
+ environment: Record<string, string | {
2409
+ storage?: Record<string, string> | undefined;
2410
+ aliases?: Record<string, Record<string, string>> | undefined;
2411
+ networks: string[];
2412
+ sandboxes: string[];
2413
+ }>;
2414
+ hash: string;
2415
+ configFile: string;
2416
+ }, {
2417
+ sandbox?: Record<string, {
2418
+ plugin?: string | undefined;
2419
+ accounts?: Record<string, string | {
2420
+ publicKeyHash: string;
2421
+ encryptedKey: string;
2422
+ secretKey: string;
2423
+ }> | undefined;
2424
+ attributes?: string | number | boolean | undefined;
2425
+ tzkt?: {
2426
+ disableAutostartWithSandbox?: boolean | undefined;
2427
+ postgresqlPort?: number | undefined;
2428
+ apiPort?: number | undefined;
2429
+ } | undefined;
2430
+ label: string;
2431
+ rpcUrl: string;
2432
+ protocol: string;
2433
+ }> | undefined;
2434
+ language?: "en" | "fr" | undefined;
2435
+ plugins?: {
2436
+ type: "npm" | "binary" | "deno";
2437
+ name: string;
2438
+ }[] | undefined;
2439
+ contractsDir?: string | undefined;
2440
+ artifactsDir?: string | undefined;
2441
+ network?: Record<string, {
2442
+ accounts?: Record<string, {
2443
+ publicKey: string;
2444
+ publicKeyHash: string;
2445
+ privateKey: string;
2446
+ }> | undefined;
2447
+ faucet?: {
2448
+ pkh: string;
2449
+ mnemonic: string[];
2450
+ email: string;
2451
+ password: string;
2452
+ amount: string;
2453
+ activation_code: string;
2454
+ } | undefined;
2455
+ label: string;
2456
+ rpcUrl: string;
2457
+ protocol: string;
2458
+ }> | undefined;
2459
+ accounts?: Record<string, string> | undefined;
2460
+ contracts?: Record<string, {
2461
+ sourceFile: string;
2462
+ hash: string;
2463
+ }> | undefined;
2464
+ metadata?: {
2465
+ name?: string | undefined;
2466
+ projectDescription?: string | undefined;
2467
+ authors?: string[] | undefined;
2468
+ license?: string | undefined;
2469
+ homepage?: string | undefined;
2470
+ } | undefined;
2471
+ projectDir: string;
2472
+ environment: Record<string, string | {
2473
+ storage?: Record<string, string> | undefined;
2474
+ aliases?: Record<string, Record<string, string>> | undefined;
2475
+ networks: string[];
2476
+ sandboxes: string[];
2477
+ }>;
2478
+ hash: string;
2479
+ configFile: string;
2480
+ }>;
2481
+ }>, "passthrough", import("zod").ZodTypeAny, {
2482
+ plugin?: string | undefined;
2483
+ _: string[];
2484
+ projectDir: string;
2485
+ maxConcurrency: number;
2486
+ debug: boolean;
2487
+ disableState: boolean;
2488
+ logPluginRequests: boolean;
2489
+ fromVsCode: boolean;
2490
+ version: boolean;
2491
+ build: boolean;
2492
+ help: boolean;
2493
+ yes: boolean;
2494
+ env: string;
2495
+ setBuild: string | number;
2496
+ setVersion: string;
2497
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2498
+ config: {
2499
+ sandbox?: Record<string, {
2500
+ plugin?: string | undefined;
2501
+ accounts?: Record<string, string | {
2502
+ publicKeyHash: string;
2503
+ encryptedKey: string;
2504
+ secretKey: string;
2505
+ }> | undefined;
2506
+ attributes?: string | number | boolean | undefined;
2507
+ tzkt?: {
2508
+ disableAutostartWithSandbox?: boolean | undefined;
2509
+ postgresqlPort?: number | undefined;
2510
+ apiPort?: number | undefined;
2511
+ } | undefined;
2512
+ label: string;
2513
+ rpcUrl: string;
2514
+ protocol: string;
2515
+ }> | undefined;
2516
+ language?: "en" | "fr" | undefined;
2517
+ plugins?: {
2518
+ type: "npm" | "binary" | "deno";
2519
+ name: string;
2520
+ }[] | undefined;
2521
+ contractsDir?: string | undefined;
2522
+ artifactsDir?: string | undefined;
2523
+ network?: Record<string, {
2524
+ accounts?: Record<string, {
2525
+ publicKey: string;
2526
+ publicKeyHash: string;
2527
+ privateKey: string;
2528
+ }> | undefined;
2529
+ faucet?: {
2530
+ pkh: string;
2531
+ mnemonic: string[];
2532
+ email: string;
2533
+ password: string;
2534
+ amount: string;
2535
+ activation_code: string;
2536
+ } | undefined;
2537
+ label: string;
2538
+ rpcUrl: string;
2539
+ protocol: string;
2540
+ }> | undefined;
2541
+ accounts?: Record<string, string> | undefined;
2542
+ contracts?: Record<string, {
2543
+ sourceFile: string;
2544
+ hash: string;
2545
+ }> | undefined;
2546
+ metadata?: {
2547
+ name?: string | undefined;
2548
+ projectDescription?: string | undefined;
2549
+ authors?: string[] | undefined;
2550
+ license?: string | undefined;
2551
+ homepage?: string | undefined;
2552
+ } | undefined;
2553
+ projectDir: string;
2554
+ environment: Record<string, string | {
2555
+ storage?: Record<string, string> | undefined;
2556
+ aliases?: Record<string, Record<string, string>> | undefined;
2557
+ networks: string[];
2558
+ sandboxes: string[];
2559
+ }>;
2560
+ hash: string;
2561
+ configFile: string;
2562
+ };
2563
+ }, {
2564
+ plugin?: string | undefined;
2565
+ _: string[];
2566
+ projectDir: string;
2567
+ maxConcurrency: number;
2568
+ debug: boolean;
2569
+ disableState: boolean;
2570
+ logPluginRequests: boolean;
2571
+ fromVsCode: boolean;
2572
+ version: boolean;
2573
+ build: boolean;
2574
+ help: boolean;
2575
+ yes: boolean;
2576
+ env: string;
2577
+ setBuild: string | number;
2578
+ setVersion: string;
2579
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2580
+ config: {
2581
+ sandbox?: Record<string, {
2582
+ plugin?: string | undefined;
2583
+ accounts?: Record<string, string | {
2584
+ publicKeyHash: string;
2585
+ encryptedKey: string;
2586
+ secretKey: string;
2587
+ }> | undefined;
2588
+ attributes?: string | number | boolean | undefined;
2589
+ tzkt?: {
2590
+ disableAutostartWithSandbox?: boolean | undefined;
2591
+ postgresqlPort?: number | undefined;
2592
+ apiPort?: number | undefined;
2593
+ } | undefined;
2594
+ label: string;
2595
+ rpcUrl: string;
2596
+ protocol: string;
2597
+ }> | undefined;
2598
+ language?: "en" | "fr" | undefined;
2599
+ plugins?: {
2600
+ type: "npm" | "binary" | "deno";
2601
+ name: string;
2602
+ }[] | undefined;
2603
+ contractsDir?: string | undefined;
2604
+ artifactsDir?: string | undefined;
2605
+ network?: Record<string, {
2606
+ accounts?: Record<string, {
2607
+ publicKey: string;
2608
+ publicKeyHash: string;
2609
+ privateKey: string;
2610
+ }> | undefined;
2611
+ faucet?: {
2612
+ pkh: string;
2613
+ mnemonic: string[];
2614
+ email: string;
2615
+ password: string;
2616
+ amount: string;
2617
+ activation_code: string;
2618
+ } | undefined;
2619
+ label: string;
2620
+ rpcUrl: string;
2621
+ protocol: string;
2622
+ }> | undefined;
2623
+ accounts?: Record<string, string> | undefined;
2624
+ contracts?: Record<string, {
2625
+ sourceFile: string;
2626
+ hash: string;
2627
+ }> | undefined;
2628
+ metadata?: {
2629
+ name?: string | undefined;
2630
+ projectDescription?: string | undefined;
2631
+ authors?: string[] | undefined;
2632
+ license?: string | undefined;
2633
+ homepage?: string | undefined;
2634
+ } | undefined;
2635
+ projectDir: string;
2636
+ environment: Record<string, string | {
2637
+ storage?: Record<string, string> | undefined;
2638
+ aliases?: Record<string, Record<string, string>> | undefined;
2639
+ networks: string[];
2640
+ sandboxes: string[];
2641
+ }>;
2642
+ hash: string;
2643
+ configFile: string;
2644
+ };
2645
+ }>], import("zod").ZodUnknown>, import("zod").ZodVoid>>>;
2646
+ }, "handler">, "strip", import("zod").ZodTypeAny, {
2647
+ description?: string | undefined;
2648
+ positionals?: {
2649
+ required?: boolean | undefined;
2650
+ type?: "string" | "number" | "boolean" | undefined;
2651
+ defaultValue?: string | number | boolean | undefined;
2652
+ description: string;
2653
+ placeholder: string;
2654
+ }[] | undefined;
2655
+ options?: {
2656
+ boolean?: boolean | undefined;
2657
+ required?: boolean | undefined;
2658
+ type?: "string" | "number" | "boolean" | undefined;
2659
+ shortFlag?: string | undefined;
2660
+ defaultValue?: string | number | boolean | undefined;
2661
+ choices?: string[] | undefined;
2662
+ description: string;
2663
+ flag: string;
2664
+ }[] | undefined;
2665
+ operation: string;
2666
+ command: string;
2667
+ }, {
2668
+ description?: string | undefined;
2669
+ positionals?: {
2670
+ required?: boolean | undefined;
2671
+ type?: "string" | "number" | "boolean" | undefined;
2672
+ defaultValue?: string | number | boolean | undefined;
2673
+ description: string;
2674
+ placeholder: string;
2675
+ }[] | undefined;
2676
+ options?: {
2677
+ boolean?: boolean | undefined;
2678
+ required?: boolean | undefined;
2679
+ type?: "string" | "number" | "boolean" | undefined;
2680
+ shortFlag?: string | undefined;
2681
+ defaultValue?: string | number | boolean | undefined;
2682
+ choices?: string[] | undefined;
2683
+ description: string;
2684
+ flag: string;
2685
+ }[] | undefined;
2686
+ operation: string;
2687
+ command: string;
2688
+ }>;
2689
+ export type t = ParsedOperationStrict;
2690
+ //# sourceMappingURL=ParsedOperation.d.ts.map