lucid-extension-sdk 0.0.423 → 0.0.424
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.
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* An enumeration of document element types. A Document element represents a collection of data that is stored on a document.
|
|
3
3
|
*/
|
|
4
4
|
export declare enum DocumentElementType {
|
|
5
|
+
AssetReference = "AssetReference",
|
|
5
6
|
DataTransformation = "DerivedStructure",
|
|
6
7
|
Path = "Path",
|
|
7
8
|
Tag = "Tag",
|
|
@@ -6,6 +6,7 @@ exports.DocumentElementType = void 0;
|
|
|
6
6
|
*/
|
|
7
7
|
var DocumentElementType;
|
|
8
8
|
(function (DocumentElementType) {
|
|
9
|
+
DocumentElementType["AssetReference"] = "AssetReference";
|
|
9
10
|
DocumentElementType["DataTransformation"] = "DerivedStructure";
|
|
10
11
|
DocumentElementType["Path"] = "Path";
|
|
11
12
|
DocumentElementType["Tag"] = "Tag";
|