@taqueria/protocol 0.14.4 → 0.18.0

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