@taqueria/protocol 0.25.4-alpha → 0.25.11-rc

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 +41 -1
  2. package/Alias.d.ts.map +1 -1
  3. package/Alias.js +51 -2
  4. package/Alias.js.map +1 -1
  5. package/Alias.mjs +32 -1
  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 +23 -1
  11. package/Command.d.ts.map +1 -1
  12. package/Command.js +42 -2
  13. package/Command.js.map +1 -1
  14. package/Command.mjs +23 -1
  15. package/Command.mjs.map +1 -1
  16. package/Config.d.ts +2079 -1
  17. package/Config.d.ts.map +1 -1
  18. package/Config.js +153 -2
  19. package/Config.js.map +1 -1
  20. package/Config.mjs +130 -1
  21. package/Config.mjs.map +1 -1
  22. package/Contract.d.ts +81 -1
  23. package/Contract.d.ts.map +1 -1
  24. package/Contract.js +49 -2
  25. package/Contract.js.map +1 -1
  26. package/Contract.mjs +30 -1
  27. package/Contract.mjs.map +1 -1
  28. package/Crypto.d.ts +2 -4
  29. package/Crypto.d.ts.map +1 -1
  30. package/Crypto.js +16 -0
  31. package/Crypto.js.map +1 -1
  32. package/Crypto.mjs +9 -0
  33. package/Crypto.mjs.map +1 -1
  34. package/EconomicalProtocolHash.d.ts +40 -1
  35. package/EconomicalProtocolHash.d.ts.map +1 -1
  36. package/EconomicalProtocolHash.js +45 -2
  37. package/EconomicalProtocolHash.js.map +1 -1
  38. package/EconomicalProtocolHash.mjs +25 -1
  39. package/EconomicalProtocolHash.mjs.map +1 -1
  40. package/Environment.d.ts +133 -1
  41. package/Environment.d.ts.map +1 -1
  42. package/Environment.js +63 -6
  43. package/Environment.js.map +1 -1
  44. package/Environment.mjs +38 -1
  45. package/Environment.mjs.map +1 -1
  46. package/EphemeralState.d.ts +4343 -1765
  47. package/EphemeralState.d.ts.map +1 -1
  48. package/EphemeralState.js +40 -39
  49. package/EphemeralState.js.map +1 -1
  50. package/EphemeralState.mjs +20 -30
  51. package/EphemeralState.mjs.map +1 -1
  52. package/Faucet.d.ts +203 -1
  53. package/Faucet.d.ts.map +1 -1
  54. package/Faucet.js +77 -2
  55. package/Faucet.js.map +1 -1
  56. package/Faucet.mjs +57 -1
  57. package/Faucet.mjs.map +1 -1
  58. package/HumanReadableIdentifier.d.ts +23 -1
  59. package/HumanReadableIdentifier.d.ts.map +1 -1
  60. package/HumanReadableIdentifier.js +42 -2
  61. package/HumanReadableIdentifier.js.map +1 -1
  62. package/HumanReadableIdentifier.mjs +23 -1
  63. package/HumanReadableIdentifier.mjs.map +1 -1
  64. package/InstalledPlugin.d.ts +91 -1
  65. package/InstalledPlugin.d.ts.map +1 -1
  66. package/InstalledPlugin.js +48 -2
  67. package/InstalledPlugin.js.map +1 -1
  68. package/InstalledPlugin.mjs +28 -1
  69. package/InstalledPlugin.mjs.map +1 -1
  70. package/LoadedConfig.d.ts +2343 -1
  71. package/LoadedConfig.d.ts.map +1 -1
  72. package/LoadedConfig.js +61 -2
  73. package/LoadedConfig.js.map +1 -1
  74. package/LoadedConfig.mjs +39 -1
  75. package/LoadedConfig.mjs.map +1 -1
  76. package/MetadataConfig.d.ts +154 -1
  77. package/MetadataConfig.d.ts.map +1 -1
  78. package/MetadataConfig.js +56 -2
  79. package/MetadataConfig.js.map +1 -1
  80. package/MetadataConfig.mjs +36 -1
  81. package/MetadataConfig.mjs.map +1 -1
  82. package/NetworkConfig.d.ts +443 -1
  83. package/NetworkConfig.d.ts.map +1 -1
  84. package/NetworkConfig.js +66 -2
  85. package/NetworkConfig.js.map +1 -1
  86. package/NetworkConfig.mjs +46 -1
  87. package/NetworkConfig.mjs.map +1 -1
  88. package/Operation.d.ts +1469 -1
  89. package/Operation.d.ts.map +1 -1
  90. package/Operation.js +79 -2
  91. package/Operation.js.map +1 -1
  92. package/Operation.mjs +58 -1
  93. package/Operation.mjs.map +1 -1
  94. package/Option.d.ts +308 -1
  95. package/Option.d.ts.map +1 -1
  96. package/Option.js +84 -2
  97. package/Option.js.map +1 -1
  98. package/Option.mjs +63 -1
  99. package/Option.mjs.map +1 -1
  100. package/ParsedOperation.d.ts +879 -1
  101. package/ParsedOperation.d.ts.map +1 -1
  102. package/ParsedOperation.js +44 -2
  103. package/ParsedOperation.js.map +1 -1
  104. package/ParsedOperation.mjs +24 -1
  105. package/ParsedOperation.mjs.map +1 -1
  106. package/ParsedTemplate.d.ts +1023 -1
  107. package/ParsedTemplate.d.ts.map +1 -1
  108. package/ParsedTemplate.js +52 -2
  109. package/ParsedTemplate.js.map +1 -1
  110. package/ParsedTemplate.mjs +32 -1
  111. package/ParsedTemplate.mjs.map +1 -1
  112. package/PersistentState.d.ts +243 -113
  113. package/PersistentState.d.ts.map +1 -1
  114. package/PluginActionName.d.ts +21 -1
  115. package/PluginActionName.d.ts.map +1 -1
  116. package/PluginActionName.js +29 -2
  117. package/PluginActionName.js.map +1 -1
  118. package/PluginActionName.mjs +21 -1
  119. package/PluginActionName.mjs.map +1 -1
  120. package/PluginDependenciesResponse.d.ts +151 -1
  121. package/PluginDependenciesResponse.d.ts.map +1 -1
  122. package/PluginDependenciesResponse.js +44 -2
  123. package/PluginDependenciesResponse.js.map +1 -1
  124. package/PluginDependenciesResponse.mjs +26 -1
  125. package/PluginDependenciesResponse.mjs.map +1 -1
  126. package/PluginInfo.d.ts +3011 -4404
  127. package/PluginInfo.d.ts.map +1 -1
  128. package/PluginJsonResponse.d.ts +98 -1
  129. package/PluginJsonResponse.d.ts.map +1 -1
  130. package/PluginJsonResponse.js +40 -2
  131. package/PluginJsonResponse.js.map +1 -1
  132. package/PluginJsonResponse.mjs +23 -1
  133. package/PluginJsonResponse.mjs.map +1 -1
  134. package/PluginProxyResponse.d.ts +15 -1
  135. package/PluginProxyResponse.d.ts.map +1 -1
  136. package/PluginProxyResponse.js +42 -2
  137. package/PluginProxyResponse.js.map +1 -1
  138. package/PluginProxyResponse.mjs +23 -1
  139. package/PluginProxyResponse.mjs.map +1 -1
  140. package/PluginResponseEncoding.d.ts +31 -1
  141. package/PluginResponseEncoding.d.ts.map +1 -1
  142. package/PluginResponseEncoding.js +44 -2
  143. package/PluginResponseEncoding.js.map +1 -1
  144. package/PluginResponseEncoding.mjs +25 -1
  145. package/PluginResponseEncoding.mjs.map +1 -1
  146. package/PluginSchema.d.ts +6893 -8290
  147. package/PluginSchema.d.ts.map +1 -1
  148. package/PluginSchema.js +17 -6
  149. package/PluginSchema.js.map +1 -1
  150. package/PluginSchema.mjs +17 -6
  151. package/PluginSchema.mjs.map +1 -1
  152. package/PositionalArg.d.ts +182 -1
  153. package/PositionalArg.d.ts.map +1 -1
  154. package/PositionalArg.js +59 -2
  155. package/PositionalArg.js.map +1 -1
  156. package/PositionalArg.mjs +39 -1
  157. package/PositionalArg.mjs.map +1 -1
  158. package/Provisioner.d.ts +268 -1
  159. package/Provisioner.d.ts.map +1 -1
  160. package/Provisioner.js +67 -2
  161. package/Provisioner.js.map +1 -1
  162. package/Provisioner.mjs +46 -1
  163. package/Provisioner.mjs.map +1 -1
  164. package/ProvisionerID.d.ts +40 -1
  165. package/ProvisionerID.d.ts.map +1 -1
  166. package/ProvisionerID.js +42 -2
  167. package/ProvisionerID.js.map +1 -1
  168. package/ProvisionerID.mjs +22 -1
  169. package/ProvisionerID.mjs.map +1 -1
  170. package/Provisions.d.ts +236 -1
  171. package/Provisions.d.ts.map +1 -1
  172. package/Provisions.js +74 -2
  173. package/Provisions.js.map +1 -1
  174. package/Provisions.mjs +55 -1
  175. package/Provisions.mjs.map +1 -1
  176. package/PublicKeyHash.d.ts +41 -1
  177. package/PublicKeyHash.d.ts.map +1 -1
  178. package/PublicKeyHash.js +46 -2
  179. package/PublicKeyHash.js.map +1 -1
  180. package/PublicKeyHash.mjs +26 -1
  181. package/PublicKeyHash.mjs.map +1 -1
  182. package/RequestArgs.d.ts +5547 -1
  183. package/RequestArgs.d.ts.map +1 -1
  184. package/RequestArgs.js +121 -6
  185. package/RequestArgs.js.map +1 -1
  186. package/RequestArgs.mjs +87 -1
  187. package/RequestArgs.mjs.map +1 -1
  188. package/SHA256.d.ts +7 -15
  189. package/SHA256.d.ts.map +1 -1
  190. package/SHA256.js +3 -21
  191. package/SHA256.js.map +1 -1
  192. package/SHA256.mjs +3 -20
  193. package/SHA256.mjs.map +1 -1
  194. package/SandboxAccountConfig.d.ts +144 -1
  195. package/SandboxAccountConfig.d.ts.map +1 -1
  196. package/SandboxAccountConfig.js +53 -2
  197. package/SandboxAccountConfig.js.map +1 -1
  198. package/SandboxAccountConfig.mjs +33 -1
  199. package/SandboxAccountConfig.mjs.map +1 -1
  200. package/SandboxConfig.d.ts +542 -1
  201. package/SandboxConfig.d.ts.map +1 -1
  202. package/SandboxConfig.js +84 -2
  203. package/SandboxConfig.js.map +1 -1
  204. package/SandboxConfig.mjs +64 -1
  205. package/SandboxConfig.mjs.map +1 -1
  206. package/SanitizedAbsPath.d.ts +10 -10
  207. package/SanitizedArgs.d.ts +726 -824
  208. package/SanitizedArgs.d.ts.map +1 -1
  209. package/SanitizedArgs.js +3 -5
  210. package/SanitizedArgs.js.map +1 -1
  211. package/SanitizedArgs.mjs +3 -5
  212. package/SanitizedArgs.mjs.map +1 -1
  213. package/SanitizedPath.d.ts +23 -1
  214. package/SanitizedPath.d.ts.map +1 -1
  215. package/SanitizedPath.js +45 -2
  216. package/SanitizedPath.js.map +1 -1
  217. package/SanitizedPath.mjs +26 -1
  218. package/SanitizedPath.mjs.map +1 -1
  219. package/ScaffoldConfig.d.ts +4 -1
  220. package/ScaffoldConfig.d.ts.map +1 -1
  221. package/ScaffoldConfig.js +0 -2
  222. package/ScaffoldConfig.js.map +1 -1
  223. package/ScaffoldConfig.mjs +0 -2
  224. package/ScaffoldConfig.mjs.map +1 -1
  225. package/Settings.d.ts +74 -1
  226. package/Settings.d.ts.map +1 -1
  227. package/Settings.js +47 -2
  228. package/Settings.js.map +1 -1
  229. package/Settings.mjs +27 -1
  230. package/Settings.mjs.map +1 -1
  231. package/SingleChar.d.ts +40 -1
  232. package/SingleChar.d.ts.map +1 -1
  233. package/SingleChar.js +43 -2
  234. package/SingleChar.js.map +1 -1
  235. package/SingleChar.mjs +23 -1
  236. package/SingleChar.mjs.map +1 -1
  237. package/Task.d.ts +817 -1
  238. package/Task.d.ts.map +1 -1
  239. package/Task.js +76 -2
  240. package/Task.js.map +1 -1
  241. package/Task.mjs +56 -1
  242. package/Task.mjs.map +1 -1
  243. package/Template.d.ts +1736 -7
  244. package/Template.d.ts.map +1 -1
  245. package/Template.js +89 -8
  246. package/Template.js.map +1 -1
  247. package/Template.mjs +75 -6
  248. package/Template.mjs.map +1 -1
  249. package/Timestamp.d.ts +43 -1
  250. package/Timestamp.d.ts.map +1 -1
  251. package/Timestamp.js +46 -2
  252. package/Timestamp.js.map +1 -1
  253. package/Timestamp.mjs +25 -1
  254. package/Timestamp.mjs.map +1 -1
  255. package/Tz.d.ts +39 -1
  256. package/Tz.d.ts.map +1 -1
  257. package/Tz.js +43 -2
  258. package/Tz.js.map +1 -1
  259. package/Tz.mjs +23 -1
  260. package/Tz.mjs.map +1 -1
  261. package/Url.d.ts +41 -1
  262. package/Url.d.ts.map +1 -1
  263. package/Url.js +49 -2
  264. package/Url.js.map +1 -1
  265. package/Url.mjs +28 -1
  266. package/Url.mjs.map +1 -1
  267. package/Verb.d.ts +40 -1
  268. package/Verb.d.ts.map +1 -1
  269. package/Verb.js +43 -2
  270. package/Verb.js.map +1 -1
  271. package/Verb.mjs +23 -1
  272. package/Verb.mjs.map +1 -1
  273. package/VersionNumber.d.ts +23 -1
  274. package/VersionNumber.d.ts.map +1 -1
  275. package/VersionNumber.js +42 -2
  276. package/VersionNumber.js.map +1 -1
  277. package/VersionNumber.mjs +23 -1
  278. package/VersionNumber.mjs.map +1 -1
  279. package/package.json +4 -17
  280. package/tzkt-config.d.ts +10 -10
  281. package/ConfigArtifactsDir.d.ts +0 -2
  282. package/ConfigArtifactsDir.d.ts.map +0 -1
  283. package/ConfigArtifactsDir.js +0 -21
  284. package/ConfigArtifactsDir.js.map +0 -1
  285. package/ConfigArtifactsDir.mjs +0 -3
  286. package/ConfigArtifactsDir.mjs.map +0 -1
  287. package/ConfigContractsDir.d.ts +0 -2
  288. package/ConfigContractsDir.d.ts.map +0 -1
  289. package/ConfigContractsDir.js +0 -21
  290. package/ConfigContractsDir.js.map +0 -1
  291. package/ConfigContractsDir.mjs +0 -3
  292. package/ConfigContractsDir.mjs.map +0 -1
  293. package/NetworkAccountConfig.d.ts +0 -2
  294. package/NetworkAccountConfig.d.ts.map +0 -1
  295. package/NetworkAccountConfig.js +0 -21
  296. package/NetworkAccountConfig.js.map +0 -1
  297. package/NetworkAccountConfig.mjs +0 -3
  298. package/NetworkAccountConfig.mjs.map +0 -1
  299. package/NonEmptyString.d.ts +0 -2
  300. package/NonEmptyString.d.ts.map +0 -1
  301. package/NonEmptyString.js +0 -21
  302. package/NonEmptyString.js.map +0 -1
  303. package/NonEmptyString.mjs +0 -3
  304. package/NonEmptyString.mjs.map +0 -1
  305. package/ParsedPluginInfo.d.ts +0 -4124
  306. package/ParsedPluginInfo.d.ts.map +0 -1
  307. package/ParsedPluginInfo.js +0 -81
  308. package/ParsedPluginInfo.js.map +0 -1
  309. package/ParsedPluginInfo.mjs +0 -44
  310. package/ParsedPluginInfo.mjs.map +0 -1
  311. package/ProxyTaskArgs.d.ts +0 -2
  312. package/ProxyTaskArgs.d.ts.map +0 -1
  313. package/ProxyTaskArgs.js +0 -21
  314. package/ProxyTaskArgs.js.map +0 -1
  315. package/ProxyTaskArgs.mjs +0 -3
  316. package/ProxyTaskArgs.mjs.map +0 -1
  317. package/ProxyTemplateArgs.d.ts +0 -2
  318. package/ProxyTemplateArgs.d.ts.map +0 -1
  319. package/ProxyTemplateArgs.js +0 -21
  320. package/ProxyTemplateArgs.js.map +0 -1
  321. package/ProxyTemplateArgs.mjs +0 -3
  322. package/ProxyTemplateArgs.mjs.map +0 -1
  323. package/helpers.d.ts +0 -5
  324. package/helpers.d.ts.map +0 -1
  325. package/helpers.js +0 -53
  326. package/helpers.js.map +0 -1
  327. package/helpers.mjs +0 -28
  328. package/helpers.mjs.map +0 -1
  329. package/index.d.ts +0 -53
  330. package/index.d.ts.map +0 -1
  331. package/index.js +0 -190
  332. package/index.js.map +0 -1
  333. package/index.mjs +0 -108
  334. package/index.mjs.map +0 -1
  335. package/out/types/Alias.d.js +0 -19
  336. package/out/types/Alias.d.js.map +0 -1
  337. package/out/types/Alias.d.mjs +0 -1
  338. package/out/types/Alias.d.mjs.map +0 -1
  339. package/out/types/Alias.d.ts +0 -29
  340. package/out/types/Alias.d.ts.map +0 -1
  341. package/out/types/Alias.js +0 -80
  342. package/out/types/Alias.js.map +0 -1
  343. package/out/types/Alias.mjs +0 -49
  344. package/out/types/Alias.mjs.map +0 -1
  345. package/out/types/BuildNumber.d.js +0 -19
  346. package/out/types/BuildNumber.d.js.map +0 -1
  347. package/out/types/BuildNumber.d.mjs +0 -1
  348. package/out/types/BuildNumber.d.mjs.map +0 -1
  349. package/out/types/BuildNumber.d.ts +0 -17
  350. package/out/types/BuildNumber.d.ts.map +0 -1
  351. package/out/types/BuildNumber.js +0 -80
  352. package/out/types/BuildNumber.js.map +0 -1
  353. package/out/types/BuildNumber.mjs +0 -49
  354. package/out/types/BuildNumber.mjs.map +0 -1
  355. package/out/types/Command.d.js +0 -19
  356. package/out/types/Command.d.js.map +0 -1
  357. package/out/types/Command.d.mjs +0 -1
  358. package/out/types/Command.d.mjs.map +0 -1
  359. package/out/types/Command.d.ts +0 -17
  360. package/out/types/Command.d.ts.map +0 -1
  361. package/out/types/Command.js +0 -80
  362. package/out/types/Command.js.map +0 -1
  363. package/out/types/Command.mjs +0 -49
  364. package/out/types/Command.mjs.map +0 -1
  365. package/out/types/Config.d.js +0 -19
  366. package/out/types/Config.d.js.map +0 -1
  367. package/out/types/Config.d.mjs +0 -1
  368. package/out/types/Config.d.mjs.map +0 -1
  369. package/out/types/Config.d.ts +0 -1362
  370. package/out/types/Config.d.ts.map +0 -1
  371. package/out/types/Config.js +0 -80
  372. package/out/types/Config.js.map +0 -1
  373. package/out/types/Config.mjs +0 -49
  374. package/out/types/Config.mjs.map +0 -1
  375. package/out/types/ConfigArtifactsDir.d.js +0 -19
  376. package/out/types/ConfigArtifactsDir.d.js.map +0 -1
  377. package/out/types/ConfigArtifactsDir.d.mjs +0 -1
  378. package/out/types/ConfigArtifactsDir.d.mjs.map +0 -1
  379. package/out/types/ConfigArtifactsDir.d.ts +0 -17
  380. package/out/types/ConfigArtifactsDir.d.ts.map +0 -1
  381. package/out/types/ConfigArtifactsDir.js +0 -80
  382. package/out/types/ConfigArtifactsDir.js.map +0 -1
  383. package/out/types/ConfigArtifactsDir.mjs +0 -49
  384. package/out/types/ConfigArtifactsDir.mjs.map +0 -1
  385. package/out/types/ConfigContractsDir.d.js +0 -19
  386. package/out/types/ConfigContractsDir.d.js.map +0 -1
  387. package/out/types/ConfigContractsDir.d.mjs +0 -1
  388. package/out/types/ConfigContractsDir.d.mjs.map +0 -1
  389. package/out/types/ConfigContractsDir.d.ts +0 -17
  390. package/out/types/ConfigContractsDir.d.ts.map +0 -1
  391. package/out/types/ConfigContractsDir.js +0 -80
  392. package/out/types/ConfigContractsDir.js.map +0 -1
  393. package/out/types/ConfigContractsDir.mjs +0 -49
  394. package/out/types/ConfigContractsDir.mjs.map +0 -1
  395. package/out/types/Contract.d.js +0 -19
  396. package/out/types/Contract.d.js.map +0 -1
  397. package/out/types/Contract.d.mjs +0 -1
  398. package/out/types/Contract.d.mjs.map +0 -1
  399. package/out/types/Contract.d.ts +0 -56
  400. package/out/types/Contract.d.ts.map +0 -1
  401. package/out/types/Contract.js +0 -80
  402. package/out/types/Contract.js.map +0 -1
  403. package/out/types/Contract.mjs +0 -49
  404. package/out/types/Contract.mjs.map +0 -1
  405. package/out/types/EconomicalProtocolHash.d.js +0 -19
  406. package/out/types/EconomicalProtocolHash.d.js.map +0 -1
  407. package/out/types/EconomicalProtocolHash.d.mjs +0 -1
  408. package/out/types/EconomicalProtocolHash.d.mjs.map +0 -1
  409. package/out/types/EconomicalProtocolHash.d.ts +0 -17
  410. package/out/types/EconomicalProtocolHash.d.ts.map +0 -1
  411. package/out/types/EconomicalProtocolHash.js +0 -80
  412. package/out/types/EconomicalProtocolHash.js.map +0 -1
  413. package/out/types/EconomicalProtocolHash.mjs +0 -49
  414. package/out/types/EconomicalProtocolHash.mjs.map +0 -1
  415. package/out/types/Environment.d.js +0 -19
  416. package/out/types/Environment.d.js.map +0 -1
  417. package/out/types/Environment.d.mjs +0 -1
  418. package/out/types/Environment.d.mjs.map +0 -1
  419. package/out/types/Environment.d.ts +0 -82
  420. package/out/types/Environment.d.ts.map +0 -1
  421. package/out/types/Environment.js +0 -80
  422. package/out/types/Environment.js.map +0 -1
  423. package/out/types/Environment.mjs +0 -49
  424. package/out/types/Environment.mjs.map +0 -1
  425. package/out/types/EphemeralState.d.js +0 -19
  426. package/out/types/EphemeralState.d.js.map +0 -1
  427. package/out/types/EphemeralState.d.mjs +0 -1
  428. package/out/types/EphemeralState.d.mjs.map +0 -1
  429. package/out/types/EphemeralState.d.ts +0 -13579
  430. package/out/types/EphemeralState.d.ts.map +0 -1
  431. package/out/types/EphemeralState.js +0 -80
  432. package/out/types/EphemeralState.js.map +0 -1
  433. package/out/types/EphemeralState.mjs +0 -49
  434. package/out/types/EphemeralState.mjs.map +0 -1
  435. package/out/types/Faucet.d.js +0 -19
  436. package/out/types/Faucet.d.js.map +0 -1
  437. package/out/types/Faucet.d.mjs +0 -1
  438. package/out/types/Faucet.d.mjs.map +0 -1
  439. package/out/types/Faucet.d.ts +0 -108
  440. package/out/types/Faucet.d.ts.map +0 -1
  441. package/out/types/Faucet.js +0 -80
  442. package/out/types/Faucet.js.map +0 -1
  443. package/out/types/Faucet.mjs +0 -49
  444. package/out/types/Faucet.mjs.map +0 -1
  445. package/out/types/HumanReadableIdentifier.d.js +0 -19
  446. package/out/types/HumanReadableIdentifier.d.js.map +0 -1
  447. package/out/types/HumanReadableIdentifier.d.mjs +0 -1
  448. package/out/types/HumanReadableIdentifier.d.mjs.map +0 -1
  449. package/out/types/HumanReadableIdentifier.d.ts +0 -17
  450. package/out/types/HumanReadableIdentifier.d.ts.map +0 -1
  451. package/out/types/HumanReadableIdentifier.js +0 -80
  452. package/out/types/HumanReadableIdentifier.js.map +0 -1
  453. package/out/types/HumanReadableIdentifier.mjs +0 -49
  454. package/out/types/HumanReadableIdentifier.mjs.map +0 -1
  455. package/out/types/InstalledPlugin.d.js +0 -19
  456. package/out/types/InstalledPlugin.d.js.map +0 -1
  457. package/out/types/InstalledPlugin.d.mjs +0 -1
  458. package/out/types/InstalledPlugin.d.mjs.map +0 -1
  459. package/out/types/InstalledPlugin.d.ts +0 -56
  460. package/out/types/InstalledPlugin.d.ts.map +0 -1
  461. package/out/types/InstalledPlugin.js +0 -80
  462. package/out/types/InstalledPlugin.js.map +0 -1
  463. package/out/types/InstalledPlugin.mjs +0 -49
  464. package/out/types/InstalledPlugin.mjs.map +0 -1
  465. package/out/types/LoadedConfig.d.js +0 -19
  466. package/out/types/LoadedConfig.d.js.map +0 -1
  467. package/out/types/LoadedConfig.d.mjs +0 -1
  468. package/out/types/LoadedConfig.d.mjs.map +0 -1
  469. package/out/types/LoadedConfig.d.ts +0 -1405
  470. package/out/types/LoadedConfig.d.ts.map +0 -1
  471. package/out/types/LoadedConfig.js +0 -80
  472. package/out/types/LoadedConfig.js.map +0 -1
  473. package/out/types/LoadedConfig.mjs +0 -49
  474. package/out/types/LoadedConfig.mjs.map +0 -1
  475. package/out/types/MetadataConfig.d.js +0 -19
  476. package/out/types/MetadataConfig.d.js.map +0 -1
  477. package/out/types/MetadataConfig.d.mjs +0 -1
  478. package/out/types/MetadataConfig.d.mjs.map +0 -1
  479. package/out/types/MetadataConfig.d.ts +0 -95
  480. package/out/types/MetadataConfig.d.ts.map +0 -1
  481. package/out/types/MetadataConfig.js +0 -80
  482. package/out/types/MetadataConfig.js.map +0 -1
  483. package/out/types/MetadataConfig.mjs +0 -49
  484. package/out/types/MetadataConfig.mjs.map +0 -1
  485. package/out/types/NetworkAccountConfig.d.js +0 -19
  486. package/out/types/NetworkAccountConfig.d.js.map +0 -1
  487. package/out/types/NetworkAccountConfig.d.mjs +0 -1
  488. package/out/types/NetworkAccountConfig.d.mjs.map +0 -1
  489. package/out/types/NetworkAccountConfig.d.ts +0 -69
  490. package/out/types/NetworkAccountConfig.d.ts.map +0 -1
  491. package/out/types/NetworkAccountConfig.js +0 -80
  492. package/out/types/NetworkAccountConfig.js.map +0 -1
  493. package/out/types/NetworkAccountConfig.mjs +0 -49
  494. package/out/types/NetworkAccountConfig.mjs.map +0 -1
  495. package/out/types/NetworkConfig.d.js +0 -19
  496. package/out/types/NetworkConfig.d.js.map +0 -1
  497. package/out/types/NetworkConfig.d.mjs +0 -1
  498. package/out/types/NetworkConfig.d.mjs.map +0 -1
  499. package/out/types/NetworkConfig.d.ts +0 -326
  500. package/out/types/NetworkConfig.d.ts.map +0 -1
  501. package/out/types/NetworkConfig.js +0 -80
  502. package/out/types/NetworkConfig.js.map +0 -1
  503. package/out/types/NetworkConfig.mjs +0 -49
  504. package/out/types/NetworkConfig.mjs.map +0 -1
  505. package/out/types/NonEmptyString.d.js +0 -19
  506. package/out/types/NonEmptyString.d.js.map +0 -1
  507. package/out/types/NonEmptyString.d.mjs +0 -1
  508. package/out/types/NonEmptyString.d.mjs.map +0 -1
  509. package/out/types/NonEmptyString.d.ts +0 -17
  510. package/out/types/NonEmptyString.d.ts.map +0 -1
  511. package/out/types/NonEmptyString.js +0 -80
  512. package/out/types/NonEmptyString.js.map +0 -1
  513. package/out/types/NonEmptyString.mjs +0 -49
  514. package/out/types/NonEmptyString.mjs.map +0 -1
  515. package/out/types/Operation.d.js +0 -19
  516. package/out/types/Operation.d.js.map +0 -1
  517. package/out/types/Operation.d.mjs +0 -1
  518. package/out/types/Operation.d.mjs.map +0 -1
  519. package/out/types/Operation.d.ts +0 -3545
  520. package/out/types/Operation.d.ts.map +0 -1
  521. package/out/types/Operation.js +0 -80
  522. package/out/types/Operation.js.map +0 -1
  523. package/out/types/Operation.mjs +0 -49
  524. package/out/types/Operation.mjs.map +0 -1
  525. package/out/types/Option.d.js +0 -19
  526. package/out/types/Option.d.js.map +0 -1
  527. package/out/types/Option.d.mjs +0 -1
  528. package/out/types/Option.d.mjs.map +0 -1
  529. package/out/types/Option.d.ts +0 -134
  530. package/out/types/Option.d.ts.map +0 -1
  531. package/out/types/Option.js +0 -80
  532. package/out/types/Option.js.map +0 -1
  533. package/out/types/Option.mjs +0 -49
  534. package/out/types/Option.mjs.map +0 -1
  535. package/out/types/ParsedConfig.d.js +0 -19
  536. package/out/types/ParsedConfig.d.js.map +0 -1
  537. package/out/types/ParsedConfig.d.mjs +0 -1
  538. package/out/types/ParsedConfig.d.mjs.map +0 -1
  539. package/out/types/ParsedConfig.d.ts +0 -1626
  540. package/out/types/ParsedConfig.d.ts.map +0 -1
  541. package/out/types/ParsedConfig.js +0 -80
  542. package/out/types/ParsedConfig.js.map +0 -1
  543. package/out/types/ParsedConfig.mjs +0 -49
  544. package/out/types/ParsedConfig.mjs.map +0 -1
  545. package/out/types/ParsedOperation.d.js +0 -19
  546. package/out/types/ParsedOperation.d.js.map +0 -1
  547. package/out/types/ParsedOperation.d.mjs +0 -1
  548. package/out/types/ParsedOperation.d.mjs.map +0 -1
  549. package/out/types/ParsedOperation.d.ts +0 -2690
  550. package/out/types/ParsedOperation.d.ts.map +0 -1
  551. package/out/types/ParsedOperation.js +0 -80
  552. package/out/types/ParsedOperation.js.map +0 -1
  553. package/out/types/ParsedOperation.mjs +0 -49
  554. package/out/types/ParsedOperation.mjs.map +0 -1
  555. package/out/types/ParsedTemplate.d.js +0 -19
  556. package/out/types/ParsedTemplate.d.js.map +0 -1
  557. package/out/types/ParsedTemplate.d.mjs +0 -1
  558. package/out/types/ParsedTemplate.d.mjs.map +0 -1
  559. package/out/types/ParsedTemplate.d.ts +0 -2589
  560. package/out/types/ParsedTemplate.d.ts.map +0 -1
  561. package/out/types/ParsedTemplate.js +0 -80
  562. package/out/types/ParsedTemplate.js.map +0 -1
  563. package/out/types/ParsedTemplate.mjs +0 -49
  564. package/out/types/ParsedTemplate.mjs.map +0 -1
  565. package/out/types/PersistedOperation.d.js +0 -19
  566. package/out/types/PersistedOperation.d.js.map +0 -1
  567. package/out/types/PersistedOperation.d.mjs +0 -1
  568. package/out/types/PersistedOperation.d.mjs.map +0 -1
  569. package/out/types/PersistedOperation.d.ts +0 -69
  570. package/out/types/PersistedOperation.d.ts.map +0 -1
  571. package/out/types/PersistedOperation.js +0 -80
  572. package/out/types/PersistedOperation.js.map +0 -1
  573. package/out/types/PersistedOperation.mjs +0 -49
  574. package/out/types/PersistedOperation.mjs.map +0 -1
  575. package/out/types/PersistedTask.d.js +0 -19
  576. package/out/types/PersistedTask.d.js.map +0 -1
  577. package/out/types/PersistedTask.d.mjs +0 -1
  578. package/out/types/PersistedTask.d.mjs.map +0 -1
  579. package/out/types/PersistedTask.d.ts +0 -82
  580. package/out/types/PersistedTask.d.ts.map +0 -1
  581. package/out/types/PersistedTask.js +0 -80
  582. package/out/types/PersistedTask.js.map +0 -1
  583. package/out/types/PersistedTask.mjs +0 -49
  584. package/out/types/PersistedTask.mjs.map +0 -1
  585. package/out/types/PersistentState.d.js +0 -19
  586. package/out/types/PersistentState.d.js.map +0 -1
  587. package/out/types/PersistentState.d.mjs +0 -1
  588. package/out/types/PersistentState.d.mjs.map +0 -1
  589. package/out/types/PersistentState.d.ts +0 -245
  590. package/out/types/PersistentState.d.ts.map +0 -1
  591. package/out/types/PersistentState.js +0 -80
  592. package/out/types/PersistentState.js.map +0 -1
  593. package/out/types/PersistentState.mjs +0 -49
  594. package/out/types/PersistentState.mjs.map +0 -1
  595. package/out/types/PluginActionName.d.js +0 -19
  596. package/out/types/PluginActionName.d.js.map +0 -1
  597. package/out/types/PluginActionName.d.mjs +0 -1
  598. package/out/types/PluginActionName.d.mjs.map +0 -1
  599. package/out/types/PluginActionName.d.ts +0 -27
  600. package/out/types/PluginActionName.d.ts.map +0 -1
  601. package/out/types/PluginActionName.js +0 -80
  602. package/out/types/PluginActionName.js.map +0 -1
  603. package/out/types/PluginActionName.mjs +0 -49
  604. package/out/types/PluginActionName.mjs.map +0 -1
  605. package/out/types/PluginDependenciesResponse.d.js +0 -19
  606. package/out/types/PluginDependenciesResponse.d.js.map +0 -1
  607. package/out/types/PluginDependenciesResponse.d.mjs +0 -1
  608. package/out/types/PluginDependenciesResponse.d.mjs.map +0 -1
  609. package/out/types/PluginDependenciesResponse.d.ts +0 -173
  610. package/out/types/PluginDependenciesResponse.d.ts.map +0 -1
  611. package/out/types/PluginDependenciesResponse.js +0 -80
  612. package/out/types/PluginDependenciesResponse.js.map +0 -1
  613. package/out/types/PluginDependenciesResponse.mjs +0 -49
  614. package/out/types/PluginDependenciesResponse.mjs.map +0 -1
  615. package/out/types/PluginInfo.d.js +0 -19
  616. package/out/types/PluginInfo.d.js.map +0 -1
  617. package/out/types/PluginInfo.d.mjs +0 -1
  618. package/out/types/PluginInfo.d.mjs.map +0 -1
  619. package/out/types/PluginInfo.d.ts +0 -6396
  620. package/out/types/PluginInfo.d.ts.map +0 -1
  621. package/out/types/PluginInfo.js +0 -80
  622. package/out/types/PluginInfo.js.map +0 -1
  623. package/out/types/PluginInfo.mjs +0 -49
  624. package/out/types/PluginInfo.mjs.map +0 -1
  625. package/out/types/PluginJsonResponse.d.js +0 -19
  626. package/out/types/PluginJsonResponse.d.js.map +0 -1
  627. package/out/types/PluginJsonResponse.d.mjs +0 -1
  628. package/out/types/PluginJsonResponse.d.mjs.map +0 -1
  629. package/out/types/PluginJsonResponse.d.ts +0 -61
  630. package/out/types/PluginJsonResponse.d.ts.map +0 -1
  631. package/out/types/PluginJsonResponse.js +0 -80
  632. package/out/types/PluginJsonResponse.js.map +0 -1
  633. package/out/types/PluginJsonResponse.mjs +0 -49
  634. package/out/types/PluginJsonResponse.mjs.map +0 -1
  635. package/out/types/PluginProxyResponse.d.js +0 -19
  636. package/out/types/PluginProxyResponse.d.js.map +0 -1
  637. package/out/types/PluginProxyResponse.d.mjs +0 -1
  638. package/out/types/PluginProxyResponse.d.mjs.map +0 -1
  639. package/out/types/PluginProxyResponse.d.ts +0 -65
  640. package/out/types/PluginProxyResponse.d.ts.map +0 -1
  641. package/out/types/PluginProxyResponse.js +0 -80
  642. package/out/types/PluginProxyResponse.js.map +0 -1
  643. package/out/types/PluginProxyResponse.mjs +0 -49
  644. package/out/types/PluginProxyResponse.mjs.map +0 -1
  645. package/out/types/PluginResponseEncoding.d.js +0 -19
  646. package/out/types/PluginResponseEncoding.d.js.map +0 -1
  647. package/out/types/PluginResponseEncoding.d.mjs +0 -1
  648. package/out/types/PluginResponseEncoding.d.mjs.map +0 -1
  649. package/out/types/PluginResponseEncoding.d.ts +0 -23
  650. package/out/types/PluginResponseEncoding.d.ts.map +0 -1
  651. package/out/types/PluginResponseEncoding.js +0 -80
  652. package/out/types/PluginResponseEncoding.js.map +0 -1
  653. package/out/types/PluginResponseEncoding.mjs +0 -49
  654. package/out/types/PluginResponseEncoding.mjs.map +0 -1
  655. package/out/types/PluginSchema.d.js +0 -19
  656. package/out/types/PluginSchema.d.js.map +0 -1
  657. package/out/types/PluginSchema.d.mjs +0 -1
  658. package/out/types/PluginSchema.d.mjs.map +0 -1
  659. package/out/types/PluginSchema.d.ts +0 -18435
  660. package/out/types/PluginSchema.d.ts.map +0 -1
  661. package/out/types/PluginSchema.js +0 -80
  662. package/out/types/PluginSchema.js.map +0 -1
  663. package/out/types/PluginSchema.mjs +0 -49
  664. package/out/types/PluginSchema.mjs.map +0 -1
  665. package/out/types/PositionalArg.d.js +0 -19
  666. package/out/types/PositionalArg.d.js.map +0 -1
  667. package/out/types/PositionalArg.d.mjs +0 -1
  668. package/out/types/PositionalArg.d.mjs.map +0 -1
  669. package/out/types/PositionalArg.d.ts +0 -95
  670. package/out/types/PositionalArg.d.ts.map +0 -1
  671. package/out/types/PositionalArg.js +0 -80
  672. package/out/types/PositionalArg.js.map +0 -1
  673. package/out/types/PositionalArg.mjs +0 -49
  674. package/out/types/PositionalArg.mjs.map +0 -1
  675. package/out/types/Provisioner.d.js +0 -19
  676. package/out/types/Provisioner.d.js.map +0 -1
  677. package/out/types/Provisioner.d.mjs +0 -1
  678. package/out/types/Provisioner.d.mjs.map +0 -1
  679. package/out/types/Provisioner.d.ts +0 -108
  680. package/out/types/Provisioner.d.ts.map +0 -1
  681. package/out/types/Provisioner.js +0 -80
  682. package/out/types/Provisioner.js.map +0 -1
  683. package/out/types/Provisioner.mjs +0 -49
  684. package/out/types/Provisioner.mjs.map +0 -1
  685. package/out/types/ProvisionerID.d.js +0 -19
  686. package/out/types/ProvisionerID.d.js.map +0 -1
  687. package/out/types/ProvisionerID.d.mjs +0 -1
  688. package/out/types/ProvisionerID.d.mjs.map +0 -1
  689. package/out/types/ProvisionerID.d.ts +0 -17
  690. package/out/types/ProvisionerID.d.ts.map +0 -1
  691. package/out/types/ProvisionerID.js +0 -80
  692. package/out/types/ProvisionerID.js.map +0 -1
  693. package/out/types/ProvisionerID.mjs +0 -49
  694. package/out/types/ProvisionerID.mjs.map +0 -1
  695. package/out/types/Provisions.d.js +0 -19
  696. package/out/types/Provisions.d.js.map +0 -1
  697. package/out/types/Provisions.d.mjs +0 -1
  698. package/out/types/Provisions.d.mjs.map +0 -1
  699. package/out/types/Provisions.d.ts +0 -108
  700. package/out/types/Provisions.d.ts.map +0 -1
  701. package/out/types/Provisions.js +0 -80
  702. package/out/types/Provisions.js.map +0 -1
  703. package/out/types/Provisions.mjs +0 -49
  704. package/out/types/Provisions.mjs.map +0 -1
  705. package/out/types/ProxyTaskArgs.d.js +0 -19
  706. package/out/types/ProxyTaskArgs.d.js.map +0 -1
  707. package/out/types/ProxyTaskArgs.d.mjs +0 -1
  708. package/out/types/ProxyTaskArgs.d.mjs.map +0 -1
  709. package/out/types/ProxyTaskArgs.d.ts +0 -2176
  710. package/out/types/ProxyTaskArgs.d.ts.map +0 -1
  711. package/out/types/ProxyTaskArgs.js +0 -80
  712. package/out/types/ProxyTaskArgs.js.map +0 -1
  713. package/out/types/ProxyTaskArgs.mjs +0 -49
  714. package/out/types/ProxyTaskArgs.mjs.map +0 -1
  715. package/out/types/ProxyTemplateArgs.d.js +0 -19
  716. package/out/types/ProxyTemplateArgs.d.js.map +0 -1
  717. package/out/types/ProxyTemplateArgs.d.mjs +0 -1
  718. package/out/types/ProxyTemplateArgs.d.mjs.map +0 -1
  719. package/out/types/ProxyTemplateArgs.d.ts +0 -2176
  720. package/out/types/ProxyTemplateArgs.d.ts.map +0 -1
  721. package/out/types/ProxyTemplateArgs.js +0 -80
  722. package/out/types/ProxyTemplateArgs.js.map +0 -1
  723. package/out/types/ProxyTemplateArgs.mjs +0 -49
  724. package/out/types/ProxyTemplateArgs.mjs.map +0 -1
  725. package/out/types/PublicKeyHash.d.js +0 -19
  726. package/out/types/PublicKeyHash.d.js.map +0 -1
  727. package/out/types/PublicKeyHash.d.mjs +0 -1
  728. package/out/types/PublicKeyHash.d.mjs.map +0 -1
  729. package/out/types/PublicKeyHash.d.ts +0 -17
  730. package/out/types/PublicKeyHash.d.ts.map +0 -1
  731. package/out/types/PublicKeyHash.js +0 -80
  732. package/out/types/PublicKeyHash.js.map +0 -1
  733. package/out/types/PublicKeyHash.mjs +0 -49
  734. package/out/types/PublicKeyHash.mjs.map +0 -1
  735. package/out/types/RequestArgs.d.js +0 -19
  736. package/out/types/RequestArgs.d.js.map +0 -1
  737. package/out/types/RequestArgs.d.mjs +0 -1
  738. package/out/types/RequestArgs.d.mjs.map +0 -1
  739. package/out/types/RequestArgs.d.ts +0 -2159
  740. package/out/types/RequestArgs.d.ts.map +0 -1
  741. package/out/types/RequestArgs.js +0 -80
  742. package/out/types/RequestArgs.js.map +0 -1
  743. package/out/types/RequestArgs.mjs +0 -49
  744. package/out/types/RequestArgs.mjs.map +0 -1
  745. package/out/types/RuntimeDependency.d.js +0 -19
  746. package/out/types/RuntimeDependency.d.js.map +0 -1
  747. package/out/types/RuntimeDependency.d.mjs +0 -1
  748. package/out/types/RuntimeDependency.d.mjs.map +0 -1
  749. package/out/types/RuntimeDependency.d.ts +0 -82
  750. package/out/types/RuntimeDependency.d.ts.map +0 -1
  751. package/out/types/RuntimeDependency.js +0 -80
  752. package/out/types/RuntimeDependency.js.map +0 -1
  753. package/out/types/RuntimeDependency.mjs +0 -49
  754. package/out/types/RuntimeDependency.mjs.map +0 -1
  755. package/out/types/RuntimeDependencyReport.d.js +0 -19
  756. package/out/types/RuntimeDependencyReport.d.js.map +0 -1
  757. package/out/types/RuntimeDependencyReport.d.mjs +0 -1
  758. package/out/types/RuntimeDependencyReport.d.mjs.map +0 -1
  759. package/out/types/RuntimeDependencyReport.d.ts +0 -99
  760. package/out/types/RuntimeDependencyReport.d.ts.map +0 -1
  761. package/out/types/RuntimeDependencyReport.js +0 -80
  762. package/out/types/RuntimeDependencyReport.js.map +0 -1
  763. package/out/types/RuntimeDependencyReport.mjs +0 -49
  764. package/out/types/RuntimeDependencyReport.mjs.map +0 -1
  765. package/out/types/SHA256.d.js +0 -19
  766. package/out/types/SHA256.d.js.map +0 -1
  767. package/out/types/SHA256.d.mjs +0 -1
  768. package/out/types/SHA256.d.mjs.map +0 -1
  769. package/out/types/SHA256.d.ts +0 -17
  770. package/out/types/SHA256.d.ts.map +0 -1
  771. package/out/types/SHA256.js +0 -80
  772. package/out/types/SHA256.js.map +0 -1
  773. package/out/types/SHA256.mjs +0 -49
  774. package/out/types/SHA256.mjs.map +0 -1
  775. package/out/types/SandboxAccountConfig.d.js +0 -19
  776. package/out/types/SandboxAccountConfig.d.js.map +0 -1
  777. package/out/types/SandboxAccountConfig.d.mjs +0 -1
  778. package/out/types/SandboxAccountConfig.d.mjs.map +0 -1
  779. package/out/types/SandboxAccountConfig.d.ts +0 -69
  780. package/out/types/SandboxAccountConfig.d.ts.map +0 -1
  781. package/out/types/SandboxAccountConfig.js +0 -80
  782. package/out/types/SandboxAccountConfig.js.map +0 -1
  783. package/out/types/SandboxAccountConfig.mjs +0 -49
  784. package/out/types/SandboxAccountConfig.mjs.map +0 -1
  785. package/out/types/SandboxConfig.d.js +0 -19
  786. package/out/types/SandboxConfig.d.js.map +0 -1
  787. package/out/types/SandboxConfig.d.mjs +0 -1
  788. package/out/types/SandboxConfig.d.mjs.map +0 -1
  789. package/out/types/SandboxConfig.d.ts +0 -289
  790. package/out/types/SandboxConfig.d.ts.map +0 -1
  791. package/out/types/SandboxConfig.js +0 -80
  792. package/out/types/SandboxConfig.js.map +0 -1
  793. package/out/types/SandboxConfig.mjs +0 -49
  794. package/out/types/SandboxConfig.mjs.map +0 -1
  795. package/out/types/SanitizedAbsPath.d.js +0 -19
  796. package/out/types/SanitizedAbsPath.d.js.map +0 -1
  797. package/out/types/SanitizedAbsPath.d.mjs +0 -1
  798. package/out/types/SanitizedAbsPath.d.mjs.map +0 -1
  799. package/out/types/SanitizedAbsPath.d.ts +0 -17
  800. package/out/types/SanitizedAbsPath.d.ts.map +0 -1
  801. package/out/types/SanitizedAbsPath.js +0 -80
  802. package/out/types/SanitizedAbsPath.js.map +0 -1
  803. package/out/types/SanitizedAbsPath.mjs +0 -49
  804. package/out/types/SanitizedAbsPath.mjs.map +0 -1
  805. package/out/types/SanitizedArgs.d.js +0 -19
  806. package/out/types/SanitizedArgs.d.js.map +0 -1
  807. package/out/types/SanitizedArgs.d.mjs +0 -1
  808. package/out/types/SanitizedArgs.d.mjs.map +0 -1
  809. package/out/types/SanitizedArgs.d.ts +0 -238
  810. package/out/types/SanitizedArgs.d.ts.map +0 -1
  811. package/out/types/SanitizedArgs.js +0 -80
  812. package/out/types/SanitizedArgs.js.map +0 -1
  813. package/out/types/SanitizedArgs.mjs +0 -49
  814. package/out/types/SanitizedArgs.mjs.map +0 -1
  815. package/out/types/SanitizedPath.d.js +0 -19
  816. package/out/types/SanitizedPath.d.js.map +0 -1
  817. package/out/types/SanitizedPath.d.mjs +0 -1
  818. package/out/types/SanitizedPath.d.mjs.map +0 -1
  819. package/out/types/SanitizedPath.d.ts +0 -17
  820. package/out/types/SanitizedPath.d.ts.map +0 -1
  821. package/out/types/SanitizedPath.js +0 -80
  822. package/out/types/SanitizedPath.js.map +0 -1
  823. package/out/types/SanitizedPath.mjs +0 -49
  824. package/out/types/SanitizedPath.mjs.map +0 -1
  825. package/out/types/ScaffoldConfig.d.js +0 -19
  826. package/out/types/ScaffoldConfig.d.js.map +0 -1
  827. package/out/types/ScaffoldConfig.d.mjs +0 -1
  828. package/out/types/ScaffoldConfig.d.mjs.map +0 -1
  829. package/out/types/ScaffoldConfig.d.ts +0 -43
  830. package/out/types/ScaffoldConfig.d.ts.map +0 -1
  831. package/out/types/ScaffoldConfig.js +0 -80
  832. package/out/types/ScaffoldConfig.js.map +0 -1
  833. package/out/types/ScaffoldConfig.mjs +0 -49
  834. package/out/types/ScaffoldConfig.mjs.map +0 -1
  835. package/out/types/Settings.d.js +0 -19
  836. package/out/types/Settings.d.js.map +0 -1
  837. package/out/types/Settings.d.mjs +0 -1
  838. package/out/types/Settings.d.mjs.map +0 -1
  839. package/out/types/Settings.d.ts +0 -43
  840. package/out/types/Settings.d.ts.map +0 -1
  841. package/out/types/Settings.js +0 -80
  842. package/out/types/Settings.js.map +0 -1
  843. package/out/types/Settings.mjs +0 -49
  844. package/out/types/Settings.mjs.map +0 -1
  845. package/out/types/SingleChar.d.js +0 -19
  846. package/out/types/SingleChar.d.js.map +0 -1
  847. package/out/types/SingleChar.d.mjs +0 -1
  848. package/out/types/SingleChar.d.mjs.map +0 -1
  849. package/out/types/SingleChar.d.ts +0 -17
  850. package/out/types/SingleChar.d.ts.map +0 -1
  851. package/out/types/SingleChar.js +0 -80
  852. package/out/types/SingleChar.js.map +0 -1
  853. package/out/types/SingleChar.mjs +0 -49
  854. package/out/types/SingleChar.mjs.map +0 -1
  855. package/out/types/Task.d.js +0 -19
  856. package/out/types/Task.d.js.map +0 -1
  857. package/out/types/Task.d.mjs +0 -1
  858. package/out/types/Task.d.mjs.map +0 -1
  859. package/out/types/Task.d.ts +0 -475
  860. package/out/types/Task.d.ts.map +0 -1
  861. package/out/types/Task.js +0 -80
  862. package/out/types/Task.js.map +0 -1
  863. package/out/types/Task.mjs +0 -49
  864. package/out/types/Task.mjs.map +0 -1
  865. package/out/types/Template.d.js +0 -19
  866. package/out/types/Template.d.js.map +0 -1
  867. package/out/types/Template.d.mjs +0 -1
  868. package/out/types/Template.d.mjs.map +0 -1
  869. package/out/types/Template.d.ts +0 -3373
  870. package/out/types/Template.d.ts.map +0 -1
  871. package/out/types/Template.js +0 -80
  872. package/out/types/Template.js.map +0 -1
  873. package/out/types/Template.mjs +0 -49
  874. package/out/types/Template.mjs.map +0 -1
  875. package/out/types/Timestamp.d.js +0 -19
  876. package/out/types/Timestamp.d.js.map +0 -1
  877. package/out/types/Timestamp.d.mjs +0 -1
  878. package/out/types/Timestamp.d.mjs.map +0 -1
  879. package/out/types/Timestamp.d.ts +0 -17
  880. package/out/types/Timestamp.d.ts.map +0 -1
  881. package/out/types/Timestamp.js +0 -80
  882. package/out/types/Timestamp.js.map +0 -1
  883. package/out/types/Timestamp.mjs +0 -49
  884. package/out/types/Timestamp.mjs.map +0 -1
  885. package/out/types/Tz.d.js +0 -19
  886. package/out/types/Tz.d.js.map +0 -1
  887. package/out/types/Tz.d.mjs +0 -1
  888. package/out/types/Tz.d.mjs.map +0 -1
  889. package/out/types/Tz.d.ts +0 -17
  890. package/out/types/Tz.d.ts.map +0 -1
  891. package/out/types/Tz.js +0 -80
  892. package/out/types/Tz.js.map +0 -1
  893. package/out/types/Tz.mjs +0 -49
  894. package/out/types/Tz.mjs.map +0 -1
  895. package/out/types/TzKtConfig.d.js +0 -19
  896. package/out/types/TzKtConfig.d.js.map +0 -1
  897. package/out/types/TzKtConfig.d.mjs +0 -1
  898. package/out/types/TzKtConfig.d.mjs.map +0 -1
  899. package/out/types/TzKtConfig.d.ts +0 -69
  900. package/out/types/TzKtConfig.d.ts.map +0 -1
  901. package/out/types/TzKtConfig.js +0 -80
  902. package/out/types/TzKtConfig.js.map +0 -1
  903. package/out/types/TzKtConfig.mjs +0 -49
  904. package/out/types/TzKtConfig.mjs.map +0 -1
  905. package/out/types/Url.d.js +0 -19
  906. package/out/types/Url.d.js.map +0 -1
  907. package/out/types/Url.d.mjs +0 -1
  908. package/out/types/Url.d.mjs.map +0 -1
  909. package/out/types/Url.d.ts +0 -17
  910. package/out/types/Url.d.ts.map +0 -1
  911. package/out/types/Url.js +0 -80
  912. package/out/types/Url.js.map +0 -1
  913. package/out/types/Url.mjs +0 -49
  914. package/out/types/Url.mjs.map +0 -1
  915. package/out/types/Verb.d.js +0 -19
  916. package/out/types/Verb.d.js.map +0 -1
  917. package/out/types/Verb.d.mjs +0 -1
  918. package/out/types/Verb.d.mjs.map +0 -1
  919. package/out/types/Verb.d.ts +0 -17
  920. package/out/types/Verb.d.ts.map +0 -1
  921. package/out/types/Verb.js +0 -80
  922. package/out/types/Verb.js.map +0 -1
  923. package/out/types/Verb.mjs +0 -49
  924. package/out/types/Verb.mjs.map +0 -1
  925. package/out/types/VersionNumber.d.js +0 -19
  926. package/out/types/VersionNumber.d.js.map +0 -1
  927. package/out/types/VersionNumber.d.mjs +0 -1
  928. package/out/types/VersionNumber.d.mjs.map +0 -1
  929. package/out/types/VersionNumber.d.ts +0 -17
  930. package/out/types/VersionNumber.d.ts.map +0 -1
  931. package/out/types/VersionNumber.js +0 -80
  932. package/out/types/VersionNumber.js.map +0 -1
  933. package/out/types/VersionNumber.mjs +0 -49
  934. package/out/types/VersionNumber.mjs.map +0 -1
  935. package/out/types-strict.d.js +0 -19
  936. package/out/types-strict.d.js.map +0 -1
  937. package/out/types-strict.d.mjs +0 -1
  938. package/out/types-strict.d.mjs.map +0 -1
  939. package/out/types-strict.d.ts +0 -455
  940. package/out/types-strict.d.ts.map +0 -1
  941. package/out/types-strict.js +0 -19
  942. package/out/types-strict.js.map +0 -1
  943. package/out/types-strict.mjs +0 -1
  944. package/out/types-strict.mjs.map +0 -1
  945. package/out/types-zod.d.js +0 -19
  946. package/out/types-zod.d.js.map +0 -1
  947. package/out/types-zod.d.mjs +0 -1
  948. package/out/types-zod.d.mjs.map +0 -1
  949. package/out/types-zod.d.ts +0 -15687
  950. package/out/types-zod.d.ts.map +0 -1
  951. package/out/types-zod.js +0 -450
  952. package/out/types-zod.js.map +0 -1
  953. package/out/types-zod.mjs +0 -366
  954. package/out/types-zod.mjs.map +0 -1
  955. package/scripts/build-types.d.ts +0 -2
  956. package/scripts/build-types.d.ts.map +0 -1
  957. package/scripts/post-ts-to-zod.d.ts +0 -2
  958. package/scripts/post-ts-to-zod.d.ts.map +0 -1
  959. package/types.d.ts +0 -311
  960. package/types.d.ts.map +0 -1
  961. package/types.js +0 -19
  962. package/types.js.map +0 -1
  963. package/types.mjs +0 -1
  964. package/types.mjs.map +0 -1
@@ -1,2159 +0,0 @@
1
- import { TaqError } from '@taqueria/protocol/TaqError';
2
- import { FutureInstance } from 'fluture';
3
- import { RequestArgs } from '@taqueria/protocol/types';
4
- import { RequestArgs as RequestArgsStrict } from '@taqueria/protocol/out/types-strict';
5
- export type { RequestArgsStrict as RequestArgs };
6
- export declare const from: (input: unknown) => RequestArgsStrict;
7
- export declare const create: (input: RequestArgs) => RequestArgsStrict;
8
- export declare const of: (input: unknown) => FutureInstance<TaqError, RequestArgsStrict>;
9
- export declare const make: (input: Omit<RequestArgsStrict, '__type'>) => FutureInstance<TaqError, RequestArgsStrict>;
10
- export declare const schemas: {
11
- rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
12
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
13
- projectDir: import("zod").ZodString;
14
- maxConcurrency: import("zod").ZodNumber;
15
- debug: import("zod").ZodBoolean;
16
- disableState: import("zod").ZodBoolean;
17
- logPluginRequests: import("zod").ZodBoolean;
18
- fromVsCode: import("zod").ZodBoolean;
19
- version: import("zod").ZodBoolean;
20
- build: import("zod").ZodBoolean;
21
- help: import("zod").ZodBoolean;
22
- yes: import("zod").ZodBoolean;
23
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
24
- env: import("zod").ZodString;
25
- quickstart: import("zod").ZodString;
26
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
27
- setVersion: import("zod").ZodString;
28
- }, "quickstart">, {
29
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
30
- config: import("zod").ZodObject<import("zod").extendShape<{
31
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
32
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
33
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
34
- name: import("zod").ZodString;
35
- }, "strip", import("zod").ZodTypeAny, {
36
- type: "npm" | "binary" | "deno";
37
- name: string;
38
- }, {
39
- type: "npm" | "binary" | "deno";
40
- name: string;
41
- }>, "many">>;
42
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
43
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
44
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
45
- label: import("zod").ZodString;
46
- rpcUrl: import("zod").ZodString;
47
- protocol: import("zod").ZodString;
48
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
49
- publicKey: import("zod").ZodString;
50
- publicKeyHash: import("zod").ZodString;
51
- privateKey: import("zod").ZodString;
52
- }, "strip", import("zod").ZodTypeAny, {
53
- publicKey: string;
54
- publicKeyHash: string;
55
- privateKey: string;
56
- }, {
57
- publicKey: string;
58
- publicKeyHash: string;
59
- privateKey: string;
60
- }>>>;
61
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
62
- pkh: import("zod").ZodString;
63
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
64
- email: import("zod").ZodString;
65
- password: import("zod").ZodString;
66
- amount: import("zod").ZodString;
67
- activation_code: import("zod").ZodString;
68
- }, "strip", import("zod").ZodTypeAny, {
69
- pkh: string;
70
- mnemonic: string[];
71
- email: string;
72
- password: string;
73
- amount: string;
74
- activation_code: string;
75
- }, {
76
- pkh: string;
77
- mnemonic: string[];
78
- email: string;
79
- password: string;
80
- amount: string;
81
- activation_code: string;
82
- }>>;
83
- }, "strip", import("zod").ZodTypeAny, {
84
- accounts?: Record<string, {
85
- publicKey: string;
86
- publicKeyHash: string;
87
- privateKey: string;
88
- }> | undefined;
89
- faucet?: {
90
- pkh: string;
91
- mnemonic: string[];
92
- email: string;
93
- password: string;
94
- amount: string;
95
- activation_code: string;
96
- } | undefined;
97
- label: string;
98
- rpcUrl: string;
99
- protocol: string;
100
- }, {
101
- accounts?: Record<string, {
102
- publicKey: string;
103
- publicKeyHash: string;
104
- privateKey: string;
105
- }> | undefined;
106
- faucet?: {
107
- pkh: string;
108
- mnemonic: string[];
109
- email: string;
110
- password: string;
111
- amount: string;
112
- activation_code: string;
113
- } | undefined;
114
- label: string;
115
- rpcUrl: string;
116
- protocol: string;
117
- }>>>;
118
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
119
- label: import("zod").ZodString;
120
- rpcUrl: import("zod").ZodString;
121
- protocol: import("zod").ZodString;
122
- attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
123
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
124
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
125
- encryptedKey: import("zod").ZodString;
126
- publicKeyHash: import("zod").ZodString;
127
- secretKey: import("zod").ZodString;
128
- }, "strip", import("zod").ZodTypeAny, {
129
- publicKeyHash: string;
130
- encryptedKey: string;
131
- secretKey: string;
132
- }, {
133
- publicKeyHash: string;
134
- encryptedKey: string;
135
- secretKey: string;
136
- }>, import("zod").ZodString]>>>;
137
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
138
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
139
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
140
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
141
- }, "strip", import("zod").ZodTypeAny, {
142
- disableAutostartWithSandbox?: boolean | undefined;
143
- postgresqlPort?: number | undefined;
144
- apiPort?: number | undefined;
145
- }, {
146
- disableAutostartWithSandbox?: boolean | undefined;
147
- postgresqlPort?: number | undefined;
148
- apiPort?: number | undefined;
149
- }>>;
150
- }, "strip", import("zod").ZodTypeAny, {
151
- plugin?: string | undefined;
152
- accounts?: Record<string, string | {
153
- publicKeyHash: string;
154
- encryptedKey: string;
155
- secretKey: string;
156
- }> | undefined;
157
- attributes?: string | number | boolean | undefined;
158
- tzkt?: {
159
- disableAutostartWithSandbox?: boolean | undefined;
160
- postgresqlPort?: number | undefined;
161
- apiPort?: number | undefined;
162
- } | undefined;
163
- label: string;
164
- rpcUrl: string;
165
- protocol: string;
166
- }, {
167
- plugin?: string | undefined;
168
- accounts?: Record<string, string | {
169
- publicKeyHash: string;
170
- encryptedKey: string;
171
- secretKey: string;
172
- }> | undefined;
173
- attributes?: string | number | boolean | undefined;
174
- tzkt?: {
175
- disableAutostartWithSandbox?: boolean | undefined;
176
- postgresqlPort?: number | undefined;
177
- apiPort?: number | undefined;
178
- } | undefined;
179
- label: string;
180
- rpcUrl: string;
181
- protocol: string;
182
- }>>>;
183
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
184
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
185
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
186
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
187
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
188
- }, "strip", import("zod").ZodTypeAny, {
189
- storage?: Record<string, string> | undefined;
190
- aliases?: Record<string, Record<string, string>> | undefined;
191
- networks: string[];
192
- sandboxes: string[];
193
- }, {
194
- storage?: Record<string, string> | undefined;
195
- aliases?: Record<string, Record<string, string>> | undefined;
196
- networks: string[];
197
- sandboxes: string[];
198
- }>, import("zod").ZodString]>>;
199
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
200
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
201
- sourceFile: import("zod").ZodString;
202
- hash: import("zod").ZodString;
203
- }, "strip", import("zod").ZodTypeAny, {
204
- sourceFile: string;
205
- hash: string;
206
- }, {
207
- sourceFile: string;
208
- hash: string;
209
- }>>>;
210
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
211
- name: import("zod").ZodOptional<import("zod").ZodString>;
212
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
213
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
214
- license: import("zod").ZodOptional<import("zod").ZodString>;
215
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
216
- }, "strip", import("zod").ZodTypeAny, {
217
- name?: string | undefined;
218
- projectDescription?: string | undefined;
219
- authors?: string[] | undefined;
220
- license?: string | undefined;
221
- homepage?: string | undefined;
222
- }, {
223
- name?: string | undefined;
224
- projectDescription?: string | undefined;
225
- authors?: string[] | undefined;
226
- license?: string | undefined;
227
- homepage?: string | undefined;
228
- }>>;
229
- }, {
230
- projectDir: import("zod").ZodString;
231
- configFile: import("zod").ZodString;
232
- hash: import("zod").ZodString;
233
- }>, "strip", import("zod").ZodTypeAny, {
234
- sandbox?: Record<string, {
235
- plugin?: string | undefined;
236
- accounts?: Record<string, string | {
237
- publicKeyHash: string;
238
- encryptedKey: string;
239
- secretKey: string;
240
- }> | undefined;
241
- attributes?: string | number | boolean | undefined;
242
- tzkt?: {
243
- disableAutostartWithSandbox?: boolean | undefined;
244
- postgresqlPort?: number | undefined;
245
- apiPort?: number | undefined;
246
- } | undefined;
247
- label: string;
248
- rpcUrl: string;
249
- protocol: string;
250
- }> | undefined;
251
- language?: "en" | "fr" | undefined;
252
- plugins?: {
253
- type: "npm" | "binary" | "deno";
254
- name: string;
255
- }[] | undefined;
256
- contractsDir?: string | undefined;
257
- artifactsDir?: string | undefined;
258
- network?: Record<string, {
259
- accounts?: Record<string, {
260
- publicKey: string;
261
- publicKeyHash: string;
262
- privateKey: string;
263
- }> | undefined;
264
- faucet?: {
265
- pkh: string;
266
- mnemonic: string[];
267
- email: string;
268
- password: string;
269
- amount: string;
270
- activation_code: string;
271
- } | undefined;
272
- label: string;
273
- rpcUrl: string;
274
- protocol: string;
275
- }> | undefined;
276
- accounts?: Record<string, string> | undefined;
277
- contracts?: Record<string, {
278
- sourceFile: string;
279
- hash: string;
280
- }> | undefined;
281
- metadata?: {
282
- name?: string | undefined;
283
- projectDescription?: string | undefined;
284
- authors?: string[] | undefined;
285
- license?: string | undefined;
286
- homepage?: string | undefined;
287
- } | undefined;
288
- projectDir: string;
289
- environment: Record<string, string | {
290
- storage?: Record<string, string> | undefined;
291
- aliases?: Record<string, Record<string, string>> | undefined;
292
- networks: string[];
293
- sandboxes: string[];
294
- }>;
295
- hash: string;
296
- configFile: string;
297
- }, {
298
- sandbox?: Record<string, {
299
- plugin?: string | undefined;
300
- accounts?: Record<string, string | {
301
- publicKeyHash: string;
302
- encryptedKey: string;
303
- secretKey: string;
304
- }> | undefined;
305
- attributes?: string | number | boolean | undefined;
306
- tzkt?: {
307
- disableAutostartWithSandbox?: boolean | undefined;
308
- postgresqlPort?: number | undefined;
309
- apiPort?: number | undefined;
310
- } | undefined;
311
- label: string;
312
- rpcUrl: string;
313
- protocol: string;
314
- }> | undefined;
315
- language?: "en" | "fr" | undefined;
316
- plugins?: {
317
- type: "npm" | "binary" | "deno";
318
- name: string;
319
- }[] | undefined;
320
- contractsDir?: string | undefined;
321
- artifactsDir?: string | undefined;
322
- network?: Record<string, {
323
- accounts?: Record<string, {
324
- publicKey: string;
325
- publicKeyHash: string;
326
- privateKey: string;
327
- }> | undefined;
328
- faucet?: {
329
- pkh: string;
330
- mnemonic: string[];
331
- email: string;
332
- password: string;
333
- amount: string;
334
- activation_code: string;
335
- } | undefined;
336
- label: string;
337
- rpcUrl: string;
338
- protocol: string;
339
- }> | undefined;
340
- accounts?: Record<string, string> | undefined;
341
- contracts?: Record<string, {
342
- sourceFile: string;
343
- hash: string;
344
- }> | undefined;
345
- metadata?: {
346
- name?: string | undefined;
347
- projectDescription?: string | undefined;
348
- authors?: string[] | undefined;
349
- license?: string | undefined;
350
- homepage?: string | undefined;
351
- } | undefined;
352
- projectDir: string;
353
- environment: Record<string, string | {
354
- storage?: Record<string, string> | undefined;
355
- aliases?: Record<string, Record<string, string>> | undefined;
356
- networks: string[];
357
- sandboxes: string[];
358
- }>;
359
- hash: string;
360
- configFile: string;
361
- }>;
362
- }>, "passthrough", import("zod").ZodTypeAny, {
363
- plugin?: string | undefined;
364
- _: string[];
365
- projectDir: string;
366
- maxConcurrency: number;
367
- debug: boolean;
368
- disableState: boolean;
369
- logPluginRequests: boolean;
370
- fromVsCode: boolean;
371
- version: boolean;
372
- build: boolean;
373
- help: boolean;
374
- yes: boolean;
375
- env: string;
376
- setBuild: string | number;
377
- setVersion: string;
378
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
379
- config: {
380
- sandbox?: Record<string, {
381
- plugin?: string | undefined;
382
- accounts?: Record<string, string | {
383
- publicKeyHash: string;
384
- encryptedKey: string;
385
- secretKey: string;
386
- }> | undefined;
387
- attributes?: string | number | boolean | undefined;
388
- tzkt?: {
389
- disableAutostartWithSandbox?: boolean | undefined;
390
- postgresqlPort?: number | undefined;
391
- apiPort?: number | undefined;
392
- } | undefined;
393
- label: string;
394
- rpcUrl: string;
395
- protocol: string;
396
- }> | undefined;
397
- language?: "en" | "fr" | undefined;
398
- plugins?: {
399
- type: "npm" | "binary" | "deno";
400
- name: string;
401
- }[] | undefined;
402
- contractsDir?: string | undefined;
403
- artifactsDir?: string | undefined;
404
- network?: Record<string, {
405
- accounts?: Record<string, {
406
- publicKey: string;
407
- publicKeyHash: string;
408
- privateKey: string;
409
- }> | undefined;
410
- faucet?: {
411
- pkh: string;
412
- mnemonic: string[];
413
- email: string;
414
- password: string;
415
- amount: string;
416
- activation_code: string;
417
- } | undefined;
418
- label: string;
419
- rpcUrl: string;
420
- protocol: string;
421
- }> | undefined;
422
- accounts?: Record<string, string> | undefined;
423
- contracts?: Record<string, {
424
- sourceFile: string;
425
- hash: string;
426
- }> | undefined;
427
- metadata?: {
428
- name?: string | undefined;
429
- projectDescription?: string | undefined;
430
- authors?: string[] | undefined;
431
- license?: string | undefined;
432
- homepage?: string | undefined;
433
- } | undefined;
434
- projectDir: string;
435
- environment: Record<string, string | {
436
- storage?: Record<string, string> | undefined;
437
- aliases?: Record<string, Record<string, string>> | undefined;
438
- networks: string[];
439
- sandboxes: string[];
440
- }>;
441
- hash: string;
442
- configFile: string;
443
- };
444
- }, {
445
- plugin?: string | undefined;
446
- _: string[];
447
- projectDir: string;
448
- maxConcurrency: number;
449
- debug: boolean;
450
- disableState: boolean;
451
- logPluginRequests: boolean;
452
- fromVsCode: boolean;
453
- version: boolean;
454
- build: boolean;
455
- help: boolean;
456
- yes: boolean;
457
- env: string;
458
- setBuild: string | number;
459
- setVersion: string;
460
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
461
- config: {
462
- sandbox?: Record<string, {
463
- plugin?: string | undefined;
464
- accounts?: Record<string, string | {
465
- publicKeyHash: string;
466
- encryptedKey: string;
467
- secretKey: string;
468
- }> | undefined;
469
- attributes?: string | number | boolean | undefined;
470
- tzkt?: {
471
- disableAutostartWithSandbox?: boolean | undefined;
472
- postgresqlPort?: number | undefined;
473
- apiPort?: number | undefined;
474
- } | undefined;
475
- label: string;
476
- rpcUrl: string;
477
- protocol: string;
478
- }> | undefined;
479
- language?: "en" | "fr" | undefined;
480
- plugins?: {
481
- type: "npm" | "binary" | "deno";
482
- name: string;
483
- }[] | undefined;
484
- contractsDir?: string | undefined;
485
- artifactsDir?: string | undefined;
486
- network?: Record<string, {
487
- accounts?: Record<string, {
488
- publicKey: string;
489
- publicKeyHash: string;
490
- privateKey: string;
491
- }> | undefined;
492
- faucet?: {
493
- pkh: string;
494
- mnemonic: string[];
495
- email: string;
496
- password: string;
497
- amount: string;
498
- activation_code: string;
499
- } | undefined;
500
- label: string;
501
- rpcUrl: string;
502
- protocol: string;
503
- }> | undefined;
504
- accounts?: Record<string, string> | undefined;
505
- contracts?: Record<string, {
506
- sourceFile: string;
507
- hash: string;
508
- }> | undefined;
509
- metadata?: {
510
- name?: string | undefined;
511
- projectDescription?: string | undefined;
512
- authors?: string[] | undefined;
513
- license?: string | undefined;
514
- homepage?: string | undefined;
515
- } | undefined;
516
- projectDir: string;
517
- environment: Record<string, string | {
518
- storage?: Record<string, string> | undefined;
519
- aliases?: Record<string, Record<string, string>> | undefined;
520
- networks: string[];
521
- sandboxes: string[];
522
- }>;
523
- hash: string;
524
- configFile: string;
525
- };
526
- }>;
527
- schema: import("zod").ZodEffects<import("zod").ZodObject<import("zod").extendShape<Omit<{
528
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
529
- projectDir: import("zod").ZodString;
530
- maxConcurrency: import("zod").ZodNumber;
531
- debug: import("zod").ZodBoolean;
532
- disableState: import("zod").ZodBoolean;
533
- logPluginRequests: import("zod").ZodBoolean;
534
- fromVsCode: import("zod").ZodBoolean;
535
- version: import("zod").ZodBoolean;
536
- build: import("zod").ZodBoolean;
537
- help: import("zod").ZodBoolean;
538
- yes: import("zod").ZodBoolean;
539
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
540
- env: import("zod").ZodString;
541
- quickstart: import("zod").ZodString;
542
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
543
- setVersion: import("zod").ZodString;
544
- }, "quickstart">, {
545
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
546
- config: import("zod").ZodObject<import("zod").extendShape<{
547
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
548
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
549
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
550
- name: import("zod").ZodString;
551
- }, "strip", import("zod").ZodTypeAny, {
552
- type: "npm" | "binary" | "deno";
553
- name: string;
554
- }, {
555
- type: "npm" | "binary" | "deno";
556
- name: string;
557
- }>, "many">>;
558
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
559
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
560
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
561
- label: import("zod").ZodString;
562
- rpcUrl: import("zod").ZodString;
563
- protocol: import("zod").ZodString;
564
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
565
- publicKey: import("zod").ZodString;
566
- publicKeyHash: import("zod").ZodString;
567
- privateKey: import("zod").ZodString;
568
- }, "strip", import("zod").ZodTypeAny, {
569
- publicKey: string;
570
- publicKeyHash: string;
571
- privateKey: string;
572
- }, {
573
- publicKey: string;
574
- publicKeyHash: string;
575
- privateKey: string;
576
- }>>>;
577
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
578
- pkh: import("zod").ZodString;
579
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
580
- email: import("zod").ZodString;
581
- password: import("zod").ZodString;
582
- amount: import("zod").ZodString;
583
- activation_code: import("zod").ZodString;
584
- }, "strip", import("zod").ZodTypeAny, {
585
- pkh: string;
586
- mnemonic: string[];
587
- email: string;
588
- password: string;
589
- amount: string;
590
- activation_code: string;
591
- }, {
592
- pkh: string;
593
- mnemonic: string[];
594
- email: string;
595
- password: string;
596
- amount: string;
597
- activation_code: string;
598
- }>>;
599
- }, "strip", import("zod").ZodTypeAny, {
600
- accounts?: Record<string, {
601
- publicKey: string;
602
- publicKeyHash: string;
603
- privateKey: string;
604
- }> | undefined;
605
- faucet?: {
606
- pkh: string;
607
- mnemonic: string[];
608
- email: string;
609
- password: string;
610
- amount: string;
611
- activation_code: string;
612
- } | undefined;
613
- label: string;
614
- rpcUrl: string;
615
- protocol: string;
616
- }, {
617
- accounts?: Record<string, {
618
- publicKey: string;
619
- publicKeyHash: string;
620
- privateKey: string;
621
- }> | undefined;
622
- faucet?: {
623
- pkh: string;
624
- mnemonic: string[];
625
- email: string;
626
- password: string;
627
- amount: string;
628
- activation_code: string;
629
- } | undefined;
630
- label: string;
631
- rpcUrl: string;
632
- protocol: string;
633
- }>>>;
634
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
635
- label: import("zod").ZodString;
636
- rpcUrl: import("zod").ZodString;
637
- protocol: import("zod").ZodString;
638
- attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
639
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
640
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
641
- encryptedKey: import("zod").ZodString;
642
- publicKeyHash: import("zod").ZodString;
643
- secretKey: import("zod").ZodString;
644
- }, "strip", import("zod").ZodTypeAny, {
645
- publicKeyHash: string;
646
- encryptedKey: string;
647
- secretKey: string;
648
- }, {
649
- publicKeyHash: string;
650
- encryptedKey: string;
651
- secretKey: string;
652
- }>, import("zod").ZodString]>>>;
653
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
654
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
655
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
656
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
657
- }, "strip", import("zod").ZodTypeAny, {
658
- disableAutostartWithSandbox?: boolean | undefined;
659
- postgresqlPort?: number | undefined;
660
- apiPort?: number | undefined;
661
- }, {
662
- disableAutostartWithSandbox?: boolean | undefined;
663
- postgresqlPort?: number | undefined;
664
- apiPort?: number | undefined;
665
- }>>;
666
- }, "strip", import("zod").ZodTypeAny, {
667
- plugin?: string | undefined;
668
- accounts?: Record<string, string | {
669
- publicKeyHash: string;
670
- encryptedKey: string;
671
- secretKey: string;
672
- }> | undefined;
673
- attributes?: string | number | boolean | undefined;
674
- tzkt?: {
675
- disableAutostartWithSandbox?: boolean | undefined;
676
- postgresqlPort?: number | undefined;
677
- apiPort?: number | undefined;
678
- } | undefined;
679
- label: string;
680
- rpcUrl: string;
681
- protocol: string;
682
- }, {
683
- plugin?: string | undefined;
684
- accounts?: Record<string, string | {
685
- publicKeyHash: string;
686
- encryptedKey: string;
687
- secretKey: string;
688
- }> | undefined;
689
- attributes?: string | number | boolean | undefined;
690
- tzkt?: {
691
- disableAutostartWithSandbox?: boolean | undefined;
692
- postgresqlPort?: number | undefined;
693
- apiPort?: number | undefined;
694
- } | undefined;
695
- label: string;
696
- rpcUrl: string;
697
- protocol: string;
698
- }>>>;
699
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
700
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
701
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
702
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
703
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
704
- }, "strip", import("zod").ZodTypeAny, {
705
- storage?: Record<string, string> | undefined;
706
- aliases?: Record<string, Record<string, string>> | undefined;
707
- networks: string[];
708
- sandboxes: string[];
709
- }, {
710
- storage?: Record<string, string> | undefined;
711
- aliases?: Record<string, Record<string, string>> | undefined;
712
- networks: string[];
713
- sandboxes: string[];
714
- }>, import("zod").ZodString]>>;
715
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
716
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
717
- sourceFile: import("zod").ZodString;
718
- hash: import("zod").ZodString;
719
- }, "strip", import("zod").ZodTypeAny, {
720
- sourceFile: string;
721
- hash: string;
722
- }, {
723
- sourceFile: string;
724
- hash: string;
725
- }>>>;
726
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
727
- name: import("zod").ZodOptional<import("zod").ZodString>;
728
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
729
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
730
- license: import("zod").ZodOptional<import("zod").ZodString>;
731
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
732
- }, "strip", import("zod").ZodTypeAny, {
733
- name?: string | undefined;
734
- projectDescription?: string | undefined;
735
- authors?: string[] | undefined;
736
- license?: string | undefined;
737
- homepage?: string | undefined;
738
- }, {
739
- name?: string | undefined;
740
- projectDescription?: string | undefined;
741
- authors?: string[] | undefined;
742
- license?: string | undefined;
743
- homepage?: string | undefined;
744
- }>>;
745
- }, {
746
- projectDir: import("zod").ZodString;
747
- configFile: import("zod").ZodString;
748
- hash: import("zod").ZodString;
749
- }>, "strip", import("zod").ZodTypeAny, {
750
- sandbox?: Record<string, {
751
- plugin?: string | undefined;
752
- accounts?: Record<string, string | {
753
- publicKeyHash: string;
754
- encryptedKey: string;
755
- secretKey: string;
756
- }> | undefined;
757
- attributes?: string | number | boolean | undefined;
758
- tzkt?: {
759
- disableAutostartWithSandbox?: boolean | undefined;
760
- postgresqlPort?: number | undefined;
761
- apiPort?: number | undefined;
762
- } | undefined;
763
- label: string;
764
- rpcUrl: string;
765
- protocol: string;
766
- }> | undefined;
767
- language?: "en" | "fr" | undefined;
768
- plugins?: {
769
- type: "npm" | "binary" | "deno";
770
- name: string;
771
- }[] | undefined;
772
- contractsDir?: string | undefined;
773
- artifactsDir?: string | undefined;
774
- network?: Record<string, {
775
- accounts?: Record<string, {
776
- publicKey: string;
777
- publicKeyHash: string;
778
- privateKey: string;
779
- }> | undefined;
780
- faucet?: {
781
- pkh: string;
782
- mnemonic: string[];
783
- email: string;
784
- password: string;
785
- amount: string;
786
- activation_code: string;
787
- } | undefined;
788
- label: string;
789
- rpcUrl: string;
790
- protocol: string;
791
- }> | undefined;
792
- accounts?: Record<string, string> | undefined;
793
- contracts?: Record<string, {
794
- sourceFile: string;
795
- hash: string;
796
- }> | undefined;
797
- metadata?: {
798
- name?: string | undefined;
799
- projectDescription?: string | undefined;
800
- authors?: string[] | undefined;
801
- license?: string | undefined;
802
- homepage?: string | undefined;
803
- } | undefined;
804
- projectDir: string;
805
- environment: Record<string, string | {
806
- storage?: Record<string, string> | undefined;
807
- aliases?: Record<string, Record<string, string>> | undefined;
808
- networks: string[];
809
- sandboxes: string[];
810
- }>;
811
- hash: string;
812
- configFile: string;
813
- }, {
814
- sandbox?: Record<string, {
815
- plugin?: string | undefined;
816
- accounts?: Record<string, string | {
817
- publicKeyHash: string;
818
- encryptedKey: string;
819
- secretKey: string;
820
- }> | undefined;
821
- attributes?: string | number | boolean | undefined;
822
- tzkt?: {
823
- disableAutostartWithSandbox?: boolean | undefined;
824
- postgresqlPort?: number | undefined;
825
- apiPort?: number | undefined;
826
- } | undefined;
827
- label: string;
828
- rpcUrl: string;
829
- protocol: string;
830
- }> | undefined;
831
- language?: "en" | "fr" | undefined;
832
- plugins?: {
833
- type: "npm" | "binary" | "deno";
834
- name: string;
835
- }[] | undefined;
836
- contractsDir?: string | undefined;
837
- artifactsDir?: string | undefined;
838
- network?: Record<string, {
839
- accounts?: Record<string, {
840
- publicKey: string;
841
- publicKeyHash: string;
842
- privateKey: string;
843
- }> | undefined;
844
- faucet?: {
845
- pkh: string;
846
- mnemonic: string[];
847
- email: string;
848
- password: string;
849
- amount: string;
850
- activation_code: string;
851
- } | undefined;
852
- label: string;
853
- rpcUrl: string;
854
- protocol: string;
855
- }> | undefined;
856
- accounts?: Record<string, string> | undefined;
857
- contracts?: Record<string, {
858
- sourceFile: string;
859
- hash: string;
860
- }> | undefined;
861
- metadata?: {
862
- name?: string | undefined;
863
- projectDescription?: string | undefined;
864
- authors?: string[] | undefined;
865
- license?: string | undefined;
866
- homepage?: string | undefined;
867
- } | undefined;
868
- projectDir: string;
869
- environment: Record<string, string | {
870
- storage?: Record<string, string> | undefined;
871
- aliases?: Record<string, Record<string, string>> | undefined;
872
- networks: string[];
873
- sandboxes: string[];
874
- }>;
875
- hash: string;
876
- configFile: string;
877
- }>;
878
- }>, "passthrough", import("zod").ZodTypeAny, {
879
- plugin?: string | undefined;
880
- _: string[];
881
- projectDir: string;
882
- maxConcurrency: number;
883
- debug: boolean;
884
- disableState: boolean;
885
- logPluginRequests: boolean;
886
- fromVsCode: boolean;
887
- version: boolean;
888
- build: boolean;
889
- help: boolean;
890
- yes: boolean;
891
- env: string;
892
- setBuild: string | number;
893
- setVersion: string;
894
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
895
- config: {
896
- sandbox?: Record<string, {
897
- plugin?: string | undefined;
898
- accounts?: Record<string, string | {
899
- publicKeyHash: string;
900
- encryptedKey: string;
901
- secretKey: string;
902
- }> | undefined;
903
- attributes?: string | number | boolean | undefined;
904
- tzkt?: {
905
- disableAutostartWithSandbox?: boolean | undefined;
906
- postgresqlPort?: number | undefined;
907
- apiPort?: number | undefined;
908
- } | undefined;
909
- label: string;
910
- rpcUrl: string;
911
- protocol: string;
912
- }> | undefined;
913
- language?: "en" | "fr" | undefined;
914
- plugins?: {
915
- type: "npm" | "binary" | "deno";
916
- name: string;
917
- }[] | undefined;
918
- contractsDir?: string | undefined;
919
- artifactsDir?: string | undefined;
920
- network?: Record<string, {
921
- accounts?: Record<string, {
922
- publicKey: string;
923
- publicKeyHash: string;
924
- privateKey: string;
925
- }> | undefined;
926
- faucet?: {
927
- pkh: string;
928
- mnemonic: string[];
929
- email: string;
930
- password: string;
931
- amount: string;
932
- activation_code: string;
933
- } | undefined;
934
- label: string;
935
- rpcUrl: string;
936
- protocol: string;
937
- }> | undefined;
938
- accounts?: Record<string, string> | undefined;
939
- contracts?: Record<string, {
940
- sourceFile: string;
941
- hash: string;
942
- }> | undefined;
943
- metadata?: {
944
- name?: string | undefined;
945
- projectDescription?: string | undefined;
946
- authors?: string[] | undefined;
947
- license?: string | undefined;
948
- homepage?: string | undefined;
949
- } | undefined;
950
- projectDir: string;
951
- environment: Record<string, string | {
952
- storage?: Record<string, string> | undefined;
953
- aliases?: Record<string, Record<string, string>> | undefined;
954
- networks: string[];
955
- sandboxes: string[];
956
- }>;
957
- hash: string;
958
- configFile: string;
959
- };
960
- }, {
961
- plugin?: string | undefined;
962
- _: string[];
963
- projectDir: string;
964
- maxConcurrency: number;
965
- debug: boolean;
966
- disableState: boolean;
967
- logPluginRequests: boolean;
968
- fromVsCode: boolean;
969
- version: boolean;
970
- build: boolean;
971
- help: boolean;
972
- yes: boolean;
973
- env: string;
974
- setBuild: string | number;
975
- setVersion: string;
976
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
977
- config: {
978
- sandbox?: Record<string, {
979
- plugin?: string | undefined;
980
- accounts?: Record<string, string | {
981
- publicKeyHash: string;
982
- encryptedKey: string;
983
- secretKey: string;
984
- }> | undefined;
985
- attributes?: string | number | boolean | undefined;
986
- tzkt?: {
987
- disableAutostartWithSandbox?: boolean | undefined;
988
- postgresqlPort?: number | undefined;
989
- apiPort?: number | undefined;
990
- } | undefined;
991
- label: string;
992
- rpcUrl: string;
993
- protocol: string;
994
- }> | undefined;
995
- language?: "en" | "fr" | undefined;
996
- plugins?: {
997
- type: "npm" | "binary" | "deno";
998
- name: string;
999
- }[] | undefined;
1000
- contractsDir?: string | undefined;
1001
- artifactsDir?: string | undefined;
1002
- network?: Record<string, {
1003
- accounts?: Record<string, {
1004
- publicKey: string;
1005
- publicKeyHash: string;
1006
- privateKey: string;
1007
- }> | undefined;
1008
- faucet?: {
1009
- pkh: string;
1010
- mnemonic: string[];
1011
- email: string;
1012
- password: string;
1013
- amount: string;
1014
- activation_code: string;
1015
- } | undefined;
1016
- label: string;
1017
- rpcUrl: string;
1018
- protocol: string;
1019
- }> | undefined;
1020
- accounts?: Record<string, string> | undefined;
1021
- contracts?: Record<string, {
1022
- sourceFile: string;
1023
- hash: string;
1024
- }> | undefined;
1025
- metadata?: {
1026
- name?: string | undefined;
1027
- projectDescription?: string | undefined;
1028
- authors?: string[] | undefined;
1029
- license?: string | undefined;
1030
- homepage?: string | undefined;
1031
- } | undefined;
1032
- projectDir: string;
1033
- environment: Record<string, string | {
1034
- storage?: Record<string, string> | undefined;
1035
- aliases?: Record<string, Record<string, string>> | undefined;
1036
- networks: string[];
1037
- sandboxes: string[];
1038
- }>;
1039
- hash: string;
1040
- configFile: string;
1041
- };
1042
- }>, RequestArgsStrict, {
1043
- plugin?: string | undefined;
1044
- _: string[];
1045
- projectDir: string;
1046
- maxConcurrency: number;
1047
- debug: boolean;
1048
- disableState: boolean;
1049
- logPluginRequests: boolean;
1050
- fromVsCode: boolean;
1051
- version: boolean;
1052
- build: boolean;
1053
- help: boolean;
1054
- yes: boolean;
1055
- env: string;
1056
- setBuild: string | number;
1057
- setVersion: string;
1058
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1059
- config: {
1060
- sandbox?: Record<string, {
1061
- plugin?: string | undefined;
1062
- accounts?: Record<string, string | {
1063
- publicKeyHash: string;
1064
- encryptedKey: string;
1065
- secretKey: string;
1066
- }> | undefined;
1067
- attributes?: string | number | boolean | undefined;
1068
- tzkt?: {
1069
- disableAutostartWithSandbox?: boolean | undefined;
1070
- postgresqlPort?: number | undefined;
1071
- apiPort?: number | undefined;
1072
- } | undefined;
1073
- label: string;
1074
- rpcUrl: string;
1075
- protocol: string;
1076
- }> | undefined;
1077
- language?: "en" | "fr" | undefined;
1078
- plugins?: {
1079
- type: "npm" | "binary" | "deno";
1080
- name: string;
1081
- }[] | undefined;
1082
- contractsDir?: string | undefined;
1083
- artifactsDir?: string | undefined;
1084
- network?: Record<string, {
1085
- accounts?: Record<string, {
1086
- publicKey: string;
1087
- publicKeyHash: string;
1088
- privateKey: string;
1089
- }> | undefined;
1090
- faucet?: {
1091
- pkh: string;
1092
- mnemonic: string[];
1093
- email: string;
1094
- password: string;
1095
- amount: string;
1096
- activation_code: string;
1097
- } | undefined;
1098
- label: string;
1099
- rpcUrl: string;
1100
- protocol: string;
1101
- }> | undefined;
1102
- accounts?: Record<string, string> | undefined;
1103
- contracts?: Record<string, {
1104
- sourceFile: string;
1105
- hash: string;
1106
- }> | undefined;
1107
- metadata?: {
1108
- name?: string | undefined;
1109
- projectDescription?: string | undefined;
1110
- authors?: string[] | undefined;
1111
- license?: string | undefined;
1112
- homepage?: string | undefined;
1113
- } | undefined;
1114
- projectDir: string;
1115
- environment: Record<string, string | {
1116
- storage?: Record<string, string> | undefined;
1117
- aliases?: Record<string, Record<string, string>> | undefined;
1118
- networks: string[];
1119
- sandboxes: string[];
1120
- }>;
1121
- hash: string;
1122
- configFile: string;
1123
- };
1124
- }>;
1125
- };
1126
- export declare const rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
1127
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
1128
- projectDir: import("zod").ZodString;
1129
- maxConcurrency: import("zod").ZodNumber;
1130
- debug: import("zod").ZodBoolean;
1131
- disableState: import("zod").ZodBoolean;
1132
- logPluginRequests: import("zod").ZodBoolean;
1133
- fromVsCode: import("zod").ZodBoolean;
1134
- version: import("zod").ZodBoolean;
1135
- build: import("zod").ZodBoolean;
1136
- help: import("zod").ZodBoolean;
1137
- yes: import("zod").ZodBoolean;
1138
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
1139
- env: import("zod").ZodString;
1140
- quickstart: import("zod").ZodString;
1141
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
1142
- setVersion: import("zod").ZodString;
1143
- }, "quickstart">, {
1144
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
1145
- config: import("zod").ZodObject<import("zod").extendShape<{
1146
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
1147
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1148
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
1149
- name: import("zod").ZodString;
1150
- }, "strip", import("zod").ZodTypeAny, {
1151
- type: "npm" | "binary" | "deno";
1152
- name: string;
1153
- }, {
1154
- type: "npm" | "binary" | "deno";
1155
- name: string;
1156
- }>, "many">>;
1157
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1158
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1159
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1160
- label: import("zod").ZodString;
1161
- rpcUrl: import("zod").ZodString;
1162
- protocol: import("zod").ZodString;
1163
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1164
- publicKey: import("zod").ZodString;
1165
- publicKeyHash: import("zod").ZodString;
1166
- privateKey: import("zod").ZodString;
1167
- }, "strip", import("zod").ZodTypeAny, {
1168
- publicKey: string;
1169
- publicKeyHash: string;
1170
- privateKey: string;
1171
- }, {
1172
- publicKey: string;
1173
- publicKeyHash: string;
1174
- privateKey: string;
1175
- }>>>;
1176
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
1177
- pkh: import("zod").ZodString;
1178
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
1179
- email: import("zod").ZodString;
1180
- password: import("zod").ZodString;
1181
- amount: import("zod").ZodString;
1182
- activation_code: import("zod").ZodString;
1183
- }, "strip", import("zod").ZodTypeAny, {
1184
- pkh: string;
1185
- mnemonic: string[];
1186
- email: string;
1187
- password: string;
1188
- amount: string;
1189
- activation_code: string;
1190
- }, {
1191
- pkh: string;
1192
- mnemonic: string[];
1193
- email: string;
1194
- password: string;
1195
- amount: string;
1196
- activation_code: string;
1197
- }>>;
1198
- }, "strip", import("zod").ZodTypeAny, {
1199
- accounts?: Record<string, {
1200
- publicKey: string;
1201
- publicKeyHash: string;
1202
- privateKey: string;
1203
- }> | undefined;
1204
- faucet?: {
1205
- pkh: string;
1206
- mnemonic: string[];
1207
- email: string;
1208
- password: string;
1209
- amount: string;
1210
- activation_code: string;
1211
- } | undefined;
1212
- label: string;
1213
- rpcUrl: string;
1214
- protocol: string;
1215
- }, {
1216
- accounts?: Record<string, {
1217
- publicKey: string;
1218
- publicKeyHash: string;
1219
- privateKey: string;
1220
- }> | undefined;
1221
- faucet?: {
1222
- pkh: string;
1223
- mnemonic: string[];
1224
- email: string;
1225
- password: string;
1226
- amount: string;
1227
- activation_code: string;
1228
- } | undefined;
1229
- label: string;
1230
- rpcUrl: string;
1231
- protocol: string;
1232
- }>>>;
1233
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1234
- label: import("zod").ZodString;
1235
- rpcUrl: import("zod").ZodString;
1236
- protocol: import("zod").ZodString;
1237
- attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1238
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
1239
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1240
- encryptedKey: import("zod").ZodString;
1241
- publicKeyHash: import("zod").ZodString;
1242
- secretKey: import("zod").ZodString;
1243
- }, "strip", import("zod").ZodTypeAny, {
1244
- publicKeyHash: string;
1245
- encryptedKey: string;
1246
- secretKey: string;
1247
- }, {
1248
- publicKeyHash: string;
1249
- encryptedKey: string;
1250
- secretKey: string;
1251
- }>, import("zod").ZodString]>>>;
1252
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1253
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1254
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1255
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1256
- }, "strip", import("zod").ZodTypeAny, {
1257
- disableAutostartWithSandbox?: boolean | undefined;
1258
- postgresqlPort?: number | undefined;
1259
- apiPort?: number | undefined;
1260
- }, {
1261
- disableAutostartWithSandbox?: boolean | undefined;
1262
- postgresqlPort?: number | undefined;
1263
- apiPort?: number | undefined;
1264
- }>>;
1265
- }, "strip", import("zod").ZodTypeAny, {
1266
- plugin?: string | undefined;
1267
- accounts?: Record<string, string | {
1268
- publicKeyHash: string;
1269
- encryptedKey: string;
1270
- secretKey: string;
1271
- }> | undefined;
1272
- attributes?: string | number | boolean | undefined;
1273
- tzkt?: {
1274
- disableAutostartWithSandbox?: boolean | undefined;
1275
- postgresqlPort?: number | undefined;
1276
- apiPort?: number | undefined;
1277
- } | undefined;
1278
- label: string;
1279
- rpcUrl: string;
1280
- protocol: string;
1281
- }, {
1282
- plugin?: string | undefined;
1283
- accounts?: Record<string, string | {
1284
- publicKeyHash: string;
1285
- encryptedKey: string;
1286
- secretKey: string;
1287
- }> | undefined;
1288
- attributes?: string | number | boolean | undefined;
1289
- tzkt?: {
1290
- disableAutostartWithSandbox?: boolean | undefined;
1291
- postgresqlPort?: number | undefined;
1292
- apiPort?: number | undefined;
1293
- } | undefined;
1294
- label: string;
1295
- rpcUrl: string;
1296
- protocol: string;
1297
- }>>>;
1298
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1299
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1300
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1301
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1302
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1303
- }, "strip", import("zod").ZodTypeAny, {
1304
- storage?: Record<string, string> | undefined;
1305
- aliases?: Record<string, Record<string, string>> | undefined;
1306
- networks: string[];
1307
- sandboxes: string[];
1308
- }, {
1309
- storage?: Record<string, string> | undefined;
1310
- aliases?: Record<string, Record<string, string>> | undefined;
1311
- networks: string[];
1312
- sandboxes: string[];
1313
- }>, import("zod").ZodString]>>;
1314
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1315
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1316
- sourceFile: import("zod").ZodString;
1317
- hash: import("zod").ZodString;
1318
- }, "strip", import("zod").ZodTypeAny, {
1319
- sourceFile: string;
1320
- hash: string;
1321
- }, {
1322
- sourceFile: string;
1323
- hash: string;
1324
- }>>>;
1325
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1326
- name: import("zod").ZodOptional<import("zod").ZodString>;
1327
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1328
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1329
- license: import("zod").ZodOptional<import("zod").ZodString>;
1330
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
1331
- }, "strip", import("zod").ZodTypeAny, {
1332
- name?: string | undefined;
1333
- projectDescription?: string | undefined;
1334
- authors?: string[] | undefined;
1335
- license?: string | undefined;
1336
- homepage?: string | undefined;
1337
- }, {
1338
- name?: string | undefined;
1339
- projectDescription?: string | undefined;
1340
- authors?: string[] | undefined;
1341
- license?: string | undefined;
1342
- homepage?: string | undefined;
1343
- }>>;
1344
- }, {
1345
- projectDir: import("zod").ZodString;
1346
- configFile: import("zod").ZodString;
1347
- hash: import("zod").ZodString;
1348
- }>, "strip", import("zod").ZodTypeAny, {
1349
- sandbox?: Record<string, {
1350
- plugin?: string | undefined;
1351
- accounts?: Record<string, string | {
1352
- publicKeyHash: string;
1353
- encryptedKey: string;
1354
- secretKey: string;
1355
- }> | undefined;
1356
- attributes?: string | number | boolean | undefined;
1357
- tzkt?: {
1358
- disableAutostartWithSandbox?: boolean | undefined;
1359
- postgresqlPort?: number | undefined;
1360
- apiPort?: number | undefined;
1361
- } | undefined;
1362
- label: string;
1363
- rpcUrl: string;
1364
- protocol: string;
1365
- }> | undefined;
1366
- language?: "en" | "fr" | undefined;
1367
- plugins?: {
1368
- type: "npm" | "binary" | "deno";
1369
- name: string;
1370
- }[] | undefined;
1371
- contractsDir?: string | undefined;
1372
- artifactsDir?: string | undefined;
1373
- network?: Record<string, {
1374
- accounts?: Record<string, {
1375
- publicKey: string;
1376
- publicKeyHash: string;
1377
- privateKey: string;
1378
- }> | undefined;
1379
- faucet?: {
1380
- pkh: string;
1381
- mnemonic: string[];
1382
- email: string;
1383
- password: string;
1384
- amount: string;
1385
- activation_code: string;
1386
- } | undefined;
1387
- label: string;
1388
- rpcUrl: string;
1389
- protocol: string;
1390
- }> | undefined;
1391
- accounts?: Record<string, string> | undefined;
1392
- contracts?: Record<string, {
1393
- sourceFile: string;
1394
- hash: string;
1395
- }> | undefined;
1396
- metadata?: {
1397
- name?: string | undefined;
1398
- projectDescription?: string | undefined;
1399
- authors?: string[] | undefined;
1400
- license?: string | undefined;
1401
- homepage?: string | undefined;
1402
- } | undefined;
1403
- projectDir: string;
1404
- environment: Record<string, string | {
1405
- storage?: Record<string, string> | undefined;
1406
- aliases?: Record<string, Record<string, string>> | undefined;
1407
- networks: string[];
1408
- sandboxes: string[];
1409
- }>;
1410
- hash: string;
1411
- configFile: string;
1412
- }, {
1413
- sandbox?: Record<string, {
1414
- plugin?: string | undefined;
1415
- accounts?: Record<string, string | {
1416
- publicKeyHash: string;
1417
- encryptedKey: string;
1418
- secretKey: string;
1419
- }> | undefined;
1420
- attributes?: string | number | boolean | undefined;
1421
- tzkt?: {
1422
- disableAutostartWithSandbox?: boolean | undefined;
1423
- postgresqlPort?: number | undefined;
1424
- apiPort?: number | undefined;
1425
- } | undefined;
1426
- label: string;
1427
- rpcUrl: string;
1428
- protocol: string;
1429
- }> | undefined;
1430
- language?: "en" | "fr" | undefined;
1431
- plugins?: {
1432
- type: "npm" | "binary" | "deno";
1433
- name: string;
1434
- }[] | undefined;
1435
- contractsDir?: string | undefined;
1436
- artifactsDir?: string | undefined;
1437
- network?: Record<string, {
1438
- accounts?: Record<string, {
1439
- publicKey: string;
1440
- publicKeyHash: string;
1441
- privateKey: string;
1442
- }> | undefined;
1443
- faucet?: {
1444
- pkh: string;
1445
- mnemonic: string[];
1446
- email: string;
1447
- password: string;
1448
- amount: string;
1449
- activation_code: string;
1450
- } | undefined;
1451
- label: string;
1452
- rpcUrl: string;
1453
- protocol: string;
1454
- }> | undefined;
1455
- accounts?: Record<string, string> | undefined;
1456
- contracts?: Record<string, {
1457
- sourceFile: string;
1458
- hash: string;
1459
- }> | undefined;
1460
- metadata?: {
1461
- name?: string | undefined;
1462
- projectDescription?: string | undefined;
1463
- authors?: string[] | undefined;
1464
- license?: string | undefined;
1465
- homepage?: string | undefined;
1466
- } | undefined;
1467
- projectDir: string;
1468
- environment: Record<string, string | {
1469
- storage?: Record<string, string> | undefined;
1470
- aliases?: Record<string, Record<string, string>> | undefined;
1471
- networks: string[];
1472
- sandboxes: string[];
1473
- }>;
1474
- hash: string;
1475
- configFile: string;
1476
- }>;
1477
- }>, "passthrough", import("zod").ZodTypeAny, {
1478
- plugin?: string | undefined;
1479
- _: string[];
1480
- projectDir: string;
1481
- maxConcurrency: number;
1482
- debug: boolean;
1483
- disableState: boolean;
1484
- logPluginRequests: boolean;
1485
- fromVsCode: boolean;
1486
- version: boolean;
1487
- build: boolean;
1488
- help: boolean;
1489
- yes: boolean;
1490
- env: string;
1491
- setBuild: string | number;
1492
- setVersion: string;
1493
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1494
- config: {
1495
- sandbox?: Record<string, {
1496
- plugin?: string | undefined;
1497
- accounts?: Record<string, string | {
1498
- publicKeyHash: string;
1499
- encryptedKey: string;
1500
- secretKey: string;
1501
- }> | undefined;
1502
- attributes?: string | number | boolean | undefined;
1503
- tzkt?: {
1504
- disableAutostartWithSandbox?: boolean | undefined;
1505
- postgresqlPort?: number | undefined;
1506
- apiPort?: number | undefined;
1507
- } | undefined;
1508
- label: string;
1509
- rpcUrl: string;
1510
- protocol: string;
1511
- }> | undefined;
1512
- language?: "en" | "fr" | undefined;
1513
- plugins?: {
1514
- type: "npm" | "binary" | "deno";
1515
- name: string;
1516
- }[] | undefined;
1517
- contractsDir?: string | undefined;
1518
- artifactsDir?: string | undefined;
1519
- network?: Record<string, {
1520
- accounts?: Record<string, {
1521
- publicKey: string;
1522
- publicKeyHash: string;
1523
- privateKey: string;
1524
- }> | undefined;
1525
- faucet?: {
1526
- pkh: string;
1527
- mnemonic: string[];
1528
- email: string;
1529
- password: string;
1530
- amount: string;
1531
- activation_code: string;
1532
- } | undefined;
1533
- label: string;
1534
- rpcUrl: string;
1535
- protocol: string;
1536
- }> | undefined;
1537
- accounts?: Record<string, string> | undefined;
1538
- contracts?: Record<string, {
1539
- sourceFile: string;
1540
- hash: string;
1541
- }> | undefined;
1542
- metadata?: {
1543
- name?: string | undefined;
1544
- projectDescription?: string | undefined;
1545
- authors?: string[] | undefined;
1546
- license?: string | undefined;
1547
- homepage?: string | undefined;
1548
- } | undefined;
1549
- projectDir: string;
1550
- environment: Record<string, string | {
1551
- storage?: Record<string, string> | undefined;
1552
- aliases?: Record<string, Record<string, string>> | undefined;
1553
- networks: string[];
1554
- sandboxes: string[];
1555
- }>;
1556
- hash: string;
1557
- configFile: string;
1558
- };
1559
- }, {
1560
- plugin?: string | undefined;
1561
- _: string[];
1562
- projectDir: string;
1563
- maxConcurrency: number;
1564
- debug: boolean;
1565
- disableState: boolean;
1566
- logPluginRequests: boolean;
1567
- fromVsCode: boolean;
1568
- version: boolean;
1569
- build: boolean;
1570
- help: boolean;
1571
- yes: boolean;
1572
- env: string;
1573
- setBuild: string | number;
1574
- setVersion: string;
1575
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
1576
- config: {
1577
- sandbox?: Record<string, {
1578
- plugin?: string | undefined;
1579
- accounts?: Record<string, string | {
1580
- publicKeyHash: string;
1581
- encryptedKey: string;
1582
- secretKey: string;
1583
- }> | undefined;
1584
- attributes?: string | number | boolean | undefined;
1585
- tzkt?: {
1586
- disableAutostartWithSandbox?: boolean | undefined;
1587
- postgresqlPort?: number | undefined;
1588
- apiPort?: number | undefined;
1589
- } | undefined;
1590
- label: string;
1591
- rpcUrl: string;
1592
- protocol: string;
1593
- }> | undefined;
1594
- language?: "en" | "fr" | undefined;
1595
- plugins?: {
1596
- type: "npm" | "binary" | "deno";
1597
- name: string;
1598
- }[] | undefined;
1599
- contractsDir?: string | undefined;
1600
- artifactsDir?: string | undefined;
1601
- network?: Record<string, {
1602
- accounts?: Record<string, {
1603
- publicKey: string;
1604
- publicKeyHash: string;
1605
- privateKey: string;
1606
- }> | undefined;
1607
- faucet?: {
1608
- pkh: string;
1609
- mnemonic: string[];
1610
- email: string;
1611
- password: string;
1612
- amount: string;
1613
- activation_code: string;
1614
- } | undefined;
1615
- label: string;
1616
- rpcUrl: string;
1617
- protocol: string;
1618
- }> | undefined;
1619
- accounts?: Record<string, string> | undefined;
1620
- contracts?: Record<string, {
1621
- sourceFile: string;
1622
- hash: string;
1623
- }> | undefined;
1624
- metadata?: {
1625
- name?: string | undefined;
1626
- projectDescription?: string | undefined;
1627
- authors?: string[] | undefined;
1628
- license?: string | undefined;
1629
- homepage?: string | undefined;
1630
- } | undefined;
1631
- projectDir: string;
1632
- environment: Record<string, string | {
1633
- storage?: Record<string, string> | undefined;
1634
- aliases?: Record<string, Record<string, string>> | undefined;
1635
- networks: string[];
1636
- sandboxes: string[];
1637
- }>;
1638
- hash: string;
1639
- configFile: string;
1640
- };
1641
- }>;
1642
- export declare const internalSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
1643
- _: import("zod").ZodArray<import("zod").ZodString, "many">;
1644
- projectDir: import("zod").ZodString;
1645
- maxConcurrency: import("zod").ZodNumber;
1646
- debug: import("zod").ZodBoolean;
1647
- disableState: import("zod").ZodBoolean;
1648
- logPluginRequests: import("zod").ZodBoolean;
1649
- fromVsCode: import("zod").ZodBoolean;
1650
- version: import("zod").ZodBoolean;
1651
- build: import("zod").ZodBoolean;
1652
- help: import("zod").ZodBoolean;
1653
- yes: import("zod").ZodBoolean;
1654
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
1655
- env: import("zod").ZodString;
1656
- quickstart: import("zod").ZodString;
1657
- setBuild: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>;
1658
- setVersion: import("zod").ZodString;
1659
- }, "quickstart">, {
1660
- taqRun: import("zod").ZodUnion<[import("zod").ZodLiteral<"proxy">, import("zod").ZodLiteral<"pluginInfo">, import("zod").ZodLiteral<"checkRuntimeDependencies">, import("zod").ZodLiteral<"installRuntimeDependencies">, import("zod").ZodLiteral<"proxyTemplate">]>;
1661
- config: import("zod").ZodObject<import("zod").extendShape<{
1662
- language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
1663
- plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1664
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
1665
- name: import("zod").ZodString;
1666
- }, "strip", import("zod").ZodTypeAny, {
1667
- type: "npm" | "binary" | "deno";
1668
- name: string;
1669
- }, {
1670
- type: "npm" | "binary" | "deno";
1671
- name: string;
1672
- }>, "many">>;
1673
- contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1674
- artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1675
- network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1676
- label: import("zod").ZodString;
1677
- rpcUrl: import("zod").ZodString;
1678
- protocol: import("zod").ZodString;
1679
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1680
- publicKey: import("zod").ZodString;
1681
- publicKeyHash: import("zod").ZodString;
1682
- privateKey: import("zod").ZodString;
1683
- }, "strip", import("zod").ZodTypeAny, {
1684
- publicKey: string;
1685
- publicKeyHash: string;
1686
- privateKey: string;
1687
- }, {
1688
- publicKey: string;
1689
- publicKeyHash: string;
1690
- privateKey: string;
1691
- }>>>;
1692
- faucet: import("zod").ZodOptional<import("zod").ZodObject<{
1693
- pkh: import("zod").ZodString;
1694
- mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
1695
- email: import("zod").ZodString;
1696
- password: import("zod").ZodString;
1697
- amount: import("zod").ZodString;
1698
- activation_code: import("zod").ZodString;
1699
- }, "strip", import("zod").ZodTypeAny, {
1700
- pkh: string;
1701
- mnemonic: string[];
1702
- email: string;
1703
- password: string;
1704
- amount: string;
1705
- activation_code: string;
1706
- }, {
1707
- pkh: string;
1708
- mnemonic: string[];
1709
- email: string;
1710
- password: string;
1711
- amount: string;
1712
- activation_code: string;
1713
- }>>;
1714
- }, "strip", import("zod").ZodTypeAny, {
1715
- accounts?: Record<string, {
1716
- publicKey: string;
1717
- publicKeyHash: string;
1718
- privateKey: string;
1719
- }> | undefined;
1720
- faucet?: {
1721
- pkh: string;
1722
- mnemonic: string[];
1723
- email: string;
1724
- password: string;
1725
- amount: string;
1726
- activation_code: string;
1727
- } | undefined;
1728
- label: string;
1729
- rpcUrl: string;
1730
- protocol: string;
1731
- }, {
1732
- accounts?: Record<string, {
1733
- publicKey: string;
1734
- publicKeyHash: string;
1735
- privateKey: string;
1736
- }> | undefined;
1737
- faucet?: {
1738
- pkh: string;
1739
- mnemonic: string[];
1740
- email: string;
1741
- password: string;
1742
- amount: string;
1743
- activation_code: string;
1744
- } | undefined;
1745
- label: string;
1746
- rpcUrl: string;
1747
- protocol: string;
1748
- }>>>;
1749
- sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1750
- label: import("zod").ZodString;
1751
- rpcUrl: import("zod").ZodString;
1752
- protocol: import("zod").ZodString;
1753
- attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1754
- plugin: import("zod").ZodOptional<import("zod").ZodString>;
1755
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1756
- encryptedKey: import("zod").ZodString;
1757
- publicKeyHash: import("zod").ZodString;
1758
- secretKey: import("zod").ZodString;
1759
- }, "strip", import("zod").ZodTypeAny, {
1760
- publicKeyHash: string;
1761
- encryptedKey: string;
1762
- secretKey: string;
1763
- }, {
1764
- publicKeyHash: string;
1765
- encryptedKey: string;
1766
- secretKey: string;
1767
- }>, import("zod").ZodString]>>>;
1768
- tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1769
- disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1770
- postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1771
- apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1772
- }, "strip", import("zod").ZodTypeAny, {
1773
- disableAutostartWithSandbox?: boolean | undefined;
1774
- postgresqlPort?: number | undefined;
1775
- apiPort?: number | undefined;
1776
- }, {
1777
- disableAutostartWithSandbox?: boolean | undefined;
1778
- postgresqlPort?: number | undefined;
1779
- apiPort?: number | undefined;
1780
- }>>;
1781
- }, "strip", import("zod").ZodTypeAny, {
1782
- plugin?: string | undefined;
1783
- accounts?: Record<string, string | {
1784
- publicKeyHash: string;
1785
- encryptedKey: string;
1786
- secretKey: string;
1787
- }> | undefined;
1788
- attributes?: string | number | boolean | undefined;
1789
- tzkt?: {
1790
- disableAutostartWithSandbox?: boolean | undefined;
1791
- postgresqlPort?: number | undefined;
1792
- apiPort?: number | undefined;
1793
- } | undefined;
1794
- label: string;
1795
- rpcUrl: string;
1796
- protocol: string;
1797
- }, {
1798
- plugin?: string | undefined;
1799
- accounts?: Record<string, string | {
1800
- publicKeyHash: string;
1801
- encryptedKey: string;
1802
- secretKey: string;
1803
- }> | undefined;
1804
- attributes?: string | number | boolean | undefined;
1805
- tzkt?: {
1806
- disableAutostartWithSandbox?: boolean | undefined;
1807
- postgresqlPort?: number | undefined;
1808
- apiPort?: number | undefined;
1809
- } | undefined;
1810
- label: string;
1811
- rpcUrl: string;
1812
- protocol: string;
1813
- }>>>;
1814
- environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1815
- networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1816
- sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1817
- storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1818
- aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1819
- }, "strip", import("zod").ZodTypeAny, {
1820
- storage?: Record<string, string> | undefined;
1821
- aliases?: Record<string, Record<string, string>> | undefined;
1822
- networks: string[];
1823
- sandboxes: string[];
1824
- }, {
1825
- storage?: Record<string, string> | undefined;
1826
- aliases?: Record<string, Record<string, string>> | undefined;
1827
- networks: string[];
1828
- sandboxes: string[];
1829
- }>, import("zod").ZodString]>>;
1830
- accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1831
- contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1832
- sourceFile: import("zod").ZodString;
1833
- hash: import("zod").ZodString;
1834
- }, "strip", import("zod").ZodTypeAny, {
1835
- sourceFile: string;
1836
- hash: string;
1837
- }, {
1838
- sourceFile: string;
1839
- hash: string;
1840
- }>>>;
1841
- metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1842
- name: import("zod").ZodOptional<import("zod").ZodString>;
1843
- projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1844
- authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1845
- license: import("zod").ZodOptional<import("zod").ZodString>;
1846
- homepage: import("zod").ZodOptional<import("zod").ZodString>;
1847
- }, "strip", import("zod").ZodTypeAny, {
1848
- name?: string | undefined;
1849
- projectDescription?: string | undefined;
1850
- authors?: string[] | undefined;
1851
- license?: string | undefined;
1852
- homepage?: string | undefined;
1853
- }, {
1854
- name?: string | undefined;
1855
- projectDescription?: string | undefined;
1856
- authors?: string[] | undefined;
1857
- license?: string | undefined;
1858
- homepage?: string | undefined;
1859
- }>>;
1860
- }, {
1861
- projectDir: import("zod").ZodString;
1862
- configFile: import("zod").ZodString;
1863
- hash: import("zod").ZodString;
1864
- }>, "strip", import("zod").ZodTypeAny, {
1865
- sandbox?: Record<string, {
1866
- plugin?: string | undefined;
1867
- accounts?: Record<string, string | {
1868
- publicKeyHash: string;
1869
- encryptedKey: string;
1870
- secretKey: string;
1871
- }> | undefined;
1872
- attributes?: string | number | boolean | undefined;
1873
- tzkt?: {
1874
- disableAutostartWithSandbox?: boolean | undefined;
1875
- postgresqlPort?: number | undefined;
1876
- apiPort?: number | undefined;
1877
- } | undefined;
1878
- label: string;
1879
- rpcUrl: string;
1880
- protocol: string;
1881
- }> | undefined;
1882
- language?: "en" | "fr" | undefined;
1883
- plugins?: {
1884
- type: "npm" | "binary" | "deno";
1885
- name: string;
1886
- }[] | undefined;
1887
- contractsDir?: string | undefined;
1888
- artifactsDir?: string | undefined;
1889
- network?: Record<string, {
1890
- accounts?: Record<string, {
1891
- publicKey: string;
1892
- publicKeyHash: string;
1893
- privateKey: string;
1894
- }> | undefined;
1895
- faucet?: {
1896
- pkh: string;
1897
- mnemonic: string[];
1898
- email: string;
1899
- password: string;
1900
- amount: string;
1901
- activation_code: string;
1902
- } | undefined;
1903
- label: string;
1904
- rpcUrl: string;
1905
- protocol: string;
1906
- }> | undefined;
1907
- accounts?: Record<string, string> | undefined;
1908
- contracts?: Record<string, {
1909
- sourceFile: string;
1910
- hash: string;
1911
- }> | undefined;
1912
- metadata?: {
1913
- name?: string | undefined;
1914
- projectDescription?: string | undefined;
1915
- authors?: string[] | undefined;
1916
- license?: string | undefined;
1917
- homepage?: string | undefined;
1918
- } | undefined;
1919
- projectDir: string;
1920
- environment: Record<string, string | {
1921
- storage?: Record<string, string> | undefined;
1922
- aliases?: Record<string, Record<string, string>> | undefined;
1923
- networks: string[];
1924
- sandboxes: string[];
1925
- }>;
1926
- hash: string;
1927
- configFile: string;
1928
- }, {
1929
- sandbox?: Record<string, {
1930
- plugin?: string | undefined;
1931
- accounts?: Record<string, string | {
1932
- publicKeyHash: string;
1933
- encryptedKey: string;
1934
- secretKey: string;
1935
- }> | undefined;
1936
- attributes?: string | number | boolean | undefined;
1937
- tzkt?: {
1938
- disableAutostartWithSandbox?: boolean | undefined;
1939
- postgresqlPort?: number | undefined;
1940
- apiPort?: number | undefined;
1941
- } | undefined;
1942
- label: string;
1943
- rpcUrl: string;
1944
- protocol: string;
1945
- }> | undefined;
1946
- language?: "en" | "fr" | undefined;
1947
- plugins?: {
1948
- type: "npm" | "binary" | "deno";
1949
- name: string;
1950
- }[] | undefined;
1951
- contractsDir?: string | undefined;
1952
- artifactsDir?: string | undefined;
1953
- network?: Record<string, {
1954
- accounts?: Record<string, {
1955
- publicKey: string;
1956
- publicKeyHash: string;
1957
- privateKey: string;
1958
- }> | undefined;
1959
- faucet?: {
1960
- pkh: string;
1961
- mnemonic: string[];
1962
- email: string;
1963
- password: string;
1964
- amount: string;
1965
- activation_code: string;
1966
- } | undefined;
1967
- label: string;
1968
- rpcUrl: string;
1969
- protocol: string;
1970
- }> | undefined;
1971
- accounts?: Record<string, string> | undefined;
1972
- contracts?: Record<string, {
1973
- sourceFile: string;
1974
- hash: string;
1975
- }> | undefined;
1976
- metadata?: {
1977
- name?: string | undefined;
1978
- projectDescription?: string | undefined;
1979
- authors?: string[] | undefined;
1980
- license?: string | undefined;
1981
- homepage?: string | undefined;
1982
- } | undefined;
1983
- projectDir: string;
1984
- environment: Record<string, string | {
1985
- storage?: Record<string, string> | undefined;
1986
- aliases?: Record<string, Record<string, string>> | undefined;
1987
- networks: string[];
1988
- sandboxes: string[];
1989
- }>;
1990
- hash: string;
1991
- configFile: string;
1992
- }>;
1993
- }>, "passthrough", import("zod").ZodTypeAny, {
1994
- plugin?: string | undefined;
1995
- _: string[];
1996
- projectDir: string;
1997
- maxConcurrency: number;
1998
- debug: boolean;
1999
- disableState: boolean;
2000
- logPluginRequests: boolean;
2001
- fromVsCode: boolean;
2002
- version: boolean;
2003
- build: boolean;
2004
- help: boolean;
2005
- yes: boolean;
2006
- env: string;
2007
- setBuild: string | number;
2008
- setVersion: string;
2009
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2010
- config: {
2011
- sandbox?: Record<string, {
2012
- plugin?: string | undefined;
2013
- accounts?: Record<string, string | {
2014
- publicKeyHash: string;
2015
- encryptedKey: string;
2016
- secretKey: string;
2017
- }> | undefined;
2018
- attributes?: string | number | boolean | undefined;
2019
- tzkt?: {
2020
- disableAutostartWithSandbox?: boolean | undefined;
2021
- postgresqlPort?: number | undefined;
2022
- apiPort?: number | undefined;
2023
- } | undefined;
2024
- label: string;
2025
- rpcUrl: string;
2026
- protocol: string;
2027
- }> | undefined;
2028
- language?: "en" | "fr" | undefined;
2029
- plugins?: {
2030
- type: "npm" | "binary" | "deno";
2031
- name: string;
2032
- }[] | undefined;
2033
- contractsDir?: string | undefined;
2034
- artifactsDir?: string | undefined;
2035
- network?: Record<string, {
2036
- accounts?: Record<string, {
2037
- publicKey: string;
2038
- publicKeyHash: string;
2039
- privateKey: string;
2040
- }> | undefined;
2041
- faucet?: {
2042
- pkh: string;
2043
- mnemonic: string[];
2044
- email: string;
2045
- password: string;
2046
- amount: string;
2047
- activation_code: string;
2048
- } | undefined;
2049
- label: string;
2050
- rpcUrl: string;
2051
- protocol: string;
2052
- }> | undefined;
2053
- accounts?: Record<string, string> | undefined;
2054
- contracts?: Record<string, {
2055
- sourceFile: string;
2056
- hash: string;
2057
- }> | undefined;
2058
- metadata?: {
2059
- name?: string | undefined;
2060
- projectDescription?: string | undefined;
2061
- authors?: string[] | undefined;
2062
- license?: string | undefined;
2063
- homepage?: string | undefined;
2064
- } | undefined;
2065
- projectDir: string;
2066
- environment: Record<string, string | {
2067
- storage?: Record<string, string> | undefined;
2068
- aliases?: Record<string, Record<string, string>> | undefined;
2069
- networks: string[];
2070
- sandboxes: string[];
2071
- }>;
2072
- hash: string;
2073
- configFile: string;
2074
- };
2075
- }, {
2076
- plugin?: string | undefined;
2077
- _: string[];
2078
- projectDir: string;
2079
- maxConcurrency: number;
2080
- debug: boolean;
2081
- disableState: boolean;
2082
- logPluginRequests: boolean;
2083
- fromVsCode: boolean;
2084
- version: boolean;
2085
- build: boolean;
2086
- help: boolean;
2087
- yes: boolean;
2088
- env: string;
2089
- setBuild: string | number;
2090
- setVersion: string;
2091
- taqRun: "proxy" | "pluginInfo" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
2092
- config: {
2093
- sandbox?: Record<string, {
2094
- plugin?: string | undefined;
2095
- accounts?: Record<string, string | {
2096
- publicKeyHash: string;
2097
- encryptedKey: string;
2098
- secretKey: string;
2099
- }> | undefined;
2100
- attributes?: string | number | boolean | undefined;
2101
- tzkt?: {
2102
- disableAutostartWithSandbox?: boolean | undefined;
2103
- postgresqlPort?: number | undefined;
2104
- apiPort?: number | undefined;
2105
- } | undefined;
2106
- label: string;
2107
- rpcUrl: string;
2108
- protocol: string;
2109
- }> | undefined;
2110
- language?: "en" | "fr" | undefined;
2111
- plugins?: {
2112
- type: "npm" | "binary" | "deno";
2113
- name: string;
2114
- }[] | undefined;
2115
- contractsDir?: string | undefined;
2116
- artifactsDir?: string | undefined;
2117
- network?: Record<string, {
2118
- accounts?: Record<string, {
2119
- publicKey: string;
2120
- publicKeyHash: string;
2121
- privateKey: string;
2122
- }> | undefined;
2123
- faucet?: {
2124
- pkh: string;
2125
- mnemonic: string[];
2126
- email: string;
2127
- password: string;
2128
- amount: string;
2129
- activation_code: string;
2130
- } | undefined;
2131
- label: string;
2132
- rpcUrl: string;
2133
- protocol: string;
2134
- }> | undefined;
2135
- accounts?: Record<string, string> | undefined;
2136
- contracts?: Record<string, {
2137
- sourceFile: string;
2138
- hash: string;
2139
- }> | undefined;
2140
- metadata?: {
2141
- name?: string | undefined;
2142
- projectDescription?: string | undefined;
2143
- authors?: string[] | undefined;
2144
- license?: string | undefined;
2145
- homepage?: string | undefined;
2146
- } | undefined;
2147
- projectDir: string;
2148
- environment: Record<string, string | {
2149
- storage?: Record<string, string> | undefined;
2150
- aliases?: Record<string, Record<string, string>> | undefined;
2151
- networks: string[];
2152
- sandboxes: string[];
2153
- }>;
2154
- hash: string;
2155
- configFile: string;
2156
- };
2157
- }>;
2158
- export type t = RequestArgsStrict;
2159
- //# sourceMappingURL=RequestArgs.d.ts.map