@ledgerhq/types-live
Advanced tools
Comparing version 6.50.0-nightly.2 to 6.50.0-nightly.3
import { ABTestingVariants } from "./ABTesting"; | ||
import { ChainwatchNetwork } from "./chainwatch"; | ||
import { StorylyInstanceID, StorylyInstanceType } from "./storyly"; | ||
import { WalletSyncEnvironment, WalletSyncWatchConfig } from "./walletSync"; | ||
/** | ||
@@ -433,2 +434,10 @@ * Feature type. | ||
}>; | ||
export type Feature_LldWalletSync = Feature<{ | ||
environment: WalletSyncEnvironment; | ||
watchConfig: WalletSyncWatchConfig; | ||
}>; | ||
export type Feature_LlmWalletSync = Feature<{ | ||
environment: WalletSyncEnvironment; | ||
watchConfig: WalletSyncWatchConfig; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -454,4 +463,2 @@ export type Feature_MockFeature = DefaultFeature; | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_LlmWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
@@ -458,0 +465,0 @@ export type Feature_EnableAppsBackup = DefaultFeature; |
@@ -19,2 +19,3 @@ export * from "./account"; | ||
export * from "./ABTesting"; | ||
export * from "./walletSync"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,2 +19,3 @@ export * from "./account"; | ||
export * from "./ABTesting"; | ||
export * from "./walletSync"; | ||
//# sourceMappingURL=index.js.map |
import { ABTestingVariants } from "./ABTesting"; | ||
import { ChainwatchNetwork } from "./chainwatch"; | ||
import { StorylyInstanceID, StorylyInstanceType } from "./storyly"; | ||
import { WalletSyncEnvironment, WalletSyncWatchConfig } from "./walletSync"; | ||
/** | ||
@@ -433,2 +434,10 @@ * Feature type. | ||
}>; | ||
export type Feature_LldWalletSync = Feature<{ | ||
environment: WalletSyncEnvironment; | ||
watchConfig: WalletSyncWatchConfig; | ||
}>; | ||
export type Feature_LlmWalletSync = Feature<{ | ||
environment: WalletSyncEnvironment; | ||
watchConfig: WalletSyncWatchConfig; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -454,4 +463,2 @@ export type Feature_MockFeature = DefaultFeature; | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_LlmWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
@@ -458,0 +465,0 @@ export type Feature_EnableAppsBackup = DefaultFeature; |
@@ -19,2 +19,3 @@ export * from "./account"; | ||
export * from "./ABTesting"; | ||
export * from "./walletSync"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -35,2 +35,3 @@ "use strict"; | ||
__exportStar(require("./ABTesting"), exports); | ||
__exportStar(require("./walletSync"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.50.0-nightly.2", | ||
"version": "6.50.0-nightly.3", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import { ABTestingVariants } from "./ABTesting"; | ||
import { ChainwatchNetwork } from "./chainwatch"; | ||
import { StorylyInstanceID, StorylyInstanceType } from "./storyly"; | ||
import { WalletSyncEnvironment, WalletSyncWatchConfig } from "./walletSync"; | ||
@@ -477,2 +478,11 @@ /** | ||
export type Feature_LldWalletSync = Feature<{ | ||
environment: WalletSyncEnvironment; | ||
watchConfig: WalletSyncWatchConfig; | ||
}>; | ||
export type Feature_LlmWalletSync = Feature<{ | ||
environment: WalletSyncEnvironment; | ||
watchConfig: WalletSyncWatchConfig; | ||
}>; | ||
export type Feature_CounterValue = DefaultFeature; | ||
@@ -498,4 +508,2 @@ export type Feature_MockFeature = DefaultFeature; | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_LlmWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
@@ -502,0 +510,0 @@ export type Feature_EnableAppsBackup = DefaultFeature; |
@@ -19,1 +19,2 @@ export * from "./account"; | ||
export * from "./ABTesting"; | ||
export * from "./walletSync"; |
Sorry, the diff of this file is not supported yet
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
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 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
371089
197
6106