@ledgerhq/types-live
Advanced tools
Comparing version 6.42.0-nightly.0 to 6.42.0-nightly.3
# @ledgerhq/types-live | ||
## 6.42.0-nightly.0 | ||
## 6.42.0-nightly.3 | ||
### Minor Changes | ||
- [#4916](https://github.com/LedgerHQ/ledger-live/pull/4916) [`254ba13ccb`](https://github.com/LedgerHQ/ledger-live/commit/254ba13ccbf0539747110127037de52e1df1ef47) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Integrate SEI Network | ||
- [#5173](https://github.com/LedgerHQ/ledger-live/pull/5173) [`17ba334e47`](https://github.com/LedgerHQ/ledger-live/commit/17ba334e47b901e34fbb083396aa3f9952e5233e) Thanks [@chabroA](https://github.com/chabroA)! - Add neon_evm support | ||
## 6.41.2-nightly.2 | ||
### Patch Changes | ||
- [#5211](https://github.com/LedgerHQ/ledger-live/pull/5211) [`b259781b72`](https://github.com/LedgerHQ/ledger-live/commit/b259781b7212aa7758437640e7c48c5d17b0fa79) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - Include swap batch in segment identity | ||
## 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 | ||
### Patch Changes | ||
- [#5027](https://github.com/LedgerHQ/ledger-live/pull/5027) [`3dc4937cc0`](https://github.com/LedgerHQ/ledger-live/commit/3dc4937cc0c77f6dc40ac7c628e9ab165dfb899f) Thanks [@stephane-lieumont-ledger](https://github.com/stephane-lieumont-ledger)! - Add specific deeplinks for useCase tutorial onboarding | ||
## 6.41.1 | ||
### Patch Changes | ||
- [#4895](https://github.com/LedgerHQ/ledger-live/pull/4895) [`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb) Thanks [@stephane-lieumont-ledger](https://github.com/stephane-lieumont-ledger)! - feat(protect-2592): add other link on firebase for quick access recover | ||
## 6.41.1-hotfix.0 | ||
### Patch Changes | ||
- [#4895](https://github.com/LedgerHQ/ledger-live/pull/4895) [`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb) Thanks [@stephane-lieumont-ledger](https://github.com/stephane-lieumont-ledger)! - feat(protect-2592): add other link on firebase for quick access recover | ||
## 6.41.0 | ||
@@ -10,0 +41,0 @@ |
@@ -103,2 +103,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
currencyKlaytn: DefaultFeature; | ||
currencyNeonEvm: DefaultFeature; | ||
}; | ||
@@ -160,3 +161,3 @@ /** | ||
transactionsAlerts: Feature_TransactionsAlerts; | ||
listAppsV2: Feature_ListAppsV2; | ||
listAppsV2minor1: Feature_ListAppsV2minor1; | ||
llmWalletQuickActions: Feature_LlmWalletQuickActions; | ||
@@ -292,6 +293,8 @@ cexDepositEntryPointsDesktop: Feature_CexDepositEntryPointsDesktop; | ||
quickAccessURI: string; | ||
alreadyOnboardedURI: string; | ||
}; | ||
}; | ||
login: { | ||
account: { | ||
loginURI: string; | ||
homeURI: string; | ||
}; | ||
@@ -314,3 +317,5 @@ protectId: string; | ||
upsellURI: string; | ||
restore24URI: string; | ||
alreadySubscribedURI: string; | ||
alreadyDeviceSeededURI: string; | ||
}; | ||
@@ -414,2 +419,5 @@ account: { | ||
}>; | ||
export type Feature_FetchAdditionalCoins = Feature<{ | ||
batch: number; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -435,7 +443,6 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_ProtectServicesDiscoverDesktop = DefaultFeature; | ||
export type Feature_ListAppsV2 = DefaultFeature; | ||
export type Feature_ListAppsV2minor1 = DefaultFeature; | ||
export type Feature_BrazeLearn = DefaultFeature; | ||
export type Feature_LlmNewDeviceSelection = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -442,0 +449,0 @@ * Utils types. |
@@ -103,2 +103,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
currencyKlaytn: DefaultFeature; | ||
currencyNeonEvm: DefaultFeature; | ||
}; | ||
@@ -160,3 +161,3 @@ /** | ||
transactionsAlerts: Feature_TransactionsAlerts; | ||
listAppsV2: Feature_ListAppsV2; | ||
listAppsV2minor1: Feature_ListAppsV2minor1; | ||
llmWalletQuickActions: Feature_LlmWalletQuickActions; | ||
@@ -292,6 +293,8 @@ cexDepositEntryPointsDesktop: Feature_CexDepositEntryPointsDesktop; | ||
quickAccessURI: string; | ||
alreadyOnboardedURI: string; | ||
}; | ||
}; | ||
login: { | ||
account: { | ||
loginURI: string; | ||
homeURI: string; | ||
}; | ||
@@ -314,3 +317,5 @@ protectId: string; | ||
upsellURI: string; | ||
restore24URI: string; | ||
alreadySubscribedURI: string; | ||
alreadyDeviceSeededURI: string; | ||
}; | ||
@@ -414,2 +419,5 @@ account: { | ||
}>; | ||
export type Feature_FetchAdditionalCoins = Feature<{ | ||
batch: number; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -435,7 +443,6 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_ProtectServicesDiscoverDesktop = DefaultFeature; | ||
export type Feature_ListAppsV2 = DefaultFeature; | ||
export type Feature_ListAppsV2minor1 = DefaultFeature; | ||
export type Feature_BrazeLearn = DefaultFeature; | ||
export type Feature_LlmNewDeviceSelection = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -442,0 +449,0 @@ * Utils types. |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.42.0-nightly.0", | ||
"version": "6.42.0-nightly.3", | ||
"description": "Ledger Live main types.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"ts-node": "^10.4.0", | ||
"@ledgerhq/types-cryptoassets": "^7.6.0", | ||
"@ledgerhq/types-cryptoassets": "^7.7.0-nightly.0", | ||
"@ledgerhq/types-devices": "^6.22.4" | ||
@@ -39,0 +39,0 @@ }, |
@@ -119,2 +119,3 @@ import { | ||
currencyKlaytn: DefaultFeature; | ||
currencyNeonEvm: DefaultFeature; | ||
}; | ||
@@ -177,3 +178,3 @@ | ||
transactionsAlerts: Feature_TransactionsAlerts; | ||
listAppsV2: Feature_ListAppsV2; | ||
listAppsV2minor1: Feature_ListAppsV2minor1; | ||
llmWalletQuickActions: Feature_LlmWalletQuickActions; | ||
@@ -316,6 +317,8 @@ cexDepositEntryPointsDesktop: Feature_CexDepositEntryPointsDesktop; | ||
quickAccessURI: string; | ||
alreadyOnboardedURI: string; | ||
}; | ||
}; | ||
login: { | ||
account: { | ||
loginURI: string; | ||
homeURI: string; | ||
}; | ||
@@ -339,3 +342,5 @@ protectId: string; | ||
upsellURI: string; | ||
restore24URI: string; | ||
alreadySubscribedURI: string; | ||
alreadyDeviceSeededURI: string; | ||
}; | ||
@@ -452,2 +457,6 @@ account: { | ||
export type Feature_FetchAdditionalCoins = Feature<{ | ||
batch: number; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -473,7 +482,6 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_ProtectServicesDiscoverDesktop = DefaultFeature; | ||
export type Feature_ListAppsV2 = DefaultFeature; | ||
export type Feature_ListAppsV2minor1 = DefaultFeature; | ||
export type Feature_BrazeLearn = DefaultFeature; | ||
export type Feature_LlmNewDeviceSelection = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
@@ -480,0 +488,0 @@ /** |
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
449231
5938
1478
3
23