@integration-app/sdk
Advanced tools
Comparing version 0.1.8 to 0.1.9
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -50,3 +50,4 @@ export interface IntegrationAppClientOptions { | ||
blueprintKey: string; | ||
parameters: any; | ||
parameters?: any; | ||
nodes?: any; | ||
onFlowRunComplete?: (...args: any) => void; | ||
@@ -53,0 +54,0 @@ onClose?: (...args: any) => void; |
@@ -80,2 +80,3 @@ "use strict"; | ||
parameters: options.parameters, | ||
nodes: options.nodes, | ||
}); | ||
@@ -82,0 +83,0 @@ }); |
@@ -0,0 +0,0 @@ declare type Callbacks = { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IntegrationEngineClient } from './client'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ import commonjs from 'rollup-plugin-commonjs' |
@@ -0,0 +0,0 @@ /** |
@@ -91,2 +91,3 @@ import Pusher, { Channel } from 'pusher-js' | ||
parameters: options.parameters, | ||
nodes: options.nodes, | ||
}) | ||
@@ -370,3 +371,4 @@ } | ||
blueprintKey: string | ||
parameters: any | ||
parameters?: any | ||
nodes?: any | ||
onFlowRunComplete?: (...args: any) => void | ||
@@ -373,0 +375,0 @@ onClose?: (...args: any) => void |
@@ -0,0 +0,0 @@ import { connectToChild } from 'penpal' |
@@ -0,0 +0,0 @@ import { IntegrationEngineClient } from './client' |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19
0
804994
8042