@taqueria/protocol 0.25.4-alpha → 0.25.11-rc

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