@activepieces/shared
Advanced tools
Comparing version 0.10.86 to 0.10.87
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.10.86", | ||
"version": "0.10.87", | ||
"type": "commonjs", | ||
@@ -9,5 +9,5 @@ "dependencies": { | ||
"semver": "7.6.0", | ||
"tslib": "1.14.1" | ||
"tslib": "2.6.2" | ||
}, | ||
"main": "./src/index.js" | ||
} |
@@ -10,2 +10,3 @@ "use strict"; | ||
PrincipalType["UNKNOWN"] = "UNKNOWN"; | ||
// Deprecated | ||
PrincipalType["SUPER_USER"] = "SUPER_USER"; | ||
@@ -12,0 +13,0 @@ })(PrincipalType || (exports.PrincipalType = PrincipalType = {})); |
@@ -31,3 +31,3 @@ import { FileId } from '../file/file'; | ||
export type EmailAuthIsDisabledParams = BaseErrorParams<ErrorCode.EMAIL_AUTH_DISABLED, Record<string, never>>; | ||
export type AuthorizationErrorParams = BaseErrorParams<ErrorCode.AUTHORIZATION, { | ||
export type AuthorizationErrorParams = BaseErrorParams<ErrorCode.AUTHORIZATION, Record<string, string> & { | ||
message?: string; | ||
@@ -34,0 +34,0 @@ }>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
493141
6734
+ Addedtslib@2.6.2(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@2.6.2