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