@taqueria/protocol 0.25.0-alpha → 0.25.4-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,1626 @@
1
+ import { TaqError } from '@taqueria/protocol/TaqError';
2
+ import { FutureInstance } from 'fluture';
3
+ import { ParsedConfig } from '@taqueria/protocol/types';
4
+ import { ParsedConfig as ParsedConfigStrict } from '@taqueria/protocol/out/types-strict';
5
+ export type { ParsedConfigStrict as ParsedConfig };
6
+ export declare const from: (input: unknown) => ParsedConfigStrict;
7
+ export declare const create: (input: ParsedConfig) => ParsedConfigStrict;
8
+ export declare const of: (input: unknown) => FutureInstance<TaqError, ParsedConfigStrict>;
9
+ export declare const make: (input: Omit<ParsedConfigStrict, '__type'>) => FutureInstance<TaqError, ParsedConfigStrict>;
10
+ export declare const schemas: {
11
+ rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
12
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
13
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
14
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
15
+ name: import("zod").ZodString;
16
+ }, "strip", import("zod").ZodTypeAny, {
17
+ type: "npm" | "binary" | "deno";
18
+ name: string;
19
+ }, {
20
+ type: "npm" | "binary" | "deno";
21
+ name: string;
22
+ }>, "many">>;
23
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
24
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
25
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
26
+ label: import("zod").ZodString;
27
+ rpcUrl: import("zod").ZodString;
28
+ protocol: import("zod").ZodString;
29
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
30
+ publicKey: import("zod").ZodString;
31
+ publicKeyHash: import("zod").ZodString;
32
+ privateKey: import("zod").ZodString;
33
+ }, "strip", import("zod").ZodTypeAny, {
34
+ publicKey: string;
35
+ publicKeyHash: string;
36
+ privateKey: string;
37
+ }, {
38
+ publicKey: string;
39
+ publicKeyHash: string;
40
+ privateKey: string;
41
+ }>>>;
42
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
43
+ pkh: import("zod").ZodString;
44
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
45
+ email: import("zod").ZodString;
46
+ password: import("zod").ZodString;
47
+ amount: import("zod").ZodString;
48
+ activation_code: import("zod").ZodString;
49
+ }, "strip", import("zod").ZodTypeAny, {
50
+ pkh: string;
51
+ mnemonic: string[];
52
+ email: string;
53
+ password: string;
54
+ amount: string;
55
+ activation_code: string;
56
+ }, {
57
+ pkh: string;
58
+ mnemonic: string[];
59
+ email: string;
60
+ password: string;
61
+ amount: string;
62
+ activation_code: string;
63
+ }>>;
64
+ }, "strip", import("zod").ZodTypeAny, {
65
+ accounts?: Record<string, {
66
+ publicKey: string;
67
+ publicKeyHash: string;
68
+ privateKey: string;
69
+ }> | undefined;
70
+ faucet?: {
71
+ pkh: string;
72
+ mnemonic: string[];
73
+ email: string;
74
+ password: string;
75
+ amount: string;
76
+ activation_code: string;
77
+ } | undefined;
78
+ label: string;
79
+ rpcUrl: string;
80
+ protocol: string;
81
+ }, {
82
+ accounts?: Record<string, {
83
+ publicKey: string;
84
+ publicKeyHash: string;
85
+ privateKey: string;
86
+ }> | undefined;
87
+ faucet?: {
88
+ pkh: string;
89
+ mnemonic: string[];
90
+ email: string;
91
+ password: string;
92
+ amount: string;
93
+ activation_code: string;
94
+ } | undefined;
95
+ label: string;
96
+ rpcUrl: string;
97
+ protocol: string;
98
+ }>>>;
99
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
100
+ label: import("zod").ZodString;
101
+ rpcUrl: import("zod").ZodString;
102
+ protocol: import("zod").ZodString;
103
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
104
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
105
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
106
+ encryptedKey: import("zod").ZodString;
107
+ publicKeyHash: import("zod").ZodString;
108
+ secretKey: import("zod").ZodString;
109
+ }, "strip", import("zod").ZodTypeAny, {
110
+ publicKeyHash: string;
111
+ encryptedKey: string;
112
+ secretKey: string;
113
+ }, {
114
+ publicKeyHash: string;
115
+ encryptedKey: string;
116
+ secretKey: string;
117
+ }>, import("zod").ZodString]>>>;
118
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
119
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
120
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
121
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
122
+ }, "strip", import("zod").ZodTypeAny, {
123
+ disableAutostartWithSandbox?: boolean | undefined;
124
+ postgresqlPort?: number | undefined;
125
+ apiPort?: number | undefined;
126
+ }, {
127
+ disableAutostartWithSandbox?: boolean | undefined;
128
+ postgresqlPort?: number | undefined;
129
+ apiPort?: number | undefined;
130
+ }>>;
131
+ }, "strip", import("zod").ZodTypeAny, {
132
+ plugin?: string | undefined;
133
+ accounts?: Record<string, string | {
134
+ publicKeyHash: string;
135
+ encryptedKey: string;
136
+ secretKey: string;
137
+ }> | undefined;
138
+ attributes?: string | number | boolean | undefined;
139
+ tzkt?: {
140
+ disableAutostartWithSandbox?: boolean | undefined;
141
+ postgresqlPort?: number | undefined;
142
+ apiPort?: number | undefined;
143
+ } | undefined;
144
+ label: string;
145
+ rpcUrl: string;
146
+ protocol: string;
147
+ }, {
148
+ plugin?: string | undefined;
149
+ accounts?: Record<string, string | {
150
+ publicKeyHash: string;
151
+ encryptedKey: string;
152
+ secretKey: string;
153
+ }> | undefined;
154
+ attributes?: string | number | boolean | undefined;
155
+ tzkt?: {
156
+ disableAutostartWithSandbox?: boolean | undefined;
157
+ postgresqlPort?: number | undefined;
158
+ apiPort?: number | undefined;
159
+ } | undefined;
160
+ label: string;
161
+ rpcUrl: string;
162
+ protocol: string;
163
+ }>>>;
164
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
165
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
166
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
167
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
168
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
169
+ }, "strip", import("zod").ZodTypeAny, {
170
+ storage?: Record<string, string> | undefined;
171
+ aliases?: Record<string, Record<string, string>> | undefined;
172
+ networks: string[];
173
+ sandboxes: string[];
174
+ }, {
175
+ storage?: Record<string, string> | undefined;
176
+ aliases?: Record<string, Record<string, string>> | undefined;
177
+ networks: string[];
178
+ sandboxes: string[];
179
+ }>, import("zod").ZodString]>>;
180
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
181
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
182
+ sourceFile: import("zod").ZodString;
183
+ hash: import("zod").ZodString;
184
+ }, "strip", import("zod").ZodTypeAny, {
185
+ sourceFile: string;
186
+ hash: string;
187
+ }, {
188
+ sourceFile: string;
189
+ hash: string;
190
+ }>>>;
191
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
192
+ name: import("zod").ZodOptional<import("zod").ZodString>;
193
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
194
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
195
+ license: import("zod").ZodOptional<import("zod").ZodString>;
196
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
197
+ }, "strip", import("zod").ZodTypeAny, {
198
+ name?: string | undefined;
199
+ projectDescription?: string | undefined;
200
+ authors?: string[] | undefined;
201
+ license?: string | undefined;
202
+ homepage?: string | undefined;
203
+ }, {
204
+ name?: string | undefined;
205
+ projectDescription?: string | undefined;
206
+ authors?: string[] | undefined;
207
+ license?: string | undefined;
208
+ homepage?: string | undefined;
209
+ }>>;
210
+ }, "sandbox">, {
211
+ sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
212
+ label: import("zod").ZodString;
213
+ rpcUrl: import("zod").ZodString;
214
+ protocol: import("zod").ZodString;
215
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
216
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
217
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
218
+ encryptedKey: import("zod").ZodString;
219
+ publicKeyHash: import("zod").ZodString;
220
+ secretKey: import("zod").ZodString;
221
+ }, "strip", import("zod").ZodTypeAny, {
222
+ publicKeyHash: string;
223
+ encryptedKey: string;
224
+ secretKey: string;
225
+ }, {
226
+ publicKeyHash: string;
227
+ encryptedKey: string;
228
+ secretKey: string;
229
+ }>, import("zod").ZodString]>>>;
230
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
231
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
232
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
233
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
234
+ }, "strip", import("zod").ZodTypeAny, {
235
+ disableAutostartWithSandbox?: boolean | undefined;
236
+ postgresqlPort?: number | undefined;
237
+ apiPort?: number | undefined;
238
+ }, {
239
+ disableAutostartWithSandbox?: boolean | undefined;
240
+ postgresqlPort?: number | undefined;
241
+ apiPort?: number | undefined;
242
+ }>>;
243
+ }, "strip", import("zod").ZodTypeAny, {
244
+ plugin?: string | undefined;
245
+ accounts?: Record<string, string | {
246
+ publicKeyHash: string;
247
+ encryptedKey: string;
248
+ secretKey: string;
249
+ }> | undefined;
250
+ attributes?: string | number | boolean | undefined;
251
+ tzkt?: {
252
+ disableAutostartWithSandbox?: boolean | undefined;
253
+ postgresqlPort?: number | undefined;
254
+ apiPort?: number | undefined;
255
+ } | undefined;
256
+ label: string;
257
+ rpcUrl: string;
258
+ protocol: string;
259
+ }, {
260
+ plugin?: string | undefined;
261
+ accounts?: Record<string, string | {
262
+ publicKeyHash: string;
263
+ encryptedKey: string;
264
+ secretKey: string;
265
+ }> | undefined;
266
+ attributes?: string | number | boolean | undefined;
267
+ tzkt?: {
268
+ disableAutostartWithSandbox?: boolean | undefined;
269
+ postgresqlPort?: number | undefined;
270
+ apiPort?: number | undefined;
271
+ } | undefined;
272
+ label: string;
273
+ rpcUrl: string;
274
+ protocol: string;
275
+ }>, import("zod").ZodString]>>;
276
+ }>, "strip", import("zod").ZodTypeAny, {
277
+ language?: "en" | "fr" | undefined;
278
+ plugins?: {
279
+ type: "npm" | "binary" | "deno";
280
+ name: string;
281
+ }[] | undefined;
282
+ contractsDir?: string | undefined;
283
+ artifactsDir?: string | undefined;
284
+ network?: Record<string, {
285
+ accounts?: Record<string, {
286
+ publicKey: string;
287
+ publicKeyHash: string;
288
+ privateKey: string;
289
+ }> | undefined;
290
+ faucet?: {
291
+ pkh: string;
292
+ mnemonic: string[];
293
+ email: string;
294
+ password: string;
295
+ amount: string;
296
+ activation_code: string;
297
+ } | undefined;
298
+ label: string;
299
+ rpcUrl: string;
300
+ protocol: string;
301
+ }> | undefined;
302
+ accounts?: Record<string, string> | undefined;
303
+ contracts?: Record<string, {
304
+ sourceFile: string;
305
+ hash: string;
306
+ }> | undefined;
307
+ metadata?: {
308
+ name?: string | undefined;
309
+ projectDescription?: string | undefined;
310
+ authors?: string[] | undefined;
311
+ license?: string | undefined;
312
+ homepage?: string | undefined;
313
+ } | undefined;
314
+ sandbox: Record<string, string | {
315
+ plugin?: string | undefined;
316
+ accounts?: Record<string, string | {
317
+ publicKeyHash: string;
318
+ encryptedKey: string;
319
+ secretKey: string;
320
+ }> | undefined;
321
+ attributes?: string | number | boolean | undefined;
322
+ tzkt?: {
323
+ disableAutostartWithSandbox?: boolean | undefined;
324
+ postgresqlPort?: number | undefined;
325
+ apiPort?: number | undefined;
326
+ } | undefined;
327
+ label: string;
328
+ rpcUrl: string;
329
+ protocol: string;
330
+ }>;
331
+ environment: Record<string, string | {
332
+ storage?: Record<string, string> | undefined;
333
+ aliases?: Record<string, Record<string, string>> | undefined;
334
+ networks: string[];
335
+ sandboxes: string[];
336
+ }>;
337
+ }, {
338
+ language?: "en" | "fr" | undefined;
339
+ plugins?: {
340
+ type: "npm" | "binary" | "deno";
341
+ name: string;
342
+ }[] | undefined;
343
+ contractsDir?: string | undefined;
344
+ artifactsDir?: string | undefined;
345
+ network?: Record<string, {
346
+ accounts?: Record<string, {
347
+ publicKey: string;
348
+ publicKeyHash: string;
349
+ privateKey: string;
350
+ }> | undefined;
351
+ faucet?: {
352
+ pkh: string;
353
+ mnemonic: string[];
354
+ email: string;
355
+ password: string;
356
+ amount: string;
357
+ activation_code: string;
358
+ } | undefined;
359
+ label: string;
360
+ rpcUrl: string;
361
+ protocol: string;
362
+ }> | undefined;
363
+ accounts?: Record<string, string> | undefined;
364
+ contracts?: Record<string, {
365
+ sourceFile: string;
366
+ hash: string;
367
+ }> | undefined;
368
+ metadata?: {
369
+ name?: string | undefined;
370
+ projectDescription?: string | undefined;
371
+ authors?: string[] | undefined;
372
+ license?: string | undefined;
373
+ homepage?: string | undefined;
374
+ } | undefined;
375
+ sandbox: Record<string, string | {
376
+ plugin?: string | undefined;
377
+ accounts?: Record<string, string | {
378
+ publicKeyHash: string;
379
+ encryptedKey: string;
380
+ secretKey: string;
381
+ }> | undefined;
382
+ attributes?: string | number | boolean | undefined;
383
+ tzkt?: {
384
+ disableAutostartWithSandbox?: boolean | undefined;
385
+ postgresqlPort?: number | undefined;
386
+ apiPort?: number | undefined;
387
+ } | undefined;
388
+ label: string;
389
+ rpcUrl: string;
390
+ protocol: string;
391
+ }>;
392
+ environment: Record<string, string | {
393
+ storage?: Record<string, string> | undefined;
394
+ aliases?: Record<string, Record<string, string>> | undefined;
395
+ networks: string[];
396
+ sandboxes: string[];
397
+ }>;
398
+ }>;
399
+ schema: import("zod").ZodEffects<import("zod").ZodObject<import("zod").extendShape<Omit<{
400
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
401
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
402
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
403
+ name: import("zod").ZodString;
404
+ }, "strip", import("zod").ZodTypeAny, {
405
+ type: "npm" | "binary" | "deno";
406
+ name: string;
407
+ }, {
408
+ type: "npm" | "binary" | "deno";
409
+ name: string;
410
+ }>, "many">>;
411
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
412
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
413
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
414
+ label: import("zod").ZodString;
415
+ rpcUrl: import("zod").ZodString;
416
+ protocol: import("zod").ZodString;
417
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
418
+ publicKey: import("zod").ZodString;
419
+ publicKeyHash: import("zod").ZodString;
420
+ privateKey: import("zod").ZodString;
421
+ }, "strip", import("zod").ZodTypeAny, {
422
+ publicKey: string;
423
+ publicKeyHash: string;
424
+ privateKey: string;
425
+ }, {
426
+ publicKey: string;
427
+ publicKeyHash: string;
428
+ privateKey: string;
429
+ }>>>;
430
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
431
+ pkh: import("zod").ZodString;
432
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
433
+ email: import("zod").ZodString;
434
+ password: import("zod").ZodString;
435
+ amount: import("zod").ZodString;
436
+ activation_code: import("zod").ZodString;
437
+ }, "strip", import("zod").ZodTypeAny, {
438
+ pkh: string;
439
+ mnemonic: string[];
440
+ email: string;
441
+ password: string;
442
+ amount: string;
443
+ activation_code: string;
444
+ }, {
445
+ pkh: string;
446
+ mnemonic: string[];
447
+ email: string;
448
+ password: string;
449
+ amount: string;
450
+ activation_code: string;
451
+ }>>;
452
+ }, "strip", import("zod").ZodTypeAny, {
453
+ accounts?: Record<string, {
454
+ publicKey: string;
455
+ publicKeyHash: string;
456
+ privateKey: string;
457
+ }> | undefined;
458
+ faucet?: {
459
+ pkh: string;
460
+ mnemonic: string[];
461
+ email: string;
462
+ password: string;
463
+ amount: string;
464
+ activation_code: string;
465
+ } | undefined;
466
+ label: string;
467
+ rpcUrl: string;
468
+ protocol: string;
469
+ }, {
470
+ accounts?: Record<string, {
471
+ publicKey: string;
472
+ publicKeyHash: string;
473
+ privateKey: string;
474
+ }> | undefined;
475
+ faucet?: {
476
+ pkh: string;
477
+ mnemonic: string[];
478
+ email: string;
479
+ password: string;
480
+ amount: string;
481
+ activation_code: string;
482
+ } | undefined;
483
+ label: string;
484
+ rpcUrl: string;
485
+ protocol: string;
486
+ }>>>;
487
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
488
+ label: import("zod").ZodString;
489
+ rpcUrl: import("zod").ZodString;
490
+ protocol: import("zod").ZodString;
491
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
492
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
493
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
494
+ encryptedKey: import("zod").ZodString;
495
+ publicKeyHash: import("zod").ZodString;
496
+ secretKey: import("zod").ZodString;
497
+ }, "strip", import("zod").ZodTypeAny, {
498
+ publicKeyHash: string;
499
+ encryptedKey: string;
500
+ secretKey: string;
501
+ }, {
502
+ publicKeyHash: string;
503
+ encryptedKey: string;
504
+ secretKey: string;
505
+ }>, import("zod").ZodString]>>>;
506
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
507
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
508
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
509
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
510
+ }, "strip", import("zod").ZodTypeAny, {
511
+ disableAutostartWithSandbox?: boolean | undefined;
512
+ postgresqlPort?: number | undefined;
513
+ apiPort?: number | undefined;
514
+ }, {
515
+ disableAutostartWithSandbox?: boolean | undefined;
516
+ postgresqlPort?: number | undefined;
517
+ apiPort?: number | undefined;
518
+ }>>;
519
+ }, "strip", import("zod").ZodTypeAny, {
520
+ plugin?: string | undefined;
521
+ accounts?: Record<string, string | {
522
+ publicKeyHash: string;
523
+ encryptedKey: string;
524
+ secretKey: string;
525
+ }> | undefined;
526
+ attributes?: string | number | boolean | undefined;
527
+ tzkt?: {
528
+ disableAutostartWithSandbox?: boolean | undefined;
529
+ postgresqlPort?: number | undefined;
530
+ apiPort?: number | undefined;
531
+ } | undefined;
532
+ label: string;
533
+ rpcUrl: string;
534
+ protocol: string;
535
+ }, {
536
+ plugin?: string | undefined;
537
+ accounts?: Record<string, string | {
538
+ publicKeyHash: string;
539
+ encryptedKey: string;
540
+ secretKey: string;
541
+ }> | undefined;
542
+ attributes?: string | number | boolean | undefined;
543
+ tzkt?: {
544
+ disableAutostartWithSandbox?: boolean | undefined;
545
+ postgresqlPort?: number | undefined;
546
+ apiPort?: number | undefined;
547
+ } | undefined;
548
+ label: string;
549
+ rpcUrl: string;
550
+ protocol: string;
551
+ }>>>;
552
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
553
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
554
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
555
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
556
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
557
+ }, "strip", import("zod").ZodTypeAny, {
558
+ storage?: Record<string, string> | undefined;
559
+ aliases?: Record<string, Record<string, string>> | undefined;
560
+ networks: string[];
561
+ sandboxes: string[];
562
+ }, {
563
+ storage?: Record<string, string> | undefined;
564
+ aliases?: Record<string, Record<string, string>> | undefined;
565
+ networks: string[];
566
+ sandboxes: string[];
567
+ }>, import("zod").ZodString]>>;
568
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
569
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
570
+ sourceFile: import("zod").ZodString;
571
+ hash: import("zod").ZodString;
572
+ }, "strip", import("zod").ZodTypeAny, {
573
+ sourceFile: string;
574
+ hash: string;
575
+ }, {
576
+ sourceFile: string;
577
+ hash: string;
578
+ }>>>;
579
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
580
+ name: import("zod").ZodOptional<import("zod").ZodString>;
581
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
582
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
583
+ license: import("zod").ZodOptional<import("zod").ZodString>;
584
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
585
+ }, "strip", import("zod").ZodTypeAny, {
586
+ name?: string | undefined;
587
+ projectDescription?: string | undefined;
588
+ authors?: string[] | undefined;
589
+ license?: string | undefined;
590
+ homepage?: string | undefined;
591
+ }, {
592
+ name?: string | undefined;
593
+ projectDescription?: string | undefined;
594
+ authors?: string[] | undefined;
595
+ license?: string | undefined;
596
+ homepage?: string | undefined;
597
+ }>>;
598
+ }, "sandbox">, {
599
+ sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
600
+ label: import("zod").ZodString;
601
+ rpcUrl: import("zod").ZodString;
602
+ protocol: import("zod").ZodString;
603
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
604
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
605
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
606
+ encryptedKey: import("zod").ZodString;
607
+ publicKeyHash: import("zod").ZodString;
608
+ secretKey: import("zod").ZodString;
609
+ }, "strip", import("zod").ZodTypeAny, {
610
+ publicKeyHash: string;
611
+ encryptedKey: string;
612
+ secretKey: string;
613
+ }, {
614
+ publicKeyHash: string;
615
+ encryptedKey: string;
616
+ secretKey: string;
617
+ }>, import("zod").ZodString]>>>;
618
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
619
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
620
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
621
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
622
+ }, "strip", import("zod").ZodTypeAny, {
623
+ disableAutostartWithSandbox?: boolean | undefined;
624
+ postgresqlPort?: number | undefined;
625
+ apiPort?: number | undefined;
626
+ }, {
627
+ disableAutostartWithSandbox?: boolean | undefined;
628
+ postgresqlPort?: number | undefined;
629
+ apiPort?: number | undefined;
630
+ }>>;
631
+ }, "strip", import("zod").ZodTypeAny, {
632
+ plugin?: string | undefined;
633
+ accounts?: Record<string, string | {
634
+ publicKeyHash: string;
635
+ encryptedKey: string;
636
+ secretKey: string;
637
+ }> | undefined;
638
+ attributes?: string | number | boolean | undefined;
639
+ tzkt?: {
640
+ disableAutostartWithSandbox?: boolean | undefined;
641
+ postgresqlPort?: number | undefined;
642
+ apiPort?: number | undefined;
643
+ } | undefined;
644
+ label: string;
645
+ rpcUrl: string;
646
+ protocol: string;
647
+ }, {
648
+ plugin?: string | undefined;
649
+ accounts?: Record<string, string | {
650
+ publicKeyHash: string;
651
+ encryptedKey: string;
652
+ secretKey: string;
653
+ }> | undefined;
654
+ attributes?: string | number | boolean | undefined;
655
+ tzkt?: {
656
+ disableAutostartWithSandbox?: boolean | undefined;
657
+ postgresqlPort?: number | undefined;
658
+ apiPort?: number | undefined;
659
+ } | undefined;
660
+ label: string;
661
+ rpcUrl: string;
662
+ protocol: string;
663
+ }>, import("zod").ZodString]>>;
664
+ }>, "strip", import("zod").ZodTypeAny, {
665
+ language?: "en" | "fr" | undefined;
666
+ plugins?: {
667
+ type: "npm" | "binary" | "deno";
668
+ name: string;
669
+ }[] | undefined;
670
+ contractsDir?: string | undefined;
671
+ artifactsDir?: string | undefined;
672
+ network?: Record<string, {
673
+ accounts?: Record<string, {
674
+ publicKey: string;
675
+ publicKeyHash: string;
676
+ privateKey: string;
677
+ }> | undefined;
678
+ faucet?: {
679
+ pkh: string;
680
+ mnemonic: string[];
681
+ email: string;
682
+ password: string;
683
+ amount: string;
684
+ activation_code: string;
685
+ } | undefined;
686
+ label: string;
687
+ rpcUrl: string;
688
+ protocol: string;
689
+ }> | undefined;
690
+ accounts?: Record<string, string> | undefined;
691
+ contracts?: Record<string, {
692
+ sourceFile: string;
693
+ hash: string;
694
+ }> | undefined;
695
+ metadata?: {
696
+ name?: string | undefined;
697
+ projectDescription?: string | undefined;
698
+ authors?: string[] | undefined;
699
+ license?: string | undefined;
700
+ homepage?: string | undefined;
701
+ } | undefined;
702
+ sandbox: Record<string, string | {
703
+ plugin?: string | undefined;
704
+ accounts?: Record<string, string | {
705
+ publicKeyHash: string;
706
+ encryptedKey: string;
707
+ secretKey: string;
708
+ }> | undefined;
709
+ attributes?: string | number | boolean | undefined;
710
+ tzkt?: {
711
+ disableAutostartWithSandbox?: boolean | undefined;
712
+ postgresqlPort?: number | undefined;
713
+ apiPort?: number | undefined;
714
+ } | undefined;
715
+ label: string;
716
+ rpcUrl: string;
717
+ protocol: string;
718
+ }>;
719
+ environment: Record<string, string | {
720
+ storage?: Record<string, string> | undefined;
721
+ aliases?: Record<string, Record<string, string>> | undefined;
722
+ networks: string[];
723
+ sandboxes: string[];
724
+ }>;
725
+ }, {
726
+ language?: "en" | "fr" | undefined;
727
+ plugins?: {
728
+ type: "npm" | "binary" | "deno";
729
+ name: string;
730
+ }[] | undefined;
731
+ contractsDir?: string | undefined;
732
+ artifactsDir?: string | undefined;
733
+ network?: Record<string, {
734
+ accounts?: Record<string, {
735
+ publicKey: string;
736
+ publicKeyHash: string;
737
+ privateKey: string;
738
+ }> | undefined;
739
+ faucet?: {
740
+ pkh: string;
741
+ mnemonic: string[];
742
+ email: string;
743
+ password: string;
744
+ amount: string;
745
+ activation_code: string;
746
+ } | undefined;
747
+ label: string;
748
+ rpcUrl: string;
749
+ protocol: string;
750
+ }> | undefined;
751
+ accounts?: Record<string, string> | undefined;
752
+ contracts?: Record<string, {
753
+ sourceFile: string;
754
+ hash: string;
755
+ }> | undefined;
756
+ metadata?: {
757
+ name?: string | undefined;
758
+ projectDescription?: string | undefined;
759
+ authors?: string[] | undefined;
760
+ license?: string | undefined;
761
+ homepage?: string | undefined;
762
+ } | undefined;
763
+ sandbox: Record<string, string | {
764
+ plugin?: string | undefined;
765
+ accounts?: Record<string, string | {
766
+ publicKeyHash: string;
767
+ encryptedKey: string;
768
+ secretKey: string;
769
+ }> | undefined;
770
+ attributes?: string | number | boolean | undefined;
771
+ tzkt?: {
772
+ disableAutostartWithSandbox?: boolean | undefined;
773
+ postgresqlPort?: number | undefined;
774
+ apiPort?: number | undefined;
775
+ } | undefined;
776
+ label: string;
777
+ rpcUrl: string;
778
+ protocol: string;
779
+ }>;
780
+ environment: Record<string, string | {
781
+ storage?: Record<string, string> | undefined;
782
+ aliases?: Record<string, Record<string, string>> | undefined;
783
+ networks: string[];
784
+ sandboxes: string[];
785
+ }>;
786
+ }>, ParsedConfigStrict, {
787
+ language?: "en" | "fr" | undefined;
788
+ plugins?: {
789
+ type: "npm" | "binary" | "deno";
790
+ name: string;
791
+ }[] | undefined;
792
+ contractsDir?: string | undefined;
793
+ artifactsDir?: string | undefined;
794
+ network?: Record<string, {
795
+ accounts?: Record<string, {
796
+ publicKey: string;
797
+ publicKeyHash: string;
798
+ privateKey: string;
799
+ }> | undefined;
800
+ faucet?: {
801
+ pkh: string;
802
+ mnemonic: string[];
803
+ email: string;
804
+ password: string;
805
+ amount: string;
806
+ activation_code: string;
807
+ } | undefined;
808
+ label: string;
809
+ rpcUrl: string;
810
+ protocol: string;
811
+ }> | undefined;
812
+ accounts?: Record<string, string> | undefined;
813
+ contracts?: Record<string, {
814
+ sourceFile: string;
815
+ hash: string;
816
+ }> | undefined;
817
+ metadata?: {
818
+ name?: string | undefined;
819
+ projectDescription?: string | undefined;
820
+ authors?: string[] | undefined;
821
+ license?: string | undefined;
822
+ homepage?: string | undefined;
823
+ } | undefined;
824
+ sandbox: Record<string, string | {
825
+ plugin?: string | undefined;
826
+ accounts?: Record<string, string | {
827
+ publicKeyHash: string;
828
+ encryptedKey: string;
829
+ secretKey: string;
830
+ }> | undefined;
831
+ attributes?: string | number | boolean | undefined;
832
+ tzkt?: {
833
+ disableAutostartWithSandbox?: boolean | undefined;
834
+ postgresqlPort?: number | undefined;
835
+ apiPort?: number | undefined;
836
+ } | undefined;
837
+ label: string;
838
+ rpcUrl: string;
839
+ protocol: string;
840
+ }>;
841
+ environment: Record<string, string | {
842
+ storage?: Record<string, string> | undefined;
843
+ aliases?: Record<string, Record<string, string>> | undefined;
844
+ networks: string[];
845
+ sandboxes: string[];
846
+ }>;
847
+ }>;
848
+ };
849
+ export declare const rawSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
850
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
851
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
852
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
853
+ name: import("zod").ZodString;
854
+ }, "strip", import("zod").ZodTypeAny, {
855
+ type: "npm" | "binary" | "deno";
856
+ name: string;
857
+ }, {
858
+ type: "npm" | "binary" | "deno";
859
+ name: string;
860
+ }>, "many">>;
861
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
862
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
863
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
864
+ label: import("zod").ZodString;
865
+ rpcUrl: import("zod").ZodString;
866
+ protocol: import("zod").ZodString;
867
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
868
+ publicKey: import("zod").ZodString;
869
+ publicKeyHash: import("zod").ZodString;
870
+ privateKey: import("zod").ZodString;
871
+ }, "strip", import("zod").ZodTypeAny, {
872
+ publicKey: string;
873
+ publicKeyHash: string;
874
+ privateKey: string;
875
+ }, {
876
+ publicKey: string;
877
+ publicKeyHash: string;
878
+ privateKey: string;
879
+ }>>>;
880
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
881
+ pkh: import("zod").ZodString;
882
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
883
+ email: import("zod").ZodString;
884
+ password: import("zod").ZodString;
885
+ amount: import("zod").ZodString;
886
+ activation_code: import("zod").ZodString;
887
+ }, "strip", import("zod").ZodTypeAny, {
888
+ pkh: string;
889
+ mnemonic: string[];
890
+ email: string;
891
+ password: string;
892
+ amount: string;
893
+ activation_code: string;
894
+ }, {
895
+ pkh: string;
896
+ mnemonic: string[];
897
+ email: string;
898
+ password: string;
899
+ amount: string;
900
+ activation_code: string;
901
+ }>>;
902
+ }, "strip", import("zod").ZodTypeAny, {
903
+ accounts?: Record<string, {
904
+ publicKey: string;
905
+ publicKeyHash: string;
906
+ privateKey: string;
907
+ }> | undefined;
908
+ faucet?: {
909
+ pkh: string;
910
+ mnemonic: string[];
911
+ email: string;
912
+ password: string;
913
+ amount: string;
914
+ activation_code: string;
915
+ } | undefined;
916
+ label: string;
917
+ rpcUrl: string;
918
+ protocol: string;
919
+ }, {
920
+ accounts?: Record<string, {
921
+ publicKey: string;
922
+ publicKeyHash: string;
923
+ privateKey: string;
924
+ }> | undefined;
925
+ faucet?: {
926
+ pkh: string;
927
+ mnemonic: string[];
928
+ email: string;
929
+ password: string;
930
+ amount: string;
931
+ activation_code: string;
932
+ } | undefined;
933
+ label: string;
934
+ rpcUrl: string;
935
+ protocol: string;
936
+ }>>>;
937
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
938
+ label: import("zod").ZodString;
939
+ rpcUrl: import("zod").ZodString;
940
+ protocol: import("zod").ZodString;
941
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
942
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
943
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
944
+ encryptedKey: import("zod").ZodString;
945
+ publicKeyHash: import("zod").ZodString;
946
+ secretKey: import("zod").ZodString;
947
+ }, "strip", import("zod").ZodTypeAny, {
948
+ publicKeyHash: string;
949
+ encryptedKey: string;
950
+ secretKey: string;
951
+ }, {
952
+ publicKeyHash: string;
953
+ encryptedKey: string;
954
+ secretKey: string;
955
+ }>, import("zod").ZodString]>>>;
956
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
957
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
958
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
959
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
960
+ }, "strip", import("zod").ZodTypeAny, {
961
+ disableAutostartWithSandbox?: boolean | undefined;
962
+ postgresqlPort?: number | undefined;
963
+ apiPort?: number | undefined;
964
+ }, {
965
+ disableAutostartWithSandbox?: boolean | undefined;
966
+ postgresqlPort?: number | undefined;
967
+ apiPort?: number | undefined;
968
+ }>>;
969
+ }, "strip", import("zod").ZodTypeAny, {
970
+ plugin?: string | undefined;
971
+ accounts?: Record<string, string | {
972
+ publicKeyHash: string;
973
+ encryptedKey: string;
974
+ secretKey: string;
975
+ }> | undefined;
976
+ attributes?: string | number | boolean | undefined;
977
+ tzkt?: {
978
+ disableAutostartWithSandbox?: boolean | undefined;
979
+ postgresqlPort?: number | undefined;
980
+ apiPort?: number | undefined;
981
+ } | undefined;
982
+ label: string;
983
+ rpcUrl: string;
984
+ protocol: string;
985
+ }, {
986
+ plugin?: string | undefined;
987
+ accounts?: Record<string, string | {
988
+ publicKeyHash: string;
989
+ encryptedKey: string;
990
+ secretKey: string;
991
+ }> | undefined;
992
+ attributes?: string | number | boolean | undefined;
993
+ tzkt?: {
994
+ disableAutostartWithSandbox?: boolean | undefined;
995
+ postgresqlPort?: number | undefined;
996
+ apiPort?: number | undefined;
997
+ } | undefined;
998
+ label: string;
999
+ rpcUrl: string;
1000
+ protocol: string;
1001
+ }>>>;
1002
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1003
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1004
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1005
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1006
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1007
+ }, "strip", import("zod").ZodTypeAny, {
1008
+ storage?: Record<string, string> | undefined;
1009
+ aliases?: Record<string, Record<string, string>> | undefined;
1010
+ networks: string[];
1011
+ sandboxes: string[];
1012
+ }, {
1013
+ storage?: Record<string, string> | undefined;
1014
+ aliases?: Record<string, Record<string, string>> | undefined;
1015
+ networks: string[];
1016
+ sandboxes: string[];
1017
+ }>, import("zod").ZodString]>>;
1018
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1019
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1020
+ sourceFile: import("zod").ZodString;
1021
+ hash: import("zod").ZodString;
1022
+ }, "strip", import("zod").ZodTypeAny, {
1023
+ sourceFile: string;
1024
+ hash: string;
1025
+ }, {
1026
+ sourceFile: string;
1027
+ hash: string;
1028
+ }>>>;
1029
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1030
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1031
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1032
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1033
+ license: import("zod").ZodOptional<import("zod").ZodString>;
1034
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
1035
+ }, "strip", import("zod").ZodTypeAny, {
1036
+ name?: string | undefined;
1037
+ projectDescription?: string | undefined;
1038
+ authors?: string[] | undefined;
1039
+ license?: string | undefined;
1040
+ homepage?: string | undefined;
1041
+ }, {
1042
+ name?: string | undefined;
1043
+ projectDescription?: string | undefined;
1044
+ authors?: string[] | undefined;
1045
+ license?: string | undefined;
1046
+ homepage?: string | undefined;
1047
+ }>>;
1048
+ }, "sandbox">, {
1049
+ sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1050
+ label: import("zod").ZodString;
1051
+ rpcUrl: import("zod").ZodString;
1052
+ protocol: import("zod").ZodString;
1053
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1054
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
1055
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1056
+ encryptedKey: import("zod").ZodString;
1057
+ publicKeyHash: import("zod").ZodString;
1058
+ secretKey: import("zod").ZodString;
1059
+ }, "strip", import("zod").ZodTypeAny, {
1060
+ publicKeyHash: string;
1061
+ encryptedKey: string;
1062
+ secretKey: string;
1063
+ }, {
1064
+ publicKeyHash: string;
1065
+ encryptedKey: string;
1066
+ secretKey: string;
1067
+ }>, import("zod").ZodString]>>>;
1068
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1069
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1070
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1071
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1072
+ }, "strip", import("zod").ZodTypeAny, {
1073
+ disableAutostartWithSandbox?: boolean | undefined;
1074
+ postgresqlPort?: number | undefined;
1075
+ apiPort?: number | undefined;
1076
+ }, {
1077
+ disableAutostartWithSandbox?: boolean | undefined;
1078
+ postgresqlPort?: number | undefined;
1079
+ apiPort?: number | undefined;
1080
+ }>>;
1081
+ }, "strip", import("zod").ZodTypeAny, {
1082
+ plugin?: string | undefined;
1083
+ accounts?: Record<string, string | {
1084
+ publicKeyHash: string;
1085
+ encryptedKey: string;
1086
+ secretKey: string;
1087
+ }> | undefined;
1088
+ attributes?: string | number | boolean | undefined;
1089
+ tzkt?: {
1090
+ disableAutostartWithSandbox?: boolean | undefined;
1091
+ postgresqlPort?: number | undefined;
1092
+ apiPort?: number | undefined;
1093
+ } | undefined;
1094
+ label: string;
1095
+ rpcUrl: string;
1096
+ protocol: string;
1097
+ }, {
1098
+ plugin?: string | undefined;
1099
+ accounts?: Record<string, string | {
1100
+ publicKeyHash: string;
1101
+ encryptedKey: string;
1102
+ secretKey: string;
1103
+ }> | undefined;
1104
+ attributes?: string | number | boolean | undefined;
1105
+ tzkt?: {
1106
+ disableAutostartWithSandbox?: boolean | undefined;
1107
+ postgresqlPort?: number | undefined;
1108
+ apiPort?: number | undefined;
1109
+ } | undefined;
1110
+ label: string;
1111
+ rpcUrl: string;
1112
+ protocol: string;
1113
+ }>, import("zod").ZodString]>>;
1114
+ }>, "strip", import("zod").ZodTypeAny, {
1115
+ language?: "en" | "fr" | undefined;
1116
+ plugins?: {
1117
+ type: "npm" | "binary" | "deno";
1118
+ name: string;
1119
+ }[] | undefined;
1120
+ contractsDir?: string | undefined;
1121
+ artifactsDir?: string | undefined;
1122
+ network?: Record<string, {
1123
+ accounts?: Record<string, {
1124
+ publicKey: string;
1125
+ publicKeyHash: string;
1126
+ privateKey: string;
1127
+ }> | undefined;
1128
+ faucet?: {
1129
+ pkh: string;
1130
+ mnemonic: string[];
1131
+ email: string;
1132
+ password: string;
1133
+ amount: string;
1134
+ activation_code: string;
1135
+ } | undefined;
1136
+ label: string;
1137
+ rpcUrl: string;
1138
+ protocol: string;
1139
+ }> | undefined;
1140
+ accounts?: Record<string, string> | undefined;
1141
+ contracts?: Record<string, {
1142
+ sourceFile: string;
1143
+ hash: string;
1144
+ }> | undefined;
1145
+ metadata?: {
1146
+ name?: string | undefined;
1147
+ projectDescription?: string | undefined;
1148
+ authors?: string[] | undefined;
1149
+ license?: string | undefined;
1150
+ homepage?: string | undefined;
1151
+ } | undefined;
1152
+ sandbox: Record<string, string | {
1153
+ plugin?: string | undefined;
1154
+ accounts?: Record<string, string | {
1155
+ publicKeyHash: string;
1156
+ encryptedKey: string;
1157
+ secretKey: string;
1158
+ }> | undefined;
1159
+ attributes?: string | number | boolean | undefined;
1160
+ tzkt?: {
1161
+ disableAutostartWithSandbox?: boolean | undefined;
1162
+ postgresqlPort?: number | undefined;
1163
+ apiPort?: number | undefined;
1164
+ } | undefined;
1165
+ label: string;
1166
+ rpcUrl: string;
1167
+ protocol: string;
1168
+ }>;
1169
+ environment: Record<string, string | {
1170
+ storage?: Record<string, string> | undefined;
1171
+ aliases?: Record<string, Record<string, string>> | undefined;
1172
+ networks: string[];
1173
+ sandboxes: string[];
1174
+ }>;
1175
+ }, {
1176
+ language?: "en" | "fr" | undefined;
1177
+ plugins?: {
1178
+ type: "npm" | "binary" | "deno";
1179
+ name: string;
1180
+ }[] | undefined;
1181
+ contractsDir?: string | undefined;
1182
+ artifactsDir?: string | undefined;
1183
+ network?: Record<string, {
1184
+ accounts?: Record<string, {
1185
+ publicKey: string;
1186
+ publicKeyHash: string;
1187
+ privateKey: string;
1188
+ }> | undefined;
1189
+ faucet?: {
1190
+ pkh: string;
1191
+ mnemonic: string[];
1192
+ email: string;
1193
+ password: string;
1194
+ amount: string;
1195
+ activation_code: string;
1196
+ } | undefined;
1197
+ label: string;
1198
+ rpcUrl: string;
1199
+ protocol: string;
1200
+ }> | undefined;
1201
+ accounts?: Record<string, string> | undefined;
1202
+ contracts?: Record<string, {
1203
+ sourceFile: string;
1204
+ hash: string;
1205
+ }> | undefined;
1206
+ metadata?: {
1207
+ name?: string | undefined;
1208
+ projectDescription?: string | undefined;
1209
+ authors?: string[] | undefined;
1210
+ license?: string | undefined;
1211
+ homepage?: string | undefined;
1212
+ } | undefined;
1213
+ sandbox: Record<string, string | {
1214
+ plugin?: string | undefined;
1215
+ accounts?: Record<string, string | {
1216
+ publicKeyHash: string;
1217
+ encryptedKey: string;
1218
+ secretKey: string;
1219
+ }> | undefined;
1220
+ attributes?: string | number | boolean | undefined;
1221
+ tzkt?: {
1222
+ disableAutostartWithSandbox?: boolean | undefined;
1223
+ postgresqlPort?: number | undefined;
1224
+ apiPort?: number | undefined;
1225
+ } | undefined;
1226
+ label: string;
1227
+ rpcUrl: string;
1228
+ protocol: string;
1229
+ }>;
1230
+ environment: Record<string, string | {
1231
+ storage?: Record<string, string> | undefined;
1232
+ aliases?: Record<string, Record<string, string>> | undefined;
1233
+ networks: string[];
1234
+ sandboxes: string[];
1235
+ }>;
1236
+ }>;
1237
+ export declare const internalSchema: import("zod").ZodObject<import("zod").extendShape<Omit<{
1238
+ language: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodUnion<[import("zod").ZodLiteral<"en">, import("zod").ZodLiteral<"fr">]>>>;
1239
+ plugins: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1240
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"npm">, import("zod").ZodLiteral<"binary">, import("zod").ZodLiteral<"deno">]>;
1241
+ name: import("zod").ZodString;
1242
+ }, "strip", import("zod").ZodTypeAny, {
1243
+ type: "npm" | "binary" | "deno";
1244
+ name: string;
1245
+ }, {
1246
+ type: "npm" | "binary" | "deno";
1247
+ name: string;
1248
+ }>, "many">>;
1249
+ contractsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1250
+ artifactsDir: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString>>;
1251
+ network: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1252
+ label: import("zod").ZodString;
1253
+ rpcUrl: import("zod").ZodString;
1254
+ protocol: import("zod").ZodString;
1255
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1256
+ publicKey: import("zod").ZodString;
1257
+ publicKeyHash: import("zod").ZodString;
1258
+ privateKey: import("zod").ZodString;
1259
+ }, "strip", import("zod").ZodTypeAny, {
1260
+ publicKey: string;
1261
+ publicKeyHash: string;
1262
+ privateKey: string;
1263
+ }, {
1264
+ publicKey: string;
1265
+ publicKeyHash: string;
1266
+ privateKey: string;
1267
+ }>>>;
1268
+ faucet: import("zod").ZodOptional<import("zod").ZodObject<{
1269
+ pkh: import("zod").ZodString;
1270
+ mnemonic: import("zod").ZodArray<import("zod").ZodString, "many">;
1271
+ email: import("zod").ZodString;
1272
+ password: import("zod").ZodString;
1273
+ amount: import("zod").ZodString;
1274
+ activation_code: import("zod").ZodString;
1275
+ }, "strip", import("zod").ZodTypeAny, {
1276
+ pkh: string;
1277
+ mnemonic: string[];
1278
+ email: string;
1279
+ password: string;
1280
+ amount: string;
1281
+ activation_code: string;
1282
+ }, {
1283
+ pkh: string;
1284
+ mnemonic: string[];
1285
+ email: string;
1286
+ password: string;
1287
+ amount: string;
1288
+ activation_code: string;
1289
+ }>>;
1290
+ }, "strip", import("zod").ZodTypeAny, {
1291
+ accounts?: Record<string, {
1292
+ publicKey: string;
1293
+ publicKeyHash: string;
1294
+ privateKey: string;
1295
+ }> | undefined;
1296
+ faucet?: {
1297
+ pkh: string;
1298
+ mnemonic: string[];
1299
+ email: string;
1300
+ password: string;
1301
+ amount: string;
1302
+ activation_code: string;
1303
+ } | undefined;
1304
+ label: string;
1305
+ rpcUrl: string;
1306
+ protocol: string;
1307
+ }, {
1308
+ accounts?: Record<string, {
1309
+ publicKey: string;
1310
+ publicKeyHash: string;
1311
+ privateKey: string;
1312
+ }> | undefined;
1313
+ faucet?: {
1314
+ pkh: string;
1315
+ mnemonic: string[];
1316
+ email: string;
1317
+ password: string;
1318
+ amount: string;
1319
+ activation_code: string;
1320
+ } | undefined;
1321
+ label: string;
1322
+ rpcUrl: string;
1323
+ protocol: string;
1324
+ }>>>;
1325
+ sandbox: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1326
+ label: import("zod").ZodString;
1327
+ rpcUrl: import("zod").ZodString;
1328
+ protocol: import("zod").ZodString;
1329
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1330
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
1331
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1332
+ encryptedKey: import("zod").ZodString;
1333
+ publicKeyHash: import("zod").ZodString;
1334
+ secretKey: import("zod").ZodString;
1335
+ }, "strip", import("zod").ZodTypeAny, {
1336
+ publicKeyHash: string;
1337
+ encryptedKey: string;
1338
+ secretKey: string;
1339
+ }, {
1340
+ publicKeyHash: string;
1341
+ encryptedKey: string;
1342
+ secretKey: string;
1343
+ }>, import("zod").ZodString]>>>;
1344
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1345
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1346
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1347
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1348
+ }, "strip", import("zod").ZodTypeAny, {
1349
+ disableAutostartWithSandbox?: boolean | undefined;
1350
+ postgresqlPort?: number | undefined;
1351
+ apiPort?: number | undefined;
1352
+ }, {
1353
+ disableAutostartWithSandbox?: boolean | undefined;
1354
+ postgresqlPort?: number | undefined;
1355
+ apiPort?: number | undefined;
1356
+ }>>;
1357
+ }, "strip", import("zod").ZodTypeAny, {
1358
+ plugin?: string | undefined;
1359
+ accounts?: Record<string, string | {
1360
+ publicKeyHash: string;
1361
+ encryptedKey: string;
1362
+ secretKey: string;
1363
+ }> | undefined;
1364
+ attributes?: string | number | boolean | undefined;
1365
+ tzkt?: {
1366
+ disableAutostartWithSandbox?: boolean | undefined;
1367
+ postgresqlPort?: number | undefined;
1368
+ apiPort?: number | undefined;
1369
+ } | undefined;
1370
+ label: string;
1371
+ rpcUrl: string;
1372
+ protocol: string;
1373
+ }, {
1374
+ plugin?: string | undefined;
1375
+ accounts?: Record<string, string | {
1376
+ publicKeyHash: string;
1377
+ encryptedKey: string;
1378
+ secretKey: string;
1379
+ }> | undefined;
1380
+ attributes?: string | number | boolean | undefined;
1381
+ tzkt?: {
1382
+ disableAutostartWithSandbox?: boolean | undefined;
1383
+ postgresqlPort?: number | undefined;
1384
+ apiPort?: number | undefined;
1385
+ } | undefined;
1386
+ label: string;
1387
+ rpcUrl: string;
1388
+ protocol: string;
1389
+ }>>>;
1390
+ environment: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1391
+ networks: import("zod").ZodArray<import("zod").ZodString, "many">;
1392
+ sandboxes: import("zod").ZodArray<import("zod").ZodString, "many">;
1393
+ storage: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1394
+ aliases: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>>;
1395
+ }, "strip", import("zod").ZodTypeAny, {
1396
+ storage?: Record<string, string> | undefined;
1397
+ aliases?: Record<string, Record<string, string>> | undefined;
1398
+ networks: string[];
1399
+ sandboxes: string[];
1400
+ }, {
1401
+ storage?: Record<string, string> | undefined;
1402
+ aliases?: Record<string, Record<string, string>> | undefined;
1403
+ networks: string[];
1404
+ sandboxes: string[];
1405
+ }>, import("zod").ZodString]>>;
1406
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1407
+ contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
1408
+ sourceFile: import("zod").ZodString;
1409
+ hash: import("zod").ZodString;
1410
+ }, "strip", import("zod").ZodTypeAny, {
1411
+ sourceFile: string;
1412
+ hash: string;
1413
+ }, {
1414
+ sourceFile: string;
1415
+ hash: string;
1416
+ }>>>;
1417
+ metadata: import("zod").ZodOptional<import("zod").ZodObject<{
1418
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1419
+ projectDescription: import("zod").ZodOptional<import("zod").ZodString>;
1420
+ authors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1421
+ license: import("zod").ZodOptional<import("zod").ZodString>;
1422
+ homepage: import("zod").ZodOptional<import("zod").ZodString>;
1423
+ }, "strip", import("zod").ZodTypeAny, {
1424
+ name?: string | undefined;
1425
+ projectDescription?: string | undefined;
1426
+ authors?: string[] | undefined;
1427
+ license?: string | undefined;
1428
+ homepage?: string | undefined;
1429
+ }, {
1430
+ name?: string | undefined;
1431
+ projectDescription?: string | undefined;
1432
+ authors?: string[] | undefined;
1433
+ license?: string | undefined;
1434
+ homepage?: string | undefined;
1435
+ }>>;
1436
+ }, "sandbox">, {
1437
+ sandbox: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1438
+ label: import("zod").ZodString;
1439
+ rpcUrl: import("zod").ZodString;
1440
+ protocol: import("zod").ZodString;
1441
+ attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
1442
+ plugin: import("zod").ZodOptional<import("zod").ZodString>;
1443
+ accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
1444
+ encryptedKey: import("zod").ZodString;
1445
+ publicKeyHash: import("zod").ZodString;
1446
+ secretKey: import("zod").ZodString;
1447
+ }, "strip", import("zod").ZodTypeAny, {
1448
+ publicKeyHash: string;
1449
+ encryptedKey: string;
1450
+ secretKey: string;
1451
+ }, {
1452
+ publicKeyHash: string;
1453
+ encryptedKey: string;
1454
+ secretKey: string;
1455
+ }>, import("zod").ZodString]>>>;
1456
+ tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
1457
+ disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
1458
+ postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1459
+ apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
1460
+ }, "strip", import("zod").ZodTypeAny, {
1461
+ disableAutostartWithSandbox?: boolean | undefined;
1462
+ postgresqlPort?: number | undefined;
1463
+ apiPort?: number | undefined;
1464
+ }, {
1465
+ disableAutostartWithSandbox?: boolean | undefined;
1466
+ postgresqlPort?: number | undefined;
1467
+ apiPort?: number | undefined;
1468
+ }>>;
1469
+ }, "strip", import("zod").ZodTypeAny, {
1470
+ plugin?: string | undefined;
1471
+ accounts?: Record<string, string | {
1472
+ publicKeyHash: string;
1473
+ encryptedKey: string;
1474
+ secretKey: string;
1475
+ }> | undefined;
1476
+ attributes?: string | number | boolean | undefined;
1477
+ tzkt?: {
1478
+ disableAutostartWithSandbox?: boolean | undefined;
1479
+ postgresqlPort?: number | undefined;
1480
+ apiPort?: number | undefined;
1481
+ } | undefined;
1482
+ label: string;
1483
+ rpcUrl: string;
1484
+ protocol: string;
1485
+ }, {
1486
+ plugin?: string | undefined;
1487
+ accounts?: Record<string, string | {
1488
+ publicKeyHash: string;
1489
+ encryptedKey: string;
1490
+ secretKey: string;
1491
+ }> | undefined;
1492
+ attributes?: string | number | boolean | undefined;
1493
+ tzkt?: {
1494
+ disableAutostartWithSandbox?: boolean | undefined;
1495
+ postgresqlPort?: number | undefined;
1496
+ apiPort?: number | undefined;
1497
+ } | undefined;
1498
+ label: string;
1499
+ rpcUrl: string;
1500
+ protocol: string;
1501
+ }>, import("zod").ZodString]>>;
1502
+ }>, "strip", import("zod").ZodTypeAny, {
1503
+ language?: "en" | "fr" | undefined;
1504
+ plugins?: {
1505
+ type: "npm" | "binary" | "deno";
1506
+ name: string;
1507
+ }[] | undefined;
1508
+ contractsDir?: string | undefined;
1509
+ artifactsDir?: string | undefined;
1510
+ network?: Record<string, {
1511
+ accounts?: Record<string, {
1512
+ publicKey: string;
1513
+ publicKeyHash: string;
1514
+ privateKey: string;
1515
+ }> | undefined;
1516
+ faucet?: {
1517
+ pkh: string;
1518
+ mnemonic: string[];
1519
+ email: string;
1520
+ password: string;
1521
+ amount: string;
1522
+ activation_code: string;
1523
+ } | undefined;
1524
+ label: string;
1525
+ rpcUrl: string;
1526
+ protocol: string;
1527
+ }> | undefined;
1528
+ accounts?: Record<string, string> | undefined;
1529
+ contracts?: Record<string, {
1530
+ sourceFile: string;
1531
+ hash: string;
1532
+ }> | undefined;
1533
+ metadata?: {
1534
+ name?: string | undefined;
1535
+ projectDescription?: string | undefined;
1536
+ authors?: string[] | undefined;
1537
+ license?: string | undefined;
1538
+ homepage?: string | undefined;
1539
+ } | undefined;
1540
+ sandbox: Record<string, string | {
1541
+ plugin?: string | undefined;
1542
+ accounts?: Record<string, string | {
1543
+ publicKeyHash: string;
1544
+ encryptedKey: string;
1545
+ secretKey: string;
1546
+ }> | undefined;
1547
+ attributes?: string | number | boolean | undefined;
1548
+ tzkt?: {
1549
+ disableAutostartWithSandbox?: boolean | undefined;
1550
+ postgresqlPort?: number | undefined;
1551
+ apiPort?: number | undefined;
1552
+ } | undefined;
1553
+ label: string;
1554
+ rpcUrl: string;
1555
+ protocol: string;
1556
+ }>;
1557
+ environment: Record<string, string | {
1558
+ storage?: Record<string, string> | undefined;
1559
+ aliases?: Record<string, Record<string, string>> | undefined;
1560
+ networks: string[];
1561
+ sandboxes: string[];
1562
+ }>;
1563
+ }, {
1564
+ language?: "en" | "fr" | undefined;
1565
+ plugins?: {
1566
+ type: "npm" | "binary" | "deno";
1567
+ name: string;
1568
+ }[] | undefined;
1569
+ contractsDir?: string | undefined;
1570
+ artifactsDir?: string | undefined;
1571
+ network?: Record<string, {
1572
+ accounts?: Record<string, {
1573
+ publicKey: string;
1574
+ publicKeyHash: string;
1575
+ privateKey: string;
1576
+ }> | undefined;
1577
+ faucet?: {
1578
+ pkh: string;
1579
+ mnemonic: string[];
1580
+ email: string;
1581
+ password: string;
1582
+ amount: string;
1583
+ activation_code: string;
1584
+ } | undefined;
1585
+ label: string;
1586
+ rpcUrl: string;
1587
+ protocol: string;
1588
+ }> | undefined;
1589
+ accounts?: Record<string, string> | undefined;
1590
+ contracts?: Record<string, {
1591
+ sourceFile: string;
1592
+ hash: string;
1593
+ }> | undefined;
1594
+ metadata?: {
1595
+ name?: string | undefined;
1596
+ projectDescription?: string | undefined;
1597
+ authors?: string[] | undefined;
1598
+ license?: string | undefined;
1599
+ homepage?: string | undefined;
1600
+ } | undefined;
1601
+ sandbox: Record<string, string | {
1602
+ plugin?: string | undefined;
1603
+ accounts?: Record<string, string | {
1604
+ publicKeyHash: string;
1605
+ encryptedKey: string;
1606
+ secretKey: string;
1607
+ }> | undefined;
1608
+ attributes?: string | number | boolean | undefined;
1609
+ tzkt?: {
1610
+ disableAutostartWithSandbox?: boolean | undefined;
1611
+ postgresqlPort?: number | undefined;
1612
+ apiPort?: number | undefined;
1613
+ } | undefined;
1614
+ label: string;
1615
+ rpcUrl: string;
1616
+ protocol: string;
1617
+ }>;
1618
+ environment: Record<string, string | {
1619
+ storage?: Record<string, string> | undefined;
1620
+ aliases?: Record<string, Record<string, string>> | undefined;
1621
+ networks: string[];
1622
+ sandboxes: string[];
1623
+ }>;
1624
+ }>;
1625
+ export type t = ParsedConfigStrict;
1626
+ //# sourceMappingURL=ParsedConfig.d.ts.map