@elyx-code/project-logic-tree 0.0.4 → 0.0.5

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.
Files changed (73) hide show
  1. package/dist/tree/built-in/built-in-base-entities/persisted/entity.d.ts +1 -1
  2. package/dist/tree/built-in/operations/function-execution/parallel.d.ts +1 -1
  3. package/dist/tree/built-in/operations/function-execution/sequential.d.ts +1 -1
  4. package/dist/tree/built-in/operations/function-execution/wait.d.ts +1 -1
  5. package/dist/tree/state/action-descriptor/action-descriptor.d.ts +1 -1
  6. package/dist/tree/state/action-descriptor/validation/validation-schema.d.ts +1 -1
  7. package/dist/tree/state/argument-declaration/argument-declaration.d.ts +1 -1
  8. package/dist/tree/state/argument-declaration/validation/validation-schema.d.ts +1 -1
  9. package/dist/tree/state/autogeneration.d.ts +1 -1
  10. package/dist/tree/state/base.d.ts +1 -1
  11. package/dist/tree/state/break-statement/break-statement.d.ts +1 -1
  12. package/dist/tree/state/break-statement/validation/validation-schema.d.ts +1 -1
  13. package/dist/tree/state/built-in-base-entity/built-in-base-entity.d.ts +1 -1
  14. package/dist/tree/state/built-in-base-entity/validation-schema.d.ts +1 -1
  15. package/dist/tree/state/condition/condition.d.ts +1 -1
  16. package/dist/tree/state/condition/validation/validation-schema.d.ts +1 -1
  17. package/dist/tree/state/continue-statement/continue-statement.d.ts +1 -1
  18. package/dist/tree/state/continue-statement/validation/validation-schema.d.ts +1 -1
  19. package/dist/tree/state/create.d.ts +1 -1
  20. package/dist/tree/state/custom-entity/custom-entity.d.ts +1 -1
  21. package/dist/tree/state/custom-entity/validation/references.d.ts +1 -1
  22. package/dist/tree/state/custom-entity/validation/validation-schema.d.ts +1 -1
  23. package/dist/tree/state/data-type/data-type.d.ts +1 -1
  24. package/dist/tree/state/data-type/validation/references.d.ts +1 -1
  25. package/dist/tree/state/data-type/validation/validation-schema.d.ts +1 -1
  26. package/dist/tree/state/function-call/function-call.d.ts +1 -1
  27. package/dist/tree/state/function-call/validation/validation-schema.d.ts +1 -1
  28. package/dist/tree/state/function-declaration/function-declaration.d.ts +1 -1
  29. package/dist/tree/state/function-declaration/validation/validation-schema.d.ts +1 -1
  30. package/dist/tree/state/global-event/global-event.d.ts +1 -1
  31. package/dist/tree/state/global-event/validation/validation-schema.d.ts +17 -17
  32. package/dist/tree/state/input-map/input-map.d.ts +1 -1
  33. package/dist/tree/state/input-map/validation/validation-schema.d.ts +1 -1
  34. package/dist/tree/state/installed-project/installed-project.d.ts +1 -1
  35. package/dist/tree/state/installed-project/validation/validation-schema.d.ts +1 -1
  36. package/dist/tree/state/internal-call/internal-call.d.ts +1 -1
  37. package/dist/tree/state/internal-call/validation/validation-schema.d.ts +1 -1
  38. package/dist/tree/state/loop/loop.d.ts +1 -1
  39. package/dist/tree/state/loop/validation/validation-schema.d.ts +1 -1
  40. package/dist/tree/state/operation/operation.d.ts +1 -1
  41. package/dist/tree/state/operation/validation/validation-schema.d.ts +1 -1
  42. package/dist/tree/state/output-map/output-map.d.ts +1 -1
  43. package/dist/tree/state/output-map/validation/validation-schema.d.ts +1 -1
  44. package/dist/tree/state/primitive-entity/primitive-entity.d.ts +1 -1
  45. package/dist/tree/state/primitive-entity/validation/validation-schema.d.ts +1 -1
  46. package/dist/tree/state/primitive-value/primitive-value.d.ts +1 -1
  47. package/dist/tree/state/primitive-value/validation/references.d.ts +1 -1
  48. package/dist/tree/state/primitive-value/validation/validation-schema.d.ts +1 -1
  49. package/dist/tree/state/project/project.d.ts +1 -1
  50. package/dist/tree/state/project/validation/validation-schema.d.ts +1 -1
  51. package/dist/tree/state/property/property.d.ts +1 -1
  52. package/dist/tree/state/property/validation/references.d.ts +1 -1
  53. package/dist/tree/state/property/validation/validation-schema.d.ts +1 -1
  54. package/dist/tree/state/return-declaration/return-declaration.d.ts +1 -1
  55. package/dist/tree/state/return-declaration/validation/validation-schema.d.ts +1 -1
  56. package/dist/tree/state/return-statement/return-statement.d.ts +1 -1
  57. package/dist/tree/state/return-statement/validation/references.d.ts +1 -1
  58. package/dist/tree/state/return-statement/validation/validation-schema.d.ts +1 -1
  59. package/dist/tree/state/search/search.d.ts +1 -1
  60. package/dist/tree/state/search/validation/validation-schema.d.ts +1 -1
  61. package/dist/tree/state/store.d.ts +1 -1
  62. package/dist/tree/state/validate.d.ts +1 -1
  63. package/dist/tree/state/value-descriptor/validation/validation-schema.d.ts +1 -1
  64. package/dist/tree/state/value-descriptor/value-descriptor.d.ts +1 -1
  65. package/dist/tree/state/variable-declaration/validation/validation-schema.d.ts +1 -1
  66. package/dist/tree/state/variable-declaration/variable-declaration.d.ts +1 -1
  67. package/dist/tree/state/variable-instance/validation/validation-schema.d.ts +1 -1
  68. package/dist/tree/state/variable-instance/variable-instance.d.ts +1 -1
  69. package/dist/tree/utils/index.d.ts +1 -1
  70. package/dist/tree/utils/names.d.ts +1 -1
  71. package/dist/tree/utils/references.d.ts +1 -1
  72. package/dist/tree/utils/uuid.d.ts +1 -1
  73. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { BaseEntityNames, EntityType, EntityVersion, IBuiltInBaseEntity, IBuiltInBaseEntityTransfer } from '../../../../../../../../../../src/definitions';
1
+ import { BaseEntityNames, EntityType, EntityVersion, IBuiltInBaseEntity, IBuiltInBaseEntityTransfer } from '../../../../definitions';
2
2
  import { BuiltInBaseEntityState, FunctionDeclarationState, PrimitiveEntityState, ProjectState, PropertyState } from '../../../state';
3
3
  import { ActionDescriptorState } from '../../../state/action-descriptor';
4
4
  import { EntityError } from '../../../state/error';
@@ -1,4 +1,4 @@
1
- import { EntityType, IActionDescriptorTransfer, ExecutionOperations, IActionDescriptor } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType, IActionDescriptorTransfer, ExecutionOperations, IActionDescriptor } from '../../../../definitions';
2
2
  import { ValueDescriptorState, ActionDescriptorState, ProjectState, DataTypeState } from '../../../state';
3
3
 
4
4
  export declare class ParallelExecutionOperation extends ActionDescriptorState {
@@ -1,4 +1,4 @@
1
- import { EntityType, IActionDescriptorTransfer, ExecutionOperations, IActionDescriptor } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType, IActionDescriptorTransfer, ExecutionOperations, IActionDescriptor } from '../../../../definitions';
2
2
  import { ActionDescriptorState } from '../../../state/action-descriptor';
3
3
  import { FunctionDeclarationState } from '../../../state/function-declaration';
4
4
  import { ValueDescriptorState, ProjectState, DataTypeState } from '../../../state';
@@ -1,4 +1,4 @@
1
- import { EntityType, IActionDescriptorTransfer, IActionDescriptor } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType, IActionDescriptorTransfer, IActionDescriptor } from '../../../../definitions';
2
2
  import { ActionDescriptorState, ProjectState, ValueDescriptorState, DataTypeState } from '../../../state';
3
3
 
4
4
  export declare class WaitOperation extends ActionDescriptorState {
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ActionDescriptorValuesType, IActionDescriptor, IActionDescriptorGenerationTarget, IActionDescriptorReference, IActionDescriptorShallowTransfer, IActionDescriptorTransfer, IFunctionDeclarationTransfer, ActionDescriptorTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ActionDescriptorValuesType, IActionDescriptor, IActionDescriptorGenerationTarget, IActionDescriptorReference, IActionDescriptorShallowTransfer, IActionDescriptorTransfer, IFunctionDeclarationTransfer, ActionDescriptorTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { ProjectState } from '../project/project';
@@ -1,4 +1,4 @@
1
- import { EntityType, ActionDescriptorValuesType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType, ActionDescriptorValuesType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getOperationTypesSchema(): z.ZodEnum<[ActionDescriptorValuesType.Dynamic, ActionDescriptorValuesType.Fixed, ActionDescriptorValuesType.None]>;
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IArgumentDeclaration, IArgumentDeclarationGenerationTarget, IArgumentDeclarationReference, IArgumentDeclarationShallowTransfer, IArgumentDeclarationTransfer, ArgumentDeclarationTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IArgumentDeclaration, IArgumentDeclarationGenerationTarget, IArgumentDeclarationReference, IArgumentDeclarationShallowTransfer, IArgumentDeclarationTransfer, ArgumentDeclarationTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, EntityWithValueClass, UserManagedEntityStateFunctionality, ValueWritingEntityClass } from '../base';
4
4
  import { EntityState, EntryPointEntityState, ValueReadingEntityState } from '../types';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getArgumentDeclarationTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ValueAutogenerationType } from '../../../../../../../../src/definitions';
1
+ import { ValueAutogenerationType } from '../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare const valueAutogenerationRangeValueTypesSchema: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>;
@@ -1,4 +1,4 @@
1
- import { EntityId, EntityType, EntityVersion, IGenericBase, Element, ElementTransfer, IGenericReference, ElementShallowTransfer, ElementGenerationTarget, ElementTypesUnion } from '../../../../../../../../src/definitions';
1
+ import { EntityId, EntityType, EntityVersion, IGenericBase, Element, ElementTransfer, IGenericReference, ElementShallowTransfer, ElementGenerationTarget, ElementTypesUnion } from '../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { CallableEntityState, CallerEntityState, CanvasEntityState, EntityState, InputMapState, ValueReadingEntityState, ValueWritingEntityState } from '.';
4
4
  import { ProjectState } from './project/project';
@@ -1,4 +1,4 @@
1
- import { BreakStatementTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IBreakStatement, IBreakStatementGenerationTarget, IBreakStatementReference, IBreakStatementShallowTransfer, IBreakStatementTransfer } from '../../../../../../../../../src/definitions';
1
+ import { BreakStatementTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IBreakStatement, IBreakStatementGenerationTarget, IBreakStatementReference, IBreakStatementShallowTransfer, IBreakStatementTransfer } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { FunctionDeclarationState } from '../function-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getBreakStatementTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { BaseEntityNames, BuiltInBaseEntityTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IBuiltInBaseEntity, IBuiltInBaseEntityGenerationTarget, IBuiltInBaseEntityReference, IBuiltInBaseEntityShallowTransfer, IBuiltInBaseEntityTransfer } from '../../../../../../../../../src/definitions';
1
+ import { BaseEntityNames, BuiltInBaseEntityTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IBuiltInBaseEntity, IBuiltInBaseEntityGenerationTarget, IBuiltInBaseEntityReference, IBuiltInBaseEntityShallowTransfer, IBuiltInBaseEntityTransfer } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState } from '../base';
4
4
  import { PropertyState } from '../property';
@@ -1,4 +1,4 @@
1
- import { BaseEntityNames, EntityType } from '../../../../../../../../../src/definitions';
1
+ import { BaseEntityNames, EntityType } from '../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getBuiltInBaseEntityNamesSchema(): z.ZodEnum<[BaseEntityNames.CRON_JOB, BaseEntityNames.EXECUTION, BaseEntityNames.HTTP_ENDPOINT, BaseEntityNames.PERSISTED_ENTITY, BaseEntityNames.RELATIONAL_DATABASE]>;
@@ -1,4 +1,4 @@
1
- import { EntityId, EntityType, EntityVersion, ICondition, IConditionTransfer, IConditionReference, IConditionShallowTransfer, ElementShallowTransfer, IConditionGenerationTarget, ElementGenerationTarget, ConditionTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { EntityId, EntityType, EntityVersion, ICondition, IConditionTransfer, IConditionReference, IConditionShallowTransfer, ElementShallowTransfer, IConditionGenerationTarget, ElementGenerationTarget, ConditionTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { CallableEntityState, CallerEntityState, EntityState, EntityWithLogicScopeState, EntryPointEntityState, PassThroughCallableEntityState } from '../types';
@@ -1,4 +1,4 @@
1
- import { ComparisonOperatorTypes, EntityType, StandaloneOperatorTypes } from '../../../../../../../../../../src/definitions';
1
+ import { ComparisonOperatorTypes, EntityType, StandaloneOperatorTypes } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getOperatorTypesSchema(): z.ZodEnum<[ComparisonOperatorTypes.Equal, ComparisonOperatorTypes.NotEqual, ComparisonOperatorTypes.MoreThan, ComparisonOperatorTypes.MoreThanOrEqual, ComparisonOperatorTypes.LessThan, ComparisonOperatorTypes.LessThanOrEqual, ComparisonOperatorTypes.And, ComparisonOperatorTypes.Or, StandaloneOperatorTypes.Empty, StandaloneOperatorTypes.NotEmpty]>;
@@ -1,4 +1,4 @@
1
- import { ContinueStatementTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IContinueStatement, IContinueStatementGenerationTarget, IContinueStatementReference, IContinueStatementShallowTransfer, IContinueStatementTransfer } from '../../../../../../../../../src/definitions';
1
+ import { ContinueStatementTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IContinueStatement, IContinueStatementGenerationTarget, IContinueStatementReference, IContinueStatementShallowTransfer, IContinueStatementTransfer } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { FunctionDeclarationState } from '../function-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getContinueStatementTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { Element, ElementTransfer, ElementGenerationTarget } from '../../../../../../../../src/definitions';
1
+ import { Element, ElementTransfer, ElementGenerationTarget } from '../../definitions';
2
2
  import { BaseState } from './base';
3
3
  import { ProjectState } from './project';
4
4
  import { UserManagedEntityState } from './types';
@@ -1,4 +1,4 @@
1
- import { CustomEntityTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ICustomEntity, ICustomEntityGenerationTarget, ICustomEntityReference, ICustomEntityShallowTransfer, ICustomEntityTransfer } from '../../../../../../../../../src/definitions';
1
+ import { CustomEntityTypesUnion, ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ICustomEntity, ICustomEntityGenerationTarget, ICustomEntityReference, ICustomEntityShallowTransfer, ICustomEntityTransfer } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { PropertyState } from '../property';
@@ -1,4 +1,4 @@
1
- import { ICustomEntityGenerationTarget } from '../../../../../../../../../../src/definitions';
1
+ import { ICustomEntityGenerationTarget } from '../../../../definitions';
2
2
  import { EntityGenerationError } from '../../error';
3
3
  import { ProjectState } from '../../project';
4
4
 
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getCustomEntityTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { EntityId, EntityType, EntityVersion, IDataType, IDataTypeTransfer, IDataTypeReference, IDataTypeShallowTransfer, ElementShallowTransfer, IDataTypeGenerationTarget, ElementGenerationTarget, DataTypeParentChildRelation, DataTypeTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { EntityId, EntityType, EntityVersion, IDataType, IDataTypeTransfer, IDataTypeReference, IDataTypeShallowTransfer, ElementShallowTransfer, IDataTypeGenerationTarget, ElementGenerationTarget, DataTypeParentChildRelation, DataTypeTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { CustomEntityState } from '../custom-entity';
@@ -1,4 +1,4 @@
1
- import { IDataTypeGenerationTarget } from '../../../../../../../../../../src/definitions';
1
+ import { IDataTypeGenerationTarget } from '../../../../definitions';
2
2
  import { EntityGenerationError } from '../../error';
3
3
  import { ProjectState } from '../../project';
4
4
 
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getDataTypeTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { EntityId, EntityType, EntityVersion, IFunctionCall, IFunctionCallTransfer, IFunctionCallReference, IFunctionCallShallowTransfer, ElementShallowTransfer, IFunctionCallGenerationTarget, ElementGenerationTarget, FunctionCallTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { EntityId, EntityType, EntityVersion, IFunctionCall, IFunctionCallTransfer, IFunctionCallReference, IFunctionCallShallowTransfer, ElementShallowTransfer, IFunctionCallGenerationTarget, ElementGenerationTarget, FunctionCallTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { CallableEntityState, CallerEntityState, EntityState, EntityWithLogicScopeState, EntryPointEntityState, PassThroughCallableEntityState, ValueReadingEntityState } from '../types';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getFunctionCallTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, FunctionDeclarationTypesUnion, IFunctionCallTransfer, IFunctionDeclaration, IFunctionDeclarationGenerationTarget, IFunctionDeclarationReference, IFunctionDeclarationShallowTransfer, IFunctionDeclarationTransfer } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, FunctionDeclarationTypesUnion, IFunctionCallTransfer, IFunctionDeclaration, IFunctionDeclarationGenerationTarget, IFunctionDeclarationReference, IFunctionDeclarationShallowTransfer, IFunctionDeclarationTransfer } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, ChildEntityState, EntityWithLogicScopeClass, EntryPointEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { ArgumentDeclarationState } from '../argument-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getFunctionDeclarationTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, GlobalEventNames, GlobalEventTypesUnion, IGlobalEvent, IGlobalEventGenerationTarget, IGlobalEventReference, IGlobalEventShallowTransfer, IGlobalEventTransfer } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, GlobalEventNames, GlobalEventTypesUnion, IGlobalEvent, IGlobalEventGenerationTarget, IGlobalEventReference, IGlobalEventShallowTransfer, IGlobalEventTransfer } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, ChildEntityState, EntityWithLogicScopeClass, EntryPointEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { ArgumentDeclarationState } from '../argument-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getGlobalEventTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -221,8 +221,8 @@ export declare function getGlobalEventNestedEntitiesSchema(): z.ZodObject<z.obje
221
221
  entityId: string;
222
222
  } | null;
223
223
  version: number;
224
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
225
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
224
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
225
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
226
226
  fixedArguments: ({
227
227
  type: EntityType.ValueDescriptor;
228
228
  } | Record<string, any>)[];
@@ -262,8 +262,8 @@ export declare function getGlobalEventNestedEntitiesSchema(): z.ZodObject<z.obje
262
262
  entityId: string;
263
263
  } | null;
264
264
  version: number;
265
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
266
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
265
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
266
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
267
267
  fixedArguments: ({
268
268
  type: EntityType.ValueDescriptor;
269
269
  } | Record<string, any>)[];
@@ -512,8 +512,8 @@ export declare function getGlobalEventNestedEntitiesSchema(): z.ZodObject<z.obje
512
512
  entityId: string;
513
513
  } | null;
514
514
  version: number;
515
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
516
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
515
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
516
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
517
517
  fixedArguments: ({
518
518
  type: EntityType.ValueDescriptor;
519
519
  } | Record<string, any>)[];
@@ -632,8 +632,8 @@ export declare function getGlobalEventNestedEntitiesSchema(): z.ZodObject<z.obje
632
632
  entityId: string;
633
633
  } | null;
634
634
  version: number;
635
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
636
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
635
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
636
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
637
637
  fixedArguments: ({
638
638
  type: EntityType.ValueDescriptor;
639
639
  } | Record<string, any>)[];
@@ -870,8 +870,8 @@ export declare function getGlobalEventSchema(): z.ZodObject<z.objectUtil.extendS
870
870
  entityId: string;
871
871
  } | null;
872
872
  version: number;
873
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
874
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
873
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
874
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
875
875
  fixedArguments: ({
876
876
  type: EntityType.ValueDescriptor;
877
877
  } | Record<string, any>)[];
@@ -911,8 +911,8 @@ export declare function getGlobalEventSchema(): z.ZodObject<z.objectUtil.extendS
911
911
  entityId: string;
912
912
  } | null;
913
913
  version: number;
914
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
915
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
914
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
915
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
916
916
  fixedArguments: ({
917
917
  type: EntityType.ValueDescriptor;
918
918
  } | Record<string, any>)[];
@@ -1161,8 +1161,8 @@ export declare function getGlobalEventSchema(): z.ZodObject<z.objectUtil.extendS
1161
1161
  entityId: string;
1162
1162
  } | null;
1163
1163
  version: number;
1164
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
1165
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
1164
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
1165
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
1166
1166
  fixedArguments: ({
1167
1167
  type: EntityType.ValueDescriptor;
1168
1168
  } | Record<string, any>)[];
@@ -1284,8 +1284,8 @@ export declare function getGlobalEventSchema(): z.ZodObject<z.objectUtil.extendS
1284
1284
  entityId: string;
1285
1285
  } | null;
1286
1286
  version: number;
1287
- argumentsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
1288
- returnsType: import('../../../../../../../../../../src/definitions').ActionDescriptorValuesType;
1287
+ argumentsType: import('../../../../definitions').ActionDescriptorValuesType;
1288
+ returnsType: import('../../../../definitions').ActionDescriptorValuesType;
1289
1289
  fixedArguments: ({
1290
1290
  type: EntityType.ValueDescriptor;
1291
1291
  } | Record<string, any>)[];
@@ -1,4 +1,4 @@
1
- import { EntityId, EntityType, EntityVersion, IInputMap, IInputMapTransfer, IActionInputMap, IActionInputMapTransfer, IInputMapReference, IVariableInputMap, IVariableInputMapTransfer, IInputMapShallowTransfer, ElementShallowTransfer, IInputMapGenerationTarget, ElementGenerationTarget, InputMapTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { EntityId, EntityType, EntityVersion, IInputMap, IInputMapTransfer, IActionInputMap, IActionInputMapTransfer, IInputMapReference, IVariableInputMap, IVariableInputMapTransfer, IInputMapShallowTransfer, ElementShallowTransfer, IInputMapGenerationTarget, ElementGenerationTarget, InputMapTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, EntityWithValueClass, UserManagedEntityStateFunctionality, ValueReadingEntityClass } from '../base';
4
4
  import { ArgumentDeclarationState } from '../argument-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getInputMapTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IInstalledProject, IInstalledProjectGenerationTarget, IInstalledProjectReference, IInstalledProjectShallowTransfer, IInstalledProjectTransfer, IProjectReference, InstalledProjectTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IInstalledProject, IInstalledProjectGenerationTarget, IInstalledProjectReference, IInstalledProjectShallowTransfer, IInstalledProjectTransfer, IProjectReference, InstalledProjectTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { FunctionDeclarationState } from '../function-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getInstalledProjectTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IInternalCall, IInternalCallGenerationTarget, IInternalCallReference, IInternalCallShallowTransfer, IInternalCallTransfer, InternalCallTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IInternalCall, IInternalCallGenerationTarget, IInternalCallReference, IInternalCallShallowTransfer, IInternalCallTransfer, InternalCallTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, CallableEntityClass, ChildEntityState, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { ActionInputMapState } from '../input-map';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getInternalCallTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ILoop, ILoopGenerationTarget, ILoopReference, ILoopShallowTransfer, ILoopTransfer, LoopTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ILoop, ILoopGenerationTarget, ILoopReference, ILoopShallowTransfer, ILoopTransfer, LoopTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, EntityWithLogicScopeClass, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { ActionInputMapState } from '../input-map';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getLoopTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IOperation, IOperationGenerationTarget, IOperationReference, IOperationShallowTransfer, IOperationTransfer, OperationTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IOperation, IOperationGenerationTarget, IOperationReference, IOperationShallowTransfer, IOperationTransfer, OperationTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { ActionDescriptorState } from '../action-descriptor/action-descriptor';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getOperationTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IActionOutputMap, IActionOutputMapTransfer, IOutputMap, IOutputMapGenerationTarget, IOutputMapReference, IOutputMapShallowTransfer, IOutputMapTransfer, IVariableOutputMap, IVariableOutputMapTransfer, OutputMapParentChildRelation, OutputMapTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IActionOutputMap, IActionOutputMapTransfer, IOutputMap, IOutputMapGenerationTarget, IOutputMapReference, IOutputMapShallowTransfer, IOutputMapTransfer, IVariableOutputMap, IVariableOutputMapTransfer, OutputMapParentChildRelation, OutputMapTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, EntityWithValueClass, UserManagedEntityStateFunctionality, ValueWritingEntityClass } from '../base';
4
4
  import { ReturnDeclarationState } from '../return-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getOutputMapTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { EntityId, EntityType, EntityVersion, IPrimitiveEntity, PrimitiveTypes, IPrimitiveEntityTransfer, IPrimitiveEntityReference, IPrimitiveEntityShallowTransfer, ElementShallowTransfer, IPrimitiveEntityGenerationTarget, ElementGenerationTarget, PrimitiveEntityTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { EntityId, EntityType, EntityVersion, IPrimitiveEntity, PrimitiveTypes, IPrimitiveEntityTransfer, IPrimitiveEntityReference, IPrimitiveEntityShallowTransfer, ElementShallowTransfer, IPrimitiveEntityGenerationTarget, ElementGenerationTarget, PrimitiveEntityTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState } from '../base';
4
4
  import { PropertyState } from '../property';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getPrimitiveEntityTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { IPrimitiveValue, IPrimitiveValueTransfer, EntityId, EntityType, EntityVersion, PrimitiveTypes, IPrimitiveValueReference, ValueAutogenerationOptions, PrimitiveValueType, IPrimitiveValueShallowTransfer, ElementShallowTransfer, IPrimitiveValueGenerationTarget, ElementGenerationTarget, PrimitiveValueTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { IPrimitiveValue, IPrimitiveValueTransfer, EntityId, EntityType, EntityVersion, PrimitiveTypes, IPrimitiveValueReference, ValueAutogenerationOptions, PrimitiveValueType, IPrimitiveValueShallowTransfer, ElementShallowTransfer, IPrimitiveValueGenerationTarget, ElementGenerationTarget, PrimitiveValueTypesUnion } from '../../../definitions';
2
2
  import { ProjectState } from '../project';
3
3
  import { CustomEntityState } from '../custom-entity';
4
4
  import { DataTypeState } from '../data-type';
@@ -1,4 +1,4 @@
1
- import { IPrimitiveValueGenerationTarget } from '../../../../../../../../../../src/definitions';
1
+ import { IPrimitiveValueGenerationTarget } from '../../../../definitions';
2
2
  import { EntityGenerationError } from '../../error';
3
3
  import { ProjectState } from '../../project';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { EntityType, PrimitiveTypes } from '../../../../../../../../../../src/definitions';
2
+ import { EntityType, PrimitiveTypes } from '../../../../definitions';
3
3
 
4
4
  export declare function getPrimitiveValue_primitiveValueSchema(): z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>;
5
5
  export declare function getPrimitiveValue_objectValueSchema(): z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>;
@@ -1,4 +1,4 @@
1
- import { EntityId, EntityType, EntityVersion, IProject, ICustomEntity, IFunctionDeclaration, IGlobalEvent, Element, IProjectTransfer, IGenericReference, ElementTransfer, Reference, IProjectReference, IFunctionCallTransfer, ICustomEntityTransfer, IFunctionDeclarationTransfer, IInstalledProjectTransfer, IVariableDeclarationTransfer, IProjectShallowTransfer, ElementShallowTransfer, ElementGenerationTarget, IProjectGenerationTarget, IConditionTransfer, IOperationTransfer, ProjectTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { EntityId, EntityType, EntityVersion, IProject, ICustomEntity, IFunctionDeclaration, IGlobalEvent, Element, IProjectTransfer, IGenericReference, ElementTransfer, Reference, IProjectReference, IFunctionCallTransfer, ICustomEntityTransfer, IFunctionDeclarationTransfer, IInstalledProjectTransfer, IVariableDeclarationTransfer, IProjectShallowTransfer, ElementShallowTransfer, ElementGenerationTarget, IProjectGenerationTarget, IConditionTransfer, IOperationTransfer, ProjectTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { FunctionDeclarationState } from '../function-declaration';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getProjectTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IProperty, IPropertyGenerationTarget, IPropertyReference, IPropertyShallowTransfer, IPropertyTransfer, PropertyTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IProperty, IPropertyGenerationTarget, IPropertyReference, IPropertyShallowTransfer, IPropertyTransfer, PropertyTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, EntityWithValueClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { DataTypeState } from '../data-type';
@@ -1,4 +1,4 @@
1
- import { IPropertyGenerationTarget } from '../../../../../../../../../../src/definitions';
1
+ import { IPropertyGenerationTarget } from '../../../../definitions';
2
2
  import { EntityGenerationError } from '../../error';
3
3
  import { ProjectState } from '../../project';
4
4
 
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getPropertyTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IReturnDeclaration, IReturnDeclarationGenerationTarget, IReturnDeclarationReference, IReturnDeclarationShallowTransfer, IReturnDeclarationTransfer, ReturnDeclarationTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IReturnDeclaration, IReturnDeclarationGenerationTarget, IReturnDeclarationReference, IReturnDeclarationShallowTransfer, IReturnDeclarationTransfer, ReturnDeclarationTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, EntityWithValueClass, UserManagedEntityStateFunctionality, ValueReadingEntityClass } from '../base';
4
4
  import { DataTypeState } from '../data-type';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getReturnDeclarationTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IReturnStatement, IReturnStatementGenerationTarget, IReturnStatementReference, IReturnStatementShallowTransfer, IReturnStatementTransfer, ReturnStatementTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IReturnStatement, IReturnStatementGenerationTarget, IReturnStatementReference, IReturnStatementShallowTransfer, IReturnStatementTransfer, ReturnStatementTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { FunctionDeclarationState } from '../function-declaration';
@@ -1,4 +1,4 @@
1
- import { IReturnStatementGenerationTarget } from '../../../../../../../../../../src/definitions';
1
+ import { IReturnStatementGenerationTarget } from '../../../../definitions';
2
2
  import { ProjectState } from '../../project';
3
3
  import { EntityGenerationError } from '../../error';
4
4
 
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getReturnStatementTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ISearch, ISearchGenerationTarget, ISearchReference, ISearchShallowTransfer, ISearchTransfer, SearchTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ISearch, ISearchGenerationTarget, ISearchReference, ISearchShallowTransfer, ISearchTransfer, SearchTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { CallableEntityState, CallerEntityState, EntityState, EntityWithLogicScopeState, EntryPointEntityState, PassThroughCallableEntityState } from '../types';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getSearchTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { IProjectTransfer } from '../../../../../../../../src/definitions';
1
+ import { IProjectTransfer } from '../../definitions';
2
2
  import { ProjectState } from './project/project';
3
3
 
4
4
  export declare function initProject(data: IProjectTransfer): ProjectState;
@@ -1,4 +1,4 @@
1
- import { CallableEntityGenerationTarget, ElementGenerationTarget, EntityId, EntityType, IGenericReference, Reference, UserManagedElementGenerationTarget, IValueReadingEntityGenerationTarget } from '../../../../../../../../src/definitions';
1
+ import { CallableEntityGenerationTarget, ElementGenerationTarget, EntityId, EntityType, IGenericReference, Reference, UserManagedElementGenerationTarget, IValueReadingEntityGenerationTarget } from '../../definitions';
2
2
  import { SafeParseReturnType } from 'zod';
3
3
  import { EntityError, EntityGenerationError } from './error';
4
4
  import { ProjectState } from './project';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getValueDescriptorTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ValueDescriptorParentChildRelation, IValueDescriptor, IValueDescriptorGenerationTarget, IValueDescriptorReference, IValueDescriptorShallowTransfer, IValueDescriptorTransfer, ValueDescriptorTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, ValueDescriptorParentChildRelation, IValueDescriptor, IValueDescriptorGenerationTarget, IValueDescriptorReference, IValueDescriptorShallowTransfer, IValueDescriptorTransfer, ValueDescriptorTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseState, ChildEntityState, UserManagedEntityStateFunctionality } from '../base';
4
4
  import { DataTypeState } from '../data-type';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getVariableDeclarationTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IVariableDeclaration, IVariableDeclarationGenerationTarget, IVariableDeclarationReference, IVariableDeclarationShallowTransfer, IVariableDeclarationTransfer, IVariableInstanceTransfer, VariableDeclarationTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IVariableDeclaration, IVariableDeclarationGenerationTarget, IVariableDeclarationReference, IVariableDeclarationShallowTransfer, IVariableDeclarationTransfer, IVariableInstanceTransfer, VariableDeclarationTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, EntityWithValueClass, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality, ValueReadingEntityClass, ValueWritingEntityClass } from '../base';
4
4
  import { DataTypeState } from '../data-type';
@@ -1,4 +1,4 @@
1
- import { EntityType } from '../../../../../../../../../../src/definitions';
1
+ import { EntityType } from '../../../../definitions';
2
2
  import { z } from 'zod';
3
3
 
4
4
  export declare function getVariableInstanceTypeSchema(): z.ZodUnion<[z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IVariableInstance, IVariableInstanceGenerationTarget, IVariableInstanceReference, IVariableInstanceShallowTransfer, IVariableInstanceTransfer, VariableInstanceTypesUnion } from '../../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, ElementShallowTransfer, EntityId, EntityType, EntityVersion, IVariableInstance, IVariableInstanceGenerationTarget, IVariableInstanceReference, IVariableInstanceShallowTransfer, IVariableInstanceTransfer, VariableInstanceTypesUnion } from '../../../definitions';
2
2
  import { ZodError } from 'zod';
3
3
  import { BaseCanvasDraggableState, BaseState, CallableEntityClass, ChildEntityState, EntityWithValueClass, PassThroughCallableEntityClass, UserManagedEntityStateFunctionality, ValueReadingEntityClass, ValueWritingEntityClass } from '../base';
4
4
  import { CallableEntityState, CallerEntityState, EntityState, EntityWithLogicScopeState, EntryPointEntityState, PassThroughCallableEntityState, ValueReadingEntityState, ValueWritingEntityState } from '../types';
@@ -1,4 +1,4 @@
1
- import { BaseEntityNames, ElementGenerationTarget, ElementShallowTransfer, ElementTransfer, EntityType, Element, IGenericReference, ValueReadingEntityTypesUnion } from '../../../../../../../../src/definitions';
1
+ import { BaseEntityNames, ElementGenerationTarget, ElementShallowTransfer, ElementTransfer, EntityType, Element, IGenericReference, ValueReadingEntityTypesUnion } from '../../definitions';
2
2
  import { DraggableCallableEntityState, CanvasEntityState, EntityState, EntityWithLogicScopeState, EntryPointEntityState, DraggableExecutableEntityState, DraggablePassThroughCallableEntityState, ValueReadingEntityState, ValueWritingEntityState, EntityWithValueState, VariableState, BuiltInBaseEntityState, TerminationState, InstalledProjectState, ExecutableEntityState, ValueDescriptorState, CallableEntityState, CallerEntityState, PrimitiveEntityState } from '../state';
3
3
  import { FunctionCallState } from '../state/function-call';
4
4
  import { InputMapState } from '../state/input-map';
@@ -1,4 +1,4 @@
1
- import { BaseEntityNames, ElementGenerationTarget, ElementShallowTransfer, ElementTransfer, IArgumentDeclarationGenerationTarget, IArgumentDeclarationShallowTransfer, IArgumentDeclarationTransfer, ICustomEntityGenerationTarget, ICustomEntityShallowTransfer, ICustomEntityTransfer, IFunctionDeclarationGenerationTarget, IFunctionDeclarationShallowTransfer, IFunctionDeclarationTransfer, IPropertyGenerationTarget, IPropertyShallowTransfer, IPropertyTransfer, IReturnDeclarationGenerationTarget, IReturnDeclarationShallowTransfer, IReturnDeclarationTransfer, IVariableDeclarationGenerationTarget, IVariableDeclarationShallowTransfer, IVariableDeclarationTransfer, PrimitiveTypes } from '../../../../../../../../src/definitions';
1
+ import { BaseEntityNames, ElementGenerationTarget, ElementShallowTransfer, ElementTransfer, IArgumentDeclarationGenerationTarget, IArgumentDeclarationShallowTransfer, IArgumentDeclarationTransfer, ICustomEntityGenerationTarget, ICustomEntityShallowTransfer, ICustomEntityTransfer, IFunctionDeclarationGenerationTarget, IFunctionDeclarationShallowTransfer, IFunctionDeclarationTransfer, IPropertyGenerationTarget, IPropertyShallowTransfer, IPropertyTransfer, IReturnDeclarationGenerationTarget, IReturnDeclarationShallowTransfer, IReturnDeclarationTransfer, IVariableDeclarationGenerationTarget, IVariableDeclarationShallowTransfer, IVariableDeclarationTransfer, PrimitiveTypes } from '../../definitions';
2
2
  import { ArgumentDeclarationState, BuiltInBaseEntityState, ConditionState, CustomEntityState, DataTypeState, EntityPayloadUnion, EntityWithValueState, FunctionDeclarationState, ActionDescriptorState, ProjectState, PropertyState, ReturnDeclarationState, SearchState, VariableDeclarationState, VariableInstanceState, ValueDescriptorState } from '../state';
3
3
  import { EntityGenerationError } from '../state/error';
4
4
 
@@ -1,4 +1,4 @@
1
- import { Element, ElementGenerationTarget, ElementShallowTransfer, ElementTransfer, IGenericReference } from '../../../../../../../../src/definitions';
1
+ import { Element, ElementGenerationTarget, ElementShallowTransfer, ElementTransfer, IGenericReference } from '../../definitions';
2
2
  import { EntityState } from '../state';
3
3
 
4
4
  export declare function getReferenceEntityId(reference: string | IGenericReference | EntityState | Element | ElementShallowTransfer | ElementTransfer | ElementGenerationTarget): string | null;
@@ -1,4 +1,4 @@
1
- import { ElementGenerationTarget, EntityType } from '../../../../../../../../src/definitions';
1
+ import { ElementGenerationTarget, EntityType } from '../../definitions';
2
2
  import { default as short } from 'short-uuid';
3
3
  import { ProjectState } from '../state';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "author": "Sergio Herrero",
5
5
  "license": "UNLICENSED",
6
6
  "description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",