@ledgerhq/types-live
Advanced tools
Comparing version 6.41.2-nightly.0 to 6.41.2-nightly.1
# @ledgerhq/types-live | ||
## 6.41.2-nightly.1 | ||
### Patch Changes | ||
- [#4896](https://github.com/LedgerHQ/ledger-live/pull/4896) [`95cf52eb66`](https://github.com/LedgerHQ/ledger-live/commit/95cf52eb66769228feb45dd5e799c444e80c5072) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Feature flag listAppsV2 replaced by listAppsV2minor1 | ||
Fix listApps v2 logic: adapt to breaking changes in the API and fix "polyfilling" logic of data of apps | ||
## 6.41.2-nightly.0 | ||
@@ -4,0 +11,0 @@ |
@@ -159,3 +159,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
transactionsAlerts: Feature_TransactionsAlerts; | ||
listAppsV2: Feature_ListAppsV2; | ||
listAppsV2minor1: Feature_ListAppsV2minor1; | ||
llmWalletQuickActions: Feature_LlmWalletQuickActions; | ||
@@ -435,3 +435,3 @@ cexDepositEntryPointsDesktop: Feature_CexDepositEntryPointsDesktop; | ||
export type Feature_ProtectServicesDiscoverDesktop = DefaultFeature; | ||
export type Feature_ListAppsV2 = DefaultFeature; | ||
export type Feature_ListAppsV2minor1 = DefaultFeature; | ||
export type Feature_BrazeLearn = DefaultFeature; | ||
@@ -438,0 +438,0 @@ export type Feature_LlmNewDeviceSelection = DefaultFeature; |
@@ -159,3 +159,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
transactionsAlerts: Feature_TransactionsAlerts; | ||
listAppsV2: Feature_ListAppsV2; | ||
listAppsV2minor1: Feature_ListAppsV2minor1; | ||
llmWalletQuickActions: Feature_LlmWalletQuickActions; | ||
@@ -435,3 +435,3 @@ cexDepositEntryPointsDesktop: Feature_CexDepositEntryPointsDesktop; | ||
export type Feature_ProtectServicesDiscoverDesktop = DefaultFeature; | ||
export type Feature_ListAppsV2 = DefaultFeature; | ||
export type Feature_ListAppsV2minor1 = DefaultFeature; | ||
export type Feature_BrazeLearn = DefaultFeature; | ||
@@ -438,0 +438,0 @@ export type Feature_LlmNewDeviceSelection = DefaultFeature; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.41.2-nightly.0", | ||
"version": "6.41.2-nightly.1", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -176,3 +176,3 @@ import { | ||
transactionsAlerts: Feature_TransactionsAlerts; | ||
listAppsV2: Feature_ListAppsV2; | ||
listAppsV2minor1: Feature_ListAppsV2minor1; | ||
llmWalletQuickActions: Feature_LlmWalletQuickActions; | ||
@@ -473,3 +473,3 @@ cexDepositEntryPointsDesktop: Feature_CexDepositEntryPointsDesktop; | ||
export type Feature_ProtectServicesDiscoverDesktop = DefaultFeature; | ||
export type Feature_ListAppsV2 = DefaultFeature; | ||
export type Feature_ListAppsV2minor1 = DefaultFeature; | ||
export type Feature_BrazeLearn = DefaultFeature; | ||
@@ -476,0 +476,0 @@ export type Feature_LlmNewDeviceSelection = DefaultFeature; |
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
448235