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