@taqueria/protocol 0.25.0-alpha → 0.25.3-alpha

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