@elyx-code/project-logic-tree 0.0.7085 → 0.0.7086

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
@@ -25352,7 +25352,7 @@ export declare enum BaseValueDescriptorIds {
25352
25352
  manifest: ExtensionManifest;
25353
25353
  module: {
25354
25354
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25355
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25355
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25356
25356
  };
25357
25357
  }
25358
25358
 
@@ -25456,7 +25456,7 @@ export declare enum BaseValueDescriptorIds {
25456
25456
  manifest: ExtensionManifest;
25457
25457
  module: {
25458
25458
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25459
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25459
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25460
25460
  };
25461
25461
  }
25462
25462
 
@@ -30261,6 +30261,8 @@ export declare enum BaseValueDescriptorIds {
30261
30261
 
30262
30262
  export declare const roundToUnitDT: IDataTypeTransfer;
30263
30263
 
30264
+ export declare function safeResolveEntityCodeName(entity: EntityPayloadUnion, project: ProjectState, fallback: string): string;
30265
+
30264
30266
  export declare function safeResolveEntityName(entity: EntityPayloadUnion, project: ProjectState, fallback?: string): string;
30265
30267
 
30266
30268
  export declare const saltEncDefault: ILiteralValueTransfer;