@trezor/protobuf
Advanced tools
Comparing version 1.2.2 to 1.2.3-beta.1
@@ -7,2 +7,3 @@ export type UintType = string | number; | ||
T2B1 = "T2B1", | ||
T3B1 = "T3B1", | ||
T3T1 = "T3T1" | ||
@@ -780,2 +781,3 @@ } | ||
pages?: number; | ||
name?: string; | ||
}; | ||
@@ -860,2 +862,3 @@ export type ButtonAck = {}; | ||
export type DebugLinkResetDebugEvents = {}; | ||
export type DebugLinkOptigaSetSecMax = {}; | ||
export type EosGetPublicKey = { | ||
@@ -1369,3 +1372,2 @@ address_n: number[]; | ||
export type ResetDevice = { | ||
display_random?: boolean; | ||
strength?: number; | ||
@@ -1440,8 +1442,2 @@ passphrase_protection?: boolean; | ||
}; | ||
export declare enum MoneroNetworkType { | ||
MAINNET = 0, | ||
TESTNET = 1, | ||
STAGENET = 2, | ||
FAKECHAIN = 3 | ||
} | ||
export type NEMGetAddress = { | ||
@@ -1873,4 +1869,2 @@ address_n: number[]; | ||
}; | ||
export type experimental_message = {}; | ||
export type experimental_field = {}; | ||
export type MessageType = { | ||
@@ -1991,2 +1985,3 @@ BinanceGetAddress: BinanceGetAddress; | ||
DebugLinkResetDebugEvents: DebugLinkResetDebugEvents; | ||
DebugLinkOptigaSetSecMax: DebugLinkOptigaSetSecMax; | ||
EosGetPublicKey: EosGetPublicKey; | ||
@@ -2153,4 +2148,2 @@ EosPublicKey: EosPublicKey; | ||
TezosSignedTx: TezosSignedTx; | ||
experimental_message: experimental_message; | ||
experimental_field: experimental_field; | ||
}; | ||
@@ -2157,0 +2150,0 @@ export type MessageKey = keyof MessageType; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TezosBallotType = exports.TezosContractType = exports.StellarSignerType = exports.StellarMemoType = exports.StellarAssetType = exports.NEMImportanceTransferMode = exports.NEMModificationType = exports.NEMSupplyChangeType = exports.NEMMosaicLevy = exports.MoneroNetworkType = exports.BootCommand = exports.Enum_WordRequestType = exports.SdProtectOperationType = exports.Enum_RecoveryType = exports.RecoveryDeviceInputMethod = exports.Enum_Capability = exports.Enum_RecoveryStatus = exports.Enum_BackupAvailability = exports.Enum_HomescreenFormat = exports.Enum_SafetyCheckLevel = exports.Enum_BackupType = exports.EthereumDataType = exports.EthereumDefinitionType = exports.DebugPhysicalButton = exports.DebugButton = exports.Enum_PinMatrixRequestType = exports.Enum_ButtonRequestType = exports.FailureType = exports.CardanoTxWitnessType = exports.CardanoTxSigningMode = exports.CardanoCVoteRegistrationFormat = exports.CardanoTxAuxiliaryDataSupplementType = exports.CardanoPoolRelayType = exports.CardanoDRepType = exports.CardanoCertificateType = exports.CardanoTxOutputSerializationFormat = exports.CardanoNativeScriptHashDisplayFormat = exports.CardanoNativeScriptType = exports.CardanoAddressType = exports.CardanoDerivationType = exports.Enum_RequestType = exports.AmountUnit = exports.DecredStakingSpendType = exports.Enum_OutputScriptType = exports.Enum_InputScriptType = exports.BinanceTimeInForce = exports.BinanceOrderSide = exports.BinanceOrderType = exports.DeviceModelInternal = void 0; | ||
exports.TezosBallotType = exports.TezosContractType = exports.StellarSignerType = exports.StellarMemoType = exports.StellarAssetType = exports.NEMImportanceTransferMode = exports.NEMModificationType = exports.NEMSupplyChangeType = exports.NEMMosaicLevy = exports.BootCommand = exports.Enum_WordRequestType = exports.SdProtectOperationType = exports.Enum_RecoveryType = exports.RecoveryDeviceInputMethod = exports.Enum_Capability = exports.Enum_RecoveryStatus = exports.Enum_BackupAvailability = exports.Enum_HomescreenFormat = exports.Enum_SafetyCheckLevel = exports.Enum_BackupType = exports.EthereumDataType = exports.EthereumDefinitionType = exports.DebugPhysicalButton = exports.DebugButton = exports.Enum_PinMatrixRequestType = exports.Enum_ButtonRequestType = exports.FailureType = exports.CardanoTxWitnessType = exports.CardanoTxSigningMode = exports.CardanoCVoteRegistrationFormat = exports.CardanoTxAuxiliaryDataSupplementType = exports.CardanoPoolRelayType = exports.CardanoDRepType = exports.CardanoCertificateType = exports.CardanoTxOutputSerializationFormat = exports.CardanoNativeScriptHashDisplayFormat = exports.CardanoNativeScriptType = exports.CardanoAddressType = exports.CardanoDerivationType = exports.Enum_RequestType = exports.AmountUnit = exports.DecredStakingSpendType = exports.Enum_OutputScriptType = exports.Enum_InputScriptType = exports.BinanceTimeInForce = exports.BinanceOrderSide = exports.BinanceOrderType = exports.DeviceModelInternal = void 0; | ||
var DeviceModelInternal; | ||
@@ -9,2 +9,3 @@ (function (DeviceModelInternal) { | ||
DeviceModelInternal["T2B1"] = "T2B1"; | ||
DeviceModelInternal["T3B1"] = "T3B1"; | ||
DeviceModelInternal["T3T1"] = "T3T1"; | ||
@@ -321,9 +322,2 @@ })(DeviceModelInternal || (exports.DeviceModelInternal = DeviceModelInternal = {})); | ||
})(BootCommand || (exports.BootCommand = BootCommand = {})); | ||
var MoneroNetworkType; | ||
(function (MoneroNetworkType) { | ||
MoneroNetworkType[MoneroNetworkType["MAINNET"] = 0] = "MAINNET"; | ||
MoneroNetworkType[MoneroNetworkType["TESTNET"] = 1] = "TESTNET"; | ||
MoneroNetworkType[MoneroNetworkType["STAGENET"] = 2] = "STAGENET"; | ||
MoneroNetworkType[MoneroNetworkType["FAKECHAIN"] = 3] = "FAKECHAIN"; | ||
})(MoneroNetworkType || (exports.MoneroNetworkType = MoneroNetworkType = {})); | ||
var NEMMosaicLevy; | ||
@@ -330,0 +324,0 @@ (function (NEMMosaicLevy) { |
{ | ||
"name": "@trezor/protobuf", | ||
"version": "1.2.2", | ||
"version": "1.2.3-beta.1", | ||
"license": "See LICENSE.md in repo root", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
987573
19
19317
2