@elyx-code/project-logic-tree 0.0.6629 → 0.0.6630

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
@@ -28570,6 +28570,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
28570
28570
  PROJECT_INITIALIZED = "project-initialized",
28571
28571
  BEFORE_CHANGE_SET_CLOSE_BEFORE_SIDE_EFFECTS = "before-change-set-close-before-side-effects",
28572
28572
  BEFORE_CHANGE_SET_CLOSE_AFTER_SIDE_EFFECTS = "before-change-set-close-after-side-effects",
28573
+ CHANGE_SET_CLOSED_BEFORE_PERSIST = "change-set-closed-before-persist",
28573
28574
  CHANGE_SET_PERSISTED = "change-set-persisted",
28574
28575
  BEFORE_CHANGE_SET_PERSIST = "before-change-set-persist",
28575
28576
  EXPLICIT_DEFINITION_ENTITY_ADDED = "explicit-definition-entity-added",