@taqueria/protocol 0.25.4-alpha → 0.25.11-rc

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