@taqueria/protocol 0.24.2 → 0.25.3-alpha

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 (964) hide show
  1. package/Alias.d.ts +1 -41
  2. package/Alias.d.ts.map +1 -1
  3. package/Alias.js +2 -51
  4. package/Alias.js.map +1 -1
  5. package/Alias.mjs +1 -32
  6. package/Alias.mjs.map +1 -1
  7. package/Base.d.ts +6 -6
  8. package/Base.js.map +1 -1
  9. package/Base.mjs.map +1 -1
  10. package/Command.d.ts +1 -23
  11. package/Command.d.ts.map +1 -1
  12. package/Command.js +2 -42
  13. package/Command.js.map +1 -1
  14. package/Command.mjs +1 -23
  15. package/Command.mjs.map +1 -1
  16. package/Config.d.ts +1 -2079
  17. package/Config.d.ts.map +1 -1
  18. package/Config.js +2 -153
  19. package/Config.js.map +1 -1
  20. package/Config.mjs +1 -130
  21. package/Config.mjs.map +1 -1
  22. package/ConfigArtifactsDir.d.ts +2 -0
  23. package/ConfigArtifactsDir.d.ts.map +1 -0
  24. package/ConfigArtifactsDir.js +21 -0
  25. package/ConfigArtifactsDir.js.map +1 -0
  26. package/ConfigArtifactsDir.mjs +3 -0
  27. package/ConfigArtifactsDir.mjs.map +1 -0
  28. package/ConfigContractsDir.d.ts +2 -0
  29. package/ConfigContractsDir.d.ts.map +1 -0
  30. package/ConfigContractsDir.js +21 -0
  31. package/ConfigContractsDir.js.map +1 -0
  32. package/ConfigContractsDir.mjs +3 -0
  33. package/ConfigContractsDir.mjs.map +1 -0
  34. package/Contract.d.ts +1 -81
  35. package/Contract.d.ts.map +1 -1
  36. package/Contract.js +2 -49
  37. package/Contract.js.map +1 -1
  38. package/Contract.mjs +1 -30
  39. package/Contract.mjs.map +1 -1
  40. package/Crypto.d.ts +4 -2
  41. package/Crypto.d.ts.map +1 -1
  42. package/Crypto.js +0 -16
  43. package/Crypto.js.map +1 -1
  44. package/Crypto.mjs +0 -9
  45. package/Crypto.mjs.map +1 -1
  46. package/EconomicalProtocolHash.d.ts +1 -40
  47. package/EconomicalProtocolHash.d.ts.map +1 -1
  48. package/EconomicalProtocolHash.js +2 -45
  49. package/EconomicalProtocolHash.js.map +1 -1
  50. package/EconomicalProtocolHash.mjs +1 -25
  51. package/EconomicalProtocolHash.mjs.map +1 -1
  52. package/Environment.d.ts +1 -133
  53. package/Environment.d.ts.map +1 -1
  54. package/Environment.js +6 -63
  55. package/Environment.js.map +1 -1
  56. package/Environment.mjs +1 -38
  57. package/Environment.mjs.map +1 -1
  58. package/EphemeralState.d.ts +1757 -4335
  59. package/EphemeralState.d.ts.map +1 -1
  60. package/EphemeralState.js +39 -40
  61. package/EphemeralState.js.map +1 -1
  62. package/EphemeralState.mjs +30 -20
  63. package/EphemeralState.mjs.map +1 -1
  64. package/Faucet.d.ts +1 -203
  65. package/Faucet.d.ts.map +1 -1
  66. package/Faucet.js +2 -77
  67. package/Faucet.js.map +1 -1
  68. package/Faucet.mjs +1 -57
  69. package/Faucet.mjs.map +1 -1
  70. package/HumanReadableIdentifier.d.ts +1 -23
  71. package/HumanReadableIdentifier.d.ts.map +1 -1
  72. package/HumanReadableIdentifier.js +2 -42
  73. package/HumanReadableIdentifier.js.map +1 -1
  74. package/HumanReadableIdentifier.mjs +1 -23
  75. package/HumanReadableIdentifier.mjs.map +1 -1
  76. package/InstalledPlugin.d.ts +1 -91
  77. package/InstalledPlugin.d.ts.map +1 -1
  78. package/InstalledPlugin.js +2 -48
  79. package/InstalledPlugin.js.map +1 -1
  80. package/InstalledPlugin.mjs +1 -28
  81. package/InstalledPlugin.mjs.map +1 -1
  82. package/LoadedConfig.d.ts +1 -2343
  83. package/LoadedConfig.d.ts.map +1 -1
  84. package/LoadedConfig.js +2 -61
  85. package/LoadedConfig.js.map +1 -1
  86. package/LoadedConfig.mjs +1 -39
  87. package/LoadedConfig.mjs.map +1 -1
  88. package/MetadataConfig.d.ts +1 -154
  89. package/MetadataConfig.d.ts.map +1 -1
  90. package/MetadataConfig.js +2 -56
  91. package/MetadataConfig.js.map +1 -1
  92. package/MetadataConfig.mjs +1 -36
  93. package/MetadataConfig.mjs.map +1 -1
  94. package/NetworkAccountConfig.d.ts +2 -0
  95. package/NetworkAccountConfig.d.ts.map +1 -0
  96. package/NetworkAccountConfig.js +21 -0
  97. package/NetworkAccountConfig.js.map +1 -0
  98. package/NetworkAccountConfig.mjs +3 -0
  99. package/NetworkAccountConfig.mjs.map +1 -0
  100. package/NetworkConfig.d.ts +1 -443
  101. package/NetworkConfig.d.ts.map +1 -1
  102. package/NetworkConfig.js +2 -66
  103. package/NetworkConfig.js.map +1 -1
  104. package/NetworkConfig.mjs +1 -46
  105. package/NetworkConfig.mjs.map +1 -1
  106. package/NonEmptyString.d.ts +2 -0
  107. package/NonEmptyString.d.ts.map +1 -0
  108. package/NonEmptyString.js +21 -0
  109. package/NonEmptyString.js.map +1 -0
  110. package/NonEmptyString.mjs +3 -0
  111. package/NonEmptyString.mjs.map +1 -0
  112. package/Operation.d.ts +1 -1469
  113. package/Operation.d.ts.map +1 -1
  114. package/Operation.js +2 -79
  115. package/Operation.js.map +1 -1
  116. package/Operation.mjs +1 -58
  117. package/Operation.mjs.map +1 -1
  118. package/Option.d.ts +1 -308
  119. package/Option.d.ts.map +1 -1
  120. package/Option.js +2 -84
  121. package/Option.js.map +1 -1
  122. package/Option.mjs +1 -63
  123. package/Option.mjs.map +1 -1
  124. package/ParsedOperation.d.ts +1 -879
  125. package/ParsedOperation.d.ts.map +1 -1
  126. package/ParsedOperation.js +2 -44
  127. package/ParsedOperation.js.map +1 -1
  128. package/ParsedOperation.mjs +1 -24
  129. package/ParsedOperation.mjs.map +1 -1
  130. package/ParsedPluginInfo.d.ts +4124 -0
  131. package/ParsedPluginInfo.d.ts.map +1 -0
  132. package/ParsedPluginInfo.js +81 -0
  133. package/ParsedPluginInfo.js.map +1 -0
  134. package/ParsedPluginInfo.mjs +44 -0
  135. package/ParsedPluginInfo.mjs.map +1 -0
  136. package/ParsedTemplate.d.ts +1 -1023
  137. package/ParsedTemplate.d.ts.map +1 -1
  138. package/ParsedTemplate.js +2 -52
  139. package/ParsedTemplate.js.map +1 -1
  140. package/ParsedTemplate.mjs +1 -32
  141. package/ParsedTemplate.mjs.map +1 -1
  142. package/PersistentState.d.ts +113 -243
  143. package/PersistentState.d.ts.map +1 -1
  144. package/PluginActionName.d.ts +1 -21
  145. package/PluginActionName.d.ts.map +1 -1
  146. package/PluginActionName.js +2 -29
  147. package/PluginActionName.js.map +1 -1
  148. package/PluginActionName.mjs +1 -21
  149. package/PluginActionName.mjs.map +1 -1
  150. package/PluginDependenciesResponse.d.ts +1 -151
  151. package/PluginDependenciesResponse.d.ts.map +1 -1
  152. package/PluginDependenciesResponse.js +2 -44
  153. package/PluginDependenciesResponse.js.map +1 -1
  154. package/PluginDependenciesResponse.mjs +1 -26
  155. package/PluginDependenciesResponse.mjs.map +1 -1
  156. package/PluginInfo.d.ts +4416 -3023
  157. package/PluginInfo.d.ts.map +1 -1
  158. package/PluginJsonResponse.d.ts +1 -98
  159. package/PluginJsonResponse.d.ts.map +1 -1
  160. package/PluginJsonResponse.js +2 -40
  161. package/PluginJsonResponse.js.map +1 -1
  162. package/PluginJsonResponse.mjs +1 -23
  163. package/PluginJsonResponse.mjs.map +1 -1
  164. package/PluginProxyResponse.d.ts +1 -15
  165. package/PluginProxyResponse.d.ts.map +1 -1
  166. package/PluginProxyResponse.js +2 -42
  167. package/PluginProxyResponse.js.map +1 -1
  168. package/PluginProxyResponse.mjs +1 -23
  169. package/PluginProxyResponse.mjs.map +1 -1
  170. package/PluginResponseEncoding.d.ts +1 -31
  171. package/PluginResponseEncoding.d.ts.map +1 -1
  172. package/PluginResponseEncoding.js +2 -44
  173. package/PluginResponseEncoding.js.map +1 -1
  174. package/PluginResponseEncoding.mjs +1 -25
  175. package/PluginResponseEncoding.mjs.map +1 -1
  176. package/PluginSchema.d.ts +8240 -6843
  177. package/PluginSchema.d.ts.map +1 -1
  178. package/PluginSchema.js +6 -17
  179. package/PluginSchema.js.map +1 -1
  180. package/PluginSchema.mjs +6 -17
  181. package/PluginSchema.mjs.map +1 -1
  182. package/PositionalArg.d.ts +1 -182
  183. package/PositionalArg.d.ts.map +1 -1
  184. package/PositionalArg.js +2 -59
  185. package/PositionalArg.js.map +1 -1
  186. package/PositionalArg.mjs +1 -39
  187. package/PositionalArg.mjs.map +1 -1
  188. package/Provisioner.d.ts +1 -268
  189. package/Provisioner.d.ts.map +1 -1
  190. package/Provisioner.js +2 -67
  191. package/Provisioner.js.map +1 -1
  192. package/Provisioner.mjs +1 -46
  193. package/Provisioner.mjs.map +1 -1
  194. package/ProvisionerID.d.ts +1 -40
  195. package/ProvisionerID.d.ts.map +1 -1
  196. package/ProvisionerID.js +2 -42
  197. package/ProvisionerID.js.map +1 -1
  198. package/ProvisionerID.mjs +1 -22
  199. package/ProvisionerID.mjs.map +1 -1
  200. package/Provisions.d.ts +1 -236
  201. package/Provisions.d.ts.map +1 -1
  202. package/Provisions.js +2 -74
  203. package/Provisions.js.map +1 -1
  204. package/Provisions.mjs +1 -55
  205. package/Provisions.mjs.map +1 -1
  206. package/ProxyTaskArgs.d.ts +2 -0
  207. package/ProxyTaskArgs.d.ts.map +1 -0
  208. package/ProxyTaskArgs.js +21 -0
  209. package/ProxyTaskArgs.js.map +1 -0
  210. package/ProxyTaskArgs.mjs +3 -0
  211. package/ProxyTaskArgs.mjs.map +1 -0
  212. package/ProxyTemplateArgs.d.ts +2 -0
  213. package/ProxyTemplateArgs.d.ts.map +1 -0
  214. package/ProxyTemplateArgs.js +21 -0
  215. package/ProxyTemplateArgs.js.map +1 -0
  216. package/ProxyTemplateArgs.mjs +3 -0
  217. package/ProxyTemplateArgs.mjs.map +1 -0
  218. package/PublicKeyHash.d.ts +1 -41
  219. package/PublicKeyHash.d.ts.map +1 -1
  220. package/PublicKeyHash.js +2 -46
  221. package/PublicKeyHash.js.map +1 -1
  222. package/PublicKeyHash.mjs +1 -26
  223. package/PublicKeyHash.mjs.map +1 -1
  224. package/RequestArgs.d.ts +1 -5547
  225. package/RequestArgs.d.ts.map +1 -1
  226. package/RequestArgs.js +6 -121
  227. package/RequestArgs.js.map +1 -1
  228. package/RequestArgs.mjs +1 -87
  229. package/RequestArgs.mjs.map +1 -1
  230. package/SHA256.d.ts +15 -7
  231. package/SHA256.d.ts.map +1 -1
  232. package/SHA256.js +21 -3
  233. package/SHA256.js.map +1 -1
  234. package/SHA256.mjs +20 -3
  235. package/SHA256.mjs.map +1 -1
  236. package/SandboxAccountConfig.d.ts +1 -144
  237. package/SandboxAccountConfig.d.ts.map +1 -1
  238. package/SandboxAccountConfig.js +2 -53
  239. package/SandboxAccountConfig.js.map +1 -1
  240. package/SandboxAccountConfig.mjs +1 -33
  241. package/SandboxAccountConfig.mjs.map +1 -1
  242. package/SandboxConfig.d.ts +1 -542
  243. package/SandboxConfig.d.ts.map +1 -1
  244. package/SandboxConfig.js +2 -84
  245. package/SandboxConfig.js.map +1 -1
  246. package/SandboxConfig.mjs +1 -64
  247. package/SandboxConfig.mjs.map +1 -1
  248. package/SanitizedAbsPath.d.ts +10 -10
  249. package/SanitizedArgs.d.ts +823 -725
  250. package/SanitizedArgs.d.ts.map +1 -1
  251. package/SanitizedArgs.js +5 -3
  252. package/SanitizedArgs.js.map +1 -1
  253. package/SanitizedArgs.mjs +5 -3
  254. package/SanitizedArgs.mjs.map +1 -1
  255. package/SanitizedPath.d.ts +1 -23
  256. package/SanitizedPath.d.ts.map +1 -1
  257. package/SanitizedPath.js +2 -45
  258. package/SanitizedPath.js.map +1 -1
  259. package/SanitizedPath.mjs +1 -26
  260. package/SanitizedPath.mjs.map +1 -1
  261. package/ScaffoldConfig.d.ts +1 -4
  262. package/ScaffoldConfig.d.ts.map +1 -1
  263. package/ScaffoldConfig.js +2 -0
  264. package/ScaffoldConfig.js.map +1 -1
  265. package/ScaffoldConfig.mjs +2 -0
  266. package/ScaffoldConfig.mjs.map +1 -1
  267. package/Settings.d.ts +1 -74
  268. package/Settings.d.ts.map +1 -1
  269. package/Settings.js +2 -47
  270. package/Settings.js.map +1 -1
  271. package/Settings.mjs +1 -27
  272. package/Settings.mjs.map +1 -1
  273. package/SingleChar.d.ts +1 -40
  274. package/SingleChar.d.ts.map +1 -1
  275. package/SingleChar.js +2 -43
  276. package/SingleChar.js.map +1 -1
  277. package/SingleChar.mjs +1 -23
  278. package/SingleChar.mjs.map +1 -1
  279. package/Task.d.ts +1 -817
  280. package/Task.d.ts.map +1 -1
  281. package/Task.js +2 -76
  282. package/Task.js.map +1 -1
  283. package/Task.mjs +1 -56
  284. package/Task.mjs.map +1 -1
  285. package/Template.d.ts +7 -1736
  286. package/Template.d.ts.map +1 -1
  287. package/Template.js +8 -89
  288. package/Template.js.map +1 -1
  289. package/Template.mjs +6 -75
  290. package/Template.mjs.map +1 -1
  291. package/Timestamp.d.ts +1 -43
  292. package/Timestamp.d.ts.map +1 -1
  293. package/Timestamp.js +2 -46
  294. package/Timestamp.js.map +1 -1
  295. package/Timestamp.mjs +1 -25
  296. package/Timestamp.mjs.map +1 -1
  297. package/Tz.d.ts +1 -39
  298. package/Tz.d.ts.map +1 -1
  299. package/Tz.js +2 -43
  300. package/Tz.js.map +1 -1
  301. package/Tz.mjs +1 -23
  302. package/Tz.mjs.map +1 -1
  303. package/Url.d.ts +1 -41
  304. package/Url.d.ts.map +1 -1
  305. package/Url.js +2 -49
  306. package/Url.js.map +1 -1
  307. package/Url.mjs +1 -28
  308. package/Url.mjs.map +1 -1
  309. package/Verb.d.ts +1 -40
  310. package/Verb.d.ts.map +1 -1
  311. package/Verb.js +2 -43
  312. package/Verb.js.map +1 -1
  313. package/Verb.mjs +1 -23
  314. package/Verb.mjs.map +1 -1
  315. package/VersionNumber.d.ts +1 -23
  316. package/VersionNumber.d.ts.map +1 -1
  317. package/VersionNumber.js +2 -42
  318. package/VersionNumber.js.map +1 -1
  319. package/VersionNumber.mjs +1 -23
  320. package/VersionNumber.mjs.map +1 -1
  321. package/helpers.d.ts +5 -0
  322. package/helpers.d.ts.map +1 -0
  323. package/helpers.js +53 -0
  324. package/helpers.js.map +1 -0
  325. package/helpers.mjs +28 -0
  326. package/helpers.mjs.map +1 -0
  327. package/index.d.ts +53 -0
  328. package/index.d.ts.map +1 -0
  329. package/index.js +190 -0
  330. package/index.js.map +1 -0
  331. package/index.mjs +108 -0
  332. package/index.mjs.map +1 -0
  333. package/out/types/Alias.d.js +19 -0
  334. package/out/types/Alias.d.js.map +1 -0
  335. package/out/types/Alias.d.mjs +1 -0
  336. package/out/types/Alias.d.mjs.map +1 -0
  337. package/out/types/Alias.d.ts +29 -0
  338. package/out/types/Alias.d.ts.map +1 -0
  339. package/out/types/Alias.js +80 -0
  340. package/out/types/Alias.js.map +1 -0
  341. package/out/types/Alias.mjs +49 -0
  342. package/out/types/Alias.mjs.map +1 -0
  343. package/out/types/BuildNumber.d.js +19 -0
  344. package/out/types/BuildNumber.d.js.map +1 -0
  345. package/out/types/BuildNumber.d.mjs +1 -0
  346. package/out/types/BuildNumber.d.mjs.map +1 -0
  347. package/out/types/BuildNumber.d.ts +17 -0
  348. package/out/types/BuildNumber.d.ts.map +1 -0
  349. package/out/types/BuildNumber.js +80 -0
  350. package/out/types/BuildNumber.js.map +1 -0
  351. package/out/types/BuildNumber.mjs +49 -0
  352. package/out/types/BuildNumber.mjs.map +1 -0
  353. package/out/types/Command.d.js +19 -0
  354. package/out/types/Command.d.js.map +1 -0
  355. package/out/types/Command.d.mjs +1 -0
  356. package/out/types/Command.d.mjs.map +1 -0
  357. package/out/types/Command.d.ts +17 -0
  358. package/out/types/Command.d.ts.map +1 -0
  359. package/out/types/Command.js +80 -0
  360. package/out/types/Command.js.map +1 -0
  361. package/out/types/Command.mjs +49 -0
  362. package/out/types/Command.mjs.map +1 -0
  363. package/out/types/Config.d.js +19 -0
  364. package/out/types/Config.d.js.map +1 -0
  365. package/out/types/Config.d.mjs +1 -0
  366. package/out/types/Config.d.mjs.map +1 -0
  367. package/out/types/Config.d.ts +1362 -0
  368. package/out/types/Config.d.ts.map +1 -0
  369. package/out/types/Config.js +80 -0
  370. package/out/types/Config.js.map +1 -0
  371. package/out/types/Config.mjs +49 -0
  372. package/out/types/Config.mjs.map +1 -0
  373. package/out/types/ConfigArtifactsDir.d.js +19 -0
  374. package/out/types/ConfigArtifactsDir.d.js.map +1 -0
  375. package/out/types/ConfigArtifactsDir.d.mjs +1 -0
  376. package/out/types/ConfigArtifactsDir.d.mjs.map +1 -0
  377. package/out/types/ConfigArtifactsDir.d.ts +17 -0
  378. package/out/types/ConfigArtifactsDir.d.ts.map +1 -0
  379. package/out/types/ConfigArtifactsDir.js +80 -0
  380. package/out/types/ConfigArtifactsDir.js.map +1 -0
  381. package/out/types/ConfigArtifactsDir.mjs +49 -0
  382. package/out/types/ConfigArtifactsDir.mjs.map +1 -0
  383. package/out/types/ConfigContractsDir.d.js +19 -0
  384. package/out/types/ConfigContractsDir.d.js.map +1 -0
  385. package/out/types/ConfigContractsDir.d.mjs +1 -0
  386. package/out/types/ConfigContractsDir.d.mjs.map +1 -0
  387. package/out/types/ConfigContractsDir.d.ts +17 -0
  388. package/out/types/ConfigContractsDir.d.ts.map +1 -0
  389. package/out/types/ConfigContractsDir.js +80 -0
  390. package/out/types/ConfigContractsDir.js.map +1 -0
  391. package/out/types/ConfigContractsDir.mjs +49 -0
  392. package/out/types/ConfigContractsDir.mjs.map +1 -0
  393. package/out/types/Contract.d.js +19 -0
  394. package/out/types/Contract.d.js.map +1 -0
  395. package/out/types/Contract.d.mjs +1 -0
  396. package/out/types/Contract.d.mjs.map +1 -0
  397. package/out/types/Contract.d.ts +56 -0
  398. package/out/types/Contract.d.ts.map +1 -0
  399. package/out/types/Contract.js +80 -0
  400. package/out/types/Contract.js.map +1 -0
  401. package/out/types/Contract.mjs +49 -0
  402. package/out/types/Contract.mjs.map +1 -0
  403. package/out/types/EconomicalProtocolHash.d.js +19 -0
  404. package/out/types/EconomicalProtocolHash.d.js.map +1 -0
  405. package/out/types/EconomicalProtocolHash.d.mjs +1 -0
  406. package/out/types/EconomicalProtocolHash.d.mjs.map +1 -0
  407. package/out/types/EconomicalProtocolHash.d.ts +17 -0
  408. package/out/types/EconomicalProtocolHash.d.ts.map +1 -0
  409. package/out/types/EconomicalProtocolHash.js +80 -0
  410. package/out/types/EconomicalProtocolHash.js.map +1 -0
  411. package/out/types/EconomicalProtocolHash.mjs +49 -0
  412. package/out/types/EconomicalProtocolHash.mjs.map +1 -0
  413. package/out/types/Environment.d.js +19 -0
  414. package/out/types/Environment.d.js.map +1 -0
  415. package/out/types/Environment.d.mjs +1 -0
  416. package/out/types/Environment.d.mjs.map +1 -0
  417. package/out/types/Environment.d.ts +82 -0
  418. package/out/types/Environment.d.ts.map +1 -0
  419. package/out/types/Environment.js +80 -0
  420. package/out/types/Environment.js.map +1 -0
  421. package/out/types/Environment.mjs +49 -0
  422. package/out/types/Environment.mjs.map +1 -0
  423. package/out/types/EphemeralState.d.js +19 -0
  424. package/out/types/EphemeralState.d.js.map +1 -0
  425. package/out/types/EphemeralState.d.mjs +1 -0
  426. package/out/types/EphemeralState.d.mjs.map +1 -0
  427. package/out/types/EphemeralState.d.ts +13579 -0
  428. package/out/types/EphemeralState.d.ts.map +1 -0
  429. package/out/types/EphemeralState.js +80 -0
  430. package/out/types/EphemeralState.js.map +1 -0
  431. package/out/types/EphemeralState.mjs +49 -0
  432. package/out/types/EphemeralState.mjs.map +1 -0
  433. package/out/types/Faucet.d.js +19 -0
  434. package/out/types/Faucet.d.js.map +1 -0
  435. package/out/types/Faucet.d.mjs +1 -0
  436. package/out/types/Faucet.d.mjs.map +1 -0
  437. package/out/types/Faucet.d.ts +108 -0
  438. package/out/types/Faucet.d.ts.map +1 -0
  439. package/out/types/Faucet.js +80 -0
  440. package/out/types/Faucet.js.map +1 -0
  441. package/out/types/Faucet.mjs +49 -0
  442. package/out/types/Faucet.mjs.map +1 -0
  443. package/out/types/HumanReadableIdentifier.d.js +19 -0
  444. package/out/types/HumanReadableIdentifier.d.js.map +1 -0
  445. package/out/types/HumanReadableIdentifier.d.mjs +1 -0
  446. package/out/types/HumanReadableIdentifier.d.mjs.map +1 -0
  447. package/out/types/HumanReadableIdentifier.d.ts +17 -0
  448. package/out/types/HumanReadableIdentifier.d.ts.map +1 -0
  449. package/out/types/HumanReadableIdentifier.js +80 -0
  450. package/out/types/HumanReadableIdentifier.js.map +1 -0
  451. package/out/types/HumanReadableIdentifier.mjs +49 -0
  452. package/out/types/HumanReadableIdentifier.mjs.map +1 -0
  453. package/out/types/InstalledPlugin.d.js +19 -0
  454. package/out/types/InstalledPlugin.d.js.map +1 -0
  455. package/out/types/InstalledPlugin.d.mjs +1 -0
  456. package/out/types/InstalledPlugin.d.mjs.map +1 -0
  457. package/out/types/InstalledPlugin.d.ts +56 -0
  458. package/out/types/InstalledPlugin.d.ts.map +1 -0
  459. package/out/types/InstalledPlugin.js +80 -0
  460. package/out/types/InstalledPlugin.js.map +1 -0
  461. package/out/types/InstalledPlugin.mjs +49 -0
  462. package/out/types/InstalledPlugin.mjs.map +1 -0
  463. package/out/types/LoadedConfig.d.js +19 -0
  464. package/out/types/LoadedConfig.d.js.map +1 -0
  465. package/out/types/LoadedConfig.d.mjs +1 -0
  466. package/out/types/LoadedConfig.d.mjs.map +1 -0
  467. package/out/types/LoadedConfig.d.ts +1405 -0
  468. package/out/types/LoadedConfig.d.ts.map +1 -0
  469. package/out/types/LoadedConfig.js +80 -0
  470. package/out/types/LoadedConfig.js.map +1 -0
  471. package/out/types/LoadedConfig.mjs +49 -0
  472. package/out/types/LoadedConfig.mjs.map +1 -0
  473. package/out/types/MetadataConfig.d.js +19 -0
  474. package/out/types/MetadataConfig.d.js.map +1 -0
  475. package/out/types/MetadataConfig.d.mjs +1 -0
  476. package/out/types/MetadataConfig.d.mjs.map +1 -0
  477. package/out/types/MetadataConfig.d.ts +95 -0
  478. package/out/types/MetadataConfig.d.ts.map +1 -0
  479. package/out/types/MetadataConfig.js +80 -0
  480. package/out/types/MetadataConfig.js.map +1 -0
  481. package/out/types/MetadataConfig.mjs +49 -0
  482. package/out/types/MetadataConfig.mjs.map +1 -0
  483. package/out/types/NetworkAccountConfig.d.js +19 -0
  484. package/out/types/NetworkAccountConfig.d.js.map +1 -0
  485. package/out/types/NetworkAccountConfig.d.mjs +1 -0
  486. package/out/types/NetworkAccountConfig.d.mjs.map +1 -0
  487. package/out/types/NetworkAccountConfig.d.ts +69 -0
  488. package/out/types/NetworkAccountConfig.d.ts.map +1 -0
  489. package/out/types/NetworkAccountConfig.js +80 -0
  490. package/out/types/NetworkAccountConfig.js.map +1 -0
  491. package/out/types/NetworkAccountConfig.mjs +49 -0
  492. package/out/types/NetworkAccountConfig.mjs.map +1 -0
  493. package/out/types/NetworkConfig.d.js +19 -0
  494. package/out/types/NetworkConfig.d.js.map +1 -0
  495. package/out/types/NetworkConfig.d.mjs +1 -0
  496. package/out/types/NetworkConfig.d.mjs.map +1 -0
  497. package/out/types/NetworkConfig.d.ts +326 -0
  498. package/out/types/NetworkConfig.d.ts.map +1 -0
  499. package/out/types/NetworkConfig.js +80 -0
  500. package/out/types/NetworkConfig.js.map +1 -0
  501. package/out/types/NetworkConfig.mjs +49 -0
  502. package/out/types/NetworkConfig.mjs.map +1 -0
  503. package/out/types/NonEmptyString.d.js +19 -0
  504. package/out/types/NonEmptyString.d.js.map +1 -0
  505. package/out/types/NonEmptyString.d.mjs +1 -0
  506. package/out/types/NonEmptyString.d.mjs.map +1 -0
  507. package/out/types/NonEmptyString.d.ts +17 -0
  508. package/out/types/NonEmptyString.d.ts.map +1 -0
  509. package/out/types/NonEmptyString.js +80 -0
  510. package/out/types/NonEmptyString.js.map +1 -0
  511. package/out/types/NonEmptyString.mjs +49 -0
  512. package/out/types/NonEmptyString.mjs.map +1 -0
  513. package/out/types/Operation.d.js +19 -0
  514. package/out/types/Operation.d.js.map +1 -0
  515. package/out/types/Operation.d.mjs +1 -0
  516. package/out/types/Operation.d.mjs.map +1 -0
  517. package/out/types/Operation.d.ts +3545 -0
  518. package/out/types/Operation.d.ts.map +1 -0
  519. package/out/types/Operation.js +80 -0
  520. package/out/types/Operation.js.map +1 -0
  521. package/out/types/Operation.mjs +49 -0
  522. package/out/types/Operation.mjs.map +1 -0
  523. package/out/types/Option.d.js +19 -0
  524. package/out/types/Option.d.js.map +1 -0
  525. package/out/types/Option.d.mjs +1 -0
  526. package/out/types/Option.d.mjs.map +1 -0
  527. package/out/types/Option.d.ts +134 -0
  528. package/out/types/Option.d.ts.map +1 -0
  529. package/out/types/Option.js +80 -0
  530. package/out/types/Option.js.map +1 -0
  531. package/out/types/Option.mjs +49 -0
  532. package/out/types/Option.mjs.map +1 -0
  533. package/out/types/ParsedConfig.d.js +19 -0
  534. package/out/types/ParsedConfig.d.js.map +1 -0
  535. package/out/types/ParsedConfig.d.mjs +1 -0
  536. package/out/types/ParsedConfig.d.mjs.map +1 -0
  537. package/out/types/ParsedConfig.d.ts +1626 -0
  538. package/out/types/ParsedConfig.d.ts.map +1 -0
  539. package/out/types/ParsedConfig.js +80 -0
  540. package/out/types/ParsedConfig.js.map +1 -0
  541. package/out/types/ParsedConfig.mjs +49 -0
  542. package/out/types/ParsedConfig.mjs.map +1 -0
  543. package/out/types/ParsedOperation.d.js +19 -0
  544. package/out/types/ParsedOperation.d.js.map +1 -0
  545. package/out/types/ParsedOperation.d.mjs +1 -0
  546. package/out/types/ParsedOperation.d.mjs.map +1 -0
  547. package/out/types/ParsedOperation.d.ts +2690 -0
  548. package/out/types/ParsedOperation.d.ts.map +1 -0
  549. package/out/types/ParsedOperation.js +80 -0
  550. package/out/types/ParsedOperation.js.map +1 -0
  551. package/out/types/ParsedOperation.mjs +49 -0
  552. package/out/types/ParsedOperation.mjs.map +1 -0
  553. package/out/types/ParsedTemplate.d.js +19 -0
  554. package/out/types/ParsedTemplate.d.js.map +1 -0
  555. package/out/types/ParsedTemplate.d.mjs +1 -0
  556. package/out/types/ParsedTemplate.d.mjs.map +1 -0
  557. package/out/types/ParsedTemplate.d.ts +2589 -0
  558. package/out/types/ParsedTemplate.d.ts.map +1 -0
  559. package/out/types/ParsedTemplate.js +80 -0
  560. package/out/types/ParsedTemplate.js.map +1 -0
  561. package/out/types/ParsedTemplate.mjs +49 -0
  562. package/out/types/ParsedTemplate.mjs.map +1 -0
  563. package/out/types/PersistedOperation.d.js +19 -0
  564. package/out/types/PersistedOperation.d.js.map +1 -0
  565. package/out/types/PersistedOperation.d.mjs +1 -0
  566. package/out/types/PersistedOperation.d.mjs.map +1 -0
  567. package/out/types/PersistedOperation.d.ts +69 -0
  568. package/out/types/PersistedOperation.d.ts.map +1 -0
  569. package/out/types/PersistedOperation.js +80 -0
  570. package/out/types/PersistedOperation.js.map +1 -0
  571. package/out/types/PersistedOperation.mjs +49 -0
  572. package/out/types/PersistedOperation.mjs.map +1 -0
  573. package/out/types/PersistedTask.d.js +19 -0
  574. package/out/types/PersistedTask.d.js.map +1 -0
  575. package/out/types/PersistedTask.d.mjs +1 -0
  576. package/out/types/PersistedTask.d.mjs.map +1 -0
  577. package/out/types/PersistedTask.d.ts +82 -0
  578. package/out/types/PersistedTask.d.ts.map +1 -0
  579. package/out/types/PersistedTask.js +80 -0
  580. package/out/types/PersistedTask.js.map +1 -0
  581. package/out/types/PersistedTask.mjs +49 -0
  582. package/out/types/PersistedTask.mjs.map +1 -0
  583. package/out/types/PersistentState.d.js +19 -0
  584. package/out/types/PersistentState.d.js.map +1 -0
  585. package/out/types/PersistentState.d.mjs +1 -0
  586. package/out/types/PersistentState.d.mjs.map +1 -0
  587. package/out/types/PersistentState.d.ts +245 -0
  588. package/out/types/PersistentState.d.ts.map +1 -0
  589. package/out/types/PersistentState.js +80 -0
  590. package/out/types/PersistentState.js.map +1 -0
  591. package/out/types/PersistentState.mjs +49 -0
  592. package/out/types/PersistentState.mjs.map +1 -0
  593. package/out/types/PluginActionName.d.js +19 -0
  594. package/out/types/PluginActionName.d.js.map +1 -0
  595. package/out/types/PluginActionName.d.mjs +1 -0
  596. package/out/types/PluginActionName.d.mjs.map +1 -0
  597. package/out/types/PluginActionName.d.ts +27 -0
  598. package/out/types/PluginActionName.d.ts.map +1 -0
  599. package/out/types/PluginActionName.js +80 -0
  600. package/out/types/PluginActionName.js.map +1 -0
  601. package/out/types/PluginActionName.mjs +49 -0
  602. package/out/types/PluginActionName.mjs.map +1 -0
  603. package/out/types/PluginDependenciesResponse.d.js +19 -0
  604. package/out/types/PluginDependenciesResponse.d.js.map +1 -0
  605. package/out/types/PluginDependenciesResponse.d.mjs +1 -0
  606. package/out/types/PluginDependenciesResponse.d.mjs.map +1 -0
  607. package/out/types/PluginDependenciesResponse.d.ts +173 -0
  608. package/out/types/PluginDependenciesResponse.d.ts.map +1 -0
  609. package/out/types/PluginDependenciesResponse.js +80 -0
  610. package/out/types/PluginDependenciesResponse.js.map +1 -0
  611. package/out/types/PluginDependenciesResponse.mjs +49 -0
  612. package/out/types/PluginDependenciesResponse.mjs.map +1 -0
  613. package/out/types/PluginInfo.d.js +19 -0
  614. package/out/types/PluginInfo.d.js.map +1 -0
  615. package/out/types/PluginInfo.d.mjs +1 -0
  616. package/out/types/PluginInfo.d.mjs.map +1 -0
  617. package/out/types/PluginInfo.d.ts +6396 -0
  618. package/out/types/PluginInfo.d.ts.map +1 -0
  619. package/out/types/PluginInfo.js +80 -0
  620. package/out/types/PluginInfo.js.map +1 -0
  621. package/out/types/PluginInfo.mjs +49 -0
  622. package/out/types/PluginInfo.mjs.map +1 -0
  623. package/out/types/PluginJsonResponse.d.js +19 -0
  624. package/out/types/PluginJsonResponse.d.js.map +1 -0
  625. package/out/types/PluginJsonResponse.d.mjs +1 -0
  626. package/out/types/PluginJsonResponse.d.mjs.map +1 -0
  627. package/out/types/PluginJsonResponse.d.ts +61 -0
  628. package/out/types/PluginJsonResponse.d.ts.map +1 -0
  629. package/out/types/PluginJsonResponse.js +80 -0
  630. package/out/types/PluginJsonResponse.js.map +1 -0
  631. package/out/types/PluginJsonResponse.mjs +49 -0
  632. package/out/types/PluginJsonResponse.mjs.map +1 -0
  633. package/out/types/PluginProxyResponse.d.js +19 -0
  634. package/out/types/PluginProxyResponse.d.js.map +1 -0
  635. package/out/types/PluginProxyResponse.d.mjs +1 -0
  636. package/out/types/PluginProxyResponse.d.mjs.map +1 -0
  637. package/out/types/PluginProxyResponse.d.ts +65 -0
  638. package/out/types/PluginProxyResponse.d.ts.map +1 -0
  639. package/out/types/PluginProxyResponse.js +80 -0
  640. package/out/types/PluginProxyResponse.js.map +1 -0
  641. package/out/types/PluginProxyResponse.mjs +49 -0
  642. package/out/types/PluginProxyResponse.mjs.map +1 -0
  643. package/out/types/PluginResponseEncoding.d.js +19 -0
  644. package/out/types/PluginResponseEncoding.d.js.map +1 -0
  645. package/out/types/PluginResponseEncoding.d.mjs +1 -0
  646. package/out/types/PluginResponseEncoding.d.mjs.map +1 -0
  647. package/out/types/PluginResponseEncoding.d.ts +23 -0
  648. package/out/types/PluginResponseEncoding.d.ts.map +1 -0
  649. package/out/types/PluginResponseEncoding.js +80 -0
  650. package/out/types/PluginResponseEncoding.js.map +1 -0
  651. package/out/types/PluginResponseEncoding.mjs +49 -0
  652. package/out/types/PluginResponseEncoding.mjs.map +1 -0
  653. package/out/types/PluginSchema.d.js +19 -0
  654. package/out/types/PluginSchema.d.js.map +1 -0
  655. package/out/types/PluginSchema.d.mjs +1 -0
  656. package/out/types/PluginSchema.d.mjs.map +1 -0
  657. package/out/types/PluginSchema.d.ts +18435 -0
  658. package/out/types/PluginSchema.d.ts.map +1 -0
  659. package/out/types/PluginSchema.js +80 -0
  660. package/out/types/PluginSchema.js.map +1 -0
  661. package/out/types/PluginSchema.mjs +49 -0
  662. package/out/types/PluginSchema.mjs.map +1 -0
  663. package/out/types/PositionalArg.d.js +19 -0
  664. package/out/types/PositionalArg.d.js.map +1 -0
  665. package/out/types/PositionalArg.d.mjs +1 -0
  666. package/out/types/PositionalArg.d.mjs.map +1 -0
  667. package/out/types/PositionalArg.d.ts +95 -0
  668. package/out/types/PositionalArg.d.ts.map +1 -0
  669. package/out/types/PositionalArg.js +80 -0
  670. package/out/types/PositionalArg.js.map +1 -0
  671. package/out/types/PositionalArg.mjs +49 -0
  672. package/out/types/PositionalArg.mjs.map +1 -0
  673. package/out/types/Provisioner.d.js +19 -0
  674. package/out/types/Provisioner.d.js.map +1 -0
  675. package/out/types/Provisioner.d.mjs +1 -0
  676. package/out/types/Provisioner.d.mjs.map +1 -0
  677. package/out/types/Provisioner.d.ts +108 -0
  678. package/out/types/Provisioner.d.ts.map +1 -0
  679. package/out/types/Provisioner.js +80 -0
  680. package/out/types/Provisioner.js.map +1 -0
  681. package/out/types/Provisioner.mjs +49 -0
  682. package/out/types/Provisioner.mjs.map +1 -0
  683. package/out/types/ProvisionerID.d.js +19 -0
  684. package/out/types/ProvisionerID.d.js.map +1 -0
  685. package/out/types/ProvisionerID.d.mjs +1 -0
  686. package/out/types/ProvisionerID.d.mjs.map +1 -0
  687. package/out/types/ProvisionerID.d.ts +17 -0
  688. package/out/types/ProvisionerID.d.ts.map +1 -0
  689. package/out/types/ProvisionerID.js +80 -0
  690. package/out/types/ProvisionerID.js.map +1 -0
  691. package/out/types/ProvisionerID.mjs +49 -0
  692. package/out/types/ProvisionerID.mjs.map +1 -0
  693. package/out/types/Provisions.d.js +19 -0
  694. package/out/types/Provisions.d.js.map +1 -0
  695. package/out/types/Provisions.d.mjs +1 -0
  696. package/out/types/Provisions.d.mjs.map +1 -0
  697. package/out/types/Provisions.d.ts +108 -0
  698. package/out/types/Provisions.d.ts.map +1 -0
  699. package/out/types/Provisions.js +80 -0
  700. package/out/types/Provisions.js.map +1 -0
  701. package/out/types/Provisions.mjs +49 -0
  702. package/out/types/Provisions.mjs.map +1 -0
  703. package/out/types/ProxyTaskArgs.d.js +19 -0
  704. package/out/types/ProxyTaskArgs.d.js.map +1 -0
  705. package/out/types/ProxyTaskArgs.d.mjs +1 -0
  706. package/out/types/ProxyTaskArgs.d.mjs.map +1 -0
  707. package/out/types/ProxyTaskArgs.d.ts +2176 -0
  708. package/out/types/ProxyTaskArgs.d.ts.map +1 -0
  709. package/out/types/ProxyTaskArgs.js +80 -0
  710. package/out/types/ProxyTaskArgs.js.map +1 -0
  711. package/out/types/ProxyTaskArgs.mjs +49 -0
  712. package/out/types/ProxyTaskArgs.mjs.map +1 -0
  713. package/out/types/ProxyTemplateArgs.d.js +19 -0
  714. package/out/types/ProxyTemplateArgs.d.js.map +1 -0
  715. package/out/types/ProxyTemplateArgs.d.mjs +1 -0
  716. package/out/types/ProxyTemplateArgs.d.mjs.map +1 -0
  717. package/out/types/ProxyTemplateArgs.d.ts +2176 -0
  718. package/out/types/ProxyTemplateArgs.d.ts.map +1 -0
  719. package/out/types/ProxyTemplateArgs.js +80 -0
  720. package/out/types/ProxyTemplateArgs.js.map +1 -0
  721. package/out/types/ProxyTemplateArgs.mjs +49 -0
  722. package/out/types/ProxyTemplateArgs.mjs.map +1 -0
  723. package/out/types/PublicKeyHash.d.js +19 -0
  724. package/out/types/PublicKeyHash.d.js.map +1 -0
  725. package/out/types/PublicKeyHash.d.mjs +1 -0
  726. package/out/types/PublicKeyHash.d.mjs.map +1 -0
  727. package/out/types/PublicKeyHash.d.ts +17 -0
  728. package/out/types/PublicKeyHash.d.ts.map +1 -0
  729. package/out/types/PublicKeyHash.js +80 -0
  730. package/out/types/PublicKeyHash.js.map +1 -0
  731. package/out/types/PublicKeyHash.mjs +49 -0
  732. package/out/types/PublicKeyHash.mjs.map +1 -0
  733. package/out/types/RequestArgs.d.js +19 -0
  734. package/out/types/RequestArgs.d.js.map +1 -0
  735. package/out/types/RequestArgs.d.mjs +1 -0
  736. package/out/types/RequestArgs.d.mjs.map +1 -0
  737. package/out/types/RequestArgs.d.ts +2159 -0
  738. package/out/types/RequestArgs.d.ts.map +1 -0
  739. package/out/types/RequestArgs.js +80 -0
  740. package/out/types/RequestArgs.js.map +1 -0
  741. package/out/types/RequestArgs.mjs +49 -0
  742. package/out/types/RequestArgs.mjs.map +1 -0
  743. package/out/types/RuntimeDependency.d.js +19 -0
  744. package/out/types/RuntimeDependency.d.js.map +1 -0
  745. package/out/types/RuntimeDependency.d.mjs +1 -0
  746. package/out/types/RuntimeDependency.d.mjs.map +1 -0
  747. package/out/types/RuntimeDependency.d.ts +82 -0
  748. package/out/types/RuntimeDependency.d.ts.map +1 -0
  749. package/out/types/RuntimeDependency.js +80 -0
  750. package/out/types/RuntimeDependency.js.map +1 -0
  751. package/out/types/RuntimeDependency.mjs +49 -0
  752. package/out/types/RuntimeDependency.mjs.map +1 -0
  753. package/out/types/RuntimeDependencyReport.d.js +19 -0
  754. package/out/types/RuntimeDependencyReport.d.js.map +1 -0
  755. package/out/types/RuntimeDependencyReport.d.mjs +1 -0
  756. package/out/types/RuntimeDependencyReport.d.mjs.map +1 -0
  757. package/out/types/RuntimeDependencyReport.d.ts +99 -0
  758. package/out/types/RuntimeDependencyReport.d.ts.map +1 -0
  759. package/out/types/RuntimeDependencyReport.js +80 -0
  760. package/out/types/RuntimeDependencyReport.js.map +1 -0
  761. package/out/types/RuntimeDependencyReport.mjs +49 -0
  762. package/out/types/RuntimeDependencyReport.mjs.map +1 -0
  763. package/out/types/SHA256.d.js +19 -0
  764. package/out/types/SHA256.d.js.map +1 -0
  765. package/out/types/SHA256.d.mjs +1 -0
  766. package/out/types/SHA256.d.mjs.map +1 -0
  767. package/out/types/SHA256.d.ts +17 -0
  768. package/out/types/SHA256.d.ts.map +1 -0
  769. package/out/types/SHA256.js +80 -0
  770. package/out/types/SHA256.js.map +1 -0
  771. package/out/types/SHA256.mjs +49 -0
  772. package/out/types/SHA256.mjs.map +1 -0
  773. package/out/types/SandboxAccountConfig.d.js +19 -0
  774. package/out/types/SandboxAccountConfig.d.js.map +1 -0
  775. package/out/types/SandboxAccountConfig.d.mjs +1 -0
  776. package/out/types/SandboxAccountConfig.d.mjs.map +1 -0
  777. package/out/types/SandboxAccountConfig.d.ts +69 -0
  778. package/out/types/SandboxAccountConfig.d.ts.map +1 -0
  779. package/out/types/SandboxAccountConfig.js +80 -0
  780. package/out/types/SandboxAccountConfig.js.map +1 -0
  781. package/out/types/SandboxAccountConfig.mjs +49 -0
  782. package/out/types/SandboxAccountConfig.mjs.map +1 -0
  783. package/out/types/SandboxConfig.d.js +19 -0
  784. package/out/types/SandboxConfig.d.js.map +1 -0
  785. package/out/types/SandboxConfig.d.mjs +1 -0
  786. package/out/types/SandboxConfig.d.mjs.map +1 -0
  787. package/out/types/SandboxConfig.d.ts +289 -0
  788. package/out/types/SandboxConfig.d.ts.map +1 -0
  789. package/out/types/SandboxConfig.js +80 -0
  790. package/out/types/SandboxConfig.js.map +1 -0
  791. package/out/types/SandboxConfig.mjs +49 -0
  792. package/out/types/SandboxConfig.mjs.map +1 -0
  793. package/out/types/SanitizedAbsPath.d.js +19 -0
  794. package/out/types/SanitizedAbsPath.d.js.map +1 -0
  795. package/out/types/SanitizedAbsPath.d.mjs +1 -0
  796. package/out/types/SanitizedAbsPath.d.mjs.map +1 -0
  797. package/out/types/SanitizedAbsPath.d.ts +17 -0
  798. package/out/types/SanitizedAbsPath.d.ts.map +1 -0
  799. package/out/types/SanitizedAbsPath.js +80 -0
  800. package/out/types/SanitizedAbsPath.js.map +1 -0
  801. package/out/types/SanitizedAbsPath.mjs +49 -0
  802. package/out/types/SanitizedAbsPath.mjs.map +1 -0
  803. package/out/types/SanitizedArgs.d.js +19 -0
  804. package/out/types/SanitizedArgs.d.js.map +1 -0
  805. package/out/types/SanitizedArgs.d.mjs +1 -0
  806. package/out/types/SanitizedArgs.d.mjs.map +1 -0
  807. package/out/types/SanitizedArgs.d.ts +238 -0
  808. package/out/types/SanitizedArgs.d.ts.map +1 -0
  809. package/out/types/SanitizedArgs.js +80 -0
  810. package/out/types/SanitizedArgs.js.map +1 -0
  811. package/out/types/SanitizedArgs.mjs +49 -0
  812. package/out/types/SanitizedArgs.mjs.map +1 -0
  813. package/out/types/SanitizedPath.d.js +19 -0
  814. package/out/types/SanitizedPath.d.js.map +1 -0
  815. package/out/types/SanitizedPath.d.mjs +1 -0
  816. package/out/types/SanitizedPath.d.mjs.map +1 -0
  817. package/out/types/SanitizedPath.d.ts +17 -0
  818. package/out/types/SanitizedPath.d.ts.map +1 -0
  819. package/out/types/SanitizedPath.js +80 -0
  820. package/out/types/SanitizedPath.js.map +1 -0
  821. package/out/types/SanitizedPath.mjs +49 -0
  822. package/out/types/SanitizedPath.mjs.map +1 -0
  823. package/out/types/ScaffoldConfig.d.js +19 -0
  824. package/out/types/ScaffoldConfig.d.js.map +1 -0
  825. package/out/types/ScaffoldConfig.d.mjs +1 -0
  826. package/out/types/ScaffoldConfig.d.mjs.map +1 -0
  827. package/out/types/ScaffoldConfig.d.ts +43 -0
  828. package/out/types/ScaffoldConfig.d.ts.map +1 -0
  829. package/out/types/ScaffoldConfig.js +80 -0
  830. package/out/types/ScaffoldConfig.js.map +1 -0
  831. package/out/types/ScaffoldConfig.mjs +49 -0
  832. package/out/types/ScaffoldConfig.mjs.map +1 -0
  833. package/out/types/Settings.d.js +19 -0
  834. package/out/types/Settings.d.js.map +1 -0
  835. package/out/types/Settings.d.mjs +1 -0
  836. package/out/types/Settings.d.mjs.map +1 -0
  837. package/out/types/Settings.d.ts +43 -0
  838. package/out/types/Settings.d.ts.map +1 -0
  839. package/out/types/Settings.js +80 -0
  840. package/out/types/Settings.js.map +1 -0
  841. package/out/types/Settings.mjs +49 -0
  842. package/out/types/Settings.mjs.map +1 -0
  843. package/out/types/SingleChar.d.js +19 -0
  844. package/out/types/SingleChar.d.js.map +1 -0
  845. package/out/types/SingleChar.d.mjs +1 -0
  846. package/out/types/SingleChar.d.mjs.map +1 -0
  847. package/out/types/SingleChar.d.ts +17 -0
  848. package/out/types/SingleChar.d.ts.map +1 -0
  849. package/out/types/SingleChar.js +80 -0
  850. package/out/types/SingleChar.js.map +1 -0
  851. package/out/types/SingleChar.mjs +49 -0
  852. package/out/types/SingleChar.mjs.map +1 -0
  853. package/out/types/Task.d.js +19 -0
  854. package/out/types/Task.d.js.map +1 -0
  855. package/out/types/Task.d.mjs +1 -0
  856. package/out/types/Task.d.mjs.map +1 -0
  857. package/out/types/Task.d.ts +475 -0
  858. package/out/types/Task.d.ts.map +1 -0
  859. package/out/types/Task.js +80 -0
  860. package/out/types/Task.js.map +1 -0
  861. package/out/types/Task.mjs +49 -0
  862. package/out/types/Task.mjs.map +1 -0
  863. package/out/types/Template.d.js +19 -0
  864. package/out/types/Template.d.js.map +1 -0
  865. package/out/types/Template.d.mjs +1 -0
  866. package/out/types/Template.d.mjs.map +1 -0
  867. package/out/types/Template.d.ts +3373 -0
  868. package/out/types/Template.d.ts.map +1 -0
  869. package/out/types/Template.js +80 -0
  870. package/out/types/Template.js.map +1 -0
  871. package/out/types/Template.mjs +49 -0
  872. package/out/types/Template.mjs.map +1 -0
  873. package/out/types/Timestamp.d.js +19 -0
  874. package/out/types/Timestamp.d.js.map +1 -0
  875. package/out/types/Timestamp.d.mjs +1 -0
  876. package/out/types/Timestamp.d.mjs.map +1 -0
  877. package/out/types/Timestamp.d.ts +17 -0
  878. package/out/types/Timestamp.d.ts.map +1 -0
  879. package/out/types/Timestamp.js +80 -0
  880. package/out/types/Timestamp.js.map +1 -0
  881. package/out/types/Timestamp.mjs +49 -0
  882. package/out/types/Timestamp.mjs.map +1 -0
  883. package/out/types/Tz.d.js +19 -0
  884. package/out/types/Tz.d.js.map +1 -0
  885. package/out/types/Tz.d.mjs +1 -0
  886. package/out/types/Tz.d.mjs.map +1 -0
  887. package/out/types/Tz.d.ts +17 -0
  888. package/out/types/Tz.d.ts.map +1 -0
  889. package/out/types/Tz.js +80 -0
  890. package/out/types/Tz.js.map +1 -0
  891. package/out/types/Tz.mjs +49 -0
  892. package/out/types/Tz.mjs.map +1 -0
  893. package/out/types/TzKtConfig.d.js +19 -0
  894. package/out/types/TzKtConfig.d.js.map +1 -0
  895. package/out/types/TzKtConfig.d.mjs +1 -0
  896. package/out/types/TzKtConfig.d.mjs.map +1 -0
  897. package/out/types/TzKtConfig.d.ts +69 -0
  898. package/out/types/TzKtConfig.d.ts.map +1 -0
  899. package/out/types/TzKtConfig.js +80 -0
  900. package/out/types/TzKtConfig.js.map +1 -0
  901. package/out/types/TzKtConfig.mjs +49 -0
  902. package/out/types/TzKtConfig.mjs.map +1 -0
  903. package/out/types/Url.d.js +19 -0
  904. package/out/types/Url.d.js.map +1 -0
  905. package/out/types/Url.d.mjs +1 -0
  906. package/out/types/Url.d.mjs.map +1 -0
  907. package/out/types/Url.d.ts +17 -0
  908. package/out/types/Url.d.ts.map +1 -0
  909. package/out/types/Url.js +80 -0
  910. package/out/types/Url.js.map +1 -0
  911. package/out/types/Url.mjs +49 -0
  912. package/out/types/Url.mjs.map +1 -0
  913. package/out/types/Verb.d.js +19 -0
  914. package/out/types/Verb.d.js.map +1 -0
  915. package/out/types/Verb.d.mjs +1 -0
  916. package/out/types/Verb.d.mjs.map +1 -0
  917. package/out/types/Verb.d.ts +17 -0
  918. package/out/types/Verb.d.ts.map +1 -0
  919. package/out/types/Verb.js +80 -0
  920. package/out/types/Verb.js.map +1 -0
  921. package/out/types/Verb.mjs +49 -0
  922. package/out/types/Verb.mjs.map +1 -0
  923. package/out/types/VersionNumber.d.js +19 -0
  924. package/out/types/VersionNumber.d.js.map +1 -0
  925. package/out/types/VersionNumber.d.mjs +1 -0
  926. package/out/types/VersionNumber.d.mjs.map +1 -0
  927. package/out/types/VersionNumber.d.ts +17 -0
  928. package/out/types/VersionNumber.d.ts.map +1 -0
  929. package/out/types/VersionNumber.js +80 -0
  930. package/out/types/VersionNumber.js.map +1 -0
  931. package/out/types/VersionNumber.mjs +49 -0
  932. package/out/types/VersionNumber.mjs.map +1 -0
  933. package/out/types-strict.d.js +19 -0
  934. package/out/types-strict.d.js.map +1 -0
  935. package/out/types-strict.d.mjs +1 -0
  936. package/out/types-strict.d.mjs.map +1 -0
  937. package/out/types-strict.d.ts +455 -0
  938. package/out/types-strict.d.ts.map +1 -0
  939. package/out/types-strict.js +19 -0
  940. package/out/types-strict.js.map +1 -0
  941. package/out/types-strict.mjs +1 -0
  942. package/out/types-strict.mjs.map +1 -0
  943. package/out/types-zod.d.js +19 -0
  944. package/out/types-zod.d.js.map +1 -0
  945. package/out/types-zod.d.mjs +1 -0
  946. package/out/types-zod.d.mjs.map +1 -0
  947. package/out/types-zod.d.ts +15687 -0
  948. package/out/types-zod.d.ts.map +1 -0
  949. package/out/types-zod.js +450 -0
  950. package/out/types-zod.js.map +1 -0
  951. package/out/types-zod.mjs +366 -0
  952. package/out/types-zod.mjs.map +1 -0
  953. package/package.json +17 -4
  954. package/scripts/build-types.d.ts +2 -0
  955. package/scripts/build-types.d.ts.map +1 -0
  956. package/scripts/post-ts-to-zod.d.ts +2 -0
  957. package/scripts/post-ts-to-zod.d.ts.map +1 -0
  958. package/types.d.ts +311 -0
  959. package/types.d.ts.map +1 -0
  960. package/types.js +19 -0
  961. package/types.js.map +1 -0
  962. package/types.mjs +1 -0
  963. package/types.mjs.map +1 -0
  964. package/tzkt-config.d.ts +10 -10
package/Template.d.ts CHANGED
@@ -1,1738 +1,9 @@
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
- env?: 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, import("@taqueria/protocol/Base").Flatten<{
86
- accounts?: Record<string, any> | undefined;
87
- faucet?: import("@taqueria/protocol/Base").Flatten<{
88
- email?: string | undefined;
89
- password?: string | undefined;
90
- amount?: string | undefined;
91
- activation_code?: string | undefined;
92
- mnemonic: string[];
93
- pkh: string & {
94
- readonly __kind: any;
95
- };
96
- } & {
97
- readonly __kind: any;
98
- }> | undefined;
99
- label: string & {
100
- readonly __kind: any;
101
- };
102
- rpcUrl: string & {
103
- readonly __kind: any;
104
- };
105
- protocol: string & {
106
- readonly __kind: any;
107
- };
108
- } & {
109
- readonly __kind: any;
110
- }>> | undefined;
111
- sandbox?: Record<string, {
112
- accounts?: Record<string, string | ({
113
- encryptedKey: string;
114
- publicKeyHash: string & {
115
- readonly __kind: any;
116
- };
117
- secretKey: string;
118
- } & {
119
- readonly __kind: any;
120
- })> | undefined;
121
- attributes?: Record<string, string | number | boolean> | undefined;
122
- plugin?: (string & {
123
- readonly __kind: any;
124
- }) | undefined;
125
- tzkt?: {
126
- disableAutostartWithSandbox: boolean;
127
- postgresqlPort: number;
128
- apiPort: number;
129
- } | undefined;
130
- label: string & {
131
- readonly __kind: any;
132
- };
133
- rpcUrl: string & {
134
- readonly __kind: any;
135
- };
136
- protocol: string & {
137
- readonly __kind: any;
138
- };
139
- } & {
140
- readonly __kind: any;
141
- }> | undefined;
142
- environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
143
- storage?: Record<string, any> | undefined;
144
- aliases?: Record<string, any> | undefined;
145
- networks: string[];
146
- sandboxes: string[];
147
- } & {
148
- readonly __kind: any;
149
- }>> | undefined;
150
- metadata?: ({
151
- name?: string | undefined;
152
- projectDescription?: string | undefined;
153
- authors?: string[] | undefined;
154
- license?: string | undefined;
155
- homepage?: string | undefined;
156
- } & {
157
- readonly __kind: any;
158
- }) | undefined;
159
- hash: string & {
160
- readonly __kind: any;
161
- };
162
- accounts: Record<string, string | number>;
163
- plugins: ({
164
- type: "npm" | "binary" | "deno";
165
- name: string;
166
- } & {
167
- readonly __kind: any;
168
- })[];
169
- contractsDir: string;
170
- artifactsDir: string;
171
- projectDir: string & {
172
- readonly __kind: any;
173
- };
174
- configFile: string & {
175
- readonly __kind: any;
176
- };
177
- }> & {
178
- readonly __kind: any;
179
- };
180
- debug: boolean;
181
- fromVsCode: boolean;
182
- projectDir: string & {
183
- readonly __kind: any;
184
- };
185
- _: (string | number)[];
186
- maxConcurrency: number;
187
- disableState: boolean;
188
- logPluginRequests: boolean;
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
- env?: 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, import("@taqueria/protocol/Base").Flatten<{
211
- accounts?: Record<string, any> | undefined;
212
- faucet?: import("@taqueria/protocol/Base").Flatten<{
213
- email?: string | undefined;
214
- password?: string | undefined;
215
- amount?: string | undefined;
216
- activation_code?: string | undefined;
217
- mnemonic: string[];
218
- pkh: string & {
219
- readonly __kind: any;
220
- };
221
- } & {
222
- readonly __kind: any;
223
- }> | undefined;
224
- label: string & {
225
- readonly __kind: any;
226
- };
227
- rpcUrl: string & {
228
- readonly __kind: any;
229
- };
230
- protocol: string & {
231
- readonly __kind: any;
232
- };
233
- } & {
234
- readonly __kind: any;
235
- }>> | undefined;
236
- sandbox?: Record<string, {
237
- accounts?: Record<string, string | ({
238
- encryptedKey: string;
239
- publicKeyHash: string & {
240
- readonly __kind: any;
241
- };
242
- secretKey: string;
243
- } & {
244
- readonly __kind: any;
245
- })> | undefined;
246
- attributes?: Record<string, string | number | boolean> | undefined;
247
- plugin?: (string & {
248
- readonly __kind: any;
249
- }) | undefined;
250
- tzkt?: {
251
- disableAutostartWithSandbox: boolean;
252
- postgresqlPort: number;
253
- apiPort: number;
254
- } | undefined;
255
- label: string & {
256
- readonly __kind: any;
257
- };
258
- rpcUrl: string & {
259
- readonly __kind: any;
260
- };
261
- protocol: string & {
262
- readonly __kind: any;
263
- };
264
- } & {
265
- readonly __kind: any;
266
- }> | undefined;
267
- environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
268
- storage?: Record<string, any> | undefined;
269
- aliases?: Record<string, any> | undefined;
270
- networks: string[];
271
- sandboxes: string[];
272
- } & {
273
- readonly __kind: any;
274
- }>> | undefined;
275
- metadata?: ({
276
- name?: string | undefined;
277
- projectDescription?: string | undefined;
278
- authors?: string[] | undefined;
279
- license?: string | undefined;
280
- homepage?: string | undefined;
281
- } & {
282
- readonly __kind: any;
283
- }) | undefined;
284
- hash: string & {
285
- readonly __kind: any;
286
- };
287
- accounts: Record<string, string | number>;
288
- plugins: ({
289
- type: "npm" | "binary" | "deno";
290
- name: string;
291
- } & {
292
- readonly __kind: any;
293
- })[];
294
- contractsDir: string;
295
- artifactsDir: string;
296
- projectDir: string & {
297
- readonly __kind: any;
298
- };
299
- configFile: string & {
300
- readonly __kind: any;
301
- };
302
- }> & {
303
- readonly __kind: any;
304
- };
305
- debug: boolean;
306
- fromVsCode: boolean;
307
- projectDir: string & {
308
- readonly __kind: any;
309
- };
310
- _: (string | number)[];
311
- maxConcurrency: number;
312
- disableState: boolean;
313
- logPluginRequests: boolean;
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
- env?: 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, import("@taqueria/protocol/Base").Flatten<{
384
- accounts?: Record<string, any> | undefined;
385
- faucet?: import("@taqueria/protocol/Base").Flatten<{
386
- email?: string | undefined;
387
- password?: string | undefined;
388
- amount?: string | undefined;
389
- activation_code?: string | undefined;
390
- mnemonic: string[];
391
- pkh: string & {
392
- readonly __kind: any;
393
- };
394
- } & {
395
- readonly __kind: any;
396
- }> | undefined;
397
- label: string & {
398
- readonly __kind: any;
399
- };
400
- rpcUrl: string & {
401
- readonly __kind: any;
402
- };
403
- protocol: string & {
404
- readonly __kind: any;
405
- };
406
- } & {
407
- readonly __kind: any;
408
- }>> | undefined;
409
- sandbox?: Record<string, {
410
- accounts?: Record<string, string | ({
411
- encryptedKey: string;
412
- publicKeyHash: string & {
413
- readonly __kind: any;
414
- };
415
- secretKey: string;
416
- } & {
417
- readonly __kind: any;
418
- })> | undefined;
419
- attributes?: Record<string, string | number | boolean> | undefined;
420
- plugin?: (string & {
421
- readonly __kind: any;
422
- }) | undefined;
423
- tzkt?: {
424
- disableAutostartWithSandbox: boolean;
425
- postgresqlPort: number;
426
- apiPort: number;
427
- } | undefined;
428
- label: string & {
429
- readonly __kind: any;
430
- };
431
- rpcUrl: string & {
432
- readonly __kind: any;
433
- };
434
- protocol: string & {
435
- readonly __kind: any;
436
- };
437
- } & {
438
- readonly __kind: any;
439
- }> | undefined;
440
- environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
441
- storage?: Record<string, any> | undefined;
442
- aliases?: Record<string, any> | undefined;
443
- networks: string[];
444
- sandboxes: string[];
445
- } & {
446
- readonly __kind: any;
447
- }>> | undefined;
448
- metadata?: ({
449
- name?: string | undefined;
450
- projectDescription?: string | undefined;
451
- authors?: string[] | undefined;
452
- license?: string | undefined;
453
- homepage?: string | undefined;
454
- } & {
455
- readonly __kind: any;
456
- }) | undefined;
457
- hash: string & {
458
- readonly __kind: any;
459
- };
460
- accounts: Record<string, string | number>;
461
- plugins: ({
462
- type: "npm" | "binary" | "deno";
463
- name: string;
464
- } & {
465
- readonly __kind: any;
466
- })[];
467
- contractsDir: string;
468
- artifactsDir: string;
469
- projectDir: string & {
470
- readonly __kind: any;
471
- };
472
- configFile: string & {
473
- readonly __kind: any;
474
- };
475
- }> & {
476
- readonly __kind: any;
477
- };
478
- debug: boolean;
479
- fromVsCode: boolean;
480
- projectDir: string & {
481
- readonly __kind: any;
482
- };
483
- _: (string | number)[];
484
- maxConcurrency: number;
485
- disableState: boolean;
486
- logPluginRequests: boolean;
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
- env?: 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, import("@taqueria/protocol/Base").Flatten<{
578
- accounts?: Record<string, any> | undefined;
579
- faucet?: import("@taqueria/protocol/Base").Flatten<{
580
- email?: string | undefined;
581
- password?: string | undefined;
582
- amount?: string | undefined;
583
- activation_code?: string | undefined;
584
- mnemonic: string[];
585
- pkh: string & {
586
- readonly __kind: any;
587
- };
588
- } & {
589
- readonly __kind: any;
590
- }> | undefined;
591
- label: string & {
592
- readonly __kind: any;
593
- };
594
- rpcUrl: string & {
595
- readonly __kind: any;
596
- };
597
- protocol: string & {
598
- readonly __kind: any;
599
- };
600
- } & {
601
- readonly __kind: any;
602
- }>> | undefined;
603
- sandbox?: Record<string, {
604
- accounts?: Record<string, string | ({
605
- encryptedKey: string;
606
- publicKeyHash: string & {
607
- readonly __kind: any;
608
- };
609
- secretKey: string;
610
- } & {
611
- readonly __kind: any;
612
- })> | undefined;
613
- attributes?: Record<string, string | number | boolean> | undefined;
614
- plugin?: (string & {
615
- readonly __kind: any;
616
- }) | undefined;
617
- tzkt?: {
618
- disableAutostartWithSandbox: boolean;
619
- postgresqlPort: number;
620
- apiPort: number;
621
- } | undefined;
622
- label: string & {
623
- readonly __kind: any;
624
- };
625
- rpcUrl: string & {
626
- readonly __kind: any;
627
- };
628
- protocol: string & {
629
- readonly __kind: any;
630
- };
631
- } & {
632
- readonly __kind: any;
633
- }> | undefined;
634
- environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
635
- storage?: Record<string, any> | undefined;
636
- aliases?: Record<string, any> | undefined;
637
- networks: string[];
638
- sandboxes: string[];
639
- } & {
640
- readonly __kind: any;
641
- }>> | undefined;
642
- metadata?: ({
643
- name?: string | undefined;
644
- projectDescription?: string | undefined;
645
- authors?: string[] | undefined;
646
- license?: string | undefined;
647
- homepage?: string | undefined;
648
- } & {
649
- readonly __kind: any;
650
- }) | undefined;
651
- hash: string & {
652
- readonly __kind: any;
653
- };
654
- accounts: Record<string, string | number>;
655
- plugins: ({
656
- type: "npm" | "binary" | "deno";
657
- name: string;
658
- } & {
659
- readonly __kind: any;
660
- })[];
661
- contractsDir: string;
662
- artifactsDir: string;
663
- projectDir: string & {
664
- readonly __kind: any;
665
- };
666
- configFile: string & {
667
- readonly __kind: any;
668
- };
669
- }> & {
670
- readonly __kind: any;
671
- };
672
- debug: boolean;
673
- fromVsCode: boolean;
674
- projectDir: string & {
675
- readonly __kind: any;
676
- };
677
- _: (string | number)[];
678
- maxConcurrency: number;
679
- disableState: boolean;
680
- logPluginRequests: boolean;
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
- env?: 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, import("@taqueria/protocol/Base").Flatten<{
703
- accounts?: Record<string, any> | undefined;
704
- faucet?: import("@taqueria/protocol/Base").Flatten<{
705
- email?: string | undefined;
706
- password?: string | undefined;
707
- amount?: string | undefined;
708
- activation_code?: string | undefined;
709
- mnemonic: string[];
710
- pkh: string & {
711
- readonly __kind: any;
712
- };
713
- } & {
714
- readonly __kind: any;
715
- }> | undefined;
716
- label: string & {
717
- readonly __kind: any;
718
- };
719
- rpcUrl: string & {
720
- readonly __kind: any;
721
- };
722
- protocol: string & {
723
- readonly __kind: any;
724
- };
725
- } & {
726
- readonly __kind: any;
727
- }>> | undefined;
728
- sandbox?: Record<string, {
729
- accounts?: Record<string, string | ({
730
- encryptedKey: string;
731
- publicKeyHash: string & {
732
- readonly __kind: any;
733
- };
734
- secretKey: string;
735
- } & {
736
- readonly __kind: any;
737
- })> | undefined;
738
- attributes?: Record<string, string | number | boolean> | undefined;
739
- plugin?: (string & {
740
- readonly __kind: any;
741
- }) | undefined;
742
- tzkt?: {
743
- disableAutostartWithSandbox: boolean;
744
- postgresqlPort: number;
745
- apiPort: number;
746
- } | undefined;
747
- label: string & {
748
- readonly __kind: any;
749
- };
750
- rpcUrl: string & {
751
- readonly __kind: any;
752
- };
753
- protocol: string & {
754
- readonly __kind: any;
755
- };
756
- } & {
757
- readonly __kind: any;
758
- }> | undefined;
759
- environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
760
- storage?: Record<string, any> | undefined;
761
- aliases?: Record<string, any> | undefined;
762
- networks: string[];
763
- sandboxes: string[];
764
- } & {
765
- readonly __kind: any;
766
- }>> | undefined;
767
- metadata?: ({
768
- name?: string | undefined;
769
- projectDescription?: string | undefined;
770
- authors?: string[] | undefined;
771
- license?: string | undefined;
772
- homepage?: string | undefined;
773
- } & {
774
- readonly __kind: any;
775
- }) | undefined;
776
- hash: string & {
777
- readonly __kind: any;
778
- };
779
- accounts: Record<string, string | number>;
780
- plugins: ({
781
- type: "npm" | "binary" | "deno";
782
- name: string;
783
- } & {
784
- readonly __kind: any;
785
- })[];
786
- contractsDir: string;
787
- artifactsDir: string;
788
- projectDir: string & {
789
- readonly __kind: any;
790
- };
791
- configFile: string & {
792
- readonly __kind: any;
793
- };
794
- }> & {
795
- readonly __kind: any;
796
- };
797
- debug: boolean;
798
- fromVsCode: boolean;
799
- projectDir: string & {
800
- readonly __kind: any;
801
- };
802
- _: (string | number)[];
803
- maxConcurrency: number;
804
- disableState: boolean;
805
- logPluginRequests: boolean;
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
- env?: 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, import("@taqueria/protocol/Base").Flatten<{
978
- accounts?: Record<string, any> | undefined;
979
- faucet?: import("@taqueria/protocol/Base").Flatten<{
980
- email?: string | undefined;
981
- password?: string | undefined;
982
- amount?: string | undefined;
983
- activation_code?: string | undefined;
984
- mnemonic: string[];
985
- pkh: string & {
986
- readonly __kind: any;
987
- };
988
- } & {
989
- readonly __kind: any;
990
- }> | undefined;
991
- label: string & {
992
- readonly __kind: any;
993
- };
994
- rpcUrl: string & {
995
- readonly __kind: any;
996
- };
997
- protocol: string & {
998
- readonly __kind: any;
999
- };
1000
- } & {
1001
- readonly __kind: any;
1002
- }>> | undefined;
1003
- sandbox?: Record<string, {
1004
- accounts?: Record<string, string | ({
1005
- encryptedKey: string;
1006
- publicKeyHash: string & {
1007
- readonly __kind: any;
1008
- };
1009
- secretKey: string;
1010
- } & {
1011
- readonly __kind: any;
1012
- })> | undefined;
1013
- attributes?: Record<string, string | number | boolean> | undefined;
1014
- plugin?: (string & {
1015
- readonly __kind: any;
1016
- }) | undefined;
1017
- tzkt?: {
1018
- disableAutostartWithSandbox: boolean;
1019
- postgresqlPort: number;
1020
- apiPort: number;
1021
- } | undefined;
1022
- label: string & {
1023
- readonly __kind: any;
1024
- };
1025
- rpcUrl: string & {
1026
- readonly __kind: any;
1027
- };
1028
- protocol: string & {
1029
- readonly __kind: any;
1030
- };
1031
- } & {
1032
- readonly __kind: any;
1033
- }> | undefined;
1034
- environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
1035
- storage?: Record<string, any> | undefined;
1036
- aliases?: Record<string, any> | undefined;
1037
- networks: string[];
1038
- sandboxes: string[];
1039
- } & {
1040
- readonly __kind: any;
1041
- }>> | undefined;
1042
- metadata?: ({
1043
- name?: string | undefined;
1044
- projectDescription?: string | undefined;
1045
- authors?: string[] | undefined;
1046
- license?: string | undefined;
1047
- homepage?: string | undefined;
1048
- } & {
1049
- readonly __kind: any;
1050
- }) | undefined;
1051
- hash: string & {
1052
- readonly __kind: any;
1053
- };
1054
- accounts: Record<string, string | number>;
1055
- plugins: ({
1056
- type: "npm" | "binary" | "deno";
1057
- name: string;
1058
- } & {
1059
- readonly __kind: any;
1060
- })[];
1061
- contractsDir: string;
1062
- artifactsDir: string;
1063
- projectDir: string & {
1064
- readonly __kind: any;
1065
- };
1066
- configFile: string & {
1067
- readonly __kind: any;
1068
- };
1069
- }> & {
1070
- readonly __kind: any;
1071
- };
1072
- debug: boolean;
1073
- fromVsCode: boolean;
1074
- projectDir: string & {
1075
- readonly __kind: any;
1076
- };
1077
- _: (string | number)[];
1078
- maxConcurrency: number;
1079
- disableState: boolean;
1080
- logPluginRequests: boolean;
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 type Template = z.infer<typeof generatedSchemas.schema>;
1415
- export 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>;
1
+ import { NonEmptyString, PluginJsonResponse, RequestArgs } from '@taqueria/protocol';
2
+ import { Template } from '@taqueria/protocol/types';
3
+ export * from '@taqueria/protocol/out/types/Template';
4
+ type TemplateHandler = NonEmptyString.t | ((args: RequestArgs.t) => PluginJsonResponse.t | Promise<PluginJsonResponse.t>) | Promise<void>;
5
+ type InputTemplate = Omit<Template, 'handler'> & {
6
+ handler: TemplateHandler;
1737
7
  };
8
+ export declare function create(args: InputTemplate): import("@taqueria/protocol/out/types/Template").Template;
1738
9
  //# sourceMappingURL=Template.d.ts.map