@activepieces/shared
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -0,1 +1,2 @@ | ||
import { AppConnectionValue } from "../app-connection/app-connection"; | ||
import { ResumeStepMetadata } from "../flow-run/execution/execution-output"; | ||
@@ -40,3 +41,3 @@ import { ExecutionState } from "../flow-run/execution/execution-state"; | ||
pieceVersion: string; | ||
auth: unknown; | ||
auth: AppConnectionValue; | ||
}; | ||
@@ -43,0 +44,0 @@ export type ExecuteExtractPieceMetadata = { |
Sorry, the diff of this file is not supported yet
354687
4770