@grouparoo/app-templates
Advanced tools
Comparing version 0.7.0-alpha.9 to 0.7.0-alpha.10
@@ -7,2 +7,3 @@ import { PluginConnection, ExecuteQueryMethod, ValidateQueryMethod, GetChangedRowsMethod } from "./options"; | ||
name: string; | ||
displayName: string; | ||
description: string; | ||
@@ -9,0 +10,0 @@ app: string; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const options_1 = require("./options"); | ||
const buildConnection = ({ name, description, app, tableOptionDescription = null, options = [], executeQuery, getChangedRows, validateQuery = options_1.validateGenericQuery, getTables, }) => { | ||
const buildConnection = ({ name, displayName, description, app, tableOptionDescription = null, options = [], executeQuery, getChangedRows, validateQuery = options_1.validateGenericQuery, getTables, }) => { | ||
const sourceOptions = (0, options_1.getSourceOptions)({ getTables }); | ||
@@ -18,2 +18,3 @@ const recordProperty = (0, options_1.getRecordProperty)({ | ||
name, | ||
displayName, | ||
direction: "import", | ||
@@ -20,0 +21,0 @@ description, |
@@ -5,2 +5,3 @@ import { GetSampleRowsMethod, GetTablesMethod, GetColumnDefinitionsMethod, PluginConnection, GetChangedRowsMethod, GetPropertyValueMethod, GetPropertyValuesMethod, GetChangedRowCountMethod, SourceOptionsExtra } from "./options"; | ||
name: string; | ||
displayName: string; | ||
description: string; | ||
@@ -7,0 +8,0 @@ app: string; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const options_1 = require("./options"); | ||
const buildConnection = ({ name, description, app, tableOptionDescription = null, tableOptionDisplayName = null, sourceOptions: additionalOptions, getSampleRows, getColumns, getTables, getChangedRows, getPropertyValue, getPropertyValues, getChangedRowCount, }) => { | ||
const buildConnection = ({ name, displayName, description, app, tableOptionDescription = null, tableOptionDisplayName = null, sourceOptions: additionalOptions, getSampleRows, getColumns, getTables, getChangedRows, getPropertyValue, getPropertyValues, getChangedRowCount, }) => { | ||
const propertyOptions = async (args) => (0, options_1.getPropertyOptions)(args, { | ||
@@ -51,2 +51,3 @@ getSampleRows, | ||
name, | ||
displayName, | ||
direction: "import", | ||
@@ -53,0 +54,0 @@ description, |
@@ -5,3 +5,3 @@ { | ||
"description": "Common patterns for Grouparoo plugins that contribute apps", | ||
"version": "0.7.0-alpha.9", | ||
"version": "0.7.0-alpha.10", | ||
"license": "MPL-2.0", | ||
@@ -32,4 +32,4 @@ "private": false, | ||
"devDependencies": { | ||
"@grouparoo/core": "0.7.0-alpha.9", | ||
"@grouparoo/spec-helper": "0.7.0-alpha.9", | ||
"@grouparoo/core": "0.7.0-alpha.10", | ||
"@grouparoo/spec-helper": "0.7.0-alpha.10", | ||
"@types/jest": "*", | ||
@@ -46,3 +46,3 @@ "@types/node": "*", | ||
}, | ||
"gitHead": "8fa6d366bf1ede0304ac4edd31b34f77f61aba5c" | ||
"gitHead": "3d606c072de5382417f6c0eb45290335ee92c06d" | ||
} |
@@ -23,2 +23,3 @@ import { | ||
name: string; | ||
displayName: string; | ||
description: string; | ||
@@ -38,2 +39,3 @@ app: string; | ||
name, | ||
displayName, | ||
description, | ||
@@ -64,2 +66,3 @@ app, | ||
name, | ||
displayName, | ||
direction: "import", | ||
@@ -66,0 +69,0 @@ description, |
@@ -38,2 +38,3 @@ import { | ||
name: string; | ||
displayName: string; | ||
description: string; | ||
@@ -56,2 +57,3 @@ app: string; | ||
name, | ||
displayName, | ||
description, | ||
@@ -120,2 +122,3 @@ app, | ||
name, | ||
displayName, | ||
direction: "import", | ||
@@ -122,0 +125,0 @@ description, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
242007
6538