@taqueria/protocol 0.24.2 → 0.25.3-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (964) hide show
  1. package/Alias.d.ts +1 -41
  2. package/Alias.d.ts.map +1 -1
  3. package/Alias.js +2 -51
  4. package/Alias.js.map +1 -1
  5. package/Alias.mjs +1 -32
  6. package/Alias.mjs.map +1 -1
  7. package/Base.d.ts +6 -6
  8. package/Base.js.map +1 -1
  9. package/Base.mjs.map +1 -1
  10. package/Command.d.ts +1 -23
  11. package/Command.d.ts.map +1 -1
  12. package/Command.js +2 -42
  13. package/Command.js.map +1 -1
  14. package/Command.mjs +1 -23
  15. package/Command.mjs.map +1 -1
  16. package/Config.d.ts +1 -2079
  17. package/Config.d.ts.map +1 -1
  18. package/Config.js +2 -153
  19. package/Config.js.map +1 -1
  20. package/Config.mjs +1 -130
  21. package/Config.mjs.map +1 -1
  22. package/ConfigArtifactsDir.d.ts +2 -0
  23. package/ConfigArtifactsDir.d.ts.map +1 -0
  24. package/ConfigArtifactsDir.js +21 -0
  25. package/ConfigArtifactsDir.js.map +1 -0
  26. package/ConfigArtifactsDir.mjs +3 -0
  27. package/ConfigArtifactsDir.mjs.map +1 -0
  28. package/ConfigContractsDir.d.ts +2 -0
  29. package/ConfigContractsDir.d.ts.map +1 -0
  30. package/ConfigContractsDir.js +21 -0
  31. package/ConfigContractsDir.js.map +1 -0
  32. package/ConfigContractsDir.mjs +3 -0
  33. package/ConfigContractsDir.mjs.map +1 -0
  34. package/Contract.d.ts +1 -81
  35. package/Contract.d.ts.map +1 -1
  36. package/Contract.js +2 -49
  37. package/Contract.js.map +1 -1
  38. package/Contract.mjs +1 -30
  39. package/Contract.mjs.map +1 -1
  40. package/Crypto.d.ts +4 -2
  41. package/Crypto.d.ts.map +1 -1
  42. package/Crypto.js +0 -16
  43. package/Crypto.js.map +1 -1
  44. package/Crypto.mjs +0 -9
  45. package/Crypto.mjs.map +1 -1
  46. package/EconomicalProtocolHash.d.ts +1 -40
  47. package/EconomicalProtocolHash.d.ts.map +1 -1
  48. package/EconomicalProtocolHash.js +2 -45
  49. package/EconomicalProtocolHash.js.map +1 -1
  50. package/EconomicalProtocolHash.mjs +1 -25
  51. package/EconomicalProtocolHash.mjs.map +1 -1
  52. package/Environment.d.ts +1 -133
  53. package/Environment.d.ts.map +1 -1
  54. package/Environment.js +6 -63
  55. package/Environment.js.map +1 -1
  56. package/Environment.mjs +1 -38
  57. package/Environment.mjs.map +1 -1
  58. package/EphemeralState.d.ts +1757 -4335
  59. package/EphemeralState.d.ts.map +1 -1
  60. package/EphemeralState.js +39 -40
  61. package/EphemeralState.js.map +1 -1
  62. package/EphemeralState.mjs +30 -20
  63. package/EphemeralState.mjs.map +1 -1
  64. package/Faucet.d.ts +1 -203
  65. package/Faucet.d.ts.map +1 -1
  66. package/Faucet.js +2 -77
  67. package/Faucet.js.map +1 -1
  68. package/Faucet.mjs +1 -57
  69. package/Faucet.mjs.map +1 -1
  70. package/HumanReadableIdentifier.d.ts +1 -23
  71. package/HumanReadableIdentifier.d.ts.map +1 -1
  72. package/HumanReadableIdentifier.js +2 -42
  73. package/HumanReadableIdentifier.js.map +1 -1
  74. package/HumanReadableIdentifier.mjs +1 -23
  75. package/HumanReadableIdentifier.mjs.map +1 -1
  76. package/InstalledPlugin.d.ts +1 -91
  77. package/InstalledPlugin.d.ts.map +1 -1
  78. package/InstalledPlugin.js +2 -48
  79. package/InstalledPlugin.js.map +1 -1
  80. package/InstalledPlugin.mjs +1 -28
  81. package/InstalledPlugin.mjs.map +1 -1
  82. package/LoadedConfig.d.ts +1 -2343
  83. package/LoadedConfig.d.ts.map +1 -1
  84. package/LoadedConfig.js +2 -61
  85. package/LoadedConfig.js.map +1 -1
  86. package/LoadedConfig.mjs +1 -39
  87. package/LoadedConfig.mjs.map +1 -1
  88. package/MetadataConfig.d.ts +1 -154
  89. package/MetadataConfig.d.ts.map +1 -1
  90. package/MetadataConfig.js +2 -56
  91. package/MetadataConfig.js.map +1 -1
  92. package/MetadataConfig.mjs +1 -36
  93. package/MetadataConfig.mjs.map +1 -1
  94. package/NetworkAccountConfig.d.ts +2 -0
  95. package/NetworkAccountConfig.d.ts.map +1 -0
  96. package/NetworkAccountConfig.js +21 -0
  97. package/NetworkAccountConfig.js.map +1 -0
  98. package/NetworkAccountConfig.mjs +3 -0
  99. package/NetworkAccountConfig.mjs.map +1 -0
  100. package/NetworkConfig.d.ts +1 -443
  101. package/NetworkConfig.d.ts.map +1 -1
  102. package/NetworkConfig.js +2 -66
  103. package/NetworkConfig.js.map +1 -1
  104. package/NetworkConfig.mjs +1 -46
  105. package/NetworkConfig.mjs.map +1 -1
  106. package/NonEmptyString.d.ts +2 -0
  107. package/NonEmptyString.d.ts.map +1 -0
  108. package/NonEmptyString.js +21 -0
  109. package/NonEmptyString.js.map +1 -0
  110. package/NonEmptyString.mjs +3 -0
  111. package/NonEmptyString.mjs.map +1 -0
  112. package/Operation.d.ts +1 -1469
  113. package/Operation.d.ts.map +1 -1
  114. package/Operation.js +2 -79
  115. package/Operation.js.map +1 -1
  116. package/Operation.mjs +1 -58
  117. package/Operation.mjs.map +1 -1
  118. package/Option.d.ts +1 -308
  119. package/Option.d.ts.map +1 -1
  120. package/Option.js +2 -84
  121. package/Option.js.map +1 -1
  122. package/Option.mjs +1 -63
  123. package/Option.mjs.map +1 -1
  124. package/ParsedOperation.d.ts +1 -879
  125. package/ParsedOperation.d.ts.map +1 -1
  126. package/ParsedOperation.js +2 -44
  127. package/ParsedOperation.js.map +1 -1
  128. package/ParsedOperation.mjs +1 -24
  129. package/ParsedOperation.mjs.map +1 -1
  130. package/ParsedPluginInfo.d.ts +4124 -0
  131. package/ParsedPluginInfo.d.ts.map +1 -0
  132. package/ParsedPluginInfo.js +81 -0
  133. package/ParsedPluginInfo.js.map +1 -0
  134. package/ParsedPluginInfo.mjs +44 -0
  135. package/ParsedPluginInfo.mjs.map +1 -0
  136. package/ParsedTemplate.d.ts +1 -1023
  137. package/ParsedTemplate.d.ts.map +1 -1
  138. package/ParsedTemplate.js +2 -52
  139. package/ParsedTemplate.js.map +1 -1
  140. package/ParsedTemplate.mjs +1 -32
  141. package/ParsedTemplate.mjs.map +1 -1
  142. package/PersistentState.d.ts +113 -243
  143. package/PersistentState.d.ts.map +1 -1
  144. package/PluginActionName.d.ts +1 -21
  145. package/PluginActionName.d.ts.map +1 -1
  146. package/PluginActionName.js +2 -29
  147. package/PluginActionName.js.map +1 -1
  148. package/PluginActionName.mjs +1 -21
  149. package/PluginActionName.mjs.map +1 -1
  150. package/PluginDependenciesResponse.d.ts +1 -151
  151. package/PluginDependenciesResponse.d.ts.map +1 -1
  152. package/PluginDependenciesResponse.js +2 -44
  153. package/PluginDependenciesResponse.js.map +1 -1
  154. package/PluginDependenciesResponse.mjs +1 -26
  155. package/PluginDependenciesResponse.mjs.map +1 -1
  156. package/PluginInfo.d.ts +4416 -3023
  157. package/PluginInfo.d.ts.map +1 -1
  158. package/PluginJsonResponse.d.ts +1 -98
  159. package/PluginJsonResponse.d.ts.map +1 -1
  160. package/PluginJsonResponse.js +2 -40
  161. package/PluginJsonResponse.js.map +1 -1
  162. package/PluginJsonResponse.mjs +1 -23
  163. package/PluginJsonResponse.mjs.map +1 -1
  164. package/PluginProxyResponse.d.ts +1 -15
  165. package/PluginProxyResponse.d.ts.map +1 -1
  166. package/PluginProxyResponse.js +2 -42
  167. package/PluginProxyResponse.js.map +1 -1
  168. package/PluginProxyResponse.mjs +1 -23
  169. package/PluginProxyResponse.mjs.map +1 -1
  170. package/PluginResponseEncoding.d.ts +1 -31
  171. package/PluginResponseEncoding.d.ts.map +1 -1
  172. package/PluginResponseEncoding.js +2 -44
  173. package/PluginResponseEncoding.js.map +1 -1
  174. package/PluginResponseEncoding.mjs +1 -25
  175. package/PluginResponseEncoding.mjs.map +1 -1
  176. package/PluginSchema.d.ts +8240 -6843
  177. package/PluginSchema.d.ts.map +1 -1
  178. package/PluginSchema.js +6 -17
  179. package/PluginSchema.js.map +1 -1
  180. package/PluginSchema.mjs +6 -17
  181. package/PluginSchema.mjs.map +1 -1
  182. package/PositionalArg.d.ts +1 -182
  183. package/PositionalArg.d.ts.map +1 -1
  184. package/PositionalArg.js +2 -59
  185. package/PositionalArg.js.map +1 -1
  186. package/PositionalArg.mjs +1 -39
  187. package/PositionalArg.mjs.map +1 -1
  188. package/Provisioner.d.ts +1 -268
  189. package/Provisioner.d.ts.map +1 -1
  190. package/Provisioner.js +2 -67
  191. package/Provisioner.js.map +1 -1
  192. package/Provisioner.mjs +1 -46
  193. package/Provisioner.mjs.map +1 -1
  194. package/ProvisionerID.d.ts +1 -40
  195. package/ProvisionerID.d.ts.map +1 -1
  196. package/ProvisionerID.js +2 -42
  197. package/ProvisionerID.js.map +1 -1
  198. package/ProvisionerID.mjs +1 -22
  199. package/ProvisionerID.mjs.map +1 -1
  200. package/Provisions.d.ts +1 -236
  201. package/Provisions.d.ts.map +1 -1
  202. package/Provisions.js +2 -74
  203. package/Provisions.js.map +1 -1
  204. package/Provisions.mjs +1 -55
  205. package/Provisions.mjs.map +1 -1
  206. package/ProxyTaskArgs.d.ts +2 -0
  207. package/ProxyTaskArgs.d.ts.map +1 -0
  208. package/ProxyTaskArgs.js +21 -0
  209. package/ProxyTaskArgs.js.map +1 -0
  210. package/ProxyTaskArgs.mjs +3 -0
  211. package/ProxyTaskArgs.mjs.map +1 -0
  212. package/ProxyTemplateArgs.d.ts +2 -0
  213. package/ProxyTemplateArgs.d.ts.map +1 -0
  214. package/ProxyTemplateArgs.js +21 -0
  215. package/ProxyTemplateArgs.js.map +1 -0
  216. package/ProxyTemplateArgs.mjs +3 -0
  217. package/ProxyTemplateArgs.mjs.map +1 -0
  218. package/PublicKeyHash.d.ts +1 -41
  219. package/PublicKeyHash.d.ts.map +1 -1
  220. package/PublicKeyHash.js +2 -46
  221. package/PublicKeyHash.js.map +1 -1
  222. package/PublicKeyHash.mjs +1 -26
  223. package/PublicKeyHash.mjs.map +1 -1
  224. package/RequestArgs.d.ts +1 -5547
  225. package/RequestArgs.d.ts.map +1 -1
  226. package/RequestArgs.js +6 -121
  227. package/RequestArgs.js.map +1 -1
  228. package/RequestArgs.mjs +1 -87
  229. package/RequestArgs.mjs.map +1 -1
  230. package/SHA256.d.ts +15 -7
  231. package/SHA256.d.ts.map +1 -1
  232. package/SHA256.js +21 -3
  233. package/SHA256.js.map +1 -1
  234. package/SHA256.mjs +20 -3
  235. package/SHA256.mjs.map +1 -1
  236. package/SandboxAccountConfig.d.ts +1 -144
  237. package/SandboxAccountConfig.d.ts.map +1 -1
  238. package/SandboxAccountConfig.js +2 -53
  239. package/SandboxAccountConfig.js.map +1 -1
  240. package/SandboxAccountConfig.mjs +1 -33
  241. package/SandboxAccountConfig.mjs.map +1 -1
  242. package/SandboxConfig.d.ts +1 -542
  243. package/SandboxConfig.d.ts.map +1 -1
  244. package/SandboxConfig.js +2 -84
  245. package/SandboxConfig.js.map +1 -1
  246. package/SandboxConfig.mjs +1 -64
  247. package/SandboxConfig.mjs.map +1 -1
  248. package/SanitizedAbsPath.d.ts +10 -10
  249. package/SanitizedArgs.d.ts +823 -725
  250. package/SanitizedArgs.d.ts.map +1 -1
  251. package/SanitizedArgs.js +5 -3
  252. package/SanitizedArgs.js.map +1 -1
  253. package/SanitizedArgs.mjs +5 -3
  254. package/SanitizedArgs.mjs.map +1 -1
  255. package/SanitizedPath.d.ts +1 -23
  256. package/SanitizedPath.d.ts.map +1 -1
  257. package/SanitizedPath.js +2 -45
  258. package/SanitizedPath.js.map +1 -1
  259. package/SanitizedPath.mjs +1 -26
  260. package/SanitizedPath.mjs.map +1 -1
  261. package/ScaffoldConfig.d.ts +1 -4
  262. package/ScaffoldConfig.d.ts.map +1 -1
  263. package/ScaffoldConfig.js +2 -0
  264. package/ScaffoldConfig.js.map +1 -1
  265. package/ScaffoldConfig.mjs +2 -0
  266. package/ScaffoldConfig.mjs.map +1 -1
  267. package/Settings.d.ts +1 -74
  268. package/Settings.d.ts.map +1 -1
  269. package/Settings.js +2 -47
  270. package/Settings.js.map +1 -1
  271. package/Settings.mjs +1 -27
  272. package/Settings.mjs.map +1 -1
  273. package/SingleChar.d.ts +1 -40
  274. package/SingleChar.d.ts.map +1 -1
  275. package/SingleChar.js +2 -43
  276. package/SingleChar.js.map +1 -1
  277. package/SingleChar.mjs +1 -23
  278. package/SingleChar.mjs.map +1 -1
  279. package/Task.d.ts +1 -817
  280. package/Task.d.ts.map +1 -1
  281. package/Task.js +2 -76
  282. package/Task.js.map +1 -1
  283. package/Task.mjs +1 -56
  284. package/Task.mjs.map +1 -1
  285. package/Template.d.ts +7 -1736
  286. package/Template.d.ts.map +1 -1
  287. package/Template.js +8 -89
  288. package/Template.js.map +1 -1
  289. package/Template.mjs +6 -75
  290. package/Template.mjs.map +1 -1
  291. package/Timestamp.d.ts +1 -43
  292. package/Timestamp.d.ts.map +1 -1
  293. package/Timestamp.js +2 -46
  294. package/Timestamp.js.map +1 -1
  295. package/Timestamp.mjs +1 -25
  296. package/Timestamp.mjs.map +1 -1
  297. package/Tz.d.ts +1 -39
  298. package/Tz.d.ts.map +1 -1
  299. package/Tz.js +2 -43
  300. package/Tz.js.map +1 -1
  301. package/Tz.mjs +1 -23
  302. package/Tz.mjs.map +1 -1
  303. package/Url.d.ts +1 -41
  304. package/Url.d.ts.map +1 -1
  305. package/Url.js +2 -49
  306. package/Url.js.map +1 -1
  307. package/Url.mjs +1 -28
  308. package/Url.mjs.map +1 -1
  309. package/Verb.d.ts +1 -40
  310. package/Verb.d.ts.map +1 -1
  311. package/Verb.js +2 -43
  312. package/Verb.js.map +1 -1
  313. package/Verb.mjs +1 -23
  314. package/Verb.mjs.map +1 -1
  315. package/VersionNumber.d.ts +1 -23
  316. package/VersionNumber.d.ts.map +1 -1
  317. package/VersionNumber.js +2 -42
  318. package/VersionNumber.js.map +1 -1
  319. package/VersionNumber.mjs +1 -23
  320. package/VersionNumber.mjs.map +1 -1
  321. package/helpers.d.ts +5 -0
  322. package/helpers.d.ts.map +1 -0
  323. package/helpers.js +53 -0
  324. package/helpers.js.map +1 -0
  325. package/helpers.mjs +28 -0
  326. package/helpers.mjs.map +1 -0
  327. package/index.d.ts +53 -0
  328. package/index.d.ts.map +1 -0
  329. package/index.js +190 -0
  330. package/index.js.map +1 -0
  331. package/index.mjs +108 -0
  332. package/index.mjs.map +1 -0
  333. package/out/types/Alias.d.js +19 -0
  334. package/out/types/Alias.d.js.map +1 -0
  335. package/out/types/Alias.d.mjs +1 -0
  336. package/out/types/Alias.d.mjs.map +1 -0
  337. package/out/types/Alias.d.ts +29 -0
  338. package/out/types/Alias.d.ts.map +1 -0
  339. package/out/types/Alias.js +80 -0
  340. package/out/types/Alias.js.map +1 -0
  341. package/out/types/Alias.mjs +49 -0
  342. package/out/types/Alias.mjs.map +1 -0
  343. package/out/types/BuildNumber.d.js +19 -0
  344. package/out/types/BuildNumber.d.js.map +1 -0
  345. package/out/types/BuildNumber.d.mjs +1 -0
  346. package/out/types/BuildNumber.d.mjs.map +1 -0
  347. package/out/types/BuildNumber.d.ts +17 -0
  348. package/out/types/BuildNumber.d.ts.map +1 -0
  349. package/out/types/BuildNumber.js +80 -0
  350. package/out/types/BuildNumber.js.map +1 -0
  351. package/out/types/BuildNumber.mjs +49 -0
  352. package/out/types/BuildNumber.mjs.map +1 -0
  353. package/out/types/Command.d.js +19 -0
  354. package/out/types/Command.d.js.map +1 -0
  355. package/out/types/Command.d.mjs +1 -0
  356. package/out/types/Command.d.mjs.map +1 -0
  357. package/out/types/Command.d.ts +17 -0
  358. package/out/types/Command.d.ts.map +1 -0
  359. package/out/types/Command.js +80 -0
  360. package/out/types/Command.js.map +1 -0
  361. package/out/types/Command.mjs +49 -0
  362. package/out/types/Command.mjs.map +1 -0
  363. package/out/types/Config.d.js +19 -0
  364. package/out/types/Config.d.js.map +1 -0
  365. package/out/types/Config.d.mjs +1 -0
  366. package/out/types/Config.d.mjs.map +1 -0
  367. package/out/types/Config.d.ts +1362 -0
  368. package/out/types/Config.d.ts.map +1 -0
  369. package/out/types/Config.js +80 -0
  370. package/out/types/Config.js.map +1 -0
  371. package/out/types/Config.mjs +49 -0
  372. package/out/types/Config.mjs.map +1 -0
  373. package/out/types/ConfigArtifactsDir.d.js +19 -0
  374. package/out/types/ConfigArtifactsDir.d.js.map +1 -0
  375. package/out/types/ConfigArtifactsDir.d.mjs +1 -0
  376. package/out/types/ConfigArtifactsDir.d.mjs.map +1 -0
  377. package/out/types/ConfigArtifactsDir.d.ts +17 -0
  378. package/out/types/ConfigArtifactsDir.d.ts.map +1 -0
  379. package/out/types/ConfigArtifactsDir.js +80 -0
  380. package/out/types/ConfigArtifactsDir.js.map +1 -0
  381. package/out/types/ConfigArtifactsDir.mjs +49 -0
  382. package/out/types/ConfigArtifactsDir.mjs.map +1 -0
  383. package/out/types/ConfigContractsDir.d.js +19 -0
  384. package/out/types/ConfigContractsDir.d.js.map +1 -0
  385. package/out/types/ConfigContractsDir.d.mjs +1 -0
  386. package/out/types/ConfigContractsDir.d.mjs.map +1 -0
  387. package/out/types/ConfigContractsDir.d.ts +17 -0
  388. package/out/types/ConfigContractsDir.d.ts.map +1 -0
  389. package/out/types/ConfigContractsDir.js +80 -0
  390. package/out/types/ConfigContractsDir.js.map +1 -0
  391. package/out/types/ConfigContractsDir.mjs +49 -0
  392. package/out/types/ConfigContractsDir.mjs.map +1 -0
  393. package/out/types/Contract.d.js +19 -0
  394. package/out/types/Contract.d.js.map +1 -0
  395. package/out/types/Contract.d.mjs +1 -0
  396. package/out/types/Contract.d.mjs.map +1 -0
  397. package/out/types/Contract.d.ts +56 -0
  398. package/out/types/Contract.d.ts.map +1 -0
  399. package/out/types/Contract.js +80 -0
  400. package/out/types/Contract.js.map +1 -0
  401. package/out/types/Contract.mjs +49 -0
  402. package/out/types/Contract.mjs.map +1 -0
  403. package/out/types/EconomicalProtocolHash.d.js +19 -0
  404. package/out/types/EconomicalProtocolHash.d.js.map +1 -0
  405. package/out/types/EconomicalProtocolHash.d.mjs +1 -0
  406. package/out/types/EconomicalProtocolHash.d.mjs.map +1 -0
  407. package/out/types/EconomicalProtocolHash.d.ts +17 -0
  408. package/out/types/EconomicalProtocolHash.d.ts.map +1 -0
  409. package/out/types/EconomicalProtocolHash.js +80 -0
  410. package/out/types/EconomicalProtocolHash.js.map +1 -0
  411. package/out/types/EconomicalProtocolHash.mjs +49 -0
  412. package/out/types/EconomicalProtocolHash.mjs.map +1 -0
  413. package/out/types/Environment.d.js +19 -0
  414. package/out/types/Environment.d.js.map +1 -0
  415. package/out/types/Environment.d.mjs +1 -0
  416. package/out/types/Environment.d.mjs.map +1 -0
  417. package/out/types/Environment.d.ts +82 -0
  418. package/out/types/Environment.d.ts.map +1 -0
  419. package/out/types/Environment.js +80 -0
  420. package/out/types/Environment.js.map +1 -0
  421. package/out/types/Environment.mjs +49 -0
  422. package/out/types/Environment.mjs.map +1 -0
  423. package/out/types/EphemeralState.d.js +19 -0
  424. package/out/types/EphemeralState.d.js.map +1 -0
  425. package/out/types/EphemeralState.d.mjs +1 -0
  426. package/out/types/EphemeralState.d.mjs.map +1 -0
  427. package/out/types/EphemeralState.d.ts +13579 -0
  428. package/out/types/EphemeralState.d.ts.map +1 -0
  429. package/out/types/EphemeralState.js +80 -0
  430. package/out/types/EphemeralState.js.map +1 -0
  431. package/out/types/EphemeralState.mjs +49 -0
  432. package/out/types/EphemeralState.mjs.map +1 -0
  433. package/out/types/Faucet.d.js +19 -0
  434. package/out/types/Faucet.d.js.map +1 -0
  435. package/out/types/Faucet.d.mjs +1 -0
  436. package/out/types/Faucet.d.mjs.map +1 -0
  437. package/out/types/Faucet.d.ts +108 -0
  438. package/out/types/Faucet.d.ts.map +1 -0
  439. package/out/types/Faucet.js +80 -0
  440. package/out/types/Faucet.js.map +1 -0
  441. package/out/types/Faucet.mjs +49 -0
  442. package/out/types/Faucet.mjs.map +1 -0
  443. package/out/types/HumanReadableIdentifier.d.js +19 -0
  444. package/out/types/HumanReadableIdentifier.d.js.map +1 -0
  445. package/out/types/HumanReadableIdentifier.d.mjs +1 -0
  446. package/out/types/HumanReadableIdentifier.d.mjs.map +1 -0
  447. package/out/types/HumanReadableIdentifier.d.ts +17 -0
  448. package/out/types/HumanReadableIdentifier.d.ts.map +1 -0
  449. package/out/types/HumanReadableIdentifier.js +80 -0
  450. package/out/types/HumanReadableIdentifier.js.map +1 -0
  451. package/out/types/HumanReadableIdentifier.mjs +49 -0
  452. package/out/types/HumanReadableIdentifier.mjs.map +1 -0
  453. package/out/types/InstalledPlugin.d.js +19 -0
  454. package/out/types/InstalledPlugin.d.js.map +1 -0
  455. package/out/types/InstalledPlugin.d.mjs +1 -0
  456. package/out/types/InstalledPlugin.d.mjs.map +1 -0
  457. package/out/types/InstalledPlugin.d.ts +56 -0
  458. package/out/types/InstalledPlugin.d.ts.map +1 -0
  459. package/out/types/InstalledPlugin.js +80 -0
  460. package/out/types/InstalledPlugin.js.map +1 -0
  461. package/out/types/InstalledPlugin.mjs +49 -0
  462. package/out/types/InstalledPlugin.mjs.map +1 -0
  463. package/out/types/LoadedConfig.d.js +19 -0
  464. package/out/types/LoadedConfig.d.js.map +1 -0
  465. package/out/types/LoadedConfig.d.mjs +1 -0
  466. package/out/types/LoadedConfig.d.mjs.map +1 -0
  467. package/out/types/LoadedConfig.d.ts +1405 -0
  468. package/out/types/LoadedConfig.d.ts.map +1 -0
  469. package/out/types/LoadedConfig.js +80 -0
  470. package/out/types/LoadedConfig.js.map +1 -0
  471. package/out/types/LoadedConfig.mjs +49 -0
  472. package/out/types/LoadedConfig.mjs.map +1 -0
  473. package/out/types/MetadataConfig.d.js +19 -0
  474. package/out/types/MetadataConfig.d.js.map +1 -0
  475. package/out/types/MetadataConfig.d.mjs +1 -0
  476. package/out/types/MetadataConfig.d.mjs.map +1 -0
  477. package/out/types/MetadataConfig.d.ts +95 -0
  478. package/out/types/MetadataConfig.d.ts.map +1 -0
  479. package/out/types/MetadataConfig.js +80 -0
  480. package/out/types/MetadataConfig.js.map +1 -0
  481. package/out/types/MetadataConfig.mjs +49 -0
  482. package/out/types/MetadataConfig.mjs.map +1 -0
  483. package/out/types/NetworkAccountConfig.d.js +19 -0
  484. package/out/types/NetworkAccountConfig.d.js.map +1 -0
  485. package/out/types/NetworkAccountConfig.d.mjs +1 -0
  486. package/out/types/NetworkAccountConfig.d.mjs.map +1 -0
  487. package/out/types/NetworkAccountConfig.d.ts +69 -0
  488. package/out/types/NetworkAccountConfig.d.ts.map +1 -0
  489. package/out/types/NetworkAccountConfig.js +80 -0
  490. package/out/types/NetworkAccountConfig.js.map +1 -0
  491. package/out/types/NetworkAccountConfig.mjs +49 -0
  492. package/out/types/NetworkAccountConfig.mjs.map +1 -0
  493. package/out/types/NetworkConfig.d.js +19 -0
  494. package/out/types/NetworkConfig.d.js.map +1 -0
  495. package/out/types/NetworkConfig.d.mjs +1 -0
  496. package/out/types/NetworkConfig.d.mjs.map +1 -0
  497. package/out/types/NetworkConfig.d.ts +326 -0
  498. package/out/types/NetworkConfig.d.ts.map +1 -0
  499. package/out/types/NetworkConfig.js +80 -0
  500. package/out/types/NetworkConfig.js.map +1 -0
  501. package/out/types/NetworkConfig.mjs +49 -0
  502. package/out/types/NetworkConfig.mjs.map +1 -0
  503. package/out/types/NonEmptyString.d.js +19 -0
  504. package/out/types/NonEmptyString.d.js.map +1 -0
  505. package/out/types/NonEmptyString.d.mjs +1 -0
  506. package/out/types/NonEmptyString.d.mjs.map +1 -0
  507. package/out/types/NonEmptyString.d.ts +17 -0
  508. package/out/types/NonEmptyString.d.ts.map +1 -0
  509. package/out/types/NonEmptyString.js +80 -0
  510. package/out/types/NonEmptyString.js.map +1 -0
  511. package/out/types/NonEmptyString.mjs +49 -0
  512. package/out/types/NonEmptyString.mjs.map +1 -0
  513. package/out/types/Operation.d.js +19 -0
  514. package/out/types/Operation.d.js.map +1 -0
  515. package/out/types/Operation.d.mjs +1 -0
  516. package/out/types/Operation.d.mjs.map +1 -0
  517. package/out/types/Operation.d.ts +3545 -0
  518. package/out/types/Operation.d.ts.map +1 -0
  519. package/out/types/Operation.js +80 -0
  520. package/out/types/Operation.js.map +1 -0
  521. package/out/types/Operation.mjs +49 -0
  522. package/out/types/Operation.mjs.map +1 -0
  523. package/out/types/Option.d.js +19 -0
  524. package/out/types/Option.d.js.map +1 -0
  525. package/out/types/Option.d.mjs +1 -0
  526. package/out/types/Option.d.mjs.map +1 -0
  527. package/out/types/Option.d.ts +134 -0
  528. package/out/types/Option.d.ts.map +1 -0
  529. package/out/types/Option.js +80 -0
  530. package/out/types/Option.js.map +1 -0
  531. package/out/types/Option.mjs +49 -0
  532. package/out/types/Option.mjs.map +1 -0
  533. package/out/types/ParsedConfig.d.js +19 -0
  534. package/out/types/ParsedConfig.d.js.map +1 -0
  535. package/out/types/ParsedConfig.d.mjs +1 -0
  536. package/out/types/ParsedConfig.d.mjs.map +1 -0
  537. package/out/types/ParsedConfig.d.ts +1626 -0
  538. package/out/types/ParsedConfig.d.ts.map +1 -0
  539. package/out/types/ParsedConfig.js +80 -0
  540. package/out/types/ParsedConfig.js.map +1 -0
  541. package/out/types/ParsedConfig.mjs +49 -0
  542. package/out/types/ParsedConfig.mjs.map +1 -0
  543. package/out/types/ParsedOperation.d.js +19 -0
  544. package/out/types/ParsedOperation.d.js.map +1 -0
  545. package/out/types/ParsedOperation.d.mjs +1 -0
  546. package/out/types/ParsedOperation.d.mjs.map +1 -0
  547. package/out/types/ParsedOperation.d.ts +2690 -0
  548. package/out/types/ParsedOperation.d.ts.map +1 -0
  549. package/out/types/ParsedOperation.js +80 -0
  550. package/out/types/ParsedOperation.js.map +1 -0
  551. package/out/types/ParsedOperation.mjs +49 -0
  552. package/out/types/ParsedOperation.mjs.map +1 -0
  553. package/out/types/ParsedTemplate.d.js +19 -0
  554. package/out/types/ParsedTemplate.d.js.map +1 -0
  555. package/out/types/ParsedTemplate.d.mjs +1 -0
  556. package/out/types/ParsedTemplate.d.mjs.map +1 -0
  557. package/out/types/ParsedTemplate.d.ts +2589 -0
  558. package/out/types/ParsedTemplate.d.ts.map +1 -0
  559. package/out/types/ParsedTemplate.js +80 -0
  560. package/out/types/ParsedTemplate.js.map +1 -0
  561. package/out/types/ParsedTemplate.mjs +49 -0
  562. package/out/types/ParsedTemplate.mjs.map +1 -0
  563. package/out/types/PersistedOperation.d.js +19 -0
  564. package/out/types/PersistedOperation.d.js.map +1 -0
  565. package/out/types/PersistedOperation.d.mjs +1 -0
  566. package/out/types/PersistedOperation.d.mjs.map +1 -0
  567. package/out/types/PersistedOperation.d.ts +69 -0
  568. package/out/types/PersistedOperation.d.ts.map +1 -0
  569. package/out/types/PersistedOperation.js +80 -0
  570. package/out/types/PersistedOperation.js.map +1 -0
  571. package/out/types/PersistedOperation.mjs +49 -0
  572. package/out/types/PersistedOperation.mjs.map +1 -0
  573. package/out/types/PersistedTask.d.js +19 -0
  574. package/out/types/PersistedTask.d.js.map +1 -0
  575. package/out/types/PersistedTask.d.mjs +1 -0
  576. package/out/types/PersistedTask.d.mjs.map +1 -0
  577. package/out/types/PersistedTask.d.ts +82 -0
  578. package/out/types/PersistedTask.d.ts.map +1 -0
  579. package/out/types/PersistedTask.js +80 -0
  580. package/out/types/PersistedTask.js.map +1 -0
  581. package/out/types/PersistedTask.mjs +49 -0
  582. package/out/types/PersistedTask.mjs.map +1 -0
  583. package/out/types/PersistentState.d.js +19 -0
  584. package/out/types/PersistentState.d.js.map +1 -0
  585. package/out/types/PersistentState.d.mjs +1 -0
  586. package/out/types/PersistentState.d.mjs.map +1 -0
  587. package/out/types/PersistentState.d.ts +245 -0
  588. package/out/types/PersistentState.d.ts.map +1 -0
  589. package/out/types/PersistentState.js +80 -0
  590. package/out/types/PersistentState.js.map +1 -0
  591. package/out/types/PersistentState.mjs +49 -0
  592. package/out/types/PersistentState.mjs.map +1 -0
  593. package/out/types/PluginActionName.d.js +19 -0
  594. package/out/types/PluginActionName.d.js.map +1 -0
  595. package/out/types/PluginActionName.d.mjs +1 -0
  596. package/out/types/PluginActionName.d.mjs.map +1 -0
  597. package/out/types/PluginActionName.d.ts +27 -0
  598. package/out/types/PluginActionName.d.ts.map +1 -0
  599. package/out/types/PluginActionName.js +80 -0
  600. package/out/types/PluginActionName.js.map +1 -0
  601. package/out/types/PluginActionName.mjs +49 -0
  602. package/out/types/PluginActionName.mjs.map +1 -0
  603. package/out/types/PluginDependenciesResponse.d.js +19 -0
  604. package/out/types/PluginDependenciesResponse.d.js.map +1 -0
  605. package/out/types/PluginDependenciesResponse.d.mjs +1 -0
  606. package/out/types/PluginDependenciesResponse.d.mjs.map +1 -0
  607. package/out/types/PluginDependenciesResponse.d.ts +173 -0
  608. package/out/types/PluginDependenciesResponse.d.ts.map +1 -0
  609. package/out/types/PluginDependenciesResponse.js +80 -0
  610. package/out/types/PluginDependenciesResponse.js.map +1 -0
  611. package/out/types/PluginDependenciesResponse.mjs +49 -0
  612. package/out/types/PluginDependenciesResponse.mjs.map +1 -0
  613. package/out/types/PluginInfo.d.js +19 -0
  614. package/out/types/PluginInfo.d.js.map +1 -0
  615. package/out/types/PluginInfo.d.mjs +1 -0
  616. package/out/types/PluginInfo.d.mjs.map +1 -0
  617. package/out/types/PluginInfo.d.ts +6396 -0
  618. package/out/types/PluginInfo.d.ts.map +1 -0
  619. package/out/types/PluginInfo.js +80 -0
  620. package/out/types/PluginInfo.js.map +1 -0
  621. package/out/types/PluginInfo.mjs +49 -0
  622. package/out/types/PluginInfo.mjs.map +1 -0
  623. package/out/types/PluginJsonResponse.d.js +19 -0
  624. package/out/types/PluginJsonResponse.d.js.map +1 -0
  625. package/out/types/PluginJsonResponse.d.mjs +1 -0
  626. package/out/types/PluginJsonResponse.d.mjs.map +1 -0
  627. package/out/types/PluginJsonResponse.d.ts +61 -0
  628. package/out/types/PluginJsonResponse.d.ts.map +1 -0
  629. package/out/types/PluginJsonResponse.js +80 -0
  630. package/out/types/PluginJsonResponse.js.map +1 -0
  631. package/out/types/PluginJsonResponse.mjs +49 -0
  632. package/out/types/PluginJsonResponse.mjs.map +1 -0
  633. package/out/types/PluginProxyResponse.d.js +19 -0
  634. package/out/types/PluginProxyResponse.d.js.map +1 -0
  635. package/out/types/PluginProxyResponse.d.mjs +1 -0
  636. package/out/types/PluginProxyResponse.d.mjs.map +1 -0
  637. package/out/types/PluginProxyResponse.d.ts +65 -0
  638. package/out/types/PluginProxyResponse.d.ts.map +1 -0
  639. package/out/types/PluginProxyResponse.js +80 -0
  640. package/out/types/PluginProxyResponse.js.map +1 -0
  641. package/out/types/PluginProxyResponse.mjs +49 -0
  642. package/out/types/PluginProxyResponse.mjs.map +1 -0
  643. package/out/types/PluginResponseEncoding.d.js +19 -0
  644. package/out/types/PluginResponseEncoding.d.js.map +1 -0
  645. package/out/types/PluginResponseEncoding.d.mjs +1 -0
  646. package/out/types/PluginResponseEncoding.d.mjs.map +1 -0
  647. package/out/types/PluginResponseEncoding.d.ts +23 -0
  648. package/out/types/PluginResponseEncoding.d.ts.map +1 -0
  649. package/out/types/PluginResponseEncoding.js +80 -0
  650. package/out/types/PluginResponseEncoding.js.map +1 -0
  651. package/out/types/PluginResponseEncoding.mjs +49 -0
  652. package/out/types/PluginResponseEncoding.mjs.map +1 -0
  653. package/out/types/PluginSchema.d.js +19 -0
  654. package/out/types/PluginSchema.d.js.map +1 -0
  655. package/out/types/PluginSchema.d.mjs +1 -0
  656. package/out/types/PluginSchema.d.mjs.map +1 -0
  657. package/out/types/PluginSchema.d.ts +18435 -0
  658. package/out/types/PluginSchema.d.ts.map +1 -0
  659. package/out/types/PluginSchema.js +80 -0
  660. package/out/types/PluginSchema.js.map +1 -0
  661. package/out/types/PluginSchema.mjs +49 -0
  662. package/out/types/PluginSchema.mjs.map +1 -0
  663. package/out/types/PositionalArg.d.js +19 -0
  664. package/out/types/PositionalArg.d.js.map +1 -0
  665. package/out/types/PositionalArg.d.mjs +1 -0
  666. package/out/types/PositionalArg.d.mjs.map +1 -0
  667. package/out/types/PositionalArg.d.ts +95 -0
  668. package/out/types/PositionalArg.d.ts.map +1 -0
  669. package/out/types/PositionalArg.js +80 -0
  670. package/out/types/PositionalArg.js.map +1 -0
  671. package/out/types/PositionalArg.mjs +49 -0
  672. package/out/types/PositionalArg.mjs.map +1 -0
  673. package/out/types/Provisioner.d.js +19 -0
  674. package/out/types/Provisioner.d.js.map +1 -0
  675. package/out/types/Provisioner.d.mjs +1 -0
  676. package/out/types/Provisioner.d.mjs.map +1 -0
  677. package/out/types/Provisioner.d.ts +108 -0
  678. package/out/types/Provisioner.d.ts.map +1 -0
  679. package/out/types/Provisioner.js +80 -0
  680. package/out/types/Provisioner.js.map +1 -0
  681. package/out/types/Provisioner.mjs +49 -0
  682. package/out/types/Provisioner.mjs.map +1 -0
  683. package/out/types/ProvisionerID.d.js +19 -0
  684. package/out/types/ProvisionerID.d.js.map +1 -0
  685. package/out/types/ProvisionerID.d.mjs +1 -0
  686. package/out/types/ProvisionerID.d.mjs.map +1 -0
  687. package/out/types/ProvisionerID.d.ts +17 -0
  688. package/out/types/ProvisionerID.d.ts.map +1 -0
  689. package/out/types/ProvisionerID.js +80 -0
  690. package/out/types/ProvisionerID.js.map +1 -0
  691. package/out/types/ProvisionerID.mjs +49 -0
  692. package/out/types/ProvisionerID.mjs.map +1 -0
  693. package/out/types/Provisions.d.js +19 -0
  694. package/out/types/Provisions.d.js.map +1 -0
  695. package/out/types/Provisions.d.mjs +1 -0
  696. package/out/types/Provisions.d.mjs.map +1 -0
  697. package/out/types/Provisions.d.ts +108 -0
  698. package/out/types/Provisions.d.ts.map +1 -0
  699. package/out/types/Provisions.js +80 -0
  700. package/out/types/Provisions.js.map +1 -0
  701. package/out/types/Provisions.mjs +49 -0
  702. package/out/types/Provisions.mjs.map +1 -0
  703. package/out/types/ProxyTaskArgs.d.js +19 -0
  704. package/out/types/ProxyTaskArgs.d.js.map +1 -0
  705. package/out/types/ProxyTaskArgs.d.mjs +1 -0
  706. package/out/types/ProxyTaskArgs.d.mjs.map +1 -0
  707. package/out/types/ProxyTaskArgs.d.ts +2176 -0
  708. package/out/types/ProxyTaskArgs.d.ts.map +1 -0
  709. package/out/types/ProxyTaskArgs.js +80 -0
  710. package/out/types/ProxyTaskArgs.js.map +1 -0
  711. package/out/types/ProxyTaskArgs.mjs +49 -0
  712. package/out/types/ProxyTaskArgs.mjs.map +1 -0
  713. package/out/types/ProxyTemplateArgs.d.js +19 -0
  714. package/out/types/ProxyTemplateArgs.d.js.map +1 -0
  715. package/out/types/ProxyTemplateArgs.d.mjs +1 -0
  716. package/out/types/ProxyTemplateArgs.d.mjs.map +1 -0
  717. package/out/types/ProxyTemplateArgs.d.ts +2176 -0
  718. package/out/types/ProxyTemplateArgs.d.ts.map +1 -0
  719. package/out/types/ProxyTemplateArgs.js +80 -0
  720. package/out/types/ProxyTemplateArgs.js.map +1 -0
  721. package/out/types/ProxyTemplateArgs.mjs +49 -0
  722. package/out/types/ProxyTemplateArgs.mjs.map +1 -0
  723. package/out/types/PublicKeyHash.d.js +19 -0
  724. package/out/types/PublicKeyHash.d.js.map +1 -0
  725. package/out/types/PublicKeyHash.d.mjs +1 -0
  726. package/out/types/PublicKeyHash.d.mjs.map +1 -0
  727. package/out/types/PublicKeyHash.d.ts +17 -0
  728. package/out/types/PublicKeyHash.d.ts.map +1 -0
  729. package/out/types/PublicKeyHash.js +80 -0
  730. package/out/types/PublicKeyHash.js.map +1 -0
  731. package/out/types/PublicKeyHash.mjs +49 -0
  732. package/out/types/PublicKeyHash.mjs.map +1 -0
  733. package/out/types/RequestArgs.d.js +19 -0
  734. package/out/types/RequestArgs.d.js.map +1 -0
  735. package/out/types/RequestArgs.d.mjs +1 -0
  736. package/out/types/RequestArgs.d.mjs.map +1 -0
  737. package/out/types/RequestArgs.d.ts +2159 -0
  738. package/out/types/RequestArgs.d.ts.map +1 -0
  739. package/out/types/RequestArgs.js +80 -0
  740. package/out/types/RequestArgs.js.map +1 -0
  741. package/out/types/RequestArgs.mjs +49 -0
  742. package/out/types/RequestArgs.mjs.map +1 -0
  743. package/out/types/RuntimeDependency.d.js +19 -0
  744. package/out/types/RuntimeDependency.d.js.map +1 -0
  745. package/out/types/RuntimeDependency.d.mjs +1 -0
  746. package/out/types/RuntimeDependency.d.mjs.map +1 -0
  747. package/out/types/RuntimeDependency.d.ts +82 -0
  748. package/out/types/RuntimeDependency.d.ts.map +1 -0
  749. package/out/types/RuntimeDependency.js +80 -0
  750. package/out/types/RuntimeDependency.js.map +1 -0
  751. package/out/types/RuntimeDependency.mjs +49 -0
  752. package/out/types/RuntimeDependency.mjs.map +1 -0
  753. package/out/types/RuntimeDependencyReport.d.js +19 -0
  754. package/out/types/RuntimeDependencyReport.d.js.map +1 -0
  755. package/out/types/RuntimeDependencyReport.d.mjs +1 -0
  756. package/out/types/RuntimeDependencyReport.d.mjs.map +1 -0
  757. package/out/types/RuntimeDependencyReport.d.ts +99 -0
  758. package/out/types/RuntimeDependencyReport.d.ts.map +1 -0
  759. package/out/types/RuntimeDependencyReport.js +80 -0
  760. package/out/types/RuntimeDependencyReport.js.map +1 -0
  761. package/out/types/RuntimeDependencyReport.mjs +49 -0
  762. package/out/types/RuntimeDependencyReport.mjs.map +1 -0
  763. package/out/types/SHA256.d.js +19 -0
  764. package/out/types/SHA256.d.js.map +1 -0
  765. package/out/types/SHA256.d.mjs +1 -0
  766. package/out/types/SHA256.d.mjs.map +1 -0
  767. package/out/types/SHA256.d.ts +17 -0
  768. package/out/types/SHA256.d.ts.map +1 -0
  769. package/out/types/SHA256.js +80 -0
  770. package/out/types/SHA256.js.map +1 -0
  771. package/out/types/SHA256.mjs +49 -0
  772. package/out/types/SHA256.mjs.map +1 -0
  773. package/out/types/SandboxAccountConfig.d.js +19 -0
  774. package/out/types/SandboxAccountConfig.d.js.map +1 -0
  775. package/out/types/SandboxAccountConfig.d.mjs +1 -0
  776. package/out/types/SandboxAccountConfig.d.mjs.map +1 -0
  777. package/out/types/SandboxAccountConfig.d.ts +69 -0
  778. package/out/types/SandboxAccountConfig.d.ts.map +1 -0
  779. package/out/types/SandboxAccountConfig.js +80 -0
  780. package/out/types/SandboxAccountConfig.js.map +1 -0
  781. package/out/types/SandboxAccountConfig.mjs +49 -0
  782. package/out/types/SandboxAccountConfig.mjs.map +1 -0
  783. package/out/types/SandboxConfig.d.js +19 -0
  784. package/out/types/SandboxConfig.d.js.map +1 -0
  785. package/out/types/SandboxConfig.d.mjs +1 -0
  786. package/out/types/SandboxConfig.d.mjs.map +1 -0
  787. package/out/types/SandboxConfig.d.ts +289 -0
  788. package/out/types/SandboxConfig.d.ts.map +1 -0
  789. package/out/types/SandboxConfig.js +80 -0
  790. package/out/types/SandboxConfig.js.map +1 -0
  791. package/out/types/SandboxConfig.mjs +49 -0
  792. package/out/types/SandboxConfig.mjs.map +1 -0
  793. package/out/types/SanitizedAbsPath.d.js +19 -0
  794. package/out/types/SanitizedAbsPath.d.js.map +1 -0
  795. package/out/types/SanitizedAbsPath.d.mjs +1 -0
  796. package/out/types/SanitizedAbsPath.d.mjs.map +1 -0
  797. package/out/types/SanitizedAbsPath.d.ts +17 -0
  798. package/out/types/SanitizedAbsPath.d.ts.map +1 -0
  799. package/out/types/SanitizedAbsPath.js +80 -0
  800. package/out/types/SanitizedAbsPath.js.map +1 -0
  801. package/out/types/SanitizedAbsPath.mjs +49 -0
  802. package/out/types/SanitizedAbsPath.mjs.map +1 -0
  803. package/out/types/SanitizedArgs.d.js +19 -0
  804. package/out/types/SanitizedArgs.d.js.map +1 -0
  805. package/out/types/SanitizedArgs.d.mjs +1 -0
  806. package/out/types/SanitizedArgs.d.mjs.map +1 -0
  807. package/out/types/SanitizedArgs.d.ts +238 -0
  808. package/out/types/SanitizedArgs.d.ts.map +1 -0
  809. package/out/types/SanitizedArgs.js +80 -0
  810. package/out/types/SanitizedArgs.js.map +1 -0
  811. package/out/types/SanitizedArgs.mjs +49 -0
  812. package/out/types/SanitizedArgs.mjs.map +1 -0
  813. package/out/types/SanitizedPath.d.js +19 -0
  814. package/out/types/SanitizedPath.d.js.map +1 -0
  815. package/out/types/SanitizedPath.d.mjs +1 -0
  816. package/out/types/SanitizedPath.d.mjs.map +1 -0
  817. package/out/types/SanitizedPath.d.ts +17 -0
  818. package/out/types/SanitizedPath.d.ts.map +1 -0
  819. package/out/types/SanitizedPath.js +80 -0
  820. package/out/types/SanitizedPath.js.map +1 -0
  821. package/out/types/SanitizedPath.mjs +49 -0
  822. package/out/types/SanitizedPath.mjs.map +1 -0
  823. package/out/types/ScaffoldConfig.d.js +19 -0
  824. package/out/types/ScaffoldConfig.d.js.map +1 -0
  825. package/out/types/ScaffoldConfig.d.mjs +1 -0
  826. package/out/types/ScaffoldConfig.d.mjs.map +1 -0
  827. package/out/types/ScaffoldConfig.d.ts +43 -0
  828. package/out/types/ScaffoldConfig.d.ts.map +1 -0
  829. package/out/types/ScaffoldConfig.js +80 -0
  830. package/out/types/ScaffoldConfig.js.map +1 -0
  831. package/out/types/ScaffoldConfig.mjs +49 -0
  832. package/out/types/ScaffoldConfig.mjs.map +1 -0
  833. package/out/types/Settings.d.js +19 -0
  834. package/out/types/Settings.d.js.map +1 -0
  835. package/out/types/Settings.d.mjs +1 -0
  836. package/out/types/Settings.d.mjs.map +1 -0
  837. package/out/types/Settings.d.ts +43 -0
  838. package/out/types/Settings.d.ts.map +1 -0
  839. package/out/types/Settings.js +80 -0
  840. package/out/types/Settings.js.map +1 -0
  841. package/out/types/Settings.mjs +49 -0
  842. package/out/types/Settings.mjs.map +1 -0
  843. package/out/types/SingleChar.d.js +19 -0
  844. package/out/types/SingleChar.d.js.map +1 -0
  845. package/out/types/SingleChar.d.mjs +1 -0
  846. package/out/types/SingleChar.d.mjs.map +1 -0
  847. package/out/types/SingleChar.d.ts +17 -0
  848. package/out/types/SingleChar.d.ts.map +1 -0
  849. package/out/types/SingleChar.js +80 -0
  850. package/out/types/SingleChar.js.map +1 -0
  851. package/out/types/SingleChar.mjs +49 -0
  852. package/out/types/SingleChar.mjs.map +1 -0
  853. package/out/types/Task.d.js +19 -0
  854. package/out/types/Task.d.js.map +1 -0
  855. package/out/types/Task.d.mjs +1 -0
  856. package/out/types/Task.d.mjs.map +1 -0
  857. package/out/types/Task.d.ts +475 -0
  858. package/out/types/Task.d.ts.map +1 -0
  859. package/out/types/Task.js +80 -0
  860. package/out/types/Task.js.map +1 -0
  861. package/out/types/Task.mjs +49 -0
  862. package/out/types/Task.mjs.map +1 -0
  863. package/out/types/Template.d.js +19 -0
  864. package/out/types/Template.d.js.map +1 -0
  865. package/out/types/Template.d.mjs +1 -0
  866. package/out/types/Template.d.mjs.map +1 -0
  867. package/out/types/Template.d.ts +3373 -0
  868. package/out/types/Template.d.ts.map +1 -0
  869. package/out/types/Template.js +80 -0
  870. package/out/types/Template.js.map +1 -0
  871. package/out/types/Template.mjs +49 -0
  872. package/out/types/Template.mjs.map +1 -0
  873. package/out/types/Timestamp.d.js +19 -0
  874. package/out/types/Timestamp.d.js.map +1 -0
  875. package/out/types/Timestamp.d.mjs +1 -0
  876. package/out/types/Timestamp.d.mjs.map +1 -0
  877. package/out/types/Timestamp.d.ts +17 -0
  878. package/out/types/Timestamp.d.ts.map +1 -0
  879. package/out/types/Timestamp.js +80 -0
  880. package/out/types/Timestamp.js.map +1 -0
  881. package/out/types/Timestamp.mjs +49 -0
  882. package/out/types/Timestamp.mjs.map +1 -0
  883. package/out/types/Tz.d.js +19 -0
  884. package/out/types/Tz.d.js.map +1 -0
  885. package/out/types/Tz.d.mjs +1 -0
  886. package/out/types/Tz.d.mjs.map +1 -0
  887. package/out/types/Tz.d.ts +17 -0
  888. package/out/types/Tz.d.ts.map +1 -0
  889. package/out/types/Tz.js +80 -0
  890. package/out/types/Tz.js.map +1 -0
  891. package/out/types/Tz.mjs +49 -0
  892. package/out/types/Tz.mjs.map +1 -0
  893. package/out/types/TzKtConfig.d.js +19 -0
  894. package/out/types/TzKtConfig.d.js.map +1 -0
  895. package/out/types/TzKtConfig.d.mjs +1 -0
  896. package/out/types/TzKtConfig.d.mjs.map +1 -0
  897. package/out/types/TzKtConfig.d.ts +69 -0
  898. package/out/types/TzKtConfig.d.ts.map +1 -0
  899. package/out/types/TzKtConfig.js +80 -0
  900. package/out/types/TzKtConfig.js.map +1 -0
  901. package/out/types/TzKtConfig.mjs +49 -0
  902. package/out/types/TzKtConfig.mjs.map +1 -0
  903. package/out/types/Url.d.js +19 -0
  904. package/out/types/Url.d.js.map +1 -0
  905. package/out/types/Url.d.mjs +1 -0
  906. package/out/types/Url.d.mjs.map +1 -0
  907. package/out/types/Url.d.ts +17 -0
  908. package/out/types/Url.d.ts.map +1 -0
  909. package/out/types/Url.js +80 -0
  910. package/out/types/Url.js.map +1 -0
  911. package/out/types/Url.mjs +49 -0
  912. package/out/types/Url.mjs.map +1 -0
  913. package/out/types/Verb.d.js +19 -0
  914. package/out/types/Verb.d.js.map +1 -0
  915. package/out/types/Verb.d.mjs +1 -0
  916. package/out/types/Verb.d.mjs.map +1 -0
  917. package/out/types/Verb.d.ts +17 -0
  918. package/out/types/Verb.d.ts.map +1 -0
  919. package/out/types/Verb.js +80 -0
  920. package/out/types/Verb.js.map +1 -0
  921. package/out/types/Verb.mjs +49 -0
  922. package/out/types/Verb.mjs.map +1 -0
  923. package/out/types/VersionNumber.d.js +19 -0
  924. package/out/types/VersionNumber.d.js.map +1 -0
  925. package/out/types/VersionNumber.d.mjs +1 -0
  926. package/out/types/VersionNumber.d.mjs.map +1 -0
  927. package/out/types/VersionNumber.d.ts +17 -0
  928. package/out/types/VersionNumber.d.ts.map +1 -0
  929. package/out/types/VersionNumber.js +80 -0
  930. package/out/types/VersionNumber.js.map +1 -0
  931. package/out/types/VersionNumber.mjs +49 -0
  932. package/out/types/VersionNumber.mjs.map +1 -0
  933. package/out/types-strict.d.js +19 -0
  934. package/out/types-strict.d.js.map +1 -0
  935. package/out/types-strict.d.mjs +1 -0
  936. package/out/types-strict.d.mjs.map +1 -0
  937. package/out/types-strict.d.ts +455 -0
  938. package/out/types-strict.d.ts.map +1 -0
  939. package/out/types-strict.js +19 -0
  940. package/out/types-strict.js.map +1 -0
  941. package/out/types-strict.mjs +1 -0
  942. package/out/types-strict.mjs.map +1 -0
  943. package/out/types-zod.d.js +19 -0
  944. package/out/types-zod.d.js.map +1 -0
  945. package/out/types-zod.d.mjs +1 -0
  946. package/out/types-zod.d.mjs.map +1 -0
  947. package/out/types-zod.d.ts +15687 -0
  948. package/out/types-zod.d.ts.map +1 -0
  949. package/out/types-zod.js +450 -0
  950. package/out/types-zod.js.map +1 -0
  951. package/out/types-zod.mjs +366 -0
  952. package/out/types-zod.mjs.map +1 -0
  953. package/package.json +17 -4
  954. package/scripts/build-types.d.ts +2 -0
  955. package/scripts/build-types.d.ts.map +1 -0
  956. package/scripts/post-ts-to-zod.d.ts +2 -0
  957. package/scripts/post-ts-to-zod.d.ts.map +1 -0
  958. package/types.d.ts +311 -0
  959. package/types.d.ts.map +1 -0
  960. package/types.js +19 -0
  961. package/types.js.map +1 -0
  962. package/types.mjs +1 -0
  963. package/types.mjs.map +1 -0
  964. package/tzkt-config.d.ts +10 -10
@@ -0,0 +1,2589 @@
1
+ import { TaqError } from '@taqueria/protocol/TaqError';
2
+ import { FutureInstance } from 'fluture';
3
+ import { ParsedTemplate } from '@taqueria/protocol/types';
4
+ import { ParsedTemplate as ParsedTemplateStrict } from '@taqueria/protocol/out/types-strict';
5
+ export type { ParsedTemplateStrict as ParsedTemplate };
6
+ export declare const from: (input: unknown) => ParsedTemplateStrict;
7
+ export declare const create: (input: ParsedTemplate) => ParsedTemplateStrict;
8
+ export declare const of: (input: unknown) => FutureInstance<TaqError, ParsedTemplateStrict>;
9
+ export declare const make: (input: Omit<ParsedTemplateStrict, '__type'>) => FutureInstance<TaqError, ParsedTemplateStrict>;
10
+ export declare const schemas: {
11
+ rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
12
+ template: import("zod").ZodString;
13
+ command: import("zod").ZodString;
14
+ description: import("zod").ZodString;
15
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
16
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
17
+ shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
18
+ flag: import("zod").ZodString;
19
+ description: import("zod").ZodString;
20
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
21
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
22
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
23
+ boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
24
+ choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
25
+ }, "strip", import("zod").ZodTypeAny, {
26
+ boolean?: boolean | undefined;
27
+ required?: boolean | undefined;
28
+ type?: "string" | "number" | "boolean" | undefined;
29
+ shortFlag?: string | undefined;
30
+ defaultValue?: string | number | boolean | undefined;
31
+ choices?: string[] | undefined;
32
+ description: string;
33
+ flag: string;
34
+ }, {
35
+ boolean?: boolean | undefined;
36
+ required?: boolean | undefined;
37
+ type?: "string" | "number" | "boolean" | undefined;
38
+ shortFlag?: string | undefined;
39
+ defaultValue?: string | number | boolean | undefined;
40
+ choices?: string[] | undefined;
41
+ description: string;
42
+ flag: string;
43
+ }>, "many">>;
44
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
45
+ placeholder: import("zod").ZodString;
46
+ description: import("zod").ZodString;
47
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
48
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
49
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
50
+ }, "strip", import("zod").ZodTypeAny, {
51
+ required?: boolean | undefined;
52
+ type?: "string" | "number" | "boolean" | undefined;
53
+ defaultValue?: string | number | boolean | undefined;
54
+ description: string;
55
+ placeholder: string;
56
+ }, {
57
+ required?: boolean | undefined;
58
+ type?: "string" | "number" | "boolean" | undefined;
59
+ defaultValue?: string | number | boolean | undefined;
60
+ description: string;
61
+ placeholder: string;
62
+ }>, "many">>;
63
+ handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
64
+ _: import("zod").ZodArray<import("zod").ZodString, "many">;
65
+ projectDir: import("zod").ZodString;
66
+ maxConcurrency: import("zod").ZodNumber;
67
+ debug: import("zod").ZodBoolean;
68
+ disableState: import("zod").ZodBoolean;
69
+ logPluginRequests: import("zod").ZodBoolean;
70
+ fromVsCode: import("zod").ZodBoolean;
71
+ version: import("zod").ZodBoolean;
72
+ build: import("zod").ZodBoolean;
73
+ help: import("zod").ZodBoolean;
74
+ yes: import("zod").ZodBoolean;
75
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
76
+ env: import("zod").ZodString;
77
+ quickstart: import("zod").ZodString;
78
+ setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
79
+ setVersion: import("zod").ZodString;
80
+ }, "quickstart">, {
81
+ taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
82
+ config: import("zod").ZodObject<import("zod").extendShape<{
83
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
84
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
85
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
86
+ name: import("zod").ZodString;
87
+ }, "strip", import("zod").ZodTypeAny, {
88
+ type: "npm" | "binary" | "deno";
89
+ name: string;
90
+ }, {
91
+ type: "npm" | "binary" | "deno";
92
+ name: string;
93
+ }>, "many">>;
94
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
95
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
96
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
97
+ label: import("zod").ZodString;
98
+ rpcUrl: import("zod").ZodString;
99
+ protocol: import("zod").ZodString;
100
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
101
+ publicKey: import("zod").ZodString;
102
+ publicKeyHash: import("zod").ZodString;
103
+ privateKey: import("zod").ZodString;
104
+ }, "strip", import("zod").ZodTypeAny, {
105
+ publicKey: string;
106
+ publicKeyHash: string;
107
+ privateKey: string;
108
+ }, {
109
+ publicKey: string;
110
+ publicKeyHash: string;
111
+ privateKey: string;
112
+ }>>>;
113
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
114
+ pkh: import("zod").ZodString;
115
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
116
+ email: import("zod").ZodString;
117
+ password: import("zod").ZodString;
118
+ amount: import("zod").ZodString;
119
+ activation_code: import("zod").ZodString;
120
+ }, "strip", import("zod").ZodTypeAny, {
121
+ pkh: string;
122
+ mnemonic: string[];
123
+ email: string;
124
+ password: string;
125
+ amount: string;
126
+ activation_code: string;
127
+ }, {
128
+ pkh: string;
129
+ mnemonic: string[];
130
+ email: string;
131
+ password: string;
132
+ amount: string;
133
+ activation_code: string;
134
+ }>>;
135
+ }, "strip", import("zod").ZodTypeAny, {
136
+ accounts?: Record<string, {
137
+ publicKey: string;
138
+ publicKeyHash: string;
139
+ privateKey: string;
140
+ }> | undefined;
141
+ faucet?: {
142
+ pkh: string;
143
+ mnemonic: string[];
144
+ email: string;
145
+ password: string;
146
+ amount: string;
147
+ activation_code: string;
148
+ } | undefined;
149
+ label: string;
150
+ rpcUrl: string;
151
+ protocol: string;
152
+ }, {
153
+ accounts?: Record<string, {
154
+ publicKey: string;
155
+ publicKeyHash: string;
156
+ privateKey: string;
157
+ }> | undefined;
158
+ faucet?: {
159
+ pkh: string;
160
+ mnemonic: string[];
161
+ email: string;
162
+ password: string;
163
+ amount: string;
164
+ activation_code: string;
165
+ } | undefined;
166
+ label: string;
167
+ rpcUrl: string;
168
+ protocol: string;
169
+ }>>>;
170
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
171
+ label: import("zod").ZodString;
172
+ rpcUrl: import("zod").ZodString;
173
+ protocol: import("zod").ZodString;
174
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
175
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
176
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
177
+ encryptedKey: import("zod").ZodString;
178
+ publicKeyHash: import("zod").ZodString;
179
+ secretKey: import("zod").ZodString;
180
+ }, "strip", import("zod").ZodTypeAny, {
181
+ publicKeyHash: string;
182
+ encryptedKey: string;
183
+ secretKey: string;
184
+ }, {
185
+ publicKeyHash: string;
186
+ encryptedKey: string;
187
+ secretKey: string;
188
+ }>, import("zod").ZodString]>>>;
189
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
190
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
191
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
192
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
193
+ }, "strip", import("zod").ZodTypeAny, {
194
+ disableAutostartWithSandbox?: boolean | undefined;
195
+ postgresqlPort?: number | undefined;
196
+ apiPort?: number | undefined;
197
+ }, {
198
+ disableAutostartWithSandbox?: boolean | undefined;
199
+ postgresqlPort?: number | undefined;
200
+ apiPort?: number | undefined;
201
+ }>>;
202
+ }, "strip", import("zod").ZodTypeAny, {
203
+ plugin?: string | undefined;
204
+ accounts?: Record<string, string | {
205
+ publicKeyHash: string;
206
+ encryptedKey: string;
207
+ secretKey: string;
208
+ }> | undefined;
209
+ attributes?: string | number | boolean | undefined;
210
+ tzkt?: {
211
+ disableAutostartWithSandbox?: boolean | undefined;
212
+ postgresqlPort?: number | undefined;
213
+ apiPort?: number | undefined;
214
+ } | undefined;
215
+ label: string;
216
+ rpcUrl: string;
217
+ protocol: string;
218
+ }, {
219
+ plugin?: string | undefined;
220
+ accounts?: Record<string, string | {
221
+ publicKeyHash: string;
222
+ encryptedKey: string;
223
+ secretKey: string;
224
+ }> | undefined;
225
+ attributes?: string | number | boolean | undefined;
226
+ tzkt?: {
227
+ disableAutostartWithSandbox?: boolean | undefined;
228
+ postgresqlPort?: number | undefined;
229
+ apiPort?: number | undefined;
230
+ } | undefined;
231
+ label: string;
232
+ rpcUrl: string;
233
+ protocol: string;
234
+ }>>>;
235
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
236
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
237
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
238
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
239
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
240
+ }, "strip", import("zod").ZodTypeAny, {
241
+ storage?: Record<string, string> | undefined;
242
+ aliases?: Record<string, Record<string, string>> | undefined;
243
+ networks: string[];
244
+ sandboxes: string[];
245
+ }, {
246
+ storage?: Record<string, string> | undefined;
247
+ aliases?: Record<string, Record<string, string>> | undefined;
248
+ networks: string[];
249
+ sandboxes: string[];
250
+ }>, import("zod").ZodString]>>;
251
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
252
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
253
+ sourceFile: import("zod").ZodString;
254
+ hash: import("zod").ZodString;
255
+ }, "strip", import("zod").ZodTypeAny, {
256
+ sourceFile: string;
257
+ hash: string;
258
+ }, {
259
+ sourceFile: string;
260
+ hash: string;
261
+ }>>>;
262
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
263
+ name: import("zod").ZodOptional<import("zod").ZodString>;
264
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
265
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
266
+ license: import("zod").ZodOptional<import("zod").ZodString>;
267
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
268
+ }, "strip", import("zod").ZodTypeAny, {
269
+ name?: string | undefined;
270
+ projectDescription?: string | undefined;
271
+ authors?: string[] | undefined;
272
+ license?: string | undefined;
273
+ homepage?: string | undefined;
274
+ }, {
275
+ name?: string | undefined;
276
+ projectDescription?: string | undefined;
277
+ authors?: string[] | undefined;
278
+ license?: string | undefined;
279
+ homepage?: string | undefined;
280
+ }>>;
281
+ }, {
282
+ projectDir: import("zod").ZodString;
283
+ configFile: import("zod").ZodString;
284
+ hash: import("zod").ZodString;
285
+ }>, "strip", import("zod").ZodTypeAny, {
286
+ sandbox?: Record<string, {
287
+ plugin?: string | undefined;
288
+ accounts?: Record<string, string | {
289
+ publicKeyHash: string;
290
+ encryptedKey: string;
291
+ secretKey: string;
292
+ }> | undefined;
293
+ attributes?: string | number | boolean | undefined;
294
+ tzkt?: {
295
+ disableAutostartWithSandbox?: boolean | undefined;
296
+ postgresqlPort?: number | undefined;
297
+ apiPort?: number | undefined;
298
+ } | undefined;
299
+ label: string;
300
+ rpcUrl: string;
301
+ protocol: string;
302
+ }> | undefined;
303
+ language?: "en" | "fr" | undefined;
304
+ plugins?: {
305
+ type: "npm" | "binary" | "deno";
306
+ name: string;
307
+ }[] | undefined;
308
+ contractsDir?: string | undefined;
309
+ artifactsDir?: string | undefined;
310
+ network?: Record<string, {
311
+ accounts?: Record<string, {
312
+ publicKey: string;
313
+ publicKeyHash: string;
314
+ privateKey: string;
315
+ }> | undefined;
316
+ faucet?: {
317
+ pkh: string;
318
+ mnemonic: string[];
319
+ email: string;
320
+ password: string;
321
+ amount: string;
322
+ activation_code: string;
323
+ } | undefined;
324
+ label: string;
325
+ rpcUrl: string;
326
+ protocol: string;
327
+ }> | undefined;
328
+ accounts?: Record<string, string> | undefined;
329
+ contracts?: Record<string, {
330
+ sourceFile: string;
331
+ hash: string;
332
+ }> | undefined;
333
+ metadata?: {
334
+ name?: string | undefined;
335
+ projectDescription?: string | undefined;
336
+ authors?: string[] | undefined;
337
+ license?: string | undefined;
338
+ homepage?: string | undefined;
339
+ } | undefined;
340
+ projectDir: string;
341
+ environment: Record<string, string | {
342
+ storage?: Record<string, string> | undefined;
343
+ aliases?: Record<string, Record<string, string>> | undefined;
344
+ networks: string[];
345
+ sandboxes: string[];
346
+ }>;
347
+ hash: string;
348
+ configFile: string;
349
+ }, {
350
+ sandbox?: Record<string, {
351
+ plugin?: string | undefined;
352
+ accounts?: Record<string, string | {
353
+ publicKeyHash: string;
354
+ encryptedKey: string;
355
+ secretKey: string;
356
+ }> | undefined;
357
+ attributes?: string | number | boolean | undefined;
358
+ tzkt?: {
359
+ disableAutostartWithSandbox?: boolean | undefined;
360
+ postgresqlPort?: number | undefined;
361
+ apiPort?: number | undefined;
362
+ } | undefined;
363
+ label: string;
364
+ rpcUrl: string;
365
+ protocol: string;
366
+ }> | undefined;
367
+ language?: "en" | "fr" | undefined;
368
+ plugins?: {
369
+ type: "npm" | "binary" | "deno";
370
+ name: string;
371
+ }[] | undefined;
372
+ contractsDir?: string | undefined;
373
+ artifactsDir?: string | undefined;
374
+ network?: Record<string, {
375
+ accounts?: Record<string, {
376
+ publicKey: string;
377
+ publicKeyHash: string;
378
+ privateKey: string;
379
+ }> | undefined;
380
+ faucet?: {
381
+ pkh: string;
382
+ mnemonic: string[];
383
+ email: string;
384
+ password: string;
385
+ amount: string;
386
+ activation_code: string;
387
+ } | undefined;
388
+ label: string;
389
+ rpcUrl: string;
390
+ protocol: string;
391
+ }> | undefined;
392
+ accounts?: Record<string, string> | undefined;
393
+ contracts?: Record<string, {
394
+ sourceFile: string;
395
+ hash: string;
396
+ }> | undefined;
397
+ metadata?: {
398
+ name?: string | undefined;
399
+ projectDescription?: string | undefined;
400
+ authors?: string[] | undefined;
401
+ license?: string | undefined;
402
+ homepage?: string | undefined;
403
+ } | undefined;
404
+ projectDir: string;
405
+ environment: Record<string, string | {
406
+ storage?: Record<string, string> | undefined;
407
+ aliases?: Record<string, Record<string, string>> | undefined;
408
+ networks: string[];
409
+ sandboxes: string[];
410
+ }>;
411
+ hash: string;
412
+ configFile: string;
413
+ }>;
414
+ }>, "passthrough", import("zod").ZodTypeAny, {
415
+ plugin?: string | undefined;
416
+ _: string[];
417
+ projectDir: string;
418
+ maxConcurrency: number;
419
+ debug: boolean;
420
+ disableState: boolean;
421
+ logPluginRequests: boolean;
422
+ fromVsCode: boolean;
423
+ version: boolean;
424
+ build: boolean;
425
+ help: boolean;
426
+ yes: boolean;
427
+ env: string;
428
+ setBuild: string | number;
429
+ setVersion: string;
430
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
431
+ config: {
432
+ sandbox?: Record<string, {
433
+ plugin?: string | undefined;
434
+ accounts?: Record<string, string | {
435
+ publicKeyHash: string;
436
+ encryptedKey: string;
437
+ secretKey: string;
438
+ }> | undefined;
439
+ attributes?: string | number | boolean | undefined;
440
+ tzkt?: {
441
+ disableAutostartWithSandbox?: boolean | undefined;
442
+ postgresqlPort?: number | undefined;
443
+ apiPort?: number | undefined;
444
+ } | undefined;
445
+ label: string;
446
+ rpcUrl: string;
447
+ protocol: string;
448
+ }> | undefined;
449
+ language?: "en" | "fr" | undefined;
450
+ plugins?: {
451
+ type: "npm" | "binary" | "deno";
452
+ name: string;
453
+ }[] | undefined;
454
+ contractsDir?: string | undefined;
455
+ artifactsDir?: string | undefined;
456
+ network?: Record<string, {
457
+ accounts?: Record<string, {
458
+ publicKey: string;
459
+ publicKeyHash: string;
460
+ privateKey: string;
461
+ }> | undefined;
462
+ faucet?: {
463
+ pkh: string;
464
+ mnemonic: string[];
465
+ email: string;
466
+ password: string;
467
+ amount: string;
468
+ activation_code: string;
469
+ } | undefined;
470
+ label: string;
471
+ rpcUrl: string;
472
+ protocol: string;
473
+ }> | undefined;
474
+ accounts?: Record<string, string> | undefined;
475
+ contracts?: Record<string, {
476
+ sourceFile: string;
477
+ hash: string;
478
+ }> | undefined;
479
+ metadata?: {
480
+ name?: string | undefined;
481
+ projectDescription?: string | undefined;
482
+ authors?: string[] | undefined;
483
+ license?: string | undefined;
484
+ homepage?: string | undefined;
485
+ } | undefined;
486
+ projectDir: string;
487
+ environment: Record<string, string | {
488
+ storage?: Record<string, string> | undefined;
489
+ aliases?: Record<string, Record<string, string>> | undefined;
490
+ networks: string[];
491
+ sandboxes: string[];
492
+ }>;
493
+ hash: string;
494
+ configFile: string;
495
+ };
496
+ }, {
497
+ plugin?: string | undefined;
498
+ _: string[];
499
+ projectDir: string;
500
+ maxConcurrency: number;
501
+ debug: boolean;
502
+ disableState: boolean;
503
+ logPluginRequests: boolean;
504
+ fromVsCode: boolean;
505
+ version: boolean;
506
+ build: boolean;
507
+ help: boolean;
508
+ yes: boolean;
509
+ env: string;
510
+ setBuild: string | number;
511
+ setVersion: string;
512
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
513
+ config: {
514
+ sandbox?: Record<string, {
515
+ plugin?: string | undefined;
516
+ accounts?: Record<string, string | {
517
+ publicKeyHash: string;
518
+ encryptedKey: string;
519
+ secretKey: string;
520
+ }> | undefined;
521
+ attributes?: string | number | boolean | undefined;
522
+ tzkt?: {
523
+ disableAutostartWithSandbox?: boolean | undefined;
524
+ postgresqlPort?: number | undefined;
525
+ apiPort?: number | undefined;
526
+ } | undefined;
527
+ label: string;
528
+ rpcUrl: string;
529
+ protocol: string;
530
+ }> | undefined;
531
+ language?: "en" | "fr" | undefined;
532
+ plugins?: {
533
+ type: "npm" | "binary" | "deno";
534
+ name: string;
535
+ }[] | undefined;
536
+ contractsDir?: string | undefined;
537
+ artifactsDir?: string | undefined;
538
+ network?: Record<string, {
539
+ accounts?: Record<string, {
540
+ publicKey: string;
541
+ publicKeyHash: string;
542
+ privateKey: string;
543
+ }> | undefined;
544
+ faucet?: {
545
+ pkh: string;
546
+ mnemonic: string[];
547
+ email: string;
548
+ password: string;
549
+ amount: string;
550
+ activation_code: string;
551
+ } | undefined;
552
+ label: string;
553
+ rpcUrl: string;
554
+ protocol: string;
555
+ }> | undefined;
556
+ accounts?: Record<string, string> | undefined;
557
+ contracts?: Record<string, {
558
+ sourceFile: string;
559
+ hash: string;
560
+ }> | undefined;
561
+ metadata?: {
562
+ name?: string | undefined;
563
+ projectDescription?: string | undefined;
564
+ authors?: string[] | undefined;
565
+ license?: string | undefined;
566
+ homepage?: string | undefined;
567
+ } | undefined;
568
+ projectDir: string;
569
+ environment: Record<string, string | {
570
+ storage?: Record<string, string> | undefined;
571
+ aliases?: Record<string, Record<string, string>> | undefined;
572
+ networks: string[];
573
+ sandboxes: string[];
574
+ }>;
575
+ hash: string;
576
+ configFile: string;
577
+ };
578
+ }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
579
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
580
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
581
+ }, "strip", import("zod").ZodTypeAny, {
582
+ data?: unknown;
583
+ render: "string" | "none" | "table";
584
+ }, {
585
+ data?: unknown;
586
+ render?: "string" | "none" | "table" | undefined;
587
+ }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
588
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
589
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
590
+ }, "strip", import("zod").ZodTypeAny, {
591
+ data?: unknown;
592
+ render: "string" | "none" | "table";
593
+ }, {
594
+ data?: unknown;
595
+ render?: "string" | "none" | "table" | undefined;
596
+ }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
597
+ encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
598
+ }, "handler">, {
599
+ handler: import("zod").ZodString;
600
+ }>, "strip", import("zod").ZodTypeAny, {
601
+ positionals?: {
602
+ required?: boolean | undefined;
603
+ type?: "string" | "number" | "boolean" | undefined;
604
+ defaultValue?: string | number | boolean | undefined;
605
+ description: string;
606
+ placeholder: string;
607
+ }[] | undefined;
608
+ options?: {
609
+ boolean?: boolean | undefined;
610
+ required?: boolean | undefined;
611
+ type?: "string" | "number" | "boolean" | undefined;
612
+ shortFlag?: string | undefined;
613
+ defaultValue?: string | number | boolean | undefined;
614
+ choices?: string[] | undefined;
615
+ description: string;
616
+ flag: string;
617
+ }[] | undefined;
618
+ hidden?: boolean | undefined;
619
+ encoding?: "none" | "json" | "application/json" | undefined;
620
+ handler: string;
621
+ command: string;
622
+ description: string;
623
+ template: string;
624
+ }, {
625
+ positionals?: {
626
+ required?: boolean | undefined;
627
+ type?: "string" | "number" | "boolean" | undefined;
628
+ defaultValue?: string | number | boolean | undefined;
629
+ description: string;
630
+ placeholder: string;
631
+ }[] | undefined;
632
+ options?: {
633
+ boolean?: boolean | undefined;
634
+ required?: boolean | undefined;
635
+ type?: "string" | "number" | "boolean" | undefined;
636
+ shortFlag?: string | undefined;
637
+ defaultValue?: string | number | boolean | undefined;
638
+ choices?: string[] | undefined;
639
+ description: string;
640
+ flag: string;
641
+ }[] | undefined;
642
+ hidden?: boolean | undefined;
643
+ encoding?: "none" | "json" | "application/json" | undefined;
644
+ handler: string;
645
+ command: string;
646
+ description: string;
647
+ template: string;
648
+ }>;
649
+ schema: import("zod").ZodEffects<import("zod").ZodObject<import("zod").extendShape<Omit<{
650
+ template: import("zod").ZodString;
651
+ command: import("zod").ZodString;
652
+ description: import("zod").ZodString;
653
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
654
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
655
+ shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
656
+ flag: import("zod").ZodString;
657
+ description: import("zod").ZodString;
658
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
659
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
660
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
661
+ boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
662
+ choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
663
+ }, "strip", import("zod").ZodTypeAny, {
664
+ boolean?: boolean | undefined;
665
+ required?: boolean | undefined;
666
+ type?: "string" | "number" | "boolean" | undefined;
667
+ shortFlag?: string | undefined;
668
+ defaultValue?: string | number | boolean | undefined;
669
+ choices?: string[] | undefined;
670
+ description: string;
671
+ flag: string;
672
+ }, {
673
+ boolean?: boolean | undefined;
674
+ required?: boolean | undefined;
675
+ type?: "string" | "number" | "boolean" | undefined;
676
+ shortFlag?: string | undefined;
677
+ defaultValue?: string | number | boolean | undefined;
678
+ choices?: string[] | undefined;
679
+ description: string;
680
+ flag: string;
681
+ }>, "many">>;
682
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
683
+ placeholder: import("zod").ZodString;
684
+ description: import("zod").ZodString;
685
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
686
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
687
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
688
+ }, "strip", import("zod").ZodTypeAny, {
689
+ required?: boolean | undefined;
690
+ type?: "string" | "number" | "boolean" | undefined;
691
+ defaultValue?: string | number | boolean | undefined;
692
+ description: string;
693
+ placeholder: string;
694
+ }, {
695
+ required?: boolean | undefined;
696
+ type?: "string" | "number" | "boolean" | undefined;
697
+ defaultValue?: string | number | boolean | undefined;
698
+ description: string;
699
+ placeholder: string;
700
+ }>, "many">>;
701
+ handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
702
+ _: import("zod").ZodArray<import("zod").ZodString, "many">;
703
+ projectDir: import("zod").ZodString;
704
+ maxConcurrency: import("zod").ZodNumber;
705
+ debug: import("zod").ZodBoolean;
706
+ disableState: import("zod").ZodBoolean;
707
+ logPluginRequests: import("zod").ZodBoolean;
708
+ fromVsCode: import("zod").ZodBoolean;
709
+ version: import("zod").ZodBoolean;
710
+ build: import("zod").ZodBoolean;
711
+ help: import("zod").ZodBoolean;
712
+ yes: import("zod").ZodBoolean;
713
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
714
+ env: import("zod").ZodString;
715
+ quickstart: import("zod").ZodString;
716
+ setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
717
+ setVersion: import("zod").ZodString;
718
+ }, "quickstart">, {
719
+ taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
720
+ config: import("zod").ZodObject<import("zod").extendShape<{
721
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
722
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
723
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
724
+ name: import("zod").ZodString;
725
+ }, "strip", import("zod").ZodTypeAny, {
726
+ type: "npm" | "binary" | "deno";
727
+ name: string;
728
+ }, {
729
+ type: "npm" | "binary" | "deno";
730
+ name: string;
731
+ }>, "many">>;
732
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
733
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
734
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
735
+ label: import("zod").ZodString;
736
+ rpcUrl: import("zod").ZodString;
737
+ protocol: import("zod").ZodString;
738
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
739
+ publicKey: import("zod").ZodString;
740
+ publicKeyHash: import("zod").ZodString;
741
+ privateKey: import("zod").ZodString;
742
+ }, "strip", import("zod").ZodTypeAny, {
743
+ publicKey: string;
744
+ publicKeyHash: string;
745
+ privateKey: string;
746
+ }, {
747
+ publicKey: string;
748
+ publicKeyHash: string;
749
+ privateKey: string;
750
+ }>>>;
751
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
752
+ pkh: import("zod").ZodString;
753
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
754
+ email: import("zod").ZodString;
755
+ password: import("zod").ZodString;
756
+ amount: import("zod").ZodString;
757
+ activation_code: import("zod").ZodString;
758
+ }, "strip", import("zod").ZodTypeAny, {
759
+ pkh: string;
760
+ mnemonic: string[];
761
+ email: string;
762
+ password: string;
763
+ amount: string;
764
+ activation_code: string;
765
+ }, {
766
+ pkh: string;
767
+ mnemonic: string[];
768
+ email: string;
769
+ password: string;
770
+ amount: string;
771
+ activation_code: string;
772
+ }>>;
773
+ }, "strip", import("zod").ZodTypeAny, {
774
+ accounts?: Record<string, {
775
+ publicKey: string;
776
+ publicKeyHash: string;
777
+ privateKey: string;
778
+ }> | undefined;
779
+ faucet?: {
780
+ pkh: string;
781
+ mnemonic: string[];
782
+ email: string;
783
+ password: string;
784
+ amount: string;
785
+ activation_code: string;
786
+ } | undefined;
787
+ label: string;
788
+ rpcUrl: string;
789
+ protocol: string;
790
+ }, {
791
+ accounts?: Record<string, {
792
+ publicKey: string;
793
+ publicKeyHash: string;
794
+ privateKey: string;
795
+ }> | undefined;
796
+ faucet?: {
797
+ pkh: string;
798
+ mnemonic: string[];
799
+ email: string;
800
+ password: string;
801
+ amount: string;
802
+ activation_code: string;
803
+ } | undefined;
804
+ label: string;
805
+ rpcUrl: string;
806
+ protocol: string;
807
+ }>>>;
808
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
809
+ label: import("zod").ZodString;
810
+ rpcUrl: import("zod").ZodString;
811
+ protocol: import("zod").ZodString;
812
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
813
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
814
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
815
+ encryptedKey: import("zod").ZodString;
816
+ publicKeyHash: import("zod").ZodString;
817
+ secretKey: import("zod").ZodString;
818
+ }, "strip", import("zod").ZodTypeAny, {
819
+ publicKeyHash: string;
820
+ encryptedKey: string;
821
+ secretKey: string;
822
+ }, {
823
+ publicKeyHash: string;
824
+ encryptedKey: string;
825
+ secretKey: string;
826
+ }>, import("zod").ZodString]>>>;
827
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
828
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
829
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
830
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
831
+ }, "strip", import("zod").ZodTypeAny, {
832
+ disableAutostartWithSandbox?: boolean | undefined;
833
+ postgresqlPort?: number | undefined;
834
+ apiPort?: number | undefined;
835
+ }, {
836
+ disableAutostartWithSandbox?: boolean | undefined;
837
+ postgresqlPort?: number | undefined;
838
+ apiPort?: number | undefined;
839
+ }>>;
840
+ }, "strip", import("zod").ZodTypeAny, {
841
+ plugin?: string | undefined;
842
+ accounts?: Record<string, string | {
843
+ publicKeyHash: string;
844
+ encryptedKey: string;
845
+ secretKey: string;
846
+ }> | undefined;
847
+ attributes?: string | number | boolean | undefined;
848
+ tzkt?: {
849
+ disableAutostartWithSandbox?: boolean | undefined;
850
+ postgresqlPort?: number | undefined;
851
+ apiPort?: number | undefined;
852
+ } | undefined;
853
+ label: string;
854
+ rpcUrl: string;
855
+ protocol: string;
856
+ }, {
857
+ plugin?: string | undefined;
858
+ accounts?: Record<string, string | {
859
+ publicKeyHash: string;
860
+ encryptedKey: string;
861
+ secretKey: string;
862
+ }> | undefined;
863
+ attributes?: string | number | boolean | undefined;
864
+ tzkt?: {
865
+ disableAutostartWithSandbox?: boolean | undefined;
866
+ postgresqlPort?: number | undefined;
867
+ apiPort?: number | undefined;
868
+ } | undefined;
869
+ label: string;
870
+ rpcUrl: string;
871
+ protocol: string;
872
+ }>>>;
873
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
874
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
875
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
876
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
877
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
878
+ }, "strip", import("zod").ZodTypeAny, {
879
+ storage?: Record<string, string> | undefined;
880
+ aliases?: Record<string, Record<string, string>> | undefined;
881
+ networks: string[];
882
+ sandboxes: string[];
883
+ }, {
884
+ storage?: Record<string, string> | undefined;
885
+ aliases?: Record<string, Record<string, string>> | undefined;
886
+ networks: string[];
887
+ sandboxes: string[];
888
+ }>, import("zod").ZodString]>>;
889
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
890
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
891
+ sourceFile: import("zod").ZodString;
892
+ hash: import("zod").ZodString;
893
+ }, "strip", import("zod").ZodTypeAny, {
894
+ sourceFile: string;
895
+ hash: string;
896
+ }, {
897
+ sourceFile: string;
898
+ hash: string;
899
+ }>>>;
900
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
901
+ name: import("zod").ZodOptional<import("zod").ZodString>;
902
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
903
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
904
+ license: import("zod").ZodOptional<import("zod").ZodString>;
905
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
906
+ }, "strip", import("zod").ZodTypeAny, {
907
+ name?: string | undefined;
908
+ projectDescription?: string | undefined;
909
+ authors?: string[] | undefined;
910
+ license?: string | undefined;
911
+ homepage?: string | undefined;
912
+ }, {
913
+ name?: string | undefined;
914
+ projectDescription?: string | undefined;
915
+ authors?: string[] | undefined;
916
+ license?: string | undefined;
917
+ homepage?: string | undefined;
918
+ }>>;
919
+ }, {
920
+ projectDir: import("zod").ZodString;
921
+ configFile: import("zod").ZodString;
922
+ hash: import("zod").ZodString;
923
+ }>, "strip", import("zod").ZodTypeAny, {
924
+ sandbox?: Record<string, {
925
+ plugin?: string | undefined;
926
+ accounts?: Record<string, string | {
927
+ publicKeyHash: string;
928
+ encryptedKey: string;
929
+ secretKey: string;
930
+ }> | undefined;
931
+ attributes?: string | number | boolean | undefined;
932
+ tzkt?: {
933
+ disableAutostartWithSandbox?: boolean | undefined;
934
+ postgresqlPort?: number | undefined;
935
+ apiPort?: number | undefined;
936
+ } | undefined;
937
+ label: string;
938
+ rpcUrl: string;
939
+ protocol: string;
940
+ }> | undefined;
941
+ language?: "en" | "fr" | undefined;
942
+ plugins?: {
943
+ type: "npm" | "binary" | "deno";
944
+ name: string;
945
+ }[] | undefined;
946
+ contractsDir?: string | undefined;
947
+ artifactsDir?: string | undefined;
948
+ network?: Record<string, {
949
+ accounts?: Record<string, {
950
+ publicKey: string;
951
+ publicKeyHash: string;
952
+ privateKey: string;
953
+ }> | undefined;
954
+ faucet?: {
955
+ pkh: string;
956
+ mnemonic: string[];
957
+ email: string;
958
+ password: string;
959
+ amount: string;
960
+ activation_code: string;
961
+ } | undefined;
962
+ label: string;
963
+ rpcUrl: string;
964
+ protocol: string;
965
+ }> | undefined;
966
+ accounts?: Record<string, string> | undefined;
967
+ contracts?: Record<string, {
968
+ sourceFile: string;
969
+ hash: string;
970
+ }> | undefined;
971
+ metadata?: {
972
+ name?: string | undefined;
973
+ projectDescription?: string | undefined;
974
+ authors?: string[] | undefined;
975
+ license?: string | undefined;
976
+ homepage?: string | undefined;
977
+ } | undefined;
978
+ projectDir: string;
979
+ environment: Record<string, string | {
980
+ storage?: Record<string, string> | undefined;
981
+ aliases?: Record<string, Record<string, string>> | undefined;
982
+ networks: string[];
983
+ sandboxes: string[];
984
+ }>;
985
+ hash: string;
986
+ configFile: string;
987
+ }, {
988
+ sandbox?: Record<string, {
989
+ plugin?: string | undefined;
990
+ accounts?: Record<string, string | {
991
+ publicKeyHash: string;
992
+ encryptedKey: string;
993
+ secretKey: string;
994
+ }> | undefined;
995
+ attributes?: string | number | boolean | undefined;
996
+ tzkt?: {
997
+ disableAutostartWithSandbox?: boolean | undefined;
998
+ postgresqlPort?: number | undefined;
999
+ apiPort?: number | undefined;
1000
+ } | undefined;
1001
+ label: string;
1002
+ rpcUrl: string;
1003
+ protocol: string;
1004
+ }> | undefined;
1005
+ language?: "en" | "fr" | undefined;
1006
+ plugins?: {
1007
+ type: "npm" | "binary" | "deno";
1008
+ name: string;
1009
+ }[] | undefined;
1010
+ contractsDir?: string | undefined;
1011
+ artifactsDir?: string | undefined;
1012
+ network?: Record<string, {
1013
+ accounts?: Record<string, {
1014
+ publicKey: string;
1015
+ publicKeyHash: string;
1016
+ privateKey: string;
1017
+ }> | undefined;
1018
+ faucet?: {
1019
+ pkh: string;
1020
+ mnemonic: string[];
1021
+ email: string;
1022
+ password: string;
1023
+ amount: string;
1024
+ activation_code: string;
1025
+ } | undefined;
1026
+ label: string;
1027
+ rpcUrl: string;
1028
+ protocol: string;
1029
+ }> | undefined;
1030
+ accounts?: Record<string, string> | undefined;
1031
+ contracts?: Record<string, {
1032
+ sourceFile: string;
1033
+ hash: string;
1034
+ }> | undefined;
1035
+ metadata?: {
1036
+ name?: string | undefined;
1037
+ projectDescription?: string | undefined;
1038
+ authors?: string[] | undefined;
1039
+ license?: string | undefined;
1040
+ homepage?: string | undefined;
1041
+ } | undefined;
1042
+ projectDir: string;
1043
+ environment: Record<string, string | {
1044
+ storage?: Record<string, string> | undefined;
1045
+ aliases?: Record<string, Record<string, string>> | undefined;
1046
+ networks: string[];
1047
+ sandboxes: string[];
1048
+ }>;
1049
+ hash: string;
1050
+ configFile: string;
1051
+ }>;
1052
+ }>, "passthrough", import("zod").ZodTypeAny, {
1053
+ plugin?: string | undefined;
1054
+ _: string[];
1055
+ projectDir: string;
1056
+ maxConcurrency: number;
1057
+ debug: boolean;
1058
+ disableState: boolean;
1059
+ logPluginRequests: boolean;
1060
+ fromVsCode: boolean;
1061
+ version: boolean;
1062
+ build: boolean;
1063
+ help: boolean;
1064
+ yes: boolean;
1065
+ env: string;
1066
+ setBuild: string | number;
1067
+ setVersion: string;
1068
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1069
+ config: {
1070
+ sandbox?: Record<string, {
1071
+ plugin?: string | undefined;
1072
+ accounts?: Record<string, string | {
1073
+ publicKeyHash: string;
1074
+ encryptedKey: string;
1075
+ secretKey: string;
1076
+ }> | undefined;
1077
+ attributes?: string | number | boolean | undefined;
1078
+ tzkt?: {
1079
+ disableAutostartWithSandbox?: boolean | undefined;
1080
+ postgresqlPort?: number | undefined;
1081
+ apiPort?: number | undefined;
1082
+ } | undefined;
1083
+ label: string;
1084
+ rpcUrl: string;
1085
+ protocol: string;
1086
+ }> | undefined;
1087
+ language?: "en" | "fr" | undefined;
1088
+ plugins?: {
1089
+ type: "npm" | "binary" | "deno";
1090
+ name: string;
1091
+ }[] | undefined;
1092
+ contractsDir?: string | undefined;
1093
+ artifactsDir?: string | undefined;
1094
+ network?: Record<string, {
1095
+ accounts?: Record<string, {
1096
+ publicKey: string;
1097
+ publicKeyHash: string;
1098
+ privateKey: string;
1099
+ }> | undefined;
1100
+ faucet?: {
1101
+ pkh: string;
1102
+ mnemonic: string[];
1103
+ email: string;
1104
+ password: string;
1105
+ amount: string;
1106
+ activation_code: string;
1107
+ } | undefined;
1108
+ label: string;
1109
+ rpcUrl: string;
1110
+ protocol: string;
1111
+ }> | undefined;
1112
+ accounts?: Record<string, string> | undefined;
1113
+ contracts?: Record<string, {
1114
+ sourceFile: string;
1115
+ hash: string;
1116
+ }> | undefined;
1117
+ metadata?: {
1118
+ name?: string | undefined;
1119
+ projectDescription?: string | undefined;
1120
+ authors?: string[] | undefined;
1121
+ license?: string | undefined;
1122
+ homepage?: string | undefined;
1123
+ } | undefined;
1124
+ projectDir: string;
1125
+ environment: Record<string, string | {
1126
+ storage?: Record<string, string> | undefined;
1127
+ aliases?: Record<string, Record<string, string>> | undefined;
1128
+ networks: string[];
1129
+ sandboxes: string[];
1130
+ }>;
1131
+ hash: string;
1132
+ configFile: string;
1133
+ };
1134
+ }, {
1135
+ plugin?: string | undefined;
1136
+ _: string[];
1137
+ projectDir: string;
1138
+ maxConcurrency: number;
1139
+ debug: boolean;
1140
+ disableState: boolean;
1141
+ logPluginRequests: boolean;
1142
+ fromVsCode: boolean;
1143
+ version: boolean;
1144
+ build: boolean;
1145
+ help: boolean;
1146
+ yes: boolean;
1147
+ env: string;
1148
+ setBuild: string | number;
1149
+ setVersion: string;
1150
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1151
+ config: {
1152
+ sandbox?: Record<string, {
1153
+ plugin?: string | undefined;
1154
+ accounts?: Record<string, string | {
1155
+ publicKeyHash: string;
1156
+ encryptedKey: string;
1157
+ secretKey: string;
1158
+ }> | undefined;
1159
+ attributes?: string | number | boolean | undefined;
1160
+ tzkt?: {
1161
+ disableAutostartWithSandbox?: boolean | undefined;
1162
+ postgresqlPort?: number | undefined;
1163
+ apiPort?: number | undefined;
1164
+ } | undefined;
1165
+ label: string;
1166
+ rpcUrl: string;
1167
+ protocol: string;
1168
+ }> | undefined;
1169
+ language?: "en" | "fr" | undefined;
1170
+ plugins?: {
1171
+ type: "npm" | "binary" | "deno";
1172
+ name: string;
1173
+ }[] | undefined;
1174
+ contractsDir?: string | undefined;
1175
+ artifactsDir?: string | undefined;
1176
+ network?: Record<string, {
1177
+ accounts?: Record<string, {
1178
+ publicKey: string;
1179
+ publicKeyHash: string;
1180
+ privateKey: string;
1181
+ }> | undefined;
1182
+ faucet?: {
1183
+ pkh: string;
1184
+ mnemonic: string[];
1185
+ email: string;
1186
+ password: string;
1187
+ amount: string;
1188
+ activation_code: string;
1189
+ } | undefined;
1190
+ label: string;
1191
+ rpcUrl: string;
1192
+ protocol: string;
1193
+ }> | undefined;
1194
+ accounts?: Record<string, string> | undefined;
1195
+ contracts?: Record<string, {
1196
+ sourceFile: string;
1197
+ hash: string;
1198
+ }> | undefined;
1199
+ metadata?: {
1200
+ name?: string | undefined;
1201
+ projectDescription?: string | undefined;
1202
+ authors?: string[] | undefined;
1203
+ license?: string | undefined;
1204
+ homepage?: string | undefined;
1205
+ } | undefined;
1206
+ projectDir: string;
1207
+ environment: Record<string, string | {
1208
+ storage?: Record<string, string> | undefined;
1209
+ aliases?: Record<string, Record<string, string>> | undefined;
1210
+ networks: string[];
1211
+ sandboxes: string[];
1212
+ }>;
1213
+ hash: string;
1214
+ configFile: string;
1215
+ };
1216
+ }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
1217
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1218
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1219
+ }, "strip", import("zod").ZodTypeAny, {
1220
+ data?: unknown;
1221
+ render: "string" | "none" | "table";
1222
+ }, {
1223
+ data?: unknown;
1224
+ render?: "string" | "none" | "table" | undefined;
1225
+ }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
1226
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1227
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1228
+ }, "strip", import("zod").ZodTypeAny, {
1229
+ data?: unknown;
1230
+ render: "string" | "none" | "table";
1231
+ }, {
1232
+ data?: unknown;
1233
+ render?: "string" | "none" | "table" | undefined;
1234
+ }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
1235
+ encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
1236
+ }, "handler">, {
1237
+ handler: import("zod").ZodString;
1238
+ }>, "strip", import("zod").ZodTypeAny, {
1239
+ positionals?: {
1240
+ required?: boolean | undefined;
1241
+ type?: "string" | "number" | "boolean" | undefined;
1242
+ defaultValue?: string | number | boolean | undefined;
1243
+ description: string;
1244
+ placeholder: string;
1245
+ }[] | undefined;
1246
+ options?: {
1247
+ boolean?: boolean | undefined;
1248
+ required?: boolean | undefined;
1249
+ type?: "string" | "number" | "boolean" | undefined;
1250
+ shortFlag?: string | undefined;
1251
+ defaultValue?: string | number | boolean | undefined;
1252
+ choices?: string[] | undefined;
1253
+ description: string;
1254
+ flag: string;
1255
+ }[] | undefined;
1256
+ hidden?: boolean | undefined;
1257
+ encoding?: "none" | "json" | "application/json" | undefined;
1258
+ handler: string;
1259
+ command: string;
1260
+ description: string;
1261
+ template: string;
1262
+ }, {
1263
+ positionals?: {
1264
+ required?: boolean | undefined;
1265
+ type?: "string" | "number" | "boolean" | undefined;
1266
+ defaultValue?: string | number | boolean | undefined;
1267
+ description: string;
1268
+ placeholder: string;
1269
+ }[] | undefined;
1270
+ options?: {
1271
+ boolean?: boolean | undefined;
1272
+ required?: boolean | undefined;
1273
+ type?: "string" | "number" | "boolean" | undefined;
1274
+ shortFlag?: string | undefined;
1275
+ defaultValue?: string | number | boolean | undefined;
1276
+ choices?: string[] | undefined;
1277
+ description: string;
1278
+ flag: string;
1279
+ }[] | undefined;
1280
+ hidden?: boolean | undefined;
1281
+ encoding?: "none" | "json" | "application/json" | undefined;
1282
+ handler: string;
1283
+ command: string;
1284
+ description: string;
1285
+ template: string;
1286
+ }>, ParsedTemplateStrict, {
1287
+ positionals?: {
1288
+ required?: boolean | undefined;
1289
+ type?: "string" | "number" | "boolean" | undefined;
1290
+ defaultValue?: string | number | boolean | undefined;
1291
+ description: string;
1292
+ placeholder: string;
1293
+ }[] | undefined;
1294
+ options?: {
1295
+ boolean?: boolean | undefined;
1296
+ required?: boolean | undefined;
1297
+ type?: "string" | "number" | "boolean" | undefined;
1298
+ shortFlag?: string | undefined;
1299
+ defaultValue?: string | number | boolean | undefined;
1300
+ choices?: string[] | undefined;
1301
+ description: string;
1302
+ flag: string;
1303
+ }[] | undefined;
1304
+ hidden?: boolean | undefined;
1305
+ encoding?: "none" | "json" | "application/json" | undefined;
1306
+ handler: string;
1307
+ command: string;
1308
+ description: string;
1309
+ template: string;
1310
+ }>;
1311
+ };
1312
+ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
1313
+ template: import("zod").ZodString;
1314
+ command: import("zod").ZodString;
1315
+ description: import("zod").ZodString;
1316
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1317
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1318
+ shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
1319
+ flag: import("zod").ZodString;
1320
+ description: import("zod").ZodString;
1321
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1322
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1323
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1324
+ boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
1325
+ choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1326
+ }, "strip", import("zod").ZodTypeAny, {
1327
+ boolean?: boolean | undefined;
1328
+ required?: boolean | undefined;
1329
+ type?: "string" | "number" | "boolean" | undefined;
1330
+ shortFlag?: string | undefined;
1331
+ defaultValue?: string | number | boolean | undefined;
1332
+ choices?: string[] | undefined;
1333
+ description: string;
1334
+ flag: string;
1335
+ }, {
1336
+ boolean?: boolean | undefined;
1337
+ required?: boolean | undefined;
1338
+ type?: "string" | "number" | "boolean" | undefined;
1339
+ shortFlag?: string | undefined;
1340
+ defaultValue?: string | number | boolean | undefined;
1341
+ choices?: string[] | undefined;
1342
+ description: string;
1343
+ flag: string;
1344
+ }>, "many">>;
1345
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1346
+ placeholder: import("zod").ZodString;
1347
+ description: import("zod").ZodString;
1348
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1349
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1350
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1351
+ }, "strip", import("zod").ZodTypeAny, {
1352
+ required?: boolean | undefined;
1353
+ type?: "string" | "number" | "boolean" | undefined;
1354
+ defaultValue?: string | number | boolean | undefined;
1355
+ description: string;
1356
+ placeholder: string;
1357
+ }, {
1358
+ required?: boolean | undefined;
1359
+ type?: "string" | "number" | "boolean" | undefined;
1360
+ defaultValue?: string | number | boolean | undefined;
1361
+ description: string;
1362
+ placeholder: string;
1363
+ }>, "many">>;
1364
+ handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
1365
+ _: import("zod").ZodArray<import("zod").ZodString, "many">;
1366
+ projectDir: import("zod").ZodString;
1367
+ maxConcurrency: import("zod").ZodNumber;
1368
+ debug: import("zod").ZodBoolean;
1369
+ disableState: import("zod").ZodBoolean;
1370
+ logPluginRequests: import("zod").ZodBoolean;
1371
+ fromVsCode: import("zod").ZodBoolean;
1372
+ version: import("zod").ZodBoolean;
1373
+ build: import("zod").ZodBoolean;
1374
+ help: import("zod").ZodBoolean;
1375
+ yes: import("zod").ZodBoolean;
1376
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
1377
+ env: import("zod").ZodString;
1378
+ quickstart: import("zod").ZodString;
1379
+ setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
1380
+ setVersion: import("zod").ZodString;
1381
+ }, "quickstart">, {
1382
+ taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
1383
+ config: import("zod").ZodObject<import("zod").extendShape<{
1384
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
1385
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1386
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
1387
+ name: import("zod").ZodString;
1388
+ }, "strip", import("zod").ZodTypeAny, {
1389
+ type: "npm" | "binary" | "deno";
1390
+ name: string;
1391
+ }, {
1392
+ type: "npm" | "binary" | "deno";
1393
+ name: string;
1394
+ }>, "many">>;
1395
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1396
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1397
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1398
+ label: import("zod").ZodString;
1399
+ rpcUrl: import("zod").ZodString;
1400
+ protocol: import("zod").ZodString;
1401
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1402
+ publicKey: import("zod").ZodString;
1403
+ publicKeyHash: import("zod").ZodString;
1404
+ privateKey: import("zod").ZodString;
1405
+ }, "strip", import("zod").ZodTypeAny, {
1406
+ publicKey: string;
1407
+ publicKeyHash: string;
1408
+ privateKey: string;
1409
+ }, {
1410
+ publicKey: string;
1411
+ publicKeyHash: string;
1412
+ privateKey: string;
1413
+ }>>>;
1414
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
1415
+ pkh: import("zod").ZodString;
1416
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
1417
+ email: import("zod").ZodString;
1418
+ password: import("zod").ZodString;
1419
+ amount: import("zod").ZodString;
1420
+ activation_code: import("zod").ZodString;
1421
+ }, "strip", import("zod").ZodTypeAny, {
1422
+ pkh: string;
1423
+ mnemonic: string[];
1424
+ email: string;
1425
+ password: string;
1426
+ amount: string;
1427
+ activation_code: string;
1428
+ }, {
1429
+ pkh: string;
1430
+ mnemonic: string[];
1431
+ email: string;
1432
+ password: string;
1433
+ amount: string;
1434
+ activation_code: string;
1435
+ }>>;
1436
+ }, "strip", import("zod").ZodTypeAny, {
1437
+ accounts?: Record<string, {
1438
+ publicKey: string;
1439
+ publicKeyHash: string;
1440
+ privateKey: string;
1441
+ }> | undefined;
1442
+ faucet?: {
1443
+ pkh: string;
1444
+ mnemonic: string[];
1445
+ email: string;
1446
+ password: string;
1447
+ amount: string;
1448
+ activation_code: string;
1449
+ } | undefined;
1450
+ label: string;
1451
+ rpcUrl: string;
1452
+ protocol: string;
1453
+ }, {
1454
+ accounts?: Record<string, {
1455
+ publicKey: string;
1456
+ publicKeyHash: string;
1457
+ privateKey: string;
1458
+ }> | undefined;
1459
+ faucet?: {
1460
+ pkh: string;
1461
+ mnemonic: string[];
1462
+ email: string;
1463
+ password: string;
1464
+ amount: string;
1465
+ activation_code: string;
1466
+ } | undefined;
1467
+ label: string;
1468
+ rpcUrl: string;
1469
+ protocol: string;
1470
+ }>>>;
1471
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1472
+ label: import("zod").ZodString;
1473
+ rpcUrl: import("zod").ZodString;
1474
+ protocol: import("zod").ZodString;
1475
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1476
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
1477
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1478
+ encryptedKey: import("zod").ZodString;
1479
+ publicKeyHash: import("zod").ZodString;
1480
+ secretKey: import("zod").ZodString;
1481
+ }, "strip", import("zod").ZodTypeAny, {
1482
+ publicKeyHash: string;
1483
+ encryptedKey: string;
1484
+ secretKey: string;
1485
+ }, {
1486
+ publicKeyHash: string;
1487
+ encryptedKey: string;
1488
+ secretKey: string;
1489
+ }>, import("zod").ZodString]>>>;
1490
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1491
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1492
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1493
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1494
+ }, "strip", import("zod").ZodTypeAny, {
1495
+ disableAutostartWithSandbox?: boolean | undefined;
1496
+ postgresqlPort?: number | undefined;
1497
+ apiPort?: number | undefined;
1498
+ }, {
1499
+ disableAutostartWithSandbox?: boolean | undefined;
1500
+ postgresqlPort?: number | undefined;
1501
+ apiPort?: number | undefined;
1502
+ }>>;
1503
+ }, "strip", import("zod").ZodTypeAny, {
1504
+ plugin?: string | undefined;
1505
+ accounts?: Record<string, string | {
1506
+ publicKeyHash: string;
1507
+ encryptedKey: string;
1508
+ secretKey: string;
1509
+ }> | undefined;
1510
+ attributes?: string | number | boolean | undefined;
1511
+ tzkt?: {
1512
+ disableAutostartWithSandbox?: boolean | undefined;
1513
+ postgresqlPort?: number | undefined;
1514
+ apiPort?: number | undefined;
1515
+ } | undefined;
1516
+ label: string;
1517
+ rpcUrl: string;
1518
+ protocol: string;
1519
+ }, {
1520
+ plugin?: string | undefined;
1521
+ accounts?: Record<string, string | {
1522
+ publicKeyHash: string;
1523
+ encryptedKey: string;
1524
+ secretKey: string;
1525
+ }> | undefined;
1526
+ attributes?: string | number | boolean | undefined;
1527
+ tzkt?: {
1528
+ disableAutostartWithSandbox?: boolean | undefined;
1529
+ postgresqlPort?: number | undefined;
1530
+ apiPort?: number | undefined;
1531
+ } | undefined;
1532
+ label: string;
1533
+ rpcUrl: string;
1534
+ protocol: string;
1535
+ }>>>;
1536
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1537
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1538
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1539
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1540
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1541
+ }, "strip", import("zod").ZodTypeAny, {
1542
+ storage?: Record<string, string> | undefined;
1543
+ aliases?: Record<string, Record<string, string>> | undefined;
1544
+ networks: string[];
1545
+ sandboxes: string[];
1546
+ }, {
1547
+ storage?: Record<string, string> | undefined;
1548
+ aliases?: Record<string, Record<string, string>> | undefined;
1549
+ networks: string[];
1550
+ sandboxes: string[];
1551
+ }>, import("zod").ZodString]>>;
1552
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1553
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1554
+ sourceFile: import("zod").ZodString;
1555
+ hash: import("zod").ZodString;
1556
+ }, "strip", import("zod").ZodTypeAny, {
1557
+ sourceFile: string;
1558
+ hash: string;
1559
+ }, {
1560
+ sourceFile: string;
1561
+ hash: string;
1562
+ }>>>;
1563
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1564
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1565
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1566
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1567
+ license: import("zod").ZodOptional<import("zod").ZodString>;
1568
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
1569
+ }, "strip", import("zod").ZodTypeAny, {
1570
+ name?: string | undefined;
1571
+ projectDescription?: string | undefined;
1572
+ authors?: string[] | undefined;
1573
+ license?: string | undefined;
1574
+ homepage?: string | undefined;
1575
+ }, {
1576
+ name?: string | undefined;
1577
+ projectDescription?: string | undefined;
1578
+ authors?: string[] | undefined;
1579
+ license?: string | undefined;
1580
+ homepage?: string | undefined;
1581
+ }>>;
1582
+ }, {
1583
+ projectDir: import("zod").ZodString;
1584
+ configFile: import("zod").ZodString;
1585
+ hash: import("zod").ZodString;
1586
+ }>, "strip", import("zod").ZodTypeAny, {
1587
+ sandbox?: Record<string, {
1588
+ plugin?: string | undefined;
1589
+ accounts?: Record<string, string | {
1590
+ publicKeyHash: string;
1591
+ encryptedKey: string;
1592
+ secretKey: string;
1593
+ }> | undefined;
1594
+ attributes?: string | number | boolean | undefined;
1595
+ tzkt?: {
1596
+ disableAutostartWithSandbox?: boolean | undefined;
1597
+ postgresqlPort?: number | undefined;
1598
+ apiPort?: number | undefined;
1599
+ } | undefined;
1600
+ label: string;
1601
+ rpcUrl: string;
1602
+ protocol: string;
1603
+ }> | undefined;
1604
+ language?: "en" | "fr" | undefined;
1605
+ plugins?: {
1606
+ type: "npm" | "binary" | "deno";
1607
+ name: string;
1608
+ }[] | undefined;
1609
+ contractsDir?: string | undefined;
1610
+ artifactsDir?: string | undefined;
1611
+ network?: Record<string, {
1612
+ accounts?: Record<string, {
1613
+ publicKey: string;
1614
+ publicKeyHash: string;
1615
+ privateKey: string;
1616
+ }> | undefined;
1617
+ faucet?: {
1618
+ pkh: string;
1619
+ mnemonic: string[];
1620
+ email: string;
1621
+ password: string;
1622
+ amount: string;
1623
+ activation_code: string;
1624
+ } | undefined;
1625
+ label: string;
1626
+ rpcUrl: string;
1627
+ protocol: string;
1628
+ }> | undefined;
1629
+ accounts?: Record<string, string> | undefined;
1630
+ contracts?: Record<string, {
1631
+ sourceFile: string;
1632
+ hash: string;
1633
+ }> | undefined;
1634
+ metadata?: {
1635
+ name?: string | undefined;
1636
+ projectDescription?: string | undefined;
1637
+ authors?: string[] | undefined;
1638
+ license?: string | undefined;
1639
+ homepage?: string | undefined;
1640
+ } | undefined;
1641
+ projectDir: string;
1642
+ environment: Record<string, string | {
1643
+ storage?: Record<string, string> | undefined;
1644
+ aliases?: Record<string, Record<string, string>> | undefined;
1645
+ networks: string[];
1646
+ sandboxes: string[];
1647
+ }>;
1648
+ hash: string;
1649
+ configFile: string;
1650
+ }, {
1651
+ sandbox?: Record<string, {
1652
+ plugin?: string | undefined;
1653
+ accounts?: Record<string, string | {
1654
+ publicKeyHash: string;
1655
+ encryptedKey: string;
1656
+ secretKey: string;
1657
+ }> | undefined;
1658
+ attributes?: string | number | boolean | undefined;
1659
+ tzkt?: {
1660
+ disableAutostartWithSandbox?: boolean | undefined;
1661
+ postgresqlPort?: number | undefined;
1662
+ apiPort?: number | undefined;
1663
+ } | undefined;
1664
+ label: string;
1665
+ rpcUrl: string;
1666
+ protocol: string;
1667
+ }> | undefined;
1668
+ language?: "en" | "fr" | undefined;
1669
+ plugins?: {
1670
+ type: "npm" | "binary" | "deno";
1671
+ name: string;
1672
+ }[] | undefined;
1673
+ contractsDir?: string | undefined;
1674
+ artifactsDir?: string | undefined;
1675
+ network?: Record<string, {
1676
+ accounts?: Record<string, {
1677
+ publicKey: string;
1678
+ publicKeyHash: string;
1679
+ privateKey: string;
1680
+ }> | undefined;
1681
+ faucet?: {
1682
+ pkh: string;
1683
+ mnemonic: string[];
1684
+ email: string;
1685
+ password: string;
1686
+ amount: string;
1687
+ activation_code: string;
1688
+ } | undefined;
1689
+ label: string;
1690
+ rpcUrl: string;
1691
+ protocol: string;
1692
+ }> | undefined;
1693
+ accounts?: Record<string, string> | undefined;
1694
+ contracts?: Record<string, {
1695
+ sourceFile: string;
1696
+ hash: string;
1697
+ }> | undefined;
1698
+ metadata?: {
1699
+ name?: string | undefined;
1700
+ projectDescription?: string | undefined;
1701
+ authors?: string[] | undefined;
1702
+ license?: string | undefined;
1703
+ homepage?: string | undefined;
1704
+ } | undefined;
1705
+ projectDir: string;
1706
+ environment: Record<string, string | {
1707
+ storage?: Record<string, string> | undefined;
1708
+ aliases?: Record<string, Record<string, string>> | undefined;
1709
+ networks: string[];
1710
+ sandboxes: string[];
1711
+ }>;
1712
+ hash: string;
1713
+ configFile: string;
1714
+ }>;
1715
+ }>, "passthrough", import("zod").ZodTypeAny, {
1716
+ plugin?: string | undefined;
1717
+ _: string[];
1718
+ projectDir: string;
1719
+ maxConcurrency: number;
1720
+ debug: boolean;
1721
+ disableState: boolean;
1722
+ logPluginRequests: boolean;
1723
+ fromVsCode: boolean;
1724
+ version: boolean;
1725
+ build: boolean;
1726
+ help: boolean;
1727
+ yes: boolean;
1728
+ env: string;
1729
+ setBuild: string | number;
1730
+ setVersion: string;
1731
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1732
+ config: {
1733
+ sandbox?: Record<string, {
1734
+ plugin?: string | undefined;
1735
+ accounts?: Record<string, string | {
1736
+ publicKeyHash: string;
1737
+ encryptedKey: string;
1738
+ secretKey: string;
1739
+ }> | undefined;
1740
+ attributes?: string | number | boolean | undefined;
1741
+ tzkt?: {
1742
+ disableAutostartWithSandbox?: boolean | undefined;
1743
+ postgresqlPort?: number | undefined;
1744
+ apiPort?: number | undefined;
1745
+ } | undefined;
1746
+ label: string;
1747
+ rpcUrl: string;
1748
+ protocol: string;
1749
+ }> | undefined;
1750
+ language?: "en" | "fr" | undefined;
1751
+ plugins?: {
1752
+ type: "npm" | "binary" | "deno";
1753
+ name: string;
1754
+ }[] | undefined;
1755
+ contractsDir?: string | undefined;
1756
+ artifactsDir?: string | undefined;
1757
+ network?: Record<string, {
1758
+ accounts?: Record<string, {
1759
+ publicKey: string;
1760
+ publicKeyHash: string;
1761
+ privateKey: string;
1762
+ }> | undefined;
1763
+ faucet?: {
1764
+ pkh: string;
1765
+ mnemonic: string[];
1766
+ email: string;
1767
+ password: string;
1768
+ amount: string;
1769
+ activation_code: string;
1770
+ } | undefined;
1771
+ label: string;
1772
+ rpcUrl: string;
1773
+ protocol: string;
1774
+ }> | undefined;
1775
+ accounts?: Record<string, string> | undefined;
1776
+ contracts?: Record<string, {
1777
+ sourceFile: string;
1778
+ hash: string;
1779
+ }> | undefined;
1780
+ metadata?: {
1781
+ name?: string | undefined;
1782
+ projectDescription?: string | undefined;
1783
+ authors?: string[] | undefined;
1784
+ license?: string | undefined;
1785
+ homepage?: string | undefined;
1786
+ } | undefined;
1787
+ projectDir: string;
1788
+ environment: Record<string, string | {
1789
+ storage?: Record<string, string> | undefined;
1790
+ aliases?: Record<string, Record<string, string>> | undefined;
1791
+ networks: string[];
1792
+ sandboxes: string[];
1793
+ }>;
1794
+ hash: string;
1795
+ configFile: string;
1796
+ };
1797
+ }, {
1798
+ plugin?: string | undefined;
1799
+ _: string[];
1800
+ projectDir: string;
1801
+ maxConcurrency: number;
1802
+ debug: boolean;
1803
+ disableState: boolean;
1804
+ logPluginRequests: boolean;
1805
+ fromVsCode: boolean;
1806
+ version: boolean;
1807
+ build: boolean;
1808
+ help: boolean;
1809
+ yes: boolean;
1810
+ env: string;
1811
+ setBuild: string | number;
1812
+ setVersion: string;
1813
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1814
+ config: {
1815
+ sandbox?: Record<string, {
1816
+ plugin?: string | undefined;
1817
+ accounts?: Record<string, string | {
1818
+ publicKeyHash: string;
1819
+ encryptedKey: string;
1820
+ secretKey: string;
1821
+ }> | undefined;
1822
+ attributes?: string | number | boolean | undefined;
1823
+ tzkt?: {
1824
+ disableAutostartWithSandbox?: boolean | undefined;
1825
+ postgresqlPort?: number | undefined;
1826
+ apiPort?: number | undefined;
1827
+ } | undefined;
1828
+ label: string;
1829
+ rpcUrl: string;
1830
+ protocol: string;
1831
+ }> | undefined;
1832
+ language?: "en" | "fr" | undefined;
1833
+ plugins?: {
1834
+ type: "npm" | "binary" | "deno";
1835
+ name: string;
1836
+ }[] | undefined;
1837
+ contractsDir?: string | undefined;
1838
+ artifactsDir?: string | undefined;
1839
+ network?: Record<string, {
1840
+ accounts?: Record<string, {
1841
+ publicKey: string;
1842
+ publicKeyHash: string;
1843
+ privateKey: string;
1844
+ }> | undefined;
1845
+ faucet?: {
1846
+ pkh: string;
1847
+ mnemonic: string[];
1848
+ email: string;
1849
+ password: string;
1850
+ amount: string;
1851
+ activation_code: string;
1852
+ } | undefined;
1853
+ label: string;
1854
+ rpcUrl: string;
1855
+ protocol: string;
1856
+ }> | undefined;
1857
+ accounts?: Record<string, string> | undefined;
1858
+ contracts?: Record<string, {
1859
+ sourceFile: string;
1860
+ hash: string;
1861
+ }> | undefined;
1862
+ metadata?: {
1863
+ name?: string | undefined;
1864
+ projectDescription?: string | undefined;
1865
+ authors?: string[] | undefined;
1866
+ license?: string | undefined;
1867
+ homepage?: string | undefined;
1868
+ } | undefined;
1869
+ projectDir: string;
1870
+ environment: Record<string, string | {
1871
+ storage?: Record<string, string> | undefined;
1872
+ aliases?: Record<string, Record<string, string>> | undefined;
1873
+ networks: string[];
1874
+ sandboxes: string[];
1875
+ }>;
1876
+ hash: string;
1877
+ configFile: string;
1878
+ };
1879
+ }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
1880
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1881
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1882
+ }, "strip", import("zod").ZodTypeAny, {
1883
+ data?: unknown;
1884
+ render: "string" | "none" | "table";
1885
+ }, {
1886
+ data?: unknown;
1887
+ render?: "string" | "none" | "table" | undefined;
1888
+ }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
1889
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
1890
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
1891
+ }, "strip", import("zod").ZodTypeAny, {
1892
+ data?: unknown;
1893
+ render: "string" | "none" | "table";
1894
+ }, {
1895
+ data?: unknown;
1896
+ render?: "string" | "none" | "table" | undefined;
1897
+ }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
1898
+ encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
1899
+ }, "handler">, {
1900
+ handler: import("zod").ZodString;
1901
+ }>, "strip", import("zod").ZodTypeAny, {
1902
+ positionals?: {
1903
+ required?: boolean | undefined;
1904
+ type?: "string" | "number" | "boolean" | undefined;
1905
+ defaultValue?: string | number | boolean | undefined;
1906
+ description: string;
1907
+ placeholder: string;
1908
+ }[] | undefined;
1909
+ options?: {
1910
+ boolean?: boolean | undefined;
1911
+ required?: boolean | undefined;
1912
+ type?: "string" | "number" | "boolean" | undefined;
1913
+ shortFlag?: string | undefined;
1914
+ defaultValue?: string | number | boolean | undefined;
1915
+ choices?: string[] | undefined;
1916
+ description: string;
1917
+ flag: string;
1918
+ }[] | undefined;
1919
+ hidden?: boolean | undefined;
1920
+ encoding?: "none" | "json" | "application/json" | undefined;
1921
+ handler: string;
1922
+ command: string;
1923
+ description: string;
1924
+ template: string;
1925
+ }, {
1926
+ positionals?: {
1927
+ required?: boolean | undefined;
1928
+ type?: "string" | "number" | "boolean" | undefined;
1929
+ defaultValue?: string | number | boolean | undefined;
1930
+ description: string;
1931
+ placeholder: string;
1932
+ }[] | undefined;
1933
+ options?: {
1934
+ boolean?: boolean | undefined;
1935
+ required?: boolean | undefined;
1936
+ type?: "string" | "number" | "boolean" | undefined;
1937
+ shortFlag?: string | undefined;
1938
+ defaultValue?: string | number | boolean | undefined;
1939
+ choices?: string[] | undefined;
1940
+ description: string;
1941
+ flag: string;
1942
+ }[] | undefined;
1943
+ hidden?: boolean | undefined;
1944
+ encoding?: "none" | "json" | "application/json" | undefined;
1945
+ handler: string;
1946
+ command: string;
1947
+ description: string;
1948
+ template: string;
1949
+ }>;
1950
+ export declare const internalSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
1951
+ template: import("zod").ZodString;
1952
+ command: import("zod").ZodString;
1953
+ description: import("zod").ZodString;
1954
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1955
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1956
+ shortFlag: import("zod").ZodOptional<import("zod").ZodString>;
1957
+ flag: import("zod").ZodString;
1958
+ description: import("zod").ZodString;
1959
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1960
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1961
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1962
+ boolean: import("zod").ZodOptional<import("zod").ZodBoolean>;
1963
+ choices: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1964
+ }, "strip", import("zod").ZodTypeAny, {
1965
+ boolean?: boolean | undefined;
1966
+ required?: boolean | undefined;
1967
+ type?: "string" | "number" | "boolean" | undefined;
1968
+ shortFlag?: string | undefined;
1969
+ defaultValue?: string | number | boolean | undefined;
1970
+ choices?: string[] | undefined;
1971
+ description: string;
1972
+ flag: string;
1973
+ }, {
1974
+ boolean?: boolean | undefined;
1975
+ required?: boolean | undefined;
1976
+ type?: "string" | "number" | "boolean" | undefined;
1977
+ shortFlag?: string | undefined;
1978
+ defaultValue?: string | number | boolean | undefined;
1979
+ choices?: string[] | undefined;
1980
+ description: string;
1981
+ flag: string;
1982
+ }>, "many">>;
1983
+ positionals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1984
+ placeholder: import("zod").ZodString;
1985
+ description: import("zod").ZodString;
1986
+ defaultValue: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1987
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"boolean">]>>;
1988
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1989
+ }, "strip", import("zod").ZodTypeAny, {
1990
+ required?: boolean | undefined;
1991
+ type?: "string" | "number" | "boolean" | undefined;
1992
+ defaultValue?: string | number | boolean | undefined;
1993
+ description: string;
1994
+ placeholder: string;
1995
+ }, {
1996
+ required?: boolean | undefined;
1997
+ type?: "string" | "number" | "boolean" | undefined;
1998
+ defaultValue?: string | number | boolean | undefined;
1999
+ description: string;
2000
+ placeholder: string;
2001
+ }>, "many">>;
2002
+ handler: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodFunction<import("zod").ZodTuple<[import("zod").ZodObject<import("zod").extendShape<Omit<{
2003
+ _: import("zod").ZodArray<import("zod").ZodString, "many">;
2004
+ projectDir: import("zod").ZodString;
2005
+ maxConcurrency: import("zod").ZodNumber;
2006
+ debug: import("zod").ZodBoolean;
2007
+ disableState: import("zod").ZodBoolean;
2008
+ logPluginRequests: import("zod").ZodBoolean;
2009
+ fromVsCode: import("zod").ZodBoolean;
2010
+ version: import("zod").ZodBoolean;
2011
+ build: import("zod").ZodBoolean;
2012
+ help: import("zod").ZodBoolean;
2013
+ yes: import("zod").ZodBoolean;
2014
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
2015
+ env: import("zod").ZodString;
2016
+ quickstart: import("zod").ZodString;
2017
+ setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
2018
+ setVersion: import("zod").ZodString;
2019
+ }, "quickstart">, {
2020
+ taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
2021
+ config: import("zod").ZodObject<import("zod").extendShape<{
2022
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
2023
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2024
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
2025
+ name: import("zod").ZodString;
2026
+ }, "strip", import("zod").ZodTypeAny, {
2027
+ type: "npm" | "binary" | "deno";
2028
+ name: string;
2029
+ }, {
2030
+ type: "npm" | "binary" | "deno";
2031
+ name: string;
2032
+ }>, "many">>;
2033
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2034
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
2035
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2036
+ label: import("zod").ZodString;
2037
+ rpcUrl: import("zod").ZodString;
2038
+ protocol: import("zod").ZodString;
2039
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2040
+ publicKey: import("zod").ZodString;
2041
+ publicKeyHash: import("zod").ZodString;
2042
+ privateKey: import("zod").ZodString;
2043
+ }, "strip", import("zod").ZodTypeAny, {
2044
+ publicKey: string;
2045
+ publicKeyHash: string;
2046
+ privateKey: string;
2047
+ }, {
2048
+ publicKey: string;
2049
+ publicKeyHash: string;
2050
+ privateKey: string;
2051
+ }>>>;
2052
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
2053
+ pkh: import("zod").ZodString;
2054
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
2055
+ email: import("zod").ZodString;
2056
+ password: import("zod").ZodString;
2057
+ amount: import("zod").ZodString;
2058
+ activation_code: import("zod").ZodString;
2059
+ }, "strip", import("zod").ZodTypeAny, {
2060
+ pkh: string;
2061
+ mnemonic: string[];
2062
+ email: string;
2063
+ password: string;
2064
+ amount: string;
2065
+ activation_code: string;
2066
+ }, {
2067
+ pkh: string;
2068
+ mnemonic: string[];
2069
+ email: string;
2070
+ password: string;
2071
+ amount: string;
2072
+ activation_code: string;
2073
+ }>>;
2074
+ }, "strip", import("zod").ZodTypeAny, {
2075
+ accounts?: Record<string, {
2076
+ publicKey: string;
2077
+ publicKeyHash: string;
2078
+ privateKey: string;
2079
+ }> | undefined;
2080
+ faucet?: {
2081
+ pkh: string;
2082
+ mnemonic: string[];
2083
+ email: string;
2084
+ password: string;
2085
+ amount: string;
2086
+ activation_code: string;
2087
+ } | undefined;
2088
+ label: string;
2089
+ rpcUrl: string;
2090
+ protocol: string;
2091
+ }, {
2092
+ accounts?: Record<string, {
2093
+ publicKey: string;
2094
+ publicKeyHash: string;
2095
+ privateKey: string;
2096
+ }> | undefined;
2097
+ faucet?: {
2098
+ pkh: string;
2099
+ mnemonic: string[];
2100
+ email: string;
2101
+ password: string;
2102
+ amount: string;
2103
+ activation_code: string;
2104
+ } | undefined;
2105
+ label: string;
2106
+ rpcUrl: string;
2107
+ protocol: string;
2108
+ }>>>;
2109
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2110
+ label: import("zod").ZodString;
2111
+ rpcUrl: import("zod").ZodString;
2112
+ protocol: import("zod").ZodString;
2113
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
2114
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
2115
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2116
+ encryptedKey: import("zod").ZodString;
2117
+ publicKeyHash: import("zod").ZodString;
2118
+ secretKey: import("zod").ZodString;
2119
+ }, "strip", import("zod").ZodTypeAny, {
2120
+ publicKeyHash: string;
2121
+ encryptedKey: string;
2122
+ secretKey: string;
2123
+ }, {
2124
+ publicKeyHash: string;
2125
+ encryptedKey: string;
2126
+ secretKey: string;
2127
+ }>, import("zod").ZodString]>>>;
2128
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
2129
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
2130
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
2131
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
2132
+ }, "strip", import("zod").ZodTypeAny, {
2133
+ disableAutostartWithSandbox?: boolean | undefined;
2134
+ postgresqlPort?: number | undefined;
2135
+ apiPort?: number | undefined;
2136
+ }, {
2137
+ disableAutostartWithSandbox?: boolean | undefined;
2138
+ postgresqlPort?: number | undefined;
2139
+ apiPort?: number | undefined;
2140
+ }>>;
2141
+ }, "strip", import("zod").ZodTypeAny, {
2142
+ plugin?: string | undefined;
2143
+ accounts?: Record<string, string | {
2144
+ publicKeyHash: string;
2145
+ encryptedKey: string;
2146
+ secretKey: string;
2147
+ }> | undefined;
2148
+ attributes?: string | number | boolean | undefined;
2149
+ tzkt?: {
2150
+ disableAutostartWithSandbox?: boolean | undefined;
2151
+ postgresqlPort?: number | undefined;
2152
+ apiPort?: number | undefined;
2153
+ } | undefined;
2154
+ label: string;
2155
+ rpcUrl: string;
2156
+ protocol: string;
2157
+ }, {
2158
+ plugin?: string | undefined;
2159
+ accounts?: Record<string, string | {
2160
+ publicKeyHash: string;
2161
+ encryptedKey: string;
2162
+ secretKey: string;
2163
+ }> | undefined;
2164
+ attributes?: string | number | boolean | undefined;
2165
+ tzkt?: {
2166
+ disableAutostartWithSandbox?: boolean | undefined;
2167
+ postgresqlPort?: number | undefined;
2168
+ apiPort?: number | undefined;
2169
+ } | undefined;
2170
+ label: string;
2171
+ rpcUrl: string;
2172
+ protocol: string;
2173
+ }>>>;
2174
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
2175
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
2176
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
2177
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2178
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
2179
+ }, "strip", import("zod").ZodTypeAny, {
2180
+ storage?: Record<string, string> | undefined;
2181
+ aliases?: Record<string, Record<string, string>> | undefined;
2182
+ networks: string[];
2183
+ sandboxes: string[];
2184
+ }, {
2185
+ storage?: Record<string, string> | undefined;
2186
+ aliases?: Record<string, Record<string, string>> | undefined;
2187
+ networks: string[];
2188
+ sandboxes: string[];
2189
+ }>, import("zod").ZodString]>>;
2190
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
2191
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
2192
+ sourceFile: import("zod").ZodString;
2193
+ hash: import("zod").ZodString;
2194
+ }, "strip", import("zod").ZodTypeAny, {
2195
+ sourceFile: string;
2196
+ hash: string;
2197
+ }, {
2198
+ sourceFile: string;
2199
+ hash: string;
2200
+ }>>>;
2201
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
2202
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2203
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
2204
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2205
+ license: import("zod").ZodOptional<import("zod").ZodString>;
2206
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
2207
+ }, "strip", import("zod").ZodTypeAny, {
2208
+ name?: string | undefined;
2209
+ projectDescription?: string | undefined;
2210
+ authors?: string[] | undefined;
2211
+ license?: string | undefined;
2212
+ homepage?: string | undefined;
2213
+ }, {
2214
+ name?: string | undefined;
2215
+ projectDescription?: string | undefined;
2216
+ authors?: string[] | undefined;
2217
+ license?: string | undefined;
2218
+ homepage?: string | undefined;
2219
+ }>>;
2220
+ }, {
2221
+ projectDir: import("zod").ZodString;
2222
+ configFile: import("zod").ZodString;
2223
+ hash: import("zod").ZodString;
2224
+ }>, "strip", import("zod").ZodTypeAny, {
2225
+ sandbox?: Record<string, {
2226
+ plugin?: string | undefined;
2227
+ accounts?: Record<string, string | {
2228
+ publicKeyHash: string;
2229
+ encryptedKey: string;
2230
+ secretKey: string;
2231
+ }> | undefined;
2232
+ attributes?: string | number | boolean | undefined;
2233
+ tzkt?: {
2234
+ disableAutostartWithSandbox?: boolean | undefined;
2235
+ postgresqlPort?: number | undefined;
2236
+ apiPort?: number | undefined;
2237
+ } | undefined;
2238
+ label: string;
2239
+ rpcUrl: string;
2240
+ protocol: string;
2241
+ }> | undefined;
2242
+ language?: "en" | "fr" | undefined;
2243
+ plugins?: {
2244
+ type: "npm" | "binary" | "deno";
2245
+ name: string;
2246
+ }[] | undefined;
2247
+ contractsDir?: string | undefined;
2248
+ artifactsDir?: string | undefined;
2249
+ network?: Record<string, {
2250
+ accounts?: Record<string, {
2251
+ publicKey: string;
2252
+ publicKeyHash: string;
2253
+ privateKey: string;
2254
+ }> | undefined;
2255
+ faucet?: {
2256
+ pkh: string;
2257
+ mnemonic: string[];
2258
+ email: string;
2259
+ password: string;
2260
+ amount: string;
2261
+ activation_code: string;
2262
+ } | undefined;
2263
+ label: string;
2264
+ rpcUrl: string;
2265
+ protocol: string;
2266
+ }> | undefined;
2267
+ accounts?: Record<string, string> | undefined;
2268
+ contracts?: Record<string, {
2269
+ sourceFile: string;
2270
+ hash: string;
2271
+ }> | undefined;
2272
+ metadata?: {
2273
+ name?: string | undefined;
2274
+ projectDescription?: string | undefined;
2275
+ authors?: string[] | undefined;
2276
+ license?: string | undefined;
2277
+ homepage?: string | undefined;
2278
+ } | undefined;
2279
+ projectDir: string;
2280
+ environment: Record<string, string | {
2281
+ storage?: Record<string, string> | undefined;
2282
+ aliases?: Record<string, Record<string, string>> | undefined;
2283
+ networks: string[];
2284
+ sandboxes: string[];
2285
+ }>;
2286
+ hash: string;
2287
+ configFile: string;
2288
+ }, {
2289
+ sandbox?: Record<string, {
2290
+ plugin?: string | undefined;
2291
+ accounts?: Record<string, string | {
2292
+ publicKeyHash: string;
2293
+ encryptedKey: string;
2294
+ secretKey: string;
2295
+ }> | undefined;
2296
+ attributes?: string | number | boolean | undefined;
2297
+ tzkt?: {
2298
+ disableAutostartWithSandbox?: boolean | undefined;
2299
+ postgresqlPort?: number | undefined;
2300
+ apiPort?: number | undefined;
2301
+ } | undefined;
2302
+ label: string;
2303
+ rpcUrl: string;
2304
+ protocol: string;
2305
+ }> | undefined;
2306
+ language?: "en" | "fr" | undefined;
2307
+ plugins?: {
2308
+ type: "npm" | "binary" | "deno";
2309
+ name: string;
2310
+ }[] | undefined;
2311
+ contractsDir?: string | undefined;
2312
+ artifactsDir?: string | undefined;
2313
+ network?: Record<string, {
2314
+ accounts?: Record<string, {
2315
+ publicKey: string;
2316
+ publicKeyHash: string;
2317
+ privateKey: string;
2318
+ }> | undefined;
2319
+ faucet?: {
2320
+ pkh: string;
2321
+ mnemonic: string[];
2322
+ email: string;
2323
+ password: string;
2324
+ amount: string;
2325
+ activation_code: string;
2326
+ } | undefined;
2327
+ label: string;
2328
+ rpcUrl: string;
2329
+ protocol: string;
2330
+ }> | undefined;
2331
+ accounts?: Record<string, string> | undefined;
2332
+ contracts?: Record<string, {
2333
+ sourceFile: string;
2334
+ hash: string;
2335
+ }> | undefined;
2336
+ metadata?: {
2337
+ name?: string | undefined;
2338
+ projectDescription?: string | undefined;
2339
+ authors?: string[] | undefined;
2340
+ license?: string | undefined;
2341
+ homepage?: string | undefined;
2342
+ } | undefined;
2343
+ projectDir: string;
2344
+ environment: Record<string, string | {
2345
+ storage?: Record<string, string> | undefined;
2346
+ aliases?: Record<string, Record<string, string>> | undefined;
2347
+ networks: string[];
2348
+ sandboxes: string[];
2349
+ }>;
2350
+ hash: string;
2351
+ configFile: string;
2352
+ }>;
2353
+ }>, "passthrough", import("zod").ZodTypeAny, {
2354
+ plugin?: string | undefined;
2355
+ _: string[];
2356
+ projectDir: string;
2357
+ maxConcurrency: number;
2358
+ debug: boolean;
2359
+ disableState: boolean;
2360
+ logPluginRequests: boolean;
2361
+ fromVsCode: boolean;
2362
+ version: boolean;
2363
+ build: boolean;
2364
+ help: boolean;
2365
+ yes: boolean;
2366
+ env: string;
2367
+ setBuild: string | number;
2368
+ setVersion: string;
2369
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2370
+ config: {
2371
+ sandbox?: Record<string, {
2372
+ plugin?: string | undefined;
2373
+ accounts?: Record<string, string | {
2374
+ publicKeyHash: string;
2375
+ encryptedKey: string;
2376
+ secretKey: string;
2377
+ }> | undefined;
2378
+ attributes?: string | number | boolean | undefined;
2379
+ tzkt?: {
2380
+ disableAutostartWithSandbox?: boolean | undefined;
2381
+ postgresqlPort?: number | undefined;
2382
+ apiPort?: number | undefined;
2383
+ } | undefined;
2384
+ label: string;
2385
+ rpcUrl: string;
2386
+ protocol: string;
2387
+ }> | undefined;
2388
+ language?: "en" | "fr" | undefined;
2389
+ plugins?: {
2390
+ type: "npm" | "binary" | "deno";
2391
+ name: string;
2392
+ }[] | undefined;
2393
+ contractsDir?: string | undefined;
2394
+ artifactsDir?: string | undefined;
2395
+ network?: Record<string, {
2396
+ accounts?: Record<string, {
2397
+ publicKey: string;
2398
+ publicKeyHash: string;
2399
+ privateKey: string;
2400
+ }> | undefined;
2401
+ faucet?: {
2402
+ pkh: string;
2403
+ mnemonic: string[];
2404
+ email: string;
2405
+ password: string;
2406
+ amount: string;
2407
+ activation_code: string;
2408
+ } | undefined;
2409
+ label: string;
2410
+ rpcUrl: string;
2411
+ protocol: string;
2412
+ }> | undefined;
2413
+ accounts?: Record<string, string> | undefined;
2414
+ contracts?: Record<string, {
2415
+ sourceFile: string;
2416
+ hash: string;
2417
+ }> | undefined;
2418
+ metadata?: {
2419
+ name?: string | undefined;
2420
+ projectDescription?: string | undefined;
2421
+ authors?: string[] | undefined;
2422
+ license?: string | undefined;
2423
+ homepage?: string | undefined;
2424
+ } | undefined;
2425
+ projectDir: string;
2426
+ environment: Record<string, string | {
2427
+ storage?: Record<string, string> | undefined;
2428
+ aliases?: Record<string, Record<string, string>> | undefined;
2429
+ networks: string[];
2430
+ sandboxes: string[];
2431
+ }>;
2432
+ hash: string;
2433
+ configFile: string;
2434
+ };
2435
+ }, {
2436
+ plugin?: string | undefined;
2437
+ _: string[];
2438
+ projectDir: string;
2439
+ maxConcurrency: number;
2440
+ debug: boolean;
2441
+ disableState: boolean;
2442
+ logPluginRequests: boolean;
2443
+ fromVsCode: boolean;
2444
+ version: boolean;
2445
+ build: boolean;
2446
+ help: boolean;
2447
+ yes: boolean;
2448
+ env: string;
2449
+ setBuild: string | number;
2450
+ setVersion: string;
2451
+ taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2452
+ config: {
2453
+ sandbox?: Record<string, {
2454
+ plugin?: string | undefined;
2455
+ accounts?: Record<string, string | {
2456
+ publicKeyHash: string;
2457
+ encryptedKey: string;
2458
+ secretKey: string;
2459
+ }> | undefined;
2460
+ attributes?: string | number | boolean | undefined;
2461
+ tzkt?: {
2462
+ disableAutostartWithSandbox?: boolean | undefined;
2463
+ postgresqlPort?: number | undefined;
2464
+ apiPort?: number | undefined;
2465
+ } | undefined;
2466
+ label: string;
2467
+ rpcUrl: string;
2468
+ protocol: string;
2469
+ }> | undefined;
2470
+ language?: "en" | "fr" | undefined;
2471
+ plugins?: {
2472
+ type: "npm" | "binary" | "deno";
2473
+ name: string;
2474
+ }[] | undefined;
2475
+ contractsDir?: string | undefined;
2476
+ artifactsDir?: string | undefined;
2477
+ network?: Record<string, {
2478
+ accounts?: Record<string, {
2479
+ publicKey: string;
2480
+ publicKeyHash: string;
2481
+ privateKey: string;
2482
+ }> | undefined;
2483
+ faucet?: {
2484
+ pkh: string;
2485
+ mnemonic: string[];
2486
+ email: string;
2487
+ password: string;
2488
+ amount: string;
2489
+ activation_code: string;
2490
+ } | undefined;
2491
+ label: string;
2492
+ rpcUrl: string;
2493
+ protocol: string;
2494
+ }> | undefined;
2495
+ accounts?: Record<string, string> | undefined;
2496
+ contracts?: Record<string, {
2497
+ sourceFile: string;
2498
+ hash: string;
2499
+ }> | undefined;
2500
+ metadata?: {
2501
+ name?: string | undefined;
2502
+ projectDescription?: string | undefined;
2503
+ authors?: string[] | undefined;
2504
+ license?: string | undefined;
2505
+ homepage?: string | undefined;
2506
+ } | undefined;
2507
+ projectDir: string;
2508
+ environment: Record<string, string | {
2509
+ storage?: Record<string, string> | undefined;
2510
+ aliases?: Record<string, Record<string, string>> | undefined;
2511
+ networks: string[];
2512
+ sandboxes: string[];
2513
+ }>;
2514
+ hash: string;
2515
+ configFile: string;
2516
+ };
2517
+ }>], import("zod").ZodUnknown>, import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodObject<{
2518
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
2519
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
2520
+ }, "strip", import("zod").ZodTypeAny, {
2521
+ data?: unknown;
2522
+ render: "string" | "none" | "table";
2523
+ }, {
2524
+ data?: unknown;
2525
+ render?: "string" | "none" | "table" | undefined;
2526
+ }>, import("zod").ZodVoid]>, import("zod").ZodPromise<import("zod").ZodUnion<[import("zod").ZodObject<{
2527
+ data: import("zod").ZodOptional<import("zod").ZodUnknown>;
2528
+ render: import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"table">, import("zod").ZodLiteral<"string">]>>;
2529
+ }, "strip", import("zod").ZodTypeAny, {
2530
+ data?: unknown;
2531
+ render: "string" | "none" | "table";
2532
+ }, {
2533
+ data?: unknown;
2534
+ render?: "string" | "none" | "table" | undefined;
2535
+ }>, import("zod").ZodVoid]>>]>>, import("zod").ZodPromise<import("zod").ZodVoid>]>;
2536
+ encoding: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"none">, import("zod").ZodLiteral<"json">, import("zod").ZodLiteral<"application/json">]>>>;
2537
+ }, "handler">, {
2538
+ handler: import("zod").ZodString;
2539
+ }>, "strip", import("zod").ZodTypeAny, {
2540
+ positionals?: {
2541
+ required?: boolean | undefined;
2542
+ type?: "string" | "number" | "boolean" | undefined;
2543
+ defaultValue?: string | number | boolean | undefined;
2544
+ description: string;
2545
+ placeholder: string;
2546
+ }[] | undefined;
2547
+ options?: {
2548
+ boolean?: boolean | undefined;
2549
+ required?: boolean | undefined;
2550
+ type?: "string" | "number" | "boolean" | undefined;
2551
+ shortFlag?: string | undefined;
2552
+ defaultValue?: string | number | boolean | undefined;
2553
+ choices?: string[] | undefined;
2554
+ description: string;
2555
+ flag: string;
2556
+ }[] | undefined;
2557
+ hidden?: boolean | undefined;
2558
+ encoding?: "none" | "json" | "application/json" | undefined;
2559
+ handler: string;
2560
+ command: string;
2561
+ description: string;
2562
+ template: string;
2563
+ }, {
2564
+ positionals?: {
2565
+ required?: boolean | undefined;
2566
+ type?: "string" | "number" | "boolean" | undefined;
2567
+ defaultValue?: string | number | boolean | undefined;
2568
+ description: string;
2569
+ placeholder: string;
2570
+ }[] | undefined;
2571
+ options?: {
2572
+ boolean?: boolean | undefined;
2573
+ required?: boolean | undefined;
2574
+ type?: "string" | "number" | "boolean" | undefined;
2575
+ shortFlag?: string | undefined;
2576
+ defaultValue?: string | number | boolean | undefined;
2577
+ choices?: string[] | undefined;
2578
+ description: string;
2579
+ flag: string;
2580
+ }[] | undefined;
2581
+ hidden?: boolean | undefined;
2582
+ encoding?: "none" | "json" | "application/json" | undefined;
2583
+ handler: string;
2584
+ command: string;
2585
+ description: string;
2586
+ template: string;
2587
+ }>;
2588
+ export type t = ParsedTemplateStrict;
2589
+ //# sourceMappingURL=ParsedTemplate.d.ts.map