@ledgerhq/types-live
Advanced tools
Comparing version 6.23.0-nightly.3 to 6.23.0-nightly.4
# @ledgerhq/types-live | ||
## 6.23.0-nightly.4 | ||
### Patch Changes | ||
- [#958](https://github.com/LedgerHQ/ledger-live/pull/958) [`68c50cd94b`](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-nightly.3 | ||
@@ -4,0 +10,0 @@ |
/** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | string; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "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" | string; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "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-nightly.3", | ||
"version": "6.23.0-nightly.4", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,2 +10,3 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
| "ptxSmartRouting" | ||
| "ptxSmartRoutingMobile" | ||
| string; | ||
@@ -23,2 +24,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 */ | ||
@@ -25,0 +30,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
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
288931
3608
1171