@elyx-code/project-logic-tree 0.0.6923 → 0.0.6925
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.
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -21282,6 +21282,9 @@ export declare enum BaseValueDescriptorIds {
|
|
|
21282
21282
|
identifier: string;
|
|
21283
21283
|
createdAt: string;
|
|
21284
21284
|
project: string;
|
|
21285
|
+
selfId: EntityId;
|
|
21286
|
+
selfType: EntityType;
|
|
21287
|
+
selfVersion: EntityVersion;
|
|
21285
21288
|
}
|
|
21286
21289
|
|
|
21287
21290
|
export declare interface IArgumentDeclaration extends IArgumentDeclaration_meta, IBaseVariable, IChildEntity, IValueWritingEntity {
|
|
@@ -21622,6 +21625,9 @@ export declare enum BaseValueDescriptorIds {
|
|
|
21622
21625
|
versionId: string;
|
|
21623
21626
|
timestamp: string;
|
|
21624
21627
|
actionName: string | null;
|
|
21628
|
+
selfId: EntityId;
|
|
21629
|
+
selfType: EntityType;
|
|
21630
|
+
selfVersion: EntityVersion;
|
|
21625
21631
|
}
|
|
21626
21632
|
|
|
21627
21633
|
export declare interface IBranchMerge {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6925",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|