appknit-platform-sdk
Advanced tools
Comparing version 2.0.0-3 to 2.0.0-4
@@ -48,4 +48,4 @@ import { AppknitSDK } from '../sdk'; | ||
}; | ||
export declare type GraphFunction = (args: SdkGraphFunctionArgument) => Promise<any>; | ||
export declare type ExpressionFunction = (args: SdkExpressionFunctionArgument) => any; | ||
export declare type SdkGraphFunction = (args: SdkGraphFunctionArgument) => Promise<any>; | ||
export declare type SdkExpressionFunction = (args: SdkExpressionFunctionArgument) => any; | ||
export declare enum SdkGraphFunctionType { | ||
@@ -63,3 +63,3 @@ NODE = "NODE", | ||
svgSymbolMarkup: () => string; | ||
js: GraphFunction; | ||
js: SdkGraphFunction; | ||
} | ||
@@ -71,3 +71,3 @@ export interface SdkExpressionFunctionEntry { | ||
outputSchema: SdkOpenApiSchemaProperty; | ||
js: ExpressionFunction; | ||
js: SdkExpressionFunction; | ||
} | ||
@@ -74,0 +74,0 @@ export declare enum SdkIntegrationSourceType { |
{ | ||
"name": "appknit-platform-sdk", | ||
"version": "2.0.0-3", | ||
"version": "2.0.0-4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://appknit.io", |
126398