@elyx-code/project-logic-tree 0.0.6302 → 0.0.6304

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
@@ -1988,7 +1988,7 @@ export declare class DataTypeState extends VersionedState implements IDataType,
1988
1988
  canBeObject(): boolean;
1989
1989
  hasStrictObjectStructure(): boolean;
1990
1990
  isInlineDeclaredEntity(): boolean;
1991
- canModifyInlineDeclaredEntity(): boolean;
1991
+ canModifyObjectStructure(): boolean;
1992
1992
  inferFromInputs(inputs: VariableInputMapState[], changeSet?: ChangeSet | null): IChangeSet<DataTypeState>;
1993
1993
  }
1994
1994