@ledgerhq/types-live
Advanced tools
Comparing version 6.46.1-nightly.0 to 6.46.1-nightly.1
# @ledgerhq/types-live | ||
## 6.46.1-nightly.1 | ||
### Patch Changes | ||
- [#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 | ||
## 6.46.1-nightly.0 | ||
@@ -4,0 +10,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; |
@@ -165,2 +165,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
lldWalletSync: Feature_LldWalletSync; | ||
}; | ||
@@ -444,2 +445,3 @@ /** | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
@@ -446,0 +448,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; |
@@ -165,2 +165,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
lldWalletSync: Feature_LldWalletSync; | ||
}; | ||
@@ -444,2 +445,3 @@ /** | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
@@ -446,0 +448,0 @@ /** |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.46.1-nightly.0", | ||
"version": "6.46.1-nightly.1", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -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; |
@@ -178,2 +178,3 @@ import { ABTestingVariants } from "./ABTesting"; | ||
spamReportNfts: Feature_SpamReportNfts; | ||
lldWalletSync: Feature_LldWalletSync; | ||
}; | ||
@@ -489,3 +490,5 @@ | ||
export type Feature_LlmChatbotSupport = DefaultFeature; | ||
export type Feature_LldWalletSync = DefaultFeature; | ||
export type Feature_SpamReportNfts = DefaultFeature; | ||
/** | ||
@@ -492,0 +495,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
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
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
729905
3880
5978