@magic-sdk/types
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -15,2 +15,8 @@ ## Upcoming Changes | ||
## `1.4.6` - 08/20/2020 | ||
#### Added | ||
- New RPC error code for the `loginWithMagicLink` method: `-10005` | ||
## `1.4.5` - 07/22/2020 | ||
@@ -17,0 +23,0 @@ |
@@ -26,5 +26,6 @@ export declare enum SDKErrorCode { | ||
UserAlreadyLoggedIn = -10003, | ||
UpdateEmailFailed = -10004 | ||
UpdateEmailFailed = -10004, | ||
UserRequestEditEmail = -10005 | ||
} | ||
export declare type ErrorCode = SDKErrorCode | RPCErrorCode; | ||
export declare type WarningCode = SDKWarningCode; |
@@ -34,3 +34,4 @@ "use strict"; | ||
RPCErrorCode[RPCErrorCode["UpdateEmailFailed"] = -10004] = "UpdateEmailFailed"; | ||
RPCErrorCode[RPCErrorCode["UserRequestEditEmail"] = -10005] = "UserRequestEditEmail"; | ||
})(RPCErrorCode = exports.RPCErrorCode || (exports.RPCErrorCode = {})); | ||
//# sourceMappingURL=exception-types.js.map |
@@ -26,5 +26,6 @@ export declare enum SDKErrorCode { | ||
UserAlreadyLoggedIn = -10003, | ||
UpdateEmailFailed = -10004 | ||
UpdateEmailFailed = -10004, | ||
UserRequestEditEmail = -10005 | ||
} | ||
export declare type ErrorCode = SDKErrorCode | RPCErrorCode; | ||
export declare type WarningCode = SDKWarningCode; |
@@ -32,3 +32,4 @@ export var SDKErrorCode; | ||
RPCErrorCode[RPCErrorCode["UpdateEmailFailed"] = -10004] = "UpdateEmailFailed"; | ||
RPCErrorCode[RPCErrorCode["UserRequestEditEmail"] = -10005] = "UserRequestEditEmail"; | ||
})(RPCErrorCode || (RPCErrorCode = {})); | ||
//# sourceMappingURL=exception-types.js.map |
{ | ||
"name": "@magic-sdk/types", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "Core typings for Magic SDK packages.", | ||
@@ -22,3 +22,3 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)", | ||
}, | ||
"gitHead": "2290b381edc7224bb7d0d30c94d596514919a104" | ||
"gitHead": "d077d83d267c2b43b92ff6f7d228fa4d984d13c1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
508917
577