@elyx-code/project-logic-tree 0.0.6300 → 0.0.6301

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
@@ -1987,6 +1987,8 @@ export declare class DataTypeState extends VersionedState implements IDataType,
1987
1987
  isObject(): boolean;
1988
1988
  canBeObject(): boolean;
1989
1989
  hasStrictObjectStructure(): boolean;
1990
+ isInlineDeclaredEntity(): boolean;
1991
+ canModifyInlineDeclaredEntity(): boolean;
1990
1992
  inferFromInputs(inputs: VariableInputMapState[], changeSet?: ChangeSet | null): IChangeSet<DataTypeState>;
1991
1993
  }
1992
1994
 
@@ -11692,6 +11694,7 @@ export declare class ProjectState extends CombinedVersionedEvents implements IPr
11692
11694
 
11693
11695
  export declare enum ProjectStateEvents {
11694
11696
  PROJECT_INITIALIZED = "project-initialized",
11697
+ CHANGE_SET_CLOSED = "change-set-closed",
11695
11698
  DEFINITION_ENTITY_ADDED = "definition-entity-added",
11696
11699
  DEFINITION_ENTITY_REMOVED = "definition-entity-removed",
11697
11700
  DEFINITION_ENTITY_UPDATED = "definition-entity-updated",