@ledgerhq/types-live
Advanced tools
Comparing version 6.53.0 to 6.53.1-nightly.0
@@ -157,2 +157,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ptxCard: DefaultFeature; | ||
ptxSwapLiveAppMobile: DefaultFeature; | ||
ptxSwapLiveAppDemoZero: Feature_PtxSwapLiveAppDemoZero; | ||
@@ -189,2 +190,5 @@ ptxSwapLiveAppDemoOne: Feature_PtxSwapLiveAppDemoZero; | ||
recoverUpsellRedirection: Feature_RecoverUpsellRedirection; | ||
llMevProtection: DefaultFeature; | ||
llmNetworkBasedAddAccountFlow: DefaultFeature; | ||
llCounterValueGranularitiesRates: Feature_LlCounterValueGranularitiesRates; | ||
}; | ||
@@ -484,2 +488,6 @@ /** | ||
}>; | ||
export type Feature_LlCounterValueGranularitiesRates = Feature<{ | ||
daily: number; | ||
hourly: number; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -486,0 +494,0 @@ export type Feature_MockFeature = DefaultFeature; |
@@ -157,2 +157,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ptxCard: DefaultFeature; | ||
ptxSwapLiveAppMobile: DefaultFeature; | ||
ptxSwapLiveAppDemoZero: Feature_PtxSwapLiveAppDemoZero; | ||
@@ -189,2 +190,5 @@ ptxSwapLiveAppDemoOne: Feature_PtxSwapLiveAppDemoZero; | ||
recoverUpsellRedirection: Feature_RecoverUpsellRedirection; | ||
llMevProtection: DefaultFeature; | ||
llmNetworkBasedAddAccountFlow: DefaultFeature; | ||
llCounterValueGranularitiesRates: Feature_LlCounterValueGranularitiesRates; | ||
}; | ||
@@ -484,2 +488,6 @@ /** | ||
}>; | ||
export type Feature_LlCounterValueGranularitiesRates = Feature<{ | ||
daily: number; | ||
hourly: number; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -486,0 +494,0 @@ export type Feature_MockFeature = DefaultFeature; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.53.0", | ||
"version": "6.53.1-nightly.0", | ||
"description": "Ledger Live main types.", | ||
@@ -44,2 +44,3 @@ "keywords": [ | ||
"watch": "tsc --watch", | ||
"watch:es": "tsc --watch -m ES6 --outDir lib-es", | ||
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache", | ||
@@ -46,0 +47,0 @@ "lint:fix": "pnpm lint --fix", |
@@ -170,2 +170,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ptxCard: DefaultFeature; | ||
ptxSwapLiveAppMobile: DefaultFeature; | ||
ptxSwapLiveAppDemoZero: Feature_PtxSwapLiveAppDemoZero; | ||
@@ -202,2 +203,5 @@ ptxSwapLiveAppDemoOne: Feature_PtxSwapLiveAppDemoZero; | ||
recoverUpsellRedirection: Feature_RecoverUpsellRedirection; | ||
llMevProtection: DefaultFeature; | ||
llmNetworkBasedAddAccountFlow: DefaultFeature; | ||
llCounterValueGranularitiesRates: Feature_LlCounterValueGranularitiesRates; | ||
}; | ||
@@ -539,2 +543,7 @@ | ||
export type Feature_LlCounterValueGranularitiesRates = Feature<{ | ||
daily: number; | ||
hourly: number; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -541,0 +550,0 @@ export type Feature_MockFeature = DefaultFeature; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
393041
6293
1