@ledgerhq/types-live
Advanced tools
Comparing version 6.24.0 to 6.24.1-next.0
# @ledgerhq/types-live | ||
## 6.24.1-next.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 @@ |
/** 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" | "deviceLocalization" | "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" | "deviceLocalization" | "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-next.0", | ||
"description": "Ledger Live main types.", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@ledgerhq/types-cryptoassets": "^6.23.0", | ||
"@ledgerhq/types-cryptoassets": "^6.23.1-next.0", | ||
"@ledgerhq/types-devices": "^6.22.1" | ||
@@ -31,0 +31,0 @@ }, |
@@ -8,2 +8,3 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
| "counterValue" | ||
| "deviceLocalization" | ||
| "buyDeviceFromLive" | ||
@@ -13,4 +14,16 @@ | "ptxSmartRouting" | ||
| "currencyOsmosisMobile" | ||
| "currencyFantom" | ||
| "currencyMoonbeam" | ||
| "currencyCronos" | ||
| "currencySongbird" | ||
| "currencyFlare" | ||
| "currencyFantomMobile" | ||
| "currencyMoonbeamMobile" | ||
| "currencyCronosMobile" | ||
| "currencySongbirdMobile" | ||
| "currencyFlareMobile" | ||
| "ptxSmartRoutingMobile" | ||
| string; | ||
| "mockFeature" | ||
| "walletConnectLiveApp" | ||
| "customImage"; | ||
@@ -36,2 +49,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
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
324879
132
4140
1376
1