@elyx-code/project-logic-tree 0.0.6672 → 0.0.6674

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
@@ -12226,6 +12226,7 @@ export declare type EntityId = string;
12226
12226
 
12227
12227
  export declare enum EntityInstanceErrorCode {
12228
12228
  NoPrimaryKeyProperty = "no-primary-key-property",
12229
+ MissingEnumOptions = "missing-enum-options",
12229
12230
  ScopeWithoutLogic = "scope-without-logic",
12230
12231
  AbstractEntityImplements = "abstract-entity-implements",
12231
12232
  ImplementsIncompatibleEntities = "implements-incompatible-entities",