@onekeyfe/hd-shared
Advanced tools
Comparing version 0.2.22 to 0.2.23
@@ -82,2 +82,3 @@ export interface IHardwareError { | ||
readonly UnexpectPassphrase: 812; | ||
readonly FileAlreadyExists: 813; | ||
}; | ||
@@ -84,0 +85,0 @@ export declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping; |
@@ -91,2 +91,3 @@ declare type Deferred<T, I = any, D = any> = { | ||
readonly UnexpectPassphrase: 812; | ||
readonly FileAlreadyExists: 813; | ||
}; | ||
@@ -93,0 +94,0 @@ declare const HardwareErrorCodeMessage: HardwareErrorCodeMessageMapping; |
@@ -151,2 +151,3 @@ 'use strict'; | ||
UnexpectPassphrase: 812, | ||
FileAlreadyExists: 813, | ||
}; | ||
@@ -218,2 +219,3 @@ const HardwareErrorCodeMessage = { | ||
[HardwareErrorCode.UnexpectPassphrase]: 'Unexpect passphrase', | ||
[HardwareErrorCode.FileAlreadyExists]: 'File already exists', | ||
}; | ||
@@ -220,0 +222,0 @@ const TypedError = (hardwareError, message, params) => { |
{ | ||
"name": "@onekeyfe/hd-shared", | ||
"version": "0.2.22", | ||
"version": "0.2.23", | ||
"description": "Hardware SDK's shared tool library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "720fa3b25f4fd9de7d1f426a4e42af347476ef8f" | ||
"gitHead": "b8a1f2f6b0fdfff9166bc8dc121e0e5d97b42970" | ||
} |
@@ -316,2 +316,7 @@ export interface IHardwareError { | ||
UnexpectPassphrase: 812, | ||
/** | ||
* NFT file already exists | ||
*/ | ||
FileAlreadyExists: 813, | ||
} as const; | ||
@@ -419,2 +424,3 @@ | ||
[HardwareErrorCode.UnexpectPassphrase]: 'Unexpect passphrase', | ||
[HardwareErrorCode.FileAlreadyExists]: 'File already exists', | ||
} as const; | ||
@@ -421,0 +427,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
36684
894