@lcap/nasl 3.4.0-alpha.1 → 3.4.0-alpha.2
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/out/bak/translator.js +8 -5
- package/out/bak/translator.js.map +1 -1
- package/out/breakpoint/generator/AfterStartNode.js +2 -1
- package/out/breakpoint/generator/AfterStartNode.js.map +1 -1
- package/out/breakpoint/generator/BeforeEndNode.js +2 -1
- package/out/breakpoint/generator/BeforeEndNode.js.map +1 -1
- package/out/breakpoint/generator/BreakpointNode.js +30 -9
- package/out/breakpoint/generator/BreakpointNode.js.map +1 -1
- package/out/breakpoint/shared/constants.d.ts +1 -0
- package/out/breakpoint/shared/constants.js +7 -1
- package/out/breakpoint/shared/constants.js.map +1 -1
- package/out/breakpoint/shared/utils.d.ts +3 -1
- package/out/breakpoint/shared/utils.js +25 -4
- package/out/breakpoint/shared/utils.js.map +1 -1
- package/out/common/BaseNode.d.ts +21 -8
- package/out/common/BaseNode.js +116 -69
- package/out/common/BaseNode.js.map +1 -1
- package/out/common/Command.js +6 -1
- package/out/common/Command.js.map +1 -1
- package/out/common/EventEmitter.d.ts +1 -1
- package/out/common/EventEmitter.js +1 -3
- package/out/common/EventEmitter.js.map +1 -1
- package/out/common/index.d.ts +0 -1
- package/out/common/index.js +0 -1
- package/out/common/index.js.map +1 -1
- package/out/concepts/Abort__.d.ts +3 -2
- package/out/concepts/Abort__.js +14 -16
- package/out/concepts/Abort__.js.map +1 -1
- package/out/concepts/Anchor__.d.ts +3 -2
- package/out/concepts/Anchor__.js +18 -19
- package/out/concepts/Anchor__.js.map +1 -1
- package/out/concepts/AnonymousFunction__.d.ts +3 -2
- package/out/concepts/AnonymousFunction__.js +29 -27
- package/out/concepts/AnonymousFunction__.js.map +1 -1
- package/out/concepts/App__.d.ts +160 -157
- package/out/concepts/App__.js +108 -81
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/Argument__.d.ts +3 -2
- package/out/concepts/Argument__.js +22 -21
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/Assignee__.d.ts +3 -2
- package/out/concepts/Assignee__.js +19 -21
- package/out/concepts/Assignee__.js.map +1 -1
- package/out/concepts/AssignmentLine__.d.ts +3 -2
- package/out/concepts/AssignmentLine__.js +14 -16
- package/out/concepts/AssignmentLine__.js.map +1 -1
- package/out/concepts/Assignment__.d.ts +3 -2
- package/out/concepts/Assignment__.js +33 -27
- package/out/concepts/Assignment__.js.map +1 -1
- package/out/concepts/Attribute__.d.ts +3 -2
- package/out/concepts/Attribute__.js +36 -28
- package/out/concepts/Attribute__.js.map +1 -1
- package/out/concepts/AuthInterface__.d.ts +4 -3
- package/out/concepts/AuthInterface__.js +16 -17
- package/out/concepts/AuthInterface__.js.map +1 -1
- package/out/concepts/AuthLogicForCallInterface__.d.ts +4 -3
- package/out/concepts/AuthLogicForCallInterface__.js +37 -27
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/AuthLogic__.d.ts +4 -3
- package/out/concepts/AuthLogic__.js +18 -19
- package/out/concepts/AuthLogic__.js.map +1 -1
- package/out/concepts/BackendVariable__.d.ts +8 -7
- package/out/concepts/BackendVariable__.js +38 -33
- package/out/concepts/BackendVariable__.js.map +1 -1
- package/out/concepts/Backend__.d.ts +32 -31
- package/out/concepts/Backend__.js +22 -21
- package/out/concepts/Backend__.js.map +1 -1
- package/out/concepts/BatchAssignment__.d.ts +3 -2
- package/out/concepts/BatchAssignment__.js +45 -36
- package/out/concepts/BatchAssignment__.js.map +1 -1
- package/out/concepts/BinaryExpression__.d.ts +3 -2
- package/out/concepts/BinaryExpression__.js +44 -39
- package/out/concepts/BinaryExpression__.js.map +1 -1
- package/out/concepts/BindAttribute__.d.ts +12 -8
- package/out/concepts/BindAttribute__.js +96 -53
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/BindDirective__.d.ts +5 -3
- package/out/concepts/BindDirective__.js +33 -27
- package/out/concepts/BindDirective__.js.map +1 -1
- package/out/concepts/BindEvent__.d.ts +3 -2
- package/out/concepts/BindEvent__.js +51 -17
- package/out/concepts/BindEvent__.js.map +1 -1
- package/out/concepts/BindStyle__.d.ts +5 -3
- package/out/concepts/BindStyle__.js +23 -22
- package/out/concepts/BindStyle__.js.map +1 -1
- package/out/concepts/BooleanLiteral__.d.ts +3 -2
- package/out/concepts/BooleanLiteral__.js +16 -17
- package/out/concepts/BooleanLiteral__.js.map +1 -1
- package/out/concepts/CallAuthInterface__.d.ts +3 -2
- package/out/concepts/CallAuthInterface__.js +16 -18
- package/out/concepts/CallAuthInterface__.js.map +1 -1
- package/out/concepts/CallConnector__.d.ts +5 -4
- package/out/concepts/CallConnector__.js +40 -33
- package/out/concepts/CallConnector__.js.map +1 -1
- package/out/concepts/CallFunction__.d.ts +3 -2
- package/out/concepts/CallFunction__.js +32 -26
- package/out/concepts/CallFunction__.js.map +1 -1
- package/out/concepts/CallInterface__.d.ts +3 -2
- package/out/concepts/CallInterface__.js +35 -30
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts +6 -5
- package/out/concepts/CallLogic__.js +134 -79
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.d.ts +3 -2
- package/out/concepts/CallQueryComponent__.js +56 -40
- package/out/concepts/CallQueryComponent__.js.map +1 -1
- package/out/concepts/Comment__.d.ts +3 -2
- package/out/concepts/Comment__.js +16 -17
- package/out/concepts/Comment__.js.map +1 -1
- package/out/concepts/CompletionProperty__.d.ts +3 -2
- package/out/concepts/CompletionProperty__.js +30 -25
- package/out/concepts/CompletionProperty__.js.map +1 -1
- package/out/concepts/ConfigGroup__.d.ts +3 -2
- package/out/concepts/ConfigGroup__.js +21 -20
- package/out/concepts/ConfigGroup__.js.map +1 -1
- package/out/concepts/ConfigPropertyValue__.d.ts +3 -2
- package/out/concepts/ConfigPropertyValue__.js +16 -16
- package/out/concepts/ConfigPropertyValue__.js.map +1 -1
- package/out/concepts/ConfigProperty__.d.ts +3 -2
- package/out/concepts/ConfigProperty__.js +25 -22
- package/out/concepts/ConfigProperty__.js.map +1 -1
- package/out/concepts/Configuration__.d.ts +3 -2
- package/out/concepts/Configuration__.js +16 -18
- package/out/concepts/Configuration__.js.map +1 -1
- package/out/concepts/Connection__.d.ts +4 -4
- package/out/concepts/Connection__.js +22 -18
- package/out/concepts/Connection__.js.map +1 -1
- package/out/concepts/ConnectorTrigger__.d.ts +7 -6
- package/out/concepts/ConnectorTrigger__.js +22 -21
- package/out/concepts/ConnectorTrigger__.js.map +1 -1
- package/out/concepts/Connector__.d.ts +139 -33
- package/out/concepts/Connector__.js +191 -34
- package/out/concepts/Connector__.js.map +1 -1
- package/out/concepts/Constant__.d.ts +3 -2
- package/out/concepts/Constant__.js +24 -22
- package/out/concepts/Constant__.js.map +1 -1
- package/out/concepts/DataSource__.d.ts +7 -2
- package/out/concepts/DataSource__.js +31 -23
- package/out/concepts/DataSource__.js.map +1 -1
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +5 -4
- package/out/concepts/DatabaseTypeAnnotation__.js +18 -18
- package/out/concepts/DatabaseTypeAnnotation__.js.map +1 -1
- package/out/concepts/Destination__.d.ts +11 -10
- package/out/concepts/Destination__.js +38 -37
- package/out/concepts/Destination__.js.map +1 -1
- package/out/concepts/End__.d.ts +3 -2
- package/out/concepts/End__.js +14 -16
- package/out/concepts/End__.js.map +1 -1
- package/out/concepts/EntityIndex__.d.ts +4 -3
- package/out/concepts/EntityIndex__.js +22 -20
- package/out/concepts/EntityIndex__.js.map +1 -1
- package/out/concepts/EntityProperty__.d.ts +4 -3
- package/out/concepts/EntityProperty__.js +50 -50
- package/out/concepts/EntityProperty__.js.map +1 -1
- package/out/concepts/Entity__.d.ts +3 -2
- package/out/concepts/Entity__.js +31 -26
- package/out/concepts/Entity__.js.map +1 -1
- package/out/concepts/EnumItem__.d.ts +3 -2
- package/out/concepts/EnumItem__.js +18 -18
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/Enum__.d.ts +3 -2
- package/out/concepts/Enum__.js +22 -21
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/Event__.d.ts +3 -2
- package/out/concepts/Event__.js +24 -21
- package/out/concepts/Event__.js.map +1 -1
- package/out/concepts/ExternalDestination__.d.ts +6 -5
- package/out/concepts/ExternalDestination__.js +25 -25
- package/out/concepts/ExternalDestination__.js.map +1 -1
- package/out/concepts/ForEachStatement__.d.ts +3 -2
- package/out/concepts/ForEachStatement__.js +20 -16
- package/out/concepts/ForEachStatement__.js.map +1 -1
- package/out/concepts/FrontendLibrary__.d.ts +4 -3
- package/out/concepts/FrontendLibrary__.js +27 -25
- package/out/concepts/FrontendLibrary__.js.map +1 -1
- package/out/concepts/FrontendVariable__.d.ts +4 -3
- package/out/concepts/FrontendVariable__.js +12 -12
- package/out/concepts/FrontendVariable__.js.map +1 -1
- package/out/concepts/Frontend__.d.ts +8 -6
- package/out/concepts/Frontend__.js +46 -38
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/Function__.d.ts +3 -2
- package/out/concepts/Function__.js +36 -31
- package/out/concepts/Function__.js.map +1 -1
- package/out/concepts/Identifier__.d.ts +4 -3
- package/out/concepts/Identifier__.js +29 -28
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/IfStatement__.d.ts +3 -2
- package/out/concepts/IfStatement__.js +20 -21
- package/out/concepts/IfStatement__.js.map +1 -1
- package/out/concepts/Integration__.d.ts +93 -2
- package/out/concepts/Integration__.js +157 -19
- package/out/concepts/Integration__.js.map +1 -1
- package/out/concepts/InterfaceParam__.d.ts +30 -4
- package/out/concepts/InterfaceParam__.js +58 -24
- package/out/concepts/InterfaceParam__.js.map +1 -1
- package/out/concepts/Interface__.d.ts +34 -6
- package/out/concepts/Interface__.js +106 -35
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/JSBlock__.d.ts +3 -2
- package/out/concepts/JSBlock__.js +16 -17
- package/out/concepts/JSBlock__.js.map +1 -1
- package/out/concepts/JavaLogic__.d.ts +4 -3
- package/out/concepts/JavaLogic__.js +21 -20
- package/out/concepts/JavaLogic__.js.map +1 -1
- package/out/concepts/LogicItem__.d.ts +3 -2
- package/out/concepts/LogicItem__.js +22 -20
- package/out/concepts/LogicItem__.js.map +1 -1
- package/out/concepts/Logic__.d.ts +17 -17
- package/out/concepts/Logic__.js +113 -56
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MatchCase__.d.ts +3 -2
- package/out/concepts/MatchCase__.js +23 -22
- package/out/concepts/MatchCase__.js.map +1 -1
- package/out/concepts/Match__.d.ts +3 -2
- package/out/concepts/Match__.js +19 -20
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/MemberExpression__.d.ts +3 -2
- package/out/concepts/MemberExpression__.js +64 -40
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/MicroApp__.d.ts +3 -2
- package/out/concepts/MicroApp__.js +26 -21
- package/out/concepts/MicroApp__.js.map +1 -1
- package/out/concepts/Module__.d.ts +219 -47
- package/out/concepts/Module__.js +232 -32
- package/out/concepts/Module__.js.map +1 -1
- package/out/concepts/MsgTriggerEvent__.d.ts +4 -3
- package/out/concepts/MsgTriggerEvent__.js +16 -18
- package/out/concepts/MsgTriggerEvent__.js.map +1 -1
- package/out/concepts/MsgTriggerLauncher__.d.ts +4 -3
- package/out/concepts/MsgTriggerLauncher__.js +18 -19
- package/out/concepts/MsgTriggerLauncher__.js.map +1 -1
- package/out/concepts/Namespace__.d.ts +4 -2
- package/out/concepts/Namespace__.js +64 -46
- package/out/concepts/Namespace__.js.map +1 -1
- package/out/concepts/NewComposite__.d.ts +4 -2
- package/out/concepts/NewComposite__.js +70 -42
- package/out/concepts/NewComposite__.js.map +1 -1
- package/out/concepts/NewList__.d.ts +5 -3
- package/out/concepts/NewList__.js +34 -24
- package/out/concepts/NewList__.js.map +1 -1
- package/out/concepts/NewMap__.d.ts +5 -3
- package/out/concepts/NewMap__.js +38 -27
- package/out/concepts/NewMap__.js.map +1 -1
- package/out/concepts/New__.d.ts +3 -2
- package/out/concepts/New__.js +14 -16
- package/out/concepts/New__.js.map +1 -1
- package/out/concepts/NullLiteral__.d.ts +3 -2
- package/out/concepts/NullLiteral__.js +14 -16
- package/out/concepts/NullLiteral__.js.map +1 -1
- package/out/concepts/NumericLiteral__.d.ts +3 -2
- package/out/concepts/NumericLiteral__.js +20 -20
- package/out/concepts/NumericLiteral__.js.map +1 -1
- package/out/concepts/OqlQueryComponent__.d.ts +3 -2
- package/out/concepts/OqlQueryComponent__.js +25 -22
- package/out/concepts/OqlQueryComponent__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.d.ts +14 -22
- package/out/concepts/OverriddenLogic__.js +73 -62
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/Param__.d.ts +3 -2
- package/out/concepts/Param__.js +34 -28
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/Point__.d.ts +3 -2
- package/out/concepts/Point__.js +16 -16
- package/out/concepts/Point__.js.map +1 -1
- package/out/concepts/ProcessComponent__.d.ts +3 -2
- package/out/concepts/ProcessComponent__.js +24 -22
- package/out/concepts/ProcessComponent__.js.map +1 -1
- package/out/concepts/ProcessElement__.d.ts +3 -2
- package/out/concepts/ProcessElement__.js +60 -45
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ProcessOutcome__.d.ts +3 -2
- package/out/concepts/ProcessOutcome__.js +16 -17
- package/out/concepts/ProcessOutcome__.js.map +1 -1
- package/out/concepts/ProcessOutcomes__.d.ts +3 -2
- package/out/concepts/ProcessOutcomes__.js +14 -16
- package/out/concepts/ProcessOutcomes__.js.map +1 -1
- package/out/concepts/Process__.d.ts +5 -7
- package/out/concepts/Process__.js +46 -35
- package/out/concepts/Process__.js.map +1 -1
- package/out/concepts/QueryAggregateExpression__.d.ts +3 -2
- package/out/concepts/QueryAggregateExpression__.js +22 -21
- package/out/concepts/QueryAggregateExpression__.js.map +1 -1
- package/out/concepts/QueryFieldExpression__.d.ts +4 -3
- package/out/concepts/QueryFieldExpression__.js +20 -19
- package/out/concepts/QueryFieldExpression__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.d.ts +4 -3
- package/out/concepts/QueryFromExpression__.js +22 -21
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryGroupByExpression__.d.ts +3 -2
- package/out/concepts/QueryGroupByExpression__.js +18 -19
- package/out/concepts/QueryGroupByExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.d.ts +4 -3
- package/out/concepts/QueryJoinExpression__.js +28 -24
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/QueryLimitExpression__.d.ts +3 -2
- package/out/concepts/QueryLimitExpression__.js +21 -21
- package/out/concepts/QueryLimitExpression__.js.map +1 -1
- package/out/concepts/QueryOrderByExpression__.d.ts +3 -2
- package/out/concepts/QueryOrderByExpression__.js +21 -21
- package/out/concepts/QueryOrderByExpression__.js.map +1 -1
- package/out/concepts/QuerySelectExpression__.d.ts +3 -2
- package/out/concepts/QuerySelectExpression__.js +23 -21
- package/out/concepts/QuerySelectExpression__.js.map +1 -1
- package/out/concepts/Rect__.d.ts +3 -2
- package/out/concepts/Rect__.js +20 -18
- package/out/concepts/Rect__.js.map +1 -1
- package/out/concepts/Return__.d.ts +3 -2
- package/out/concepts/Return__.js +28 -25
- package/out/concepts/Return__.js.map +1 -1
- package/out/concepts/Role__.d.ts +3 -2
- package/out/concepts/Role__.js +21 -20
- package/out/concepts/Role__.js.map +1 -1
- package/out/concepts/SelectMembers__.d.ts +3 -2
- package/out/concepts/SelectMembers__.js +19 -20
- package/out/concepts/SelectMembers__.js.map +1 -1
- package/out/concepts/Slot__.d.ts +3 -2
- package/out/concepts/Slot__.js +26 -22
- package/out/concepts/Slot__.js.map +1 -1
- package/out/concepts/SqlQueryComponent__.d.ts +3 -2
- package/out/concepts/SqlQueryComponent__.js +27 -23
- package/out/concepts/SqlQueryComponent__.js.map +1 -1
- package/out/concepts/Start__.d.ts +3 -2
- package/out/concepts/Start__.js +14 -16
- package/out/concepts/Start__.js.map +1 -1
- package/out/concepts/StringInterpolation__.d.ts +3 -2
- package/out/concepts/StringInterpolation__.js +16 -18
- package/out/concepts/StringInterpolation__.js.map +1 -1
- package/out/concepts/StringLiteral__.d.ts +3 -2
- package/out/concepts/StringLiteral__.js +14 -16
- package/out/concepts/StringLiteral__.js.map +1 -1
- package/out/concepts/StructureProperty__.d.ts +9 -4
- package/out/concepts/StructureProperty__.js +39 -29
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.d.ts +7 -11
- package/out/concepts/Structure__.js +51 -32
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/SwitchCase__.d.ts +3 -2
- package/out/concepts/SwitchCase__.js +19 -20
- package/out/concepts/SwitchCase__.js.map +1 -1
- package/out/concepts/SwitchStatement__.d.ts +3 -2
- package/out/concepts/SwitchStatement__.js +22 -20
- package/out/concepts/SwitchStatement__.js.map +1 -1
- package/out/concepts/Theme__.d.ts +3 -2
- package/out/concepts/Theme__.js +12 -14
- package/out/concepts/Theme__.js.map +1 -1
- package/out/concepts/Transactional__.d.ts +3 -2
- package/out/concepts/Transactional__.js +18 -17
- package/out/concepts/Transactional__.js.map +1 -1
- package/out/concepts/TriggerEvent__.d.ts +3 -2
- package/out/concepts/TriggerEvent__.js +19 -18
- package/out/concepts/TriggerEvent__.js.map +1 -1
- package/out/concepts/TriggerLauncher__.d.ts +6 -17
- package/out/concepts/TriggerLauncher__.js +25 -62
- package/out/concepts/TriggerLauncher__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts +8 -5
- package/out/concepts/TypeAnnotation__.js +55 -32
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/TypeParam__.d.ts +3 -2
- package/out/concepts/TypeParam__.js +16 -17
- package/out/concepts/TypeParam__.js.map +1 -1
- package/out/concepts/UnaryExpression__.d.ts +3 -2
- package/out/concepts/UnaryExpression__.js +20 -20
- package/out/concepts/UnaryExpression__.js.map +1 -1
- package/out/concepts/Unparsed__.d.ts +3 -2
- package/out/concepts/Unparsed__.js +16 -17
- package/out/concepts/Unparsed__.js.map +1 -1
- package/out/concepts/UseComponent__.d.ts +3 -2
- package/out/concepts/UseComponent__.js +16 -16
- package/out/concepts/UseComponent__.js.map +1 -1
- package/out/concepts/ValidationRule__.d.ts +17 -16
- package/out/concepts/ValidationRule__.js +18 -15
- package/out/concepts/ValidationRule__.js.map +1 -1
- package/out/concepts/Variable__.d.ts +3 -2
- package/out/concepts/Variable__.js +28 -25
- package/out/concepts/Variable__.js.map +1 -1
- package/out/concepts/ViewBlock__.d.ts +4 -3
- package/out/concepts/ViewBlock__.js +20 -19
- package/out/concepts/ViewBlock__.js.map +1 -1
- package/out/concepts/ViewComponent__.d.ts +32 -31
- package/out/concepts/ViewComponent__.js +35 -32
- package/out/concepts/ViewComponent__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +84 -81
- package/out/concepts/ViewElement__.js +324 -153
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.d.ts +5 -3
- package/out/concepts/View__.js +139 -113
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/WhileStatement__.d.ts +3 -2
- package/out/concepts/WhileStatement__.js +19 -20
- package/out/concepts/WhileStatement__.js.map +1 -1
- package/out/concepts/index__.d.ts +0 -1
- package/out/concepts/index__.js +0 -1
- package/out/concepts/index__.js.map +1 -1
- package/out/concepts/types__.d.ts +2 -2
- package/out/decorators/index.d.ts +2 -0
- package/out/decorators/index.js +12 -8
- package/out/decorators/index.js.map +1 -1
- package/out/generator/genBundleFiles.d.ts +2 -2
- package/out/generator/genBundleFiles.js +11 -4
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/genReleaseBody.d.ts +4 -2
- package/out/generator/genReleaseBody.js +192 -136
- package/out/generator/genReleaseBody.js.map +1 -1
- package/out/natural/genNaturalTS.js +15 -14
- package/out/natural/genNaturalTS.js.map +1 -1
- package/out/natural/index.d.ts +0 -2
- package/out/natural/index.js +0 -2
- package/out/natural/index.js.map +1 -1
- package/out/sentry/index.js +2 -2
- package/out/sentry/index.js.map +1 -1
- package/out/server/createUiTs.js +34 -1
- package/out/server/createUiTs.js.map +1 -1
- package/out/server/extendBaseNode.js +17 -17
- package/out/server/extendBaseNode.js.map +1 -1
- package/out/server/formatTsUtils.js +0 -10
- package/out/server/formatTsUtils.js.map +1 -1
- package/out/server/getConnector.d.ts +3 -0
- package/out/server/getConnector.js +38 -1
- package/out/server/getConnector.js.map +1 -1
- package/out/server/getMemberIdentifier.js +1 -2
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/index.js +2 -0
- package/out/server/index.js.map +1 -1
- package/out/server/naslServer.d.ts +14 -3
- package/out/server/naslServer.js +213 -120
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.js +2 -4
- package/out/server/translator.js.map +1 -1
- package/out/service/creator/add.configs.js +26 -0
- package/out/service/creator/add.configs.js.map +1 -1
- package/out/service/creator/errHandles.js +5 -3
- package/out/service/creator/errHandles.js.map +1 -1
- package/out/service/creator/index.js +13 -0
- package/out/service/creator/index.js.map +1 -1
- package/out/service/storage/jsoner.js +1 -1
- package/out/service/storage/jsoner.js.map +1 -1
- package/out/templator/genCurdEditMultipleKeyBlock.js +3 -3
- package/out/templator/genCurdEditMultipleKeyBlock.js.map +1 -1
- package/out/templator/genCurdMultipleKeyBlock.js +3 -3
- package/out/templator/genCurdMultipleKeyBlock.js.map +1 -1
- package/out/templator/genTableBlock.js +1 -1
- package/out/templator/genTableBlock.js.map +1 -1
- package/out/translator/constant.d.ts +6 -0
- package/out/translator/constant.js +10 -0
- package/out/translator/constant.js.map +1 -0
- package/out/translator/index.d.ts +3 -48
- package/out/translator/index.js +17 -110
- package/out/translator/index.js.map +1 -1
- package/out/translator/types.d.ts +32 -0
- package/out/translator/{tsp.js → types.js} +1 -1
- package/out/translator/types.js.map +1 -0
- package/out/translator/utils.d.ts +17 -0
- package/out/translator/utils.js +102 -0
- package/out/translator/utils.js.map +1 -0
- package/out/utils/cookie.d.ts +9 -0
- package/out/utils/cookie.js +62 -0
- package/out/utils/cookie.js.map +1 -0
- package/out/utils/env.d.ts +2 -0
- package/out/utils/env.js +6 -0
- package/out/utils/env.js.map +1 -0
- package/out/utils/index.d.ts +3 -0
- package/out/utils/index.js +3 -0
- package/out/utils/index.js.map +1 -1
- package/out/utils/logger.d.ts +4 -0
- package/out/utils/logger.js +13 -1
- package/out/utils/logger.js.map +1 -1
- package/out/utils/time-slicing.js +2 -1
- package/out/utils/time-slicing.js.map +1 -1
- package/out/utils/types.d.ts +1 -0
- package/out/utils/types.js +3 -0
- package/out/utils/types.js.map +1 -0
- package/out/utils/window.d.ts +7 -0
- package/out/utils/window.js +14 -0
- package/out/utils/window.js.map +1 -0
- package/package.json +1 -1
- package/sandbox/stdlib/nasl.oql.ts +2 -0
- package/sandbox/stdlib/nasl.ui.definition.ts +2218 -1415
- package/src/bak/translator.js +8 -5
- package/src/breakpoint/generator/AfterStartNode.ts +2 -1
- package/src/breakpoint/generator/BeforeEndNode.ts +2 -1
- package/src/breakpoint/generator/BreakpointNode.ts +36 -9
- package/src/breakpoint/shared/constants.ts +7 -0
- package/src/breakpoint/shared/utils.ts +36 -3
- package/src/common/BaseNode.ts +141 -80
- package/src/common/Command.ts +6 -1
- package/src/common/EventEmitter.ts +2 -4
- package/src/common/index.ts +0 -1
- package/src/concepts/Abort__.ts +18 -20
- package/src/concepts/Anchor__.ts +21 -22
- package/src/concepts/AnonymousFunction__.ts +38 -37
- package/src/concepts/App__.ts +366 -315
- package/src/concepts/Argument__.ts +26 -25
- package/src/concepts/Assignee__.ts +40 -38
- package/src/concepts/AssignmentLine__.ts +18 -21
- package/src/concepts/Assignment__.ts +43 -32
- package/src/concepts/Attribute__.ts +40 -34
- package/src/concepts/AuthInterface__.ts +22 -24
- package/src/concepts/AuthLogicForCallInterface__.ts +71 -41
- package/src/concepts/AuthLogic__.ts +21 -30
- package/src/concepts/BackendVariable__.ts +53 -52
- package/src/concepts/Backend__.ts +57 -58
- package/src/concepts/BatchAssignment__.ts +85 -58
- package/src/concepts/BinaryExpression__.ts +85 -43
- package/src/concepts/BindAttribute__.ts +146 -107
- package/src/concepts/BindDirective__.ts +43 -39
- package/src/concepts/BindEvent__.ts +80 -31
- package/src/concepts/BindStyle__.ts +35 -34
- package/src/concepts/BooleanLiteral__.ts +20 -21
- package/src/concepts/CallAuthInterface__.ts +27 -30
- package/src/concepts/CallConnector__.ts +48 -39
- package/src/concepts/CallFunction__.ts +43 -35
- package/src/concepts/CallInterface__.ts +46 -40
- package/src/concepts/CallLogic__.ts +163 -90
- package/src/concepts/CallQueryComponent__.ts +154 -86
- package/src/concepts/Comment__.ts +19 -20
- package/src/concepts/CompletionProperty__.ts +34 -30
- package/src/concepts/ConfigGroup__.ts +28 -29
- package/src/concepts/ConfigPropertyValue__.ts +22 -23
- package/src/concepts/ConfigProperty__.ts +41 -35
- package/src/concepts/Configuration__.ts +23 -26
- package/src/concepts/Connection__.ts +26 -21
- package/src/concepts/ConnectorTrigger__.ts +30 -34
- package/src/concepts/Connector__.ts +342 -87
- package/src/concepts/Constant__.ts +28 -34
- package/src/concepts/DataSource__.ts +37 -33
- package/src/concepts/DatabaseTypeAnnotation__.ts +24 -24
- package/src/concepts/Destination__.ts +49 -46
- package/src/concepts/End__.ts +21 -23
- package/src/concepts/EntityIndex__.ts +34 -31
- package/src/concepts/EntityProperty__.ts +62 -66
- package/src/concepts/Entity__.ts +40 -40
- package/src/concepts/EnumItem__.ts +22 -25
- package/src/concepts/Enum__.ts +27 -28
- package/src/concepts/Event__.ts +33 -33
- package/src/concepts/ExternalDestination__.ts +29 -29
- package/src/concepts/ForEachStatement__.ts +30 -25
- package/src/concepts/FrontendLibrary__.ts +37 -38
- package/src/concepts/FrontendVariable__.ts +18 -20
- package/src/concepts/Frontend__.ts +65 -61
- package/src/concepts/Function__.ts +52 -50
- package/src/concepts/Identifier__.ts +35 -32
- package/src/concepts/IfStatement__.ts +37 -38
- package/src/concepts/Integration__.ts +244 -24
- package/src/concepts/InterfaceParam__.ts +69 -33
- package/src/concepts/Interface__.ts +122 -47
- package/src/concepts/JSBlock__.ts +20 -21
- package/src/concepts/JavaLogic__.ts +25 -24
- package/src/concepts/LogicItem__.ts +27 -36
- package/src/concepts/Logic__.ts +168 -90
- package/src/concepts/MatchCase__.ts +38 -40
- package/src/concepts/Match__.ts +25 -26
- package/src/concepts/MemberExpression__.ts +172 -120
- package/src/concepts/MicroApp__.ts +32 -27
- package/src/concepts/Module__.ts +527 -107
- package/src/concepts/MsgTriggerEvent__.ts +25 -33
- package/src/concepts/MsgTriggerLauncher__.ts +27 -30
- package/src/concepts/Namespace__.ts +109 -99
- package/src/concepts/NewComposite__.ts +128 -76
- package/src/concepts/NewList__.ts +43 -34
- package/src/concepts/NewMap__.ts +49 -37
- package/src/concepts/New__.ts +18 -20
- package/src/concepts/NullLiteral__.ts +18 -20
- package/src/concepts/NumericLiteral__.ts +24 -24
- package/src/concepts/OqlQueryComponent__.ts +31 -26
- package/src/concepts/OverriddenLogic__.ts +128 -94
- package/src/concepts/Param__.ts +50 -50
- package/src/concepts/Point__.ts +22 -22
- package/src/concepts/ProcessComponent__.ts +36 -37
- package/src/concepts/ProcessElement__.ts +112 -84
- package/src/concepts/ProcessOutcome__.ts +20 -21
- package/src/concepts/ProcessOutcomes__.ts +18 -20
- package/src/concepts/Process__.ts +69 -63
- package/src/concepts/QueryAggregateExpression__.ts +26 -25
- package/src/concepts/QueryFieldExpression__.ts +24 -23
- package/src/concepts/QueryFromExpression__.ts +27 -26
- package/src/concepts/QueryGroupByExpression__.ts +22 -23
- package/src/concepts/QueryJoinExpression__.ts +60 -39
- package/src/concepts/QueryLimitExpression__.ts +25 -25
- package/src/concepts/QueryOrderByExpression__.ts +25 -25
- package/src/concepts/QuerySelectExpression__.ts +105 -54
- package/src/concepts/Rect__.ts +26 -24
- package/src/concepts/Return__.ts +40 -47
- package/src/concepts/Role__.ts +24 -24
- package/src/concepts/SelectMembers__.ts +28 -30
- package/src/concepts/Slot__.ts +32 -30
- package/src/concepts/SqlQueryComponent__.ts +39 -29
- package/src/concepts/Start__.ts +18 -20
- package/src/concepts/StringInterpolation__.ts +22 -25
- package/src/concepts/StringLiteral__.ts +18 -20
- package/src/concepts/StructureProperty__.ts +44 -36
- package/src/concepts/Structure__.ts +62 -45
- package/src/concepts/SwitchCase__.ts +38 -39
- package/src/concepts/SwitchStatement__.ts +26 -24
- package/src/concepts/Theme__.ts +18 -21
- package/src/concepts/Transactional__.ts +24 -31
- package/src/concepts/TriggerEvent__.ts +28 -29
- package/src/concepts/TriggerLauncher__.ts +31 -81
- package/src/concepts/TypeAnnotation__.ts +90 -51
- package/src/concepts/TypeParam__.ts +19 -20
- package/src/concepts/UnaryExpression__.ts +23 -23
- package/src/concepts/Unparsed__.ts +19 -20
- package/src/concepts/UseComponent__.ts +22 -22
- package/src/concepts/ValidationRule__.ts +537 -553
- package/src/concepts/Variable__.ts +41 -47
- package/src/concepts/ViewBlock__.ts +26 -25
- package/src/concepts/ViewComponent__.ts +87 -91
- package/src/concepts/ViewElement__.ts +2750 -2423
- package/src/concepts/View__.ts +337 -301
- package/src/concepts/WhileStatement__.ts +33 -34
- package/src/concepts/index__.ts +0 -1
- package/src/concepts/types__.ts +124 -124
- package/src/decorators/index.ts +11 -7
- package/src/generator/genBundleFiles.ts +14 -4
- package/src/generator/genReleaseBody.ts +198 -182
- package/src/natural/genNaturalTS.ts +18 -17
- package/src/natural/index.ts +0 -2
- package/src/sentry/index.ts +2 -2
- package/src/server/createUiTs.ts +30 -1
- package/src/server/extendBaseNode.ts +18 -18
- package/src/server/formatTsUtils.ts +0 -11
- package/src/server/getConnector.ts +63 -27
- package/src/server/getMemberIdentifier.ts +2 -3
- package/src/server/index.ts +4 -1
- package/src/server/naslServer.ts +215 -122
- package/src/server/translator.ts +1 -3
- package/src/service/creator/add.configs.js +26 -1
- package/src/service/creator/errHandles.js +5 -4
- package/src/service/creator/index.js +12 -0
- package/src/service/storage/jsoner.ts +1 -1
- package/src/templator/genCurdEditMultipleKeyBlock.ts +3 -3
- package/src/templator/genCurdMultipleKeyBlock.ts +3 -3
- package/src/templator/genTableBlock.ts +1 -1
- package/src/translator/constant.ts +7 -0
- package/src/translator/index.ts +3 -137
- package/src/translator/types.ts +40 -0
- package/src/translator/utils.ts +104 -0
- package/src/utils/cookie.ts +60 -0
- package/src/utils/env.ts +2 -0
- package/src/utils/index.ts +3 -0
- package/src/utils/logger.ts +13 -0
- package/src/utils/time-slicing.ts +3 -1
- package/src/utils/types.ts +1 -0
- package/src/utils/window.ts +9 -0
- package/test/concepts/anonymous-function/__snapshots__/toEmbeddedTS.spec.ts.snap +8 -0
- package/test/concepts/anonymous-function/__snapshots__/toJS.spec.ts.snap +3 -0
- package/test/concepts/anonymous-function/__snapshots__/toVue.spec.ts.snap +6 -0
- package/test/concepts/anonymous-function/constant.ts +5 -0
- package/test/concepts/anonymous-function/fixtures/simple.json +85 -0
- package/test/concepts/anonymous-function/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/anonymous-function/toJS.spec.ts +14 -0
- package/test/concepts/anonymous-function/toVue.spec.ts +14 -0
- package/test/concepts/assignment/__snapshots__/toEmbeddedTS.spec.ts.snap +21 -0
- package/test/concepts/assignment/__snapshots__/toJS.spec.ts.snap +9 -0
- package/test/concepts/assignment/__snapshots__/toVue.spec.ts.snap +21 -0
- package/test/concepts/assignment/constant.ts +5 -0
- package/test/concepts/assignment/fixtures/both-space.json +4 -0
- package/test/concepts/assignment/fixtures/left-space.json +14 -0
- package/test/concepts/assignment/fixtures/right-space.json +8 -0
- package/test/concepts/assignment/fixtures/simple.json +12 -0
- package/test/concepts/assignment/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/assignment/toJS.spec.ts +14 -0
- package/test/concepts/assignment/toVue.spec.ts +14 -0
- package/test/concepts/batch-assignment/__snapshots__/toEmbeddedTS.spec.ts.snap +28 -0
- package/test/concepts/batch-assignment/__snapshots__/toJS.spec.ts.snap +13 -0
- package/test/concepts/batch-assignment/__snapshots__/toVue.spec.ts.snap +14 -0
- package/test/concepts/batch-assignment/constant.ts +5 -0
- package/test/concepts/batch-assignment/fixtures/muli-var-muli-value.json +144 -0
- package/test/concepts/batch-assignment/fixtures/simple-var-simple-value.json +36 -0
- package/test/concepts/batch-assignment/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/batch-assignment/toJS.spec.ts +14 -0
- package/test/concepts/batch-assignment/toVue.spec.ts +14 -0
- package/test/concepts/binary-expression/__snapshots__/toEmbeddedTS.spec.ts.snap +25 -0
- package/test/concepts/binary-expression/__snapshots__/toJS.spec.ts.snap +16 -0
- package/test/concepts/binary-expression/__snapshots__/toVue.spec.ts.snap +19 -0
- package/test/concepts/binary-expression/constant.ts +5 -0
- package/test/concepts/binary-expression/fixtures/constant-nested.json +36 -0
- package/test/concepts/binary-expression/fixtures/constant-simple.json +12 -0
- package/test/concepts/binary-expression/fixtures/variable-nested.json +69 -0
- package/test/concepts/binary-expression/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/binary-expression/toJS.spec.ts +14 -0
- package/test/concepts/binary-expression/toVue.spec.ts +14 -0
- package/test/concepts/boolean-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +11 -0
- package/test/concepts/boolean-literal/__snapshots__/toJS.spec.ts.snap +11 -0
- package/test/concepts/boolean-literal/__snapshots__/toVue.spec.ts.snap +11 -0
- package/test/concepts/boolean-literal/constant.ts +5 -0
- package/test/concepts/boolean-literal/fixtures/false.json +4 -0
- package/test/concepts/boolean-literal/fixtures/true.json +4 -0
- package/test/concepts/boolean-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/boolean-literal/toJS.spec.ts +14 -0
- package/test/concepts/boolean-literal/toVue.spec.ts +14 -0
- package/test/concepts/call-interface/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/call-interface/toJS.spec.ts +6 -6
- package/test/concepts/call-logic/__snapshots__/getQuickInfoOffset.spec.ts.snap +106 -0
- package/test/concepts/call-logic/__snapshots__/toEmbeddedTS.spec.ts.snap +45 -0
- package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +102 -0
- package/test/concepts/call-logic/fixtures/nested-call-logic.json +860 -0
- package/test/concepts/call-logic/getQuickInfoOffset.spec.ts +23 -0
- package/test/concepts/call-logic/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/call-logic/toJS.spec.ts +6 -6
- package/test/concepts/data-source/__snapshots__/toEmbeddedTS.spec.ts.snap +8 -0
- package/test/concepts/data-source/__snapshots__/toEmbeddedTSFile.spec.ts.snap +12 -0
- package/test/concepts/data-source/constant.ts +5 -0
- package/test/concepts/data-source/fixtures/normal.json +289 -0
- package/test/concepts/data-source/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/data-source/toEmbeddedTSFile.spec.ts +15 -0
- package/test/concepts/entity/__snapshots__/toEmbeddedTS.spec.ts.snap +74 -0
- package/test/concepts/entity/__snapshots__/toEmbeddedTSFile.spec.ts.snap +3 -0
- package/test/concepts/entity/constant.ts +5 -0
- package/test/concepts/entity/fixtures/normal.json +469 -0
- package/test/concepts/entity/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/entity/toEmbeddedTSFile.spec.ts +14 -0
- package/test/concepts/identifier/__snapshots__/toEmbeddedTS.spec.ts.snap +16 -0
- package/test/concepts/identifier/__snapshots__/toJS.spec.ts.snap +16 -0
- package/test/concepts/identifier/__snapshots__/toVue.spec.ts.snap +16 -0
- package/test/concepts/identifier/constant.ts +5 -0
- package/test/concepts/identifier/fixtures/data-source.json +5 -0
- package/test/concepts/identifier/fixtures/no-namespace.json +4 -0
- package/test/concepts/identifier/fixtures/view-variable.json +201 -0
- package/test/concepts/identifier/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/identifier/toJS.spec.ts +14 -0
- package/test/concepts/identifier/toVue.spec.ts +14 -0
- package/test/concepts/match/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/match/toJS.spec.ts +6 -6
- package/test/concepts/member-expression/__snapshots__/toEmbeddedTS.spec.ts.snap +21 -0
- package/test/concepts/member-expression/__snapshots__/toJS.spec.ts.snap +21 -0
- package/test/concepts/member-expression/__snapshots__/toVue.spec.ts.snap +21 -0
- package/test/concepts/member-expression/constant.ts +5 -0
- package/test/concepts/member-expression/fixtures/app.enums.UserStatusEnum.json +13 -0
- package/test/concepts/member-expression/fixtures/elements.table-view.data.json +13 -0
- package/test/concepts/member-expression/fixtures/entry.created-by.json +18 -0
- package/test/concepts/member-expression/fixtures/nasl.auth.userInfo.json +19 -0
- package/test/concepts/member-expression/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/member-expression/toJS.spec.ts +14 -0
- package/test/concepts/member-expression/toVue.spec.ts +14 -0
- package/test/concepts/null-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +6 -0
- package/test/concepts/null-literal/__snapshots__/toJS.spec.ts.snap +6 -0
- package/test/concepts/null-literal/__snapshots__/toVue.spec.ts.snap +6 -0
- package/test/concepts/null-literal/constant.ts +5 -0
- package/test/concepts/null-literal/fixtures/null.json +3 -0
- package/test/concepts/null-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/null-literal/toJS.spec.ts +14 -0
- package/test/concepts/null-literal/toVue.spec.ts +14 -0
- package/test/concepts/numeric-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +6 -0
- package/test/concepts/numeric-literal/__snapshots__/toJS.spec.ts.snap +6 -0
- package/test/concepts/numeric-literal/__snapshots__/toVue.spec.ts.snap +6 -0
- package/test/concepts/numeric-literal/constant.ts +5 -0
- package/test/concepts/numeric-literal/fixtures/number.json +10 -0
- package/test/concepts/numeric-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/numeric-literal/toJS.spec.ts +14 -0
- package/test/concepts/numeric-literal/toVue.spec.ts +14 -0
- package/test/concepts/string-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +16 -0
- package/test/concepts/string-literal/__snapshots__/toJS.spec.ts.snap +16 -0
- package/test/concepts/string-literal/__snapshots__/toVue.spec.ts.snap +16 -0
- package/test/concepts/string-literal/constant.ts +5 -0
- package/test/concepts/string-literal/fixtures/escape.json +4 -0
- package/test/concepts/string-literal/fixtures/space.json +4 -0
- package/test/concepts/string-literal/fixtures/string.json +4 -0
- package/test/concepts/string-literal/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/string-literal/toJS.spec.ts +14 -0
- package/test/concepts/string-literal/toVue.spec.ts +14 -0
- package/test/concepts/utils.ts +46 -43
- package/test/concepts/validation-rule/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/validation-rule/toJS.spec.ts +6 -6
- package/test/concepts/validation-rule/validation-rule.spec.ts +8 -8
- package/test/concepts/view-element/__snapshots__/toEmbeddedTS.spec.ts.snap +592 -0
- package/test/concepts/view-element/__snapshots__/toVue.spec.ts.snap +324 -12
- package/test/concepts/view-element/fixtures/default-login.json +333 -0
- package/test/concepts/view-element/fixtures/default-not-found.json +313 -313
- package/test/concepts/view-element/fixtures/with-role-auth.json +148 -0
- package/test/concepts/view-element/fixtures/with-table.json +3473 -0
- package/test/concepts/view-element/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/view-element/toVue.spec.ts +6 -6
- package/ts-worker/package-lock.json +6663 -101
- package/ts-worker/webpack.config.js +1 -1
- package/out/common/classMap.d.ts +0 -4
- package/out/common/classMap.js +0 -5
- package/out/common/classMap.js.map +0 -1
- package/out/concepts/DataElement__.d.ts +0 -46
- package/out/concepts/DataElement__.js +0 -118
- package/out/concepts/DataElement__.js.map +0 -1
- package/out/natural/RequirementAnalyzer.d.ts +0 -22
- package/out/natural/RequirementAnalyzer.js +0 -196
- package/out/natural/RequirementAnalyzer.js.map +0 -1
- package/out/natural/RequirementExecutor.d.ts +0 -51
- package/out/natural/RequirementExecutor.js +0 -692
- package/out/natural/RequirementExecutor.js.map +0 -1
- package/out/natural/knowledgeMap.d.ts +0 -4
- package/out/natural/knowledgeMap.js +0 -40
- package/out/natural/knowledgeMap.js.map +0 -1
- package/out/translator/lsp.d.ts +0 -45
- package/out/translator/lsp.js +0 -6
- package/out/translator/lsp.js.map +0 -1
- package/out/translator/tsp.d.ts +0 -12
- package/out/translator/tsp.js.map +0 -1
- package/src/common/classMap.ts +0 -3
- package/src/concepts/DataElement__.ts +0 -131
- package/src/natural/RequirementAnalyzer.ts +0 -208
- package/src/natural/RequirementExecutor.ts +0 -685
- package/src/natural/knowledgeMap.ts +0 -39
- package/src/test/examples/app1.json +0 -1406
- package/src/test/fixtures/env.ts +0 -19
- package/src/test/integration/connect-create-file.ts +0 -14
- package/src/test/integration/connect-file.ts +0 -24
- package/src/test/integration/node-nasl-server.ts +0 -14
- package/src/test/units/baseTypes/Assignment.spec.ts +0 -20
- package/src/test/units/baseTypes/CallLogic.spec.ts +0 -22
- package/src/test/units/baseTypes/StringLiteral.spec.ts +0 -60
- package/src/test/units/baseTypes/new.spec.ts +0 -13
- package/src/test/units/common/Vertex.spec.ts +0 -23
- package/src/test/units/data/Entity.spec.ts +0 -10
- package/src/test/units/login.spec.ts +0 -10
- package/src/test/units/page/Block.spec.ts +0 -15
- package/src/test/units/page/Element.spec.ts +0 -45
- package/src/test/units/page/example.dashboard.html +0 -46
- package/src/test/units/page/example.view1.html +0 -63
- package/src/test/units/temp/temp.spec.ts +0 -66
- package/src/translator/lsp.ts +0 -50
- package/src/translator/tsp.ts +0 -14
|
@@ -1,1406 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
3
|
-
"concept": "App",
|
|
4
|
-
"ideVersion": "2.17",
|
|
5
|
-
"name": "wms123",
|
|
6
|
-
"title": "库房管理【勿删】",
|
|
7
|
-
"icon": "home",
|
|
8
|
-
"desc": "【勿删】工业项目验证",
|
|
9
|
-
"dnsAddr": null,
|
|
10
|
-
"scope": "pc",
|
|
11
|
-
"hasUserCenter": false,
|
|
12
|
-
"hasAuth": true,
|
|
13
|
-
"entities": null,
|
|
14
|
-
"structures": [
|
|
15
|
-
{
|
|
16
|
-
"concept": "Structure",
|
|
17
|
-
"origin": null,
|
|
18
|
-
"name": "ResourceResult",
|
|
19
|
-
"description": null,
|
|
20
|
-
"compilerInfoMap": null,
|
|
21
|
-
"typeParams": [],
|
|
22
|
-
"properties": [
|
|
23
|
-
{
|
|
24
|
-
"concept": "StructureProperty",
|
|
25
|
-
"name": "resourceValue",
|
|
26
|
-
"label": null,
|
|
27
|
-
"description": null,
|
|
28
|
-
"typeAnnotation": {
|
|
29
|
-
"concept": "TypeAnnotation",
|
|
30
|
-
"typeKind": "primitive",
|
|
31
|
-
"typeNamespace": "nasl.core",
|
|
32
|
-
"typeName": "String"
|
|
33
|
-
},
|
|
34
|
-
"required": false,
|
|
35
|
-
"defaultValue": null
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"concept": "StructureProperty",
|
|
39
|
-
"name": "resourceType",
|
|
40
|
-
"label": null,
|
|
41
|
-
"description": null,
|
|
42
|
-
"typeAnnotation": {
|
|
43
|
-
"concept": "TypeAnnotation",
|
|
44
|
-
"typeKind": "primitive",
|
|
45
|
-
"typeNamespace": "nasl.core",
|
|
46
|
-
"typeName": "String"
|
|
47
|
-
},
|
|
48
|
-
"required": false,
|
|
49
|
-
"defaultValue": null
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"concept": "Structure",
|
|
55
|
-
"origin": null,
|
|
56
|
-
"name": "LCAPRoleBindUsersBody",
|
|
57
|
-
"description": null,
|
|
58
|
-
"compilerInfoMap": null,
|
|
59
|
-
"typeParams": [],
|
|
60
|
-
"properties": [
|
|
61
|
-
{
|
|
62
|
-
"concept": "StructureProperty",
|
|
63
|
-
"name": "roleId",
|
|
64
|
-
"label": null,
|
|
65
|
-
"description": null,
|
|
66
|
-
"typeAnnotation": {
|
|
67
|
-
"concept": "TypeAnnotation",
|
|
68
|
-
"typeKind": "primitive",
|
|
69
|
-
"typeNamespace": "nasl.core",
|
|
70
|
-
"typeName": "Long"
|
|
71
|
-
},
|
|
72
|
-
"required": true,
|
|
73
|
-
"defaultValue": null
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"concept": "StructureProperty",
|
|
77
|
-
"name": "userIdList",
|
|
78
|
-
"label": null,
|
|
79
|
-
"description": null,
|
|
80
|
-
"typeAnnotation": {
|
|
81
|
-
"concept": "TypeAnnotation",
|
|
82
|
-
"typeKind": "generic",
|
|
83
|
-
"typeNamespace": "nasl.collection",
|
|
84
|
-
"typeName": "List",
|
|
85
|
-
"typeArguments": [
|
|
86
|
-
{
|
|
87
|
-
"concept": "TypeAnnotation",
|
|
88
|
-
"typeKind": "primitive",
|
|
89
|
-
"typeNamespace": "nasl.core",
|
|
90
|
-
"typeName": "String"
|
|
91
|
-
}
|
|
92
|
-
]
|
|
93
|
-
},
|
|
94
|
-
"required": true,
|
|
95
|
-
"defaultValue": null
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
],
|
|
100
|
-
"enums": [
|
|
101
|
-
{
|
|
102
|
-
"concept": "Enum",
|
|
103
|
-
"name": "QualityStatus",
|
|
104
|
-
"enumItems": [
|
|
105
|
-
{
|
|
106
|
-
"concept": "EnumItem",
|
|
107
|
-
"name": "",
|
|
108
|
-
"value": "qualified",
|
|
109
|
-
"label": "合格",
|
|
110
|
-
"changedTime": 1671005599245,
|
|
111
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"concept": "EnumItem",
|
|
115
|
-
"name": "",
|
|
116
|
-
"value": "unqualified",
|
|
117
|
-
"label": "不合格",
|
|
118
|
-
"changedTime": 1671005610771,
|
|
119
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"concept": "EnumItem",
|
|
123
|
-
"name": "",
|
|
124
|
-
"value": "unknown",
|
|
125
|
-
"label": "未知",
|
|
126
|
-
"changedTime": 1671005622960,
|
|
127
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
128
|
-
}
|
|
129
|
-
],
|
|
130
|
-
"isLeaf": true,
|
|
131
|
-
"changedTime": 1671070280665,
|
|
132
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
133
|
-
"description": "质量状态"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"concept": "Enum",
|
|
137
|
-
"name": "BillStatus",
|
|
138
|
-
"enumItems": [
|
|
139
|
-
{
|
|
140
|
-
"concept": "EnumItem",
|
|
141
|
-
"name": "",
|
|
142
|
-
"value": "unrestricted_inventory",
|
|
143
|
-
"label": "非限制性库存",
|
|
144
|
-
"changedTime": 1670912616829,
|
|
145
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"concept": "EnumItem",
|
|
149
|
-
"name": "",
|
|
150
|
-
"value": "frozen_inventory",
|
|
151
|
-
"label": "冻结库存",
|
|
152
|
-
"changedTime": 1670912630263,
|
|
153
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"concept": "EnumItem",
|
|
157
|
-
"name": "",
|
|
158
|
-
"value": "to_be_quality",
|
|
159
|
-
"label": "待检",
|
|
160
|
-
"changedTime": 1670912649945,
|
|
161
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"concept": "EnumItem",
|
|
165
|
-
"name": "",
|
|
166
|
-
"value": "moving",
|
|
167
|
-
"label": "移动中",
|
|
168
|
-
"changedTime": 1670912669949,
|
|
169
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"concept": "EnumItem",
|
|
173
|
-
"name": "",
|
|
174
|
-
"value": "restricted_inventory",
|
|
175
|
-
"label": "限制性库存",
|
|
176
|
-
"changedTime": 1670912686651,
|
|
177
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"concept": "EnumItem",
|
|
181
|
-
"name": "",
|
|
182
|
-
"value": "need_quantity",
|
|
183
|
-
"label": "需要质检",
|
|
184
|
-
"changedTime": 1670912705263,
|
|
185
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"concept": "EnumItem",
|
|
189
|
-
"name": "",
|
|
190
|
-
"value": "quantity_success",
|
|
191
|
-
"label": "质检通过",
|
|
192
|
-
"changedTime": 1670912720547,
|
|
193
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"concept": "EnumItem",
|
|
197
|
-
"name": "",
|
|
198
|
-
"value": "quantity_failed",
|
|
199
|
-
"label": "质检不通过",
|
|
200
|
-
"changedTime": 1670912735022,
|
|
201
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"concept": "EnumItem",
|
|
205
|
-
"name": "",
|
|
206
|
-
"value": "create",
|
|
207
|
-
"label": "未处理",
|
|
208
|
-
"changedTime": 1670912754561,
|
|
209
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"concept": "EnumItem",
|
|
213
|
-
"name": "",
|
|
214
|
-
"value": "part_finished",
|
|
215
|
-
"label": "部分处理",
|
|
216
|
-
"changedTime": 1670912768829,
|
|
217
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"concept": "EnumItem",
|
|
221
|
-
"name": "",
|
|
222
|
-
"value": "finished",
|
|
223
|
-
"label": "已完成",
|
|
224
|
-
"changedTime": 1670912785733,
|
|
225
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"concept": "EnumItem",
|
|
229
|
-
"name": "",
|
|
230
|
-
"value": "need_money",
|
|
231
|
-
"label": "需要预算审核",
|
|
232
|
-
"changedTime": 1670912798243,
|
|
233
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
234
|
-
}
|
|
235
|
-
],
|
|
236
|
-
"isLeaf": true,
|
|
237
|
-
"changedTime": 1671070222133,
|
|
238
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
239
|
-
"description": "状态"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"concept": "Enum",
|
|
243
|
-
"name": "IsParent",
|
|
244
|
-
"enumItems": [
|
|
245
|
-
{
|
|
246
|
-
"concept": "EnumItem",
|
|
247
|
-
"name": "",
|
|
248
|
-
"value": "0",
|
|
249
|
-
"label": "父件",
|
|
250
|
-
"changedTime": 1671182743408,
|
|
251
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"concept": "EnumItem",
|
|
255
|
-
"name": "",
|
|
256
|
-
"value": "1",
|
|
257
|
-
"label": "子件",
|
|
258
|
-
"changedTime": 1671182751716,
|
|
259
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"concept": "EnumItem",
|
|
263
|
-
"name": "",
|
|
264
|
-
"value": "2",
|
|
265
|
-
"label": "非父子件",
|
|
266
|
-
"changedTime": 1671182761118,
|
|
267
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"isLeaf": true,
|
|
271
|
-
"changedTime": 1671182761122,
|
|
272
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
273
|
-
"description": "是否为子件"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"concept": "Enum",
|
|
277
|
-
"name": "IsConsignment",
|
|
278
|
-
"enumItems": [
|
|
279
|
-
{
|
|
280
|
-
"concept": "EnumItem",
|
|
281
|
-
"name": "",
|
|
282
|
-
"value": "Y",
|
|
283
|
-
"label": "是",
|
|
284
|
-
"changedTime": 1670552233492,
|
|
285
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"concept": "EnumItem",
|
|
289
|
-
"name": "",
|
|
290
|
-
"value": "N",
|
|
291
|
-
"label": "否",
|
|
292
|
-
"changedTime": 1670552245005,
|
|
293
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
294
|
-
}
|
|
295
|
-
],
|
|
296
|
-
"isLeaf": true,
|
|
297
|
-
"changedTime": 1670552245007,
|
|
298
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
299
|
-
"description": "是否寄售"
|
|
300
|
-
}
|
|
301
|
-
],
|
|
302
|
-
"logics": [
|
|
303
|
-
{
|
|
304
|
-
"concept": "Logic",
|
|
305
|
-
"name": "queryEmployeeByNo",
|
|
306
|
-
"typeParams": null,
|
|
307
|
-
"params": [
|
|
308
|
-
{
|
|
309
|
-
"concept": "Param",
|
|
310
|
-
"name": "param1",
|
|
311
|
-
"typeAnnotation": {
|
|
312
|
-
"concept": "TypeAnnotation",
|
|
313
|
-
"name": "",
|
|
314
|
-
"typeKind": "reference",
|
|
315
|
-
"typeNamespace": "nasl.ui",
|
|
316
|
-
"typeName": "DataSourceParams",
|
|
317
|
-
"typeArguments": null,
|
|
318
|
-
"parentId": "8506416cf2cf41d4a304fff08be991c8",
|
|
319
|
-
"parentConcept": "Param",
|
|
320
|
-
"parentNode": {
|
|
321
|
-
"concept": "Param",
|
|
322
|
-
"name": "param",
|
|
323
|
-
"typeAnnotation": {
|
|
324
|
-
"concept": "TypeAnnotation",
|
|
325
|
-
"name": "",
|
|
326
|
-
"typeKind": "reference",
|
|
327
|
-
"typeNamespace": "nasl.ui",
|
|
328
|
-
"typeName": "DataSourceParams",
|
|
329
|
-
"typeArguments": null
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"changedTime": 1671506806346,
|
|
334
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
335
|
-
"required": true,
|
|
336
|
-
"defaultValue": ""
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"concept": "Param",
|
|
340
|
-
"name": "param2",
|
|
341
|
-
"typeAnnotation": {
|
|
342
|
-
"concept": "TypeAnnotation",
|
|
343
|
-
"name": "",
|
|
344
|
-
"typeKind": "primitive",
|
|
345
|
-
"typeNamespace": "nasl.core",
|
|
346
|
-
"typeName": "String",
|
|
347
|
-
"typeArguments": null
|
|
348
|
-
},
|
|
349
|
-
"changedTime": 1671506802283,
|
|
350
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
351
|
-
"required": true,
|
|
352
|
-
"defaultValue": ""
|
|
353
|
-
}
|
|
354
|
-
],
|
|
355
|
-
"returns": [
|
|
356
|
-
{
|
|
357
|
-
"concept": "Return",
|
|
358
|
-
"name": "result",
|
|
359
|
-
"typeAnnotation": {
|
|
360
|
-
"concept": "TypeAnnotation",
|
|
361
|
-
"name": "",
|
|
362
|
-
"typeKind": "generic",
|
|
363
|
-
"typeNamespace": "nasl.collection",
|
|
364
|
-
"typeName": "List",
|
|
365
|
-
"typeArguments": [
|
|
366
|
-
{
|
|
367
|
-
"concept": "TypeAnnotation",
|
|
368
|
-
"name": "",
|
|
369
|
-
"typeKind": "primitive",
|
|
370
|
-
"typeNamespace": "nasl.core",
|
|
371
|
-
"typeName": "String",
|
|
372
|
-
"typeArguments": null
|
|
373
|
-
}
|
|
374
|
-
],
|
|
375
|
-
"parentId": "7cd94fb333ae4b4f8ffb283815b3334c",
|
|
376
|
-
"parentConcept": "Return",
|
|
377
|
-
"parentNode": {
|
|
378
|
-
"concept": "Return",
|
|
379
|
-
"name": "result",
|
|
380
|
-
"typeAnnotation": {
|
|
381
|
-
"concept": "TypeAnnotation",
|
|
382
|
-
"name": "",
|
|
383
|
-
"typeKind": "generic",
|
|
384
|
-
"typeNamespace": "nasl.collection",
|
|
385
|
-
"typeName": "List",
|
|
386
|
-
"typeArguments": [
|
|
387
|
-
{
|
|
388
|
-
"concept": "TypeAnnotation",
|
|
389
|
-
"name": "",
|
|
390
|
-
"typeKind": "primitive",
|
|
391
|
-
"typeNamespace": "nasl.core",
|
|
392
|
-
"typeName": "String",
|
|
393
|
-
"typeArguments": null
|
|
394
|
-
}
|
|
395
|
-
]
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"changedTime": 1671507039352,
|
|
400
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
401
|
-
}
|
|
402
|
-
],
|
|
403
|
-
"variables": [
|
|
404
|
-
{
|
|
405
|
-
"concept": "Variable",
|
|
406
|
-
"name": "mid",
|
|
407
|
-
"typeAnnotation": {
|
|
408
|
-
"concept": "TypeAnnotation",
|
|
409
|
-
"name": "",
|
|
410
|
-
"typeKind": "reference",
|
|
411
|
-
"typeNamespace": "apis.wms.structures",
|
|
412
|
-
"typeName": "ApiReturnOfEmployeeQuerylike",
|
|
413
|
-
"typeArguments": null,
|
|
414
|
-
"parentId": "6db09cebd492458fb30f57c4cd832d08",
|
|
415
|
-
"parentConcept": "Variable",
|
|
416
|
-
"parentNode": {
|
|
417
|
-
"concept": "Variable",
|
|
418
|
-
"name": "mid",
|
|
419
|
-
"typeAnnotation": {
|
|
420
|
-
"concept": "TypeAnnotation",
|
|
421
|
-
"name": "",
|
|
422
|
-
"typeKind": "reference",
|
|
423
|
-
"typeNamespace": "apis.wms.structures",
|
|
424
|
-
"typeName": "ApiReturnOfEmployeeQuerylike",
|
|
425
|
-
"typeArguments": null
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
"changedTime": 1671506830694,
|
|
430
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"concept": "Variable",
|
|
434
|
-
"name": "foreach",
|
|
435
|
-
"typeAnnotation": {
|
|
436
|
-
"concept": "TypeAnnotation",
|
|
437
|
-
"name": "",
|
|
438
|
-
"typeKind": "generic",
|
|
439
|
-
"typeNamespace": "nasl.collection",
|
|
440
|
-
"typeName": "List",
|
|
441
|
-
"typeArguments": [
|
|
442
|
-
{
|
|
443
|
-
"concept": "TypeAnnotation",
|
|
444
|
-
"name": "",
|
|
445
|
-
"typeKind": "reference",
|
|
446
|
-
"typeNamespace": "apis.wms.structures",
|
|
447
|
-
"typeName": "employeeList",
|
|
448
|
-
"typeArguments": null
|
|
449
|
-
}
|
|
450
|
-
],
|
|
451
|
-
"parentId": "9774e6a099824a54a7d5fee8b69379af",
|
|
452
|
-
"parentConcept": "Variable",
|
|
453
|
-
"parentNode": {
|
|
454
|
-
"concept": "Variable",
|
|
455
|
-
"name": "foreach",
|
|
456
|
-
"typeAnnotation": {
|
|
457
|
-
"concept": "TypeAnnotation",
|
|
458
|
-
"name": "",
|
|
459
|
-
"typeKind": "generic",
|
|
460
|
-
"typeNamespace": "nasl.collection",
|
|
461
|
-
"typeName": "List",
|
|
462
|
-
"typeArguments": [
|
|
463
|
-
{
|
|
464
|
-
"concept": "TypeAnnotation",
|
|
465
|
-
"name": "",
|
|
466
|
-
"typeKind": "reference",
|
|
467
|
-
"typeNamespace": "apis.wms.structures",
|
|
468
|
-
"typeName": "employeeList",
|
|
469
|
-
"typeArguments": null
|
|
470
|
-
}
|
|
471
|
-
]
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"changedTime": 1671506921631,
|
|
476
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"concept": "Variable",
|
|
480
|
-
"name": "contect",
|
|
481
|
-
"typeAnnotation": {
|
|
482
|
-
"concept": "TypeAnnotation",
|
|
483
|
-
"name": "",
|
|
484
|
-
"typeKind": "primitive",
|
|
485
|
-
"typeNamespace": "nasl.core",
|
|
486
|
-
"typeName": "String",
|
|
487
|
-
"typeArguments": null
|
|
488
|
-
},
|
|
489
|
-
"changedTime": 1671506962938,
|
|
490
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"concept": "Variable",
|
|
494
|
-
"name": "variable1",
|
|
495
|
-
"typeAnnotation": {
|
|
496
|
-
"concept": "TypeAnnotation",
|
|
497
|
-
"name": "",
|
|
498
|
-
"typeKind": "primitive",
|
|
499
|
-
"typeNamespace": "nasl.core",
|
|
500
|
-
"typeName": "String",
|
|
501
|
-
"typeArguments": null
|
|
502
|
-
},
|
|
503
|
-
"changedTime": 1671517509537,
|
|
504
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
505
|
-
}
|
|
506
|
-
],
|
|
507
|
-
"body": [
|
|
508
|
-
{
|
|
509
|
-
"concept": "Start",
|
|
510
|
-
"name": "",
|
|
511
|
-
"label": "开始",
|
|
512
|
-
"folded": false
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"concept": "IfStatement",
|
|
516
|
-
"name": "",
|
|
517
|
-
"label": "条件分支",
|
|
518
|
-
"folded": false,
|
|
519
|
-
"offsetX": 36.5234375,
|
|
520
|
-
"offsetY": 433.65625,
|
|
521
|
-
"consequent": [
|
|
522
|
-
{
|
|
523
|
-
"concept": "Assignment",
|
|
524
|
-
"changedTime": 1671519170158,
|
|
525
|
-
"name": "",
|
|
526
|
-
"label": "赋值",
|
|
527
|
-
"folded": false,
|
|
528
|
-
"offsetX": 996,
|
|
529
|
-
"offsetY": 488,
|
|
530
|
-
"left": {
|
|
531
|
-
"concept": "Identifier",
|
|
532
|
-
"name": "mid",
|
|
533
|
-
"folded": false
|
|
534
|
-
},
|
|
535
|
-
"right": {
|
|
536
|
-
"concept": "CallInterface",
|
|
537
|
-
"name": "",
|
|
538
|
-
"label": "调用接口",
|
|
539
|
-
"folded": false,
|
|
540
|
-
"calleeNamespace": "apis.wms.interfaces",
|
|
541
|
-
"calleeName": "employeeQuerylike",
|
|
542
|
-
"arguments": [
|
|
543
|
-
{
|
|
544
|
-
"concept": "Argument",
|
|
545
|
-
"name": "",
|
|
546
|
-
"folded": false,
|
|
547
|
-
"keyword": "employeeNo",
|
|
548
|
-
"expression": {
|
|
549
|
-
"concept": "MemberExpression",
|
|
550
|
-
"name": "",
|
|
551
|
-
"folded": false,
|
|
552
|
-
"offsetX": 370.6953125,
|
|
553
|
-
"offsetY": 505.65625,
|
|
554
|
-
"object": {
|
|
555
|
-
"concept": "Identifier",
|
|
556
|
-
"name": "param1",
|
|
557
|
-
"folded": false
|
|
558
|
-
},
|
|
559
|
-
"property": {
|
|
560
|
-
"concept": "Identifier",
|
|
561
|
-
"name": "filterText",
|
|
562
|
-
"folded": false
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"concept": "Argument",
|
|
568
|
-
"name": "",
|
|
569
|
-
"folded": false,
|
|
570
|
-
"keyword": "AccessToken",
|
|
571
|
-
"expression": {
|
|
572
|
-
"concept": "StringLiteral",
|
|
573
|
-
"name": "",
|
|
574
|
-
"folded": false,
|
|
575
|
-
"value": "",
|
|
576
|
-
"changedTime": 1671519170140,
|
|
577
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
578
|
-
},
|
|
579
|
-
"changedTime": 1671519170145,
|
|
580
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
581
|
-
}
|
|
582
|
-
],
|
|
583
|
-
"changedTime": 1671519170151,
|
|
584
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
585
|
-
},
|
|
586
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
587
|
-
}
|
|
588
|
-
],
|
|
589
|
-
"alternate": [
|
|
590
|
-
{
|
|
591
|
-
"concept": "Assignment",
|
|
592
|
-
"changedTime": 1671519156613,
|
|
593
|
-
"name": "",
|
|
594
|
-
"label": "赋值",
|
|
595
|
-
"folded": false,
|
|
596
|
-
"offsetX": 99.50822499999998,
|
|
597
|
-
"offsetY": 1050.875,
|
|
598
|
-
"left": {
|
|
599
|
-
"concept": "Identifier",
|
|
600
|
-
"name": "mid",
|
|
601
|
-
"folded": false
|
|
602
|
-
},
|
|
603
|
-
"right": {
|
|
604
|
-
"concept": "CallInterface",
|
|
605
|
-
"name": "",
|
|
606
|
-
"label": "调用接口",
|
|
607
|
-
"folded": false,
|
|
608
|
-
"calleeNamespace": "apis.wms.interfaces",
|
|
609
|
-
"calleeName": "employeeQuerylike",
|
|
610
|
-
"arguments": [
|
|
611
|
-
{
|
|
612
|
-
"concept": "Argument",
|
|
613
|
-
"name": "",
|
|
614
|
-
"folded": false,
|
|
615
|
-
"keyword": "employeeNo",
|
|
616
|
-
"expression": {
|
|
617
|
-
"concept": "MemberExpression",
|
|
618
|
-
"name": "",
|
|
619
|
-
"folded": false,
|
|
620
|
-
"offsetX": 370.6953125,
|
|
621
|
-
"offsetY": 505.65625,
|
|
622
|
-
"object": {
|
|
623
|
-
"concept": "Identifier",
|
|
624
|
-
"name": "param1",
|
|
625
|
-
"folded": false
|
|
626
|
-
},
|
|
627
|
-
"property": {
|
|
628
|
-
"concept": "Identifier",
|
|
629
|
-
"name": "filterText",
|
|
630
|
-
"folded": false
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"concept": "Argument",
|
|
636
|
-
"name": "",
|
|
637
|
-
"folded": false,
|
|
638
|
-
"keyword": "AccessToken",
|
|
639
|
-
"changedTime": 1671519156606,
|
|
640
|
-
"expression": {
|
|
641
|
-
"concept": "Identifier",
|
|
642
|
-
"changedTime": 1671519149037,
|
|
643
|
-
"name": "param2",
|
|
644
|
-
"folded": false,
|
|
645
|
-
"offsetX": 378.56640625,
|
|
646
|
-
"offsetY": 798.12890625
|
|
647
|
-
},
|
|
648
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
649
|
-
}
|
|
650
|
-
],
|
|
651
|
-
"changedTime": 1671519156609,
|
|
652
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
653
|
-
},
|
|
654
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
655
|
-
}
|
|
656
|
-
],
|
|
657
|
-
"changedTime": 1671519170161,
|
|
658
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
659
|
-
"test": {
|
|
660
|
-
"concept": "BinaryExpression",
|
|
661
|
-
"name": "",
|
|
662
|
-
"folded": false,
|
|
663
|
-
"operator": "==",
|
|
664
|
-
"changedTime": 1671519140983,
|
|
665
|
-
"left": {
|
|
666
|
-
"concept": "Identifier",
|
|
667
|
-
"name": "param2",
|
|
668
|
-
"folded": false,
|
|
669
|
-
"offsetX": 245.34765625,
|
|
670
|
-
"offsetY": 469.9765625
|
|
671
|
-
},
|
|
672
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
673
|
-
"right": {
|
|
674
|
-
"concept": "NullLiteral",
|
|
675
|
-
"name": "",
|
|
676
|
-
"folded": false
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"concept": "IfStatement",
|
|
682
|
-
"name": "",
|
|
683
|
-
"label": "条件分支",
|
|
684
|
-
"folded": false,
|
|
685
|
-
"consequent": [
|
|
686
|
-
{
|
|
687
|
-
"concept": "Assignment",
|
|
688
|
-
"changedTime": 1671517837437,
|
|
689
|
-
"name": "",
|
|
690
|
-
"label": "赋值",
|
|
691
|
-
"folded": false,
|
|
692
|
-
"left": {
|
|
693
|
-
"concept": "Identifier",
|
|
694
|
-
"name": "foreach",
|
|
695
|
-
"folded": false
|
|
696
|
-
},
|
|
697
|
-
"right": {
|
|
698
|
-
"concept": "MemberExpression",
|
|
699
|
-
"name": "",
|
|
700
|
-
"folded": false,
|
|
701
|
-
"object": {
|
|
702
|
-
"concept": "Identifier",
|
|
703
|
-
"name": "mid",
|
|
704
|
-
"folded": false
|
|
705
|
-
},
|
|
706
|
-
"property": {
|
|
707
|
-
"concept": "Identifier",
|
|
708
|
-
"name": "data",
|
|
709
|
-
"folded": false
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"concept": "IfStatement",
|
|
716
|
-
"name": "",
|
|
717
|
-
"label": "条件分支",
|
|
718
|
-
"folded": false,
|
|
719
|
-
"test": {
|
|
720
|
-
"concept": "BinaryExpression",
|
|
721
|
-
"name": "",
|
|
722
|
-
"folded": false,
|
|
723
|
-
"left": {
|
|
724
|
-
"concept": "MemberExpression",
|
|
725
|
-
"name": "",
|
|
726
|
-
"folded": false,
|
|
727
|
-
"object": {
|
|
728
|
-
"concept": "Identifier",
|
|
729
|
-
"name": "foreach",
|
|
730
|
-
"folded": false
|
|
731
|
-
},
|
|
732
|
-
"property": {
|
|
733
|
-
"concept": "Identifier",
|
|
734
|
-
"name": "length",
|
|
735
|
-
"folded": false
|
|
736
|
-
}
|
|
737
|
-
},
|
|
738
|
-
"right": {
|
|
739
|
-
"concept": "NumericLiteral",
|
|
740
|
-
"name": "",
|
|
741
|
-
"folded": false,
|
|
742
|
-
"offsetX": 499.5,
|
|
743
|
-
"offsetY": 941,
|
|
744
|
-
"value": "0",
|
|
745
|
-
"typeAnnotation": {
|
|
746
|
-
"concept": "TypeAnnotation",
|
|
747
|
-
"name": "",
|
|
748
|
-
"typeNamespace": "nasl.core",
|
|
749
|
-
"typeName": "Integer",
|
|
750
|
-
"typeArguments": null
|
|
751
|
-
}
|
|
752
|
-
},
|
|
753
|
-
"operator": "=="
|
|
754
|
-
},
|
|
755
|
-
"consequent": [],
|
|
756
|
-
"alternate": [
|
|
757
|
-
{
|
|
758
|
-
"concept": "ForEachStatement",
|
|
759
|
-
"changedTime": 1671507046154,
|
|
760
|
-
"name": "",
|
|
761
|
-
"label": "ForEach 循环分支",
|
|
762
|
-
"folded": false,
|
|
763
|
-
"each": {
|
|
764
|
-
"concept": "Identifier",
|
|
765
|
-
"name": "foreach",
|
|
766
|
-
"folded": false
|
|
767
|
-
},
|
|
768
|
-
"item": {
|
|
769
|
-
"concept": "Param",
|
|
770
|
-
"name": "item",
|
|
771
|
-
"typeAnnotation": null
|
|
772
|
-
},
|
|
773
|
-
"index": {
|
|
774
|
-
"concept": "Param",
|
|
775
|
-
"name": "index",
|
|
776
|
-
"typeAnnotation": null
|
|
777
|
-
},
|
|
778
|
-
"start": {
|
|
779
|
-
"concept": "NumericLiteral",
|
|
780
|
-
"name": "",
|
|
781
|
-
"folded": false,
|
|
782
|
-
"value": "0",
|
|
783
|
-
"typeAnnotation": {
|
|
784
|
-
"concept": "TypeAnnotation",
|
|
785
|
-
"name": "",
|
|
786
|
-
"typeNamespace": "nasl.core",
|
|
787
|
-
"typeName": "Integer",
|
|
788
|
-
"typeArguments": null
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
"end": {
|
|
792
|
-
"concept": "MemberExpression",
|
|
793
|
-
"name": "",
|
|
794
|
-
"folded": false,
|
|
795
|
-
"object": {
|
|
796
|
-
"concept": "Identifier",
|
|
797
|
-
"name": "foreach",
|
|
798
|
-
"folded": false
|
|
799
|
-
},
|
|
800
|
-
"property": {
|
|
801
|
-
"concept": "Identifier",
|
|
802
|
-
"name": "length",
|
|
803
|
-
"folded": false
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
"body": [
|
|
807
|
-
{
|
|
808
|
-
"concept": "Assignment",
|
|
809
|
-
"changedTime": 1671507006094,
|
|
810
|
-
"name": "",
|
|
811
|
-
"label": "赋值",
|
|
812
|
-
"folded": false,
|
|
813
|
-
"left": {
|
|
814
|
-
"concept": "Identifier",
|
|
815
|
-
"name": "contect",
|
|
816
|
-
"folded": false
|
|
817
|
-
},
|
|
818
|
-
"right": {
|
|
819
|
-
"concept": "CallFunction",
|
|
820
|
-
"changedTime": 1671507006090,
|
|
821
|
-
"name": "",
|
|
822
|
-
"label": "内置函数",
|
|
823
|
-
"folded": false,
|
|
824
|
-
"calleeNamespace": "nasl.util",
|
|
825
|
-
"calleeName": "Concat",
|
|
826
|
-
"typeArguments": [],
|
|
827
|
-
"arguments": [
|
|
828
|
-
{
|
|
829
|
-
"concept": "Argument",
|
|
830
|
-
"changedTime": 1671506983531,
|
|
831
|
-
"name": "",
|
|
832
|
-
"folded": false,
|
|
833
|
-
"keyword": "str1",
|
|
834
|
-
"expression": {
|
|
835
|
-
"concept": "MemberExpression",
|
|
836
|
-
"name": "",
|
|
837
|
-
"folded": false,
|
|
838
|
-
"object": {
|
|
839
|
-
"concept": "Identifier",
|
|
840
|
-
"name": "item",
|
|
841
|
-
"folded": false
|
|
842
|
-
},
|
|
843
|
-
"property": {
|
|
844
|
-
"concept": "Identifier",
|
|
845
|
-
"name": "employeeNo",
|
|
846
|
-
"folded": false
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"concept": "Argument",
|
|
852
|
-
"changedTime": 1671506990740,
|
|
853
|
-
"name": "",
|
|
854
|
-
"folded": false,
|
|
855
|
-
"keyword": "str2",
|
|
856
|
-
"expression": {
|
|
857
|
-
"concept": "StringLiteral",
|
|
858
|
-
"changedTime": 1671506990735,
|
|
859
|
-
"name": "",
|
|
860
|
-
"folded": false,
|
|
861
|
-
"value": "("
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"concept": "Argument",
|
|
866
|
-
"changedTime": 1671506998531,
|
|
867
|
-
"name": "",
|
|
868
|
-
"folded": false,
|
|
869
|
-
"keyword": "str3",
|
|
870
|
-
"expression": {
|
|
871
|
-
"concept": "MemberExpression",
|
|
872
|
-
"name": "",
|
|
873
|
-
"folded": false,
|
|
874
|
-
"object": {
|
|
875
|
-
"concept": "Identifier",
|
|
876
|
-
"name": "item",
|
|
877
|
-
"folded": false
|
|
878
|
-
},
|
|
879
|
-
"property": {
|
|
880
|
-
"concept": "Identifier",
|
|
881
|
-
"name": "name",
|
|
882
|
-
"folded": false
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"concept": "Argument",
|
|
888
|
-
"changedTime": 1671507006086,
|
|
889
|
-
"name": "",
|
|
890
|
-
"folded": false,
|
|
891
|
-
"keyword": "str4",
|
|
892
|
-
"expression": {
|
|
893
|
-
"concept": "StringLiteral",
|
|
894
|
-
"changedTime": 1671507006082,
|
|
895
|
-
"name": "",
|
|
896
|
-
"folded": false,
|
|
897
|
-
"value": ")"
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
]
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"concept": "CallFunction",
|
|
905
|
-
"changedTime": 1671507046149,
|
|
906
|
-
"name": "",
|
|
907
|
-
"label": "内置函数",
|
|
908
|
-
"folded": false,
|
|
909
|
-
"calleeNamespace": "nasl.util",
|
|
910
|
-
"calleeName": "Add",
|
|
911
|
-
"typeArguments": [],
|
|
912
|
-
"arguments": [
|
|
913
|
-
{
|
|
914
|
-
"concept": "Argument",
|
|
915
|
-
"changedTime": 1671507041856,
|
|
916
|
-
"name": "",
|
|
917
|
-
"folded": false,
|
|
918
|
-
"keyword": "list",
|
|
919
|
-
"expression": {
|
|
920
|
-
"concept": "Identifier",
|
|
921
|
-
"name": "result",
|
|
922
|
-
"folded": false
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"concept": "Argument",
|
|
927
|
-
"changedTime": 1671507046143,
|
|
928
|
-
"name": "",
|
|
929
|
-
"folded": false,
|
|
930
|
-
"keyword": "item",
|
|
931
|
-
"expression": {
|
|
932
|
-
"concept": "Identifier",
|
|
933
|
-
"name": "contect",
|
|
934
|
-
"folded": false
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
]
|
|
938
|
-
}
|
|
939
|
-
]
|
|
940
|
-
}
|
|
941
|
-
],
|
|
942
|
-
"changedTime": 1671517839402,
|
|
943
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
944
|
-
}
|
|
945
|
-
],
|
|
946
|
-
"alternate": [],
|
|
947
|
-
"changedTime": 1671523562759,
|
|
948
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
949
|
-
"test": {
|
|
950
|
-
"concept": "BinaryExpression",
|
|
951
|
-
"name": "",
|
|
952
|
-
"folded": false,
|
|
953
|
-
"offsetX": 302.98658125,
|
|
954
|
-
"offsetY": 594.828125,
|
|
955
|
-
"left": {
|
|
956
|
-
"concept": "BinaryExpression",
|
|
957
|
-
"name": "",
|
|
958
|
-
"folded": false,
|
|
959
|
-
"offsetX": 426.2897311546326,
|
|
960
|
-
"offsetY": 649.828125,
|
|
961
|
-
"left": {
|
|
962
|
-
"concept": "Identifier",
|
|
963
|
-
"name": "mid",
|
|
964
|
-
"folded": false
|
|
965
|
-
},
|
|
966
|
-
"right": {
|
|
967
|
-
"concept": "NullLiteral",
|
|
968
|
-
"name": "",
|
|
969
|
-
"folded": false
|
|
970
|
-
},
|
|
971
|
-
"operator": "!="
|
|
972
|
-
},
|
|
973
|
-
"operator": "||",
|
|
974
|
-
"changedTime": 1671517834200,
|
|
975
|
-
"right": {
|
|
976
|
-
"concept": "BinaryExpression",
|
|
977
|
-
"name": "",
|
|
978
|
-
"folded": false,
|
|
979
|
-
"offsetX": 459.2897311546326,
|
|
980
|
-
"offsetY": 743.828125,
|
|
981
|
-
"left": {
|
|
982
|
-
"concept": "MemberExpression",
|
|
983
|
-
"name": "",
|
|
984
|
-
"folded": false,
|
|
985
|
-
"offsetX": 266.86328125,
|
|
986
|
-
"offsetY": 594.828125,
|
|
987
|
-
"object": {
|
|
988
|
-
"concept": "MemberExpression",
|
|
989
|
-
"name": "",
|
|
990
|
-
"folded": false,
|
|
991
|
-
"object": {
|
|
992
|
-
"concept": "Identifier",
|
|
993
|
-
"name": "mid",
|
|
994
|
-
"folded": false
|
|
995
|
-
},
|
|
996
|
-
"property": {
|
|
997
|
-
"concept": "Identifier",
|
|
998
|
-
"name": "data",
|
|
999
|
-
"folded": false
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
"property": {
|
|
1003
|
-
"concept": "Identifier",
|
|
1004
|
-
"name": "length",
|
|
1005
|
-
"folded": false
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
"right": {
|
|
1009
|
-
"concept": "NumericLiteral",
|
|
1010
|
-
"name": "",
|
|
1011
|
-
"folded": false,
|
|
1012
|
-
"offsetX": 499.5,
|
|
1013
|
-
"offsetY": 941,
|
|
1014
|
-
"value": "0",
|
|
1015
|
-
"typeAnnotation": {
|
|
1016
|
-
"concept": "TypeAnnotation",
|
|
1017
|
-
"name": "",
|
|
1018
|
-
"typeNamespace": "nasl.core",
|
|
1019
|
-
"typeName": "Integer",
|
|
1020
|
-
"typeArguments": null
|
|
1021
|
-
}
|
|
1022
|
-
},
|
|
1023
|
-
"operator": "!="
|
|
1024
|
-
},
|
|
1025
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"concept": "End",
|
|
1030
|
-
"name": "",
|
|
1031
|
-
"label": "结束",
|
|
1032
|
-
"folded": false
|
|
1033
|
-
}
|
|
1034
|
-
],
|
|
1035
|
-
"playground": [],
|
|
1036
|
-
"changedTime": 1671523816458,
|
|
1037
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
1038
|
-
"description": "根据员工编号模糊搜索员工信息",
|
|
1039
|
-
"children": []
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"concept": "Logic",
|
|
1043
|
-
"name": "loadAsdasdTableView",
|
|
1044
|
-
"description": "",
|
|
1045
|
-
"typeParams": null,
|
|
1046
|
-
"params": [
|
|
1047
|
-
{
|
|
1048
|
-
"concept": "Param",
|
|
1049
|
-
"name": "page",
|
|
1050
|
-
"typeAnnotation": {
|
|
1051
|
-
"concept": "TypeAnnotation",
|
|
1052
|
-
"name": "",
|
|
1053
|
-
"typeKind": "primitive",
|
|
1054
|
-
"typeNamespace": "nasl.core",
|
|
1055
|
-
"typeName": "Integer",
|
|
1056
|
-
"typeArguments": null
|
|
1057
|
-
},
|
|
1058
|
-
"required": true,
|
|
1059
|
-
"defaultValue": ""
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
"concept": "Param",
|
|
1063
|
-
"name": "size",
|
|
1064
|
-
"typeAnnotation": {
|
|
1065
|
-
"concept": "TypeAnnotation",
|
|
1066
|
-
"name": "",
|
|
1067
|
-
"typeKind": "primitive",
|
|
1068
|
-
"typeNamespace": "nasl.core",
|
|
1069
|
-
"typeName": "Integer",
|
|
1070
|
-
"typeArguments": null
|
|
1071
|
-
},
|
|
1072
|
-
"required": true,
|
|
1073
|
-
"defaultValue": ""
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"concept": "Param",
|
|
1077
|
-
"name": "sort",
|
|
1078
|
-
"typeAnnotation": {
|
|
1079
|
-
"concept": "TypeAnnotation",
|
|
1080
|
-
"name": "",
|
|
1081
|
-
"typeKind": "primitive",
|
|
1082
|
-
"typeNamespace": "nasl.core",
|
|
1083
|
-
"typeName": "String",
|
|
1084
|
-
"typeArguments": null
|
|
1085
|
-
},
|
|
1086
|
-
"required": true,
|
|
1087
|
-
"defaultValue": ""
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"concept": "Param",
|
|
1091
|
-
"name": "order",
|
|
1092
|
-
"typeAnnotation": {
|
|
1093
|
-
"concept": "TypeAnnotation",
|
|
1094
|
-
"name": "",
|
|
1095
|
-
"typeKind": "primitive",
|
|
1096
|
-
"typeNamespace": "nasl.core",
|
|
1097
|
-
"typeName": "String",
|
|
1098
|
-
"typeArguments": null
|
|
1099
|
-
},
|
|
1100
|
-
"required": true,
|
|
1101
|
-
"defaultValue": ""
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"concept": "Param",
|
|
1105
|
-
"name": "filter",
|
|
1106
|
-
"typeAnnotation": {
|
|
1107
|
-
"concept": "TypeAnnotation",
|
|
1108
|
-
"name": "",
|
|
1109
|
-
"typeKind": "reference",
|
|
1110
|
-
"typeNamespace": "app.dataSources.defaultDS.entities",
|
|
1111
|
-
"typeName": "LCAPPermission",
|
|
1112
|
-
"typeArguments": null
|
|
1113
|
-
},
|
|
1114
|
-
"required": true,
|
|
1115
|
-
"defaultValue": ""
|
|
1116
|
-
}
|
|
1117
|
-
],
|
|
1118
|
-
"returns": [
|
|
1119
|
-
{
|
|
1120
|
-
"concept": "Return",
|
|
1121
|
-
"name": "result",
|
|
1122
|
-
"typeAnnotation": null
|
|
1123
|
-
}
|
|
1124
|
-
],
|
|
1125
|
-
"variables": [],
|
|
1126
|
-
"body": [
|
|
1127
|
-
{
|
|
1128
|
-
"concept": "Start",
|
|
1129
|
-
"name": "",
|
|
1130
|
-
"label": "开始",
|
|
1131
|
-
"folded": false
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"concept": "Assignment",
|
|
1135
|
-
"name": "",
|
|
1136
|
-
"label": "赋值",
|
|
1137
|
-
"folded": false,
|
|
1138
|
-
"left": {
|
|
1139
|
-
"concept": "Identifier",
|
|
1140
|
-
"name": "result",
|
|
1141
|
-
"folded": false
|
|
1142
|
-
},
|
|
1143
|
-
"right": {
|
|
1144
|
-
"concept": "CallQueryComponent",
|
|
1145
|
-
"name": "",
|
|
1146
|
-
"label": "数据查询",
|
|
1147
|
-
"folded": false,
|
|
1148
|
-
"typeAnnotation": {
|
|
1149
|
-
"concept": "TypeAnnotation",
|
|
1150
|
-
"name": "",
|
|
1151
|
-
"typeKind": "anonymousStructure",
|
|
1152
|
-
"typeNamespace": null,
|
|
1153
|
-
"typeName": null,
|
|
1154
|
-
"typeArguments": [],
|
|
1155
|
-
"inferred": false,
|
|
1156
|
-
"ruleMap": null,
|
|
1157
|
-
"properties": [
|
|
1158
|
-
{
|
|
1159
|
-
"concept": "StructureProperty",
|
|
1160
|
-
"name": "list",
|
|
1161
|
-
"label": null,
|
|
1162
|
-
"description": null,
|
|
1163
|
-
"typeAnnotation": {
|
|
1164
|
-
"concept": "TypeAnnotation",
|
|
1165
|
-
"typeKind": "generic",
|
|
1166
|
-
"typeNamespace": "nasl.collection",
|
|
1167
|
-
"typeName": "List",
|
|
1168
|
-
"typeArguments": [
|
|
1169
|
-
{
|
|
1170
|
-
"concept": "TypeAnnotation",
|
|
1171
|
-
"name": "",
|
|
1172
|
-
"typeKind": "anonymousStructure",
|
|
1173
|
-
"typeNamespace": null,
|
|
1174
|
-
"typeName": null,
|
|
1175
|
-
"typeArguments": [],
|
|
1176
|
-
"inferred": false,
|
|
1177
|
-
"ruleMap": null,
|
|
1178
|
-
"properties": [
|
|
1179
|
-
{
|
|
1180
|
-
"concept": "StructureProperty",
|
|
1181
|
-
"name": "lCAPPermission",
|
|
1182
|
-
"typeAnnotation": {
|
|
1183
|
-
"concept": "TypeAnnotation",
|
|
1184
|
-
"name": "",
|
|
1185
|
-
"typeKind": "reference",
|
|
1186
|
-
"typeNamespace": "app.dataSources.defaultDS.entities",
|
|
1187
|
-
"typeName": "LCAPPermission",
|
|
1188
|
-
"typeArguments": null
|
|
1189
|
-
},
|
|
1190
|
-
"isLeaf": true
|
|
1191
|
-
}
|
|
1192
|
-
]
|
|
1193
|
-
}
|
|
1194
|
-
],
|
|
1195
|
-
"inferred": null
|
|
1196
|
-
},
|
|
1197
|
-
"required": null,
|
|
1198
|
-
"defaultValue": null
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"concept": "StructureProperty",
|
|
1202
|
-
"name": "total",
|
|
1203
|
-
"label": null,
|
|
1204
|
-
"description": null,
|
|
1205
|
-
"typeAnnotation": {
|
|
1206
|
-
"concept": "TypeAnnotation",
|
|
1207
|
-
"typeKind": "primitive",
|
|
1208
|
-
"typeNamespace": "nasl.core",
|
|
1209
|
-
"typeName": "Integer",
|
|
1210
|
-
"typeArguments": null,
|
|
1211
|
-
"inferred": null
|
|
1212
|
-
},
|
|
1213
|
-
"required": null,
|
|
1214
|
-
"defaultValue": null
|
|
1215
|
-
}
|
|
1216
|
-
]
|
|
1217
|
-
},
|
|
1218
|
-
"select": {
|
|
1219
|
-
"concept": "QuerySelectExpression",
|
|
1220
|
-
"name": "",
|
|
1221
|
-
"label": "查询组件Select子句",
|
|
1222
|
-
"folded": false,
|
|
1223
|
-
"distinct": false,
|
|
1224
|
-
"star": true,
|
|
1225
|
-
"selectElements": []
|
|
1226
|
-
},
|
|
1227
|
-
"from": {
|
|
1228
|
-
"concept": "QueryFromExpression",
|
|
1229
|
-
"name": "",
|
|
1230
|
-
"folded": false,
|
|
1231
|
-
"entityNamespace": "app.dataSources.defaultDS.entities",
|
|
1232
|
-
"entityName": "LCAPPermission",
|
|
1233
|
-
"joinParts": []
|
|
1234
|
-
},
|
|
1235
|
-
"where": {
|
|
1236
|
-
"concept": "BinaryExpression",
|
|
1237
|
-
"name": "",
|
|
1238
|
-
"label": "算术运算",
|
|
1239
|
-
"folded": false,
|
|
1240
|
-
"left": {
|
|
1241
|
-
"concept": "QueryFieldExpression",
|
|
1242
|
-
"name": "",
|
|
1243
|
-
"label": "查询组件实体属性",
|
|
1244
|
-
"folded": false,
|
|
1245
|
-
"isDotStar": false,
|
|
1246
|
-
"entityAsName": "LCAPPermission",
|
|
1247
|
-
"propertyName": "name"
|
|
1248
|
-
},
|
|
1249
|
-
"right": {
|
|
1250
|
-
"concept": "MemberExpression",
|
|
1251
|
-
"name": "",
|
|
1252
|
-
"folded": false,
|
|
1253
|
-
"object": {
|
|
1254
|
-
"concept": "Identifier",
|
|
1255
|
-
"name": "filter",
|
|
1256
|
-
"folded": false
|
|
1257
|
-
},
|
|
1258
|
-
"property": {
|
|
1259
|
-
"concept": "Identifier",
|
|
1260
|
-
"name": "name",
|
|
1261
|
-
"folded": false
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
"operator": "like"
|
|
1265
|
-
},
|
|
1266
|
-
"wherePlayground": [],
|
|
1267
|
-
"groupBy": [],
|
|
1268
|
-
"having": null,
|
|
1269
|
-
"havingPlayground": [],
|
|
1270
|
-
"orderBy": [
|
|
1271
|
-
{
|
|
1272
|
-
"concept": "QueryOrderByExpression",
|
|
1273
|
-
"name": "",
|
|
1274
|
-
"label": "查询组件OrderBy元素",
|
|
1275
|
-
"folded": false,
|
|
1276
|
-
"orderElement": {
|
|
1277
|
-
"concept": "Identifier",
|
|
1278
|
-
"name": "sort",
|
|
1279
|
-
"folded": false
|
|
1280
|
-
},
|
|
1281
|
-
"order": {
|
|
1282
|
-
"concept": "Identifier",
|
|
1283
|
-
"name": "order",
|
|
1284
|
-
"folded": false
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
],
|
|
1288
|
-
"limit": {
|
|
1289
|
-
"concept": "QueryLimitExpression",
|
|
1290
|
-
"name": "",
|
|
1291
|
-
"label": "查询组件 Limit 子句",
|
|
1292
|
-
"folded": false,
|
|
1293
|
-
"pageElement": {
|
|
1294
|
-
"concept": "Identifier",
|
|
1295
|
-
"name": "page",
|
|
1296
|
-
"folded": false
|
|
1297
|
-
},
|
|
1298
|
-
"pageSizeElement": {
|
|
1299
|
-
"concept": "Identifier",
|
|
1300
|
-
"name": "size",
|
|
1301
|
-
"folded": false
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
"ideVersion": "2.11"
|
|
1305
|
-
}
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"concept": "End",
|
|
1309
|
-
"name": "",
|
|
1310
|
-
"label": "结束",
|
|
1311
|
-
"folded": false
|
|
1312
|
-
}
|
|
1313
|
-
],
|
|
1314
|
-
"playground": [],
|
|
1315
|
-
"changedTime": 1671005333992,
|
|
1316
|
-
"updatebyapp": "8884fc46-41ec-4a9f-9f67-131321969c3b",
|
|
1317
|
-
"children": []
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"concept": "Logic",
|
|
1321
|
-
"name": "LCAPRoleBindUsers",
|
|
1322
|
-
"description": "",
|
|
1323
|
-
"triggerType": "",
|
|
1324
|
-
"cron": "",
|
|
1325
|
-
"extensionModuleName": null,
|
|
1326
|
-
"compilerInfoMap": null,
|
|
1327
|
-
"typeParams": [],
|
|
1328
|
-
"params": [
|
|
1329
|
-
{
|
|
1330
|
-
"concept": "Param",
|
|
1331
|
-
"name": "roleBindUsersBody",
|
|
1332
|
-
"description": "",
|
|
1333
|
-
"typeAnnotation": {
|
|
1334
|
-
"concept": "TypeAnnotation",
|
|
1335
|
-
"typeKind": "reference",
|
|
1336
|
-
"typeNamespace": "app.structures",
|
|
1337
|
-
"typeName": "LCAPRoleBindUsersBody"
|
|
1338
|
-
},
|
|
1339
|
-
"required": true,
|
|
1340
|
-
"defaultValue": ""
|
|
1341
|
-
}
|
|
1342
|
-
],
|
|
1343
|
-
"returns": [
|
|
1344
|
-
{
|
|
1345
|
-
"concept": "Return",
|
|
1346
|
-
"name": "resultBindNum",
|
|
1347
|
-
"description": "",
|
|
1348
|
-
"typeAnnotation": {
|
|
1349
|
-
"concept": "TypeAnnotation",
|
|
1350
|
-
"typeKind": "primitive",
|
|
1351
|
-
"typeNamespace": "nasl.core",
|
|
1352
|
-
"typeName": "Long"
|
|
1353
|
-
},
|
|
1354
|
-
"defaultValue": null
|
|
1355
|
-
}
|
|
1356
|
-
],
|
|
1357
|
-
"variables": [
|
|
1358
|
-
{
|
|
1359
|
-
"concept": "Variable",
|
|
1360
|
-
"name": "roleAndUserMappingBody",
|
|
1361
|
-
"description": "",
|
|
1362
|
-
"typeAnnotation": {
|
|
1363
|
-
"concept": "TypeAnnotation",
|
|
1364
|
-
"typeKind": "reference",
|
|
1365
|
-
"typeNamespace": "app.dataSources.defaultDS.entities",
|
|
1366
|
-
"typeName": "LCAPUserRoleMapping"
|
|
1367
|
-
},
|
|
1368
|
-
"defaultValue": null
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"concept": "Variable",
|
|
1372
|
-
"name": "roleIdVariable",
|
|
1373
|
-
"description": "",
|
|
1374
|
-
"typeAnnotation": {
|
|
1375
|
-
"concept": "TypeAnnotation",
|
|
1376
|
-
"typeKind": "primitive",
|
|
1377
|
-
"typeNamespace": "nasl.core",
|
|
1378
|
-
"typeName": "Long"
|
|
1379
|
-
},
|
|
1380
|
-
"defaultValue": null
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"concept": "Variable",
|
|
1384
|
-
"name": "userIdListVariable",
|
|
1385
|
-
"description": "",
|
|
1386
|
-
"typeAnnotation": {
|
|
1387
|
-
"concept": "TypeAnnotation",
|
|
1388
|
-
"typeKind": "generic",
|
|
1389
|
-
"typeNamespace": "nasl.collection",
|
|
1390
|
-
"typeName": "List",
|
|
1391
|
-
"typeArguments": [
|
|
1392
|
-
{
|
|
1393
|
-
"concept": "TypeAnnotation",
|
|
1394
|
-
"typeKind": "primitive",
|
|
1395
|
-
"typeNamespace": "nasl.core",
|
|
1396
|
-
"typeName": "String"
|
|
1397
|
-
}
|
|
1398
|
-
]
|
|
1399
|
-
},
|
|
1400
|
-
"defaultValue": null
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"concept": "Variable",
|
|
1404
|
-
"name": "roleAlreadyBindUsers",
|
|
1405
|
-
"description": "",
|
|
1406
|
-
|