@elyx-code/project-logic-tree 0.0.6929 → 0.0.6931

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
@@ -12903,6 +12903,7 @@ export declare enum BaseValueDescriptorIds {
12903
12903
  NoPrimaryKeyProperty = "no-primary-key-property",
12904
12904
  MissingEnumOptions = "missing-enum-options",
12905
12905
  ScopeWithoutLogic = "scope-without-logic",
12906
+ EmptyGroupCondition = "empty-group-condition",
12906
12907
  AbstractEntityImplements = "abstract-entity-implements",
12907
12908
  ImplementsIncompatibleEntities = "implements-incompatible-entities",
12908
12909
  ExtendsIncompatibleEntities = "extends-incompatible-entities",
@@ -31735,6 +31736,8 @@ export declare enum BaseValueDescriptorIds {
31735
31736
  onCallRemoved?: (caller: CallerEntityState, callee: CallableEntityState, callType: 'success' | 'error' | 'entry' | 'loop-body') => Promise<void>;
31736
31737
  }): Promise<ChangeSet | null>;
31737
31738
 
31739
+ export declare function renameDefToNextAvailableName(entity: DefinitionEntityState, changeSet: ChangeSet | null): void;
31740
+
31738
31741
  export declare function repeatList(list: unknown, count: unknown): any[];
31739
31742
 
31740
31743
  export declare const repliesActionRef: IActionDescriptorReference;