@ledgerhq/types-live
Advanced tools
Comparing version 6.41.1 to 6.41.2-nightly.0
# @ledgerhq/types-live | ||
## 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 | ||
@@ -4,0 +10,0 @@ |
@@ -87,2 +87,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
currencySecretNetwork: DefaultFeature; | ||
currencySeiNetwork: DefaultFeature; | ||
currencyDesmos: DefaultFeature; | ||
@@ -163,2 +164,4 @@ currencyUmee: DefaultFeature; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -312,3 +315,5 @@ /** | ||
upsellURI: string; | ||
restore24URI: string; | ||
alreadySubscribedURI: string; | ||
alreadyDeviceSeededURI: string; | ||
}; | ||
@@ -408,2 +413,6 @@ account: { | ||
}>; | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -433,2 +442,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -435,0 +445,0 @@ * Utils types. |
@@ -87,2 +87,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
currencySecretNetwork: DefaultFeature; | ||
currencySeiNetwork: DefaultFeature; | ||
currencyDesmos: DefaultFeature; | ||
@@ -163,2 +164,4 @@ currencyUmee: DefaultFeature; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -312,3 +315,5 @@ /** | ||
upsellURI: string; | ||
restore24URI: string; | ||
alreadySubscribedURI: string; | ||
alreadyDeviceSeededURI: string; | ||
}; | ||
@@ -408,2 +413,6 @@ account: { | ||
}>; | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -433,2 +442,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -435,0 +445,0 @@ * Utils types. |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.41.1", | ||
"version": "6.41.2-nightly.0", | ||
"description": "Ledger Live main types.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"bignumber.js": "^9.1.2", | ||
"rxjs": "6" | ||
"rxjs": "^7.8.1" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -103,2 +103,3 @@ import { | ||
currencySecretNetwork: DefaultFeature; | ||
currencySeiNetwork: DefaultFeature; | ||
currencyDesmos: DefaultFeature; | ||
@@ -180,2 +181,4 @@ currencyUmee: DefaultFeature; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -337,3 +340,5 @@ | ||
upsellURI: string; | ||
restore24URI: string; | ||
alreadySubscribedURI: string; | ||
alreadyDeviceSeededURI: string; | ||
}; | ||
@@ -445,2 +450,7 @@ account: { | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -470,2 +480,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
@@ -472,0 +483,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 too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5929
447731
1
1477
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
Updatedrxjs@^7.8.1