@ledgerhq/types-live
Advanced tools
Comparing version 6.23.0 to 6.24.0-next.0
# @ledgerhq/types-live | ||
## 6.24.0-next.0 | ||
### Minor Changes | ||
- [#814](https://github.com/LedgerHQ/ledger-live/pull/814) [`23c9bf994`](https://github.com/LedgerHQ/ledger-live/commit/23c9bf9949169d31d534f12dca48e21e35df05b2) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Added development/QA tool for feature flags [Desktop] | ||
### Patch Changes | ||
- [#958](https://github.com/LedgerHQ/ledger-live/pull/958) [`68c50cd94`](https://github.com/LedgerHQ/ledger-live/commit/68c50cd94bbe50a1bf284a2e9e5aed3781788754) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add properties to Feature type: "overridesRemote", "enabledOverriddenForCurrentLanguage" | ||
## 6.23.0 | ||
@@ -4,0 +14,0 @@ |
/** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | string; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string; | ||
/** We use objects instead of direct booleans for potential future improvements | ||
@@ -13,2 +13,6 @@ like feature versioning etc */ | ||
languages_blacklisted?: [string]; | ||
/** Whether the remote value of `enabled` was overriden due to `languages_whitelisted` or `languages_blacklisted` */ | ||
enabledOverriddenForCurrentLanguage?: boolean; | ||
/** Whether the remote value of this object was overriden locally */ | ||
overridesRemote?: boolean; | ||
/** Additional params */ | ||
@@ -15,0 +19,0 @@ params?: any; |
/** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | string; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string; | ||
/** We use objects instead of direct booleans for potential future improvements | ||
@@ -13,2 +13,6 @@ like feature versioning etc */ | ||
languages_blacklisted?: [string]; | ||
/** Whether the remote value of `enabled` was overriden due to `languages_whitelisted` or `languages_blacklisted` */ | ||
enabledOverriddenForCurrentLanguage?: boolean; | ||
/** Whether the remote value of this object was overriden locally */ | ||
overridesRemote?: boolean; | ||
/** Additional params */ | ||
@@ -15,0 +19,0 @@ params?: any; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.23.0", | ||
"version": "6.24.0-next.0", | ||
"description": "Ledger Live main types.", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"@ledgerhq/types-cryptoassets": "^6.23.0", | ||
"@ledgerhq/types-devices": "^6.22.0" | ||
"@ledgerhq/types-devices": "^6.22.1-next.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
@@ -11,2 +11,3 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
| "currencyOsmosis" | ||
| "ptxSmartRoutingMobile" | ||
| string; | ||
@@ -24,2 +25,6 @@ | ||
languages_blacklisted?: [string]; | ||
/** Whether the remote value of `enabled` was overriden due to `languages_whitelisted` or `languages_blacklisted` */ | ||
enabledOverriddenForCurrentLanguage?: boolean; | ||
/** Whether the remote value of this object was overriden locally */ | ||
overridesRemote?: boolean; | ||
/** Additional params */ | ||
@@ -26,0 +31,0 @@ params?: any; |
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
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
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
289363
3609
1171
1