@onekeyfe/hd-shared
Advanced tools
Comparing version 0.1.38 to 0.1.39
@@ -73,2 +73,3 @@ export interface IHardwareError { | ||
readonly PollingStop: 810; | ||
readonly BlindSignDisabled: 811; | ||
}; | ||
@@ -75,0 +76,0 @@ export declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping; |
@@ -82,2 +82,3 @@ declare type Deferred<T, I = any, D = any> = { | ||
readonly PollingStop: 810; | ||
readonly BlindSignDisabled: 811; | ||
}; | ||
@@ -84,0 +85,0 @@ declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping; |
@@ -142,2 +142,3 @@ 'use strict'; | ||
PollingStop: 810, | ||
BlindSignDisabled: 811, | ||
}; | ||
@@ -200,2 +201,3 @@ const HardwareErrorCodeMessage = { | ||
[HardwareErrorCode.PollingStop]: 'Polling stop', | ||
[HardwareErrorCode.BlindSignDisabled]: 'Please confirm the BlindSign enabled', | ||
}; | ||
@@ -202,0 +204,0 @@ const TypedError = (hardwareError, message, params) => { |
{ | ||
"name": "@onekeyfe/hd-shared", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"description": "Hardware SDK's shared tool library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5828c78b10fca8604e158ef425a8c7314ece2bbf" | ||
"gitHead": "abaee3140debec0a263b2b87c5ffcddfa534b443" | ||
} |
@@ -281,2 +281,7 @@ export interface IHardwareError { | ||
PollingStop: 810, | ||
/** | ||
* Device does not open blid sign | ||
*/ | ||
BlindSignDisabled: 811, | ||
} as const; | ||
@@ -371,2 +376,3 @@ | ||
[HardwareErrorCode.PollingStop]: 'Polling stop', | ||
[HardwareErrorCode.BlindSignDisabled]: 'Please confirm the BlindSign enabled', | ||
} as const; | ||
@@ -373,0 +379,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
33194
817