@elyx-code/project-logic-tree 0.0.6851 → 0.0.6852

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
@@ -15490,7 +15490,8 @@ export declare enum BaseValueDescriptorIds {
15490
15490
  PersistedEntities = "persisted-entities-explanation",
15491
15491
  AttachingPersistedEntitiesToDatabases = "attaching-persisted-entities-to-databases-explanation",
15492
15492
  FullSQLSelectableBreakdown = "full-sql-selectable-breakdown-explanation",
15493
- CurrentlyUnattachedPersistedEntities = "currently-unattached-persisted-entities-explanation"
15493
+ CurrentlyUnattachedPersistedEntities = "currently-unattached-persisted-entities-explanation",
15494
+ ReferencedInputDeclarationReplacedWithInputMapInQuery = "referenced-input-declaration-replaced-with-input-map-in-query-explanation"
15494
15495
  }
15495
15496
 
15496
15497
  /** lodash-like get(obj, path, defaultValue) with precise "missing" detection */