@elyx-code/project-logic-tree 0.0.6323 → 0.0.6325

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
@@ -10426,13 +10426,6 @@ export declare enum ListOperations {
10426
10426
  Prepend = "list-prepend"
10427
10427
  }
10428
10428
 
10429
- declare namespace literalValudValidation {
10430
- export {
10431
- validate_24 as validate
10432
- }
10433
- }
10434
- export { literalValudValidation }
10435
-
10436
10429
  export declare type LiteralValueAsType = IDefinitionEntity | IFunctionDeclaration | IOperation | IFunctionCall | IActionDescriptor | IBuiltInBaseEntity;
10437
10430
 
10438
10431
  export declare type LiteralValueAsTypeReference = IDefinitionEntityReference | IFunctionDeclarationReference | IOperationReference | IFunctionCallReference | IActionDescriptorReference | IBuiltInBaseEntityReference;
@@ -10565,6 +10558,13 @@ export declare type LiteralValueType = string | number | boolean | null | Date |
10565
10558
 
10566
10559
  export declare type LiteralValueTypesUnion = ILiteralValue | ILiteralValueTransfer | ILiteralValueShallowTransfer | ILiteralValueGenerationTarget;
10567
10560
 
10561
+ declare namespace literalValueValidation {
10562
+ export {
10563
+ validate_24 as validate
10564
+ }
10565
+ }
10566
+ export { literalValueValidation }
10567
+
10568
10568
  declare function loadProjectDatasources(project: ProjectState): DefinitionEntityState[];
10569
10569
 
10570
10570
  export declare enum LoopDependencyField {