@ledgerhq/types-live
Advanced tools
Comparing version 6.48.0-nightly.1 to 6.48.0-nightly.2
@@ -103,3 +103,7 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencyLinea: DefaultFeature; | ||
currencyLineaTesnet: DefaultFeature; | ||
currencyLineaSepolia: DefaultFeature; | ||
currencyBlast: DefaultFeature; | ||
currencyBlastSepolia: DefaultFeature; | ||
currencyScroll: DefaultFeature; | ||
currencyScrollSepolia: DefaultFeature; | ||
}; | ||
@@ -154,2 +158,4 @@ /** | ||
ptxSwapMoonpayProvider: Feature_PtxSwapMoonpayProvider; | ||
ptxSwapExodusProvider: Feature_PtxSwapExodusProvider; | ||
ptxSwapThorswapProvider: Feature_PtxSwapThorswapProvider; | ||
flexibleContentCards: Feature_FlexibleContentCards; | ||
@@ -167,2 +173,3 @@ llmAnalyticsOptInPrompt: Feature_LlmAnalyticsOptInPrompt; | ||
lldRefreshMarketData: Feature_LldRefreshMarketData; | ||
llmRefreshMarketData: Feature_LlmRefreshMarketData; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
@@ -425,2 +432,5 @@ lldWalletSync: Feature_LldWalletSync; | ||
}>; | ||
export type Feature_LlmRefreshMarketData = Feature<{ | ||
refreshTime: number; | ||
}>; | ||
export type Feature_BuySellUiManifest = Feature<{ | ||
@@ -444,2 +454,4 @@ manifestId: string; | ||
export type Feature_PtxSwapMoonpayProvider = DefaultFeature; | ||
export type Feature_PtxSwapExodusProvider = DefaultFeature; | ||
export type Feature_PtxSwapThorswapProvider = DefaultFeature; | ||
export type Feature_FlexibleContentCards = DefaultFeature; | ||
@@ -446,0 +458,0 @@ export type Feature_MyLedgerDisplayAppDeveloperName = DefaultFeature; |
@@ -103,3 +103,7 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencyLinea: DefaultFeature; | ||
currencyLineaTesnet: DefaultFeature; | ||
currencyLineaSepolia: DefaultFeature; | ||
currencyBlast: DefaultFeature; | ||
currencyBlastSepolia: DefaultFeature; | ||
currencyScroll: DefaultFeature; | ||
currencyScrollSepolia: DefaultFeature; | ||
}; | ||
@@ -154,2 +158,4 @@ /** | ||
ptxSwapMoonpayProvider: Feature_PtxSwapMoonpayProvider; | ||
ptxSwapExodusProvider: Feature_PtxSwapExodusProvider; | ||
ptxSwapThorswapProvider: Feature_PtxSwapThorswapProvider; | ||
flexibleContentCards: Feature_FlexibleContentCards; | ||
@@ -167,2 +173,3 @@ llmAnalyticsOptInPrompt: Feature_LlmAnalyticsOptInPrompt; | ||
lldRefreshMarketData: Feature_LldRefreshMarketData; | ||
llmRefreshMarketData: Feature_LlmRefreshMarketData; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
@@ -425,2 +432,5 @@ lldWalletSync: Feature_LldWalletSync; | ||
}>; | ||
export type Feature_LlmRefreshMarketData = Feature<{ | ||
refreshTime: number; | ||
}>; | ||
export type Feature_BuySellUiManifest = Feature<{ | ||
@@ -444,2 +454,4 @@ manifestId: string; | ||
export type Feature_PtxSwapMoonpayProvider = DefaultFeature; | ||
export type Feature_PtxSwapExodusProvider = DefaultFeature; | ||
export type Feature_PtxSwapThorswapProvider = DefaultFeature; | ||
export type Feature_FlexibleContentCards = DefaultFeature; | ||
@@ -446,0 +458,0 @@ export type Feature_MyLedgerDisplayAppDeveloperName = DefaultFeature; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.48.0-nightly.1", | ||
"version": "6.48.0-nightly.2", | ||
"description": "Ledger Live main types.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"ts-node": "^10.4.0", | ||
"@ledgerhq/types-cryptoassets": "^7.13.0-nightly.0", | ||
"@ledgerhq/types-cryptoassets": "^7.13.0-nightly.1", | ||
"@ledgerhq/types-devices": "^6.25.0-nightly.0" | ||
@@ -45,3 +45,2 @@ }, | ||
"watch": "tsc --watch", | ||
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts", | ||
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache", | ||
@@ -48,0 +47,0 @@ "lint:fix": "pnpm lint --fix", |
@@ -115,3 +115,7 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencyLinea: DefaultFeature; | ||
currencyLineaTesnet: DefaultFeature; | ||
currencyLineaSepolia: DefaultFeature; | ||
currencyBlast: DefaultFeature; | ||
currencyBlastSepolia: DefaultFeature; | ||
currencyScroll: DefaultFeature; | ||
currencyScrollSepolia: DefaultFeature; | ||
}; | ||
@@ -167,2 +171,4 @@ | ||
ptxSwapMoonpayProvider: Feature_PtxSwapMoonpayProvider; | ||
ptxSwapExodusProvider: Feature_PtxSwapExodusProvider; | ||
ptxSwapThorswapProvider: Feature_PtxSwapThorswapProvider; | ||
flexibleContentCards: Feature_FlexibleContentCards; | ||
@@ -180,2 +186,3 @@ llmAnalyticsOptInPrompt: Feature_LlmAnalyticsOptInPrompt; | ||
lldRefreshMarketData: Feature_LldRefreshMarketData; | ||
llmRefreshMarketData: Feature_LlmRefreshMarketData; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
@@ -468,2 +475,5 @@ lldWalletSync: Feature_LldWalletSync; | ||
}>; | ||
export type Feature_LlmRefreshMarketData = Feature<{ | ||
refreshTime: number; | ||
}>; | ||
@@ -489,2 +499,4 @@ export type Feature_BuySellUiManifest = Feature<{ | ||
export type Feature_PtxSwapMoonpayProvider = DefaultFeature; | ||
export type Feature_PtxSwapExodusProvider = DefaultFeature; | ||
export type Feature_PtxSwapThorswapProvider = DefaultFeature; | ||
export type Feature_FlexibleContentCards = DefaultFeature; | ||
@@ -491,0 +503,0 @@ export type Feature_MyLedgerDisplayAppDeveloperName = DefaultFeature; |
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 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
6056
358168
6