@activepieces/pieces-framework
Advanced tools
Comparing version 0.3.23 to 0.3.24
{ | ||
"name": "@activepieces/pieces-framework", | ||
"version": "0.3.23", | ||
"version": "0.3.24", | ||
"type": "commonjs", | ||
@@ -9,3 +9,3 @@ "dependencies": { | ||
"nanoid": "3.3.4", | ||
"@activepieces/shared": "0.3.38", | ||
"@activepieces/shared": "0.3.41", | ||
"tslib": "2.4.1" | ||
@@ -12,0 +12,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { AppConnectionValue, ExecutionType, PauseMetadata, ScheduleOptions, TriggerPayload } from "@activepieces/shared"; | ||
import { AppConnectionValue, ExecutionType, PauseMetadata, ScheduleOptions, StopResponse, TriggerPayload } from "@activepieces/shared"; | ||
import { TriggerStrategy } from "./trigger/trigger"; | ||
@@ -28,3 +28,3 @@ export declare type TriggerHookContext<T, S extends TriggerStrategy> = S extends TriggerStrategy.APP_WEBHOOK ? { | ||
export declare type StopHookParams = { | ||
response?: unknown; | ||
response: StopResponse; | ||
}; | ||
@@ -31,0 +31,0 @@ export declare type StopHook = (params: StopHookParams) => void; |
39860
+ Added@activepieces/shared@0.3.41(transitive)
- Removed@activepieces/shared@0.3.38(transitive)
Updated@activepieces/shared@0.3.41