@activepieces/shared
Advanced tools
Comparing version 0.10.91 to 0.10.92
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.10.91", | ||
"version": "0.10.92", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -45,2 +45,3 @@ import { AppConnectionValue } from '../app-connection/app-connection'; | ||
input: Record<string, unknown>; | ||
searchValue?: string; | ||
}; | ||
@@ -47,0 +48,0 @@ type BaseExecuteFlowOperation<T extends ExecutionType> = BaseEngineOperation & { |
@@ -55,2 +55,3 @@ import { Static } from '@sinclair/typebox'; | ||
input: import("@sinclair/typebox").TAny; | ||
searchValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>; | ||
}>; | ||
@@ -57,0 +58,0 @@ export type PieceOptionRequest = Static<typeof PieceOptionRequest>; |
@@ -57,2 +57,3 @@ "use strict"; | ||
input: typebox_1.Type.Any({}), | ||
searchValue: typebox_1.Type.Optional(typebox_1.Type.String()), | ||
}); | ||
@@ -59,0 +60,0 @@ var PieceScope; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
480368
6577