@taqueria/protocol 0.24.2 → 0.25.3-alpha

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