@ledgerhq/types-live
Advanced tools
Comparing version 6.24.1-nightly.0 to 6.24.1-nightly.1
# @ledgerhq/types-live | ||
## 6.24.1-nightly.1 | ||
### Patch Changes | ||
- [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages | ||
## 6.24.1-nightly.0 | ||
@@ -4,0 +10,0 @@ |
/** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "walletConnectLiveApp" | "customImage"; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "deviceLocalization" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "walletConnectLiveApp" | "customImage"; | ||
/** We use objects instead of direct booleans for potential future improvements | ||
@@ -4,0 +4,0 @@ like feature versioning etc */ |
@@ -89,2 +89,3 @@ import type { AccountLike, AccountLikeArray, GranularityId } from "./account"; | ||
currency: CryptoCurrency | TokenCurrency; | ||
accounts: AccountLike[]; | ||
distribution: number; | ||
@@ -91,0 +92,0 @@ amount: number; |
/** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "walletConnectLiveApp" | "customImage"; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "deviceLocalization" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "walletConnectLiveApp" | "customImage"; | ||
/** We use objects instead of direct booleans for potential future improvements | ||
@@ -4,0 +4,0 @@ like feature versioning etc */ |
@@ -89,2 +89,3 @@ import type { AccountLike, AccountLikeArray, GranularityId } from "./account"; | ||
currency: CryptoCurrency | TokenCurrency; | ||
accounts: AccountLike[]; | ||
distribution: number; | ||
@@ -91,0 +92,0 @@ amount: number; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.24.1-nightly.0", | ||
"version": "6.24.1-nightly.1", | ||
"description": "Ledger Live main types.", | ||
@@ -28,4 +28,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@ledgerhq/types-cryptoassets": "^6.23.0", | ||
"@ledgerhq/types-devices": "^6.22.1" | ||
"@ledgerhq/types-cryptoassets": "^6.23.1-nightly.1", | ||
"@ledgerhq/types-devices": "^6.22.2-nightly.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
@@ -8,2 +8,3 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
| "counterValue" | ||
| "deviceLocalization" | ||
| "buyDeviceFromLive" | ||
@@ -10,0 +11,0 @@ | "ptxSmartRouting" |
@@ -106,2 +106,3 @@ import type { AccountLike, AccountLikeArray, GranularityId } from "./account"; | ||
currency: CryptoCurrency | TokenCurrency; | ||
accounts: AccountLike[]; | ||
distribution: number; | ||
@@ -108,0 +109,0 @@ // % of the total (normalized in 0-1) |
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
Sorry, the diff of this file is too big to display
325620
4143