@ledgerhq/types-live
Advanced tools
Comparing version 6.32.1-nightly.0 to 6.32.1
# @ledgerhq/types-live | ||
## 6.32.1-nightly.0 | ||
## 6.32.1 | ||
### Patch Changes | ||
- [#3097](https://github.com/LedgerHQ/ledger-live/pull/3097) [`4500a00f21`](https://github.com/LedgerHQ/ledger-live/commit/4500a00f215f73e6c9bbf1d904cb6a4c3d67e678) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Introduce a new manager API for listApps, which should bring memory and time improvements. | ||
- [#3164](https://github.com/LedgerHQ/ledger-live/pull/3164) [`be5589dac6`](https://github.com/LedgerHQ/ledger-live/commit/be5589dac675e2c8c1771b135bd0f330a868ed2d) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add a 'feesCurrency' field to 'Account' type, and use it | ||
- [#2817](https://github.com/LedgerHQ/ledger-live/pull/2817) [`d5cf1abc6e`](https://github.com/LedgerHQ/ledger-live/commit/d5cf1abc6eb30d399c83b827452dc4bc61fd2253) Thanks [@thomasrogerlux](https://github.com/thomasrogerlux)! - Add the staxImage property to the NFTMetadata types | ||
## 6.32.1-next.0 | ||
### Patch Changes | ||
- [#3164](https://github.com/LedgerHQ/ledger-live/pull/3164) [`be5589dac6`](https://github.com/LedgerHQ/ledger-live/commit/be5589dac675e2c8c1771b135bd0f330a868ed2d) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add a 'feesCurrency' field to 'Account' type, and use it | ||
- [#2817](https://github.com/LedgerHQ/ledger-live/pull/2817) [`d5cf1abc6e`](https://github.com/LedgerHQ/ledger-live/commit/d5cf1abc6eb30d399c83b827452dc4bc61fd2253) Thanks [@thomasrogerlux](https://github.com/thomasrogerlux)! - Add the staxImage property to the NFTMetadata types | ||
## 6.32.0 | ||
@@ -10,0 +20,0 @@ |
@@ -200,28 +200,2 @@ /// <reference types="node" /> | ||
}; | ||
export declare type ApplicationV2 = { | ||
versionId: Id; | ||
versionName: string; | ||
versionDisplayName: string; | ||
version: string; | ||
currencyId: string; | ||
description: string; | ||
applicationType: AppType; | ||
dateModified: string; | ||
icon: string; | ||
authorName: string; | ||
supportURL: string; | ||
contactURL: string; | ||
sourceURL: string; | ||
compatibleWallets: string; | ||
hash: string; | ||
perso: string; | ||
parentName: string | null; | ||
firmware: string; | ||
firmwareKey: string; | ||
delete: string; | ||
deleteKey: string; | ||
bytes: number; | ||
warning: string | null; | ||
isDevTools: boolean; | ||
}; | ||
/** | ||
@@ -232,3 +206,2 @@ * | ||
app = "app", | ||
currency = "currency", | ||
plugin = "plugin", | ||
@@ -235,0 +208,0 @@ tool = "tool", |
@@ -16,3 +16,2 @@ /** | ||
AppType["app"] = "app"; | ||
AppType["currency"] = "currency"; | ||
AppType["plugin"] = "plugin"; | ||
@@ -19,0 +18,0 @@ AppType["tool"] = "tool"; |
@@ -200,28 +200,2 @@ /// <reference types="node" /> | ||
}; | ||
export declare type ApplicationV2 = { | ||
versionId: Id; | ||
versionName: string; | ||
versionDisplayName: string; | ||
version: string; | ||
currencyId: string; | ||
description: string; | ||
applicationType: AppType; | ||
dateModified: string; | ||
icon: string; | ||
authorName: string; | ||
supportURL: string; | ||
contactURL: string; | ||
sourceURL: string; | ||
compatibleWallets: string; | ||
hash: string; | ||
perso: string; | ||
parentName: string | null; | ||
firmware: string; | ||
firmwareKey: string; | ||
delete: string; | ||
deleteKey: string; | ||
bytes: number; | ||
warning: string | null; | ||
isDevTools: boolean; | ||
}; | ||
/** | ||
@@ -232,3 +206,2 @@ * | ||
app = "app", | ||
currency = "currency", | ||
plugin = "plugin", | ||
@@ -235,0 +208,0 @@ tool = "tool", |
@@ -19,3 +19,2 @@ "use strict"; | ||
AppType["app"] = "app"; | ||
AppType["currency"] = "currency"; | ||
AppType["plugin"] = "plugin"; | ||
@@ -22,0 +21,0 @@ AppType["tool"] = "tool"; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.32.1-nightly.0", | ||
"version": "6.32.1", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -219,29 +219,2 @@ import type { DeviceModelId } from "@ledgerhq/types-devices"; | ||
export type ApplicationV2 = { | ||
versionId: Id; | ||
versionName: string; | ||
versionDisplayName: string; | ||
version: string; | ||
currencyId: string; | ||
description: string; | ||
applicationType: AppType; | ||
dateModified: string; | ||
icon: string; | ||
authorName: string; | ||
supportURL: string; | ||
contactURL: string; | ||
sourceURL: string; | ||
compatibleWallets: string; | ||
hash: string; | ||
perso: string; | ||
parentName: string | null; | ||
firmware: string; | ||
firmwareKey: string; | ||
delete: string; | ||
deleteKey: string; | ||
bytes: number; | ||
warning: string | null; | ||
isDevTools: boolean; | ||
}; | ||
/** | ||
@@ -251,4 +224,3 @@ * | ||
export enum AppType { | ||
app = "app", // NB Legacy from v1, drop after we default to v2. | ||
currency = "currency", | ||
app = "app", | ||
plugin = "plugin", | ||
@@ -255,0 +227,0 @@ tool = "tool", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
365824
4445