@elyx-code/project-logic-tree 0.0.6587 → 0.0.6588

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
@@ -18481,6 +18481,8 @@ export declare function resolveNextValue(entity: ValueReadingEntityState, contex
18481
18481
 
18482
18482
  export declare function resolveOutputMapValue(entity: OutputMapState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
18483
18483
 
18484
+ export declare function resolvePassThroughCallableValue(entity: OperationState | InternalCallState | FunctionCallState | SearchState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
18485
+
18484
18486
  export declare function resolvePersistedDefinitionEntityDatabaseEntity(entity: DefinitionEntityState): DefinitionEntityState | null;
18485
18487
 
18486
18488
  export declare function resolvePrimaryKeyProperty(entity: DefinitionEntityState): PropertyState | null;
@@ -18500,6 +18502,8 @@ export declare function resolveResourceNameFromType(resourceType: Infrastructure
18500
18502
 
18501
18503
  export declare function resolveSearchName(search: SearchState): string;
18502
18504
 
18505
+ export declare function resolveTerminationEntityValue(entity: TerminationEntityState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
18506
+
18503
18507
  export declare function resolveValue(entity: EntityWithValueState | PropertyState | ValueDescriptorState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
18504
18508
 
18505
18509
  export declare function resolveValueDescriptorValue(entity: ValueDescriptorState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;