@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,1024 @@
1
+ import { z } from 'zod';
2
+ export declare const rawSchema: z.ZodObject<z.extendShape<{
3
+ template: z.ZodString;
4
+ command: z.ZodString;
5
+ description: z.ZodString;
6
+ hidden: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
7
+ options: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
8
+ shortFlag: z.ZodOptional<z.ZodString>;
9
+ flag: z.ZodString;
10
+ description: z.ZodString;
11
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
12
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
13
+ required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
14
+ boolean: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
15
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
16
+ }, "strip", z.ZodTypeAny, {
17
+ boolean?: boolean | undefined;
18
+ type?: "string" | "number" | "boolean" | undefined;
19
+ shortFlag?: string | undefined;
20
+ defaultValue?: string | number | boolean | undefined;
21
+ choices?: string[] | undefined;
22
+ required?: boolean | undefined;
23
+ description: string;
24
+ flag: string;
25
+ }, {
26
+ boolean?: boolean | undefined;
27
+ type?: "string" | "number" | "boolean" | undefined;
28
+ shortFlag?: string | undefined;
29
+ defaultValue?: string | number | boolean | undefined;
30
+ choices?: string[] | undefined;
31
+ required?: boolean | undefined;
32
+ description: string;
33
+ flag: string;
34
+ }>, "many">, {
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
+ }[], unknown>>;
44
+ positionals: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
45
+ placeholder: z.ZodString;
46
+ description: z.ZodString;
47
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
48
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
49
+ required: z.ZodOptional<z.ZodBoolean>;
50
+ }, "strip", z.ZodTypeAny, {
51
+ type?: "string" | "number" | "boolean" | undefined;
52
+ defaultValue?: string | number | boolean | undefined;
53
+ required?: boolean | undefined;
54
+ description: string;
55
+ placeholder: string;
56
+ }, {
57
+ type?: "string" | "number" | "boolean" | undefined;
58
+ defaultValue?: string | number | boolean | undefined;
59
+ required?: boolean | undefined;
60
+ description: string;
61
+ placeholder: string;
62
+ }>, "many">, {
63
+ type?: "string" | "number" | "boolean" | undefined;
64
+ defaultValue?: string | number | boolean | undefined;
65
+ required?: boolean | undefined;
66
+ description: string;
67
+ placeholder: string;
68
+ }[], unknown>>;
69
+ handler: z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
70
+ plugin?: string | undefined;
71
+ version?: boolean | undefined;
72
+ build?: boolean | undefined;
73
+ help?: boolean | undefined;
74
+ yes?: boolean | undefined;
75
+ quickstart?: string | undefined;
76
+ pluginName?: string | undefined;
77
+ config: import("@taqueria/protocol/Base").Flatten<{
78
+ language?: "en" | "fr" | undefined;
79
+ contracts?: Record<string, {
80
+ sourceFile: string;
81
+ hash: string & {
82
+ readonly __kind: any;
83
+ };
84
+ }> | undefined;
85
+ network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
86
+ label: string & {
87
+ readonly __kind: any;
88
+ };
89
+ rpcUrl: string & {
90
+ readonly __kind: any;
91
+ };
92
+ protocol: string & {
93
+ readonly __kind: any;
94
+ };
95
+ faucet: import("@taqueria/protocol/Base").Flatten<{
96
+ pkh: string & {
97
+ readonly __kind: any;
98
+ };
99
+ mnemonic: string[];
100
+ email: string;
101
+ password: string;
102
+ amount: string;
103
+ activation_code: string;
104
+ } & {
105
+ readonly __kind: any;
106
+ }>;
107
+ } & {
108
+ readonly __kind: any;
109
+ }>> | undefined;
110
+ sandbox?: Record<string, string | ({
111
+ attributes?: Record<string, string | number | boolean> | undefined;
112
+ plugin?: (string & {
113
+ readonly __kind: any;
114
+ }) | undefined;
115
+ accounts?: Record<string, string | ({
116
+ encryptedKey: string;
117
+ publicKeyHash: string & {
118
+ readonly __kind: any;
119
+ };
120
+ secretKey: string;
121
+ } & {
122
+ readonly __kind: any;
123
+ })> | undefined;
124
+ tzkt?: {
125
+ disableAutostartWithSandbox: boolean;
126
+ postgresqlPort: number;
127
+ apiPort: number;
128
+ } | undefined;
129
+ label: string & {
130
+ readonly __kind: any;
131
+ };
132
+ rpcUrl: string & {
133
+ readonly __kind: any;
134
+ };
135
+ protocol: string & {
136
+ readonly __kind: any;
137
+ };
138
+ } & {
139
+ readonly __kind: any;
140
+ })> | undefined;
141
+ environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
142
+ storage?: Record<string, any> | undefined;
143
+ aliases?: Record<string, any> | undefined;
144
+ networks: string[];
145
+ sandboxes: string[];
146
+ } & {
147
+ readonly __kind: any;
148
+ }>> | undefined;
149
+ metadata?: ({
150
+ name?: string | undefined;
151
+ projectDescription?: string | undefined;
152
+ authors?: string[] | undefined;
153
+ license?: string | undefined;
154
+ homepage?: string | undefined;
155
+ } & {
156
+ readonly __kind: any;
157
+ }) | undefined;
158
+ hash: string & {
159
+ readonly __kind: any;
160
+ };
161
+ accounts: Record<string, string | number>;
162
+ plugins: ({
163
+ type: "npm" | "binary" | "deno";
164
+ name: string;
165
+ } & {
166
+ readonly __kind: any;
167
+ })[];
168
+ contractsDir: string;
169
+ artifactsDir: string;
170
+ projectDir: string & {
171
+ readonly __kind: any;
172
+ };
173
+ configFile: string & {
174
+ readonly __kind: any;
175
+ };
176
+ }> & {
177
+ readonly __kind: any;
178
+ };
179
+ debug: boolean;
180
+ fromVsCode: boolean;
181
+ projectDir: string & {
182
+ readonly __kind: any;
183
+ };
184
+ _: (string | number)[];
185
+ maxConcurrency: number;
186
+ disableState: boolean;
187
+ logPluginRequests: boolean;
188
+ env: string;
189
+ setBuild: string;
190
+ setVersion: string;
191
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
192
+ } & {
193
+ readonly __kind: any;
194
+ }, any>, {
195
+ plugin?: string | undefined;
196
+ version?: boolean | undefined;
197
+ build?: boolean | undefined;
198
+ help?: boolean | undefined;
199
+ yes?: boolean | undefined;
200
+ quickstart?: string | undefined;
201
+ pluginName?: string | undefined;
202
+ config: import("@taqueria/protocol/Base").Flatten<{
203
+ language?: "en" | "fr" | undefined;
204
+ contracts?: Record<string, {
205
+ sourceFile: string;
206
+ hash: string & {
207
+ readonly __kind: any;
208
+ };
209
+ }> | undefined;
210
+ network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
211
+ label: string & {
212
+ readonly __kind: any;
213
+ };
214
+ rpcUrl: string & {
215
+ readonly __kind: any;
216
+ };
217
+ protocol: string & {
218
+ readonly __kind: any;
219
+ };
220
+ faucet: import("@taqueria/protocol/Base").Flatten<{
221
+ pkh: string & {
222
+ readonly __kind: any;
223
+ };
224
+ mnemonic: string[];
225
+ email: string;
226
+ password: string;
227
+ amount: string;
228
+ activation_code: string;
229
+ } & {
230
+ readonly __kind: any;
231
+ }>;
232
+ } & {
233
+ readonly __kind: any;
234
+ }>> | undefined;
235
+ sandbox?: Record<string, string | ({
236
+ attributes?: Record<string, string | number | boolean> | undefined;
237
+ plugin?: (string & {
238
+ readonly __kind: any;
239
+ }) | undefined;
240
+ accounts?: Record<string, string | ({
241
+ encryptedKey: string;
242
+ publicKeyHash: string & {
243
+ readonly __kind: any;
244
+ };
245
+ secretKey: string;
246
+ } & {
247
+ readonly __kind: any;
248
+ })> | undefined;
249
+ tzkt?: {
250
+ disableAutostartWithSandbox: boolean;
251
+ postgresqlPort: number;
252
+ apiPort: number;
253
+ } | undefined;
254
+ label: string & {
255
+ readonly __kind: any;
256
+ };
257
+ rpcUrl: string & {
258
+ readonly __kind: any;
259
+ };
260
+ protocol: string & {
261
+ readonly __kind: any;
262
+ };
263
+ } & {
264
+ readonly __kind: any;
265
+ })> | undefined;
266
+ environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
267
+ storage?: Record<string, any> | undefined;
268
+ aliases?: Record<string, any> | undefined;
269
+ networks: string[];
270
+ sandboxes: string[];
271
+ } & {
272
+ readonly __kind: any;
273
+ }>> | undefined;
274
+ metadata?: ({
275
+ name?: string | undefined;
276
+ projectDescription?: string | undefined;
277
+ authors?: string[] | undefined;
278
+ license?: string | undefined;
279
+ homepage?: string | undefined;
280
+ } & {
281
+ readonly __kind: any;
282
+ }) | undefined;
283
+ hash: string & {
284
+ readonly __kind: any;
285
+ };
286
+ accounts: Record<string, string | number>;
287
+ plugins: ({
288
+ type: "npm" | "binary" | "deno";
289
+ name: string;
290
+ } & {
291
+ readonly __kind: any;
292
+ })[];
293
+ contractsDir: string;
294
+ artifactsDir: string;
295
+ projectDir: string & {
296
+ readonly __kind: any;
297
+ };
298
+ configFile: string & {
299
+ readonly __kind: any;
300
+ };
301
+ }> & {
302
+ readonly __kind: any;
303
+ };
304
+ debug: boolean;
305
+ fromVsCode: boolean;
306
+ projectDir: string & {
307
+ readonly __kind: any;
308
+ };
309
+ _: (string | number)[];
310
+ maxConcurrency: number;
311
+ disableState: boolean;
312
+ logPluginRequests: boolean;
313
+ env: string;
314
+ setBuild: string;
315
+ setVersion: string;
316
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
317
+ } & {
318
+ readonly __kind: any;
319
+ }, any>], z.ZodUnknown>, z.ZodUnion<[z.ZodVoid, z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
320
+ data?: unknown;
321
+ render?: "string" | "none" | "table" | undefined;
322
+ } & {
323
+ readonly __kind: any;
324
+ }, any>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodPromise<z.ZodUnion<[z.ZodPromise<z.ZodVoid>, z.ZodVoid, z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
325
+ data?: unknown;
326
+ render?: "string" | "none" | "table" | undefined;
327
+ } & {
328
+ readonly __kind: any;
329
+ }, any>, z.ZodType<any, z.ZodTypeDef, any>]>>]>>]>;
330
+ encoding: z.ZodOptional<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, ("none" | "json" | "application/json" | undefined) & {
331
+ readonly __kind: any;
332
+ }, any>>;
333
+ }, {
334
+ handler: z.ZodString;
335
+ encoding: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, ("none" | "json" | "application/json" | undefined) & {
336
+ readonly __kind: any;
337
+ }, any>;
338
+ }>, "strip", z.ZodTypeAny, {
339
+ options?: {
340
+ boolean?: boolean | undefined;
341
+ type?: "string" | "number" | "boolean" | undefined;
342
+ shortFlag?: string | undefined;
343
+ defaultValue?: string | number | boolean | undefined;
344
+ choices?: string[] | undefined;
345
+ required?: boolean | undefined;
346
+ description: string;
347
+ flag: string;
348
+ }[] | undefined;
349
+ positionals?: {
350
+ type?: "string" | "number" | "boolean" | undefined;
351
+ defaultValue?: string | number | boolean | undefined;
352
+ required?: boolean | undefined;
353
+ description: string;
354
+ placeholder: string;
355
+ }[] | undefined;
356
+ hidden?: boolean | undefined;
357
+ description: string;
358
+ template: string;
359
+ command: string;
360
+ handler: string;
361
+ encoding: ("none" | "json" | "application/json" | undefined) & {
362
+ readonly __kind: any;
363
+ };
364
+ }, {
365
+ options?: unknown;
366
+ positionals?: unknown;
367
+ hidden?: unknown;
368
+ encoding?: any;
369
+ description: string;
370
+ template: string;
371
+ command: string;
372
+ handler: string;
373
+ }>;
374
+ export declare const generatedSchemas: {
375
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
376
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
377
+ schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
378
+ options?: import("@taqueria/protocol/Base").Flatten<{
379
+ boolean?: boolean | undefined;
380
+ type?: "string" | "number" | "boolean" | undefined;
381
+ shortFlag?: (string & {
382
+ readonly __kind: any;
383
+ }) | undefined;
384
+ defaultValue?: string | number | boolean | undefined;
385
+ choices?: string[] | undefined;
386
+ required?: boolean | undefined;
387
+ description: string;
388
+ flag: string & {
389
+ readonly __kind: any;
390
+ };
391
+ } & {
392
+ readonly __kind: any;
393
+ }>[] | undefined;
394
+ positionals?: ({
395
+ type?: "string" | "number" | "boolean" | undefined;
396
+ defaultValue?: string | number | boolean | undefined;
397
+ required?: boolean | undefined;
398
+ description: string;
399
+ placeholder: string & {
400
+ readonly __kind: any;
401
+ };
402
+ } & {
403
+ readonly __kind: any;
404
+ })[] | undefined;
405
+ hidden?: boolean | undefined;
406
+ description: string;
407
+ template: string & {
408
+ readonly __kind: any;
409
+ };
410
+ command: string & {
411
+ readonly __kind: any;
412
+ };
413
+ handler: string;
414
+ encoding: ("none" | "json" | "application/json" | undefined) & {
415
+ readonly __kind: any;
416
+ };
417
+ } & {
418
+ readonly __kind: any;
419
+ }, any>;
420
+ }, factory: {
421
+ make: (input: {
422
+ options?: import("@taqueria/protocol/Base").Flatten<{
423
+ boolean?: boolean | undefined;
424
+ type?: "string" | "number" | "boolean" | undefined;
425
+ shortFlag?: (string & {
426
+ readonly __kind: any;
427
+ }) | undefined;
428
+ defaultValue?: string | number | boolean | undefined;
429
+ choices?: string[] | undefined;
430
+ required?: boolean | undefined;
431
+ description: string;
432
+ flag: string & {
433
+ readonly __kind: any;
434
+ };
435
+ } & {
436
+ readonly __kind: any;
437
+ }>[] | undefined;
438
+ positionals?: ({
439
+ type?: "string" | "number" | "boolean" | undefined;
440
+ defaultValue?: string | number | boolean | undefined;
441
+ required?: boolean | undefined;
442
+ description: string;
443
+ placeholder: string & {
444
+ readonly __kind: any;
445
+ };
446
+ } & {
447
+ readonly __kind: any;
448
+ })[] | undefined;
449
+ hidden?: boolean | undefined;
450
+ description: string;
451
+ template: string & {
452
+ readonly __kind: any;
453
+ };
454
+ command: string & {
455
+ readonly __kind: any;
456
+ };
457
+ handler: string;
458
+ encoding: ("none" | "json" | "application/json" | undefined) & {
459
+ readonly __kind: any;
460
+ };
461
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
462
+ options?: import("@taqueria/protocol/Base").Flatten<{
463
+ boolean?: boolean | undefined;
464
+ type?: "string" | "number" | "boolean" | undefined;
465
+ shortFlag?: (string & {
466
+ readonly __kind: any;
467
+ }) | undefined;
468
+ defaultValue?: string | number | boolean | undefined;
469
+ choices?: string[] | undefined;
470
+ required?: boolean | undefined;
471
+ description: string;
472
+ flag: string & {
473
+ readonly __kind: any;
474
+ };
475
+ } & {
476
+ readonly __kind: any;
477
+ }>[] | undefined;
478
+ positionals?: ({
479
+ type?: "string" | "number" | "boolean" | undefined;
480
+ defaultValue?: string | number | boolean | undefined;
481
+ required?: boolean | undefined;
482
+ description: string;
483
+ placeholder: string & {
484
+ readonly __kind: any;
485
+ };
486
+ } & {
487
+ readonly __kind: any;
488
+ })[] | undefined;
489
+ hidden?: boolean | undefined;
490
+ description: string;
491
+ template: string & {
492
+ readonly __kind: any;
493
+ };
494
+ command: string & {
495
+ readonly __kind: any;
496
+ };
497
+ handler: string;
498
+ encoding: ("none" | "json" | "application/json" | undefined) & {
499
+ readonly __kind: any;
500
+ };
501
+ } & {
502
+ readonly __kind: any;
503
+ }>;
504
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
505
+ options?: import("@taqueria/protocol/Base").Flatten<{
506
+ boolean?: boolean | undefined;
507
+ type?: "string" | "number" | "boolean" | undefined;
508
+ shortFlag?: (string & {
509
+ readonly __kind: any;
510
+ }) | undefined;
511
+ defaultValue?: string | number | boolean | undefined;
512
+ choices?: string[] | undefined;
513
+ required?: boolean | undefined;
514
+ description: string;
515
+ flag: string & {
516
+ readonly __kind: any;
517
+ };
518
+ } & {
519
+ readonly __kind: any;
520
+ }>[] | undefined;
521
+ positionals?: ({
522
+ type?: "string" | "number" | "boolean" | undefined;
523
+ defaultValue?: string | number | boolean | undefined;
524
+ required?: boolean | undefined;
525
+ description: string;
526
+ placeholder: string & {
527
+ readonly __kind: any;
528
+ };
529
+ } & {
530
+ readonly __kind: any;
531
+ })[] | undefined;
532
+ hidden?: boolean | undefined;
533
+ description: string;
534
+ template: string & {
535
+ readonly __kind: any;
536
+ };
537
+ command: string & {
538
+ readonly __kind: any;
539
+ };
540
+ handler: string;
541
+ encoding: ("none" | "json" | "application/json" | undefined) & {
542
+ readonly __kind: any;
543
+ };
544
+ } & {
545
+ readonly __kind: any;
546
+ }>;
547
+ create: (input: {
548
+ options?: import("@taqueria/protocol/Base").Flatten<{
549
+ boolean?: boolean | undefined;
550
+ type?: "string" | "number" | "boolean" | undefined;
551
+ shortFlag?: (string & {
552
+ readonly __kind: any;
553
+ }) | undefined;
554
+ defaultValue?: string | number | boolean | undefined;
555
+ choices?: string[] | undefined;
556
+ required?: boolean | undefined;
557
+ description: string;
558
+ flag: string & {
559
+ readonly __kind: any;
560
+ };
561
+ } & {
562
+ readonly __kind: any;
563
+ }>[] | undefined;
564
+ positionals?: ({
565
+ type?: "string" | "number" | "boolean" | undefined;
566
+ defaultValue?: string | number | boolean | undefined;
567
+ required?: boolean | undefined;
568
+ description: string;
569
+ placeholder: string & {
570
+ readonly __kind: any;
571
+ };
572
+ } & {
573
+ readonly __kind: any;
574
+ })[] | undefined;
575
+ hidden?: boolean | undefined;
576
+ description: string;
577
+ template: string & {
578
+ readonly __kind: any;
579
+ };
580
+ command: string & {
581
+ readonly __kind: any;
582
+ };
583
+ handler: string;
584
+ encoding: ("none" | "json" | "application/json" | undefined) & {
585
+ readonly __kind: any;
586
+ };
587
+ } | {
588
+ options?: {
589
+ boolean?: boolean | undefined;
590
+ type?: "string" | "number" | "boolean" | undefined;
591
+ shortFlag?: string | undefined;
592
+ defaultValue?: string | number | boolean | undefined;
593
+ choices?: string[] | undefined;
594
+ required?: boolean | undefined;
595
+ description: string;
596
+ flag: string;
597
+ }[] | undefined;
598
+ positionals?: {
599
+ type?: "string" | "number" | "boolean" | undefined;
600
+ defaultValue?: string | number | boolean | undefined;
601
+ required?: boolean | undefined;
602
+ description: string;
603
+ placeholder: string;
604
+ }[] | undefined;
605
+ hidden?: boolean | undefined;
606
+ description: string;
607
+ template: string;
608
+ command: string;
609
+ handler: string;
610
+ encoding: ("none" | "json" | "application/json" | undefined) & {
611
+ readonly __kind: any;
612
+ };
613
+ }) => {
614
+ options?: import("@taqueria/protocol/Base").Flatten<{
615
+ boolean?: boolean | undefined;
616
+ type?: "string" | "number" | "boolean" | undefined;
617
+ shortFlag?: (string & {
618
+ readonly __kind: any;
619
+ }) | undefined;
620
+ defaultValue?: string | number | boolean | undefined;
621
+ choices?: string[] | undefined;
622
+ required?: boolean | undefined;
623
+ description: string;
624
+ flag: string & {
625
+ readonly __kind: any;
626
+ };
627
+ } & {
628
+ readonly __kind: any;
629
+ }>[] | undefined;
630
+ positionals?: ({
631
+ type?: "string" | "number" | "boolean" | undefined;
632
+ defaultValue?: string | number | boolean | undefined;
633
+ required?: boolean | undefined;
634
+ description: string;
635
+ placeholder: string & {
636
+ readonly __kind: any;
637
+ };
638
+ } & {
639
+ readonly __kind: any;
640
+ })[] | undefined;
641
+ hidden?: boolean | undefined;
642
+ description: string;
643
+ template: string & {
644
+ readonly __kind: any;
645
+ };
646
+ command: string & {
647
+ readonly __kind: any;
648
+ };
649
+ handler: string;
650
+ encoding: ("none" | "json" | "application/json" | undefined) & {
651
+ readonly __kind: any;
652
+ };
653
+ } & {
654
+ readonly __kind: any;
655
+ };
656
+ from: (input: unknown) => {
657
+ options?: import("@taqueria/protocol/Base").Flatten<{
658
+ boolean?: boolean | undefined;
659
+ type?: "string" | "number" | "boolean" | undefined;
660
+ shortFlag?: (string & {
661
+ readonly __kind: any;
662
+ }) | undefined;
663
+ defaultValue?: string | number | boolean | undefined;
664
+ choices?: string[] | undefined;
665
+ required?: boolean | undefined;
666
+ description: string;
667
+ flag: string & {
668
+ readonly __kind: any;
669
+ };
670
+ } & {
671
+ readonly __kind: any;
672
+ }>[] | undefined;
673
+ positionals?: ({
674
+ type?: "string" | "number" | "boolean" | undefined;
675
+ defaultValue?: string | number | boolean | undefined;
676
+ required?: boolean | undefined;
677
+ description: string;
678
+ placeholder: string & {
679
+ readonly __kind: any;
680
+ };
681
+ } & {
682
+ readonly __kind: any;
683
+ })[] | undefined;
684
+ hidden?: boolean | undefined;
685
+ description: string;
686
+ template: string & {
687
+ readonly __kind: any;
688
+ };
689
+ command: string & {
690
+ readonly __kind: any;
691
+ };
692
+ handler: string;
693
+ encoding: ("none" | "json" | "application/json" | undefined) & {
694
+ readonly __kind: any;
695
+ };
696
+ } & {
697
+ readonly __kind: any;
698
+ };
699
+ };
700
+ export declare type ParsedTemplate = z.infer<typeof generatedSchemas.schema>;
701
+ export declare type t = ParsedTemplate;
702
+ export declare const create: (input: {
703
+ options?: import("@taqueria/protocol/Base").Flatten<{
704
+ boolean?: boolean | undefined;
705
+ type?: "string" | "number" | "boolean" | undefined;
706
+ shortFlag?: (string & {
707
+ readonly __kind: any;
708
+ }) | undefined;
709
+ defaultValue?: string | number | boolean | undefined;
710
+ choices?: string[] | undefined;
711
+ required?: boolean | undefined;
712
+ description: string;
713
+ flag: string & {
714
+ readonly __kind: any;
715
+ };
716
+ } & {
717
+ readonly __kind: any;
718
+ }>[] | undefined;
719
+ positionals?: ({
720
+ type?: "string" | "number" | "boolean" | undefined;
721
+ defaultValue?: string | number | boolean | undefined;
722
+ required?: boolean | undefined;
723
+ description: string;
724
+ placeholder: string & {
725
+ readonly __kind: any;
726
+ };
727
+ } & {
728
+ readonly __kind: any;
729
+ })[] | undefined;
730
+ hidden?: boolean | undefined;
731
+ description: string;
732
+ template: string & {
733
+ readonly __kind: any;
734
+ };
735
+ command: string & {
736
+ readonly __kind: any;
737
+ };
738
+ handler: string;
739
+ encoding: ("none" | "json" | "application/json" | undefined) & {
740
+ readonly __kind: any;
741
+ };
742
+ } | {
743
+ options?: {
744
+ boolean?: boolean | undefined;
745
+ type?: "string" | "number" | "boolean" | undefined;
746
+ shortFlag?: string | undefined;
747
+ defaultValue?: string | number | boolean | undefined;
748
+ choices?: string[] | undefined;
749
+ required?: boolean | undefined;
750
+ description: string;
751
+ flag: string;
752
+ }[] | undefined;
753
+ positionals?: {
754
+ type?: "string" | "number" | "boolean" | undefined;
755
+ defaultValue?: string | number | boolean | undefined;
756
+ required?: boolean | undefined;
757
+ description: string;
758
+ placeholder: string;
759
+ }[] | undefined;
760
+ hidden?: boolean | undefined;
761
+ description: string;
762
+ template: string;
763
+ command: string;
764
+ handler: string;
765
+ encoding: ("none" | "json" | "application/json" | undefined) & {
766
+ readonly __kind: any;
767
+ };
768
+ }) => {
769
+ options?: import("@taqueria/protocol/Base").Flatten<{
770
+ boolean?: boolean | undefined;
771
+ type?: "string" | "number" | "boolean" | undefined;
772
+ shortFlag?: (string & {
773
+ readonly __kind: any;
774
+ }) | undefined;
775
+ defaultValue?: string | number | boolean | undefined;
776
+ choices?: string[] | undefined;
777
+ required?: boolean | undefined;
778
+ description: string;
779
+ flag: string & {
780
+ readonly __kind: any;
781
+ };
782
+ } & {
783
+ readonly __kind: any;
784
+ }>[] | undefined;
785
+ positionals?: ({
786
+ type?: "string" | "number" | "boolean" | undefined;
787
+ defaultValue?: string | number | boolean | undefined;
788
+ required?: boolean | undefined;
789
+ description: string;
790
+ placeholder: string & {
791
+ readonly __kind: any;
792
+ };
793
+ } & {
794
+ readonly __kind: any;
795
+ })[] | undefined;
796
+ hidden?: boolean | undefined;
797
+ description: string;
798
+ template: string & {
799
+ readonly __kind: any;
800
+ };
801
+ command: string & {
802
+ readonly __kind: any;
803
+ };
804
+ handler: string;
805
+ encoding: ("none" | "json" | "application/json" | undefined) & {
806
+ readonly __kind: any;
807
+ };
808
+ } & {
809
+ readonly __kind: any;
810
+ }, make: (input: {
811
+ options?: import("@taqueria/protocol/Base").Flatten<{
812
+ boolean?: boolean | undefined;
813
+ type?: "string" | "number" | "boolean" | undefined;
814
+ shortFlag?: (string & {
815
+ readonly __kind: any;
816
+ }) | undefined;
817
+ defaultValue?: string | number | boolean | undefined;
818
+ choices?: string[] | undefined;
819
+ required?: boolean | undefined;
820
+ description: string;
821
+ flag: string & {
822
+ readonly __kind: any;
823
+ };
824
+ } & {
825
+ readonly __kind: any;
826
+ }>[] | undefined;
827
+ positionals?: ({
828
+ type?: "string" | "number" | "boolean" | undefined;
829
+ defaultValue?: string | number | boolean | undefined;
830
+ required?: boolean | undefined;
831
+ description: string;
832
+ placeholder: string & {
833
+ readonly __kind: any;
834
+ };
835
+ } & {
836
+ readonly __kind: any;
837
+ })[] | undefined;
838
+ hidden?: boolean | undefined;
839
+ description: string;
840
+ template: string & {
841
+ readonly __kind: any;
842
+ };
843
+ command: string & {
844
+ readonly __kind: any;
845
+ };
846
+ handler: string;
847
+ encoding: ("none" | "json" | "application/json" | undefined) & {
848
+ readonly __kind: any;
849
+ };
850
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
851
+ options?: import("@taqueria/protocol/Base").Flatten<{
852
+ boolean?: boolean | undefined;
853
+ type?: "string" | "number" | "boolean" | undefined;
854
+ shortFlag?: (string & {
855
+ readonly __kind: any;
856
+ }) | undefined;
857
+ defaultValue?: string | number | boolean | undefined;
858
+ choices?: string[] | undefined;
859
+ required?: boolean | undefined;
860
+ description: string;
861
+ flag: string & {
862
+ readonly __kind: any;
863
+ };
864
+ } & {
865
+ readonly __kind: any;
866
+ }>[] | undefined;
867
+ positionals?: ({
868
+ type?: "string" | "number" | "boolean" | undefined;
869
+ defaultValue?: string | number | boolean | undefined;
870
+ required?: boolean | undefined;
871
+ description: string;
872
+ placeholder: string & {
873
+ readonly __kind: any;
874
+ };
875
+ } & {
876
+ readonly __kind: any;
877
+ })[] | undefined;
878
+ hidden?: boolean | undefined;
879
+ description: string;
880
+ template: string & {
881
+ readonly __kind: any;
882
+ };
883
+ command: string & {
884
+ readonly __kind: any;
885
+ };
886
+ handler: string;
887
+ encoding: ("none" | "json" | "application/json" | undefined) & {
888
+ readonly __kind: any;
889
+ };
890
+ } & {
891
+ readonly __kind: any;
892
+ }>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
893
+ options?: import("@taqueria/protocol/Base").Flatten<{
894
+ boolean?: boolean | undefined;
895
+ type?: "string" | "number" | "boolean" | undefined;
896
+ shortFlag?: (string & {
897
+ readonly __kind: any;
898
+ }) | undefined;
899
+ defaultValue?: string | number | boolean | undefined;
900
+ choices?: string[] | undefined;
901
+ required?: boolean | undefined;
902
+ description: string;
903
+ flag: string & {
904
+ readonly __kind: any;
905
+ };
906
+ } & {
907
+ readonly __kind: any;
908
+ }>[] | undefined;
909
+ positionals?: ({
910
+ type?: "string" | "number" | "boolean" | undefined;
911
+ defaultValue?: string | number | boolean | undefined;
912
+ required?: boolean | undefined;
913
+ description: string;
914
+ placeholder: string & {
915
+ readonly __kind: any;
916
+ };
917
+ } & {
918
+ readonly __kind: any;
919
+ })[] | undefined;
920
+ hidden?: boolean | undefined;
921
+ description: string;
922
+ template: string & {
923
+ readonly __kind: any;
924
+ };
925
+ command: string & {
926
+ readonly __kind: any;
927
+ };
928
+ handler: string;
929
+ encoding: ("none" | "json" | "application/json" | undefined) & {
930
+ readonly __kind: any;
931
+ };
932
+ } & {
933
+ readonly __kind: any;
934
+ }>;
935
+ export declare const schemas: {
936
+ schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
937
+ options?: import("@taqueria/protocol/Base").Flatten<{
938
+ boolean?: boolean | undefined;
939
+ type?: "string" | "number" | "boolean" | undefined;
940
+ shortFlag?: (string & {
941
+ readonly __kind: any;
942
+ }) | undefined;
943
+ defaultValue?: string | number | boolean | undefined;
944
+ choices?: string[] | undefined;
945
+ required?: boolean | undefined;
946
+ description: string;
947
+ flag: string & {
948
+ readonly __kind: any;
949
+ };
950
+ } & {
951
+ readonly __kind: any;
952
+ }>[] | undefined;
953
+ positionals?: ({
954
+ type?: "string" | "number" | "boolean" | undefined;
955
+ defaultValue?: string | number | boolean | undefined;
956
+ required?: boolean | undefined;
957
+ description: string;
958
+ placeholder: string & {
959
+ readonly __kind: any;
960
+ };
961
+ } & {
962
+ readonly __kind: any;
963
+ })[] | undefined;
964
+ hidden?: boolean | undefined;
965
+ description: string;
966
+ template: string & {
967
+ readonly __kind: any;
968
+ };
969
+ command: string & {
970
+ readonly __kind: any;
971
+ };
972
+ handler: string;
973
+ encoding: ("none" | "json" | "application/json" | undefined) & {
974
+ readonly __kind: any;
975
+ };
976
+ } & {
977
+ readonly __kind: any;
978
+ }, any>, {
979
+ options?: import("@taqueria/protocol/Base").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
+ positionals?: ({
996
+ type?: "string" | "number" | "boolean" | undefined;
997
+ defaultValue?: string | number | boolean | undefined;
998
+ required?: boolean | undefined;
999
+ description: string;
1000
+ placeholder: string & {
1001
+ readonly __kind: any;
1002
+ };
1003
+ } & {
1004
+ readonly __kind: any;
1005
+ })[] | undefined;
1006
+ hidden?: boolean | undefined;
1007
+ description: string;
1008
+ template: string & {
1009
+ readonly __kind: any;
1010
+ };
1011
+ command: string & {
1012
+ readonly __kind: any;
1013
+ };
1014
+ handler: string;
1015
+ encoding: ("none" | "json" | "application/json" | undefined) & {
1016
+ readonly __kind: any;
1017
+ };
1018
+ } & {
1019
+ readonly __kind: any;
1020
+ }, any>;
1021
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
1022
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
1023
+ };
1024
+ //# sourceMappingURL=ParsedTemplate.d.ts.map