@ledgerhq/types-live
Advanced tools
Comparing version 6.47.0-next.0 to 6.47.0-nightly.3
# @ledgerhq/types-live | ||
## 6.47.0-next.0 | ||
## 6.47.0-nightly.3 | ||
### Minor Changes | ||
- [#6646](https://github.com/LedgerHQ/ledger-live/pull/6646) [`b0ebe3a`](https://github.com/LedgerHQ/ledger-live/commit/b0ebe3acea586afbdeddb5877c15bcfc28f43016) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLM - Added europa support to post onboarding | ||
- [#6741](https://github.com/LedgerHQ/ledger-live/pull/6741) [`a115d6c`](https://github.com/LedgerHQ/ledger-live/commit/a115d6cd5dcbcc753d02dedb80f5eb1693d1a249) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLC - Automatically dismiss the PostOnboarding EntryPoint after seven days | ||
- [#6669](https://github.com/LedgerHQ/ledger-live/pull/6669) [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Upading test snapshots & adding types for new testnet currencies and their feature flags | ||
## 6.46.1-nightly.2 | ||
- [#6646](https://github.com/LedgerHQ/ledger-live/pull/6646) [`c930c6e`](https://github.com/LedgerHQ/ledger-live/commit/c930c6e833bb29456e543b47e83de425ae6eeefa) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLD - postonboarding - added europa support, updated copy, added recover entry point | ||
### Patch Changes | ||
- [#6757](https://github.com/LedgerHQ/ledger-live/pull/6757) [`f17a3cb`](https://github.com/LedgerHQ/ledger-live/commit/f17a3cbc16abf7fadf686025a5ca56ec1a1e7bb6) Thanks [@beths-ledger](https://github.com/beths-ledger)! - Add buy sell shortcut feature flag to toggle intro screen flow on buy sell ui live app. | ||
## 6.46.1-nightly.1 | ||
### Patch Changes | ||
- [#6686](https://github.com/LedgerHQ/ledger-live/pull/6686) [`bbe790e`](https://github.com/LedgerHQ/ledger-live/commit/bbe790ef2efdb0d8bdd57829b6543c3baab5dfb9) Thanks [@beths-ledger](https://github.com/beths-ledger)! - Add buy-sell-ui feature flag to enable progressive roll out of new manifest ID. | ||
- [#6583](https://github.com/LedgerHQ/ledger-live/pull/6583) [`83e5690`](https://github.com/LedgerHQ/ledger-live/commit/83e5690429e41ecd1c508b3398904ae747085cf7) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Expose Polkadot crafting functions to external components | ||
- [#6645](https://github.com/LedgerHQ/ledger-live/pull/6645) [`d37d8df`](https://github.com/LedgerHQ/ledger-live/commit/d37d8df2482d1c7494401201c215b0a941bdb9f1) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add new storyly instance id | ||
## 6.46.1-nightly.0 | ||
- [#6517](https://github.com/LedgerHQ/ledger-live/pull/6517) [`33c4239`](https://github.com/LedgerHQ/ledger-live/commit/33c42392386e5e8ebf9f3251ccf1ade3af11644d) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Update MarketPerformers Endpoint | ||
### Patch Changes | ||
- [#6567](https://github.com/LedgerHQ/ledger-live/pull/6567) [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update Account Bridge `preload` signature which was wrong | ||
- [#6645](https://github.com/LedgerHQ/ledger-live/pull/6645) [`d37d8df`](https://github.com/LedgerHQ/ledger-live/commit/d37d8df2482d1c7494401201c215b0a941bdb9f1) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add new storyly instance id | ||
@@ -23,0 +27,0 @@ ## 6.46.0 |
@@ -60,3 +60,2 @@ import type { BigNumber } from "bignumber.js"; | ||
freshAddressPath: string; | ||
freshAddresses: Address[]; | ||
name: string; | ||
@@ -121,3 +120,2 @@ starred: boolean; | ||
freshAddressPath: string; | ||
freshAddresses: Address[]; | ||
name: string; | ||
@@ -124,0 +122,0 @@ starred?: boolean; |
@@ -157,3 +157,3 @@ import { BigNumber } from "bignumber.js"; | ||
FIXME_ignoreOperationFields?: string[]; | ||
FIXME_ignorePreloadFields?: string[]; | ||
FIXME_ignorePreloadFields?: string[] | true; | ||
IgnorePrepareTransactionFields?: string[]; | ||
@@ -160,0 +160,0 @@ mockDeviceOptions?: any; |
@@ -120,2 +120,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
buySellUi: Feature_BuySellUiManifest; | ||
buySellShortcut: DefaultFeature; | ||
multibuyNavigation: Feature_MultibuyNavigation; | ||
@@ -166,2 +167,3 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
lldWalletSync: Feature_LldWalletSync; | ||
}; | ||
@@ -445,2 +447,3 @@ /** | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
@@ -447,0 +450,0 @@ /** |
@@ -130,2 +130,7 @@ import { DeviceModelId } from "@ledgerhq/types-devices"; | ||
/** | ||
* Date of when the PostOnboarding banner was first displayed to the user | ||
* Used to dismiss it automatically after some time | ||
*/ | ||
entryPointFirstDisplayedDate: Date | null; | ||
/** | ||
* List of all actions that have to be completed in this post onboarding | ||
@@ -132,0 +137,0 @@ * (whether they are completed or). |
@@ -60,3 +60,2 @@ import type { BigNumber } from "bignumber.js"; | ||
freshAddressPath: string; | ||
freshAddresses: Address[]; | ||
name: string; | ||
@@ -121,3 +120,2 @@ starred: boolean; | ||
freshAddressPath: string; | ||
freshAddresses: Address[]; | ||
name: string; | ||
@@ -124,0 +122,0 @@ starred?: boolean; |
@@ -157,3 +157,3 @@ import { BigNumber } from "bignumber.js"; | ||
FIXME_ignoreOperationFields?: string[]; | ||
FIXME_ignorePreloadFields?: string[]; | ||
FIXME_ignorePreloadFields?: string[] | true; | ||
IgnorePrepareTransactionFields?: string[]; | ||
@@ -160,0 +160,0 @@ mockDeviceOptions?: any; |
@@ -120,2 +120,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
buySellUi: Feature_BuySellUiManifest; | ||
buySellShortcut: DefaultFeature; | ||
multibuyNavigation: Feature_MultibuyNavigation; | ||
@@ -166,2 +167,3 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
lldWalletSync: Feature_LldWalletSync; | ||
}; | ||
@@ -445,2 +447,3 @@ /** | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
@@ -447,0 +450,0 @@ /** |
@@ -130,2 +130,7 @@ import { DeviceModelId } from "@ledgerhq/types-devices"; | ||
/** | ||
* Date of when the PostOnboarding banner was first displayed to the user | ||
* Used to dismiss it automatically after some time | ||
*/ | ||
entryPointFirstDisplayedDate: Date | null; | ||
/** | ||
* List of all actions that have to be completed in this post onboarding | ||
@@ -132,0 +137,0 @@ * (whether they are completed or). |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.47.0-next.0", | ||
"version": "6.47.0-nightly.3", | ||
"description": "Ledger Live main types.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"ts-node": "^10.4.0", | ||
"@ledgerhq/types-cryptoassets": "^7.12.0-next.0", | ||
"@ledgerhq/types-cryptoassets": "^7.11.0", | ||
"@ledgerhq/types-devices": "^6.24.0" | ||
@@ -39,0 +39,0 @@ }, |
@@ -90,11 +90,6 @@ import type { BigNumber } from "bignumber.js"; | ||
// next receive address. to be used to display to user. | ||
// (deprecated - corresponds to freshAddresses[0].address) | ||
freshAddress: string; | ||
// The path linked to freshAddress. to be used to validate with the device if it corresponds to freshAddress. | ||
// example: 44'/0'/0'/0/0 | ||
// (deprecated - corresponds to freshAddresses[0].derivationPath) | ||
freshAddressPath: string; | ||
// an array containing all fresh addresses and paths | ||
// may be empty if no sync has occurred | ||
freshAddresses: Address[]; | ||
// account name | ||
@@ -204,3 +199,2 @@ name: string; | ||
freshAddressPath: string; | ||
freshAddresses: Address[]; | ||
name: string; | ||
@@ -207,0 +201,0 @@ starred?: boolean; |
@@ -241,3 +241,3 @@ // NB this new "bridge" is a re-take of live-desktop bridge ideas | ||
FIXME_ignoreOperationFields?: string[]; | ||
FIXME_ignorePreloadFields?: string[]; | ||
FIXME_ignorePreloadFields?: string[] | true; | ||
IgnorePrepareTransactionFields?: string[]; | ||
@@ -244,0 +244,0 @@ mockDeviceOptions?: any; |
@@ -133,2 +133,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
buySellUi: Feature_BuySellUiManifest; | ||
buySellShortcut: DefaultFeature; | ||
multibuyNavigation: Feature_MultibuyNavigation; | ||
@@ -179,2 +180,3 @@ referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
lldWalletSync: Feature_LldWalletSync; | ||
}; | ||
@@ -490,3 +492,5 @@ | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
/** | ||
@@ -493,0 +497,0 @@ * Utils types. |
@@ -146,2 +146,8 @@ import { DeviceModelId } from "@ledgerhq/types-devices"; | ||
/** | ||
* Date of when the PostOnboarding banner was first displayed to the user | ||
* Used to dismiss it automatically after some time | ||
*/ | ||
entryPointFirstDisplayedDate: Date | null; | ||
/** | ||
* List of all actions that have to be completed in this post onboarding | ||
@@ -148,0 +154,0 @@ * (whether they are completed or). |
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
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
732573
5996
3897