@integration-app/sdk
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -5,2 +5,3 @@ import { FlowNodeLink } from './flow-nodes'; | ||
key: string; | ||
name: string; | ||
blueprintKey?: string; | ||
@@ -7,0 +8,0 @@ inputBatchSize?: number; |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,2 +7,4 @@ import { FlowNodeLink } from './flow-nodes' | ||
name: string | ||
blueprintKey?: string | ||
@@ -9,0 +11,0 @@ |
@@ -22,3 +22,6 @@ import { ErrorData } from './errors' | ||
export interface FlowNode { | ||
id: string // Backwards compatibility - will be removed soon. | ||
/** | ||
* @deprecated | ||
*/ | ||
id: string | ||
@@ -25,0 +28,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2481140
28908