@activepieces/shared
Advanced tools
Comparing version 0.10.87 to 0.10.88
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.10.87", | ||
"version": "0.10.88", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -5,2 +5,4 @@ import { FileId } from '../file/file'; | ||
import { FlowVersionId } from '../flows/flow-version'; | ||
import { ProjectId } from '../project'; | ||
import { UserId } from '../user'; | ||
import { ApId } from './id-generator'; | ||
@@ -36,5 +38,4 @@ export declare class ActivepiecesError extends Error { | ||
export type PermissionDeniedErrorParams = BaseErrorParams<ErrorCode.PERMISSION_DENIED, { | ||
resource: string; | ||
action: string; | ||
projectId: string; | ||
userId: UserId; | ||
projectId: ProjectId; | ||
}>; | ||
@@ -41,0 +42,0 @@ export type SystemInvalidErrorParams = BaseErrorParams<ErrorCode.SYSTEM_PROP_INVALID, { |
export * from './utils'; | ||
export * from './base-model'; | ||
export * from './locale'; | ||
export * from './security'; |
@@ -7,2 +7,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./locale"), exports); | ||
tslib_1.__exportStar(require("./security"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
495022
242
6764