@integration-app/sdk
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -11,3 +11,3 @@ import { JSONSchema } from './json-schema'; | ||
payload?: any; | ||
inputSchema?: JSONSchema; | ||
variablesSchema?: JSONSchema; | ||
} | ||
@@ -14,0 +14,0 @@ export declare class DataLinksResponse { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,7 +31,7 @@ import { JSONSchema } from './json-schema' | ||
// Can use Data Composer recipes inside using variables | ||
// described by `inputSchema`. | ||
// described by `variablesSchema`. | ||
payload?: any | ||
// Schema for variables used in the payload. | ||
inputSchema?: JSONSchema | ||
variablesSchema?: JSONSchema | ||
} | ||
@@ -38,0 +38,0 @@ |
930319