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