Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/types-live

Package Overview
Dependencies
Maintainers
20
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/types-live - npm Package Compare versions

Comparing version 6.24.0 to 6.24.1-nightly.0

lib-es/postOnboarding.d.ts

6

CHANGELOG.md
# @ledgerhq/types-live
## 6.24.1-nightly.0
### Patch Changes
- [#943](https://github.com/LedgerHQ/ledger-live/pull/943) [`8465b5e317`](https://github.com/LedgerHQ/ledger-live/commit/8465b5e317baecaf8f893b9c090537d2d03ac835) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add postOnboarding types
## 6.24.0

@@ -4,0 +10,0 @@

4

lib-es/feature.d.ts
/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "ptxSmartRoutingMobile" | string;
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "walletConnectLiveApp" | "customImage";
/** We use objects instead of direct booleans for potential future improvements

@@ -22,4 +22,4 @@ like feature versioning etc */

export declare type DefaultFeatures = {
[key in FeatureId]: Feature;
[key in FeatureId]?: Feature;
};
//# sourceMappingURL=feature.d.ts.map

@@ -12,2 +12,3 @@ export * from "./account";

export * from "./transaction";
export * from "./postOnboarding";
//# sourceMappingURL=index.d.ts.map

@@ -12,2 +12,3 @@ export * from "./account";

export * from "./transaction";
export * from "./postOnboarding";
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ import type { BigNumber } from "bignumber.js";

*/
export declare type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "SUPPLY" | "REDEEM" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "NFT_IN" | "NFT_OUT";
export declare type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "SUPPLY" | "REDEEM" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "LOCK" | "UNLOCK" | "WITHDRAW" | "REVOKE" | "ACTIVATE" | "REGISTER" | "NFT_IN" | "NFT_OUT";
/**

@@ -9,0 +9,0 @@ *

/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "ptxSmartRoutingMobile" | string;
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "walletConnectLiveApp" | "customImage";
/** We use objects instead of direct booleans for potential future improvements

@@ -22,4 +22,4 @@ like feature versioning etc */

export declare type DefaultFeatures = {
[key in FeatureId]: Feature;
[key in FeatureId]?: Feature;
};
//# sourceMappingURL=feature.d.ts.map

@@ -12,2 +12,3 @@ export * from "./account";

export * from "./transaction";
export * from "./postOnboarding";
//# sourceMappingURL=index.d.ts.map

@@ -28,2 +28,3 @@ "use strict";

__exportStar(require("./transaction"), exports);
__exportStar(require("./postOnboarding"), exports);
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ import type { BigNumber } from "bignumber.js";

*/
export declare type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "SUPPLY" | "REDEEM" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "NFT_IN" | "NFT_OUT";
export declare type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "SUPPLY" | "REDEEM" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "LOCK" | "UNLOCK" | "WITHDRAW" | "REVOKE" | "ACTIVATE" | "REGISTER" | "NFT_IN" | "NFT_OUT";
/**

@@ -9,0 +9,0 @@ *

{
"name": "@ledgerhq/types-live",
"version": "6.24.0",
"version": "6.24.1-nightly.0",
"description": "Ledger Live main types.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,4 +12,16 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */

| "currencyOsmosisMobile"
| "currencyFantom"
| "currencyMoonbeam"
| "currencyCronos"
| "currencySongbird"
| "currencyFlare"
| "currencyFantomMobile"
| "currencyMoonbeamMobile"
| "currencyCronosMobile"
| "currencySongbirdMobile"
| "currencyFlareMobile"
| "ptxSmartRoutingMobile"
| string;
| "mockFeature"
| "walletConnectLiveApp"
| "customImage";

@@ -35,2 +47,2 @@ /** We use objects instead of direct booleans for potential future improvements

/** */
export type DefaultFeatures = { [key in FeatureId]: Feature };
export type DefaultFeatures = { [key in FeatureId]?: Feature };

@@ -12,1 +12,2 @@ export * from "./account";

export * from "./transaction";
export * from "./postOnboarding";

@@ -39,2 +39,9 @@ import type { BigNumber } from "bignumber.js";

| "OPT_OUT"
// CELO
| "LOCK"
| "UNLOCK"
| "WITHDRAW"
| "REVOKE"
| "ACTIVATE"
| "REGISTER"
// NFT

@@ -41,0 +48,0 @@ | "NFT_IN"

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc