@elyx-code/project-logic-tree 0.0.6738 → 0.0.6739

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
@@ -22702,12 +22702,12 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
22702
22702
 
22703
22703
  export declare interface ISearchNodeImplementationModule {
22704
22704
  main(_entity: SearchState, _inputs: IDynamicValue[]): Promise<{
22705
- data: {
22705
+ error: string | null;
22706
+ [dataPropertyName: string]: {
22706
22707
  [columnName: string]: any;
22707
22708
  } | null | {
22708
22709
  [columnName: string]: any;
22709
22710
  }[];
22710
- error: string | null;
22711
22711
  }>;
22712
22712
  }
22713
22713
 
@@ -30770,12 +30770,12 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
30770
30770
  manifest: ExtensionManifest;
30771
30771
  module: {
30772
30772
  main: (_entity: SearchState, _inputs: IDynamicValue[]) => Promise<{
30773
- data: {
30773
+ error: string | null;
30774
+ [dataPropertyName: string]: {
30774
30775
  [columnName: string]: any;
30775
30776
  } | null | {
30776
30777
  [columnName: string]: any;
30777
30778
  }[];
30778
- error: string | null;
30779
30779
  }>;
30780
30780
  };
30781
30781
  }