@integration-app/sdk
Advanced tools
Comparing version 0.1.42 to 0.1.43
@@ -7,4 +7,4 @@ import { FlowNodeLink } from './flow-nodes'; | ||
blueprintKey?: string; | ||
config?: any; | ||
userConfigSchema?: JSONSchema; | ||
parameters?: any; | ||
userParametersSchema?: JSONSchema; | ||
input?: any; | ||
@@ -18,3 +18,2 @@ inputBatchSize?: number; | ||
name: string; | ||
endpointKey: string; | ||
parametersSchema: JSONSchema; | ||
@@ -21,0 +20,0 @@ nodes: Record<string, FlowBlueprintNode>; |
@@ -7,3 +7,2 @@ import { FlowNode } from './flow-nodes'; | ||
blueprintKey?: string; | ||
endpointKey: string; | ||
connectionKey?: string; | ||
@@ -10,0 +9,0 @@ name: string; |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.1.42", | ||
"version": "0.1.43", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -10,5 +10,6 @@ "main": "index.js", | ||
"cleanup": "rm -f *.js.map && rm -f *.d.ts && find . -type f -maxdepth 1 -name \"*.js\" -not -name \"rollup.config.js\" -not -name \".eslintrc.js\" -delete", | ||
"build:compile": "tsc", | ||
"build:compile": "tsc --project tsconfig.build.json", | ||
"build:bundle": "rollup -c rollup.config.js", | ||
"watch": "tsc --watch", | ||
"lint": "eslint -c .eslintrc .", | ||
"test": "jest", | ||
@@ -15,0 +16,0 @@ "test:watch": "jest --watch" |
@@ -11,5 +11,5 @@ import { FlowNodeLink } from './flow-nodes' | ||
config?: any | ||
parameters?: any | ||
userConfigSchema?: JSONSchema | ||
userParametersSchema?: JSONSchema | ||
@@ -33,4 +33,2 @@ input?: any | ||
public endpointKey: string | ||
public parametersSchema: JSONSchema | ||
@@ -37,0 +35,0 @@ |
@@ -11,4 +11,2 @@ import { FlowNode } from './flow-nodes' | ||
endpointKey: string | ||
connectionKey?: string | ||
@@ -15,0 +13,0 @@ |
@@ -33,6 +33,8 @@ { | ||
}, | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"./*.ts", | ||
"**/*.test.ts", | ||
"./*.d.ts", | ||
@@ -39,0 +41,0 @@ "./*.js" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
979097
95
11570