lucid-extension-sdk 0.0.239 → 0.0.240
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,7 +53,7 @@ export declare const isSerializedImportedDataSource: (subject: unknown) => subje
|
|
|
53
53
|
SourceType: (x: unknown) => x is import("./datasourcetype").DataSourceType;
|
|
54
54
|
UpdateType: (x: unknown) => x is import("./upstreamupdatetype").UpstreamUpdateType;
|
|
55
55
|
PatchType: (x: unknown) => x is import("./upstreampatchtype").UpstreamPatchType | null | undefined;
|
|
56
|
-
SourceConfig: typeof isObject;
|
|
56
|
+
SourceConfig: typeof isObject; /** @ignore until spreadsheet integration is ready for launch (CHART-51946) */
|
|
57
57
|
}> | null | undefined;
|
|
58
58
|
}>;
|
|
59
59
|
Collections: (val: unknown) => val is import("../../guards").DestructureGuardedTypeObj<{
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.deserializeActions = exports.actionsHeaderValidator = void 0;
|
|
4
|
-
const dataupdatefiltertype_1 = require("../../data/dataupdatefiltertype");
|
|
5
4
|
const checks_1 = require("../../core/checks");
|
|
6
5
|
const validators_1 = require("../../core/validators/validators");
|
|
6
|
+
const dataupdatefiltertype_1 = require("../../data/dataupdatefiltertype");
|
|
7
7
|
const action_1 = require("./action");
|
|
8
8
|
const dataconnectoractionkeys_1 = require("./dataconnectoractionkeys");
|
|
9
9
|
exports.actionsHeaderValidator = (0, validators_1.objectValidator)({
|