@taqueria/protocol 0.25.0-alpha → 0.25.4-alpha

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