@elyx-code/project-logic-tree 0.0.6992 → 0.0.6994
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.cjs +83 -83
- package/dist/index.d.ts +2 -1
- package/dist/index.js +16343 -16325
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9873,7 +9873,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9873
9873
|
counterpart: UserManagedEntityState | PrimitiveEntityState | BuiltInBaseEntityState | null;
|
|
9874
9874
|
rootAction: boolean;
|
|
9875
9875
|
parent: ChangeSet;
|
|
9876
|
-
constructor({ id, action, errorReason, owner, counterpart, rootAction
|
|
9876
|
+
constructor({ id, action, errorReason, owner, counterpart, rootAction }: IChangeSetEventCreationPayload, changeSet: ChangeSet);
|
|
9877
9877
|
}
|
|
9878
9878
|
|
|
9879
9879
|
export declare function changeSetJSONRecordToUniqueIds(changeSet: IRecordChangeSet): Set<EntityId>;
|
|
@@ -29963,6 +29963,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
29963
29963
|
ChangeInputMapDataType = "change-input-data-type",
|
|
29964
29964
|
RecalculateLoop = "recalculate-loop",
|
|
29965
29965
|
ChangeLoopType = "changed-loop-type",
|
|
29966
|
+
ChangeLoopOutputDataType = "change-loop-output-data-type",
|
|
29966
29967
|
RecalculateOperation = "recalculate-operation",
|
|
29967
29968
|
ChangeOperationType = "changed-operation-type",
|
|
29968
29969
|
RecalculateOutputMap = "recalculate-output",
|