@activepieces/shared
Advanced tools
Comparing version 0.10.88 to 0.10.89
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.10.88", | ||
"version": "0.10.89", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -6,5 +6,8 @@ export declare enum PrincipalType { | ||
UNKNOWN = "UNKNOWN", | ||
/** | ||
* @deprecated | ||
*/ | ||
SUPER_USER = "SUPER_USER" | ||
} | ||
export declare const ALL_PRINICPAL_TYPES: PrincipalType[]; | ||
export declare const ALL_PRINCIPAL_TYPES: PrincipalType[]; | ||
export declare const SERVICE_KEY_SECURITY_OPENAPI: { | ||
@@ -11,0 +14,0 @@ apiKey: never[]; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PlatformRole = exports.EndpointScope = exports.SERVICE_KEY_SECURITY_OPENAPI = exports.ALL_PRINICPAL_TYPES = exports.PrincipalType = void 0; | ||
exports.PlatformRole = exports.EndpointScope = exports.SERVICE_KEY_SECURITY_OPENAPI = exports.ALL_PRINCIPAL_TYPES = exports.PrincipalType = void 0; | ||
var PrincipalType; | ||
@@ -10,6 +10,8 @@ (function (PrincipalType) { | ||
PrincipalType["UNKNOWN"] = "UNKNOWN"; | ||
// Deprecated | ||
/** | ||
* @deprecated | ||
*/ | ||
PrincipalType["SUPER_USER"] = "SUPER_USER"; | ||
})(PrincipalType || (exports.PrincipalType = PrincipalType = {})); | ||
exports.ALL_PRINICPAL_TYPES = Object.values(PrincipalType); | ||
exports.ALL_PRINCIPAL_TYPES = Object.values(PrincipalType); | ||
exports.SERVICE_KEY_SECURITY_OPENAPI = { | ||
@@ -16,0 +18,0 @@ apiKey: [], |
Sorry, the diff of this file is not supported yet
495075
6769