@elyx-code/project-logic-tree 0.0.6928 → 0.0.6930

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",