@doflo/flow-interfaces
Advanced tools
Comparing version 1.17.99 to 1.17.100
@@ -21,2 +21,5 @@ export interface AppExecutionContext<InputData = any> extends Readonly<Required<ExecutionWrapper<InputData>>> { | ||
executionId?: string; | ||
dataSliceId?: string; | ||
pos?: number; | ||
batch?: number; | ||
actionName: string; | ||
@@ -23,0 +26,0 @@ namespace: string; |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.17.99", | ||
"version": "1.17.100", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
406745
9735