@taqueria/protocol 0.25.0-alpha → 0.25.4-alpha

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