@magic-sdk/types
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -0,1 +1,13 @@ | ||
# v3.2.1 (Mon Aug 09 2021) | ||
#### 🐛 Bug Fix | ||
- register access control rpc error code [#193](https://github.com/magiclabs/magic-js/pull/193) ([@Dizigen](https://github.com/Dizigen)) | ||
#### Authors: 1 | ||
- David He ([@Dizigen](https://github.com/Dizigen)) | ||
--- | ||
# v3.2.0 (Wed Jul 28 2021) | ||
@@ -2,0 +14,0 @@ |
@@ -28,5 +28,6 @@ export declare enum SDKErrorCode { | ||
UserRequestEditEmail = -10005, | ||
InactiveRecipient = -10010 | ||
InactiveRecipient = -10010, | ||
AccessDeniedToUser = -10011 | ||
} | ||
export declare type ErrorCode = SDKErrorCode | RPCErrorCode; | ||
export declare type WarningCode = SDKWarningCode; |
@@ -36,3 +36,4 @@ "use strict"; | ||
RPCErrorCode[RPCErrorCode["InactiveRecipient"] = -10010] = "InactiveRecipient"; | ||
RPCErrorCode[RPCErrorCode["AccessDeniedToUser"] = -10011] = "AccessDeniedToUser"; | ||
})(RPCErrorCode = exports.RPCErrorCode || (exports.RPCErrorCode = {})); | ||
//# sourceMappingURL=exception-types.js.map |
@@ -28,5 +28,6 @@ export declare enum SDKErrorCode { | ||
UserRequestEditEmail = -10005, | ||
InactiveRecipient = -10010 | ||
InactiveRecipient = -10010, | ||
AccessDeniedToUser = -10011 | ||
} | ||
export declare type ErrorCode = SDKErrorCode | RPCErrorCode; | ||
export declare type WarningCode = SDKWarningCode; |
@@ -34,3 +34,4 @@ export var SDKErrorCode; | ||
RPCErrorCode[RPCErrorCode["InactiveRecipient"] = -10010] = "InactiveRecipient"; | ||
RPCErrorCode[RPCErrorCode["AccessDeniedToUser"] = -10011] = "AccessDeniedToUser"; | ||
})(RPCErrorCode || (RPCErrorCode = {})); | ||
//# sourceMappingURL=exception-types.js.map |
{ | ||
"name": "@magic-sdk/types", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Core typings for Magic SDK packages.", | ||
@@ -24,3 +24,3 @@ "author": "Magic Labs <team@magic.link> (https://magic.link/)", | ||
}, | ||
"gitHead": "617ec2c2255421d2b6cc56a31a62f98b562c8e7a" | ||
"gitHead": "e78f64b0cdcf71fa220cbf13db25c7f524efdcf4" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37538
567
0