@taqueria/protocol 0.25.4-alpha → 0.25.11-rc

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