@elyx-code/project-logic-tree 0.0.6682 → 0.0.6683

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
@@ -486,6 +486,8 @@ export declare class Area {
486
486
  next(onLevelComplete: (renderedLevel: Area[]) => void): void;
487
487
  }
488
488
 
489
+ export declare function areLiteralValuesEqual(valueA: LiteralValueState, valueB: LiteralValueState): boolean;
490
+
489
491
  export declare enum ArgumentDeclarationDependencyField {
490
492
  ArgumentDataTypeEntityField = "data-type-entity-field",
491
493
  ArgumentDataTypeField = "data-type-field",
@@ -22563,6 +22565,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
22563
22565
  oldProperty: PropertyState;
22564
22566
  }>;
22565
22567
  isPreexistingRowTransformerUpToDate: boolean | null;
22568
+ extendedEntities: ISQLMigrationsDiffs[];
22566
22569
  }
22567
22570
 
22568
22571
  export declare function isSame(a: ISODateString, b: ISODateString, unit?: default_3.OpUnitType): boolean;
@@ -29679,6 +29682,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
29679
29682
  getDefaultValue(): LiteralValueState | null;
29680
29683
  setDefaultValue(value: LiteralValueState | null, changeSet?: ChangeSet | null): PropertyState;
29681
29684
  syncWithImplementation(changeSet?: ChangeSet | null): IChangeSet<PropertyState>;
29685
+ syncWithExtension(changeSet?: ChangeSet | null): IChangeSet<PropertyState>;
29682
29686
  implementAsInputMap(changeSet: (ChangeSet | null) | undefined, newParent: PassThroughCallableEntityState | TerminationEntityState, newId?: string): InputMapState;
29683
29687
  }
29684
29688