@elyx-code/project-logic-tree 0.0.6110 → 0.0.6112
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/definitions/built-in-base-entities/entities/endpoint.d.ts +8 -8
- package/dist/definitions/built-in-base-entities/entities/persisted/properties.d.ts +1 -0
- package/dist/definitions/built-in-base-entities/entities/relational-database/entity.d.ts +13 -7
- package/dist/definitions/built-in-base-entities/loops/counted/loop.d.ts +3 -3
- package/dist/definitions/built-in-base-entities/operations/http-request/http-request.d.ts +7 -7
- package/dist/definitions/built-in-base-entities/operations/string/join-strings.d.ts +3 -3
- package/dist/definitions/built-in-base-entities/primitive-entities.d.ts +2 -2
- package/dist/definitions/logic/value-autogeneration/value-autogeneration.d.ts +2 -2
- package/dist/definitions/mock/default-mock/entities/alt-relational-database/properties.d.ts +6 -5
- package/dist/definitions/mock/default-mock/entities/animal.d.ts +2 -2
- package/dist/definitions/mock/default-mock/entities/base-table/properties.d.ts +7 -6
- package/dist/definitions/mock/default-mock/entities/company/properties.d.ts +2 -2
- package/dist/definitions/mock/default-mock/entities/default-relational-database/properties.d.ts +13 -9
- package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/endpoint-reached-event.d.ts +5 -5
- package/dist/definitions/mock/default-mock/entities/get-company-by-id-endpoint/properties.d.ts +3 -3
- package/dist/definitions/mock/default-mock/entities/plant.d.ts +3 -2
- package/dist/definitions/mock/default-mock/entities/product.d.ts +5 -3
- package/dist/definitions/mock/default-mock/entities/user.d.ts +4 -3
- package/dist/definitions/mock/default-mock/functions/abort-execution/long-wait-return-statement.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/abort-execution/small-wait-return-statement.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/function-list-variable.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/current-time.d.ts +2 -2
- package/dist/definitions/mock/default-mock/functions/do-math/index.d.ts +3 -3
- package/dist/definitions/mock/default-mock/functions/replace-back-account-in-company/person-not-found-return-error.d.ts +2 -2
- package/dist/definitions/mock/default-mock/loops/global-test-iterate-over-string/loop.d.ts +2 -2
- package/dist/definitions/mock/default-mock/variables/global-data-mapping/employee-dto/company-employee-mapped-DTO.d.ts +2 -2
- package/dist/definitions/mock/default-mock/variables/isTestEnv.d.ts +2 -2
- package/dist/definitions/mock/default-mock/variables/lastTimestamp.d.ts +2 -2
- package/dist/definitions/types/action-descriptor.d.ts +4 -1
- package/dist/definitions/types/base.d.ts +5 -2
- package/dist/definitions/types/data-type.d.ts +4 -7
- package/dist/definitions/types/generic-reference.d.ts +2 -2
- package/dist/definitions/types/index.d.ts +13 -13
- package/dist/definitions/types/input-output-map.d.ts +7 -4
- package/dist/definitions/types/primitives.d.ts +39 -43
- package/dist/definitions/types/property.d.ts +3 -1
- package/dist/definitions/types/variable.d.ts +4 -1
- package/dist/index.js +13038 -12781
- package/dist/index.umd.cjs +194 -182
- package/dist/tree/state/argument-declaration/argument-declaration.d.ts +4 -2
- package/dist/tree/state/argument-declaration/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/base.d.ts +2 -2
- package/dist/tree/state/built-in-base-entity/validation-schema.d.ts +10 -10
- package/dist/tree/state/custom-entity/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/data-type/data-type.d.ts +5 -8
- package/dist/tree/state/data-type/validation/validation-schema.d.ts +110 -110
- package/dist/tree/state/index.d.ts +1 -1
- package/dist/tree/state/input-map/input-map.d.ts +4 -4
- package/dist/tree/state/input-map/validation/validation-schema.d.ts +330 -330
- package/dist/tree/state/literal-value/index.d.ts +1 -0
- package/dist/tree/state/literal-value/literal-value.d.ts +103 -0
- package/dist/tree/state/literal-value/validation/logic-validation.d.ts +4 -0
- package/dist/tree/state/literal-value/validation/references.d.ts +5 -0
- package/dist/tree/state/{primitive-value → literal-value}/validation/validation-schema.d.ts +94 -94
- package/dist/tree/state/output-map/output-map.d.ts +4 -2
- package/dist/tree/state/primitive-entity/validation/validation-schema.d.ts +10 -10
- package/dist/tree/state/property/property.d.ts +4 -2
- package/dist/tree/state/property/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/return-declaration/return-declaration.d.ts +4 -2
- package/dist/tree/state/return-declaration/validation/validation-schema.d.ts +12 -12
- package/dist/tree/state/types/state.d.ts +4 -4
- package/dist/tree/state/value-descriptor/validation/validation-schema.d.ts +2 -2
- package/dist/tree/state/value-descriptor/value-descriptor.d.ts +4 -2
- package/dist/tree/state/variable-declaration/validation/validation-schema.d.ts +64 -64
- package/dist/tree/state/variable-declaration/variable-declaration.d.ts +5 -3
- package/dist/tree/state/variable-instance/validation/validation-schema.d.ts +64 -64
- package/dist/tree/state/variable-instance/variable-instance.d.ts +4 -2
- package/package.json +1 -1
- package/dist/definitions/mock/default-mock/functions/company-dto/variable-mapping.d.ts +0 -0
- package/dist/definitions/mock/default-mock/functions/concurrency-and-waits/return-variables-chain.d.ts +0 -0
- package/dist/tree/state/primitive-value/index.d.ts +0 -1
- package/dist/tree/state/primitive-value/primitive-value.d.ts +0 -97
- package/dist/tree/state/primitive-value/validation/logic-validation.d.ts +0 -4
- package/dist/tree/state/primitive-value/validation/references.d.ts +0 -5
|
@@ -24,7 +24,7 @@ export * from './search';
|
|
|
24
24
|
export * from './loop';
|
|
25
25
|
export * from './value-descriptor';
|
|
26
26
|
export * from './built-in-base-entity';
|
|
27
|
-
export * from './
|
|
27
|
+
export * from './literal-value';
|
|
28
28
|
export * from './create';
|
|
29
29
|
export * from './types';
|
|
30
30
|
export * from './error';
|
|
@@ -7,7 +7,7 @@ import { ProjectState } from '../project/project';
|
|
|
7
7
|
import { VariableDeclarationState } from '../variable-declaration';
|
|
8
8
|
import { PropertyState } from '../property';
|
|
9
9
|
import { VariableInstanceState } from '../variable-instance';
|
|
10
|
-
import {
|
|
10
|
+
import { LiteralValueState } from '../literal-value/literal-value';
|
|
11
11
|
import { InternalCallState } from '../internal-call';
|
|
12
12
|
import { OperationState } from '../operation';
|
|
13
13
|
import { FunctionCallState } from '../function-call';
|
|
@@ -27,7 +27,7 @@ export declare class InputMapState implements IInputMap, ValueReadingEntityClass
|
|
|
27
27
|
description: string | null;
|
|
28
28
|
declaration: ArgumentDeclarationState | PropertyState | ValueDescriptorState | null;
|
|
29
29
|
readonly type: EntityType.InputMap;
|
|
30
|
-
defaultValue:
|
|
30
|
+
defaultValue: LiteralValueState | null;
|
|
31
31
|
readsValue: ValueWritingEntityState | null;
|
|
32
32
|
dataType: DataTypeState | null;
|
|
33
33
|
project: ProjectState;
|
|
@@ -102,8 +102,8 @@ export declare class InputMapState implements IInputMap, ValueReadingEntityClass
|
|
|
102
102
|
};
|
|
103
103
|
getErrors(): EntityError[];
|
|
104
104
|
getShallowErrors(): EntityError[];
|
|
105
|
-
getDefaultValue():
|
|
106
|
-
setDefaultValue(value:
|
|
105
|
+
getDefaultValue(): LiteralValueState | null;
|
|
106
|
+
setDefaultValue(value: LiteralValueState): InputMapState;
|
|
107
107
|
clone(parent?: PassThroughCallableEntityState | null, newId?: string | null, subscribe?: boolean): InputMapState;
|
|
108
108
|
getDataType(): DataTypeState | null;
|
|
109
109
|
}
|