@onekeyfe/hd-shared
Advanced tools
Comparing version 0.1.55 to 0.1.56
@@ -46,4 +46,2 @@ export interface IHardwareError { | ||
readonly FirmwareUpdateLimitOneDevice: 409; | ||
readonly FirmwareUpdateManuallyEnterBoot: 410; | ||
readonly FirmwareUpdateAutoEnterBootFailure: 411; | ||
readonly NetworkError: 500; | ||
@@ -50,0 +48,0 @@ readonly TransportNotConfigured: 600; |
@@ -55,4 +55,2 @@ declare type Deferred<T, I = any, D = any> = { | ||
readonly FirmwareUpdateLimitOneDevice: 409; | ||
readonly FirmwareUpdateManuallyEnterBoot: 410; | ||
readonly FirmwareUpdateAutoEnterBootFailure: 411; | ||
readonly NetworkError: 500; | ||
@@ -59,0 +57,0 @@ readonly TransportNotConfigured: 600; |
@@ -115,4 +115,2 @@ 'use strict'; | ||
FirmwareUpdateLimitOneDevice: 409, | ||
FirmwareUpdateManuallyEnterBoot: 410, | ||
FirmwareUpdateAutoEnterBootFailure: 411, | ||
NetworkError: 500, | ||
@@ -179,4 +177,2 @@ TransportNotConfigured: 600, | ||
[HardwareErrorCode.FirmwareUpdateLimitOneDevice]: 'Only one device can be connected during firmware upgrade', | ||
[HardwareErrorCode.FirmwareUpdateManuallyEnterBoot]: 'You need to manually enter boot', | ||
[HardwareErrorCode.FirmwareUpdateAutoEnterBootFailure]: 'Description Failed to automatically enter boot', | ||
[HardwareErrorCode.NetworkError]: 'Network request error', | ||
@@ -183,0 +179,0 @@ [HardwareErrorCode.TransportNotConfigured]: 'Transport not configured', |
{ | ||
"name": "@onekeyfe/hd-shared", | ||
"version": "0.1.55", | ||
"version": "0.1.56", | ||
"description": "Hardware SDK's shared tool library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "79fa201d009fc80a31946cd40f889b37f1ec53b0" | ||
"gitHead": "519e40b2b1a5224af1333ac4c715f19b2fef2378" | ||
} |
@@ -192,12 +192,2 @@ export interface IHardwareError { | ||
/** | ||
* You need to manually enter boot | ||
*/ | ||
FirmwareUpdateManuallyEnterBoot: 410, | ||
/** | ||
* Manual entry fails. You must manually enter the boot | ||
*/ | ||
FirmwareUpdateAutoEnterBootFailure: 411, | ||
/** | ||
* Netword request error | ||
@@ -352,5 +342,2 @@ */ | ||
'Only one device can be connected during firmware upgrade', | ||
[HardwareErrorCode.FirmwareUpdateManuallyEnterBoot]: 'You need to manually enter boot', | ||
[HardwareErrorCode.FirmwareUpdateAutoEnterBootFailure]: | ||
'Description Failed to automatically enter boot', | ||
@@ -357,0 +344,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
34305
840