@taqueria/protocol 0.16.0 → 0.19.2

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 (371) hide show
  1. package/Alias.d.ts +42 -0
  2. package/Alias.d.ts.map +1 -0
  3. package/Alias.js +70 -0
  4. package/Alias.js.map +1 -0
  5. package/Alias.mjs +34 -0
  6. package/Alias.mjs.map +1 -0
  7. package/Base.d.ts +48 -0
  8. package/Base.d.ts.map +1 -0
  9. package/Base.js +83 -0
  10. package/Base.js.map +1 -0
  11. package/Base.mjs +57 -0
  12. package/Base.mjs.map +1 -0
  13. package/Command.d.ts +24 -0
  14. package/Command.d.ts.map +1 -0
  15. package/Command.js +61 -0
  16. package/Command.js.map +1 -0
  17. package/Command.mjs +25 -0
  18. package/Command.mjs.map +1 -0
  19. package/Config.d.ts +2055 -0
  20. package/Config.d.ts.map +1 -0
  21. package/Config.js +175 -0
  22. package/Config.js.map +1 -0
  23. package/Config.mjs +135 -0
  24. package/Config.mjs.map +1 -0
  25. package/Contract.d.ts +82 -0
  26. package/Contract.d.ts.map +1 -0
  27. package/Contract.js +68 -0
  28. package/Contract.js.map +1 -0
  29. package/Contract.mjs +32 -0
  30. package/Contract.mjs.map +1 -0
  31. package/Crypto.d.ts +4 -0
  32. package/Crypto.d.ts.map +1 -0
  33. package/Crypto.js +35 -0
  34. package/Crypto.js.map +1 -0
  35. package/Crypto.mjs +10 -0
  36. package/Crypto.mjs.map +1 -0
  37. package/EconomicalProtocolHash.d.ts +41 -0
  38. package/EconomicalProtocolHash.d.ts.map +1 -0
  39. package/EconomicalProtocolHash.js +64 -0
  40. package/EconomicalProtocolHash.js.map +1 -0
  41. package/EconomicalProtocolHash.mjs +27 -0
  42. package/EconomicalProtocolHash.mjs.map +1 -0
  43. package/Environment.d.ts +134 -0
  44. package/Environment.d.ts.map +1 -0
  45. package/Environment.js +78 -0
  46. package/Environment.js.map +1 -0
  47. package/Environment.mjs +40 -0
  48. package/Environment.mjs.map +1 -0
  49. package/EphemeralState.d.ts +4556 -0
  50. package/EphemeralState.d.ts.map +1 -0
  51. package/EphemeralState.js +268 -0
  52. package/EphemeralState.js.map +1 -0
  53. package/EphemeralState.mjs +228 -0
  54. package/EphemeralState.mjs.map +1 -0
  55. package/Faucet.d.ts +203 -0
  56. package/Faucet.d.ts.map +1 -0
  57. package/Faucet.js +84 -0
  58. package/Faucet.js.map +1 -0
  59. package/Faucet.mjs +47 -0
  60. package/Faucet.mjs.map +1 -0
  61. package/HumanReadableIdentifier.d.ts +24 -0
  62. package/HumanReadableIdentifier.d.ts.map +1 -0
  63. package/HumanReadableIdentifier.js +61 -0
  64. package/HumanReadableIdentifier.js.map +1 -0
  65. package/HumanReadableIdentifier.mjs +25 -0
  66. package/HumanReadableIdentifier.mjs.map +1 -0
  67. package/InstalledPlugin.d.ts +92 -0
  68. package/InstalledPlugin.d.ts.map +1 -0
  69. package/InstalledPlugin.js +67 -0
  70. package/InstalledPlugin.js.map +1 -0
  71. package/InstalledPlugin.mjs +30 -0
  72. package/InstalledPlugin.mjs.map +1 -0
  73. package/LoadedConfig.d.ts +2318 -0
  74. package/LoadedConfig.d.ts.map +1 -0
  75. package/LoadedConfig.js +80 -0
  76. package/LoadedConfig.js.map +1 -0
  77. package/LoadedConfig.mjs +41 -0
  78. package/LoadedConfig.mjs.map +1 -0
  79. package/MetadataConfig.d.ts +155 -0
  80. package/MetadataConfig.d.ts.map +1 -0
  81. package/MetadataConfig.js +75 -0
  82. package/MetadataConfig.js.map +1 -0
  83. package/MetadataConfig.mjs +38 -0
  84. package/MetadataConfig.mjs.map +1 -0
  85. package/NetworkConfig.d.ts +424 -0
  86. package/NetworkConfig.d.ts.map +1 -0
  87. package/NetworkConfig.js +77 -0
  88. package/NetworkConfig.js.map +1 -0
  89. package/NetworkConfig.mjs +40 -0
  90. package/NetworkConfig.mjs.map +1 -0
  91. package/Operation.d.ts +1470 -0
  92. package/Operation.d.ts.map +1 -0
  93. package/Operation.js +98 -0
  94. package/Operation.js.map +1 -0
  95. package/Operation.mjs +60 -0
  96. package/Operation.mjs.map +1 -0
  97. package/Option.d.ts +309 -0
  98. package/Option.d.ts.map +1 -0
  99. package/Option.js +103 -0
  100. package/Option.js.map +1 -0
  101. package/Option.mjs +65 -0
  102. package/Option.mjs.map +1 -0
  103. package/ParsedOperation.d.ts +880 -0
  104. package/ParsedOperation.d.ts.map +1 -0
  105. package/ParsedOperation.js +63 -0
  106. package/ParsedOperation.js.map +1 -0
  107. package/ParsedOperation.mjs +26 -0
  108. package/ParsedOperation.mjs.map +1 -0
  109. package/ParsedTemplate.d.ts +1024 -0
  110. package/ParsedTemplate.d.ts.map +1 -0
  111. package/ParsedTemplate.js +71 -0
  112. package/ParsedTemplate.js.map +1 -0
  113. package/ParsedTemplate.mjs +34 -0
  114. package/ParsedTemplate.mjs.map +1 -0
  115. package/PersistentState.d.ts +575 -0
  116. package/PersistentState.d.ts.map +1 -0
  117. package/PersistentState.js +98 -0
  118. package/PersistentState.js.map +1 -0
  119. package/PersistentState.mjs +60 -0
  120. package/PersistentState.mjs.map +1 -0
  121. package/PluginActionName.d.ts +22 -0
  122. package/PluginActionName.d.ts.map +1 -0
  123. package/PluginActionName.js +48 -0
  124. package/PluginActionName.js.map +1 -0
  125. package/PluginActionName.mjs +23 -0
  126. package/PluginActionName.mjs.map +1 -0
  127. package/PluginDependenciesResponse.d.ts +152 -0
  128. package/PluginDependenciesResponse.d.ts.map +1 -0
  129. package/PluginDependenciesResponse.js +63 -0
  130. package/PluginDependenciesResponse.js.map +1 -0
  131. package/PluginDependenciesResponse.mjs +28 -0
  132. package/PluginDependenciesResponse.mjs.map +1 -0
  133. package/PluginInfo.d.ts +3418 -0
  134. package/PluginInfo.d.ts.map +1 -0
  135. package/PluginInfo.js +113 -0
  136. package/PluginInfo.js.map +1 -0
  137. package/PluginInfo.mjs +76 -0
  138. package/PluginInfo.mjs.map +1 -0
  139. package/PluginJsonResponse.d.ts +99 -0
  140. package/PluginJsonResponse.d.ts.map +1 -0
  141. package/PluginJsonResponse.js +59 -0
  142. package/PluginJsonResponse.js.map +1 -0
  143. package/PluginJsonResponse.mjs +25 -0
  144. package/PluginJsonResponse.mjs.map +1 -0
  145. package/PluginProxyResponse.d.ts +16 -0
  146. package/PluginProxyResponse.d.ts.map +1 -0
  147. package/PluginProxyResponse.js +61 -0
  148. package/PluginProxyResponse.js.map +1 -0
  149. package/PluginProxyResponse.mjs +25 -0
  150. package/PluginProxyResponse.mjs.map +1 -0
  151. package/PluginResponseEncoding.d.ts +32 -0
  152. package/PluginResponseEncoding.d.ts.map +1 -0
  153. package/PluginResponseEncoding.js +63 -0
  154. package/PluginResponseEncoding.js.map +1 -0
  155. package/PluginResponseEncoding.mjs +27 -0
  156. package/PluginResponseEncoding.mjs.map +1 -0
  157. package/PluginSchema.d.ts +7324 -0
  158. package/PluginSchema.d.ts.map +1 -0
  159. package/PluginSchema.js +107 -0
  160. package/PluginSchema.js.map +1 -0
  161. package/PluginSchema.mjs +70 -0
  162. package/PluginSchema.mjs.map +1 -0
  163. package/PositionalArg.d.ts +183 -0
  164. package/PositionalArg.d.ts.map +1 -0
  165. package/PositionalArg.js +78 -0
  166. package/PositionalArg.js.map +1 -0
  167. package/PositionalArg.mjs +41 -0
  168. package/PositionalArg.mjs.map +1 -0
  169. package/Provisioner.d.ts +269 -0
  170. package/Provisioner.d.ts.map +1 -0
  171. package/Provisioner.js +86 -0
  172. package/Provisioner.js.map +1 -0
  173. package/Provisioner.mjs +48 -0
  174. package/Provisioner.mjs.map +1 -0
  175. package/ProvisionerID.d.ts +41 -0
  176. package/ProvisionerID.d.ts.map +1 -0
  177. package/ProvisionerID.js +61 -0
  178. package/ProvisionerID.js.map +1 -0
  179. package/ProvisionerID.mjs +24 -0
  180. package/ProvisionerID.mjs.map +1 -0
  181. package/Provisions.d.ts +237 -0
  182. package/Provisions.d.ts.map +1 -0
  183. package/Provisions.js +93 -0
  184. package/Provisions.js.map +1 -0
  185. package/Provisions.mjs +57 -0
  186. package/Provisions.mjs.map +1 -0
  187. package/PublicKeyHash.d.ts +42 -0
  188. package/PublicKeyHash.d.ts.map +1 -0
  189. package/PublicKeyHash.js +65 -0
  190. package/PublicKeyHash.js.map +1 -0
  191. package/PublicKeyHash.mjs +28 -0
  192. package/PublicKeyHash.mjs.map +1 -0
  193. package/RequestArgs.d.ts +5548 -0
  194. package/RequestArgs.d.ts.map +1 -0
  195. package/RequestArgs.js +136 -0
  196. package/RequestArgs.js.map +1 -0
  197. package/RequestArgs.mjs +89 -0
  198. package/RequestArgs.mjs.map +1 -0
  199. package/SHA256.d.ts +29 -0
  200. package/SHA256.d.ts.map +1 -0
  201. package/SHA256.js +79 -0
  202. package/SHA256.js.map +1 -0
  203. package/SHA256.mjs +42 -0
  204. package/SHA256.mjs.map +1 -0
  205. package/SandboxAccountConfig.d.ts +145 -0
  206. package/SandboxAccountConfig.d.ts.map +1 -0
  207. package/SandboxAccountConfig.js +72 -0
  208. package/SandboxAccountConfig.js.map +1 -0
  209. package/SandboxAccountConfig.mjs +35 -0
  210. package/SandboxAccountConfig.mjs.map +1 -0
  211. package/SandboxConfig.d.ts +543 -0
  212. package/SandboxConfig.d.ts.map +1 -0
  213. package/SandboxConfig.js +103 -0
  214. package/SandboxConfig.js.map +1 -0
  215. package/SandboxConfig.mjs +66 -0
  216. package/SandboxConfig.mjs.map +1 -0
  217. package/SanitizedAbsPath.d.ts +41 -0
  218. package/SanitizedAbsPath.d.ts.map +1 -0
  219. package/SanitizedAbsPath.js +64 -0
  220. package/SanitizedAbsPath.js.map +1 -0
  221. package/SanitizedAbsPath.mjs +27 -0
  222. package/SanitizedAbsPath.mjs.map +1 -0
  223. package/SanitizedArgs.d.ts +2900 -0
  224. package/SanitizedArgs.d.ts.map +1 -0
  225. package/SanitizedArgs.js +269 -0
  226. package/SanitizedArgs.js.map +1 -0
  227. package/SanitizedArgs.mjs +197 -0
  228. package/SanitizedArgs.mjs.map +1 -0
  229. package/SanitizedPath.d.ts +24 -0
  230. package/SanitizedPath.d.ts.map +1 -0
  231. package/SanitizedPath.js +64 -0
  232. package/SanitizedPath.js.map +1 -0
  233. package/SanitizedPath.mjs +28 -0
  234. package/SanitizedPath.mjs.map +1 -0
  235. package/ScaffoldConfig.d.ts +5 -0
  236. package/ScaffoldConfig.d.ts.map +1 -0
  237. package/ScaffoldConfig.js +19 -0
  238. package/ScaffoldConfig.js.map +1 -0
  239. package/ScaffoldConfig.mjs +1 -0
  240. package/ScaffoldConfig.mjs.map +1 -0
  241. package/Settings.d.ts +75 -0
  242. package/Settings.d.ts.map +1 -0
  243. package/Settings.js +66 -0
  244. package/Settings.js.map +1 -0
  245. package/Settings.mjs +29 -0
  246. package/Settings.mjs.map +1 -0
  247. package/SingleChar.d.ts +41 -0
  248. package/SingleChar.d.ts.map +1 -0
  249. package/SingleChar.js +62 -0
  250. package/SingleChar.js.map +1 -0
  251. package/SingleChar.mjs +25 -0
  252. package/SingleChar.mjs.map +1 -0
  253. package/TaqError.d.ts +21 -0
  254. package/TaqError.d.ts.map +1 -0
  255. package/TaqError.js +65 -0
  256. package/TaqError.js.map +1 -0
  257. package/TaqError.mjs +35 -0
  258. package/TaqError.mjs.map +1 -0
  259. package/Task.d.ts +818 -0
  260. package/Task.d.ts.map +1 -0
  261. package/Task.js +95 -0
  262. package/Task.js.map +1 -0
  263. package/Task.mjs +58 -0
  264. package/Task.mjs.map +1 -0
  265. package/Template.d.ts +1738 -0
  266. package/Template.d.ts.map +1 -0
  267. package/Template.js +117 -0
  268. package/Template.js.map +1 -0
  269. package/Template.mjs +79 -0
  270. package/Template.mjs.map +1 -0
  271. package/Timestamp.d.ts +44 -0
  272. package/Timestamp.d.ts.map +1 -0
  273. package/Timestamp.js +65 -0
  274. package/Timestamp.js.map +1 -0
  275. package/Timestamp.mjs +27 -0
  276. package/Timestamp.mjs.map +1 -0
  277. package/Tz.d.ts +40 -0
  278. package/Tz.d.ts.map +1 -0
  279. package/Tz.js +62 -0
  280. package/Tz.js.map +1 -0
  281. package/Tz.mjs +25 -0
  282. package/Tz.mjs.map +1 -0
  283. package/Url.d.ts +42 -0
  284. package/Url.d.ts.map +1 -0
  285. package/Url.js +68 -0
  286. package/Url.js.map +1 -0
  287. package/Url.mjs +30 -0
  288. package/Url.mjs.map +1 -0
  289. package/Verb.d.ts +41 -0
  290. package/Verb.d.ts.map +1 -0
  291. package/Verb.js +62 -0
  292. package/Verb.js.map +1 -0
  293. package/Verb.mjs +25 -0
  294. package/Verb.mjs.map +1 -0
  295. package/VersionNumber.d.ts +24 -0
  296. package/VersionNumber.d.ts.map +1 -0
  297. package/VersionNumber.js +61 -0
  298. package/VersionNumber.js.map +1 -0
  299. package/VersionNumber.mjs +25 -0
  300. package/VersionNumber.mjs.map +1 -0
  301. package/i18n.d.ts +7 -0
  302. package/i18n.d.ts.map +1 -0
  303. package/i18n.js +96 -0
  304. package/i18n.js.map +1 -0
  305. package/i18n.mjs +67 -0
  306. package/i18n.mjs.map +1 -0
  307. package/package.json +31 -3
  308. package/{taqueria-protocol-types.ts → taqueria-protocol-types.d.ts} +1 -0
  309. package/taqueria-protocol-types.d.ts.map +1 -0
  310. package/taqueria-protocol-types.js +142 -0
  311. package/taqueria-protocol-types.js.map +1 -0
  312. package/taqueria-protocol-types.mjs +76 -0
  313. package/taqueria-protocol-types.mjs.map +1 -0
  314. package/tzkt-config.d.ts +109 -0
  315. package/tzkt-config.d.ts.map +1 -0
  316. package/tzkt-config.js +65 -0
  317. package/tzkt-config.js.map +1 -0
  318. package/tzkt-config.mjs +28 -0
  319. package/tzkt-config.mjs.map +1 -0
  320. package/Alias.ts +0 -38
  321. package/Base.ts +0 -105
  322. package/Command.ts +0 -26
  323. package/Config.ts +0 -163
  324. package/Contract.ts +0 -35
  325. package/Crypto.ts +0 -3
  326. package/EconomicalProtocolHash.ts +0 -26
  327. package/Environment.ts +0 -40
  328. package/EphemeralState.ts +0 -282
  329. package/Faucet.ts +0 -46
  330. package/HumanReadableIdentifier.ts +0 -26
  331. package/InstalledPlugin.ts +0 -28
  332. package/LoadedConfig.ts +0 -45
  333. package/MetadataConfig.ts +0 -37
  334. package/NetworkConfig.ts +0 -39
  335. package/Operation.ts +0 -70
  336. package/Option.ts +0 -64
  337. package/ParsedOperation.ts +0 -33
  338. package/ParsedTemplate.ts +0 -40
  339. package/PersistentState.ts +0 -69
  340. package/PluginActionName.ts +0 -28
  341. package/PluginDependenciesResponse.ts +0 -33
  342. package/PluginInfo.ts +0 -76
  343. package/PluginJsonResponse.ts +0 -26
  344. package/PluginProxyResponse.ts +0 -24
  345. package/PluginResponseEncoding.ts +0 -27
  346. package/PluginSchema.ts +0 -81
  347. package/PositionalArg.ts +0 -41
  348. package/Provisioner.ts +0 -61
  349. package/ProvisionerID.ts +0 -25
  350. package/Provisions.ts +0 -70
  351. package/PublicKeyHash.ts +0 -28
  352. package/RequestArgs.ts +0 -97
  353. package/SHA256.ts +0 -42
  354. package/SandboxAccountConfig.ts +0 -35
  355. package/SandboxConfig.ts +0 -66
  356. package/SanitizedAbsPath.ts +0 -23
  357. package/SanitizedArgs.ts +0 -213
  358. package/SanitizedPath.ts +0 -28
  359. package/ScaffoldConfig.ts +0 -6
  360. package/Settings.ts +0 -27
  361. package/SingleChar.ts +0 -23
  362. package/TaqError.ts +0 -78
  363. package/Task.ts +0 -57
  364. package/Template.ts +0 -77
  365. package/Timestamp.ts +0 -25
  366. package/Tz.ts +0 -22
  367. package/Url.ts +0 -28
  368. package/Verb.ts +0 -23
  369. package/VersionNumber.ts +0 -25
  370. package/i18n.ts +0 -74
  371. package/tzkt-config.ts +0 -27
package/Operation.d.ts ADDED
@@ -0,0 +1,1470 @@
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
+ declare 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
+ quickstart?: 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, string | Flatten<{
331
+ label: string & {
332
+ readonly __kind: any;
333
+ };
334
+ rpcUrl: string & {
335
+ readonly __kind: any;
336
+ };
337
+ protocol: string & {
338
+ readonly __kind: any;
339
+ };
340
+ faucet: Flatten<{
341
+ pkh: string & {
342
+ readonly __kind: any;
343
+ };
344
+ mnemonic: string[];
345
+ email: string;
346
+ password: string;
347
+ amount: string;
348
+ activation_code: string;
349
+ } & {
350
+ readonly __kind: any;
351
+ }>;
352
+ } & {
353
+ readonly __kind: any;
354
+ }>> | undefined;
355
+ sandbox?: Record<string, string | ({
356
+ attributes?: Record<string, string | number | boolean> | undefined;
357
+ plugin?: (string & {
358
+ readonly __kind: any;
359
+ }) | undefined;
360
+ accounts?: Record<string, string | ({
361
+ encryptedKey: string;
362
+ publicKeyHash: string & {
363
+ readonly __kind: any;
364
+ };
365
+ secretKey: string;
366
+ } & {
367
+ readonly __kind: any;
368
+ })> | undefined;
369
+ tzkt?: {
370
+ disableAutostartWithSandbox: boolean;
371
+ postgresqlPort: number;
372
+ apiPort: number;
373
+ } | undefined;
374
+ label: string & {
375
+ readonly __kind: any;
376
+ };
377
+ rpcUrl: string & {
378
+ readonly __kind: any;
379
+ };
380
+ protocol: string & {
381
+ readonly __kind: any;
382
+ };
383
+ } & {
384
+ readonly __kind: any;
385
+ })> | undefined;
386
+ environment?: Record<string, string | Flatten<{
387
+ storage?: Record<string, any> | undefined;
388
+ aliases?: Record<string, any> | undefined;
389
+ networks: string[];
390
+ sandboxes: string[];
391
+ } & {
392
+ readonly __kind: any;
393
+ }>> | undefined;
394
+ metadata?: ({
395
+ name?: string | undefined;
396
+ projectDescription?: string | undefined;
397
+ authors?: string[] | undefined;
398
+ license?: string | undefined;
399
+ homepage?: string | undefined;
400
+ } & {
401
+ readonly __kind: any;
402
+ }) | undefined;
403
+ hash: string & {
404
+ readonly __kind: any;
405
+ };
406
+ accounts: Record<string, string | number>;
407
+ plugins: ({
408
+ type: "npm" | "binary" | "deno";
409
+ name: string;
410
+ } & {
411
+ readonly __kind: any;
412
+ })[];
413
+ contractsDir: string;
414
+ artifactsDir: string;
415
+ projectDir: string & {
416
+ readonly __kind: any;
417
+ };
418
+ configFile: string & {
419
+ readonly __kind: any;
420
+ };
421
+ }> & {
422
+ readonly __kind: any;
423
+ };
424
+ debug: boolean;
425
+ fromVsCode: boolean;
426
+ projectDir: string & {
427
+ readonly __kind: any;
428
+ };
429
+ _: (string | number)[];
430
+ maxConcurrency: number;
431
+ disableState: boolean;
432
+ logPluginRequests: boolean;
433
+ env: string;
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
+ quickstart?: 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, string | Flatten<{
456
+ label: string & {
457
+ readonly __kind: any;
458
+ };
459
+ rpcUrl: string & {
460
+ readonly __kind: any;
461
+ };
462
+ protocol: string & {
463
+ readonly __kind: any;
464
+ };
465
+ faucet: Flatten<{
466
+ pkh: string & {
467
+ readonly __kind: any;
468
+ };
469
+ mnemonic: string[];
470
+ email: string;
471
+ password: string;
472
+ amount: string;
473
+ activation_code: string;
474
+ } & {
475
+ readonly __kind: any;
476
+ }>;
477
+ } & {
478
+ readonly __kind: any;
479
+ }>> | undefined;
480
+ sandbox?: Record<string, string | ({
481
+ attributes?: Record<string, string | number | boolean> | undefined;
482
+ plugin?: (string & {
483
+ readonly __kind: any;
484
+ }) | undefined;
485
+ accounts?: Record<string, string | ({
486
+ encryptedKey: string;
487
+ publicKeyHash: string & {
488
+ readonly __kind: any;
489
+ };
490
+ secretKey: string;
491
+ } & {
492
+ readonly __kind: any;
493
+ })> | undefined;
494
+ tzkt?: {
495
+ disableAutostartWithSandbox: boolean;
496
+ postgresqlPort: number;
497
+ apiPort: number;
498
+ } | undefined;
499
+ label: string & {
500
+ readonly __kind: any;
501
+ };
502
+ rpcUrl: string & {
503
+ readonly __kind: any;
504
+ };
505
+ protocol: string & {
506
+ readonly __kind: any;
507
+ };
508
+ } & {
509
+ readonly __kind: any;
510
+ })> | undefined;
511
+ environment?: Record<string, string | Flatten<{
512
+ storage?: Record<string, any> | undefined;
513
+ aliases?: Record<string, any> | undefined;
514
+ networks: string[];
515
+ sandboxes: string[];
516
+ } & {
517
+ readonly __kind: any;
518
+ }>> | undefined;
519
+ metadata?: ({
520
+ name?: string | undefined;
521
+ projectDescription?: string | undefined;
522
+ authors?: string[] | undefined;
523
+ license?: string | undefined;
524
+ homepage?: string | undefined;
525
+ } & {
526
+ readonly __kind: any;
527
+ }) | undefined;
528
+ hash: string & {
529
+ readonly __kind: any;
530
+ };
531
+ accounts: Record<string, string | number>;
532
+ plugins: ({
533
+ type: "npm" | "binary" | "deno";
534
+ name: string;
535
+ } & {
536
+ readonly __kind: any;
537
+ })[];
538
+ contractsDir: string;
539
+ artifactsDir: string;
540
+ projectDir: string & {
541
+ readonly __kind: any;
542
+ };
543
+ configFile: string & {
544
+ readonly __kind: any;
545
+ };
546
+ }> & {
547
+ readonly __kind: any;
548
+ };
549
+ debug: boolean;
550
+ fromVsCode: boolean;
551
+ projectDir: string & {
552
+ readonly __kind: any;
553
+ };
554
+ _: (string | number)[];
555
+ maxConcurrency: number;
556
+ disableState: boolean;
557
+ logPluginRequests: boolean;
558
+ env: string;
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
+ quickstart?: 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, string | Flatten<{
593
+ label: string & {
594
+ readonly __kind: any;
595
+ };
596
+ rpcUrl: string & {
597
+ readonly __kind: any;
598
+ };
599
+ protocol: string & {
600
+ readonly __kind: any;
601
+ };
602
+ faucet: Flatten<{
603
+ pkh: string & {
604
+ readonly __kind: any;
605
+ };
606
+ mnemonic: string[];
607
+ email: string;
608
+ password: string;
609
+ amount: string;
610
+ activation_code: string;
611
+ } & {
612
+ readonly __kind: any;
613
+ }>;
614
+ } & {
615
+ readonly __kind: any;
616
+ }>> | undefined;
617
+ sandbox?: Record<string, string | ({
618
+ attributes?: Record<string, string | number | boolean> | undefined;
619
+ plugin?: (string & {
620
+ readonly __kind: any;
621
+ }) | undefined;
622
+ accounts?: Record<string, string | ({
623
+ encryptedKey: string;
624
+ publicKeyHash: string & {
625
+ readonly __kind: any;
626
+ };
627
+ secretKey: string;
628
+ } & {
629
+ readonly __kind: any;
630
+ })> | undefined;
631
+ tzkt?: {
632
+ disableAutostartWithSandbox: boolean;
633
+ postgresqlPort: number;
634
+ apiPort: number;
635
+ } | undefined;
636
+ label: string & {
637
+ readonly __kind: any;
638
+ };
639
+ rpcUrl: string & {
640
+ readonly __kind: any;
641
+ };
642
+ protocol: string & {
643
+ readonly __kind: any;
644
+ };
645
+ } & {
646
+ readonly __kind: any;
647
+ })> | undefined;
648
+ environment?: Record<string, string | Flatten<{
649
+ storage?: Record<string, any> | undefined;
650
+ aliases?: Record<string, any> | undefined;
651
+ networks: string[];
652
+ sandboxes: string[];
653
+ } & {
654
+ readonly __kind: any;
655
+ }>> | undefined;
656
+ metadata?: ({
657
+ name?: string | undefined;
658
+ projectDescription?: string | undefined;
659
+ authors?: string[] | undefined;
660
+ license?: string | undefined;
661
+ homepage?: string | undefined;
662
+ } & {
663
+ readonly __kind: any;
664
+ }) | undefined;
665
+ hash: string & {
666
+ readonly __kind: any;
667
+ };
668
+ accounts: Record<string, string | number>;
669
+ plugins: ({
670
+ type: "npm" | "binary" | "deno";
671
+ name: string;
672
+ } & {
673
+ readonly __kind: any;
674
+ })[];
675
+ contractsDir: string;
676
+ artifactsDir: string;
677
+ projectDir: string & {
678
+ readonly __kind: any;
679
+ };
680
+ configFile: string & {
681
+ readonly __kind: any;
682
+ };
683
+ }> & {
684
+ readonly __kind: any;
685
+ };
686
+ debug: boolean;
687
+ fromVsCode: boolean;
688
+ projectDir: string & {
689
+ readonly __kind: any;
690
+ };
691
+ _: (string | number)[];
692
+ maxConcurrency: number;
693
+ disableState: boolean;
694
+ logPluginRequests: boolean;
695
+ env: string;
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
+ quickstart?: 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, string | Flatten<{
773
+ label: string & {
774
+ readonly __kind: any;
775
+ };
776
+ rpcUrl: string & {
777
+ readonly __kind: any;
778
+ };
779
+ protocol: string & {
780
+ readonly __kind: any;
781
+ };
782
+ faucet: Flatten<{
783
+ pkh: string & {
784
+ readonly __kind: any;
785
+ };
786
+ mnemonic: string[];
787
+ email: string;
788
+ password: string;
789
+ amount: string;
790
+ activation_code: string;
791
+ } & {
792
+ readonly __kind: any;
793
+ }>;
794
+ } & {
795
+ readonly __kind: any;
796
+ }>> | undefined;
797
+ sandbox?: Record<string, string | ({
798
+ attributes?: Record<string, string | number | boolean> | undefined;
799
+ plugin?: (string & {
800
+ readonly __kind: any;
801
+ }) | undefined;
802
+ accounts?: Record<string, string | ({
803
+ encryptedKey: string;
804
+ publicKeyHash: string & {
805
+ readonly __kind: any;
806
+ };
807
+ secretKey: string;
808
+ } & {
809
+ readonly __kind: any;
810
+ })> | undefined;
811
+ tzkt?: {
812
+ disableAutostartWithSandbox: boolean;
813
+ postgresqlPort: number;
814
+ apiPort: number;
815
+ } | undefined;
816
+ label: string & {
817
+ readonly __kind: any;
818
+ };
819
+ rpcUrl: string & {
820
+ readonly __kind: any;
821
+ };
822
+ protocol: string & {
823
+ readonly __kind: any;
824
+ };
825
+ } & {
826
+ readonly __kind: any;
827
+ })> | undefined;
828
+ environment?: Record<string, string | Flatten<{
829
+ storage?: Record<string, any> | undefined;
830
+ aliases?: Record<string, any> | undefined;
831
+ networks: string[];
832
+ sandboxes: string[];
833
+ } & {
834
+ readonly __kind: any;
835
+ }>> | undefined;
836
+ metadata?: ({
837
+ name?: string | undefined;
838
+ projectDescription?: string | undefined;
839
+ authors?: string[] | undefined;
840
+ license?: string | undefined;
841
+ homepage?: string | undefined;
842
+ } & {
843
+ readonly __kind: any;
844
+ }) | undefined;
845
+ hash: string & {
846
+ readonly __kind: any;
847
+ };
848
+ accounts: Record<string, string | number>;
849
+ plugins: ({
850
+ type: "npm" | "binary" | "deno";
851
+ name: string;
852
+ } & {
853
+ readonly __kind: any;
854
+ })[];
855
+ contractsDir: string;
856
+ artifactsDir: string;
857
+ projectDir: string & {
858
+ readonly __kind: any;
859
+ };
860
+ configFile: string & {
861
+ readonly __kind: any;
862
+ };
863
+ }> & {
864
+ readonly __kind: any;
865
+ };
866
+ debug: boolean;
867
+ fromVsCode: boolean;
868
+ projectDir: string & {
869
+ readonly __kind: any;
870
+ };
871
+ _: (string | number)[];
872
+ maxConcurrency: number;
873
+ disableState: boolean;
874
+ logPluginRequests: boolean;
875
+ env: string;
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 declare type Operation = Flatten<z.infer<typeof generatedSchemas.schema>>;
1178
+ export declare 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 {};
1470
+ //# sourceMappingURL=Operation.d.ts.map