@ledgerhq/types-live
Advanced tools
Comparing version 6.54.0 to 6.55.0-next.0
@@ -31,2 +31,5 @@ import { BigNumber } from "bignumber.js"; | ||
}>; | ||
export type BroadcastConfig = { | ||
mevProtected: boolean; | ||
}; | ||
/** | ||
@@ -38,2 +41,3 @@ * | ||
signedOperation: SignedOperation; | ||
broadcastConfig?: BroadcastConfig; | ||
}; | ||
@@ -40,0 +44,0 @@ /** |
@@ -188,3 +188,2 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ldmkTransport: Feature_LdmkTransport; | ||
recoverUpsellRedirection: Feature_RecoverUpsellRedirection; | ||
llMevProtection: DefaultFeature; | ||
@@ -464,3 +463,5 @@ llmNetworkBasedAddAccountFlow: DefaultFeature; | ||
top: number; | ||
limit: number; | ||
supported: boolean; | ||
enableNewFeature: boolean; | ||
}>; | ||
@@ -517,3 +518,2 @@ export type Feature_NftsFromSimpleHash = Feature<{ | ||
export type Feature_MemoTag = DefaultFeature; | ||
export type Feature_RecoverUpsellRedirection = DefaultFeature; | ||
export type Feature_LlmRebornLP = Feature<{ | ||
@@ -520,0 +520,0 @@ variant: ABTestingVariants; |
@@ -31,2 +31,5 @@ import { BigNumber } from "bignumber.js"; | ||
}>; | ||
export type BroadcastConfig = { | ||
mevProtected: boolean; | ||
}; | ||
/** | ||
@@ -38,2 +41,3 @@ * | ||
signedOperation: SignedOperation; | ||
broadcastConfig?: BroadcastConfig; | ||
}; | ||
@@ -40,0 +44,0 @@ /** |
@@ -188,3 +188,2 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ldmkTransport: Feature_LdmkTransport; | ||
recoverUpsellRedirection: Feature_RecoverUpsellRedirection; | ||
llMevProtection: DefaultFeature; | ||
@@ -464,3 +463,5 @@ llmNetworkBasedAddAccountFlow: DefaultFeature; | ||
top: number; | ||
limit: number; | ||
supported: boolean; | ||
enableNewFeature: boolean; | ||
}>; | ||
@@ -517,3 +518,2 @@ export type Feature_NftsFromSimpleHash = Feature<{ | ||
export type Feature_MemoTag = DefaultFeature; | ||
export type Feature_RecoverUpsellRedirection = DefaultFeature; | ||
export type Feature_LlmRebornLP = Feature<{ | ||
@@ -520,0 +520,0 @@ variant: ABTestingVariants; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.54.0", | ||
"version": "6.55.0-next.0", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -51,2 +51,6 @@ // NB this new "bridge" is a re-take of live-desktop bridge ideas | ||
export type BroadcastConfig = { | ||
mevProtected: boolean; | ||
}; | ||
/** | ||
@@ -58,2 +62,3 @@ * | ||
signedOperation: SignedOperation; | ||
broadcastConfig?: BroadcastConfig; | ||
}; | ||
@@ -60,0 +65,0 @@ |
@@ -201,3 +201,2 @@ import { ABTestingVariants } from "./ABTesting"; | ||
ldmkTransport: Feature_LdmkTransport; | ||
recoverUpsellRedirection: Feature_RecoverUpsellRedirection; | ||
llMevProtection: DefaultFeature; | ||
@@ -514,3 +513,5 @@ llmNetworkBasedAddAccountFlow: DefaultFeature; | ||
top: number; | ||
limit: number; | ||
supported: boolean; | ||
enableNewFeature: boolean; | ||
}>; | ||
@@ -573,3 +574,2 @@ | ||
export type Feature_MemoTag = DefaultFeature; | ||
export type Feature_RecoverUpsellRedirection = DefaultFeature; | ||
@@ -576,0 +576,0 @@ export type Feature_LlmRebornLP = Feature<{ |
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 not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
397212
6317
1