@taqueria/protocol 0.16.0 → 0.18.0

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