@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.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, }: IChangeSetEventCreationPayload, changeSet: ChangeSet);
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",