@onekeyfe/hd-shared
Advanced tools
Comparing version 0.3.37 to 0.3.38
@@ -88,2 +88,3 @@ export interface IHardwareError { | ||
readonly NotInSigningMode: 815; | ||
readonly DataOverload: 816; | ||
readonly LowlevelTrasnportConnectError: 900; | ||
@@ -90,0 +91,0 @@ }; |
@@ -97,2 +97,3 @@ type Deferred<T, I = any, D = any> = { | ||
readonly NotInSigningMode: 815; | ||
readonly DataOverload: 816; | ||
readonly LowlevelTrasnportConnectError: 900; | ||
@@ -99,0 +100,0 @@ }; |
@@ -157,2 +157,3 @@ 'use strict'; | ||
NotInSigningMode: 815, | ||
DataOverload: 816, | ||
LowlevelTrasnportConnectError: 900, | ||
@@ -231,2 +232,3 @@ }; | ||
[HardwareErrorCode.NotInSigningMode]: 'not in signing mode', | ||
[HardwareErrorCode.DataOverload]: 'Params data overload', | ||
[HardwareErrorCode.LowlevelTrasnportConnectError]: 'Lowlevel transport connect error', | ||
@@ -233,0 +235,0 @@ }; |
{ | ||
"name": "@onekeyfe/hd-shared", | ||
"version": "0.3.37", | ||
"version": "0.3.38", | ||
"description": "Hardware SDK's shared tool library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b44f6d9df5b1ca9d4a66f0f3730f2989b7062d62" | ||
"gitHead": "85e740c727ad9fbd53bbec5b29315b5058858531" | ||
} |
@@ -341,2 +341,7 @@ export interface IHardwareError { | ||
/** | ||
* not in signing mode | ||
*/ | ||
DataOverload: 816, | ||
/** | ||
* Lowlevel transport connect error | ||
@@ -453,2 +458,3 @@ */ | ||
[HardwareErrorCode.NotInSigningMode]: 'not in signing mode', | ||
[HardwareErrorCode.DataOverload]: 'Params data overload', | ||
@@ -455,0 +461,0 @@ /** |
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
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
38996
955