@ledgerhq/types-live
Advanced tools
Comparing version 6.52.4-next.0 to 6.52.4-nightly.0
@@ -183,2 +183,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldMemoTag: Feature_MemoTag; | ||
ldmkTransport: Feature_LdmkTransport; | ||
}; | ||
@@ -366,2 +367,5 @@ /** | ||
}>; | ||
export type Feature_LdmkTransport = Feature<{ | ||
warningVisible: boolean; | ||
}>; | ||
export type Feature_NpsRatingsPrompt = Feature<{ | ||
@@ -368,0 +372,0 @@ conditions: { |
@@ -183,2 +183,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldMemoTag: Feature_MemoTag; | ||
ldmkTransport: Feature_LdmkTransport; | ||
}; | ||
@@ -366,2 +367,5 @@ /** | ||
}>; | ||
export type Feature_LdmkTransport = Feature<{ | ||
warningVisible: boolean; | ||
}>; | ||
export type Feature_NpsRatingsPrompt = Feature<{ | ||
@@ -368,0 +372,0 @@ conditions: { |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.52.4-next.0", | ||
"version": "6.52.4-nightly.0", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -196,2 +196,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldMemoTag: Feature_MemoTag; | ||
ldmkTransport: Feature_LdmkTransport; | ||
}; | ||
@@ -406,2 +407,6 @@ | ||
export type Feature_LdmkTransport = Feature<{ | ||
warningVisible: boolean; | ||
}>; | ||
export type Feature_NpsRatingsPrompt = Feature<{ | ||
@@ -408,0 +413,0 @@ conditions: { |
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
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
387488
6254