lucid-extension-sdk
Advanced tools
Comparing version 0.0.239 to 0.0.240
@@ -56,3 +56,3 @@ import { isObject, isString } from '../../checks'; | ||
PatchType: (x: unknown) => x is import("./upstreampatchtype").UpstreamPatchType | null | undefined; | ||
SourceConfig: typeof isObject; | ||
SourceConfig: typeof isObject; /** @ignore until spreadsheet integration is ready for launch (CHART-51946) */ | ||
}> | null | undefined; | ||
@@ -59,0 +59,0 @@ }>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.deserializeActions = exports.actionsHeaderValidator = void 0; | ||
const dataupdatefiltertype_1 = require("../../data/dataupdatefiltertype"); | ||
const checks_1 = require("../../core/checks"); | ||
const validators_1 = require("../../core/validators/validators"); | ||
const dataupdatefiltertype_1 = require("../../data/dataupdatefiltertype"); | ||
const action_1 = require("./action"); | ||
@@ -8,0 +8,0 @@ const dataconnectoractionkeys_1 = require("./dataconnectoractionkeys"); |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.239", | ||
"version": "0.0.240", | ||
"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
735005
7