@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
package/Operation.d.ts CHANGED
@@ -1,2 +1,1470 @@
1
- export * from '@taqueria/protocol/out/types/Operation';
1
+ import { Flatten } from '@taqueria/protocol/Base';
2
+ import * as PersistentState from '@taqueria/protocol/PersistentState';
3
+ import * as RequestArgs from '@taqueria/protocol/RequestArgs';
4
+ import { z } from 'zod';
5
+ type Handler = (state: PersistentState.t) => <T extends RequestArgs.t>(opts: T) => unknown;
6
+ export declare const rawSchema: z.ZodObject<{
7
+ operation: z.ZodString;
8
+ command: z.ZodString;
9
+ description: z.ZodOptional<z.ZodString>;
10
+ positionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
11
+ placeholder: z.ZodString;
12
+ description: z.ZodString;
13
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
14
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
15
+ required: z.ZodOptional<z.ZodBoolean>;
16
+ }, "strip", z.ZodTypeAny, {
17
+ type?: "string" | "number" | "boolean" | undefined;
18
+ defaultValue?: string | number | boolean | undefined;
19
+ required?: boolean | undefined;
20
+ description: string;
21
+ placeholder: string;
22
+ }, {
23
+ type?: "string" | "number" | "boolean" | undefined;
24
+ defaultValue?: string | number | boolean | undefined;
25
+ required?: boolean | undefined;
26
+ description: string;
27
+ placeholder: string;
28
+ }>, "many">>>;
29
+ options: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodObject<{
30
+ shortFlag: z.ZodOptional<z.ZodString>;
31
+ flag: z.ZodString;
32
+ description: z.ZodString;
33
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
34
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
35
+ required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
36
+ boolean: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
37
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
38
+ }, "strip", z.ZodTypeAny, {
39
+ boolean?: boolean | undefined;
40
+ type?: "string" | "number" | "boolean" | undefined;
41
+ shortFlag?: string | undefined;
42
+ defaultValue?: string | number | boolean | undefined;
43
+ choices?: string[] | undefined;
44
+ required?: boolean | undefined;
45
+ description: string;
46
+ flag: string;
47
+ }, {
48
+ boolean?: boolean | undefined;
49
+ type?: "string" | "number" | "boolean" | undefined;
50
+ shortFlag?: string | undefined;
51
+ defaultValue?: string | number | boolean | undefined;
52
+ choices?: string[] | undefined;
53
+ required?: boolean | undefined;
54
+ description: string;
55
+ flag: string;
56
+ }>, "many">>, {
57
+ boolean?: boolean | undefined;
58
+ type?: "string" | "number" | "boolean" | undefined;
59
+ shortFlag?: string | undefined;
60
+ defaultValue?: string | number | boolean | undefined;
61
+ choices?: string[] | undefined;
62
+ required?: boolean | undefined;
63
+ description: string;
64
+ flag: string;
65
+ }[] | undefined, unknown>;
66
+ handler: z.ZodEffects<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
67
+ operations: z.ZodRecord<z.ZodString, z.ZodObject<{
68
+ hash: z.ZodString;
69
+ time: z.ZodNumber;
70
+ output: z.ZodUnknown;
71
+ }, "strip", z.ZodTypeAny, {
72
+ output?: unknown;
73
+ hash: string;
74
+ time: number;
75
+ }, {
76
+ output?: unknown;
77
+ hash: string;
78
+ time: number;
79
+ }>>;
80
+ tasks: z.ZodRecord<z.ZodString, z.ZodObject<{
81
+ task: z.ZodType<any, z.ZodTypeDef, any>;
82
+ plugin: z.ZodString;
83
+ time: z.ZodNumber;
84
+ output: z.ZodUnknown;
85
+ }, "strip", z.ZodTypeAny, {
86
+ output?: unknown;
87
+ task?: any;
88
+ plugin: string;
89
+ time: number;
90
+ }, {
91
+ output?: unknown;
92
+ task?: any;
93
+ plugin: string;
94
+ time: number;
95
+ }>>;
96
+ }, "strip", z.ZodTypeAny, {
97
+ operations: Record<string, {
98
+ output?: unknown;
99
+ hash: string;
100
+ time: number;
101
+ }>;
102
+ tasks: Record<string, {
103
+ output?: unknown;
104
+ task?: any;
105
+ plugin: string;
106
+ time: number;
107
+ }>;
108
+ }, {
109
+ operations: Record<string, {
110
+ output?: unknown;
111
+ hash: string;
112
+ time: number;
113
+ }>;
114
+ tasks: Record<string, {
115
+ output?: unknown;
116
+ task?: any;
117
+ plugin: string;
118
+ time: number;
119
+ }>;
120
+ }>], z.ZodUnknown>, z.ZodFunction<z.ZodTuple<[z.ZodType<any, z.ZodTypeDef, any>], z.ZodUnknown>, z.ZodUnknown>>, Handler, (args_0: {
121
+ operations: Record<string, {
122
+ output?: unknown;
123
+ hash: string;
124
+ time: number;
125
+ }>;
126
+ tasks: Record<string, {
127
+ output?: unknown;
128
+ task?: any;
129
+ plugin: string;
130
+ time: number;
131
+ }>;
132
+ }, ...args_1: unknown[]) => (args_0: any, ...args_1: unknown[]) => unknown>;
133
+ }, "strip", z.ZodTypeAny, {
134
+ options?: {
135
+ boolean?: boolean | undefined;
136
+ type?: "string" | "number" | "boolean" | undefined;
137
+ shortFlag?: string | undefined;
138
+ defaultValue?: string | number | boolean | undefined;
139
+ choices?: string[] | undefined;
140
+ required?: boolean | undefined;
141
+ description: string;
142
+ flag: string;
143
+ }[] | undefined;
144
+ description?: string | undefined;
145
+ positionals?: {
146
+ type?: "string" | "number" | "boolean" | undefined;
147
+ defaultValue?: string | number | boolean | undefined;
148
+ required?: boolean | undefined;
149
+ description: string;
150
+ placeholder: string;
151
+ }[] | undefined;
152
+ operation: string;
153
+ command: string;
154
+ handler: Handler;
155
+ }, {
156
+ options?: unknown;
157
+ description?: string | undefined;
158
+ positionals?: {
159
+ type?: "string" | "number" | "boolean" | undefined;
160
+ defaultValue?: string | number | boolean | undefined;
161
+ required?: boolean | undefined;
162
+ description: string;
163
+ placeholder: string;
164
+ }[] | undefined;
165
+ operation: string;
166
+ command: string;
167
+ handler: (args_0: {
168
+ operations: Record<string, {
169
+ output?: unknown;
170
+ hash: string;
171
+ time: number;
172
+ }>;
173
+ tasks: Record<string, {
174
+ output?: unknown;
175
+ task?: any;
176
+ plugin: string;
177
+ time: number;
178
+ }>;
179
+ }, ...args_1: unknown[]) => (args_0: any, ...args_1: unknown[]) => unknown;
180
+ }>;
181
+ export declare const internalSchema: z.ZodObject<{
182
+ operation: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
183
+ readonly __kind: any;
184
+ }, any>, string & {
185
+ readonly __kind: any;
186
+ }, any>;
187
+ command: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
188
+ readonly __kind: any;
189
+ }, any>, string & {
190
+ readonly __kind: any;
191
+ }, any>;
192
+ description: z.ZodOptional<z.ZodString>;
193
+ positionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
194
+ type?: "string" | "number" | "boolean" | undefined;
195
+ defaultValue?: string | number | boolean | undefined;
196
+ required?: boolean | undefined;
197
+ description: string;
198
+ placeholder: string & {
199
+ readonly __kind: any;
200
+ };
201
+ } & {
202
+ readonly __kind: any;
203
+ }, any>, {
204
+ type?: "string" | "number" | "boolean" | undefined;
205
+ defaultValue?: string | number | boolean | undefined;
206
+ required?: boolean | undefined;
207
+ description: string;
208
+ placeholder: string & {
209
+ readonly __kind: any;
210
+ };
211
+ } & {
212
+ readonly __kind: any;
213
+ }, any>, "many">>>;
214
+ options: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
215
+ boolean?: boolean | undefined;
216
+ type?: "string" | "number" | "boolean" | undefined;
217
+ shortFlag?: (string & {
218
+ readonly __kind: any;
219
+ }) | undefined;
220
+ defaultValue?: string | number | boolean | undefined;
221
+ choices?: string[] | undefined;
222
+ required?: boolean | undefined;
223
+ description: string;
224
+ flag: string & {
225
+ readonly __kind: any;
226
+ };
227
+ } & {
228
+ readonly __kind: any;
229
+ }, any>, Flatten<{
230
+ boolean?: boolean | undefined;
231
+ type?: "string" | "number" | "boolean" | undefined;
232
+ shortFlag?: (string & {
233
+ readonly __kind: any;
234
+ }) | undefined;
235
+ defaultValue?: string | number | boolean | undefined;
236
+ choices?: string[] | undefined;
237
+ required?: boolean | undefined;
238
+ description: string;
239
+ flag: string & {
240
+ readonly __kind: any;
241
+ };
242
+ } & {
243
+ readonly __kind: any;
244
+ }>, any>, "many">>, Flatten<{
245
+ boolean?: boolean | undefined;
246
+ type?: "string" | "number" | "boolean" | undefined;
247
+ shortFlag?: (string & {
248
+ readonly __kind: any;
249
+ }) | undefined;
250
+ defaultValue?: string | number | boolean | undefined;
251
+ choices?: string[] | undefined;
252
+ required?: boolean | undefined;
253
+ description: string;
254
+ flag: string & {
255
+ readonly __kind: any;
256
+ };
257
+ } & {
258
+ readonly __kind: any;
259
+ }>[] | undefined, unknown>;
260
+ handler: z.ZodEffects<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
261
+ operations: z.ZodRecord<z.ZodString, z.ZodObject<{
262
+ hash: z.ZodString;
263
+ time: z.ZodNumber;
264
+ output: z.ZodUnknown;
265
+ }, "strip", z.ZodTypeAny, {
266
+ output?: unknown;
267
+ hash: string;
268
+ time: number;
269
+ }, {
270
+ output?: unknown;
271
+ hash: string;
272
+ time: number;
273
+ }>>;
274
+ tasks: z.ZodRecord<z.ZodString, z.ZodObject<{
275
+ task: z.ZodType<any, z.ZodTypeDef, any>;
276
+ plugin: z.ZodString;
277
+ time: z.ZodNumber;
278
+ output: z.ZodUnknown;
279
+ }, "strip", z.ZodTypeAny, {
280
+ output?: unknown;
281
+ task?: any;
282
+ plugin: string;
283
+ time: number;
284
+ }, {
285
+ output?: unknown;
286
+ task?: any;
287
+ plugin: string;
288
+ time: number;
289
+ }>>;
290
+ }, "strip", z.ZodTypeAny, {
291
+ operations: Record<string, {
292
+ output?: unknown;
293
+ hash: string;
294
+ time: number;
295
+ }>;
296
+ tasks: Record<string, {
297
+ output?: unknown;
298
+ task?: any;
299
+ plugin: string;
300
+ time: number;
301
+ }>;
302
+ }, {
303
+ operations: Record<string, {
304
+ output?: unknown;
305
+ hash: string;
306
+ time: number;
307
+ }>;
308
+ tasks: Record<string, {
309
+ output?: unknown;
310
+ task?: any;
311
+ plugin: string;
312
+ time: number;
313
+ }>;
314
+ }>], z.ZodUnknown>, z.ZodFunction<z.ZodTuple<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
315
+ plugin?: string | undefined;
316
+ version?: boolean | undefined;
317
+ build?: boolean | undefined;
318
+ help?: boolean | undefined;
319
+ yes?: boolean | undefined;
320
+ env?: string | undefined;
321
+ pluginName?: string | undefined;
322
+ config: Flatten<{
323
+ language?: "en" | "fr" | undefined;
324
+ contracts?: Record<string, {
325
+ sourceFile: string;
326
+ hash: string & {
327
+ readonly __kind: any;
328
+ };
329
+ }> | undefined;
330
+ network?: Record<string, Flatten<{
331
+ accounts?: Record<string, any> | undefined;
332
+ faucet?: Flatten<{
333
+ email?: string | undefined;
334
+ password?: string | undefined;
335
+ amount?: string | undefined;
336
+ activation_code?: string | undefined;
337
+ mnemonic: string[];
338
+ pkh: string & {
339
+ readonly __kind: any;
340
+ };
341
+ } & {
342
+ readonly __kind: any;
343
+ }> | undefined;
344
+ label: string & {
345
+ readonly __kind: any;
346
+ };
347
+ rpcUrl: string & {
348
+ readonly __kind: any;
349
+ };
350
+ protocol: string & {
351
+ readonly __kind: any;
352
+ };
353
+ } & {
354
+ readonly __kind: any;
355
+ }>> | undefined;
356
+ sandbox?: Record<string, {
357
+ accounts?: Record<string, string | ({
358
+ encryptedKey: string;
359
+ publicKeyHash: string & {
360
+ readonly __kind: any;
361
+ };
362
+ secretKey: string;
363
+ } & {
364
+ readonly __kind: any;
365
+ })> | undefined;
366
+ attributes?: Record<string, string | number | boolean> | undefined;
367
+ plugin?: (string & {
368
+ readonly __kind: any;
369
+ }) | undefined;
370
+ tzkt?: {
371
+ disableAutostartWithSandbox: boolean;
372
+ postgresqlPort: number;
373
+ apiPort: number;
374
+ } | undefined;
375
+ label: string & {
376
+ readonly __kind: any;
377
+ };
378
+ rpcUrl: string & {
379
+ readonly __kind: any;
380
+ };
381
+ protocol: string & {
382
+ readonly __kind: any;
383
+ };
384
+ } & {
385
+ readonly __kind: any;
386
+ }> | undefined;
387
+ metadata?: ({
388
+ name?: string | undefined;
389
+ projectDescription?: string | undefined;
390
+ authors?: string[] | undefined;
391
+ license?: string | undefined;
392
+ homepage?: string | undefined;
393
+ } & {
394
+ readonly __kind: any;
395
+ }) | undefined;
396
+ hash: string & {
397
+ readonly __kind: any;
398
+ };
399
+ accounts: Record<string, string | number>;
400
+ plugins: ({
401
+ type: "npm" | "binary" | "deno";
402
+ name: string;
403
+ } & {
404
+ readonly __kind: any;
405
+ })[];
406
+ contractsDir: string;
407
+ artifactsDir: string;
408
+ environment: Record<string, string | Flatten<{
409
+ storage?: Record<string, any> | undefined;
410
+ aliases?: Record<string, any> | undefined;
411
+ networks: string[];
412
+ sandboxes: string[];
413
+ } & {
414
+ readonly __kind: any;
415
+ }>>;
416
+ projectDir: string & {
417
+ readonly __kind: any;
418
+ };
419
+ configFile: string & {
420
+ readonly __kind: any;
421
+ };
422
+ }> & {
423
+ readonly __kind: any;
424
+ };
425
+ debug: boolean;
426
+ fromVsCode: boolean;
427
+ projectDir: string & {
428
+ readonly __kind: any;
429
+ };
430
+ _: (string | number)[];
431
+ maxConcurrency: number;
432
+ disableState: boolean;
433
+ logPluginRequests: boolean;
434
+ setBuild: string;
435
+ setVersion: string;
436
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
437
+ } & {
438
+ readonly __kind: any;
439
+ }, any>, {
440
+ plugin?: string | undefined;
441
+ version?: boolean | undefined;
442
+ build?: boolean | undefined;
443
+ help?: boolean | undefined;
444
+ yes?: boolean | undefined;
445
+ env?: string | undefined;
446
+ pluginName?: string | undefined;
447
+ config: Flatten<{
448
+ language?: "en" | "fr" | undefined;
449
+ contracts?: Record<string, {
450
+ sourceFile: string;
451
+ hash: string & {
452
+ readonly __kind: any;
453
+ };
454
+ }> | undefined;
455
+ network?: Record<string, Flatten<{
456
+ accounts?: Record<string, any> | undefined;
457
+ faucet?: Flatten<{
458
+ email?: string | undefined;
459
+ password?: string | undefined;
460
+ amount?: string | undefined;
461
+ activation_code?: string | undefined;
462
+ mnemonic: string[];
463
+ pkh: string & {
464
+ readonly __kind: any;
465
+ };
466
+ } & {
467
+ readonly __kind: any;
468
+ }> | undefined;
469
+ label: string & {
470
+ readonly __kind: any;
471
+ };
472
+ rpcUrl: string & {
473
+ readonly __kind: any;
474
+ };
475
+ protocol: string & {
476
+ readonly __kind: any;
477
+ };
478
+ } & {
479
+ readonly __kind: any;
480
+ }>> | undefined;
481
+ sandbox?: Record<string, {
482
+ accounts?: Record<string, string | ({
483
+ encryptedKey: string;
484
+ publicKeyHash: string & {
485
+ readonly __kind: any;
486
+ };
487
+ secretKey: string;
488
+ } & {
489
+ readonly __kind: any;
490
+ })> | undefined;
491
+ attributes?: Record<string, string | number | boolean> | undefined;
492
+ plugin?: (string & {
493
+ readonly __kind: any;
494
+ }) | undefined;
495
+ tzkt?: {
496
+ disableAutostartWithSandbox: boolean;
497
+ postgresqlPort: number;
498
+ apiPort: number;
499
+ } | undefined;
500
+ label: string & {
501
+ readonly __kind: any;
502
+ };
503
+ rpcUrl: string & {
504
+ readonly __kind: any;
505
+ };
506
+ protocol: string & {
507
+ readonly __kind: any;
508
+ };
509
+ } & {
510
+ readonly __kind: any;
511
+ }> | undefined;
512
+ metadata?: ({
513
+ name?: string | undefined;
514
+ projectDescription?: string | undefined;
515
+ authors?: string[] | undefined;
516
+ license?: string | undefined;
517
+ homepage?: string | undefined;
518
+ } & {
519
+ readonly __kind: any;
520
+ }) | undefined;
521
+ hash: string & {
522
+ readonly __kind: any;
523
+ };
524
+ accounts: Record<string, string | number>;
525
+ plugins: ({
526
+ type: "npm" | "binary" | "deno";
527
+ name: string;
528
+ } & {
529
+ readonly __kind: any;
530
+ })[];
531
+ contractsDir: string;
532
+ artifactsDir: string;
533
+ environment: Record<string, string | Flatten<{
534
+ storage?: Record<string, any> | undefined;
535
+ aliases?: Record<string, any> | undefined;
536
+ networks: string[];
537
+ sandboxes: string[];
538
+ } & {
539
+ readonly __kind: any;
540
+ }>>;
541
+ projectDir: string & {
542
+ readonly __kind: any;
543
+ };
544
+ configFile: string & {
545
+ readonly __kind: any;
546
+ };
547
+ }> & {
548
+ readonly __kind: any;
549
+ };
550
+ debug: boolean;
551
+ fromVsCode: boolean;
552
+ projectDir: string & {
553
+ readonly __kind: any;
554
+ };
555
+ _: (string | number)[];
556
+ maxConcurrency: number;
557
+ disableState: boolean;
558
+ logPluginRequests: boolean;
559
+ setBuild: string;
560
+ setVersion: string;
561
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
562
+ } & {
563
+ readonly __kind: any;
564
+ }, any>], z.ZodUnknown>, z.ZodUnknown>>, Handler, (args_0: {
565
+ operations: Record<string, {
566
+ output?: unknown;
567
+ hash: string;
568
+ time: number;
569
+ }>;
570
+ tasks: Record<string, {
571
+ output?: unknown;
572
+ task?: any;
573
+ plugin: string;
574
+ time: number;
575
+ }>;
576
+ }, ...args_1: unknown[]) => (args_0: {
577
+ plugin?: string | undefined;
578
+ version?: boolean | undefined;
579
+ build?: boolean | undefined;
580
+ help?: boolean | undefined;
581
+ yes?: boolean | undefined;
582
+ env?: string | undefined;
583
+ pluginName?: string | undefined;
584
+ config: Flatten<{
585
+ language?: "en" | "fr" | undefined;
586
+ contracts?: Record<string, {
587
+ sourceFile: string;
588
+ hash: string & {
589
+ readonly __kind: any;
590
+ };
591
+ }> | undefined;
592
+ network?: Record<string, Flatten<{
593
+ accounts?: Record<string, any> | undefined;
594
+ faucet?: Flatten<{
595
+ email?: string | undefined;
596
+ password?: string | undefined;
597
+ amount?: string | undefined;
598
+ activation_code?: string | undefined;
599
+ mnemonic: string[];
600
+ pkh: string & {
601
+ readonly __kind: any;
602
+ };
603
+ } & {
604
+ readonly __kind: any;
605
+ }> | undefined;
606
+ label: string & {
607
+ readonly __kind: any;
608
+ };
609
+ rpcUrl: string & {
610
+ readonly __kind: any;
611
+ };
612
+ protocol: string & {
613
+ readonly __kind: any;
614
+ };
615
+ } & {
616
+ readonly __kind: any;
617
+ }>> | undefined;
618
+ sandbox?: Record<string, {
619
+ accounts?: Record<string, string | ({
620
+ encryptedKey: string;
621
+ publicKeyHash: string & {
622
+ readonly __kind: any;
623
+ };
624
+ secretKey: string;
625
+ } & {
626
+ readonly __kind: any;
627
+ })> | undefined;
628
+ attributes?: Record<string, string | number | boolean> | undefined;
629
+ plugin?: (string & {
630
+ readonly __kind: any;
631
+ }) | undefined;
632
+ tzkt?: {
633
+ disableAutostartWithSandbox: boolean;
634
+ postgresqlPort: number;
635
+ apiPort: number;
636
+ } | undefined;
637
+ label: string & {
638
+ readonly __kind: any;
639
+ };
640
+ rpcUrl: string & {
641
+ readonly __kind: any;
642
+ };
643
+ protocol: string & {
644
+ readonly __kind: any;
645
+ };
646
+ } & {
647
+ readonly __kind: any;
648
+ }> | undefined;
649
+ metadata?: ({
650
+ name?: string | undefined;
651
+ projectDescription?: string | undefined;
652
+ authors?: string[] | undefined;
653
+ license?: string | undefined;
654
+ homepage?: string | undefined;
655
+ } & {
656
+ readonly __kind: any;
657
+ }) | undefined;
658
+ hash: string & {
659
+ readonly __kind: any;
660
+ };
661
+ accounts: Record<string, string | number>;
662
+ plugins: ({
663
+ type: "npm" | "binary" | "deno";
664
+ name: string;
665
+ } & {
666
+ readonly __kind: any;
667
+ })[];
668
+ contractsDir: string;
669
+ artifactsDir: string;
670
+ environment: Record<string, string | Flatten<{
671
+ storage?: Record<string, any> | undefined;
672
+ aliases?: Record<string, any> | undefined;
673
+ networks: string[];
674
+ sandboxes: string[];
675
+ } & {
676
+ readonly __kind: any;
677
+ }>>;
678
+ projectDir: string & {
679
+ readonly __kind: any;
680
+ };
681
+ configFile: string & {
682
+ readonly __kind: any;
683
+ };
684
+ }> & {
685
+ readonly __kind: any;
686
+ };
687
+ debug: boolean;
688
+ fromVsCode: boolean;
689
+ projectDir: string & {
690
+ readonly __kind: any;
691
+ };
692
+ _: (string | number)[];
693
+ maxConcurrency: number;
694
+ disableState: boolean;
695
+ logPluginRequests: boolean;
696
+ setBuild: string;
697
+ setVersion: string;
698
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
699
+ } & {
700
+ readonly __kind: any;
701
+ }, ...args_1: unknown[]) => unknown>;
702
+ }, "strip", z.ZodTypeAny, {
703
+ options?: Flatten<{
704
+ boolean?: boolean | undefined;
705
+ type?: "string" | "number" | "boolean" | undefined;
706
+ shortFlag?: (string & {
707
+ readonly __kind: any;
708
+ }) | undefined;
709
+ defaultValue?: string | number | boolean | undefined;
710
+ choices?: string[] | undefined;
711
+ required?: boolean | undefined;
712
+ description: string;
713
+ flag: string & {
714
+ readonly __kind: any;
715
+ };
716
+ } & {
717
+ readonly __kind: any;
718
+ }>[] | undefined;
719
+ description?: string | undefined;
720
+ positionals?: ({
721
+ type?: "string" | "number" | "boolean" | undefined;
722
+ defaultValue?: string | number | boolean | undefined;
723
+ required?: boolean | undefined;
724
+ description: string;
725
+ placeholder: string & {
726
+ readonly __kind: any;
727
+ };
728
+ } & {
729
+ readonly __kind: any;
730
+ })[] | undefined;
731
+ operation: string & {
732
+ readonly __kind: any;
733
+ };
734
+ command: string & {
735
+ readonly __kind: any;
736
+ };
737
+ handler: Handler;
738
+ }, {
739
+ options?: unknown;
740
+ description?: string | undefined;
741
+ operation?: any;
742
+ command?: any;
743
+ positionals?: any[] | undefined;
744
+ handler: (args_0: {
745
+ operations: Record<string, {
746
+ output?: unknown;
747
+ hash: string;
748
+ time: number;
749
+ }>;
750
+ tasks: Record<string, {
751
+ output?: unknown;
752
+ task?: any;
753
+ plugin: string;
754
+ time: number;
755
+ }>;
756
+ }, ...args_1: unknown[]) => (args_0: {
757
+ plugin?: string | undefined;
758
+ version?: boolean | undefined;
759
+ build?: boolean | undefined;
760
+ help?: boolean | undefined;
761
+ yes?: boolean | undefined;
762
+ env?: string | undefined;
763
+ pluginName?: string | undefined;
764
+ config: Flatten<{
765
+ language?: "en" | "fr" | undefined;
766
+ contracts?: Record<string, {
767
+ sourceFile: string;
768
+ hash: string & {
769
+ readonly __kind: any;
770
+ };
771
+ }> | undefined;
772
+ network?: Record<string, Flatten<{
773
+ accounts?: Record<string, any> | undefined;
774
+ faucet?: Flatten<{
775
+ email?: string | undefined;
776
+ password?: string | undefined;
777
+ amount?: string | undefined;
778
+ activation_code?: string | undefined;
779
+ mnemonic: string[];
780
+ pkh: string & {
781
+ readonly __kind: any;
782
+ };
783
+ } & {
784
+ readonly __kind: any;
785
+ }> | undefined;
786
+ label: string & {
787
+ readonly __kind: any;
788
+ };
789
+ rpcUrl: string & {
790
+ readonly __kind: any;
791
+ };
792
+ protocol: string & {
793
+ readonly __kind: any;
794
+ };
795
+ } & {
796
+ readonly __kind: any;
797
+ }>> | undefined;
798
+ sandbox?: Record<string, {
799
+ accounts?: Record<string, string | ({
800
+ encryptedKey: string;
801
+ publicKeyHash: string & {
802
+ readonly __kind: any;
803
+ };
804
+ secretKey: string;
805
+ } & {
806
+ readonly __kind: any;
807
+ })> | undefined;
808
+ attributes?: Record<string, string | number | boolean> | undefined;
809
+ plugin?: (string & {
810
+ readonly __kind: any;
811
+ }) | undefined;
812
+ tzkt?: {
813
+ disableAutostartWithSandbox: boolean;
814
+ postgresqlPort: number;
815
+ apiPort: number;
816
+ } | undefined;
817
+ label: string & {
818
+ readonly __kind: any;
819
+ };
820
+ rpcUrl: string & {
821
+ readonly __kind: any;
822
+ };
823
+ protocol: string & {
824
+ readonly __kind: any;
825
+ };
826
+ } & {
827
+ readonly __kind: any;
828
+ }> | undefined;
829
+ metadata?: ({
830
+ name?: string | undefined;
831
+ projectDescription?: string | undefined;
832
+ authors?: string[] | undefined;
833
+ license?: string | undefined;
834
+ homepage?: string | undefined;
835
+ } & {
836
+ readonly __kind: any;
837
+ }) | undefined;
838
+ hash: string & {
839
+ readonly __kind: any;
840
+ };
841
+ accounts: Record<string, string | number>;
842
+ plugins: ({
843
+ type: "npm" | "binary" | "deno";
844
+ name: string;
845
+ } & {
846
+ readonly __kind: any;
847
+ })[];
848
+ contractsDir: string;
849
+ artifactsDir: string;
850
+ environment: Record<string, string | Flatten<{
851
+ storage?: Record<string, any> | undefined;
852
+ aliases?: Record<string, any> | undefined;
853
+ networks: string[];
854
+ sandboxes: string[];
855
+ } & {
856
+ readonly __kind: any;
857
+ }>>;
858
+ projectDir: string & {
859
+ readonly __kind: any;
860
+ };
861
+ configFile: string & {
862
+ readonly __kind: any;
863
+ };
864
+ }> & {
865
+ readonly __kind: any;
866
+ };
867
+ debug: boolean;
868
+ fromVsCode: boolean;
869
+ projectDir: string & {
870
+ readonly __kind: any;
871
+ };
872
+ _: (string | number)[];
873
+ maxConcurrency: number;
874
+ disableState: boolean;
875
+ logPluginRequests: boolean;
876
+ setBuild: string;
877
+ setVersion: string;
878
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
879
+ } & {
880
+ readonly __kind: any;
881
+ }, ...args_1: unknown[]) => unknown;
882
+ }>;
883
+ export declare const generatedSchemas: {
884
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
885
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
886
+ schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, Flatten<{
887
+ options?: Flatten<{
888
+ boolean?: boolean | undefined;
889
+ type?: "string" | "number" | "boolean" | undefined;
890
+ shortFlag?: (string & {
891
+ readonly __kind: any;
892
+ }) | undefined;
893
+ defaultValue?: string | number | boolean | undefined;
894
+ choices?: string[] | undefined;
895
+ required?: boolean | undefined;
896
+ description: string;
897
+ flag: string & {
898
+ readonly __kind: any;
899
+ };
900
+ } & {
901
+ readonly __kind: any;
902
+ }>[] | undefined;
903
+ description?: string | undefined;
904
+ positionals?: ({
905
+ type?: "string" | "number" | "boolean" | undefined;
906
+ defaultValue?: string | number | boolean | undefined;
907
+ required?: boolean | undefined;
908
+ description: string;
909
+ placeholder: string & {
910
+ readonly __kind: any;
911
+ };
912
+ } & {
913
+ readonly __kind: any;
914
+ })[] | undefined;
915
+ operation: string & {
916
+ readonly __kind: any;
917
+ };
918
+ command: string & {
919
+ readonly __kind: any;
920
+ };
921
+ handler: Handler;
922
+ }> & {
923
+ readonly __kind: any;
924
+ }, any>;
925
+ }, factory: {
926
+ make: (input: Flatten<{
927
+ options?: Flatten<{
928
+ boolean?: boolean | undefined;
929
+ type?: "string" | "number" | "boolean" | undefined;
930
+ shortFlag?: (string & {
931
+ readonly __kind: any;
932
+ }) | undefined;
933
+ defaultValue?: string | number | boolean | undefined;
934
+ choices?: string[] | undefined;
935
+ required?: boolean | undefined;
936
+ description: string;
937
+ flag: string & {
938
+ readonly __kind: any;
939
+ };
940
+ } & {
941
+ readonly __kind: any;
942
+ }>[] | undefined;
943
+ description?: string | undefined;
944
+ positionals?: ({
945
+ type?: "string" | "number" | "boolean" | undefined;
946
+ defaultValue?: string | number | boolean | undefined;
947
+ required?: boolean | undefined;
948
+ description: string;
949
+ placeholder: string & {
950
+ readonly __kind: any;
951
+ };
952
+ } & {
953
+ readonly __kind: any;
954
+ })[] | undefined;
955
+ operation: string & {
956
+ readonly __kind: any;
957
+ };
958
+ command: string & {
959
+ readonly __kind: any;
960
+ };
961
+ handler: Handler;
962
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
963
+ options?: Flatten<{
964
+ boolean?: boolean | undefined;
965
+ type?: "string" | "number" | "boolean" | undefined;
966
+ shortFlag?: (string & {
967
+ readonly __kind: any;
968
+ }) | undefined;
969
+ defaultValue?: string | number | boolean | undefined;
970
+ choices?: string[] | undefined;
971
+ required?: boolean | undefined;
972
+ description: string;
973
+ flag: string & {
974
+ readonly __kind: any;
975
+ };
976
+ } & {
977
+ readonly __kind: any;
978
+ }>[] | undefined;
979
+ description?: string | undefined;
980
+ positionals?: ({
981
+ type?: "string" | "number" | "boolean" | undefined;
982
+ defaultValue?: string | number | boolean | undefined;
983
+ required?: boolean | undefined;
984
+ description: string;
985
+ placeholder: string & {
986
+ readonly __kind: any;
987
+ };
988
+ } & {
989
+ readonly __kind: any;
990
+ })[] | undefined;
991
+ operation: string & {
992
+ readonly __kind: any;
993
+ };
994
+ command: string & {
995
+ readonly __kind: any;
996
+ };
997
+ handler: Handler;
998
+ }> & {
999
+ readonly __kind: any;
1000
+ }>;
1001
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1002
+ options?: Flatten<{
1003
+ boolean?: boolean | undefined;
1004
+ type?: "string" | "number" | "boolean" | undefined;
1005
+ shortFlag?: (string & {
1006
+ readonly __kind: any;
1007
+ }) | undefined;
1008
+ defaultValue?: string | number | boolean | undefined;
1009
+ choices?: string[] | undefined;
1010
+ required?: boolean | undefined;
1011
+ description: string;
1012
+ flag: string & {
1013
+ readonly __kind: any;
1014
+ };
1015
+ } & {
1016
+ readonly __kind: any;
1017
+ }>[] | undefined;
1018
+ description?: string | undefined;
1019
+ positionals?: ({
1020
+ type?: "string" | "number" | "boolean" | undefined;
1021
+ defaultValue?: string | number | boolean | undefined;
1022
+ required?: boolean | undefined;
1023
+ description: string;
1024
+ placeholder: string & {
1025
+ readonly __kind: any;
1026
+ };
1027
+ } & {
1028
+ readonly __kind: any;
1029
+ })[] | undefined;
1030
+ operation: string & {
1031
+ readonly __kind: any;
1032
+ };
1033
+ command: string & {
1034
+ readonly __kind: any;
1035
+ };
1036
+ handler: Handler;
1037
+ }> & {
1038
+ readonly __kind: any;
1039
+ }>;
1040
+ create: (input: {
1041
+ options?: {
1042
+ boolean?: boolean | undefined;
1043
+ type?: "string" | "number" | "boolean" | undefined;
1044
+ shortFlag?: string | undefined;
1045
+ defaultValue?: string | number | boolean | undefined;
1046
+ choices?: string[] | undefined;
1047
+ required?: boolean | undefined;
1048
+ description: string;
1049
+ flag: string;
1050
+ }[] | undefined;
1051
+ description?: string | undefined;
1052
+ positionals?: {
1053
+ type?: "string" | "number" | "boolean" | undefined;
1054
+ defaultValue?: string | number | boolean | undefined;
1055
+ required?: boolean | undefined;
1056
+ description: string;
1057
+ placeholder: string;
1058
+ }[] | undefined;
1059
+ operation: string;
1060
+ command: string;
1061
+ handler: Handler;
1062
+ } | Flatten<{
1063
+ options?: Flatten<{
1064
+ boolean?: boolean | undefined;
1065
+ type?: "string" | "number" | "boolean" | undefined;
1066
+ shortFlag?: (string & {
1067
+ readonly __kind: any;
1068
+ }) | undefined;
1069
+ defaultValue?: string | number | boolean | undefined;
1070
+ choices?: string[] | undefined;
1071
+ required?: boolean | undefined;
1072
+ description: string;
1073
+ flag: string & {
1074
+ readonly __kind: any;
1075
+ };
1076
+ } & {
1077
+ readonly __kind: any;
1078
+ }>[] | undefined;
1079
+ description?: string | undefined;
1080
+ positionals?: ({
1081
+ type?: "string" | "number" | "boolean" | undefined;
1082
+ defaultValue?: string | number | boolean | undefined;
1083
+ required?: boolean | undefined;
1084
+ description: string;
1085
+ placeholder: string & {
1086
+ readonly __kind: any;
1087
+ };
1088
+ } & {
1089
+ readonly __kind: any;
1090
+ })[] | undefined;
1091
+ operation: string & {
1092
+ readonly __kind: any;
1093
+ };
1094
+ command: string & {
1095
+ readonly __kind: any;
1096
+ };
1097
+ handler: Handler;
1098
+ }>) => Flatten<{
1099
+ options?: Flatten<{
1100
+ boolean?: boolean | undefined;
1101
+ type?: "string" | "number" | "boolean" | undefined;
1102
+ shortFlag?: (string & {
1103
+ readonly __kind: any;
1104
+ }) | undefined;
1105
+ defaultValue?: string | number | boolean | undefined;
1106
+ choices?: string[] | undefined;
1107
+ required?: boolean | undefined;
1108
+ description: string;
1109
+ flag: string & {
1110
+ readonly __kind: any;
1111
+ };
1112
+ } & {
1113
+ readonly __kind: any;
1114
+ }>[] | undefined;
1115
+ description?: string | undefined;
1116
+ positionals?: ({
1117
+ type?: "string" | "number" | "boolean" | undefined;
1118
+ defaultValue?: string | number | boolean | undefined;
1119
+ required?: boolean | undefined;
1120
+ description: string;
1121
+ placeholder: string & {
1122
+ readonly __kind: any;
1123
+ };
1124
+ } & {
1125
+ readonly __kind: any;
1126
+ })[] | undefined;
1127
+ operation: string & {
1128
+ readonly __kind: any;
1129
+ };
1130
+ command: string & {
1131
+ readonly __kind: any;
1132
+ };
1133
+ handler: Handler;
1134
+ }> & {
1135
+ readonly __kind: any;
1136
+ };
1137
+ from: (input: unknown) => Flatten<{
1138
+ options?: Flatten<{
1139
+ boolean?: boolean | undefined;
1140
+ type?: "string" | "number" | "boolean" | undefined;
1141
+ shortFlag?: (string & {
1142
+ readonly __kind: any;
1143
+ }) | undefined;
1144
+ defaultValue?: string | number | boolean | undefined;
1145
+ choices?: string[] | undefined;
1146
+ required?: boolean | undefined;
1147
+ description: string;
1148
+ flag: string & {
1149
+ readonly __kind: any;
1150
+ };
1151
+ } & {
1152
+ readonly __kind: any;
1153
+ }>[] | undefined;
1154
+ description?: string | undefined;
1155
+ positionals?: ({
1156
+ type?: "string" | "number" | "boolean" | undefined;
1157
+ defaultValue?: string | number | boolean | undefined;
1158
+ required?: boolean | undefined;
1159
+ description: string;
1160
+ placeholder: string & {
1161
+ readonly __kind: any;
1162
+ };
1163
+ } & {
1164
+ readonly __kind: any;
1165
+ })[] | undefined;
1166
+ operation: string & {
1167
+ readonly __kind: any;
1168
+ };
1169
+ command: string & {
1170
+ readonly __kind: any;
1171
+ };
1172
+ handler: Handler;
1173
+ }> & {
1174
+ readonly __kind: any;
1175
+ };
1176
+ };
1177
+ export type Operation = Flatten<z.infer<typeof generatedSchemas.schema>>;
1178
+ export type t = Operation;
1179
+ export declare const make: (input: Flatten<{
1180
+ options?: Flatten<{
1181
+ boolean?: boolean | undefined;
1182
+ type?: "string" | "number" | "boolean" | undefined;
1183
+ shortFlag?: (string & {
1184
+ readonly __kind: any;
1185
+ }) | undefined;
1186
+ defaultValue?: string | number | boolean | undefined;
1187
+ choices?: string[] | undefined;
1188
+ required?: boolean | undefined;
1189
+ description: string;
1190
+ flag: string & {
1191
+ readonly __kind: any;
1192
+ };
1193
+ } & {
1194
+ readonly __kind: any;
1195
+ }>[] | undefined;
1196
+ description?: string | undefined;
1197
+ positionals?: ({
1198
+ type?: "string" | "number" | "boolean" | undefined;
1199
+ defaultValue?: string | number | boolean | undefined;
1200
+ required?: boolean | undefined;
1201
+ description: string;
1202
+ placeholder: string & {
1203
+ readonly __kind: any;
1204
+ };
1205
+ } & {
1206
+ readonly __kind: any;
1207
+ })[] | undefined;
1208
+ operation: string & {
1209
+ readonly __kind: any;
1210
+ };
1211
+ command: string & {
1212
+ readonly __kind: any;
1213
+ };
1214
+ handler: Handler;
1215
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1216
+ options?: Flatten<{
1217
+ boolean?: boolean | undefined;
1218
+ type?: "string" | "number" | "boolean" | undefined;
1219
+ shortFlag?: (string & {
1220
+ readonly __kind: any;
1221
+ }) | undefined;
1222
+ defaultValue?: string | number | boolean | undefined;
1223
+ choices?: string[] | undefined;
1224
+ required?: boolean | undefined;
1225
+ description: string;
1226
+ flag: string & {
1227
+ readonly __kind: any;
1228
+ };
1229
+ } & {
1230
+ readonly __kind: any;
1231
+ }>[] | undefined;
1232
+ description?: string | undefined;
1233
+ positionals?: ({
1234
+ type?: "string" | "number" | "boolean" | undefined;
1235
+ defaultValue?: string | number | boolean | undefined;
1236
+ required?: boolean | undefined;
1237
+ description: string;
1238
+ placeholder: string & {
1239
+ readonly __kind: any;
1240
+ };
1241
+ } & {
1242
+ readonly __kind: any;
1243
+ })[] | undefined;
1244
+ operation: string & {
1245
+ readonly __kind: any;
1246
+ };
1247
+ command: string & {
1248
+ readonly __kind: any;
1249
+ };
1250
+ handler: Handler;
1251
+ }> & {
1252
+ readonly __kind: any;
1253
+ }>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1254
+ options?: Flatten<{
1255
+ boolean?: boolean | undefined;
1256
+ type?: "string" | "number" | "boolean" | undefined;
1257
+ shortFlag?: (string & {
1258
+ readonly __kind: any;
1259
+ }) | undefined;
1260
+ defaultValue?: string | number | boolean | undefined;
1261
+ choices?: string[] | undefined;
1262
+ required?: boolean | undefined;
1263
+ description: string;
1264
+ flag: string & {
1265
+ readonly __kind: any;
1266
+ };
1267
+ } & {
1268
+ readonly __kind: any;
1269
+ }>[] | undefined;
1270
+ description?: string | undefined;
1271
+ positionals?: ({
1272
+ type?: "string" | "number" | "boolean" | undefined;
1273
+ defaultValue?: string | number | boolean | undefined;
1274
+ required?: boolean | undefined;
1275
+ description: string;
1276
+ placeholder: string & {
1277
+ readonly __kind: any;
1278
+ };
1279
+ } & {
1280
+ readonly __kind: any;
1281
+ })[] | undefined;
1282
+ operation: string & {
1283
+ readonly __kind: any;
1284
+ };
1285
+ command: string & {
1286
+ readonly __kind: any;
1287
+ };
1288
+ handler: Handler;
1289
+ }> & {
1290
+ readonly __kind: any;
1291
+ }>, create: (input: {
1292
+ options?: {
1293
+ boolean?: boolean | undefined;
1294
+ type?: "string" | "number" | "boolean" | undefined;
1295
+ shortFlag?: string | undefined;
1296
+ defaultValue?: string | number | boolean | undefined;
1297
+ choices?: string[] | undefined;
1298
+ required?: boolean | undefined;
1299
+ description: string;
1300
+ flag: string;
1301
+ }[] | undefined;
1302
+ description?: string | undefined;
1303
+ positionals?: {
1304
+ type?: "string" | "number" | "boolean" | undefined;
1305
+ defaultValue?: string | number | boolean | undefined;
1306
+ required?: boolean | undefined;
1307
+ description: string;
1308
+ placeholder: string;
1309
+ }[] | undefined;
1310
+ operation: string;
1311
+ command: string;
1312
+ handler: Handler;
1313
+ } | Flatten<{
1314
+ options?: Flatten<{
1315
+ boolean?: boolean | undefined;
1316
+ type?: "string" | "number" | "boolean" | undefined;
1317
+ shortFlag?: (string & {
1318
+ readonly __kind: any;
1319
+ }) | undefined;
1320
+ defaultValue?: string | number | boolean | undefined;
1321
+ choices?: string[] | undefined;
1322
+ required?: boolean | undefined;
1323
+ description: string;
1324
+ flag: string & {
1325
+ readonly __kind: any;
1326
+ };
1327
+ } & {
1328
+ readonly __kind: any;
1329
+ }>[] | undefined;
1330
+ description?: string | undefined;
1331
+ positionals?: ({
1332
+ type?: "string" | "number" | "boolean" | undefined;
1333
+ defaultValue?: string | number | boolean | undefined;
1334
+ required?: boolean | undefined;
1335
+ description: string;
1336
+ placeholder: string & {
1337
+ readonly __kind: any;
1338
+ };
1339
+ } & {
1340
+ readonly __kind: any;
1341
+ })[] | undefined;
1342
+ operation: string & {
1343
+ readonly __kind: any;
1344
+ };
1345
+ command: string & {
1346
+ readonly __kind: any;
1347
+ };
1348
+ handler: Handler;
1349
+ }>) => Flatten<{
1350
+ options?: Flatten<{
1351
+ boolean?: boolean | undefined;
1352
+ type?: "string" | "number" | "boolean" | undefined;
1353
+ shortFlag?: (string & {
1354
+ readonly __kind: any;
1355
+ }) | undefined;
1356
+ defaultValue?: string | number | boolean | undefined;
1357
+ choices?: string[] | undefined;
1358
+ required?: boolean | undefined;
1359
+ description: string;
1360
+ flag: string & {
1361
+ readonly __kind: any;
1362
+ };
1363
+ } & {
1364
+ readonly __kind: any;
1365
+ }>[] | undefined;
1366
+ description?: string | undefined;
1367
+ positionals?: ({
1368
+ type?: "string" | "number" | "boolean" | undefined;
1369
+ defaultValue?: string | number | boolean | undefined;
1370
+ required?: boolean | undefined;
1371
+ description: string;
1372
+ placeholder: string & {
1373
+ readonly __kind: any;
1374
+ };
1375
+ } & {
1376
+ readonly __kind: any;
1377
+ })[] | undefined;
1378
+ operation: string & {
1379
+ readonly __kind: any;
1380
+ };
1381
+ command: string & {
1382
+ readonly __kind: any;
1383
+ };
1384
+ handler: Handler;
1385
+ }> & {
1386
+ readonly __kind: any;
1387
+ };
1388
+ export declare const schemas: {
1389
+ schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, Flatten<{
1390
+ options?: Flatten<{
1391
+ boolean?: boolean | undefined;
1392
+ type?: "string" | "number" | "boolean" | undefined;
1393
+ shortFlag?: (string & {
1394
+ readonly __kind: any;
1395
+ }) | undefined;
1396
+ defaultValue?: string | number | boolean | undefined;
1397
+ choices?: string[] | undefined;
1398
+ required?: boolean | undefined;
1399
+ description: string;
1400
+ flag: string & {
1401
+ readonly __kind: any;
1402
+ };
1403
+ } & {
1404
+ readonly __kind: any;
1405
+ }>[] | undefined;
1406
+ description?: string | undefined;
1407
+ positionals?: ({
1408
+ type?: "string" | "number" | "boolean" | undefined;
1409
+ defaultValue?: string | number | boolean | undefined;
1410
+ required?: boolean | undefined;
1411
+ description: string;
1412
+ placeholder: string & {
1413
+ readonly __kind: any;
1414
+ };
1415
+ } & {
1416
+ readonly __kind: any;
1417
+ })[] | undefined;
1418
+ operation: string & {
1419
+ readonly __kind: any;
1420
+ };
1421
+ command: string & {
1422
+ readonly __kind: any;
1423
+ };
1424
+ handler: Handler;
1425
+ }> & {
1426
+ readonly __kind: any;
1427
+ }, any>, Flatten<Flatten<{
1428
+ options?: Flatten<{
1429
+ boolean?: boolean | undefined;
1430
+ type?: "string" | "number" | "boolean" | undefined;
1431
+ shortFlag?: (string & {
1432
+ readonly __kind: any;
1433
+ }) | undefined;
1434
+ defaultValue?: string | number | boolean | undefined;
1435
+ choices?: string[] | undefined;
1436
+ required?: boolean | undefined;
1437
+ description: string;
1438
+ flag: string & {
1439
+ readonly __kind: any;
1440
+ };
1441
+ } & {
1442
+ readonly __kind: any;
1443
+ }>[] | undefined;
1444
+ description?: string | undefined;
1445
+ positionals?: ({
1446
+ type?: "string" | "number" | "boolean" | undefined;
1447
+ defaultValue?: string | number | boolean | undefined;
1448
+ required?: boolean | undefined;
1449
+ description: string;
1450
+ placeholder: string & {
1451
+ readonly __kind: any;
1452
+ };
1453
+ } & {
1454
+ readonly __kind: any;
1455
+ })[] | undefined;
1456
+ operation: string & {
1457
+ readonly __kind: any;
1458
+ };
1459
+ command: string & {
1460
+ readonly __kind: any;
1461
+ };
1462
+ handler: Handler;
1463
+ }> & {
1464
+ readonly __kind: any;
1465
+ }>, any>;
1466
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
1467
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
1468
+ };
1469
+ export {};
2
1470
  //# sourceMappingURL=Operation.d.ts.map