Comparing version 0.5.1 to 0.5.2
@@ -22,5 +22,5 @@ import { QueryStep, ApiQueryScope } from "../query/ApiQuery"; | ||
triggerNames: string[]; | ||
execute: (scope: ApiQueryScope) => Promise<ApiQueryScope>; | ||
execute: (scope: ApiQueryScope) => Promise<ApiEdgeQueryResponse>; | ||
constructor(name: string, execute: (scope: ApiQueryScope) => Promise<ApiEdgeQueryResponse>, targetTypes?: ApiEdgeQueryType, triggerKind?: ApiEdgeActionTriggerKind, triggers?: ApiEdgeActionTrigger, triggerNames?: string[]); | ||
inspect: () => string; | ||
} |
{ | ||
"name": "api-core", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -32,3 +32,3 @@ import {QueryStep, ApiQueryScope} from "../query/ApiQuery"; | ||
execute: (scope: ApiQueryScope) => Promise<ApiQueryScope>; | ||
execute: (scope: ApiQueryScope) => Promise<ApiEdgeQueryResponse>; | ||
@@ -35,0 +35,0 @@ constructor(name: string, |
Sorry, the diff of this file is not supported yet
668886