@tatumio/shared-abstract-sdk
Advanced tools
Comparing version 2.0.1-alpha.236 to 2.0.1-alpha.237
{ | ||
"name": "@tatumio/shared-abstract-sdk", | ||
"version": "2.0.1-alpha.236", | ||
"version": "2.0.1-alpha.237", | ||
"license": "MIT", | ||
@@ -8,4 +8,4 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@tatumio/api-client": "2.0.1-alpha.236", | ||
"axios": "^0.24.0", | ||
"@tatumio/api-client": "2.0.1-alpha.237", | ||
"axios": "^0.25.0", | ||
"form-data": "^4.0.0", | ||
@@ -12,0 +12,0 @@ "bignumber.js": "^9.0.2" |
@@ -29,4 +29,6 @@ export declare type SdkErrorArgs<T extends SdkErrorCode = SdkErrorCode> = { | ||
VALIDATION_TO_ADDRESS = "validation.to-address", | ||
XLM_NO_SEQUENCE = "xlm.account.no-sequence" | ||
XLM_NO_SEQUENCE = "xlm.account.no-sequence", | ||
FLOW_MISSING_PRIVATE_KEY = "flow.private-key.missing", | ||
FLOW_MISSING_MNEMONIC = "flow.mnemonic.missing" | ||
} | ||
export declare const SdkErrorMessage: Record<SdkErrorCode, string>; |
@@ -77,2 +77,4 @@ "use strict"; | ||
SdkErrorCode["XLM_NO_SEQUENCE"] = "xlm.account.no-sequence"; | ||
SdkErrorCode["FLOW_MISSING_PRIVATE_KEY"] = "flow.private-key.missing"; | ||
SdkErrorCode["FLOW_MISSING_MNEMONIC"] = "flow.mnemonic.missing"; | ||
})(SdkErrorCode = exports.SdkErrorCode || (exports.SdkErrorCode = {})); | ||
@@ -97,3 +99,6 @@ // @TODO pass params? | ||
[SdkErrorCode.XLM_NO_SEQUENCE]: `Account does not contain sequence. Please check account info`, | ||
// FLOW | ||
[SdkErrorCode.FLOW_MISSING_PRIVATE_KEY]: `No private key available`, | ||
[SdkErrorCode.FLOW_MISSING_MNEMONIC]: `Mnemonic required`, | ||
}; | ||
//# sourceMappingURL=errors.abstract.sdk.js.map |
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
65577
846
+ Added@tatumio/api-client@2.0.1-alpha.237(transitive)
+ Addedaxios@0.25.0(transitive)
- Removed@tatumio/api-client@2.0.1-alpha.236(transitive)
- Removedaxios@0.24.0(transitive)
Updatedaxios@^0.25.0