@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,222 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- const vault_common_1 = require("@ledgerhq/vault-common");
16
- const chalk_1 = __importDefault(require("chalk"));
17
- const command_line_usage_1 = __importDefault(require("command-line-usage"));
18
- const cli_1 = __importDefault(require("../cli"));
19
- const logger_1 = __importDefault(require("../logger"));
20
- const test_utils_1 = require("./test-utils");
21
- jest.mock("../commands/get");
22
- const buildCommand = (str) => {
23
- const els = str.match(/(".*?"|[^"\s]+)+(?=\s*|\s*$)/g);
24
- return (els || []).map((el) => el.replace(/^"/g, "").replace(/"$/g, ""));
25
- };
26
- afterEach(() => {
27
- jest.clearAllMocks();
28
- });
29
- describe("Create commands", () => {
30
- const pool = (0, test_utils_1.createTestDevicesPool)();
31
- const testCreateCommand = (desc, command, manifest) => {
32
- it(desc, () => __awaiter(void 0, void 0, void 0, function* () {
33
- const argv = buildCommand(command);
34
- yield (0, cli_1.default)(argv);
35
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith(manifest, pool, {
36
- noApproval: undefined,
37
- logger: logger_1.default,
38
- });
39
- }));
40
- };
41
- const testErrorCommand = (desc, command, errorMsg) => {
42
- it(desc, () => __awaiter(void 0, void 0, void 0, function* () {
43
- const argv = buildCommand(command);
44
- let err;
45
- try {
46
- yield (0, cli_1.default)(argv);
47
- }
48
- catch (e) {
49
- err = e;
50
- }
51
- expect(err).toEqual(new Error(errorMsg));
52
- }));
53
- };
54
- it("should display CLI version", () => __awaiter(void 0, void 0, void 0, function* () {
55
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
56
- const argv = buildCommand("--version");
57
- yield (0, cli_1.default)(argv);
58
- const { version } = require("../../package.json");
59
- expect(spyConsole).toHaveBeenCalledWith(version);
60
- spyConsole.mockRestore();
61
- }));
62
- it('should set process.env.DEBUG = "1" if debug option is specified', () => __awaiter(void 0, void 0, void 0, function* () {
63
- const argv = buildCommand("create user --name Ringo --device lam --debug");
64
- yield (0, cli_1.default)(argv);
65
- expect(process.env.DEBUG).toBe("1");
66
- }));
67
- it("should process.exit(1) if a required option is not specified", () => __awaiter(void 0, void 0, void 0, function* () {
68
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
69
- const spyProcess = jest.spyOn(process, "exit").mockImplementation();
70
- const argv = buildCommand("create user --role operator --device lam");
71
- yield (0, cli_1.default)(argv);
72
- expect(spyProcess).toHaveBeenCalledWith(1);
73
- expect(spyConsole).toHaveBeenCalledWith((0, chalk_1.default) `{red.bold ERROR} {red missing required option --name}`);
74
- jest.restoreAllMocks();
75
- }));
76
- describe("help", () => {
77
- it("should display help for unknown subcommand", () => __awaiter(void 0, void 0, void 0, function* () {
78
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
79
- const argv = buildCommand("create manager");
80
- yield (0, cli_1.default)(argv);
81
- expect(spyConsole).toHaveBeenCalledWith("helper text");
82
- expect(command_line_usage_1.default).toHaveBeenCalledTimes(1);
83
- spyConsole.mockRestore();
84
- }));
85
- });
86
- describe("user creation", () => {
87
- testCreateCommand("should create properly an operator", "create user --role operator --name Ringo --device 10", {
88
- customUsernames: {
89
- 10: "Ringo",
90
- },
91
- users: {
92
- operators: [10],
93
- },
94
- });
95
- testCreateCommand("should create properly an LAM api operator", "create user --name Ringo --device lam", {
96
- users: {
97
- api: ["Ringo"],
98
- },
99
- });
100
- testCreateCommand("should create properly an API v2 operator", "create user --name Ringo --device api --publicKey 04a7629e22eaeeccddf13349a0a88fd401d31e2275c53e4acb526f56510f80a5db82dd52d10c5720779c3d065eaca87c75e0cabbfd2cf9eddd3202d1563db97177", {
101
- users: {
102
- apiV2: [
103
- {
104
- name: "Ringo",
105
- publicKey: "04a7629e22eaeeccddf13349a0a88fd401d31e2275c53e4acb526f56510f80a5db82dd52d10c5720779c3d065eaca87c75e0cabbfd2cf9eddd3202d1563db97177",
106
- role: "operator",
107
- },
108
- ],
109
- },
110
- });
111
- testCreateCommand("should create properly an API v2 admin", "create user --name Ringo --device api --publicKey 04a7629e22eaeeccddf13349a0a88fd401d31e2275c53e4acb526f56510f80a5db82dd52d10c5720779c3d065eaca87c75e0cabbfd2cf9eddd3202d1563db97177 --role admin", {
112
- users: {
113
- apiV2: [
114
- {
115
- name: "Ringo",
116
- publicKey: "04a7629e22eaeeccddf13349a0a88fd401d31e2275c53e4acb526f56510f80a5db82dd52d10c5720779c3d065eaca87c75e0cabbfd2cf9eddd3202d1563db97177",
117
- role: "admin",
118
- },
119
- ],
120
- },
121
- });
122
- testCreateCommand("should create properly an admin", "create user --role admin --name Ringo --device 10", {
123
- customUsernames: {
124
- 10: "Ringo",
125
- },
126
- users: {
127
- admins: [10],
128
- },
129
- });
130
- testErrorCommand("should throw if no role given to regular user", "create user --name foo --device 12", "`role` option is required when creating regular (non-API) user");
131
- testErrorCommand("should throw if invalid device", "create user --name foo --device croquignolesque", `Invalid value "croquignolesque" for device, must be either "lam", "api" or a number`);
132
- testErrorCommand("should throw if invalid role", "create user --name b --device 12 --role cook", "invalid role `cook`");
133
- });
134
- describe("whitelist creation", () => {
135
- testCreateCommand("should create properly a whitelist", "create whitelist --name White --addresses bitcoin|name|mmizX66rU546AD6A5BBd7qKoyBKBwJWD4h", {
136
- whitelists: [
137
- {
138
- name: "White",
139
- addresses: [
140
- {
141
- address: "mmizX66rU546AD6A5BBd7qKoyBKBwJWD4h",
142
- name: "name",
143
- currency: "bitcoin",
144
- },
145
- ],
146
- },
147
- ],
148
- });
149
- testCreateCommand("should handle XRP dest tags in whitelist creation", `create whitelist --name "my wl" --addresses "ripple|super name|r4GBuaRNykmkg5kZkVxnsERBVcJjYNb7Hx|[123,456,789]"`, {
150
- whitelists: [
151
- {
152
- name: "my wl",
153
- addresses: [
154
- {
155
- address: "r4GBuaRNykmkg5kZkVxnsERBVcJjYNb7Hx",
156
- name: "super name",
157
- currency: "ripple",
158
- destination_tags: [123, 456, 789],
159
- },
160
- ],
161
- },
162
- ],
163
- });
164
- });
165
- describe("group creation", () => {
166
- testCreateCommand("should create properly a group", "create group --name test --users 13,14", {
167
- groups: [
168
- {
169
- name: "test",
170
- users: [13, 14],
171
- },
172
- ],
173
- });
174
- testCreateCommand("should create properly a group with LAM or API v2 users", "create group --name test --users 13,yass", {
175
- groups: [
176
- {
177
- name: "test",
178
- users: [13, "yass"],
179
- },
180
- ],
181
- });
182
- });
183
- describe("account creation", () => {
184
- const rules = [
185
- [
186
- {
187
- type: "MULTI_AUTHORIZATIONS",
188
- steps: [{ quorum: 1, group: "Beatles" }],
189
- },
190
- ],
191
- ];
192
- testCreateCommand("should create properly a account with no rules", "create account --name btc --currency bitcoin_testnet --derivationMode native_segwit", {
193
- accounts: [
194
- {
195
- name: "btc",
196
- currency: "bitcoin_testnet",
197
- derivationMode: "native_segwit",
198
- },
199
- ],
200
- });
201
- testCreateCommand("should create an account with 1 rule", `create account --name btc --currency bitcoin_testnet --rules ${JSON.stringify(rules)}`, {
202
- accounts: [
203
- {
204
- name: "btc",
205
- currency: "bitcoin_testnet",
206
- rules,
207
- },
208
- ],
209
- });
210
- });
211
- describe("entity creation", () => {
212
- testCreateCommand("should create properly an entity", "create entity --name foo --accounts bar,baz", {
213
- entities: [
214
- {
215
- name: "foo",
216
- accounts: ["bar", "baz"],
217
- },
218
- ],
219
- });
220
- });
221
- });
222
- //# sourceMappingURL=cli.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cli.test.js","sourceRoot":"","sources":["../../src/__tests__/cli.test.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=configcat.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"configcat.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/configcat.test.ts"],"names":[],"mappings":""}
@@ -1,100 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const configcat_1 = require("../commands/configcat");
13
- describe("configcat", () => {
14
- const OLD_ENV = process.env;
15
- beforeAll(() => {
16
- process.env = Object.assign(Object.assign({}, OLD_ENV), { CONFIGCAT_SBX_PRODUCT_ID: "123", CONFIGCAT_SBX_CONFIG_ID: "123", CONFIGCAT_STG_PRODUCT_ID: "123", CONFIGCAT_STG_CONFIG_ID: "123", CONFIGCAT_PPR_PRODUCT_ID: "123", CONFIGCAT_PPR_CONFIG_ID: "123" });
17
- });
18
- afterAll(() => {
19
- process.env = OLD_ENV;
20
- });
21
- const missingConfig = {
22
- env: "foo",
23
- sbx: false,
24
- stg: false,
25
- ppr: false,
26
- data: null,
27
- apiKey: null,
28
- productId: null,
29
- configId: null,
30
- };
31
- const badApiKeyOnPpr = {
32
- env: "foo",
33
- sbx: false,
34
- stg: false,
35
- ppr: true,
36
- data: '{"bar": true}',
37
- apiKey: "bad api key",
38
- productId: null,
39
- configId: null,
40
- };
41
- const badApiKeyOnStg = {
42
- env: "foo",
43
- sbx: false,
44
- stg: true,
45
- ppr: false,
46
- data: '{"bar": true}',
47
- apiKey: "bad api key",
48
- productId: null,
49
- configId: null,
50
- };
51
- const badApiKeyOnSbx = {
52
- env: "foo",
53
- sbx: true,
54
- stg: false,
55
- ppr: false,
56
- data: '{"bar": true}',
57
- apiKey: "bad api key",
58
- productId: null,
59
- configId: null,
60
- };
61
- const badApiKey = {
62
- env: "foo",
63
- sbx: false,
64
- stg: false,
65
- ppr: false,
66
- data: '{"bar": true}',
67
- apiKey: "bad api key",
68
- productId: "123",
69
- configId: "123",
70
- };
71
- const missingConfigMessage = "One of ConfigCat data (apiKey, productId or configId) is missing. Please use --help to know about relevant env variables or CLI options.";
72
- const badApiKeyMessage = "";
73
- const params = [
74
- { config: missingConfig, errorMessage: missingConfigMessage },
75
- { config: badApiKeyOnPpr, errorMessage: badApiKeyMessage },
76
- { config: badApiKeyOnStg, errorMessage: badApiKeyMessage },
77
- { config: badApiKeyOnSbx, errorMessage: badApiKeyMessage },
78
- { config: badApiKey, errorMessage: badApiKeyMessage },
79
- ];
80
- describe("create", () => {
81
- it.each(params)("should throw an error because of bad config", ({ config, errorMessage }) => __awaiter(void 0, void 0, void 0, function* () {
82
- yield expect((0, configcat_1.configCatCreate)(config)).rejects.toThrowError(errorMessage);
83
- }));
84
- });
85
- describe("setFlags", () => {
86
- it.each(params)("should throw an error because of bad config", ({ config, errorMessage }) => __awaiter(void 0, void 0, void 0, function* () {
87
- yield expect((0, configcat_1.configCatSetFlags)(config)).rejects.toThrowError(errorMessage);
88
- }));
89
- it("should throw an error because of bad data", () => __awaiter(void 0, void 0, void 0, function* () {
90
- const config = Object.assign(Object.assign({}, badApiKey), { data: "bad JSON {} data" });
91
- yield expect((0, configcat_1.configCatSetFlags)(config)).rejects.toThrowError("Invalid JSON input for feature flags data");
92
- }));
93
- });
94
- describe("delete", () => {
95
- it.each(params)("should throw an error because of bad config", ({ config, errorMessage }) => __awaiter(void 0, void 0, void 0, function* () {
96
- yield expect((0, configcat_1.configCatDelete)(config)).rejects.toThrowError(errorMessage);
97
- }));
98
- });
99
- });
100
- //# sourceMappingURL=configcat.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"configcat.test.js","sourceRoot":"","sources":["../../src/__tests__/configcat.test.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=create.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/create.test.ts"],"names":[],"mappings":""}
@@ -1,264 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- const vault_common_1 = require("@ledgerhq/vault-common");
16
- const create_1 = require("../commands/create");
17
- const logger_1 = __importDefault(require("../logger"));
18
- const test_utils_1 = require("./test-utils");
19
- const opts = {
20
- name: "<accountName>",
21
- command: "account",
22
- salt: "",
23
- gate: "<gate>",
24
- apiGateway: "<apigw>",
25
- device: 4,
26
- noApproval: true,
27
- format: "table",
28
- };
29
- describe("create", () => {
30
- it("should create a whitelist with destination tags", () => __awaiter(void 0, void 0, void 0, function* () {
31
- const pool = (0, test_utils_1.createTestDevicesPool)();
32
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
33
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "whitelist", addresses: ["ripple|ripple-account|addr|[1234]"] }));
34
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
35
- whitelists: [
36
- {
37
- addresses: [
38
- {
39
- address: "addr",
40
- currency: "ripple",
41
- destination_tags: [1234],
42
- name: "ripple-account",
43
- },
44
- ],
45
- name: "<accountName>",
46
- status: "PENDING",
47
- },
48
- ],
49
- }, pool, { noApproval: true, logger: logger_1.default });
50
- spyConsole.mockRestore();
51
- }));
52
- it("should create an account with accountType", () => __awaiter(void 0, void 0, void 0, function* () {
53
- const pool = (0, test_utils_1.createTestDevicesPool)();
54
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
55
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "account", currency: "cosmos", accountType: "Cosmos" }));
56
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
57
- accounts: [
58
- {
59
- name: "<accountName>",
60
- currency: "cosmos",
61
- accountType: "Cosmos",
62
- status: "PENDING",
63
- },
64
- ],
65
- }, pool, { noApproval: true, logger: logger_1.default });
66
- spyConsole.mockRestore();
67
- }));
68
- it("should create an account with NFT gallery enabled", () => __awaiter(void 0, void 0, void 0, function* () {
69
- const pool = (0, test_utils_1.createTestDevicesPool)();
70
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
71
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "account", currency: "ethereum", enableNFTGallery: true }));
72
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
73
- accounts: [
74
- {
75
- name: "<accountName>",
76
- currency: "ethereum",
77
- status: "PENDING",
78
- config: {
79
- nftGallery: true,
80
- },
81
- },
82
- ],
83
- }, pool, { noApproval: true, logger: logger_1.default });
84
- spyConsole.mockRestore();
85
- }));
86
- it("should create an account with specified index", () => __awaiter(void 0, void 0, void 0, function* () {
87
- const pool = (0, test_utils_1.createTestDevicesPool)();
88
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
89
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "account", currency: "ethereum", index: 10 }));
90
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
91
- accounts: [
92
- {
93
- name: "<accountName>",
94
- currency: "ethereum",
95
- index: 10,
96
- status: "PENDING",
97
- },
98
- ],
99
- }, pool, { noApproval: true, logger: logger_1.default });
100
- spyConsole.mockRestore();
101
- }));
102
- it("should create an read-only account (with xPub)", () => __awaiter(void 0, void 0, void 0, function* () {
103
- const pool = (0, test_utils_1.createTestDevicesPool)();
104
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
105
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "account", currency: "bitcoin", xpub: "xpub", chainCode: "chainCode", publicKey: "publicKey" }));
106
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
107
- accounts: [
108
- {
109
- name: "<accountName>",
110
- currency: "bitcoin",
111
- status: "PENDING",
112
- readOnly: {
113
- xpub: "xpub",
114
- chainCode: "chainCode",
115
- publicKey: "publicKey",
116
- },
117
- },
118
- ],
119
- }, pool, { noApproval: true, logger: logger_1.default });
120
- spyConsole.mockRestore();
121
- }));
122
- it("should create an account and wait for it to be active", () => __awaiter(void 0, void 0, void 0, function* () {
123
- const pool = (0, test_utils_1.createTestDevicesPool)();
124
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
125
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "account", currency: "bitcoin", waitForActive: true }));
126
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
127
- accounts: [
128
- {
129
- name: "<accountName>",
130
- currency: "bitcoin",
131
- status: "PENDING",
132
- },
133
- ],
134
- }, pool, { noApproval: true, waitForActive: true, logger: logger_1.default });
135
- spyConsole.mockRestore();
136
- }));
137
- it("should create an exchange (without rules)", () => __awaiter(void 0, void 0, void 0, function* () {
138
- const pool = (0, test_utils_1.createTestDevicesPool)();
139
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
140
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { noApproval: false, command: "exchange", name: "foo", platform: "binance", apiKey: "bim bam boum", apiSecret: "fooooooo" }));
141
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
142
- exchanges: [
143
- {
144
- name: "foo",
145
- platform: "binance",
146
- configuration: {
147
- apiKey: "bim bam boum",
148
- apiSecret: "fooooooo",
149
- },
150
- },
151
- ],
152
- }, pool, { noApproval: false, logger: logger_1.default });
153
- spyConsole.mockRestore();
154
- }));
155
- it("should create an exchange (with rules)", () => __awaiter(void 0, void 0, void 0, function* () {
156
- const pool = (0, test_utils_1.createTestDevicesPool)();
157
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
158
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { noApproval: false, command: "exchange", name: "foo", platform: "binance", apiKey: "bim bam boum", apiSecret: "fooooooo", rules: '{ "toto": true }' }));
159
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
160
- exchanges: [
161
- {
162
- name: "foo",
163
- platform: "binance",
164
- configuration: {
165
- apiKey: "bim bam boum",
166
- apiSecret: "fooooooo",
167
- },
168
- rules: {
169
- toto: true,
170
- },
171
- },
172
- ],
173
- }, pool, { noApproval: false, logger: logger_1.default });
174
- spyConsole.mockRestore();
175
- }));
176
- (0, test_utils_1.testErrorCommand)({
177
- description: "should throw when trying to create read-only account without the required arguments",
178
- task: create_1.createEntity,
179
- options: Object.assign(Object.assign({}, opts), { command: "account", currency: "bitcoin", xpub: "bcde" }),
180
- errorMessage: "xpub / publicKey / chainCode must be defined together in order to work",
181
- });
182
- (0, test_utils_1.testErrorCommand)({
183
- description: "should throw when trying to whitelist addresses with not the right format",
184
- task: create_1.createEntity,
185
- options: Object.assign(Object.assign({}, opts), { command: "whitelist", addresses: ["a", "bc", "defg"] }),
186
- errorMessage: "invalid address format, should be currency|name|address",
187
- });
188
- (0, test_utils_1.testErrorCommand)({
189
- description: "should throw when trying to create an account with invalid rules format",
190
- task: create_1.createEntity,
191
- options: Object.assign(Object.assign({}, opts), { command: "account", rules: "rules" }),
192
- errorMessage: "Invalid rules given",
193
- });
194
- (0, test_utils_1.testErrorCommand)({
195
- description: "should throw when trying to create an account with no currency specified",
196
- task: create_1.createEntity,
197
- options: Object.assign(Object.assign({}, opts), { command: "account" }),
198
- errorMessage: "No currency or contractAddress in account",
199
- });
200
- (0, test_utils_1.testErrorCommand)({
201
- description: "should throw when manifest is undefined",
202
- task: create_1.createEntity,
203
- options: Object.assign(Object.assign({}, opts), { command: "unknown_command" }),
204
- errorMessage: "Nothing to bake",
205
- });
206
- it("should handle json format", () => __awaiter(void 0, void 0, void 0, function* () {
207
- const pool = (0, test_utils_1.createTestDevicesPool)();
208
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
209
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { noApproval: false, command: "exchange", name: "foo", platform: "binance", apiKey: "bim bam boum", apiSecret: "fooooooo", rules: '{ "toto": true }', format: "json" }));
210
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
211
- exchanges: [
212
- {
213
- name: "foo",
214
- platform: "binance",
215
- configuration: {
216
- apiKey: "bim bam boum",
217
- apiSecret: "fooooooo",
218
- },
219
- rules: {
220
- toto: true,
221
- },
222
- },
223
- ],
224
- }, pool, { noApproval: false });
225
- expect(spyConsole).toHaveBeenCalledWith('{"edges":[{"node":{"id":1,"name":"Bob","username":"Bob le bricoleur","role":"Admin","user_id":"BobLeBricoleur","currency":"westend","balance":10,"status":"status","description":"description","notes":[],"type":"type","members":[]}},{"node":{"id":2,"name":"Alice","username":"Alice In Wonderland","role":"Admin","user_id":"Wonderland","currency":"westend","balance":10,"status":"status","description":"description","notes":[],"type":"CREATE_TRANSACTION","created_by":{"id":2},"members":[],"approvals_steps":[{"group":{"id":0,"name":"group","entityType":"GROUP","created_on":"created_on","created_by":{"id":0,"entityType":"USER","pub_key":"pub_key","username":"user","user_id":"id","created_on":"created_on","status":"status","role":"OPERATOR"},"status":"PENDING","is_internal":false,"members":[{"id":2}],"is_under_edit":false},"quorum":1}]}},{"node":{"id":3,"name":"Alice","username":"Alice In Wonderland","role":"Admin","user_id":"Wonderland","currency":"westend","balance":10,"status":"status","description":"description","notes":[],"type":"CREATE_TRANSACTION","created_by":{"id":2},"members":[],"approvals":[{"created_by":{"id":4,"entityType":"USER","pub_key":"pub_key","username":"user","user_id":"id","created_on":"created_on","status":"status","role":"OPERATOR"},"created_on":"created_on","type":"APPROVE","step":1}],"approvals_steps":[{"group":{"id":0,"name":"group","entityType":"GROUP","created_on":"created_on","created_by":{"id":0,"entityType":"USER","pub_key":"pub_key","username":"user","user_id":"id","created_on":"created_on","status":"status","role":"OPERATOR"},"status":"PENDING","is_internal":false,"members":[{"username":"drakoAPI"},{"id":2}],"is_under_edit":false},"quorum":2}]}},{"node":{"id":5,"name":"Alice","username":"Alice In Wonderland","role":"Admin","user_id":"Wonderland","currency":"westend","balance":10,"status":"status","description":"description","notes":[],"type":"CREATE_TRANSACTION","created_by":{"id":4,"is_api":true,"username":"drakoAPI"},"members":[],"approvals":[],"approvals_steps":[{"group":{"id":0,"name":"group","entityType":"GROUP","created_on":"created_on","created_by":{"id":0,"entityType":"USER","pub_key":"pub_key","username":"user","user_id":"id","created_on":"created_on","status":"status","role":"OPERATOR"},"status":"PENDING","is_internal":false,"members":[{"username":"drakoAPI","device_type":"API"}],"is_under_edit":false},"quorum":1}]}},{"node":{"id":6,"name":"Alice","username":"Alice In Wonderland","role":"Admin","user_id":"Wonderland","currency":"westend","balance":10,"status":"status","description":"description","notes":[],"type":"CREATE_PLEDGE_INCREMENT","created_by":{"id":4,"is_api":true,"username":"drakoAPI"},"members":[],"approvals":[],"approvals_steps":[{"group":{"id":0,"name":"group","entityType":"GROUP","created_on":"created_on","created_by":{"id":0,"entityType":"USER","pub_key":"pub_key","username":"user","user_id":"id","created_on":"created_on","status":"status","role":"OPERATOR"},"status":"PENDING","is_internal":false,"members":[{"username":"drakoAPI","device_type":"API"}],"is_under_edit":false},"quorum":1}]}},{"node":{"id":7,"name":"Alice","username":"Alice In Wonderland","role":"Admin","user_id":"Wonderland","currency":"westend","balance":10,"status":"status","description":"description","notes":[],"type":"CREATE_TRANSACTION","created_by":{"username":"drakoLAM"},"members":[],"approvals":[],"approvals_steps":[{"group":{"id":0,"name":"group","entityType":"GROUP","created_on":"created_on","created_by":{"id":0,"entityType":"USER","pub_key":"pub_key","username":"user","user_id":"id","created_on":"created_on","status":"status","role":"OPERATOR"},"status":"PENDING","is_internal":false,"members":[{"username":"drakoLAM","device_type":"SOFT_PSD"},{"id":2}],"is_under_edit":false},"quorum":1}]}},{"node":{"id":8,"name":"Alice","username":"Alice In Wonderland","role":"Admin","user_id":"Wonderland","currency":"westend","balance":10,"status":"status","description":"description","notes":[],"type":"MESSAGE_SIGNING","created_by":{"username":"drakoLAM"},"members":[],"approvals":[],"approvals_steps":[{"group":{"id":0,"name":"group","entityType":"GROUP","created_on":"created_on","created_by":{"id":0,"entityType":"USER","pub_key":"pub_key","username":"user","user_id":"id","created_on":"created_on","status":"status","role":"OPERATOR"},"status":"PENDING","is_internal":false,"members":[{"username":"drakoAPI","device_type":"API"},{"id":2}],"is_under_edit":false},"quorum":1}]}}]}');
226
- spyConsole.mockRestore();
227
- }));
228
- it("should create a viewAll API operator", () => __awaiter(void 0, void 0, void 0, function* () {
229
- const pool = (0, test_utils_1.createTestDevicesPool)();
230
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
231
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "user", name: "foo", device: "api", viewAll: true, role: "operator" }));
232
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
233
- users: {
234
- apiV2: [
235
- {
236
- name: "foo",
237
- publicKey: undefined,
238
- role: "operator",
239
- viewAll: true,
240
- },
241
- ],
242
- },
243
- }, pool, { noApproval: true, logger: logger_1.default });
244
- spyConsole.mockRestore();
245
- }));
246
- it("should create a policy", () => __awaiter(void 0, void 0, void 0, function* () {
247
- const pool = (0, test_utils_1.createTestDevicesPool)();
248
- const spyConsole = jest.spyOn(console, "log").mockImplementation();
249
- yield (0, create_1.createEntity)(Object.assign(Object.assign({}, opts), { command: "policy", name: "My policy", currency: "bitcoin", rules: '{ "toto": true }' }));
250
- expect(vault_common_1.bakeManifest).toHaveBeenCalledWith({
251
- policies: [
252
- {
253
- name: "My policy",
254
- currency: "bitcoin",
255
- rules: {
256
- toto: true,
257
- },
258
- },
259
- ],
260
- }, pool, { noApproval: true, logger: logger_1.default });
261
- spyConsole.mockRestore();
262
- }));
263
- });
264
- //# sourceMappingURL=create.test.js.map