@taqueria/protocol 0.24.2 → 0.25.3-alpha

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