@taqueria/protocol 0.16.0 → 0.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/Alias.d.ts +42 -0
  2. package/Alias.d.ts.map +1 -0
  3. package/Alias.js +70 -0
  4. package/Alias.js.map +1 -0
  5. package/Alias.mjs +34 -0
  6. package/Alias.mjs.map +1 -0
  7. package/Base.d.ts +48 -0
  8. package/Base.d.ts.map +1 -0
  9. package/Base.js +83 -0
  10. package/Base.js.map +1 -0
  11. package/Base.mjs +57 -0
  12. package/Base.mjs.map +1 -0
  13. package/Command.d.ts +24 -0
  14. package/Command.d.ts.map +1 -0
  15. package/Command.js +61 -0
  16. package/Command.js.map +1 -0
  17. package/Command.mjs +25 -0
  18. package/Command.mjs.map +1 -0
  19. package/Config.d.ts +2055 -0
  20. package/Config.d.ts.map +1 -0
  21. package/Config.js +175 -0
  22. package/Config.js.map +1 -0
  23. package/Config.mjs +135 -0
  24. package/Config.mjs.map +1 -0
  25. package/Contract.d.ts +82 -0
  26. package/Contract.d.ts.map +1 -0
  27. package/Contract.js +68 -0
  28. package/Contract.js.map +1 -0
  29. package/Contract.mjs +32 -0
  30. package/Contract.mjs.map +1 -0
  31. package/Crypto.d.ts +4 -0
  32. package/Crypto.d.ts.map +1 -0
  33. package/Crypto.js +35 -0
  34. package/Crypto.js.map +1 -0
  35. package/Crypto.mjs +10 -0
  36. package/Crypto.mjs.map +1 -0
  37. package/EconomicalProtocolHash.d.ts +41 -0
  38. package/EconomicalProtocolHash.d.ts.map +1 -0
  39. package/EconomicalProtocolHash.js +64 -0
  40. package/EconomicalProtocolHash.js.map +1 -0
  41. package/EconomicalProtocolHash.mjs +27 -0
  42. package/EconomicalProtocolHash.mjs.map +1 -0
  43. package/Environment.d.ts +134 -0
  44. package/Environment.d.ts.map +1 -0
  45. package/Environment.js +78 -0
  46. package/Environment.js.map +1 -0
  47. package/Environment.mjs +40 -0
  48. package/Environment.mjs.map +1 -0
  49. package/EphemeralState.d.ts +4556 -0
  50. package/EphemeralState.d.ts.map +1 -0
  51. package/EphemeralState.js +268 -0
  52. package/EphemeralState.js.map +1 -0
  53. package/EphemeralState.mjs +228 -0
  54. package/EphemeralState.mjs.map +1 -0
  55. package/Faucet.d.ts +203 -0
  56. package/Faucet.d.ts.map +1 -0
  57. package/Faucet.js +84 -0
  58. package/Faucet.js.map +1 -0
  59. package/Faucet.mjs +47 -0
  60. package/Faucet.mjs.map +1 -0
  61. package/HumanReadableIdentifier.d.ts +24 -0
  62. package/HumanReadableIdentifier.d.ts.map +1 -0
  63. package/HumanReadableIdentifier.js +61 -0
  64. package/HumanReadableIdentifier.js.map +1 -0
  65. package/HumanReadableIdentifier.mjs +25 -0
  66. package/HumanReadableIdentifier.mjs.map +1 -0
  67. package/InstalledPlugin.d.ts +92 -0
  68. package/InstalledPlugin.d.ts.map +1 -0
  69. package/InstalledPlugin.js +67 -0
  70. package/InstalledPlugin.js.map +1 -0
  71. package/InstalledPlugin.mjs +30 -0
  72. package/InstalledPlugin.mjs.map +1 -0
  73. package/LoadedConfig.d.ts +2318 -0
  74. package/LoadedConfig.d.ts.map +1 -0
  75. package/LoadedConfig.js +80 -0
  76. package/LoadedConfig.js.map +1 -0
  77. package/LoadedConfig.mjs +41 -0
  78. package/LoadedConfig.mjs.map +1 -0
  79. package/MetadataConfig.d.ts +155 -0
  80. package/MetadataConfig.d.ts.map +1 -0
  81. package/MetadataConfig.js +75 -0
  82. package/MetadataConfig.js.map +1 -0
  83. package/MetadataConfig.mjs +38 -0
  84. package/MetadataConfig.mjs.map +1 -0
  85. package/NetworkConfig.d.ts +424 -0
  86. package/NetworkConfig.d.ts.map +1 -0
  87. package/NetworkConfig.js +77 -0
  88. package/NetworkConfig.js.map +1 -0
  89. package/NetworkConfig.mjs +40 -0
  90. package/NetworkConfig.mjs.map +1 -0
  91. package/Operation.d.ts +1470 -0
  92. package/Operation.d.ts.map +1 -0
  93. package/Operation.js +98 -0
  94. package/Operation.js.map +1 -0
  95. package/Operation.mjs +60 -0
  96. package/Operation.mjs.map +1 -0
  97. package/Option.d.ts +309 -0
  98. package/Option.d.ts.map +1 -0
  99. package/Option.js +103 -0
  100. package/Option.js.map +1 -0
  101. package/Option.mjs +65 -0
  102. package/Option.mjs.map +1 -0
  103. package/ParsedOperation.d.ts +880 -0
  104. package/ParsedOperation.d.ts.map +1 -0
  105. package/ParsedOperation.js +63 -0
  106. package/ParsedOperation.js.map +1 -0
  107. package/ParsedOperation.mjs +26 -0
  108. package/ParsedOperation.mjs.map +1 -0
  109. package/ParsedTemplate.d.ts +1024 -0
  110. package/ParsedTemplate.d.ts.map +1 -0
  111. package/ParsedTemplate.js +71 -0
  112. package/ParsedTemplate.js.map +1 -0
  113. package/ParsedTemplate.mjs +34 -0
  114. package/ParsedTemplate.mjs.map +1 -0
  115. package/PersistentState.d.ts +575 -0
  116. package/PersistentState.d.ts.map +1 -0
  117. package/PersistentState.js +98 -0
  118. package/PersistentState.js.map +1 -0
  119. package/PersistentState.mjs +60 -0
  120. package/PersistentState.mjs.map +1 -0
  121. package/PluginActionName.d.ts +22 -0
  122. package/PluginActionName.d.ts.map +1 -0
  123. package/PluginActionName.js +48 -0
  124. package/PluginActionName.js.map +1 -0
  125. package/PluginActionName.mjs +23 -0
  126. package/PluginActionName.mjs.map +1 -0
  127. package/PluginDependenciesResponse.d.ts +152 -0
  128. package/PluginDependenciesResponse.d.ts.map +1 -0
  129. package/PluginDependenciesResponse.js +63 -0
  130. package/PluginDependenciesResponse.js.map +1 -0
  131. package/PluginDependenciesResponse.mjs +28 -0
  132. package/PluginDependenciesResponse.mjs.map +1 -0
  133. package/PluginInfo.d.ts +3418 -0
  134. package/PluginInfo.d.ts.map +1 -0
  135. package/PluginInfo.js +113 -0
  136. package/PluginInfo.js.map +1 -0
  137. package/PluginInfo.mjs +76 -0
  138. package/PluginInfo.mjs.map +1 -0
  139. package/PluginJsonResponse.d.ts +99 -0
  140. package/PluginJsonResponse.d.ts.map +1 -0
  141. package/PluginJsonResponse.js +59 -0
  142. package/PluginJsonResponse.js.map +1 -0
  143. package/PluginJsonResponse.mjs +25 -0
  144. package/PluginJsonResponse.mjs.map +1 -0
  145. package/PluginProxyResponse.d.ts +16 -0
  146. package/PluginProxyResponse.d.ts.map +1 -0
  147. package/PluginProxyResponse.js +61 -0
  148. package/PluginProxyResponse.js.map +1 -0
  149. package/PluginProxyResponse.mjs +25 -0
  150. package/PluginProxyResponse.mjs.map +1 -0
  151. package/PluginResponseEncoding.d.ts +32 -0
  152. package/PluginResponseEncoding.d.ts.map +1 -0
  153. package/PluginResponseEncoding.js +63 -0
  154. package/PluginResponseEncoding.js.map +1 -0
  155. package/PluginResponseEncoding.mjs +27 -0
  156. package/PluginResponseEncoding.mjs.map +1 -0
  157. package/PluginSchema.d.ts +7324 -0
  158. package/PluginSchema.d.ts.map +1 -0
  159. package/PluginSchema.js +107 -0
  160. package/PluginSchema.js.map +1 -0
  161. package/PluginSchema.mjs +70 -0
  162. package/PluginSchema.mjs.map +1 -0
  163. package/PositionalArg.d.ts +183 -0
  164. package/PositionalArg.d.ts.map +1 -0
  165. package/PositionalArg.js +78 -0
  166. package/PositionalArg.js.map +1 -0
  167. package/PositionalArg.mjs +41 -0
  168. package/PositionalArg.mjs.map +1 -0
  169. package/Provisioner.d.ts +269 -0
  170. package/Provisioner.d.ts.map +1 -0
  171. package/Provisioner.js +86 -0
  172. package/Provisioner.js.map +1 -0
  173. package/Provisioner.mjs +48 -0
  174. package/Provisioner.mjs.map +1 -0
  175. package/ProvisionerID.d.ts +41 -0
  176. package/ProvisionerID.d.ts.map +1 -0
  177. package/ProvisionerID.js +61 -0
  178. package/ProvisionerID.js.map +1 -0
  179. package/ProvisionerID.mjs +24 -0
  180. package/ProvisionerID.mjs.map +1 -0
  181. package/Provisions.d.ts +237 -0
  182. package/Provisions.d.ts.map +1 -0
  183. package/Provisions.js +93 -0
  184. package/Provisions.js.map +1 -0
  185. package/Provisions.mjs +57 -0
  186. package/Provisions.mjs.map +1 -0
  187. package/PublicKeyHash.d.ts +42 -0
  188. package/PublicKeyHash.d.ts.map +1 -0
  189. package/PublicKeyHash.js +65 -0
  190. package/PublicKeyHash.js.map +1 -0
  191. package/PublicKeyHash.mjs +28 -0
  192. package/PublicKeyHash.mjs.map +1 -0
  193. package/RequestArgs.d.ts +5548 -0
  194. package/RequestArgs.d.ts.map +1 -0
  195. package/RequestArgs.js +136 -0
  196. package/RequestArgs.js.map +1 -0
  197. package/RequestArgs.mjs +89 -0
  198. package/RequestArgs.mjs.map +1 -0
  199. package/SHA256.d.ts +29 -0
  200. package/SHA256.d.ts.map +1 -0
  201. package/SHA256.js +79 -0
  202. package/SHA256.js.map +1 -0
  203. package/SHA256.mjs +42 -0
  204. package/SHA256.mjs.map +1 -0
  205. package/SandboxAccountConfig.d.ts +145 -0
  206. package/SandboxAccountConfig.d.ts.map +1 -0
  207. package/SandboxAccountConfig.js +72 -0
  208. package/SandboxAccountConfig.js.map +1 -0
  209. package/SandboxAccountConfig.mjs +35 -0
  210. package/SandboxAccountConfig.mjs.map +1 -0
  211. package/SandboxConfig.d.ts +543 -0
  212. package/SandboxConfig.d.ts.map +1 -0
  213. package/SandboxConfig.js +103 -0
  214. package/SandboxConfig.js.map +1 -0
  215. package/SandboxConfig.mjs +66 -0
  216. package/SandboxConfig.mjs.map +1 -0
  217. package/SanitizedAbsPath.d.ts +41 -0
  218. package/SanitizedAbsPath.d.ts.map +1 -0
  219. package/SanitizedAbsPath.js +64 -0
  220. package/SanitizedAbsPath.js.map +1 -0
  221. package/SanitizedAbsPath.mjs +27 -0
  222. package/SanitizedAbsPath.mjs.map +1 -0
  223. package/SanitizedArgs.d.ts +2900 -0
  224. package/SanitizedArgs.d.ts.map +1 -0
  225. package/SanitizedArgs.js +269 -0
  226. package/SanitizedArgs.js.map +1 -0
  227. package/SanitizedArgs.mjs +197 -0
  228. package/SanitizedArgs.mjs.map +1 -0
  229. package/SanitizedPath.d.ts +24 -0
  230. package/SanitizedPath.d.ts.map +1 -0
  231. package/SanitizedPath.js +64 -0
  232. package/SanitizedPath.js.map +1 -0
  233. package/SanitizedPath.mjs +28 -0
  234. package/SanitizedPath.mjs.map +1 -0
  235. package/ScaffoldConfig.d.ts +5 -0
  236. package/ScaffoldConfig.d.ts.map +1 -0
  237. package/ScaffoldConfig.js +19 -0
  238. package/ScaffoldConfig.js.map +1 -0
  239. package/ScaffoldConfig.mjs +1 -0
  240. package/ScaffoldConfig.mjs.map +1 -0
  241. package/Settings.d.ts +75 -0
  242. package/Settings.d.ts.map +1 -0
  243. package/Settings.js +66 -0
  244. package/Settings.js.map +1 -0
  245. package/Settings.mjs +29 -0
  246. package/Settings.mjs.map +1 -0
  247. package/SingleChar.d.ts +41 -0
  248. package/SingleChar.d.ts.map +1 -0
  249. package/SingleChar.js +62 -0
  250. package/SingleChar.js.map +1 -0
  251. package/SingleChar.mjs +25 -0
  252. package/SingleChar.mjs.map +1 -0
  253. package/TaqError.d.ts +21 -0
  254. package/TaqError.d.ts.map +1 -0
  255. package/TaqError.js +65 -0
  256. package/TaqError.js.map +1 -0
  257. package/TaqError.mjs +35 -0
  258. package/TaqError.mjs.map +1 -0
  259. package/Task.d.ts +818 -0
  260. package/Task.d.ts.map +1 -0
  261. package/Task.js +95 -0
  262. package/Task.js.map +1 -0
  263. package/Task.mjs +58 -0
  264. package/Task.mjs.map +1 -0
  265. package/Template.d.ts +1738 -0
  266. package/Template.d.ts.map +1 -0
  267. package/Template.js +117 -0
  268. package/Template.js.map +1 -0
  269. package/Template.mjs +79 -0
  270. package/Template.mjs.map +1 -0
  271. package/Timestamp.d.ts +44 -0
  272. package/Timestamp.d.ts.map +1 -0
  273. package/Timestamp.js +65 -0
  274. package/Timestamp.js.map +1 -0
  275. package/Timestamp.mjs +27 -0
  276. package/Timestamp.mjs.map +1 -0
  277. package/Tz.d.ts +40 -0
  278. package/Tz.d.ts.map +1 -0
  279. package/Tz.js +62 -0
  280. package/Tz.js.map +1 -0
  281. package/Tz.mjs +25 -0
  282. package/Tz.mjs.map +1 -0
  283. package/Url.d.ts +42 -0
  284. package/Url.d.ts.map +1 -0
  285. package/Url.js +68 -0
  286. package/Url.js.map +1 -0
  287. package/Url.mjs +30 -0
  288. package/Url.mjs.map +1 -0
  289. package/Verb.d.ts +41 -0
  290. package/Verb.d.ts.map +1 -0
  291. package/Verb.js +62 -0
  292. package/Verb.js.map +1 -0
  293. package/Verb.mjs +25 -0
  294. package/Verb.mjs.map +1 -0
  295. package/VersionNumber.d.ts +24 -0
  296. package/VersionNumber.d.ts.map +1 -0
  297. package/VersionNumber.js +61 -0
  298. package/VersionNumber.js.map +1 -0
  299. package/VersionNumber.mjs +25 -0
  300. package/VersionNumber.mjs.map +1 -0
  301. package/i18n.d.ts +7 -0
  302. package/i18n.d.ts.map +1 -0
  303. package/i18n.js +96 -0
  304. package/i18n.js.map +1 -0
  305. package/i18n.mjs +67 -0
  306. package/i18n.mjs.map +1 -0
  307. package/package.json +31 -3
  308. package/{taqueria-protocol-types.ts → taqueria-protocol-types.d.ts} +1 -0
  309. package/taqueria-protocol-types.d.ts.map +1 -0
  310. package/taqueria-protocol-types.js +142 -0
  311. package/taqueria-protocol-types.js.map +1 -0
  312. package/taqueria-protocol-types.mjs +76 -0
  313. package/taqueria-protocol-types.mjs.map +1 -0
  314. package/tzkt-config.d.ts +109 -0
  315. package/tzkt-config.d.ts.map +1 -0
  316. package/tzkt-config.js +65 -0
  317. package/tzkt-config.js.map +1 -0
  318. package/tzkt-config.mjs +28 -0
  319. package/tzkt-config.mjs.map +1 -0
  320. package/Alias.ts +0 -38
  321. package/Base.ts +0 -105
  322. package/Command.ts +0 -26
  323. package/Config.ts +0 -163
  324. package/Contract.ts +0 -35
  325. package/Crypto.ts +0 -3
  326. package/EconomicalProtocolHash.ts +0 -26
  327. package/Environment.ts +0 -40
  328. package/EphemeralState.ts +0 -282
  329. package/Faucet.ts +0 -46
  330. package/HumanReadableIdentifier.ts +0 -26
  331. package/InstalledPlugin.ts +0 -28
  332. package/LoadedConfig.ts +0 -45
  333. package/MetadataConfig.ts +0 -37
  334. package/NetworkConfig.ts +0 -39
  335. package/Operation.ts +0 -70
  336. package/Option.ts +0 -64
  337. package/ParsedOperation.ts +0 -33
  338. package/ParsedTemplate.ts +0 -40
  339. package/PersistentState.ts +0 -69
  340. package/PluginActionName.ts +0 -28
  341. package/PluginDependenciesResponse.ts +0 -33
  342. package/PluginInfo.ts +0 -76
  343. package/PluginJsonResponse.ts +0 -26
  344. package/PluginProxyResponse.ts +0 -24
  345. package/PluginResponseEncoding.ts +0 -27
  346. package/PluginSchema.ts +0 -81
  347. package/PositionalArg.ts +0 -41
  348. package/Provisioner.ts +0 -61
  349. package/ProvisionerID.ts +0 -25
  350. package/Provisions.ts +0 -70
  351. package/PublicKeyHash.ts +0 -28
  352. package/RequestArgs.ts +0 -97
  353. package/SHA256.ts +0 -42
  354. package/SandboxAccountConfig.ts +0 -35
  355. package/SandboxConfig.ts +0 -66
  356. package/SanitizedAbsPath.ts +0 -23
  357. package/SanitizedArgs.ts +0 -213
  358. package/SanitizedPath.ts +0 -28
  359. package/ScaffoldConfig.ts +0 -6
  360. package/Settings.ts +0 -27
  361. package/SingleChar.ts +0 -23
  362. package/TaqError.ts +0 -78
  363. package/Task.ts +0 -57
  364. package/Template.ts +0 -77
  365. package/Timestamp.ts +0 -25
  366. package/Tz.ts +0 -22
  367. package/Url.ts +0 -28
  368. package/Verb.ts +0 -23
  369. package/VersionNumber.ts +0 -25
  370. package/i18n.ts +0 -74
  371. package/tzkt-config.ts +0 -27
@@ -0,0 +1,880 @@
1
+ import { z } from 'zod';
2
+ export declare const rawSchema: z.ZodObject<Omit<{
3
+ operation: z.ZodString;
4
+ command: z.ZodString;
5
+ description: z.ZodOptional<z.ZodString>;
6
+ positionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
7
+ placeholder: z.ZodString;
8
+ description: z.ZodString;
9
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
10
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
11
+ required: z.ZodOptional<z.ZodBoolean>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ type?: "string" | "number" | "boolean" | undefined;
14
+ defaultValue?: string | number | boolean | undefined;
15
+ required?: boolean | undefined;
16
+ description: string;
17
+ placeholder: string;
18
+ }, {
19
+ type?: "string" | "number" | "boolean" | undefined;
20
+ defaultValue?: string | number | boolean | undefined;
21
+ required?: boolean | undefined;
22
+ description: string;
23
+ placeholder: string;
24
+ }>, "many">>>;
25
+ options: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodObject<{
26
+ shortFlag: z.ZodOptional<z.ZodString>;
27
+ flag: z.ZodString;
28
+ description: z.ZodString;
29
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
30
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31
+ required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
32
+ boolean: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
33
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ boolean?: boolean | undefined;
36
+ type?: "string" | "number" | "boolean" | undefined;
37
+ shortFlag?: string | undefined;
38
+ defaultValue?: string | number | boolean | undefined;
39
+ choices?: string[] | undefined;
40
+ required?: boolean | undefined;
41
+ description: string;
42
+ flag: string;
43
+ }, {
44
+ boolean?: boolean | undefined;
45
+ type?: "string" | "number" | "boolean" | undefined;
46
+ shortFlag?: string | undefined;
47
+ defaultValue?: string | number | boolean | undefined;
48
+ choices?: string[] | undefined;
49
+ required?: boolean | undefined;
50
+ description: string;
51
+ flag: string;
52
+ }>, "many">>, {
53
+ boolean?: boolean | undefined;
54
+ type?: "string" | "number" | "boolean" | undefined;
55
+ shortFlag?: string | undefined;
56
+ defaultValue?: string | number | boolean | undefined;
57
+ choices?: string[] | undefined;
58
+ required?: boolean | undefined;
59
+ description: string;
60
+ flag: string;
61
+ }[] | undefined, unknown>;
62
+ handler: z.ZodEffects<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
63
+ operations: z.ZodRecord<z.ZodString, z.ZodObject<{
64
+ hash: z.ZodString;
65
+ time: z.ZodNumber;
66
+ output: z.ZodUnknown;
67
+ }, "strip", z.ZodTypeAny, {
68
+ output?: unknown;
69
+ hash: string;
70
+ time: number;
71
+ }, {
72
+ output?: unknown;
73
+ hash: string;
74
+ time: number;
75
+ }>>;
76
+ tasks: z.ZodRecord<z.ZodString, z.ZodObject<{
77
+ task: z.ZodType<any, z.ZodTypeDef, any>;
78
+ plugin: z.ZodString;
79
+ time: z.ZodNumber;
80
+ output: z.ZodUnknown;
81
+ }, "strip", z.ZodTypeAny, {
82
+ output?: unknown;
83
+ task?: any;
84
+ plugin: string;
85
+ time: number;
86
+ }, {
87
+ output?: unknown;
88
+ task?: any;
89
+ plugin: string;
90
+ time: number;
91
+ }>>;
92
+ }, "strip", z.ZodTypeAny, {
93
+ operations: Record<string, {
94
+ output?: unknown;
95
+ hash: string;
96
+ time: number;
97
+ }>;
98
+ tasks: Record<string, {
99
+ output?: unknown;
100
+ task?: any;
101
+ plugin: string;
102
+ time: number;
103
+ }>;
104
+ }, {
105
+ operations: Record<string, {
106
+ output?: unknown;
107
+ hash: string;
108
+ time: number;
109
+ }>;
110
+ tasks: Record<string, {
111
+ output?: unknown;
112
+ task?: any;
113
+ plugin: string;
114
+ time: number;
115
+ }>;
116
+ }>], z.ZodUnknown>, z.ZodFunction<z.ZodTuple<[z.ZodType<any, z.ZodTypeDef, any>], z.ZodUnknown>, z.ZodUnknown>>, (state: {
117
+ operations: Record<string, {
118
+ output?: unknown;
119
+ hash: string & {
120
+ readonly __kind: any;
121
+ };
122
+ time: number & {
123
+ readonly __kind: any;
124
+ };
125
+ }>;
126
+ tasks: Record<string, {
127
+ output?: unknown;
128
+ plugin: string;
129
+ time: number & {
130
+ readonly __kind: any;
131
+ };
132
+ task: string & {
133
+ readonly __kind: any;
134
+ };
135
+ }>;
136
+ } & {
137
+ readonly __kind: any;
138
+ }) => <T extends {
139
+ plugin?: string | undefined;
140
+ version?: boolean | undefined;
141
+ build?: boolean | undefined;
142
+ help?: boolean | undefined;
143
+ yes?: boolean | undefined;
144
+ quickstart?: string | undefined;
145
+ pluginName?: string | undefined;
146
+ config: import("@taqueria/protocol/Base").Flatten<{
147
+ language?: "en" | "fr" | undefined;
148
+ contracts?: Record<string, {
149
+ sourceFile: string;
150
+ hash: string & {
151
+ readonly __kind: any;
152
+ };
153
+ }> | undefined;
154
+ network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
155
+ label: string & {
156
+ readonly __kind: any;
157
+ };
158
+ rpcUrl: string & {
159
+ readonly __kind: any;
160
+ };
161
+ protocol: string & {
162
+ readonly __kind: any;
163
+ };
164
+ faucet: import("@taqueria/protocol/Base").Flatten<{
165
+ pkh: string & {
166
+ readonly __kind: any;
167
+ };
168
+ mnemonic: string[];
169
+ email: string;
170
+ password: string;
171
+ amount: string;
172
+ activation_code: string;
173
+ } & {
174
+ readonly __kind: any;
175
+ }>;
176
+ } & {
177
+ readonly __kind: any;
178
+ }>> | undefined;
179
+ sandbox?: Record<string, string | ({
180
+ attributes?: Record<string, string | number | boolean> | undefined;
181
+ plugin?: (string & {
182
+ readonly __kind: any;
183
+ }) | undefined;
184
+ accounts?: Record<string, string | ({
185
+ encryptedKey: string;
186
+ publicKeyHash: string & {
187
+ readonly __kind: any;
188
+ };
189
+ secretKey: string;
190
+ } & {
191
+ readonly __kind: any;
192
+ })> | undefined;
193
+ tzkt?: {
194
+ disableAutostartWithSandbox: boolean;
195
+ postgresqlPort: number;
196
+ apiPort: number;
197
+ } | undefined;
198
+ label: string & {
199
+ readonly __kind: any;
200
+ };
201
+ rpcUrl: string & {
202
+ readonly __kind: any;
203
+ };
204
+ protocol: string & {
205
+ readonly __kind: any;
206
+ };
207
+ } & {
208
+ readonly __kind: any;
209
+ })> | undefined;
210
+ environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
211
+ storage?: Record<string, any> | undefined;
212
+ aliases?: Record<string, any> | undefined;
213
+ networks: string[];
214
+ sandboxes: string[];
215
+ } & {
216
+ readonly __kind: any;
217
+ }>> | undefined;
218
+ metadata?: ({
219
+ name?: string | undefined;
220
+ projectDescription?: string | undefined;
221
+ authors?: string[] | undefined;
222
+ license?: string | undefined;
223
+ homepage?: string | undefined;
224
+ } & {
225
+ readonly __kind: any;
226
+ }) | undefined;
227
+ hash: string & {
228
+ readonly __kind: any;
229
+ };
230
+ accounts: Record<string, string | number>;
231
+ plugins: ({
232
+ type: "npm" | "binary" | "deno";
233
+ name: string;
234
+ } & {
235
+ readonly __kind: any;
236
+ })[];
237
+ contractsDir: string;
238
+ artifactsDir: string;
239
+ projectDir: string & {
240
+ readonly __kind: any;
241
+ };
242
+ configFile: string & {
243
+ readonly __kind: any;
244
+ };
245
+ }> & {
246
+ readonly __kind: any;
247
+ };
248
+ debug: boolean;
249
+ fromVsCode: boolean;
250
+ projectDir: string & {
251
+ readonly __kind: any;
252
+ };
253
+ _: (string | number)[];
254
+ maxConcurrency: number;
255
+ disableState: boolean;
256
+ logPluginRequests: boolean;
257
+ env: string;
258
+ setBuild: string;
259
+ setVersion: string;
260
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
261
+ } & {
262
+ readonly __kind: any;
263
+ }>(opts: T) => unknown, (args_0: {
264
+ operations: Record<string, {
265
+ output?: unknown;
266
+ hash: string;
267
+ time: number;
268
+ }>;
269
+ tasks: Record<string, {
270
+ output?: unknown;
271
+ task?: any;
272
+ plugin: string;
273
+ time: number;
274
+ }>;
275
+ }, ...args_1: unknown[]) => (args_0: any, ...args_1: unknown[]) => unknown>;
276
+ }, "handler">, "strip", z.ZodTypeAny, {
277
+ options?: {
278
+ boolean?: boolean | undefined;
279
+ type?: "string" | "number" | "boolean" | undefined;
280
+ shortFlag?: string | undefined;
281
+ defaultValue?: string | number | boolean | undefined;
282
+ choices?: string[] | undefined;
283
+ required?: boolean | undefined;
284
+ description: string;
285
+ flag: string;
286
+ }[] | undefined;
287
+ description?: string | undefined;
288
+ positionals?: {
289
+ type?: "string" | "number" | "boolean" | undefined;
290
+ defaultValue?: string | number | boolean | undefined;
291
+ required?: boolean | undefined;
292
+ description: string;
293
+ placeholder: string;
294
+ }[] | undefined;
295
+ operation: string;
296
+ command: string;
297
+ }, {
298
+ options?: unknown;
299
+ description?: string | undefined;
300
+ positionals?: {
301
+ type?: "string" | "number" | "boolean" | undefined;
302
+ defaultValue?: string | number | boolean | undefined;
303
+ required?: boolean | undefined;
304
+ description: string;
305
+ placeholder: string;
306
+ }[] | undefined;
307
+ operation: string;
308
+ command: string;
309
+ }>;
310
+ export declare const generatedSchemas: {
311
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
312
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
313
+ schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
314
+ options?: import("@taqueria/protocol/Base").Flatten<{
315
+ boolean?: boolean | undefined;
316
+ type?: "string" | "number" | "boolean" | undefined;
317
+ shortFlag?: (string & {
318
+ readonly __kind: any;
319
+ }) | undefined;
320
+ defaultValue?: string | number | boolean | undefined;
321
+ choices?: string[] | undefined;
322
+ required?: boolean | undefined;
323
+ description: string;
324
+ flag: string & {
325
+ readonly __kind: any;
326
+ };
327
+ } & {
328
+ readonly __kind: any;
329
+ }>[] | undefined;
330
+ description?: string | undefined;
331
+ positionals?: ({
332
+ type?: "string" | "number" | "boolean" | undefined;
333
+ defaultValue?: string | number | boolean | undefined;
334
+ required?: boolean | undefined;
335
+ description: string;
336
+ placeholder: string & {
337
+ readonly __kind: any;
338
+ };
339
+ } & {
340
+ readonly __kind: any;
341
+ })[] | undefined;
342
+ operation: string & {
343
+ readonly __kind: any;
344
+ };
345
+ command: string & {
346
+ readonly __kind: any;
347
+ };
348
+ } & {
349
+ readonly __kind: any;
350
+ }, any>;
351
+ }, factory: {
352
+ make: (input: {
353
+ options?: import("@taqueria/protocol/Base").Flatten<{
354
+ boolean?: boolean | undefined;
355
+ type?: "string" | "number" | "boolean" | undefined;
356
+ shortFlag?: (string & {
357
+ readonly __kind: any;
358
+ }) | undefined;
359
+ defaultValue?: string | number | boolean | undefined;
360
+ choices?: string[] | undefined;
361
+ required?: boolean | undefined;
362
+ description: string;
363
+ flag: string & {
364
+ readonly __kind: any;
365
+ };
366
+ } & {
367
+ readonly __kind: any;
368
+ }>[] | undefined;
369
+ description?: string | undefined;
370
+ positionals?: ({
371
+ type?: "string" | "number" | "boolean" | undefined;
372
+ defaultValue?: string | number | boolean | undefined;
373
+ required?: boolean | undefined;
374
+ description: string;
375
+ placeholder: string & {
376
+ readonly __kind: any;
377
+ };
378
+ } & {
379
+ readonly __kind: any;
380
+ })[] | undefined;
381
+ operation: string & {
382
+ readonly __kind: any;
383
+ };
384
+ command: string & {
385
+ readonly __kind: any;
386
+ };
387
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
388
+ options?: import("@taqueria/protocol/Base").Flatten<{
389
+ boolean?: boolean | undefined;
390
+ type?: "string" | "number" | "boolean" | undefined;
391
+ shortFlag?: (string & {
392
+ readonly __kind: any;
393
+ }) | undefined;
394
+ defaultValue?: string | number | boolean | undefined;
395
+ choices?: string[] | undefined;
396
+ required?: boolean | undefined;
397
+ description: string;
398
+ flag: string & {
399
+ readonly __kind: any;
400
+ };
401
+ } & {
402
+ readonly __kind: any;
403
+ }>[] | undefined;
404
+ description?: string | undefined;
405
+ positionals?: ({
406
+ type?: "string" | "number" | "boolean" | undefined;
407
+ defaultValue?: string | number | boolean | undefined;
408
+ required?: boolean | undefined;
409
+ description: string;
410
+ placeholder: string & {
411
+ readonly __kind: any;
412
+ };
413
+ } & {
414
+ readonly __kind: any;
415
+ })[] | undefined;
416
+ operation: string & {
417
+ readonly __kind: any;
418
+ };
419
+ command: string & {
420
+ readonly __kind: any;
421
+ };
422
+ } & {
423
+ readonly __kind: any;
424
+ }>;
425
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
426
+ options?: import("@taqueria/protocol/Base").Flatten<{
427
+ boolean?: boolean | undefined;
428
+ type?: "string" | "number" | "boolean" | undefined;
429
+ shortFlag?: (string & {
430
+ readonly __kind: any;
431
+ }) | undefined;
432
+ defaultValue?: string | number | boolean | undefined;
433
+ choices?: string[] | undefined;
434
+ required?: boolean | undefined;
435
+ description: string;
436
+ flag: string & {
437
+ readonly __kind: any;
438
+ };
439
+ } & {
440
+ readonly __kind: any;
441
+ }>[] | undefined;
442
+ description?: string | undefined;
443
+ positionals?: ({
444
+ type?: "string" | "number" | "boolean" | undefined;
445
+ defaultValue?: string | number | boolean | undefined;
446
+ required?: boolean | undefined;
447
+ description: string;
448
+ placeholder: string & {
449
+ readonly __kind: any;
450
+ };
451
+ } & {
452
+ readonly __kind: any;
453
+ })[] | undefined;
454
+ operation: string & {
455
+ readonly __kind: any;
456
+ };
457
+ command: string & {
458
+ readonly __kind: any;
459
+ };
460
+ } & {
461
+ readonly __kind: any;
462
+ }>;
463
+ create: (input: {
464
+ options?: import("@taqueria/protocol/Base").Flatten<{
465
+ boolean?: boolean | undefined;
466
+ type?: "string" | "number" | "boolean" | undefined;
467
+ shortFlag?: (string & {
468
+ readonly __kind: any;
469
+ }) | undefined;
470
+ defaultValue?: string | number | boolean | undefined;
471
+ choices?: string[] | undefined;
472
+ required?: boolean | undefined;
473
+ description: string;
474
+ flag: string & {
475
+ readonly __kind: any;
476
+ };
477
+ } & {
478
+ readonly __kind: any;
479
+ }>[] | undefined;
480
+ description?: string | undefined;
481
+ positionals?: ({
482
+ type?: "string" | "number" | "boolean" | undefined;
483
+ defaultValue?: string | number | boolean | undefined;
484
+ required?: boolean | undefined;
485
+ description: string;
486
+ placeholder: string & {
487
+ readonly __kind: any;
488
+ };
489
+ } & {
490
+ readonly __kind: any;
491
+ })[] | undefined;
492
+ operation: string & {
493
+ readonly __kind: any;
494
+ };
495
+ command: string & {
496
+ readonly __kind: any;
497
+ };
498
+ } | {
499
+ options?: {
500
+ boolean?: boolean | undefined;
501
+ type?: "string" | "number" | "boolean" | undefined;
502
+ shortFlag?: string | undefined;
503
+ defaultValue?: string | number | boolean | undefined;
504
+ choices?: string[] | undefined;
505
+ required?: boolean | undefined;
506
+ description: string;
507
+ flag: string;
508
+ }[] | undefined;
509
+ description?: string | undefined;
510
+ positionals?: {
511
+ type?: "string" | "number" | "boolean" | undefined;
512
+ defaultValue?: string | number | boolean | undefined;
513
+ required?: boolean | undefined;
514
+ description: string;
515
+ placeholder: string;
516
+ }[] | undefined;
517
+ operation: string;
518
+ command: string;
519
+ }) => {
520
+ options?: import("@taqueria/protocol/Base").Flatten<{
521
+ boolean?: boolean | undefined;
522
+ type?: "string" | "number" | "boolean" | undefined;
523
+ shortFlag?: (string & {
524
+ readonly __kind: any;
525
+ }) | undefined;
526
+ defaultValue?: string | number | boolean | undefined;
527
+ choices?: string[] | undefined;
528
+ required?: boolean | undefined;
529
+ description: string;
530
+ flag: string & {
531
+ readonly __kind: any;
532
+ };
533
+ } & {
534
+ readonly __kind: any;
535
+ }>[] | undefined;
536
+ description?: string | undefined;
537
+ positionals?: ({
538
+ type?: "string" | "number" | "boolean" | undefined;
539
+ defaultValue?: string | number | boolean | undefined;
540
+ required?: boolean | undefined;
541
+ description: string;
542
+ placeholder: string & {
543
+ readonly __kind: any;
544
+ };
545
+ } & {
546
+ readonly __kind: any;
547
+ })[] | undefined;
548
+ operation: string & {
549
+ readonly __kind: any;
550
+ };
551
+ command: string & {
552
+ readonly __kind: any;
553
+ };
554
+ } & {
555
+ readonly __kind: any;
556
+ };
557
+ from: (input: unknown) => {
558
+ options?: import("@taqueria/protocol/Base").Flatten<{
559
+ boolean?: boolean | undefined;
560
+ type?: "string" | "number" | "boolean" | undefined;
561
+ shortFlag?: (string & {
562
+ readonly __kind: any;
563
+ }) | undefined;
564
+ defaultValue?: string | number | boolean | undefined;
565
+ choices?: string[] | undefined;
566
+ required?: boolean | undefined;
567
+ description: string;
568
+ flag: string & {
569
+ readonly __kind: any;
570
+ };
571
+ } & {
572
+ readonly __kind: any;
573
+ }>[] | undefined;
574
+ description?: string | undefined;
575
+ positionals?: ({
576
+ type?: "string" | "number" | "boolean" | undefined;
577
+ defaultValue?: string | number | boolean | undefined;
578
+ required?: boolean | undefined;
579
+ description: string;
580
+ placeholder: string & {
581
+ readonly __kind: any;
582
+ };
583
+ } & {
584
+ readonly __kind: any;
585
+ })[] | undefined;
586
+ operation: string & {
587
+ readonly __kind: any;
588
+ };
589
+ command: string & {
590
+ readonly __kind: any;
591
+ };
592
+ } & {
593
+ readonly __kind: any;
594
+ };
595
+ };
596
+ export declare type ParsedOperation = z.infer<typeof generatedSchemas.schema>;
597
+ export declare type t = ParsedOperation;
598
+ export declare const create: (input: {
599
+ options?: import("@taqueria/protocol/Base").Flatten<{
600
+ boolean?: boolean | undefined;
601
+ type?: "string" | "number" | "boolean" | undefined;
602
+ shortFlag?: (string & {
603
+ readonly __kind: any;
604
+ }) | undefined;
605
+ defaultValue?: string | number | boolean | undefined;
606
+ choices?: string[] | undefined;
607
+ required?: boolean | undefined;
608
+ description: string;
609
+ flag: string & {
610
+ readonly __kind: any;
611
+ };
612
+ } & {
613
+ readonly __kind: any;
614
+ }>[] | undefined;
615
+ description?: string | undefined;
616
+ positionals?: ({
617
+ type?: "string" | "number" | "boolean" | undefined;
618
+ defaultValue?: string | number | boolean | undefined;
619
+ required?: boolean | undefined;
620
+ description: string;
621
+ placeholder: string & {
622
+ readonly __kind: any;
623
+ };
624
+ } & {
625
+ readonly __kind: any;
626
+ })[] | undefined;
627
+ operation: string & {
628
+ readonly __kind: any;
629
+ };
630
+ command: string & {
631
+ readonly __kind: any;
632
+ };
633
+ } | {
634
+ options?: {
635
+ boolean?: boolean | undefined;
636
+ type?: "string" | "number" | "boolean" | undefined;
637
+ shortFlag?: string | undefined;
638
+ defaultValue?: string | number | boolean | undefined;
639
+ choices?: string[] | undefined;
640
+ required?: boolean | undefined;
641
+ description: string;
642
+ flag: string;
643
+ }[] | undefined;
644
+ description?: string | undefined;
645
+ positionals?: {
646
+ type?: "string" | "number" | "boolean" | undefined;
647
+ defaultValue?: string | number | boolean | undefined;
648
+ required?: boolean | undefined;
649
+ description: string;
650
+ placeholder: string;
651
+ }[] | undefined;
652
+ operation: string;
653
+ command: string;
654
+ }) => {
655
+ options?: import("@taqueria/protocol/Base").Flatten<{
656
+ boolean?: boolean | undefined;
657
+ type?: "string" | "number" | "boolean" | undefined;
658
+ shortFlag?: (string & {
659
+ readonly __kind: any;
660
+ }) | undefined;
661
+ defaultValue?: string | number | boolean | undefined;
662
+ choices?: string[] | undefined;
663
+ required?: boolean | undefined;
664
+ description: string;
665
+ flag: string & {
666
+ readonly __kind: any;
667
+ };
668
+ } & {
669
+ readonly __kind: any;
670
+ }>[] | undefined;
671
+ description?: string | undefined;
672
+ positionals?: ({
673
+ type?: "string" | "number" | "boolean" | undefined;
674
+ defaultValue?: string | number | boolean | undefined;
675
+ required?: boolean | undefined;
676
+ description: string;
677
+ placeholder: string & {
678
+ readonly __kind: any;
679
+ };
680
+ } & {
681
+ readonly __kind: any;
682
+ })[] | undefined;
683
+ operation: string & {
684
+ readonly __kind: any;
685
+ };
686
+ command: string & {
687
+ readonly __kind: any;
688
+ };
689
+ } & {
690
+ readonly __kind: any;
691
+ }, make: (input: {
692
+ options?: import("@taqueria/protocol/Base").Flatten<{
693
+ boolean?: boolean | undefined;
694
+ type?: "string" | "number" | "boolean" | undefined;
695
+ shortFlag?: (string & {
696
+ readonly __kind: any;
697
+ }) | undefined;
698
+ defaultValue?: string | number | boolean | undefined;
699
+ choices?: string[] | undefined;
700
+ required?: boolean | undefined;
701
+ description: string;
702
+ flag: string & {
703
+ readonly __kind: any;
704
+ };
705
+ } & {
706
+ readonly __kind: any;
707
+ }>[] | undefined;
708
+ description?: string | undefined;
709
+ positionals?: ({
710
+ type?: "string" | "number" | "boolean" | undefined;
711
+ defaultValue?: string | number | boolean | undefined;
712
+ required?: boolean | undefined;
713
+ description: string;
714
+ placeholder: string & {
715
+ readonly __kind: any;
716
+ };
717
+ } & {
718
+ readonly __kind: any;
719
+ })[] | undefined;
720
+ operation: string & {
721
+ readonly __kind: any;
722
+ };
723
+ command: string & {
724
+ readonly __kind: any;
725
+ };
726
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
727
+ options?: import("@taqueria/protocol/Base").Flatten<{
728
+ boolean?: boolean | undefined;
729
+ type?: "string" | "number" | "boolean" | undefined;
730
+ shortFlag?: (string & {
731
+ readonly __kind: any;
732
+ }) | undefined;
733
+ defaultValue?: string | number | boolean | undefined;
734
+ choices?: string[] | undefined;
735
+ required?: boolean | undefined;
736
+ description: string;
737
+ flag: string & {
738
+ readonly __kind: any;
739
+ };
740
+ } & {
741
+ readonly __kind: any;
742
+ }>[] | undefined;
743
+ description?: string | undefined;
744
+ positionals?: ({
745
+ type?: "string" | "number" | "boolean" | undefined;
746
+ defaultValue?: string | number | boolean | undefined;
747
+ required?: boolean | undefined;
748
+ description: string;
749
+ placeholder: string & {
750
+ readonly __kind: any;
751
+ };
752
+ } & {
753
+ readonly __kind: any;
754
+ })[] | undefined;
755
+ operation: string & {
756
+ readonly __kind: any;
757
+ };
758
+ command: string & {
759
+ readonly __kind: any;
760
+ };
761
+ } & {
762
+ readonly __kind: any;
763
+ }>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
764
+ options?: import("@taqueria/protocol/Base").Flatten<{
765
+ boolean?: boolean | undefined;
766
+ type?: "string" | "number" | "boolean" | undefined;
767
+ shortFlag?: (string & {
768
+ readonly __kind: any;
769
+ }) | undefined;
770
+ defaultValue?: string | number | boolean | undefined;
771
+ choices?: string[] | undefined;
772
+ required?: boolean | undefined;
773
+ description: string;
774
+ flag: string & {
775
+ readonly __kind: any;
776
+ };
777
+ } & {
778
+ readonly __kind: any;
779
+ }>[] | undefined;
780
+ description?: string | undefined;
781
+ positionals?: ({
782
+ type?: "string" | "number" | "boolean" | undefined;
783
+ defaultValue?: string | number | boolean | undefined;
784
+ required?: boolean | undefined;
785
+ description: string;
786
+ placeholder: string & {
787
+ readonly __kind: any;
788
+ };
789
+ } & {
790
+ readonly __kind: any;
791
+ })[] | undefined;
792
+ operation: string & {
793
+ readonly __kind: any;
794
+ };
795
+ command: string & {
796
+ readonly __kind: any;
797
+ };
798
+ } & {
799
+ readonly __kind: any;
800
+ }>;
801
+ export declare const schemas: {
802
+ schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
803
+ options?: import("@taqueria/protocol/Base").Flatten<{
804
+ boolean?: boolean | undefined;
805
+ type?: "string" | "number" | "boolean" | undefined;
806
+ shortFlag?: (string & {
807
+ readonly __kind: any;
808
+ }) | undefined;
809
+ defaultValue?: string | number | boolean | undefined;
810
+ choices?: string[] | undefined;
811
+ required?: boolean | undefined;
812
+ description: string;
813
+ flag: string & {
814
+ readonly __kind: any;
815
+ };
816
+ } & {
817
+ readonly __kind: any;
818
+ }>[] | undefined;
819
+ description?: string | undefined;
820
+ positionals?: ({
821
+ type?: "string" | "number" | "boolean" | undefined;
822
+ defaultValue?: string | number | boolean | undefined;
823
+ required?: boolean | undefined;
824
+ description: string;
825
+ placeholder: string & {
826
+ readonly __kind: any;
827
+ };
828
+ } & {
829
+ readonly __kind: any;
830
+ })[] | undefined;
831
+ operation: string & {
832
+ readonly __kind: any;
833
+ };
834
+ command: string & {
835
+ readonly __kind: any;
836
+ };
837
+ } & {
838
+ readonly __kind: any;
839
+ }, any>, {
840
+ options?: import("@taqueria/protocol/Base").Flatten<{
841
+ boolean?: boolean | undefined;
842
+ type?: "string" | "number" | "boolean" | undefined;
843
+ shortFlag?: (string & {
844
+ readonly __kind: any;
845
+ }) | undefined;
846
+ defaultValue?: string | number | boolean | undefined;
847
+ choices?: string[] | undefined;
848
+ required?: boolean | undefined;
849
+ description: string;
850
+ flag: string & {
851
+ readonly __kind: any;
852
+ };
853
+ } & {
854
+ readonly __kind: any;
855
+ }>[] | undefined;
856
+ description?: string | undefined;
857
+ positionals?: ({
858
+ type?: "string" | "number" | "boolean" | undefined;
859
+ defaultValue?: string | number | boolean | undefined;
860
+ required?: boolean | undefined;
861
+ description: string;
862
+ placeholder: string & {
863
+ readonly __kind: any;
864
+ };
865
+ } & {
866
+ readonly __kind: any;
867
+ })[] | undefined;
868
+ operation: string & {
869
+ readonly __kind: any;
870
+ };
871
+ command: string & {
872
+ readonly __kind: any;
873
+ };
874
+ } & {
875
+ readonly __kind: any;
876
+ }, any>;
877
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
878
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
879
+ };
880
+ //# sourceMappingURL=ParsedOperation.d.ts.map