@taqueria/protocol 0.16.0 → 0.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/Alias.d.ts +42 -0
  2. package/Alias.d.ts.map +1 -0
  3. package/Alias.js +70 -0
  4. package/Alias.js.map +1 -0
  5. package/Alias.mjs +34 -0
  6. package/Alias.mjs.map +1 -0
  7. package/Base.d.ts +48 -0
  8. package/Base.d.ts.map +1 -0
  9. package/Base.js +83 -0
  10. package/Base.js.map +1 -0
  11. package/Base.mjs +57 -0
  12. package/Base.mjs.map +1 -0
  13. package/Command.d.ts +24 -0
  14. package/Command.d.ts.map +1 -0
  15. package/Command.js +61 -0
  16. package/Command.js.map +1 -0
  17. package/Command.mjs +25 -0
  18. package/Command.mjs.map +1 -0
  19. package/Config.d.ts +2055 -0
  20. package/Config.d.ts.map +1 -0
  21. package/Config.js +175 -0
  22. package/Config.js.map +1 -0
  23. package/Config.mjs +135 -0
  24. package/Config.mjs.map +1 -0
  25. package/Contract.d.ts +82 -0
  26. package/Contract.d.ts.map +1 -0
  27. package/Contract.js +68 -0
  28. package/Contract.js.map +1 -0
  29. package/Contract.mjs +32 -0
  30. package/Contract.mjs.map +1 -0
  31. package/Crypto.d.ts +4 -0
  32. package/Crypto.d.ts.map +1 -0
  33. package/Crypto.js +35 -0
  34. package/Crypto.js.map +1 -0
  35. package/Crypto.mjs +10 -0
  36. package/Crypto.mjs.map +1 -0
  37. package/EconomicalProtocolHash.d.ts +41 -0
  38. package/EconomicalProtocolHash.d.ts.map +1 -0
  39. package/EconomicalProtocolHash.js +64 -0
  40. package/EconomicalProtocolHash.js.map +1 -0
  41. package/EconomicalProtocolHash.mjs +27 -0
  42. package/EconomicalProtocolHash.mjs.map +1 -0
  43. package/Environment.d.ts +134 -0
  44. package/Environment.d.ts.map +1 -0
  45. package/Environment.js +78 -0
  46. package/Environment.js.map +1 -0
  47. package/Environment.mjs +40 -0
  48. package/Environment.mjs.map +1 -0
  49. package/EphemeralState.d.ts +4556 -0
  50. package/EphemeralState.d.ts.map +1 -0
  51. package/EphemeralState.js +268 -0
  52. package/EphemeralState.js.map +1 -0
  53. package/EphemeralState.mjs +228 -0
  54. package/EphemeralState.mjs.map +1 -0
  55. package/Faucet.d.ts +203 -0
  56. package/Faucet.d.ts.map +1 -0
  57. package/Faucet.js +84 -0
  58. package/Faucet.js.map +1 -0
  59. package/Faucet.mjs +47 -0
  60. package/Faucet.mjs.map +1 -0
  61. package/HumanReadableIdentifier.d.ts +24 -0
  62. package/HumanReadableIdentifier.d.ts.map +1 -0
  63. package/HumanReadableIdentifier.js +61 -0
  64. package/HumanReadableIdentifier.js.map +1 -0
  65. package/HumanReadableIdentifier.mjs +25 -0
  66. package/HumanReadableIdentifier.mjs.map +1 -0
  67. package/InstalledPlugin.d.ts +92 -0
  68. package/InstalledPlugin.d.ts.map +1 -0
  69. package/InstalledPlugin.js +67 -0
  70. package/InstalledPlugin.js.map +1 -0
  71. package/InstalledPlugin.mjs +30 -0
  72. package/InstalledPlugin.mjs.map +1 -0
  73. package/LoadedConfig.d.ts +2318 -0
  74. package/LoadedConfig.d.ts.map +1 -0
  75. package/LoadedConfig.js +80 -0
  76. package/LoadedConfig.js.map +1 -0
  77. package/LoadedConfig.mjs +41 -0
  78. package/LoadedConfig.mjs.map +1 -0
  79. package/MetadataConfig.d.ts +155 -0
  80. package/MetadataConfig.d.ts.map +1 -0
  81. package/MetadataConfig.js +75 -0
  82. package/MetadataConfig.js.map +1 -0
  83. package/MetadataConfig.mjs +38 -0
  84. package/MetadataConfig.mjs.map +1 -0
  85. package/NetworkConfig.d.ts +424 -0
  86. package/NetworkConfig.d.ts.map +1 -0
  87. package/NetworkConfig.js +77 -0
  88. package/NetworkConfig.js.map +1 -0
  89. package/NetworkConfig.mjs +40 -0
  90. package/NetworkConfig.mjs.map +1 -0
  91. package/Operation.d.ts +1470 -0
  92. package/Operation.d.ts.map +1 -0
  93. package/Operation.js +98 -0
  94. package/Operation.js.map +1 -0
  95. package/Operation.mjs +60 -0
  96. package/Operation.mjs.map +1 -0
  97. package/Option.d.ts +309 -0
  98. package/Option.d.ts.map +1 -0
  99. package/Option.js +103 -0
  100. package/Option.js.map +1 -0
  101. package/Option.mjs +65 -0
  102. package/Option.mjs.map +1 -0
  103. package/ParsedOperation.d.ts +880 -0
  104. package/ParsedOperation.d.ts.map +1 -0
  105. package/ParsedOperation.js +63 -0
  106. package/ParsedOperation.js.map +1 -0
  107. package/ParsedOperation.mjs +26 -0
  108. package/ParsedOperation.mjs.map +1 -0
  109. package/ParsedTemplate.d.ts +1024 -0
  110. package/ParsedTemplate.d.ts.map +1 -0
  111. package/ParsedTemplate.js +71 -0
  112. package/ParsedTemplate.js.map +1 -0
  113. package/ParsedTemplate.mjs +34 -0
  114. package/ParsedTemplate.mjs.map +1 -0
  115. package/PersistentState.d.ts +575 -0
  116. package/PersistentState.d.ts.map +1 -0
  117. package/PersistentState.js +98 -0
  118. package/PersistentState.js.map +1 -0
  119. package/PersistentState.mjs +60 -0
  120. package/PersistentState.mjs.map +1 -0
  121. package/PluginActionName.d.ts +22 -0
  122. package/PluginActionName.d.ts.map +1 -0
  123. package/PluginActionName.js +48 -0
  124. package/PluginActionName.js.map +1 -0
  125. package/PluginActionName.mjs +23 -0
  126. package/PluginActionName.mjs.map +1 -0
  127. package/PluginDependenciesResponse.d.ts +152 -0
  128. package/PluginDependenciesResponse.d.ts.map +1 -0
  129. package/PluginDependenciesResponse.js +63 -0
  130. package/PluginDependenciesResponse.js.map +1 -0
  131. package/PluginDependenciesResponse.mjs +28 -0
  132. package/PluginDependenciesResponse.mjs.map +1 -0
  133. package/PluginInfo.d.ts +3418 -0
  134. package/PluginInfo.d.ts.map +1 -0
  135. package/PluginInfo.js +113 -0
  136. package/PluginInfo.js.map +1 -0
  137. package/PluginInfo.mjs +76 -0
  138. package/PluginInfo.mjs.map +1 -0
  139. package/PluginJsonResponse.d.ts +99 -0
  140. package/PluginJsonResponse.d.ts.map +1 -0
  141. package/PluginJsonResponse.js +59 -0
  142. package/PluginJsonResponse.js.map +1 -0
  143. package/PluginJsonResponse.mjs +25 -0
  144. package/PluginJsonResponse.mjs.map +1 -0
  145. package/PluginProxyResponse.d.ts +16 -0
  146. package/PluginProxyResponse.d.ts.map +1 -0
  147. package/PluginProxyResponse.js +61 -0
  148. package/PluginProxyResponse.js.map +1 -0
  149. package/PluginProxyResponse.mjs +25 -0
  150. package/PluginProxyResponse.mjs.map +1 -0
  151. package/PluginResponseEncoding.d.ts +32 -0
  152. package/PluginResponseEncoding.d.ts.map +1 -0
  153. package/PluginResponseEncoding.js +63 -0
  154. package/PluginResponseEncoding.js.map +1 -0
  155. package/PluginResponseEncoding.mjs +27 -0
  156. package/PluginResponseEncoding.mjs.map +1 -0
  157. package/PluginSchema.d.ts +7324 -0
  158. package/PluginSchema.d.ts.map +1 -0
  159. package/PluginSchema.js +107 -0
  160. package/PluginSchema.js.map +1 -0
  161. package/PluginSchema.mjs +70 -0
  162. package/PluginSchema.mjs.map +1 -0
  163. package/PositionalArg.d.ts +183 -0
  164. package/PositionalArg.d.ts.map +1 -0
  165. package/PositionalArg.js +78 -0
  166. package/PositionalArg.js.map +1 -0
  167. package/PositionalArg.mjs +41 -0
  168. package/PositionalArg.mjs.map +1 -0
  169. package/Provisioner.d.ts +269 -0
  170. package/Provisioner.d.ts.map +1 -0
  171. package/Provisioner.js +86 -0
  172. package/Provisioner.js.map +1 -0
  173. package/Provisioner.mjs +48 -0
  174. package/Provisioner.mjs.map +1 -0
  175. package/ProvisionerID.d.ts +41 -0
  176. package/ProvisionerID.d.ts.map +1 -0
  177. package/ProvisionerID.js +61 -0
  178. package/ProvisionerID.js.map +1 -0
  179. package/ProvisionerID.mjs +24 -0
  180. package/ProvisionerID.mjs.map +1 -0
  181. package/Provisions.d.ts +237 -0
  182. package/Provisions.d.ts.map +1 -0
  183. package/Provisions.js +93 -0
  184. package/Provisions.js.map +1 -0
  185. package/Provisions.mjs +57 -0
  186. package/Provisions.mjs.map +1 -0
  187. package/PublicKeyHash.d.ts +42 -0
  188. package/PublicKeyHash.d.ts.map +1 -0
  189. package/PublicKeyHash.js +65 -0
  190. package/PublicKeyHash.js.map +1 -0
  191. package/PublicKeyHash.mjs +28 -0
  192. package/PublicKeyHash.mjs.map +1 -0
  193. package/RequestArgs.d.ts +5548 -0
  194. package/RequestArgs.d.ts.map +1 -0
  195. package/RequestArgs.js +136 -0
  196. package/RequestArgs.js.map +1 -0
  197. package/RequestArgs.mjs +89 -0
  198. package/RequestArgs.mjs.map +1 -0
  199. package/SHA256.d.ts +29 -0
  200. package/SHA256.d.ts.map +1 -0
  201. package/SHA256.js +79 -0
  202. package/SHA256.js.map +1 -0
  203. package/SHA256.mjs +42 -0
  204. package/SHA256.mjs.map +1 -0
  205. package/SandboxAccountConfig.d.ts +145 -0
  206. package/SandboxAccountConfig.d.ts.map +1 -0
  207. package/SandboxAccountConfig.js +72 -0
  208. package/SandboxAccountConfig.js.map +1 -0
  209. package/SandboxAccountConfig.mjs +35 -0
  210. package/SandboxAccountConfig.mjs.map +1 -0
  211. package/SandboxConfig.d.ts +543 -0
  212. package/SandboxConfig.d.ts.map +1 -0
  213. package/SandboxConfig.js +103 -0
  214. package/SandboxConfig.js.map +1 -0
  215. package/SandboxConfig.mjs +66 -0
  216. package/SandboxConfig.mjs.map +1 -0
  217. package/SanitizedAbsPath.d.ts +41 -0
  218. package/SanitizedAbsPath.d.ts.map +1 -0
  219. package/SanitizedAbsPath.js +64 -0
  220. package/SanitizedAbsPath.js.map +1 -0
  221. package/SanitizedAbsPath.mjs +27 -0
  222. package/SanitizedAbsPath.mjs.map +1 -0
  223. package/SanitizedArgs.d.ts +2900 -0
  224. package/SanitizedArgs.d.ts.map +1 -0
  225. package/SanitizedArgs.js +269 -0
  226. package/SanitizedArgs.js.map +1 -0
  227. package/SanitizedArgs.mjs +197 -0
  228. package/SanitizedArgs.mjs.map +1 -0
  229. package/SanitizedPath.d.ts +24 -0
  230. package/SanitizedPath.d.ts.map +1 -0
  231. package/SanitizedPath.js +64 -0
  232. package/SanitizedPath.js.map +1 -0
  233. package/SanitizedPath.mjs +28 -0
  234. package/SanitizedPath.mjs.map +1 -0
  235. package/ScaffoldConfig.d.ts +5 -0
  236. package/ScaffoldConfig.d.ts.map +1 -0
  237. package/ScaffoldConfig.js +19 -0
  238. package/ScaffoldConfig.js.map +1 -0
  239. package/ScaffoldConfig.mjs +1 -0
  240. package/ScaffoldConfig.mjs.map +1 -0
  241. package/Settings.d.ts +75 -0
  242. package/Settings.d.ts.map +1 -0
  243. package/Settings.js +66 -0
  244. package/Settings.js.map +1 -0
  245. package/Settings.mjs +29 -0
  246. package/Settings.mjs.map +1 -0
  247. package/SingleChar.d.ts +41 -0
  248. package/SingleChar.d.ts.map +1 -0
  249. package/SingleChar.js +62 -0
  250. package/SingleChar.js.map +1 -0
  251. package/SingleChar.mjs +25 -0
  252. package/SingleChar.mjs.map +1 -0
  253. package/TaqError.d.ts +21 -0
  254. package/TaqError.d.ts.map +1 -0
  255. package/TaqError.js +65 -0
  256. package/TaqError.js.map +1 -0
  257. package/TaqError.mjs +35 -0
  258. package/TaqError.mjs.map +1 -0
  259. package/Task.d.ts +818 -0
  260. package/Task.d.ts.map +1 -0
  261. package/Task.js +95 -0
  262. package/Task.js.map +1 -0
  263. package/Task.mjs +58 -0
  264. package/Task.mjs.map +1 -0
  265. package/Template.d.ts +1738 -0
  266. package/Template.d.ts.map +1 -0
  267. package/Template.js +117 -0
  268. package/Template.js.map +1 -0
  269. package/Template.mjs +79 -0
  270. package/Template.mjs.map +1 -0
  271. package/Timestamp.d.ts +44 -0
  272. package/Timestamp.d.ts.map +1 -0
  273. package/Timestamp.js +65 -0
  274. package/Timestamp.js.map +1 -0
  275. package/Timestamp.mjs +27 -0
  276. package/Timestamp.mjs.map +1 -0
  277. package/Tz.d.ts +40 -0
  278. package/Tz.d.ts.map +1 -0
  279. package/Tz.js +62 -0
  280. package/Tz.js.map +1 -0
  281. package/Tz.mjs +25 -0
  282. package/Tz.mjs.map +1 -0
  283. package/Url.d.ts +42 -0
  284. package/Url.d.ts.map +1 -0
  285. package/Url.js +68 -0
  286. package/Url.js.map +1 -0
  287. package/Url.mjs +30 -0
  288. package/Url.mjs.map +1 -0
  289. package/Verb.d.ts +41 -0
  290. package/Verb.d.ts.map +1 -0
  291. package/Verb.js +62 -0
  292. package/Verb.js.map +1 -0
  293. package/Verb.mjs +25 -0
  294. package/Verb.mjs.map +1 -0
  295. package/VersionNumber.d.ts +24 -0
  296. package/VersionNumber.d.ts.map +1 -0
  297. package/VersionNumber.js +61 -0
  298. package/VersionNumber.js.map +1 -0
  299. package/VersionNumber.mjs +25 -0
  300. package/VersionNumber.mjs.map +1 -0
  301. package/i18n.d.ts +7 -0
  302. package/i18n.d.ts.map +1 -0
  303. package/i18n.js +96 -0
  304. package/i18n.js.map +1 -0
  305. package/i18n.mjs +67 -0
  306. package/i18n.mjs.map +1 -0
  307. package/package.json +31 -3
  308. package/{taqueria-protocol-types.ts → taqueria-protocol-types.d.ts} +1 -0
  309. package/taqueria-protocol-types.d.ts.map +1 -0
  310. package/taqueria-protocol-types.js +142 -0
  311. package/taqueria-protocol-types.js.map +1 -0
  312. package/taqueria-protocol-types.mjs +76 -0
  313. package/taqueria-protocol-types.mjs.map +1 -0
  314. package/tzkt-config.d.ts +109 -0
  315. package/tzkt-config.d.ts.map +1 -0
  316. package/tzkt-config.js +65 -0
  317. package/tzkt-config.js.map +1 -0
  318. package/tzkt-config.mjs +28 -0
  319. package/tzkt-config.mjs.map +1 -0
  320. package/Alias.ts +0 -38
  321. package/Base.ts +0 -105
  322. package/Command.ts +0 -26
  323. package/Config.ts +0 -163
  324. package/Contract.ts +0 -35
  325. package/Crypto.ts +0 -3
  326. package/EconomicalProtocolHash.ts +0 -26
  327. package/Environment.ts +0 -40
  328. package/EphemeralState.ts +0 -282
  329. package/Faucet.ts +0 -46
  330. package/HumanReadableIdentifier.ts +0 -26
  331. package/InstalledPlugin.ts +0 -28
  332. package/LoadedConfig.ts +0 -45
  333. package/MetadataConfig.ts +0 -37
  334. package/NetworkConfig.ts +0 -39
  335. package/Operation.ts +0 -70
  336. package/Option.ts +0 -64
  337. package/ParsedOperation.ts +0 -33
  338. package/ParsedTemplate.ts +0 -40
  339. package/PersistentState.ts +0 -69
  340. package/PluginActionName.ts +0 -28
  341. package/PluginDependenciesResponse.ts +0 -33
  342. package/PluginInfo.ts +0 -76
  343. package/PluginJsonResponse.ts +0 -26
  344. package/PluginProxyResponse.ts +0 -24
  345. package/PluginResponseEncoding.ts +0 -27
  346. package/PluginSchema.ts +0 -81
  347. package/PositionalArg.ts +0 -41
  348. package/Provisioner.ts +0 -61
  349. package/ProvisionerID.ts +0 -25
  350. package/Provisions.ts +0 -70
  351. package/PublicKeyHash.ts +0 -28
  352. package/RequestArgs.ts +0 -97
  353. package/SHA256.ts +0 -42
  354. package/SandboxAccountConfig.ts +0 -35
  355. package/SandboxConfig.ts +0 -66
  356. package/SanitizedAbsPath.ts +0 -23
  357. package/SanitizedArgs.ts +0 -213
  358. package/SanitizedPath.ts +0 -28
  359. package/ScaffoldConfig.ts +0 -6
  360. package/Settings.ts +0 -27
  361. package/SingleChar.ts +0 -23
  362. package/TaqError.ts +0 -78
  363. package/Task.ts +0 -57
  364. package/Template.ts +0 -77
  365. package/Timestamp.ts +0 -25
  366. package/Tz.ts +0 -22
  367. package/Url.ts +0 -28
  368. package/Verb.ts +0 -23
  369. package/VersionNumber.ts +0 -25
  370. package/i18n.ts +0 -74
  371. package/tzkt-config.ts +0 -27
package/Template.d.ts ADDED
@@ -0,0 +1,1738 @@
1
+ import { z } from 'zod';
2
+ export declare const rawSchema: z.ZodObject<{
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
+ }, "strip", z.ZodTypeAny, {
334
+ options?: {
335
+ boolean?: boolean | undefined;
336
+ type?: "string" | "number" | "boolean" | undefined;
337
+ shortFlag?: string | undefined;
338
+ defaultValue?: string | number | boolean | undefined;
339
+ choices?: string[] | undefined;
340
+ required?: boolean | undefined;
341
+ description: string;
342
+ flag: string;
343
+ }[] | undefined;
344
+ positionals?: {
345
+ type?: "string" | "number" | "boolean" | undefined;
346
+ defaultValue?: string | number | boolean | undefined;
347
+ required?: boolean | undefined;
348
+ description: string;
349
+ placeholder: string;
350
+ }[] | undefined;
351
+ hidden?: boolean | undefined;
352
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
353
+ readonly __kind: any;
354
+ }) | undefined;
355
+ description: string;
356
+ template: string;
357
+ command: string;
358
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
359
+ }, {
360
+ options?: unknown;
361
+ positionals?: unknown;
362
+ hidden?: unknown;
363
+ encoding?: any;
364
+ description: string;
365
+ template: string;
366
+ command: string;
367
+ handler: string | ((args_0: {
368
+ plugin?: string | undefined;
369
+ version?: boolean | undefined;
370
+ build?: boolean | undefined;
371
+ help?: boolean | undefined;
372
+ yes?: boolean | undefined;
373
+ quickstart?: string | undefined;
374
+ pluginName?: string | undefined;
375
+ config: import("@taqueria/protocol/Base").Flatten<{
376
+ language?: "en" | "fr" | undefined;
377
+ contracts?: Record<string, {
378
+ sourceFile: string;
379
+ hash: string & {
380
+ readonly __kind: any;
381
+ };
382
+ }> | undefined;
383
+ network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
384
+ label: string & {
385
+ readonly __kind: any;
386
+ };
387
+ rpcUrl: string & {
388
+ readonly __kind: any;
389
+ };
390
+ protocol: string & {
391
+ readonly __kind: any;
392
+ };
393
+ faucet: import("@taqueria/protocol/Base").Flatten<{
394
+ pkh: string & {
395
+ readonly __kind: any;
396
+ };
397
+ mnemonic: string[];
398
+ email: string;
399
+ password: string;
400
+ amount: string;
401
+ activation_code: string;
402
+ } & {
403
+ readonly __kind: any;
404
+ }>;
405
+ } & {
406
+ readonly __kind: any;
407
+ }>> | undefined;
408
+ sandbox?: Record<string, string | ({
409
+ attributes?: Record<string, string | number | boolean> | undefined;
410
+ plugin?: (string & {
411
+ readonly __kind: any;
412
+ }) | undefined;
413
+ accounts?: Record<string, string | ({
414
+ encryptedKey: string;
415
+ publicKeyHash: string & {
416
+ readonly __kind: any;
417
+ };
418
+ secretKey: string;
419
+ } & {
420
+ readonly __kind: any;
421
+ })> | undefined;
422
+ tzkt?: {
423
+ disableAutostartWithSandbox: boolean;
424
+ postgresqlPort: number;
425
+ apiPort: number;
426
+ } | undefined;
427
+ label: string & {
428
+ readonly __kind: any;
429
+ };
430
+ rpcUrl: string & {
431
+ readonly __kind: any;
432
+ };
433
+ protocol: string & {
434
+ readonly __kind: any;
435
+ };
436
+ } & {
437
+ readonly __kind: any;
438
+ })> | undefined;
439
+ environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
440
+ storage?: Record<string, any> | undefined;
441
+ aliases?: Record<string, any> | undefined;
442
+ networks: string[];
443
+ sandboxes: string[];
444
+ } & {
445
+ readonly __kind: any;
446
+ }>> | undefined;
447
+ metadata?: ({
448
+ name?: string | undefined;
449
+ projectDescription?: string | undefined;
450
+ authors?: string[] | undefined;
451
+ license?: string | undefined;
452
+ homepage?: string | undefined;
453
+ } & {
454
+ readonly __kind: any;
455
+ }) | undefined;
456
+ hash: string & {
457
+ readonly __kind: any;
458
+ };
459
+ accounts: Record<string, string | number>;
460
+ plugins: ({
461
+ type: "npm" | "binary" | "deno";
462
+ name: string;
463
+ } & {
464
+ readonly __kind: any;
465
+ })[];
466
+ contractsDir: string;
467
+ artifactsDir: string;
468
+ projectDir: string & {
469
+ readonly __kind: any;
470
+ };
471
+ configFile: string & {
472
+ readonly __kind: any;
473
+ };
474
+ }> & {
475
+ readonly __kind: any;
476
+ };
477
+ debug: boolean;
478
+ fromVsCode: boolean;
479
+ projectDir: string & {
480
+ readonly __kind: any;
481
+ };
482
+ _: (string | number)[];
483
+ maxConcurrency: number;
484
+ disableState: boolean;
485
+ logPluginRequests: boolean;
486
+ env: string;
487
+ setBuild: string;
488
+ setVersion: string;
489
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
490
+ } & {
491
+ readonly __kind: any;
492
+ }, ...args_1: unknown[]) => any);
493
+ }>;
494
+ export declare const internalSchema: z.ZodObject<z.extendShape<{
495
+ template: z.ZodString;
496
+ command: z.ZodString;
497
+ description: z.ZodString;
498
+ hidden: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
499
+ options: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
500
+ shortFlag: z.ZodOptional<z.ZodString>;
501
+ flag: z.ZodString;
502
+ description: z.ZodString;
503
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
504
+ choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
505
+ required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
506
+ boolean: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
507
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
508
+ }, "strip", z.ZodTypeAny, {
509
+ boolean?: boolean | undefined;
510
+ type?: "string" | "number" | "boolean" | undefined;
511
+ shortFlag?: string | undefined;
512
+ defaultValue?: string | number | boolean | undefined;
513
+ choices?: string[] | undefined;
514
+ required?: boolean | undefined;
515
+ description: string;
516
+ flag: string;
517
+ }, {
518
+ boolean?: boolean | undefined;
519
+ type?: "string" | "number" | "boolean" | undefined;
520
+ shortFlag?: string | undefined;
521
+ defaultValue?: string | number | boolean | undefined;
522
+ choices?: string[] | undefined;
523
+ required?: boolean | undefined;
524
+ description: string;
525
+ flag: string;
526
+ }>, "many">, {
527
+ boolean?: boolean | undefined;
528
+ type?: "string" | "number" | "boolean" | undefined;
529
+ shortFlag?: string | undefined;
530
+ defaultValue?: string | number | boolean | undefined;
531
+ choices?: string[] | undefined;
532
+ required?: boolean | undefined;
533
+ description: string;
534
+ flag: string;
535
+ }[], unknown>>;
536
+ positionals: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
537
+ placeholder: z.ZodString;
538
+ description: z.ZodString;
539
+ defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
540
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
541
+ required: z.ZodOptional<z.ZodBoolean>;
542
+ }, "strip", z.ZodTypeAny, {
543
+ type?: "string" | "number" | "boolean" | undefined;
544
+ defaultValue?: string | number | boolean | undefined;
545
+ required?: boolean | undefined;
546
+ description: string;
547
+ placeholder: string;
548
+ }, {
549
+ type?: "string" | "number" | "boolean" | undefined;
550
+ defaultValue?: string | number | boolean | undefined;
551
+ required?: boolean | undefined;
552
+ description: string;
553
+ placeholder: string;
554
+ }>, "many">, {
555
+ type?: "string" | "number" | "boolean" | undefined;
556
+ defaultValue?: string | number | boolean | undefined;
557
+ required?: boolean | undefined;
558
+ description: string;
559
+ placeholder: string;
560
+ }[], unknown>>;
561
+ handler: z.ZodUnion<[z.ZodString, z.ZodFunction<z.ZodTuple<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
562
+ plugin?: string | undefined;
563
+ version?: boolean | undefined;
564
+ build?: boolean | undefined;
565
+ help?: boolean | undefined;
566
+ yes?: boolean | undefined;
567
+ quickstart?: string | undefined;
568
+ pluginName?: string | undefined;
569
+ config: import("@taqueria/protocol/Base").Flatten<{
570
+ language?: "en" | "fr" | undefined;
571
+ contracts?: Record<string, {
572
+ sourceFile: string;
573
+ hash: string & {
574
+ readonly __kind: any;
575
+ };
576
+ }> | undefined;
577
+ network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
578
+ label: string & {
579
+ readonly __kind: any;
580
+ };
581
+ rpcUrl: string & {
582
+ readonly __kind: any;
583
+ };
584
+ protocol: string & {
585
+ readonly __kind: any;
586
+ };
587
+ faucet: import("@taqueria/protocol/Base").Flatten<{
588
+ pkh: string & {
589
+ readonly __kind: any;
590
+ };
591
+ mnemonic: string[];
592
+ email: string;
593
+ password: string;
594
+ amount: string;
595
+ activation_code: string;
596
+ } & {
597
+ readonly __kind: any;
598
+ }>;
599
+ } & {
600
+ readonly __kind: any;
601
+ }>> | undefined;
602
+ sandbox?: Record<string, string | ({
603
+ attributes?: Record<string, string | number | boolean> | undefined;
604
+ plugin?: (string & {
605
+ readonly __kind: any;
606
+ }) | undefined;
607
+ accounts?: Record<string, string | ({
608
+ encryptedKey: string;
609
+ publicKeyHash: string & {
610
+ readonly __kind: any;
611
+ };
612
+ secretKey: string;
613
+ } & {
614
+ readonly __kind: any;
615
+ })> | undefined;
616
+ tzkt?: {
617
+ disableAutostartWithSandbox: boolean;
618
+ postgresqlPort: number;
619
+ apiPort: number;
620
+ } | undefined;
621
+ label: string & {
622
+ readonly __kind: any;
623
+ };
624
+ rpcUrl: string & {
625
+ readonly __kind: any;
626
+ };
627
+ protocol: string & {
628
+ readonly __kind: any;
629
+ };
630
+ } & {
631
+ readonly __kind: any;
632
+ })> | undefined;
633
+ environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
634
+ storage?: Record<string, any> | undefined;
635
+ aliases?: Record<string, any> | undefined;
636
+ networks: string[];
637
+ sandboxes: string[];
638
+ } & {
639
+ readonly __kind: any;
640
+ }>> | undefined;
641
+ metadata?: ({
642
+ name?: string | undefined;
643
+ projectDescription?: string | undefined;
644
+ authors?: string[] | undefined;
645
+ license?: string | undefined;
646
+ homepage?: string | undefined;
647
+ } & {
648
+ readonly __kind: any;
649
+ }) | undefined;
650
+ hash: string & {
651
+ readonly __kind: any;
652
+ };
653
+ accounts: Record<string, string | number>;
654
+ plugins: ({
655
+ type: "npm" | "binary" | "deno";
656
+ name: string;
657
+ } & {
658
+ readonly __kind: any;
659
+ })[];
660
+ contractsDir: string;
661
+ artifactsDir: string;
662
+ projectDir: string & {
663
+ readonly __kind: any;
664
+ };
665
+ configFile: string & {
666
+ readonly __kind: any;
667
+ };
668
+ }> & {
669
+ readonly __kind: any;
670
+ };
671
+ debug: boolean;
672
+ fromVsCode: boolean;
673
+ projectDir: string & {
674
+ readonly __kind: any;
675
+ };
676
+ _: (string | number)[];
677
+ maxConcurrency: number;
678
+ disableState: boolean;
679
+ logPluginRequests: boolean;
680
+ env: string;
681
+ setBuild: string;
682
+ setVersion: string;
683
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
684
+ } & {
685
+ readonly __kind: any;
686
+ }, any>, {
687
+ plugin?: string | undefined;
688
+ version?: boolean | undefined;
689
+ build?: boolean | undefined;
690
+ help?: boolean | undefined;
691
+ yes?: boolean | undefined;
692
+ quickstart?: string | undefined;
693
+ pluginName?: string | undefined;
694
+ config: import("@taqueria/protocol/Base").Flatten<{
695
+ language?: "en" | "fr" | undefined;
696
+ contracts?: Record<string, {
697
+ sourceFile: string;
698
+ hash: string & {
699
+ readonly __kind: any;
700
+ };
701
+ }> | undefined;
702
+ network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
703
+ label: string & {
704
+ readonly __kind: any;
705
+ };
706
+ rpcUrl: string & {
707
+ readonly __kind: any;
708
+ };
709
+ protocol: string & {
710
+ readonly __kind: any;
711
+ };
712
+ faucet: import("@taqueria/protocol/Base").Flatten<{
713
+ pkh: string & {
714
+ readonly __kind: any;
715
+ };
716
+ mnemonic: string[];
717
+ email: string;
718
+ password: string;
719
+ amount: string;
720
+ activation_code: string;
721
+ } & {
722
+ readonly __kind: any;
723
+ }>;
724
+ } & {
725
+ readonly __kind: any;
726
+ }>> | undefined;
727
+ sandbox?: Record<string, string | ({
728
+ attributes?: Record<string, string | number | boolean> | undefined;
729
+ plugin?: (string & {
730
+ readonly __kind: any;
731
+ }) | undefined;
732
+ accounts?: Record<string, string | ({
733
+ encryptedKey: string;
734
+ publicKeyHash: string & {
735
+ readonly __kind: any;
736
+ };
737
+ secretKey: string;
738
+ } & {
739
+ readonly __kind: any;
740
+ })> | undefined;
741
+ tzkt?: {
742
+ disableAutostartWithSandbox: boolean;
743
+ postgresqlPort: number;
744
+ apiPort: number;
745
+ } | undefined;
746
+ label: string & {
747
+ readonly __kind: any;
748
+ };
749
+ rpcUrl: string & {
750
+ readonly __kind: any;
751
+ };
752
+ protocol: string & {
753
+ readonly __kind: any;
754
+ };
755
+ } & {
756
+ readonly __kind: any;
757
+ })> | undefined;
758
+ environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
759
+ storage?: Record<string, any> | undefined;
760
+ aliases?: Record<string, any> | undefined;
761
+ networks: string[];
762
+ sandboxes: string[];
763
+ } & {
764
+ readonly __kind: any;
765
+ }>> | undefined;
766
+ metadata?: ({
767
+ name?: string | undefined;
768
+ projectDescription?: string | undefined;
769
+ authors?: string[] | undefined;
770
+ license?: string | undefined;
771
+ homepage?: string | undefined;
772
+ } & {
773
+ readonly __kind: any;
774
+ }) | undefined;
775
+ hash: string & {
776
+ readonly __kind: any;
777
+ };
778
+ accounts: Record<string, string | number>;
779
+ plugins: ({
780
+ type: "npm" | "binary" | "deno";
781
+ name: string;
782
+ } & {
783
+ readonly __kind: any;
784
+ })[];
785
+ contractsDir: string;
786
+ artifactsDir: string;
787
+ projectDir: string & {
788
+ readonly __kind: any;
789
+ };
790
+ configFile: string & {
791
+ readonly __kind: any;
792
+ };
793
+ }> & {
794
+ readonly __kind: any;
795
+ };
796
+ debug: boolean;
797
+ fromVsCode: boolean;
798
+ projectDir: string & {
799
+ readonly __kind: any;
800
+ };
801
+ _: (string | number)[];
802
+ maxConcurrency: number;
803
+ disableState: boolean;
804
+ logPluginRequests: boolean;
805
+ env: string;
806
+ setBuild: string;
807
+ setVersion: string;
808
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
809
+ } & {
810
+ readonly __kind: any;
811
+ }, any>], z.ZodUnknown>, z.ZodUnion<[z.ZodVoid, z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
812
+ data?: unknown;
813
+ render?: "string" | "none" | "table" | undefined;
814
+ } & {
815
+ readonly __kind: any;
816
+ }, 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>, {
817
+ data?: unknown;
818
+ render?: "string" | "none" | "table" | undefined;
819
+ } & {
820
+ readonly __kind: any;
821
+ }, any>, z.ZodType<any, z.ZodTypeDef, any>]>>]>>]>;
822
+ encoding: z.ZodOptional<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, ("none" | "json" | "application/json" | undefined) & {
823
+ readonly __kind: any;
824
+ }, any>>;
825
+ }, {
826
+ template: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
827
+ readonly __kind: any;
828
+ }, any>, string & {
829
+ readonly __kind: any;
830
+ }, any>;
831
+ command: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
832
+ readonly __kind: any;
833
+ }, any>, string & {
834
+ readonly __kind: any;
835
+ }, any>;
836
+ options: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
837
+ boolean?: boolean | undefined;
838
+ type?: "string" | "number" | "boolean" | undefined;
839
+ shortFlag?: (string & {
840
+ readonly __kind: any;
841
+ }) | undefined;
842
+ defaultValue?: string | number | boolean | undefined;
843
+ choices?: string[] | undefined;
844
+ required?: boolean | undefined;
845
+ description: string;
846
+ flag: string & {
847
+ readonly __kind: any;
848
+ };
849
+ } & {
850
+ readonly __kind: any;
851
+ }, any>, 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
+ }>, any>, "many">, import("@taqueria/protocol/Base").Flatten<{
867
+ boolean?: boolean | undefined;
868
+ type?: "string" | "number" | "boolean" | undefined;
869
+ shortFlag?: (string & {
870
+ readonly __kind: any;
871
+ }) | undefined;
872
+ defaultValue?: string | number | boolean | undefined;
873
+ choices?: string[] | undefined;
874
+ required?: boolean | undefined;
875
+ description: string;
876
+ flag: string & {
877
+ readonly __kind: any;
878
+ };
879
+ } & {
880
+ readonly __kind: any;
881
+ }>[], unknown>>;
882
+ positionals: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
883
+ type?: "string" | "number" | "boolean" | undefined;
884
+ defaultValue?: string | number | boolean | undefined;
885
+ required?: boolean | undefined;
886
+ description: string;
887
+ placeholder: string & {
888
+ readonly __kind: any;
889
+ };
890
+ } & {
891
+ readonly __kind: any;
892
+ }, any>, {
893
+ type?: "string" | "number" | "boolean" | undefined;
894
+ defaultValue?: string | number | boolean | undefined;
895
+ required?: boolean | undefined;
896
+ description: string;
897
+ placeholder: string & {
898
+ readonly __kind: any;
899
+ };
900
+ } & {
901
+ readonly __kind: any;
902
+ }, any>, "many">, ({
903
+ type?: "string" | "number" | "boolean" | undefined;
904
+ defaultValue?: string | number | boolean | undefined;
905
+ required?: boolean | undefined;
906
+ description: string;
907
+ placeholder: string & {
908
+ readonly __kind: any;
909
+ };
910
+ } & {
911
+ readonly __kind: any;
912
+ })[], unknown>>;
913
+ }>, "strip", z.ZodTypeAny, {
914
+ options?: import("@taqueria/protocol/Base").Flatten<{
915
+ boolean?: boolean | undefined;
916
+ type?: "string" | "number" | "boolean" | undefined;
917
+ shortFlag?: (string & {
918
+ readonly __kind: any;
919
+ }) | undefined;
920
+ defaultValue?: string | number | boolean | undefined;
921
+ choices?: string[] | undefined;
922
+ required?: boolean | undefined;
923
+ description: string;
924
+ flag: string & {
925
+ readonly __kind: any;
926
+ };
927
+ } & {
928
+ readonly __kind: any;
929
+ }>[] | undefined;
930
+ positionals?: ({
931
+ type?: "string" | "number" | "boolean" | undefined;
932
+ defaultValue?: string | number | boolean | undefined;
933
+ required?: boolean | undefined;
934
+ description: string;
935
+ placeholder: string & {
936
+ readonly __kind: any;
937
+ };
938
+ } & {
939
+ readonly __kind: any;
940
+ })[] | undefined;
941
+ hidden?: boolean | undefined;
942
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
943
+ readonly __kind: any;
944
+ }) | undefined;
945
+ description: string;
946
+ template: string & {
947
+ readonly __kind: any;
948
+ };
949
+ command: string & {
950
+ readonly __kind: any;
951
+ };
952
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
953
+ }, {
954
+ options?: unknown;
955
+ template?: any;
956
+ command?: any;
957
+ positionals?: unknown;
958
+ hidden?: unknown;
959
+ encoding?: any;
960
+ description: string;
961
+ handler: string | ((args_0: {
962
+ plugin?: string | undefined;
963
+ version?: boolean | undefined;
964
+ build?: boolean | undefined;
965
+ help?: boolean | undefined;
966
+ yes?: boolean | undefined;
967
+ quickstart?: string | undefined;
968
+ pluginName?: string | undefined;
969
+ config: import("@taqueria/protocol/Base").Flatten<{
970
+ language?: "en" | "fr" | undefined;
971
+ contracts?: Record<string, {
972
+ sourceFile: string;
973
+ hash: string & {
974
+ readonly __kind: any;
975
+ };
976
+ }> | undefined;
977
+ network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
978
+ label: string & {
979
+ readonly __kind: any;
980
+ };
981
+ rpcUrl: string & {
982
+ readonly __kind: any;
983
+ };
984
+ protocol: string & {
985
+ readonly __kind: any;
986
+ };
987
+ faucet: import("@taqueria/protocol/Base").Flatten<{
988
+ pkh: string & {
989
+ readonly __kind: any;
990
+ };
991
+ mnemonic: string[];
992
+ email: string;
993
+ password: string;
994
+ amount: string;
995
+ activation_code: string;
996
+ } & {
997
+ readonly __kind: any;
998
+ }>;
999
+ } & {
1000
+ readonly __kind: any;
1001
+ }>> | undefined;
1002
+ sandbox?: Record<string, string | ({
1003
+ attributes?: Record<string, string | number | boolean> | undefined;
1004
+ plugin?: (string & {
1005
+ readonly __kind: any;
1006
+ }) | undefined;
1007
+ accounts?: Record<string, string | ({
1008
+ encryptedKey: string;
1009
+ publicKeyHash: string & {
1010
+ readonly __kind: any;
1011
+ };
1012
+ secretKey: string;
1013
+ } & {
1014
+ readonly __kind: any;
1015
+ })> | undefined;
1016
+ tzkt?: {
1017
+ disableAutostartWithSandbox: boolean;
1018
+ postgresqlPort: number;
1019
+ apiPort: number;
1020
+ } | undefined;
1021
+ label: string & {
1022
+ readonly __kind: any;
1023
+ };
1024
+ rpcUrl: string & {
1025
+ readonly __kind: any;
1026
+ };
1027
+ protocol: string & {
1028
+ readonly __kind: any;
1029
+ };
1030
+ } & {
1031
+ readonly __kind: any;
1032
+ })> | undefined;
1033
+ environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
1034
+ storage?: Record<string, any> | undefined;
1035
+ aliases?: Record<string, any> | undefined;
1036
+ networks: string[];
1037
+ sandboxes: string[];
1038
+ } & {
1039
+ readonly __kind: any;
1040
+ }>> | undefined;
1041
+ metadata?: ({
1042
+ name?: string | undefined;
1043
+ projectDescription?: string | undefined;
1044
+ authors?: string[] | undefined;
1045
+ license?: string | undefined;
1046
+ homepage?: string | undefined;
1047
+ } & {
1048
+ readonly __kind: any;
1049
+ }) | undefined;
1050
+ hash: string & {
1051
+ readonly __kind: any;
1052
+ };
1053
+ accounts: Record<string, string | number>;
1054
+ plugins: ({
1055
+ type: "npm" | "binary" | "deno";
1056
+ name: string;
1057
+ } & {
1058
+ readonly __kind: any;
1059
+ })[];
1060
+ contractsDir: string;
1061
+ artifactsDir: string;
1062
+ projectDir: string & {
1063
+ readonly __kind: any;
1064
+ };
1065
+ configFile: string & {
1066
+ readonly __kind: any;
1067
+ };
1068
+ }> & {
1069
+ readonly __kind: any;
1070
+ };
1071
+ debug: boolean;
1072
+ fromVsCode: boolean;
1073
+ projectDir: string & {
1074
+ readonly __kind: any;
1075
+ };
1076
+ _: (string | number)[];
1077
+ maxConcurrency: number;
1078
+ disableState: boolean;
1079
+ logPluginRequests: boolean;
1080
+ env: string;
1081
+ setBuild: string;
1082
+ setVersion: string;
1083
+ taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1084
+ } & {
1085
+ readonly __kind: any;
1086
+ }, ...args_1: unknown[]) => any);
1087
+ }>;
1088
+ export declare const generatedSchemas: {
1089
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
1090
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
1091
+ schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
1092
+ options?: import("@taqueria/protocol/Base").Flatten<{
1093
+ boolean?: boolean | undefined;
1094
+ type?: "string" | "number" | "boolean" | undefined;
1095
+ shortFlag?: (string & {
1096
+ readonly __kind: any;
1097
+ }) | undefined;
1098
+ defaultValue?: string | number | boolean | undefined;
1099
+ choices?: string[] | undefined;
1100
+ required?: boolean | undefined;
1101
+ description: string;
1102
+ flag: string & {
1103
+ readonly __kind: any;
1104
+ };
1105
+ } & {
1106
+ readonly __kind: any;
1107
+ }>[] | undefined;
1108
+ positionals?: ({
1109
+ type?: "string" | "number" | "boolean" | undefined;
1110
+ defaultValue?: string | number | boolean | undefined;
1111
+ required?: boolean | undefined;
1112
+ description: string;
1113
+ placeholder: string & {
1114
+ readonly __kind: any;
1115
+ };
1116
+ } & {
1117
+ readonly __kind: any;
1118
+ })[] | undefined;
1119
+ hidden?: boolean | undefined;
1120
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1121
+ readonly __kind: any;
1122
+ }) | undefined;
1123
+ description: string;
1124
+ template: string & {
1125
+ readonly __kind: any;
1126
+ };
1127
+ command: string & {
1128
+ readonly __kind: any;
1129
+ };
1130
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1131
+ } & {
1132
+ readonly __kind: any;
1133
+ }, any>;
1134
+ }, factory: {
1135
+ make: (input: {
1136
+ options?: import("@taqueria/protocol/Base").Flatten<{
1137
+ boolean?: boolean | undefined;
1138
+ type?: "string" | "number" | "boolean" | undefined;
1139
+ shortFlag?: (string & {
1140
+ readonly __kind: any;
1141
+ }) | undefined;
1142
+ defaultValue?: string | number | boolean | undefined;
1143
+ choices?: string[] | undefined;
1144
+ required?: boolean | undefined;
1145
+ description: string;
1146
+ flag: string & {
1147
+ readonly __kind: any;
1148
+ };
1149
+ } & {
1150
+ readonly __kind: any;
1151
+ }>[] | undefined;
1152
+ positionals?: ({
1153
+ type?: "string" | "number" | "boolean" | undefined;
1154
+ defaultValue?: string | number | boolean | undefined;
1155
+ required?: boolean | undefined;
1156
+ description: string;
1157
+ placeholder: string & {
1158
+ readonly __kind: any;
1159
+ };
1160
+ } & {
1161
+ readonly __kind: any;
1162
+ })[] | undefined;
1163
+ hidden?: boolean | undefined;
1164
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1165
+ readonly __kind: any;
1166
+ }) | undefined;
1167
+ description: string;
1168
+ template: string & {
1169
+ readonly __kind: any;
1170
+ };
1171
+ command: string & {
1172
+ readonly __kind: any;
1173
+ };
1174
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1175
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
1176
+ options?: import("@taqueria/protocol/Base").Flatten<{
1177
+ boolean?: boolean | undefined;
1178
+ type?: "string" | "number" | "boolean" | undefined;
1179
+ shortFlag?: (string & {
1180
+ readonly __kind: any;
1181
+ }) | undefined;
1182
+ defaultValue?: string | number | boolean | undefined;
1183
+ choices?: string[] | undefined;
1184
+ required?: boolean | undefined;
1185
+ description: string;
1186
+ flag: string & {
1187
+ readonly __kind: any;
1188
+ };
1189
+ } & {
1190
+ readonly __kind: any;
1191
+ }>[] | undefined;
1192
+ positionals?: ({
1193
+ type?: "string" | "number" | "boolean" | undefined;
1194
+ defaultValue?: string | number | boolean | undefined;
1195
+ required?: boolean | undefined;
1196
+ description: string;
1197
+ placeholder: string & {
1198
+ readonly __kind: any;
1199
+ };
1200
+ } & {
1201
+ readonly __kind: any;
1202
+ })[] | undefined;
1203
+ hidden?: boolean | undefined;
1204
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1205
+ readonly __kind: any;
1206
+ }) | undefined;
1207
+ description: string;
1208
+ template: string & {
1209
+ readonly __kind: any;
1210
+ };
1211
+ command: string & {
1212
+ readonly __kind: any;
1213
+ };
1214
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1215
+ } & {
1216
+ readonly __kind: any;
1217
+ }>;
1218
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
1219
+ options?: import("@taqueria/protocol/Base").Flatten<{
1220
+ boolean?: boolean | undefined;
1221
+ type?: "string" | "number" | "boolean" | undefined;
1222
+ shortFlag?: (string & {
1223
+ readonly __kind: any;
1224
+ }) | undefined;
1225
+ defaultValue?: string | number | boolean | undefined;
1226
+ choices?: string[] | undefined;
1227
+ required?: boolean | undefined;
1228
+ description: string;
1229
+ flag: string & {
1230
+ readonly __kind: any;
1231
+ };
1232
+ } & {
1233
+ readonly __kind: any;
1234
+ }>[] | undefined;
1235
+ positionals?: ({
1236
+ type?: "string" | "number" | "boolean" | undefined;
1237
+ defaultValue?: string | number | boolean | undefined;
1238
+ required?: boolean | undefined;
1239
+ description: string;
1240
+ placeholder: string & {
1241
+ readonly __kind: any;
1242
+ };
1243
+ } & {
1244
+ readonly __kind: any;
1245
+ })[] | undefined;
1246
+ hidden?: boolean | undefined;
1247
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1248
+ readonly __kind: any;
1249
+ }) | undefined;
1250
+ description: string;
1251
+ template: string & {
1252
+ readonly __kind: any;
1253
+ };
1254
+ command: string & {
1255
+ readonly __kind: any;
1256
+ };
1257
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1258
+ } & {
1259
+ readonly __kind: any;
1260
+ }>;
1261
+ create: (input: {
1262
+ options?: {
1263
+ boolean?: boolean | undefined;
1264
+ type?: "string" | "number" | "boolean" | undefined;
1265
+ shortFlag?: string | undefined;
1266
+ defaultValue?: string | number | boolean | undefined;
1267
+ choices?: string[] | undefined;
1268
+ required?: boolean | undefined;
1269
+ description: string;
1270
+ flag: string;
1271
+ }[] | undefined;
1272
+ positionals?: {
1273
+ type?: "string" | "number" | "boolean" | undefined;
1274
+ defaultValue?: string | number | boolean | undefined;
1275
+ required?: boolean | undefined;
1276
+ description: string;
1277
+ placeholder: string;
1278
+ }[] | undefined;
1279
+ hidden?: boolean | undefined;
1280
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1281
+ readonly __kind: any;
1282
+ }) | undefined;
1283
+ description: string;
1284
+ template: string;
1285
+ command: string;
1286
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1287
+ } | {
1288
+ options?: import("@taqueria/protocol/Base").Flatten<{
1289
+ boolean?: boolean | undefined;
1290
+ type?: "string" | "number" | "boolean" | undefined;
1291
+ shortFlag?: (string & {
1292
+ readonly __kind: any;
1293
+ }) | undefined;
1294
+ defaultValue?: string | number | boolean | undefined;
1295
+ choices?: string[] | undefined;
1296
+ required?: boolean | undefined;
1297
+ description: string;
1298
+ flag: string & {
1299
+ readonly __kind: any;
1300
+ };
1301
+ } & {
1302
+ readonly __kind: any;
1303
+ }>[] | undefined;
1304
+ positionals?: ({
1305
+ type?: "string" | "number" | "boolean" | undefined;
1306
+ defaultValue?: string | number | boolean | undefined;
1307
+ required?: boolean | undefined;
1308
+ description: string;
1309
+ placeholder: string & {
1310
+ readonly __kind: any;
1311
+ };
1312
+ } & {
1313
+ readonly __kind: any;
1314
+ })[] | undefined;
1315
+ hidden?: boolean | undefined;
1316
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1317
+ readonly __kind: any;
1318
+ }) | undefined;
1319
+ description: string;
1320
+ template: string & {
1321
+ readonly __kind: any;
1322
+ };
1323
+ command: string & {
1324
+ readonly __kind: any;
1325
+ };
1326
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1327
+ }) => {
1328
+ options?: import("@taqueria/protocol/Base").Flatten<{
1329
+ boolean?: boolean | undefined;
1330
+ type?: "string" | "number" | "boolean" | undefined;
1331
+ shortFlag?: (string & {
1332
+ readonly __kind: any;
1333
+ }) | undefined;
1334
+ defaultValue?: string | number | boolean | undefined;
1335
+ choices?: string[] | undefined;
1336
+ required?: boolean | undefined;
1337
+ description: string;
1338
+ flag: string & {
1339
+ readonly __kind: any;
1340
+ };
1341
+ } & {
1342
+ readonly __kind: any;
1343
+ }>[] | undefined;
1344
+ positionals?: ({
1345
+ type?: "string" | "number" | "boolean" | undefined;
1346
+ defaultValue?: string | number | boolean | undefined;
1347
+ required?: boolean | undefined;
1348
+ description: string;
1349
+ placeholder: string & {
1350
+ readonly __kind: any;
1351
+ };
1352
+ } & {
1353
+ readonly __kind: any;
1354
+ })[] | undefined;
1355
+ hidden?: boolean | undefined;
1356
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1357
+ readonly __kind: any;
1358
+ }) | undefined;
1359
+ description: string;
1360
+ template: string & {
1361
+ readonly __kind: any;
1362
+ };
1363
+ command: string & {
1364
+ readonly __kind: any;
1365
+ };
1366
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1367
+ } & {
1368
+ readonly __kind: any;
1369
+ };
1370
+ from: (input: unknown) => {
1371
+ options?: import("@taqueria/protocol/Base").Flatten<{
1372
+ boolean?: boolean | undefined;
1373
+ type?: "string" | "number" | "boolean" | undefined;
1374
+ shortFlag?: (string & {
1375
+ readonly __kind: any;
1376
+ }) | undefined;
1377
+ defaultValue?: string | number | boolean | undefined;
1378
+ choices?: string[] | undefined;
1379
+ required?: boolean | undefined;
1380
+ description: string;
1381
+ flag: string & {
1382
+ readonly __kind: any;
1383
+ };
1384
+ } & {
1385
+ readonly __kind: any;
1386
+ }>[] | undefined;
1387
+ positionals?: ({
1388
+ type?: "string" | "number" | "boolean" | undefined;
1389
+ defaultValue?: string | number | boolean | undefined;
1390
+ required?: boolean | undefined;
1391
+ description: string;
1392
+ placeholder: string & {
1393
+ readonly __kind: any;
1394
+ };
1395
+ } & {
1396
+ readonly __kind: any;
1397
+ })[] | undefined;
1398
+ hidden?: boolean | undefined;
1399
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1400
+ readonly __kind: any;
1401
+ }) | undefined;
1402
+ description: string;
1403
+ template: string & {
1404
+ readonly __kind: any;
1405
+ };
1406
+ command: string & {
1407
+ readonly __kind: any;
1408
+ };
1409
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1410
+ } & {
1411
+ readonly __kind: any;
1412
+ };
1413
+ };
1414
+ export declare type Template = z.infer<typeof generatedSchemas.schema>;
1415
+ export declare type t = Template;
1416
+ export declare const create: (input: {
1417
+ options?: {
1418
+ boolean?: boolean | undefined;
1419
+ type?: "string" | "number" | "boolean" | undefined;
1420
+ shortFlag?: string | undefined;
1421
+ defaultValue?: string | number | boolean | undefined;
1422
+ choices?: string[] | undefined;
1423
+ required?: boolean | undefined;
1424
+ description: string;
1425
+ flag: string;
1426
+ }[] | undefined;
1427
+ positionals?: {
1428
+ type?: "string" | "number" | "boolean" | undefined;
1429
+ defaultValue?: string | number | boolean | undefined;
1430
+ required?: boolean | undefined;
1431
+ description: string;
1432
+ placeholder: string;
1433
+ }[] | undefined;
1434
+ hidden?: boolean | undefined;
1435
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1436
+ readonly __kind: any;
1437
+ }) | undefined;
1438
+ description: string;
1439
+ template: string;
1440
+ command: string;
1441
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1442
+ } | {
1443
+ options?: import("@taqueria/protocol/Base").Flatten<{
1444
+ boolean?: boolean | undefined;
1445
+ type?: "string" | "number" | "boolean" | undefined;
1446
+ shortFlag?: (string & {
1447
+ readonly __kind: any;
1448
+ }) | undefined;
1449
+ defaultValue?: string | number | boolean | undefined;
1450
+ choices?: string[] | undefined;
1451
+ required?: boolean | undefined;
1452
+ description: string;
1453
+ flag: string & {
1454
+ readonly __kind: any;
1455
+ };
1456
+ } & {
1457
+ readonly __kind: any;
1458
+ }>[] | undefined;
1459
+ positionals?: ({
1460
+ type?: "string" | "number" | "boolean" | undefined;
1461
+ defaultValue?: string | number | boolean | undefined;
1462
+ required?: boolean | undefined;
1463
+ description: string;
1464
+ placeholder: string & {
1465
+ readonly __kind: any;
1466
+ };
1467
+ } & {
1468
+ readonly __kind: any;
1469
+ })[] | undefined;
1470
+ hidden?: boolean | undefined;
1471
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1472
+ readonly __kind: any;
1473
+ }) | undefined;
1474
+ description: string;
1475
+ template: string & {
1476
+ readonly __kind: any;
1477
+ };
1478
+ command: string & {
1479
+ readonly __kind: any;
1480
+ };
1481
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1482
+ }) => {
1483
+ options?: import("@taqueria/protocol/Base").Flatten<{
1484
+ boolean?: boolean | undefined;
1485
+ type?: "string" | "number" | "boolean" | undefined;
1486
+ shortFlag?: (string & {
1487
+ readonly __kind: any;
1488
+ }) | undefined;
1489
+ defaultValue?: string | number | boolean | undefined;
1490
+ choices?: string[] | undefined;
1491
+ required?: boolean | undefined;
1492
+ description: string;
1493
+ flag: string & {
1494
+ readonly __kind: any;
1495
+ };
1496
+ } & {
1497
+ readonly __kind: any;
1498
+ }>[] | undefined;
1499
+ positionals?: ({
1500
+ type?: "string" | "number" | "boolean" | undefined;
1501
+ defaultValue?: string | number | boolean | undefined;
1502
+ required?: boolean | undefined;
1503
+ description: string;
1504
+ placeholder: string & {
1505
+ readonly __kind: any;
1506
+ };
1507
+ } & {
1508
+ readonly __kind: any;
1509
+ })[] | undefined;
1510
+ hidden?: boolean | undefined;
1511
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1512
+ readonly __kind: any;
1513
+ }) | undefined;
1514
+ description: string;
1515
+ template: string & {
1516
+ readonly __kind: any;
1517
+ };
1518
+ command: string & {
1519
+ readonly __kind: any;
1520
+ };
1521
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1522
+ } & {
1523
+ readonly __kind: any;
1524
+ }, make: (input: {
1525
+ options?: import("@taqueria/protocol/Base").Flatten<{
1526
+ boolean?: boolean | undefined;
1527
+ type?: "string" | "number" | "boolean" | undefined;
1528
+ shortFlag?: (string & {
1529
+ readonly __kind: any;
1530
+ }) | undefined;
1531
+ defaultValue?: string | number | boolean | undefined;
1532
+ choices?: string[] | undefined;
1533
+ required?: boolean | undefined;
1534
+ description: string;
1535
+ flag: string & {
1536
+ readonly __kind: any;
1537
+ };
1538
+ } & {
1539
+ readonly __kind: any;
1540
+ }>[] | undefined;
1541
+ positionals?: ({
1542
+ type?: "string" | "number" | "boolean" | undefined;
1543
+ defaultValue?: string | number | boolean | undefined;
1544
+ required?: boolean | undefined;
1545
+ description: string;
1546
+ placeholder: string & {
1547
+ readonly __kind: any;
1548
+ };
1549
+ } & {
1550
+ readonly __kind: any;
1551
+ })[] | undefined;
1552
+ hidden?: boolean | undefined;
1553
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1554
+ readonly __kind: any;
1555
+ }) | undefined;
1556
+ description: string;
1557
+ template: string & {
1558
+ readonly __kind: any;
1559
+ };
1560
+ command: string & {
1561
+ readonly __kind: any;
1562
+ };
1563
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1564
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
1565
+ options?: import("@taqueria/protocol/Base").Flatten<{
1566
+ boolean?: boolean | undefined;
1567
+ type?: "string" | "number" | "boolean" | undefined;
1568
+ shortFlag?: (string & {
1569
+ readonly __kind: any;
1570
+ }) | undefined;
1571
+ defaultValue?: string | number | boolean | undefined;
1572
+ choices?: string[] | undefined;
1573
+ required?: boolean | undefined;
1574
+ description: string;
1575
+ flag: string & {
1576
+ readonly __kind: any;
1577
+ };
1578
+ } & {
1579
+ readonly __kind: any;
1580
+ }>[] | undefined;
1581
+ positionals?: ({
1582
+ type?: "string" | "number" | "boolean" | undefined;
1583
+ defaultValue?: string | number | boolean | undefined;
1584
+ required?: boolean | undefined;
1585
+ description: string;
1586
+ placeholder: string & {
1587
+ readonly __kind: any;
1588
+ };
1589
+ } & {
1590
+ readonly __kind: any;
1591
+ })[] | undefined;
1592
+ hidden?: boolean | undefined;
1593
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1594
+ readonly __kind: any;
1595
+ }) | undefined;
1596
+ description: string;
1597
+ template: string & {
1598
+ readonly __kind: any;
1599
+ };
1600
+ command: string & {
1601
+ readonly __kind: any;
1602
+ };
1603
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1604
+ } & {
1605
+ readonly __kind: any;
1606
+ }>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
1607
+ options?: import("@taqueria/protocol/Base").Flatten<{
1608
+ boolean?: boolean | undefined;
1609
+ type?: "string" | "number" | "boolean" | undefined;
1610
+ shortFlag?: (string & {
1611
+ readonly __kind: any;
1612
+ }) | undefined;
1613
+ defaultValue?: string | number | boolean | undefined;
1614
+ choices?: string[] | undefined;
1615
+ required?: boolean | undefined;
1616
+ description: string;
1617
+ flag: string & {
1618
+ readonly __kind: any;
1619
+ };
1620
+ } & {
1621
+ readonly __kind: any;
1622
+ }>[] | undefined;
1623
+ positionals?: ({
1624
+ type?: "string" | "number" | "boolean" | undefined;
1625
+ defaultValue?: string | number | boolean | undefined;
1626
+ required?: boolean | undefined;
1627
+ description: string;
1628
+ placeholder: string & {
1629
+ readonly __kind: any;
1630
+ };
1631
+ } & {
1632
+ readonly __kind: any;
1633
+ })[] | undefined;
1634
+ hidden?: boolean | undefined;
1635
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1636
+ readonly __kind: any;
1637
+ }) | undefined;
1638
+ description: string;
1639
+ template: string & {
1640
+ readonly __kind: any;
1641
+ };
1642
+ command: string & {
1643
+ readonly __kind: any;
1644
+ };
1645
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1646
+ } & {
1647
+ readonly __kind: any;
1648
+ }>;
1649
+ export declare const schemas: {
1650
+ schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
1651
+ options?: import("@taqueria/protocol/Base").Flatten<{
1652
+ boolean?: boolean | undefined;
1653
+ type?: "string" | "number" | "boolean" | undefined;
1654
+ shortFlag?: (string & {
1655
+ readonly __kind: any;
1656
+ }) | undefined;
1657
+ defaultValue?: string | number | boolean | undefined;
1658
+ choices?: string[] | undefined;
1659
+ required?: boolean | undefined;
1660
+ description: string;
1661
+ flag: string & {
1662
+ readonly __kind: any;
1663
+ };
1664
+ } & {
1665
+ readonly __kind: any;
1666
+ }>[] | undefined;
1667
+ positionals?: ({
1668
+ type?: "string" | "number" | "boolean" | undefined;
1669
+ defaultValue?: string | number | boolean | undefined;
1670
+ required?: boolean | undefined;
1671
+ description: string;
1672
+ placeholder: string & {
1673
+ readonly __kind: any;
1674
+ };
1675
+ } & {
1676
+ readonly __kind: any;
1677
+ })[] | undefined;
1678
+ hidden?: boolean | undefined;
1679
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1680
+ readonly __kind: any;
1681
+ }) | undefined;
1682
+ description: string;
1683
+ template: string & {
1684
+ readonly __kind: any;
1685
+ };
1686
+ command: string & {
1687
+ readonly __kind: any;
1688
+ };
1689
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1690
+ } & {
1691
+ readonly __kind: any;
1692
+ }, any>, {
1693
+ options?: import("@taqueria/protocol/Base").Flatten<{
1694
+ boolean?: boolean | undefined;
1695
+ type?: "string" | "number" | "boolean" | undefined;
1696
+ shortFlag?: (string & {
1697
+ readonly __kind: any;
1698
+ }) | undefined;
1699
+ defaultValue?: string | number | boolean | undefined;
1700
+ choices?: string[] | undefined;
1701
+ required?: boolean | undefined;
1702
+ description: string;
1703
+ flag: string & {
1704
+ readonly __kind: any;
1705
+ };
1706
+ } & {
1707
+ readonly __kind: any;
1708
+ }>[] | undefined;
1709
+ positionals?: ({
1710
+ type?: "string" | "number" | "boolean" | undefined;
1711
+ defaultValue?: string | number | boolean | undefined;
1712
+ required?: boolean | undefined;
1713
+ description: string;
1714
+ placeholder: string & {
1715
+ readonly __kind: any;
1716
+ };
1717
+ } & {
1718
+ readonly __kind: any;
1719
+ })[] | undefined;
1720
+ hidden?: boolean | undefined;
1721
+ encoding?: (("none" | "json" | "application/json" | undefined) & {
1722
+ readonly __kind: any;
1723
+ }) | undefined;
1724
+ description: string;
1725
+ template: string & {
1726
+ readonly __kind: any;
1727
+ };
1728
+ command: string & {
1729
+ readonly __kind: any;
1730
+ };
1731
+ handler: string | ((args_0: any, ...args_1: unknown[]) => any);
1732
+ } & {
1733
+ readonly __kind: any;
1734
+ }, any>;
1735
+ rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
1736
+ internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
1737
+ };
1738
+ //# sourceMappingURL=Template.d.ts.map