@integration-app/sdk
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -789,3 +789,3 @@ (function (global, factory) { | ||
blueprintKey: IMPORT_BLUEPRINT_KEY, | ||
flowConfig: JSON.stringify({ | ||
parameters: JSON.stringify({ | ||
schema: options.schema, | ||
@@ -803,3 +803,3 @@ }), | ||
blueprintKey: options.blueprintKey, | ||
flowConfig: JSON.stringify(options.flowConfig), | ||
parameters: JSON.stringify(options.parameters), | ||
}); | ||
@@ -806,0 +806,0 @@ iframe.openIframe(uri, { |
@@ -16,3 +16,3 @@ export declare function init(options: InitOptions): void; | ||
blueprintKey: string; | ||
flowConfig: any; | ||
parameters: any; | ||
onFlowRunComplete?: (...args: any) => void; | ||
@@ -19,0 +19,0 @@ onClose?: (...args: any) => void; |
@@ -19,3 +19,3 @@ "use strict"; | ||
blueprintKey: IMPORT_BLUEPRINT_KEY, | ||
flowConfig: JSON.stringify({ | ||
parameters: JSON.stringify({ | ||
schema: options.schema, | ||
@@ -33,3 +33,3 @@ }), | ||
blueprintKey: options.blueprintKey, | ||
flowConfig: JSON.stringify(options.flowConfig), | ||
parameters: JSON.stringify(options.parameters), | ||
}); | ||
@@ -36,0 +36,0 @@ iframe_1.openIframe(uri, { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -18,3 +18,3 @@ import { openIframe } from './iframe' | ||
blueprintKey: IMPORT_BLUEPRINT_KEY, | ||
flowConfig: JSON.stringify({ | ||
parameters: JSON.stringify({ | ||
schema: options.schema, | ||
@@ -32,3 +32,3 @@ }), | ||
blueprintKey: options.blueprintKey, | ||
flowConfig: JSON.stringify(options.flowConfig), | ||
parameters: JSON.stringify(options.parameters), | ||
}) | ||
@@ -81,5 +81,5 @@ openIframe(uri, { | ||
blueprintKey: string | ||
flowConfig: any | ||
parameters: any | ||
onFlowRunComplete?: (...args: any) => void | ||
onClose?: (...args: any) => void | ||
} |
Sorry, the diff of this file is not supported yet