@elyx-code/project-logic-tree 0.0.6648 → 0.0.6649

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
@@ -22291,6 +22291,10 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
22291
22291
  deletedProperties: PropertyState[];
22292
22292
  lastPublishedEntityVersion: DefinitionEntityState | null;
22293
22293
  updatedEntityVersion: DefinitionEntityState;
22294
+ nameChange?: {
22295
+ from: string;
22296
+ to: string;
22297
+ };
22294
22298
  propChanges: Map<EntityId, {
22295
22299
  castableDataTypeEntity?: {
22296
22300
  fromId: EntityId;