lucid-extension-sdk
Advanced tools
Comparing version 0.0.268 to 0.0.269
@@ -7,3 +7,2 @@ "use strict"; | ||
const upstreamconfig_1 = require("../core/data/datasource/upstreamconfig"); | ||
const upstreampatchtype_1 = require("../core/data/datasource/upstreampatchtype"); | ||
const upstreamupdatetype_1 = require("../core/data/datasource/upstreamupdatetype"); | ||
@@ -30,3 +29,2 @@ const result_1 = require("../core/result"); | ||
formatBody({ dataSourceName, collections, updateFilterType, dataSourceConfiguration }) { | ||
var _a; | ||
const updateData = {}; | ||
@@ -40,3 +38,3 @@ for (const collectionId in collections) { | ||
updateType: upstreamupdatetype_1.UpstreamUpdateType.EVENTPULL, | ||
patchType: (_a = dataSourceConfiguration === null || dataSourceConfiguration === void 0 ? void 0 : dataSourceConfiguration.patchType) !== null && _a !== void 0 ? _a : upstreampatchtype_1.UpstreamPatchType.AUTO, | ||
patchType: dataSourceConfiguration === null || dataSourceConfiguration === void 0 ? void 0 : dataSourceConfiguration.patchType, | ||
sourceConfig: Object.assign({}, updateFilterTypeObj), | ||
@@ -43,0 +41,0 @@ }; |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.268", | ||
"version": "0.0.269", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
760668
17625