@taqueria/protocol 0.25.4-alpha → 0.25.11-rc

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