@ledgerhq/live-cli 24.14.0-next.0 → 24.14.0-nightly.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.
- package/lib/commands/live/ledgerSync.d.ts +2 -1
- package/lib/commands/live/ledgerSync.d.ts.map +1 -1
- package/lib/commands/live/ledgerSync.js +9 -1
- package/lib/commands/live/ledgerSync.js.map +1 -1
- package/lib/commands-index.d.ts +3 -2
- package/lib/commands-index.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -3,6 +3,7 @@ export type LedgerSyncJobOpts = Partial<{
|
|
|
3
3
|
pull: boolean;
|
|
4
4
|
pubKey: string;
|
|
5
5
|
privateKey: string;
|
|
6
|
+
deleteData: boolean;
|
|
6
7
|
rootId: string;
|
|
7
8
|
walletSyncEncryptionKey: string;
|
|
8
9
|
applicationPath: string;
|
|
@@ -41,7 +42,7 @@ declare const _default: {
|
|
|
41
42
|
default: string;
|
|
42
43
|
desc: string;
|
|
43
44
|
})[];
|
|
44
|
-
job: ({ push, pull, pubKey, privateKey, rootId, walletSyncEncryptionKey, applicationPath, data, version, applicationId, name, apiBaseUrl, cloudSyncApiBaseUrl, }: LedgerSyncJobOpts) => Promise<string> | "applicationId is required" | "name is required" | "apiBaseUrl is required" | "pubKey and privateKey are required" | "walletSyncEncryptionKey is required" | "applicationPath is required" | "command does not exist" | "data is required";
|
|
45
|
+
job: ({ push, pull, pubKey, privateKey, deleteData, rootId, walletSyncEncryptionKey, applicationPath, data, version, applicationId, name, apiBaseUrl, cloudSyncApiBaseUrl, }: LedgerSyncJobOpts) => Promise<string> | Promise<void> | "applicationId is required" | "name is required" | "apiBaseUrl is required" | "pubKey and privateKey are required" | "walletSyncEncryptionKey is required" | "applicationPath is required" | "command does not exist" | "data is required";
|
|
45
46
|
};
|
|
46
47
|
export default _default;
|
|
47
48
|
//# sourceMappingURL=ledgerSync.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ledgerSync.d.ts","sourceRoot":"","sources":["../../../src/commands/live/ledgerSync.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,MAAM,CAAC;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ledgerSync.d.ts","sourceRoot":"","sources":["../../../src/commands/live/ledgerSync.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,MAAM,CAAC;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kLA+FE,iBAAiB;;AA7FtB,wBAwJE"}
|
|
@@ -41,6 +41,11 @@ exports.default = {
|
|
|
41
41
|
type: Boolean,
|
|
42
42
|
desc: "Get or create a Ledger Key Ring Protocol Tree",
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
name: "deleteData",
|
|
46
|
+
type: Boolean,
|
|
47
|
+
desc: "Delete a Ledger Key Ring Protocol Tree",
|
|
48
|
+
},
|
|
44
49
|
{
|
|
45
50
|
name: "pubKey",
|
|
46
51
|
type: String,
|
|
@@ -101,7 +106,7 @@ exports.default = {
|
|
|
101
106
|
desc: "api base url for Cloud Sync",
|
|
102
107
|
},
|
|
103
108
|
],
|
|
104
|
-
job: ({ push, pull, pubKey, privateKey, rootId, walletSyncEncryptionKey, applicationPath, data, version, applicationId = 16, name = "CLI", apiBaseUrl = (0, live_env_1.getEnv)("TRUSTCHAIN_API_STAGING"), cloudSyncApiBaseUrl = (0, live_env_1.getEnv)("CLOUD_SYNC_API_STAGING"), }) => {
|
|
109
|
+
job: ({ push, pull, pubKey, privateKey, deleteData, rootId, walletSyncEncryptionKey, applicationPath, data, version, applicationId = 16, name = "CLI", apiBaseUrl = (0, live_env_1.getEnv)("TRUSTCHAIN_API_STAGING"), cloudSyncApiBaseUrl = (0, live_env_1.getEnv)("CLOUD_SYNC_API_STAGING"), }) => {
|
|
105
110
|
if (!applicationId)
|
|
106
111
|
return "applicationId is required";
|
|
107
112
|
if (!name)
|
|
@@ -146,6 +151,9 @@ exports.default = {
|
|
|
146
151
|
.pull({ rootId, walletSyncEncryptionKey, applicationPath }, { pubkey: pubKey, privatekey: privateKey })
|
|
147
152
|
.then(result => JSON.stringify({ result, updateEvent: latestUpdateEvent }, null, 2));
|
|
148
153
|
}
|
|
154
|
+
if (deleteData) {
|
|
155
|
+
return cloudSyncSDK.destroy({ rootId, walletSyncEncryptionKey, applicationPath }, { pubkey: pubKey, privatekey: privateKey });
|
|
156
|
+
}
|
|
149
157
|
return "command does not exist";
|
|
150
158
|
},
|
|
151
159
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ledgerSync.js","sourceRoot":"","sources":["../../../src/commands/live/ledgerSync.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAkE;AAClE,iEAAkF;AAClF,gFAGgD;AAChD,wEAAmE;AACnE,iDAA4C;
|
|
1
|
+
{"version":3,"file":"ledgerSync.js","sourceRoot":"","sources":["../../../src/commands/live/ledgerSync.ts"],"names":[],"mappings":"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"}
|
package/lib/commands-index.d.ts
CHANGED
|
@@ -1350,11 +1350,12 @@ declare const _default: {
|
|
|
1350
1350
|
default: string;
|
|
1351
1351
|
desc: string;
|
|
1352
1352
|
})[];
|
|
1353
|
-
job: ({ push, pull, pubKey, privateKey, rootId, walletSyncEncryptionKey, applicationPath, data, version, applicationId, name, apiBaseUrl, cloudSyncApiBaseUrl, }: Partial<{
|
|
1353
|
+
job: ({ push, pull, pubKey, privateKey, deleteData, rootId, walletSyncEncryptionKey, applicationPath, data, version, applicationId, name, apiBaseUrl, cloudSyncApiBaseUrl, }: Partial<{
|
|
1354
1354
|
push: boolean;
|
|
1355
1355
|
pull: boolean;
|
|
1356
1356
|
pubKey: string;
|
|
1357
1357
|
privateKey: string;
|
|
1358
|
+
deleteData: boolean;
|
|
1358
1359
|
rootId: string;
|
|
1359
1360
|
walletSyncEncryptionKey: string;
|
|
1360
1361
|
applicationPath: string;
|
|
@@ -1364,7 +1365,7 @@ declare const _default: {
|
|
|
1364
1365
|
name?: string | undefined;
|
|
1365
1366
|
apiBaseUrl?: string | undefined;
|
|
1366
1367
|
cloudSyncApiBaseUrl?: string | undefined;
|
|
1367
|
-
}>) => Promise<string> | "applicationId is required" | "name is required" | "apiBaseUrl is required" | "pubKey and privateKey are required" | "walletSyncEncryptionKey is required" | "applicationPath is required" | "command does not exist" | "data is required";
|
|
1368
|
+
}>) => Promise<string> | Promise<void> | "applicationId is required" | "name is required" | "apiBaseUrl is required" | "pubKey and privateKey are required" | "walletSyncEncryptionKey is required" | "applicationPath is required" | "command does not exist" | "data is required";
|
|
1368
1369
|
};
|
|
1369
1370
|
liveData: {
|
|
1370
1371
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands-index.d.ts","sourceRoot":"","sources":["../src/commands-index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"commands-index.d.ts","sourceRoot":"","sources":["../src/commands-index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEA,wBAiEE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.14.0-
|
|
3
|
+
"version": "24.14.0-nightly.0",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"rxjs": "7.8.1",
|
|
35
35
|
"winston": "3.13.0",
|
|
36
36
|
"ws": "8.17.1",
|
|
37
|
-
"@ledgerhq/coin-bitcoin": "^0.12.0-
|
|
38
|
-
"@ledgerhq/coin-framework": "^2.3.0-
|
|
37
|
+
"@ledgerhq/coin-bitcoin": "^0.12.0-nightly.0",
|
|
38
|
+
"@ledgerhq/coin-framework": "^2.3.0-nightly.0",
|
|
39
39
|
"@ledgerhq/cryptoassets": "^13.13.0",
|
|
40
|
-
"@ledgerhq/device-core": "^0.4.17-
|
|
40
|
+
"@ledgerhq/device-core": "^0.4.17-nightly.0",
|
|
41
41
|
"@ledgerhq/devices": "8.4.4",
|
|
42
42
|
"@ledgerhq/errors": "^6.19.1",
|
|
43
43
|
"@ledgerhq/hw-app-btc": "^10.6.0",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"@ledgerhq/hw-transport-node-speculos": "^6.29.4",
|
|
50
50
|
"@ledgerhq/hw-transport-node-speculos-http": "^6.29.4",
|
|
51
51
|
"@ledgerhq/ledger-key-ring-protocol": "^0.5.4",
|
|
52
|
-
"@ledgerhq/live-common": "^34.26.0-
|
|
52
|
+
"@ledgerhq/live-common": "^34.26.0-nightly.0",
|
|
53
53
|
"@ledgerhq/live-config": "^3.1.0",
|
|
54
|
-
"@ledgerhq/live-countervalues": "^0.4.4-
|
|
54
|
+
"@ledgerhq/live-countervalues": "^0.4.4-nightly.0",
|
|
55
55
|
"@ledgerhq/live-env": "^2.6.0",
|
|
56
56
|
"@ledgerhq/live-network": "^2.0.5",
|
|
57
|
-
"@ledgerhq/live-wallet": "^0.10.0-
|
|
57
|
+
"@ledgerhq/live-wallet": "^0.10.0-nightly.0",
|
|
58
58
|
"@ledgerhq/logs": "^6.12.0",
|
|
59
59
|
"@ledgerhq/types-devices": "^6.25.3"
|
|
60
60
|
},
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/ws": "8.5.10",
|
|
73
73
|
"ts-node": "10.9.2",
|
|
74
74
|
"@ledgerhq/types-cryptoassets": "^7.20.0",
|
|
75
|
-
"@ledgerhq/types-live": "^6.63.0-
|
|
75
|
+
"@ledgerhq/types-live": "^6.63.0-nightly.0"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"prebuild": "zx ./scripts/gen.mjs",
|