@ledgerhq/types-live
Advanced tools
Comparing version 6.45.0-nightly.6 to 6.45.0-nightly.7
# @ledgerhq/types-live | ||
## 6.45.0-nightly.7 | ||
### Minor Changes | ||
- [#6495](https://github.com/LedgerHQ/ledger-live/pull/6495) [`5ae6d8f`](https://github.com/LedgerHQ/ledger-live/commit/5ae6d8fb9b868dc01724e84ede2708e7a717c3f2) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLD - Help buttons redirect to the chatbot instead of the faq | ||
## 6.45.0-nightly.6 | ||
@@ -4,0 +10,0 @@ |
@@ -154,2 +154,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldAnalyticsOptInPrompt: Feature_LldAnalyticsOptInPrompt; | ||
lldChatbotSupport: Feature_LldChatbotSupport; | ||
myLedgerDisplayAppDeveloperName: Feature_MyLedgerDisplayAppDeveloperName; | ||
@@ -428,2 +429,3 @@ nftsFromSimplehash: Feature_NftsFromSimpleHash; | ||
export type Feature_SupportDeviceEuropa = DefaultFeature; | ||
export type Feature_LldChatbotSupport = DefaultFeature; | ||
/** | ||
@@ -430,0 +432,0 @@ * Utils types. |
@@ -154,2 +154,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldAnalyticsOptInPrompt: Feature_LldAnalyticsOptInPrompt; | ||
lldChatbotSupport: Feature_LldChatbotSupport; | ||
myLedgerDisplayAppDeveloperName: Feature_MyLedgerDisplayAppDeveloperName; | ||
@@ -428,2 +429,3 @@ nftsFromSimplehash: Feature_NftsFromSimpleHash; | ||
export type Feature_SupportDeviceEuropa = DefaultFeature; | ||
export type Feature_LldChatbotSupport = DefaultFeature; | ||
/** | ||
@@ -430,0 +432,0 @@ * Utils types. |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.45.0-nightly.6", | ||
"version": "6.45.0-nightly.7", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -167,2 +167,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldAnalyticsOptInPrompt: Feature_LldAnalyticsOptInPrompt; | ||
lldChatbotSupport: Feature_LldChatbotSupport; | ||
myLedgerDisplayAppDeveloperName: Feature_MyLedgerDisplayAppDeveloperName; | ||
@@ -471,2 +472,4 @@ nftsFromSimplehash: Feature_NftsFromSimpleHash; | ||
export type Feature_SupportDeviceEuropa = DefaultFeature; | ||
export type Feature_LldChatbotSupport = DefaultFeature; | ||
/** | ||
@@ -473,0 +476,0 @@ * Utils types. |
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
471607
5964