@ledgerhq/types-live
Advanced tools
Comparing version 6.45.0-nightly.7 to 6.45.0-nightly.8
# @ledgerhq/types-live | ||
## 6.45.0-nightly.8 | ||
### Minor Changes | ||
- [#6496](https://github.com/LedgerHQ/ledger-live/pull/6496) [`e1df8bc`](https://github.com/LedgerHQ/ledger-live/commit/e1df8bca348287e94970de90c51e98fa277c5364) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLM - Redirect to chatbot instead of faq | ||
## 6.45.0-nightly.7 | ||
@@ -4,0 +10,0 @@ |
@@ -92,3 +92,2 @@ import type { BigNumber } from "bignumber.js"; | ||
lastSyncDate: Date; | ||
endpointConfig?: string | null | undefined; | ||
subAccounts?: SubAccount[]; | ||
@@ -169,3 +168,2 @@ balanceHistoryCache: BalanceHistoryCache; | ||
lastSyncDate: string; | ||
endpointConfig?: string | null | undefined; | ||
subAccounts?: SubAccountRaw[]; | ||
@@ -172,0 +170,0 @@ balanceHistoryCache?: BalanceHistoryCache; |
@@ -155,2 +155,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldChatbotSupport: Feature_LldChatbotSupport; | ||
llmChatbotSupport: Feature_LlmChatbotSupport; | ||
myLedgerDisplayAppDeveloperName: Feature_MyLedgerDisplayAppDeveloperName; | ||
@@ -430,2 +431,3 @@ nftsFromSimplehash: Feature_NftsFromSimpleHash; | ||
export type Feature_LldChatbotSupport = DefaultFeature; | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
/** | ||
@@ -432,0 +434,0 @@ * Utils types. |
@@ -92,3 +92,2 @@ import type { BigNumber } from "bignumber.js"; | ||
lastSyncDate: Date; | ||
endpointConfig?: string | null | undefined; | ||
subAccounts?: SubAccount[]; | ||
@@ -169,3 +168,2 @@ balanceHistoryCache: BalanceHistoryCache; | ||
lastSyncDate: string; | ||
endpointConfig?: string | null | undefined; | ||
subAccounts?: SubAccountRaw[]; | ||
@@ -172,0 +170,0 @@ balanceHistoryCache?: BalanceHistoryCache; |
@@ -155,2 +155,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldChatbotSupport: Feature_LldChatbotSupport; | ||
llmChatbotSupport: Feature_LlmChatbotSupport; | ||
myLedgerDisplayAppDeveloperName: Feature_MyLedgerDisplayAppDeveloperName; | ||
@@ -430,2 +431,3 @@ nftsFromSimplehash: Feature_NftsFromSimpleHash; | ||
export type Feature_LldChatbotSupport = DefaultFeature; | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
/** | ||
@@ -432,0 +434,0 @@ * Utils types. |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.45.0-nightly.7", | ||
"version": "6.45.0-nightly.8", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -157,5 +157,2 @@ import type { BigNumber } from "bignumber.js"; | ||
lastSyncDate: Date; | ||
// A configuration for the endpoint to use. (usecase: Ripple node) | ||
// FIXME drop and introduce a config{} object | ||
endpointConfig?: string | null | undefined; | ||
// An account can have sub accounts. | ||
@@ -263,3 +260,2 @@ // A sub account can be either a token account or a child account in some blockchain. | ||
lastSyncDate: string; | ||
endpointConfig?: string | null | undefined; | ||
subAccounts?: SubAccountRaw[]; | ||
@@ -266,0 +262,0 @@ balanceHistoryCache?: BalanceHistoryCache; |
@@ -168,2 +168,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
lldChatbotSupport: Feature_LldChatbotSupport; | ||
llmChatbotSupport: Feature_LlmChatbotSupport; | ||
myLedgerDisplayAppDeveloperName: Feature_MyLedgerDisplayAppDeveloperName; | ||
@@ -473,2 +474,3 @@ nftsFromSimplehash: Feature_NftsFromSimpleHash; | ||
export type Feature_LldChatbotSupport = DefaultFeature; | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
@@ -475,0 +477,0 @@ /** |
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 too big to display
470861
5962
1481