@ledgerhq/vault-cli 1.73.2 → 2.0.0

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 (372) hide show
  1. package/.turbo/turbo-build.log +16 -2
  2. package/CHANGELOG.md +64 -0
  3. package/__mocks__/@ledgerhq/vault-common.ts +1 -0
  4. package/bin/index.js +5615 -15
  5. package/bin/index.js.map +1 -1
  6. package/bin/index.mjs +5621 -0
  7. package/bin/index.mjs.map +1 -0
  8. package/package.json +6 -7
  9. package/tsup.config.ts +10 -0
  10. package/bin/__patchGateOptionsWithEnvVariables.d.ts +0 -4
  11. package/bin/__patchGateOptionsWithEnvVariables.d.ts.map +0 -1
  12. package/bin/__patchGateOptionsWithEnvVariables.js +0 -38
  13. package/bin/__patchGateOptionsWithEnvVariables.js.map +0 -1
  14. package/bin/__tests__/apdu.test.d.ts +0 -2
  15. package/bin/__tests__/apdu.test.d.ts.map +0 -1
  16. package/bin/__tests__/apdu.test.js +0 -33
  17. package/bin/__tests__/apdu.test.js.map +0 -1
  18. package/bin/__tests__/approve.test.d.ts +0 -2
  19. package/bin/__tests__/approve.test.d.ts.map +0 -1
  20. package/bin/__tests__/approve.test.js +0 -159
  21. package/bin/__tests__/approve.test.js.map +0 -1
  22. package/bin/__tests__/backupCompartment.test.d.ts +0 -2
  23. package/bin/__tests__/backupCompartment.test.d.ts.map +0 -1
  24. package/bin/__tests__/backupCompartment.test.js +0 -88
  25. package/bin/__tests__/backupCompartment.test.js.map +0 -1
  26. package/bin/__tests__/bake.test.d.ts +0 -2
  27. package/bin/__tests__/bake.test.d.ts.map +0 -1
  28. package/bin/__tests__/bake.test.js +0 -175
  29. package/bin/__tests__/bake.test.js.map +0 -1
  30. package/bin/__tests__/cli.test.d.ts +0 -2
  31. package/bin/__tests__/cli.test.d.ts.map +0 -1
  32. package/bin/__tests__/cli.test.js +0 -222
  33. package/bin/__tests__/cli.test.js.map +0 -1
  34. package/bin/__tests__/configcat.test.d.ts +0 -2
  35. package/bin/__tests__/configcat.test.d.ts.map +0 -1
  36. package/bin/__tests__/configcat.test.js +0 -100
  37. package/bin/__tests__/configcat.test.js.map +0 -1
  38. package/bin/__tests__/create.test.d.ts +0 -2
  39. package/bin/__tests__/create.test.d.ts.map +0 -1
  40. package/bin/__tests__/create.test.js +0 -264
  41. package/bin/__tests__/create.test.js.map +0 -1
  42. package/bin/__tests__/deploy.test.d.ts +0 -2
  43. package/bin/__tests__/deploy.test.d.ts.map +0 -1
  44. package/bin/__tests__/deploy.test.js +0 -95
  45. package/bin/__tests__/deploy.test.js.map +0 -1
  46. package/bin/__tests__/destroy.test.d.ts +0 -2
  47. package/bin/__tests__/destroy.test.d.ts.map +0 -1
  48. package/bin/__tests__/destroy.test.js +0 -44
  49. package/bin/__tests__/destroy.test.js.map +0 -1
  50. package/bin/__tests__/drain.test.d.ts +0 -2
  51. package/bin/__tests__/drain.test.d.ts.map +0 -1
  52. package/bin/__tests__/drain.test.js +0 -35
  53. package/bin/__tests__/drain.test.js.map +0 -1
  54. package/bin/__tests__/faucet.test.d.ts +0 -2
  55. package/bin/__tests__/faucet.test.d.ts.map +0 -1
  56. package/bin/__tests__/faucet.test.js +0 -31
  57. package/bin/__tests__/faucet.test.js.map +0 -1
  58. package/bin/__tests__/fetch.test.d.ts +0 -2
  59. package/bin/__tests__/fetch.test.d.ts.map +0 -1
  60. package/bin/__tests__/fetch.test.js +0 -54
  61. package/bin/__tests__/fetch.test.js.map +0 -1
  62. package/bin/__tests__/genKeys.test.d.ts +0 -2
  63. package/bin/__tests__/genKeys.test.d.ts.map +0 -1
  64. package/bin/__tests__/genKeys.test.js +0 -17
  65. package/bin/__tests__/genKeys.test.js.map +0 -1
  66. package/bin/__tests__/get.test.d.ts +0 -2
  67. package/bin/__tests__/get.test.d.ts.map +0 -1
  68. package/bin/__tests__/get.test.js +0 -133
  69. package/bin/__tests__/get.test.js.map +0 -1
  70. package/bin/__tests__/getAPIUserTokens.test.d.ts +0 -2
  71. package/bin/__tests__/getAPIUserTokens.test.d.ts.map +0 -1
  72. package/bin/__tests__/getAPIUserTokens.test.js +0 -69
  73. package/bin/__tests__/getAPIUserTokens.test.js.map +0 -1
  74. package/bin/__tests__/getAuthToken.test.d.ts +0 -2
  75. package/bin/__tests__/getAuthToken.test.d.ts.map +0 -1
  76. package/bin/__tests__/getAuthToken.test.js +0 -31
  77. package/bin/__tests__/getAuthToken.test.js.map +0 -1
  78. package/bin/__tests__/getCertFromPFX.test.d.ts +0 -2
  79. package/bin/__tests__/getCertFromPFX.test.d.ts.map +0 -1
  80. package/bin/__tests__/getCertFromPFX.test.js +0 -54
  81. package/bin/__tests__/getCertFromPFX.test.js.map +0 -1
  82. package/bin/__tests__/getMVInstances.test.d.ts +0 -2
  83. package/bin/__tests__/getMVInstances.test.d.ts.map +0 -1
  84. package/bin/__tests__/getMVInstances.test.js +0 -72
  85. package/bin/__tests__/getMVInstances.test.js.map +0 -1
  86. package/bin/__tests__/getSeeds.test.d.ts +0 -2
  87. package/bin/__tests__/getSeeds.test.d.ts.map +0 -1
  88. package/bin/__tests__/getSeeds.test.js +0 -20
  89. package/bin/__tests__/getSeeds.test.js.map +0 -1
  90. package/bin/__tests__/getUserID.test.d.ts +0 -2
  91. package/bin/__tests__/getUserID.test.d.ts.map +0 -1
  92. package/bin/__tests__/getUserID.test.js +0 -31
  93. package/bin/__tests__/getUserID.test.js.map +0 -1
  94. package/bin/__tests__/initCompartment.test.d.ts +0 -2
  95. package/bin/__tests__/initCompartment.test.d.ts.map +0 -1
  96. package/bin/__tests__/initCompartment.test.js +0 -86
  97. package/bin/__tests__/initCompartment.test.js.map +0 -1
  98. package/bin/__tests__/onboard.test.d.ts +0 -2
  99. package/bin/__tests__/onboard.test.d.ts.map +0 -1
  100. package/bin/__tests__/onboard.test.js +0 -63
  101. package/bin/__tests__/onboard.test.js.map +0 -1
  102. package/bin/__tests__/pathGateOptionsWithEnvVariables.test.d.ts +0 -2
  103. package/bin/__tests__/pathGateOptionsWithEnvVariables.test.d.ts.map +0 -1
  104. package/bin/__tests__/pathGateOptionsWithEnvVariables.test.js +0 -34
  105. package/bin/__tests__/pathGateOptionsWithEnvVariables.test.js.map +0 -1
  106. package/bin/__tests__/pledge.test.d.ts +0 -2
  107. package/bin/__tests__/pledge.test.d.ts.map +0 -1
  108. package/bin/__tests__/pledge.test.js +0 -110
  109. package/bin/__tests__/pledge.test.js.map +0 -1
  110. package/bin/__tests__/proxy.test.d.ts +0 -2
  111. package/bin/__tests__/proxy.test.d.ts.map +0 -1
  112. package/bin/__tests__/proxy.test.js +0 -22
  113. package/bin/__tests__/proxy.test.js.map +0 -1
  114. package/bin/__tests__/receive.test.d.ts +0 -2
  115. package/bin/__tests__/receive.test.d.ts.map +0 -1
  116. package/bin/__tests__/receive.test.js +0 -85
  117. package/bin/__tests__/receive.test.js.map +0 -1
  118. package/bin/__tests__/recipe.test.d.ts +0 -2
  119. package/bin/__tests__/recipe.test.d.ts.map +0 -1
  120. package/bin/__tests__/recipe.test.js +0 -41
  121. package/bin/__tests__/recipe.test.js.map +0 -1
  122. package/bin/__tests__/reject.test.d.ts +0 -2
  123. package/bin/__tests__/reject.test.d.ts.map +0 -1
  124. package/bin/__tests__/reject.test.js +0 -214
  125. package/bin/__tests__/reject.test.js.map +0 -1
  126. package/bin/__tests__/resetCompartment.test.d.ts +0 -2
  127. package/bin/__tests__/resetCompartment.test.d.ts.map +0 -1
  128. package/bin/__tests__/resetCompartment.test.js +0 -88
  129. package/bin/__tests__/resetCompartment.test.js.map +0 -1
  130. package/bin/__tests__/restoreCompartment.test.d.ts +0 -2
  131. package/bin/__tests__/restoreCompartment.test.d.ts.map +0 -1
  132. package/bin/__tests__/restoreCompartment.test.js +0 -95
  133. package/bin/__tests__/restoreCompartment.test.js.map +0 -1
  134. package/bin/__tests__/revoke.test.d.ts +0 -2
  135. package/bin/__tests__/revoke.test.d.ts.map +0 -1
  136. package/bin/__tests__/revoke.test.js +0 -62
  137. package/bin/__tests__/revoke.test.js.map +0 -1
  138. package/bin/__tests__/send.test.d.ts +0 -2
  139. package/bin/__tests__/send.test.d.ts.map +0 -1
  140. package/bin/__tests__/send.test.js +0 -216
  141. package/bin/__tests__/send.test.js.map +0 -1
  142. package/bin/__tests__/setQuorum.test.d.ts +0 -2
  143. package/bin/__tests__/setQuorum.test.d.ts.map +0 -1
  144. package/bin/__tests__/setQuorum.test.js +0 -32
  145. package/bin/__tests__/setQuorum.test.js.map +0 -1
  146. package/bin/__tests__/settle.test.d.ts +0 -2
  147. package/bin/__tests__/settle.test.d.ts.map +0 -1
  148. package/bin/__tests__/settle.test.js +0 -123
  149. package/bin/__tests__/settle.test.js.map +0 -1
  150. package/bin/__tests__/test-utils.d.ts +0 -19
  151. package/bin/__tests__/test-utils.d.ts.map +0 -1
  152. package/bin/__tests__/test-utils.js +0 -39
  153. package/bin/__tests__/test-utils.js.map +0 -1
  154. package/bin/__tests__/upgrade.test.d.ts +0 -2
  155. package/bin/__tests__/upgrade.test.d.ts.map +0 -1
  156. package/bin/__tests__/upgrade.test.js +0 -57
  157. package/bin/__tests__/upgrade.test.js.map +0 -1
  158. package/bin/__tests__/utils.test.d.ts +0 -2
  159. package/bin/__tests__/utils.test.d.ts.map +0 -1
  160. package/bin/__tests__/utils.test.js +0 -40
  161. package/bin/__tests__/utils.test.js.map +0 -1
  162. package/bin/__tests__/wipe.test.d.ts +0 -2
  163. package/bin/__tests__/wipe.test.d.ts.map +0 -1
  164. package/bin/__tests__/wipe.test.js +0 -92
  165. package/bin/__tests__/wipe.test.js.map +0 -1
  166. package/bin/cli.d.ts +0 -4
  167. package/bin/cli.d.ts.map +0 -1
  168. package/bin/cli.js +0 -152
  169. package/bin/cli.js.map +0 -1
  170. package/bin/cliOptions.d.ts +0 -8
  171. package/bin/cliOptions.d.ts.map +0 -1
  172. package/bin/cliOptions.js +0 -11
  173. package/bin/cliOptions.js.map +0 -1
  174. package/bin/commands/apdu.d.ts +0 -14
  175. package/bin/commands/apdu.d.ts.map +0 -1
  176. package/bin/commands/apdu.js +0 -35
  177. package/bin/commands/apdu.js.map +0 -1
  178. package/bin/commands/approve.d.ts +0 -34
  179. package/bin/commands/approve.d.ts.map +0 -1
  180. package/bin/commands/approve.js +0 -150
  181. package/bin/commands/approve.js.map +0 -1
  182. package/bin/commands/backupCompartment.d.ts +0 -31
  183. package/bin/commands/backupCompartment.d.ts.map +0 -1
  184. package/bin/commands/backupCompartment.js +0 -70
  185. package/bin/commands/backupCompartment.js.map +0 -1
  186. package/bin/commands/bake.d.ts +0 -73
  187. package/bin/commands/bake.d.ts.map +0 -1
  188. package/bin/commands/bake.js +0 -232
  189. package/bin/commands/bake.js.map +0 -1
  190. package/bin/commands/bridge.d.ts +0 -22
  191. package/bin/commands/bridge.d.ts.map +0 -1
  192. package/bin/commands/bridge.js +0 -137
  193. package/bin/commands/bridge.js.map +0 -1
  194. package/bin/commands/configcat.d.ts +0 -78
  195. package/bin/commands/configcat.d.ts.map +0 -1
  196. package/bin/commands/configcat.js +0 -208
  197. package/bin/commands/configcat.js.map +0 -1
  198. package/bin/commands/create.d.ts +0 -207
  199. package/bin/commands/create.d.ts.map +0 -1
  200. package/bin/commands/create.js +0 -554
  201. package/bin/commands/create.js.map +0 -1
  202. package/bin/commands/deploy.d.ts +0 -60
  203. package/bin/commands/deploy.d.ts.map +0 -1
  204. package/bin/commands/deploy.js +0 -106
  205. package/bin/commands/deploy.js.map +0 -1
  206. package/bin/commands/destroy.d.ts +0 -36
  207. package/bin/commands/destroy.d.ts.map +0 -1
  208. package/bin/commands/destroy.js +0 -58
  209. package/bin/commands/destroy.js.map +0 -1
  210. package/bin/commands/drain.d.ts +0 -26
  211. package/bin/commands/drain.d.ts.map +0 -1
  212. package/bin/commands/drain.js +0 -64
  213. package/bin/commands/drain.js.map +0 -1
  214. package/bin/commands/faucet.d.ts +0 -31
  215. package/bin/commands/faucet.d.ts.map +0 -1
  216. package/bin/commands/faucet.js +0 -68
  217. package/bin/commands/faucet.js.map +0 -1
  218. package/bin/commands/fetch.d.ts +0 -35
  219. package/bin/commands/fetch.d.ts.map +0 -1
  220. package/bin/commands/fetch.js +0 -83
  221. package/bin/commands/fetch.js.map +0 -1
  222. package/bin/commands/genKeys.d.ts +0 -14
  223. package/bin/commands/genKeys.d.ts.map +0 -1
  224. package/bin/commands/genKeys.js +0 -19
  225. package/bin/commands/genKeys.js.map +0 -1
  226. package/bin/commands/get.d.ts +0 -56
  227. package/bin/commands/get.d.ts.map +0 -1
  228. package/bin/commands/get.js +0 -211
  229. package/bin/commands/get.js.map +0 -1
  230. package/bin/commands/getAPIUserTokens.d.ts +0 -39
  231. package/bin/commands/getAPIUserTokens.d.ts.map +0 -1
  232. package/bin/commands/getAPIUserTokens.js +0 -63
  233. package/bin/commands/getAPIUserTokens.js.map +0 -1
  234. package/bin/commands/getAuthToken.d.ts +0 -26
  235. package/bin/commands/getAuthToken.d.ts.map +0 -1
  236. package/bin/commands/getAuthToken.js +0 -42
  237. package/bin/commands/getAuthToken.js.map +0 -1
  238. package/bin/commands/getMVInstances.d.ts +0 -33
  239. package/bin/commands/getMVInstances.d.ts.map +0 -1
  240. package/bin/commands/getMVInstances.js +0 -71
  241. package/bin/commands/getMVInstances.js.map +0 -1
  242. package/bin/commands/getSeeds.d.ts +0 -19
  243. package/bin/commands/getSeeds.d.ts.map +0 -1
  244. package/bin/commands/getSeeds.js +0 -95
  245. package/bin/commands/getSeeds.js.map +0 -1
  246. package/bin/commands/getUserID.d.ts +0 -27
  247. package/bin/commands/getUserID.d.ts.map +0 -1
  248. package/bin/commands/getUserID.js +0 -32
  249. package/bin/commands/getUserID.js.map +0 -1
  250. package/bin/commands/index.d.ts +0 -892
  251. package/bin/commands/index.d.ts.map +0 -1
  252. package/bin/commands/index.js +0 -111
  253. package/bin/commands/index.js.map +0 -1
  254. package/bin/commands/initCompartment.d.ts +0 -22
  255. package/bin/commands/initCompartment.d.ts.map +0 -1
  256. package/bin/commands/initCompartment.js +0 -62
  257. package/bin/commands/initCompartment.js.map +0 -1
  258. package/bin/commands/listen.d.ts +0 -31
  259. package/bin/commands/listen.d.ts.map +0 -1
  260. package/bin/commands/listen.js +0 -56
  261. package/bin/commands/listen.js.map +0 -1
  262. package/bin/commands/onboard.d.ts +0 -30
  263. package/bin/commands/onboard.d.ts.map +0 -1
  264. package/bin/commands/onboard.js +0 -68
  265. package/bin/commands/onboard.js.map +0 -1
  266. package/bin/commands/pledge.d.ts +0 -38
  267. package/bin/commands/pledge.d.ts.map +0 -1
  268. package/bin/commands/pledge.js +0 -89
  269. package/bin/commands/pledge.js.map +0 -1
  270. package/bin/commands/proxy.d.ts +0 -17
  271. package/bin/commands/proxy.d.ts.map +0 -1
  272. package/bin/commands/proxy.js +0 -227
  273. package/bin/commands/proxy.js.map +0 -1
  274. package/bin/commands/receive.d.ts +0 -40
  275. package/bin/commands/receive.d.ts.map +0 -1
  276. package/bin/commands/receive.js +0 -60
  277. package/bin/commands/receive.js.map +0 -1
  278. package/bin/commands/recipe.d.ts +0 -29
  279. package/bin/commands/recipe.d.ts.map +0 -1
  280. package/bin/commands/recipe.js +0 -62
  281. package/bin/commands/recipe.js.map +0 -1
  282. package/bin/commands/reject.d.ts +0 -49
  283. package/bin/commands/reject.d.ts.map +0 -1
  284. package/bin/commands/reject.js +0 -176
  285. package/bin/commands/reject.js.map +0 -1
  286. package/bin/commands/resetCompartment.d.ts +0 -31
  287. package/bin/commands/resetCompartment.d.ts.map +0 -1
  288. package/bin/commands/resetCompartment.js +0 -71
  289. package/bin/commands/resetCompartment.js.map +0 -1
  290. package/bin/commands/restoreCompartment.d.ts +0 -39
  291. package/bin/commands/restoreCompartment.d.ts.map +0 -1
  292. package/bin/commands/restoreCompartment.js +0 -80
  293. package/bin/commands/restoreCompartment.js.map +0 -1
  294. package/bin/commands/revoke.d.ts +0 -40
  295. package/bin/commands/revoke.d.ts.map +0 -1
  296. package/bin/commands/revoke.js +0 -80
  297. package/bin/commands/revoke.js.map +0 -1
  298. package/bin/commands/send.d.ts +0 -54
  299. package/bin/commands/send.d.ts.map +0 -1
  300. package/bin/commands/send.js +0 -170
  301. package/bin/commands/send.js.map +0 -1
  302. package/bin/commands/setQuorum.d.ts +0 -30
  303. package/bin/commands/setQuorum.d.ts.map +0 -1
  304. package/bin/commands/setQuorum.js +0 -44
  305. package/bin/commands/setQuorum.js.map +0 -1
  306. package/bin/commands/settle.d.ts +0 -43
  307. package/bin/commands/settle.d.ts.map +0 -1
  308. package/bin/commands/settle.js +0 -92
  309. package/bin/commands/settle.js.map +0 -1
  310. package/bin/commands/upgrade.d.ts +0 -44
  311. package/bin/commands/upgrade.d.ts.map +0 -1
  312. package/bin/commands/upgrade.js +0 -68
  313. package/bin/commands/upgrade.js.map +0 -1
  314. package/bin/commands/wipe.d.ts +0 -77
  315. package/bin/commands/wipe.d.ts.map +0 -1
  316. package/bin/commands/wipe.js +0 -86
  317. package/bin/commands/wipe.js.map +0 -1
  318. package/bin/deviceOption.d.ts +0 -9
  319. package/bin/deviceOption.d.ts.map +0 -1
  320. package/bin/deviceOption.js +0 -10
  321. package/bin/deviceOption.js.map +0 -1
  322. package/bin/gateOptions.d.ts +0 -39
  323. package/bin/gateOptions.d.ts.map +0 -1
  324. package/bin/gateOptions.js +0 -73
  325. package/bin/gateOptions.js.map +0 -1
  326. package/bin/getCertFromPFX.d.ts +0 -7
  327. package/bin/getCertFromPFX.d.ts.map +0 -1
  328. package/bin/getCertFromPFX.js +0 -43
  329. package/bin/getCertFromPFX.js.map +0 -1
  330. package/bin/index.d.ts +0 -3
  331. package/bin/index.d.ts.map +0 -1
  332. package/bin/lamOptions.d.ts +0 -15
  333. package/bin/lamOptions.d.ts.map +0 -1
  334. package/bin/lamOptions.js +0 -17
  335. package/bin/lamOptions.js.map +0 -1
  336. package/bin/logger.d.ts +0 -3
  337. package/bin/logger.d.ts.map +0 -1
  338. package/bin/logger.js +0 -5
  339. package/bin/logger.js.map +0 -1
  340. package/bin/manifests/beatles.json +0 -46
  341. package/bin/manifests/empty.json +0 -1
  342. package/bin/manifests/erc20.json +0 -32
  343. package/bin/manifests/message-signing.json +0 -36
  344. package/bin/manifests/mobile.json +0 -43
  345. package/bin/manifests/polkadot-staking.json +0 -152
  346. package/bin/manifests/polkadot.json +0 -37
  347. package/bin/manifests/rawsigning.json +0 -39
  348. package/bin/manifests/ripple.json +0 -37
  349. package/bin/manifests/sci.json +0 -146
  350. package/bin/manifests/solana-dev.json +0 -99
  351. package/bin/manifests/solana-staking.json +0 -44
  352. package/bin/manifests/solana.json +0 -30
  353. package/bin/manifests/stellar.json +0 -37
  354. package/bin/manifests/tezos.json +0 -51
  355. package/bin/manifests/tradelink-hsm.json +0 -429
  356. package/bin/manifests/tradelink.json +0 -361
  357. package/bin/miscOptions.d.ts +0 -20
  358. package/bin/miscOptions.d.ts.map +0 -1
  359. package/bin/miscOptions.js +0 -17
  360. package/bin/miscOptions.js.map +0 -1
  361. package/bin/registerTransports.d.ts +0 -2
  362. package/bin/registerTransports.d.ts.map +0 -1
  363. package/bin/registerTransports.js +0 -18
  364. package/bin/registerTransports.js.map +0 -1
  365. package/bin/types.d.ts +0 -23
  366. package/bin/types.d.ts.map +0 -1
  367. package/bin/types.js +0 -3
  368. package/bin/types.js.map +0 -1
  369. package/bin/utils.d.ts +0 -22
  370. package/bin/utils.d.ts.map +0 -1
  371. package/bin/utils.js +0 -156
  372. package/bin/utils.js.map +0 -1
@@ -1,892 +0,0 @@
1
- declare const _default: {
2
- help: {
3
- header: string;
4
- content: string[];
5
- }[];
6
- options: ({
7
- name: string;
8
- type: BooleanConstructor;
9
- description: string;
10
- alias?: undefined;
11
- } | {
12
- name: string;
13
- alias: string;
14
- type: BooleanConstructor;
15
- description: string;
16
- })[];
17
- subCommands: ({
18
- command: string;
19
- description: string;
20
- help: {
21
- content: string;
22
- }[];
23
- options: ({
24
- name: string;
25
- type: BooleanConstructor;
26
- description: string;
27
- } | {
28
- name: string;
29
- description: string;
30
- type: StringConstructor;
31
- } | {
32
- name: string;
33
- description: string;
34
- type: NumberConstructor;
35
- defaultValue: number;
36
- })[];
37
- run: (runOptions: import("./onboard").OnboardOptions) => Promise<void>;
38
- } | {
39
- command: string;
40
- description: string;
41
- help: ({
42
- header: string;
43
- content: string[];
44
- } | {
45
- header: string;
46
- content: string;
47
- })[];
48
- allowNoPositional: boolean;
49
- positionals: boolean;
50
- options: ({
51
- name: string;
52
- type: BooleanConstructor;
53
- description: string;
54
- } | {
55
- name: string;
56
- description: string;
57
- type: StringConstructor;
58
- } | {
59
- name: string;
60
- description: string;
61
- type: NumberConstructor;
62
- defaultValue: number;
63
- } | {
64
- name: string;
65
- alias: string;
66
- type: NumberConstructor;
67
- description: string;
68
- defaultValue: string | undefined;
69
- } | {
70
- name: string;
71
- type: NumberConstructor;
72
- description: string;
73
- alias?: undefined;
74
- defaultValue?: undefined;
75
- } | {
76
- name: string;
77
- alias: string;
78
- description: string;
79
- type: StringConstructor;
80
- defaultValue?: undefined;
81
- } | {
82
- name: string;
83
- description: string;
84
- type: BooleanConstructor;
85
- defaultValue: boolean;
86
- alias?: undefined;
87
- } | {
88
- name: string;
89
- alias: string;
90
- description: string;
91
- type: BooleanConstructor;
92
- defaultValue: boolean;
93
- })[];
94
- run: (options: import("./bake").BakeOptions) => Promise<void>;
95
- } | {
96
- command: string;
97
- description: string;
98
- help: {
99
- content: string;
100
- }[];
101
- options: ({
102
- name: string;
103
- type: BooleanConstructor;
104
- description: string;
105
- } | {
106
- name: string;
107
- description: string;
108
- type: StringConstructor;
109
- } | {
110
- name: string;
111
- defaultValue: boolean;
112
- description: string;
113
- type: BooleanConstructor;
114
- })[];
115
- run: (options: import("./recipe").RecipeOptions) => Promise<void>;
116
- } | {
117
- command: string;
118
- description: string;
119
- help: {
120
- content: string;
121
- }[];
122
- options: ({
123
- name: string;
124
- alias: string;
125
- defaultValue: string;
126
- description: string;
127
- type: StringConstructor;
128
- } | {
129
- name: string;
130
- type: BooleanConstructor;
131
- description: string;
132
- } | {
133
- name: string;
134
- description: string;
135
- type: StringConstructor;
136
- alias?: undefined;
137
- defaultValue?: undefined;
138
- } | {
139
- name: string;
140
- alias: string;
141
- type: NumberConstructor;
142
- description: string;
143
- defaultValue: string | undefined;
144
- } | {
145
- name: string;
146
- type: StringConstructor;
147
- description: string;
148
- defaultValue: string | undefined;
149
- alias?: undefined;
150
- } | {
151
- name: string;
152
- type: NumberConstructor;
153
- description: string;
154
- alias?: undefined;
155
- defaultValue?: undefined;
156
- })[];
157
- run: typeof import("./wipe").wipe;
158
- } | {
159
- command: string;
160
- description: string;
161
- help: {
162
- header: string;
163
- content: string[];
164
- }[];
165
- options: ({
166
- name: string;
167
- type: StringConstructor;
168
- description: string;
169
- required: boolean;
170
- defaultValue?: undefined;
171
- } | {
172
- name: string;
173
- description: string;
174
- type: NumberConstructor;
175
- required: boolean;
176
- defaultValue: number;
177
- } | {
178
- name: string;
179
- description: string;
180
- type: StringConstructor;
181
- required?: undefined;
182
- defaultValue?: undefined;
183
- } | {
184
- name: string;
185
- description: string;
186
- type: StringConstructor;
187
- defaultValue: string;
188
- required?: undefined;
189
- } | {
190
- name: string;
191
- description: string;
192
- type: BooleanConstructor;
193
- defaultValue: boolean;
194
- required?: undefined;
195
- } | {
196
- name: string;
197
- description: string;
198
- type: NumberConstructor;
199
- defaultValue: number;
200
- required?: undefined;
201
- })[];
202
- run: (options: {
203
- remoteURL: string;
204
- name: string;
205
- owner: string;
206
- expirationHours?: number | undefined;
207
- preset?: string | undefined;
208
- values?: string | undefined;
209
- watchTimeoutMinutes?: number | undefined;
210
- useDedicatedHSMSimu?: boolean | undefined;
211
- useHTTPPolling?: boolean | undefined;
212
- }) => Promise<void>;
213
- } | {
214
- command: string;
215
- description: string;
216
- help: {
217
- header: string;
218
- content: string[];
219
- }[];
220
- options: ({
221
- name: string;
222
- type: StringConstructor;
223
- description: string;
224
- required: boolean;
225
- defaultValue?: undefined;
226
- } | {
227
- name: string;
228
- description: string;
229
- type: StringConstructor;
230
- defaultValue: string;
231
- required?: undefined;
232
- } | {
233
- name: string;
234
- description: string;
235
- type: BooleanConstructor;
236
- defaultValue: boolean;
237
- required?: undefined;
238
- })[];
239
- run: (options: {
240
- remoteURL: string;
241
- name: string;
242
- wait?: boolean | undefined;
243
- }) => Promise<void>;
244
- } | {
245
- command: string;
246
- description: string;
247
- options: ({
248
- name: string;
249
- type: BooleanConstructor;
250
- description: string;
251
- } | {
252
- name: string;
253
- description: string;
254
- type: StringConstructor;
255
- } | {
256
- name: string;
257
- description: string;
258
- type: NumberConstructor;
259
- defaultValue: number;
260
- })[];
261
- subCommands: ({
262
- command: string;
263
- description: string;
264
- help: {
265
- header: string;
266
- content: string[];
267
- }[];
268
- options: ({
269
- name: string;
270
- alias: string;
271
- type: StringConstructor;
272
- typeLabel: string;
273
- description: string;
274
- defaultValue: string;
275
- } | {
276
- name: string;
277
- type: StringConstructor;
278
- description: string;
279
- required: boolean;
280
- typeLabel?: undefined;
281
- default?: undefined;
282
- } | {
283
- name: string;
284
- typeLabel: string;
285
- description: string;
286
- type: StringConstructor;
287
- required?: undefined;
288
- default?: undefined;
289
- } | {
290
- name: string;
291
- description: string;
292
- default: number;
293
- type: StringConstructor;
294
- required: boolean;
295
- typeLabel?: undefined;
296
- } | {
297
- name: string;
298
- description: string;
299
- default: boolean;
300
- type: BooleanConstructor;
301
- required?: undefined;
302
- typeLabel?: undefined;
303
- } | {
304
- name: string;
305
- description: string;
306
- type: StringConstructor;
307
- required?: undefined;
308
- typeLabel?: undefined;
309
- default?: undefined;
310
- })[];
311
- run: (opts: import("./create").CreateEntity) => Promise<void>;
312
- } | {
313
- command: string;
314
- description: string;
315
- help: {
316
- header: string;
317
- content: string[];
318
- }[];
319
- options: ({
320
- name: string;
321
- description: string;
322
- type: BooleanConstructor;
323
- } | {
324
- name: string;
325
- alias: string;
326
- type: StringConstructor;
327
- typeLabel: string;
328
- description: string;
329
- defaultValue: string;
330
- } | {
331
- name: string;
332
- type: StringConstructor;
333
- description: string;
334
- required: boolean;
335
- } | {
336
- name: string;
337
- description: string;
338
- type: StringConstructor;
339
- required?: undefined;
340
- } | {
341
- name: string;
342
- type: NumberConstructor;
343
- description: string;
344
- required?: undefined;
345
- } | {
346
- name: string;
347
- type: StringConstructor;
348
- description?: undefined;
349
- required?: undefined;
350
- })[];
351
- run: (opts: import("./create").CreateEntity) => Promise<void>;
352
- } | {
353
- command: string;
354
- description: string;
355
- help: {
356
- header: string;
357
- content: string[];
358
- }[];
359
- options: ({
360
- name: string;
361
- description: string;
362
- type: BooleanConstructor;
363
- } | {
364
- name: string;
365
- alias: string;
366
- type: StringConstructor;
367
- typeLabel: string;
368
- description: string;
369
- defaultValue: string;
370
- } | {
371
- name: string;
372
- type: StringConstructor;
373
- description: string;
374
- required: boolean;
375
- multiple?: undefined;
376
- } | {
377
- name: string;
378
- description: string;
379
- type: StringConstructor;
380
- required?: undefined;
381
- multiple?: undefined;
382
- } | {
383
- name: string;
384
- description: string;
385
- type: StringConstructor;
386
- required: boolean;
387
- multiple: boolean;
388
- })[];
389
- run: (opts: import("./create").CreateEntity) => Promise<void>;
390
- })[];
391
- } | {
392
- command: string;
393
- description: string;
394
- options: ({
395
- name: string;
396
- type: BooleanConstructor;
397
- description: string;
398
- } | {
399
- name: string;
400
- description: string;
401
- type: StringConstructor;
402
- } | {
403
- name: string;
404
- description: string;
405
- type: NumberConstructor;
406
- defaultValue: number;
407
- } | {
408
- name: string;
409
- alias: string;
410
- type: StringConstructor;
411
- typeLabel: string;
412
- description: string;
413
- defaultValue: string;
414
- } | {
415
- name: string;
416
- type: NumberConstructor;
417
- description: string;
418
- alias?: undefined;
419
- typeLabel?: undefined;
420
- defaultValue?: undefined;
421
- })[];
422
- subCommands: {
423
- command: string;
424
- description: string;
425
- help: {
426
- header: string;
427
- content: string[];
428
- }[];
429
- options: never[];
430
- run: (options: import("./get").QueryEntityWithPoolOptions) => Promise<void>;
431
- }[];
432
- } | {
433
- command: string;
434
- positionals: boolean;
435
- description: string;
436
- help: {
437
- header: string;
438
- content: string[];
439
- }[];
440
- options: ({
441
- name: string;
442
- type: BooleanConstructor;
443
- description: string;
444
- } | {
445
- name: string;
446
- description: string;
447
- type: StringConstructor;
448
- } | {
449
- name: string;
450
- description: string;
451
- type: NumberConstructor;
452
- defaultValue: number;
453
- })[];
454
- run: (options: import("./fetch").FetchOptions) => Promise<void>;
455
- } | {
456
- command: string;
457
- description: string;
458
- help: {
459
- content: string;
460
- }[];
461
- options: ({
462
- name: string;
463
- alias: string;
464
- description: string;
465
- type: StringConstructor;
466
- required: boolean;
467
- defaultValue?: undefined;
468
- } | {
469
- name: string;
470
- description: string;
471
- type: StringConstructor;
472
- defaultValue: string;
473
- alias?: undefined;
474
- required?: undefined;
475
- })[];
476
- run: (options: import("./faucet").FaucetOptions) => Promise<void>;
477
- } | {
478
- command: string;
479
- description: string;
480
- options: ({
481
- name: string;
482
- type: BooleanConstructor;
483
- description: string;
484
- } | {
485
- name: string;
486
- description: string;
487
- type: StringConstructor;
488
- } | {
489
- name: string;
490
- description: string;
491
- type: NumberConstructor;
492
- defaultValue: number;
493
- } | {
494
- name: string;
495
- type: StringConstructor;
496
- description: string;
497
- required: boolean;
498
- defaultValue?: undefined;
499
- } | {
500
- name: string;
501
- type: StringConstructor;
502
- description: string;
503
- defaultValue: string;
504
- required?: undefined;
505
- })[];
506
- run: (options: import("./getAPIUserTokens").GetAPIUserTokensOptions) => Promise<void>;
507
- } | {
508
- command: string;
509
- description: string;
510
- help: {
511
- content: string;
512
- }[];
513
- options: {
514
- name: string;
515
- type: StringConstructor;
516
- description: string;
517
- defaultValue: string | undefined;
518
- required: boolean;
519
- }[];
520
- run: (options: import("./initCompartment").Options) => Promise<void>;
521
- } | {
522
- command: string;
523
- description: string;
524
- help: {
525
- content: string;
526
- }[];
527
- options: ({
528
- name: string;
529
- alias: string;
530
- type: NumberConstructor;
531
- description: string;
532
- defaultValue: string | undefined;
533
- required: boolean;
534
- } | {
535
- name: string;
536
- alias: string;
537
- type: StringConstructor;
538
- description: string;
539
- required: boolean;
540
- defaultValue?: undefined;
541
- } | {
542
- name: string;
543
- type: StringConstructor;
544
- description: string;
545
- defaultValue: string | undefined;
546
- required: boolean;
547
- alias?: undefined;
548
- })[];
549
- run: (options: import("./restoreCompartment").Options) => Promise<void>;
550
- } | {
551
- command: string;
552
- description: string;
553
- help: {
554
- header: string;
555
- content: string[];
556
- }[];
557
- options: ({
558
- name: string;
559
- type: BooleanConstructor;
560
- description: string;
561
- } | {
562
- name: string;
563
- description: string;
564
- type: StringConstructor;
565
- } | {
566
- name: string;
567
- alias: string;
568
- type: NumberConstructor;
569
- description: string;
570
- defaultValue: number;
571
- })[];
572
- run: (options: import("./listen").ListenNotificationOptions) => Promise<void>;
573
- } | {
574
- command: string;
575
- description: string;
576
- options: {
577
- name: string;
578
- alias: string;
579
- type: StringConstructor;
580
- typeLabel: string;
581
- description: string;
582
- }[];
583
- help: {
584
- content: string;
585
- }[];
586
- run: (options: {
587
- salt: string;
588
- }) => void;
589
- } | {
590
- command: string;
591
- description: string;
592
- options: {
593
- name: string;
594
- type: StringConstructor;
595
- description: string;
596
- }[];
597
- run: (options: {
598
- entropy?: string | undefined;
599
- }) => void;
600
- } | {
601
- command: string;
602
- description: string;
603
- help: {
604
- header: string;
605
- content: string[];
606
- }[];
607
- options: ({
608
- name: string;
609
- type: BooleanConstructor;
610
- description: string;
611
- } | {
612
- name: string;
613
- description: string;
614
- type: StringConstructor;
615
- } | {
616
- name: string;
617
- description: string;
618
- type: NumberConstructor;
619
- defaultValue: number;
620
- } | {
621
- name: string;
622
- type: StringConstructor;
623
- description: string;
624
- required: boolean;
625
- defaultValue?: undefined;
626
- } | {
627
- name: string;
628
- description: string;
629
- type: StringConstructor;
630
- defaultValue: string;
631
- required?: undefined;
632
- })[];
633
- run: (options: import("./send").SendOpts) => Promise<void>;
634
- } | {
635
- command: string;
636
- description: string;
637
- options: ({
638
- name: string;
639
- type: BooleanConstructor;
640
- description: string;
641
- } | {
642
- name: string;
643
- description: string;
644
- type: StringConstructor;
645
- } | {
646
- name: string;
647
- description: string;
648
- type: NumberConstructor;
649
- defaultValue: number;
650
- } | {
651
- name: string;
652
- alias: string;
653
- description: string;
654
- type: StringConstructor;
655
- required: boolean;
656
- defaultValue?: undefined;
657
- } | {
658
- name: string;
659
- alias: string;
660
- description: string;
661
- type: NumberConstructor;
662
- defaultValue: number;
663
- required?: undefined;
664
- })[];
665
- run: (options: import("./receive").ReceiveOptions) => Promise<void>;
666
- } | {
667
- command: string;
668
- description: string;
669
- help: {
670
- header: string;
671
- content: string[];
672
- }[];
673
- options: ({
674
- name: string;
675
- type: BooleanConstructor;
676
- description: string;
677
- } | {
678
- name: string;
679
- description: string;
680
- type: StringConstructor;
681
- } | {
682
- name: string;
683
- description: string;
684
- type: NumberConstructor;
685
- defaultValue: number;
686
- } | {
687
- name: string;
688
- type: StringConstructor;
689
- description: string;
690
- required: boolean;
691
- })[];
692
- run: (options: import("./pledge").PledgeOpts) => Promise<void>;
693
- } | {
694
- command: string;
695
- description: string;
696
- help: {
697
- header: string;
698
- content: string[];
699
- }[];
700
- options: ({
701
- name: string;
702
- type: BooleanConstructor;
703
- description: string;
704
- } | {
705
- name: string;
706
- description: string;
707
- type: StringConstructor;
708
- } | {
709
- name: string;
710
- description: string;
711
- type: NumberConstructor;
712
- defaultValue: number;
713
- } | {
714
- name: string;
715
- type: StringConstructor;
716
- description: string;
717
- required: boolean;
718
- } | {
719
- name: string;
720
- description: string;
721
- type: NumberConstructor;
722
- required: boolean;
723
- })[];
724
- run: (options: import("./settle").SettlementOpts) => Promise<void>;
725
- } | {
726
- command: string;
727
- description: string;
728
- help: {
729
- header: string;
730
- content: string[];
731
- }[];
732
- options: {
733
- name: string;
734
- type: NumberConstructor;
735
- description: string;
736
- defaultValue: number;
737
- }[];
738
- run: ({ port, networkDelay }: {
739
- port: number;
740
- networkDelay?: number | undefined;
741
- }) => Promise<void>;
742
- } | {
743
- command: string;
744
- description: string;
745
- options: ({
746
- name: string;
747
- type: BooleanConstructor;
748
- description: string;
749
- } | {
750
- name: string;
751
- description: string;
752
- type: StringConstructor;
753
- } | {
754
- name: string;
755
- description: string;
756
- type: NumberConstructor;
757
- defaultValue: number;
758
- } | {
759
- name: string;
760
- description: string;
761
- type: NumberConstructor;
762
- })[];
763
- run: (options: import("./approve").ApproveOptions) => Promise<void>;
764
- } | {
765
- command: string;
766
- description: string;
767
- options: ({
768
- name: string;
769
- type: BooleanConstructor;
770
- description: string;
771
- } | {
772
- name: string;
773
- description: string;
774
- type: StringConstructor;
775
- } | {
776
- name: string;
777
- alias: string;
778
- type: NumberConstructor;
779
- description: string;
780
- defaultValue: number;
781
- })[];
782
- subCommands: {
783
- command: string;
784
- description: string;
785
- options: {
786
- name: string;
787
- type: NumberConstructor;
788
- description: string;
789
- required: boolean;
790
- }[];
791
- run: (opts: import("./revoke").RevokeOptions) => Promise<void>;
792
- }[];
793
- } | {
794
- command: string;
795
- positionals: boolean;
796
- description: string;
797
- help: {
798
- content: string;
799
- }[];
800
- run: (options: import("./apdu").APDUOptions) => Promise<void>;
801
- } | {
802
- command: string;
803
- description: string;
804
- help: {
805
- header: string;
806
- content: string[];
807
- }[];
808
- options: ({
809
- name: string;
810
- description: string;
811
- type: StringConstructor;
812
- defaultValue: string;
813
- alias?: undefined;
814
- typeLabel?: undefined;
815
- } | {
816
- name: string;
817
- alias: string;
818
- type: StringConstructor;
819
- typeLabel: string;
820
- description: string;
821
- defaultValue: string;
822
- })[];
823
- run: (options: {
824
- remoteURL: string;
825
- format?: "table" | "json" | undefined;
826
- }) => Promise<void>;
827
- } | {
828
- command: string;
829
- description: string;
830
- help: ({
831
- content: string;
832
- raw: boolean;
833
- header?: undefined;
834
- } | {
835
- header: string;
836
- content: string[];
837
- raw?: undefined;
838
- })[];
839
- options: ({
840
- name: string;
841
- type: StringConstructor;
842
- description: string;
843
- defaultValue?: undefined;
844
- } | {
845
- name: string;
846
- description: string;
847
- type: BooleanConstructor;
848
- defaultValue: boolean;
849
- })[];
850
- subCommands: ({
851
- command: string;
852
- description: string;
853
- help: {
854
- header: string;
855
- content: string[];
856
- }[];
857
- options: {
858
- name: string;
859
- alias: string;
860
- type: StringConstructor;
861
- description: string;
862
- required: boolean;
863
- }[];
864
- run: (options: import("./configcat").ConfigcatOptions) => Promise<void>;
865
- } | {
866
- command: string;
867
- description: string;
868
- help: {
869
- header: string;
870
- content: string[];
871
- }[];
872
- options: ({
873
- name: string;
874
- alias: string;
875
- type: StringConstructor;
876
- description: string;
877
- required: boolean;
878
- defaultValue?: undefined;
879
- } | {
880
- name: string;
881
- alias: string;
882
- description: string;
883
- type: StringConstructor;
884
- defaultValue: string;
885
- required?: undefined;
886
- })[];
887
- run: (options: import("./configcat").ConfigcatOptions) => Promise<void>;
888
- })[];
889
- })[];
890
- };
891
- export default _default;
892
- //# sourceMappingURL=index.d.ts.map