@ledgerhq/types-live
Advanced tools
Comparing version 6.56.0-next.0 to 6.56.0-nightly.0
@@ -80,2 +80,4 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencySyscoin: DefaultFeature; | ||
currencyAptos: DefaultFeature; | ||
currencyAptosTestnet: DefaultFeature; | ||
currencyAxelar: DefaultFeature; | ||
@@ -82,0 +84,0 @@ currencySecretNetwork: DefaultFeature; |
@@ -7,3 +7,3 @@ import type { BigNumber } from "bignumber.js"; | ||
*/ | ||
export type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "WITHDRAW_EXPIRE_UNFREEZE" | "UNDELEGATE_RESOURCE" | "LEGACY_UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "LOCK" | "UNLOCK" | "WITHDRAW" | "REVOKE" | "ACTIVATE" | "REGISTER" | "NFT_IN" | "NFT_OUT" | "STAKE" | "UNSTAKE" | "WITHDRAW_UNSTAKED"; | ||
export type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "UNKNOWN" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "WITHDRAW_EXPIRE_UNFREEZE" | "UNDELEGATE_RESOURCE" | "LEGACY_UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "LOCK" | "UNLOCK" | "WITHDRAW" | "REVOKE" | "ACTIVATE" | "REGISTER" | "NFT_IN" | "NFT_OUT" | "STAKE" | "UNSTAKE" | "WITHDRAW_UNSTAKED"; | ||
export type OperationExtra = unknown; | ||
@@ -10,0 +10,0 @@ /** |
@@ -80,2 +80,4 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencySyscoin: DefaultFeature; | ||
currencyAptos: DefaultFeature; | ||
currencyAptosTestnet: DefaultFeature; | ||
currencyAxelar: DefaultFeature; | ||
@@ -82,0 +84,0 @@ currencySecretNetwork: DefaultFeature; |
@@ -7,3 +7,3 @@ import type { BigNumber } from "bignumber.js"; | ||
*/ | ||
export type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "WITHDRAW_EXPIRE_UNFREEZE" | "UNDELEGATE_RESOURCE" | "LEGACY_UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "LOCK" | "UNLOCK" | "WITHDRAW" | "REVOKE" | "ACTIVATE" | "REGISTER" | "NFT_IN" | "NFT_OUT" | "STAKE" | "UNSTAKE" | "WITHDRAW_UNSTAKED"; | ||
export type OperationType = "IN" | "OUT" | "NONE" | "CREATE" | "REVEAL" | "UNKNOWN" | "DELEGATE" | "UNDELEGATE" | "REDELEGATE" | "REWARD" | "FEES" | "FREEZE" | "UNFREEZE" | "WITHDRAW_EXPIRE_UNFREEZE" | "UNDELEGATE_RESOURCE" | "LEGACY_UNFREEZE" | "VOTE" | "REWARD_PAYOUT" | "BOND" | "UNBOND" | "WITHDRAW_UNBONDED" | "SET_CONTROLLER" | "SLASH" | "NOMINATE" | "CHILL" | "APPROVE" | "OPT_IN" | "OPT_OUT" | "LOCK" | "UNLOCK" | "WITHDRAW" | "REVOKE" | "ACTIVATE" | "REGISTER" | "NFT_IN" | "NFT_OUT" | "STAKE" | "UNSTAKE" | "WITHDRAW_UNSTAKED"; | ||
export type OperationExtra = unknown; | ||
@@ -10,0 +10,0 @@ /** |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.56.0-next.0", | ||
"version": "6.56.0-nightly.0", | ||
"description": "Ledger Live main types.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"ts-node": "^10.4.0", | ||
"@ledgerhq/types-cryptoassets": "^7.18.0-next.0", | ||
"@ledgerhq/types-cryptoassets": "^7.18.0-nightly.1", | ||
"@ledgerhq/types-devices": "^6.25.3" | ||
@@ -39,0 +39,0 @@ }, |
@@ -92,2 +92,4 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencySyscoin: DefaultFeature; | ||
currencyAptos: DefaultFeature; | ||
currencyAptosTestnet: DefaultFeature; | ||
currencyAxelar: DefaultFeature; | ||
@@ -94,0 +96,0 @@ currencySecretNetwork: DefaultFeature; |
@@ -14,2 +14,4 @@ import type { BigNumber } from "bignumber.js"; | ||
| "REVEAL" | ||
// APTOS | ||
| "UNKNOWN" | ||
// COSMOS | ||
@@ -16,0 +18,0 @@ | "DELEGATE" |
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
6302
398458