@lcap/nasl-concepts 3.9.0-beta.1
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/README.md +3 -0
- package/out/breakpoint/index.d.ts +2 -0
- package/out/breakpoint/index.d.ts.map +1 -0
- package/out/breakpoint/index.js +18 -0
- package/out/breakpoint/index.js.map +1 -0
- package/out/breakpoint/operation.d.ts +11 -0
- package/out/breakpoint/operation.d.ts.map +1 -0
- package/out/breakpoint/operation.js +24 -0
- package/out/breakpoint/operation.js.map +1 -0
- package/out/common/BaseNode.d.ts +427 -0
- package/out/common/BaseNode.d.ts.map +1 -0
- package/out/common/BaseNode.js +1721 -0
- package/out/common/BaseNode.js.map +1 -0
- package/out/common/EventEmitter.d.ts +30 -0
- package/out/common/EventEmitter.d.ts.map +1 -0
- package/out/common/EventEmitter.js +70 -0
- package/out/common/EventEmitter.js.map +1 -0
- package/out/common/index.d.ts +3 -0
- package/out/common/index.d.ts.map +1 -0
- package/out/common/index.js +19 -0
- package/out/common/index.js.map +1 -0
- package/out/common/types.d.ts +5 -0
- package/out/common/types.d.ts.map +1 -0
- package/out/common/types.js +3 -0
- package/out/common/types.js.map +1 -0
- package/out/concepts/Abort__.d.ts +32 -0
- package/out/concepts/Abort__.d.ts.map +1 -0
- package/out/concepts/Abort__.js +94 -0
- package/out/concepts/Abort__.js.map +1 -0
- package/out/concepts/AbstractInterface__.d.ts +29 -0
- package/out/concepts/AbstractInterface__.d.ts.map +1 -0
- package/out/concepts/AbstractInterface__.js +62 -0
- package/out/concepts/AbstractInterface__.js.map +1 -0
- package/out/concepts/Anchor__.d.ts +44 -0
- package/out/concepts/Anchor__.d.ts.map +1 -0
- package/out/concepts/Anchor__.js +179 -0
- package/out/concepts/Anchor__.js.map +1 -0
- package/out/concepts/Annotatable__.d.ts +111 -0
- package/out/concepts/Annotatable__.d.ts.map +1 -0
- package/out/concepts/Annotatable__.js +163 -0
- package/out/concepts/Annotatable__.js.map +1 -0
- package/out/concepts/AnnotationProperty__.d.ts +49 -0
- package/out/concepts/AnnotationProperty__.d.ts.map +1 -0
- package/out/concepts/AnnotationProperty__.js +76 -0
- package/out/concepts/AnnotationProperty__.js.map +1 -0
- package/out/concepts/Annotation__.d.ts +129 -0
- package/out/concepts/Annotation__.d.ts.map +1 -0
- package/out/concepts/Annotation__.js +249 -0
- package/out/concepts/Annotation__.js.map +1 -0
- package/out/concepts/AnonymousFunction__.d.ts +141 -0
- package/out/concepts/AnonymousFunction__.d.ts.map +1 -0
- package/out/concepts/AnonymousFunction__.js +428 -0
- package/out/concepts/AnonymousFunction__.js.map +1 -0
- package/out/concepts/App__.d.ts +1794 -0
- package/out/concepts/App__.d.ts.map +1 -0
- package/out/concepts/App__.js +3475 -0
- package/out/concepts/App__.js.map +1 -0
- package/out/concepts/ApplyAnnotation__.d.ts +88 -0
- package/out/concepts/ApplyAnnotation__.d.ts.map +1 -0
- package/out/concepts/ApplyAnnotation__.js +142 -0
- package/out/concepts/ApplyAnnotation__.js.map +1 -0
- package/out/concepts/ApprovalPolicyV2__.d.ts +27 -0
- package/out/concepts/ApprovalPolicyV2__.d.ts.map +1 -0
- package/out/concepts/ApprovalPolicyV2__.js +55 -0
- package/out/concepts/ApprovalPolicyV2__.js.map +1 -0
- package/out/concepts/Argument__.d.ts +85 -0
- package/out/concepts/Argument__.d.ts.map +1 -0
- package/out/concepts/Argument__.js +390 -0
- package/out/concepts/Argument__.js.map +1 -0
- package/out/concepts/AssigneeV2__.d.ts +380 -0
- package/out/concepts/AssigneeV2__.d.ts.map +1 -0
- package/out/concepts/AssigneeV2__.js +517 -0
- package/out/concepts/AssigneeV2__.js.map +1 -0
- package/out/concepts/Assignee__.d.ts +296 -0
- package/out/concepts/Assignee__.d.ts.map +1 -0
- package/out/concepts/Assignee__.js +404 -0
- package/out/concepts/Assignee__.js.map +1 -0
- package/out/concepts/AssignmentLine__.d.ts +44 -0
- package/out/concepts/AssignmentLine__.d.ts.map +1 -0
- package/out/concepts/AssignmentLine__.js +110 -0
- package/out/concepts/AssignmentLine__.js.map +1 -0
- package/out/concepts/Assignment__.d.ts +59 -0
- package/out/concepts/Assignment__.d.ts.map +1 -0
- package/out/concepts/Assignment__.js +288 -0
- package/out/concepts/Assignment__.js.map +1 -0
- package/out/concepts/Attribute__.d.ts +77 -0
- package/out/concepts/Attribute__.d.ts.map +1 -0
- package/out/concepts/Attribute__.js +103 -0
- package/out/concepts/Attribute__.js.map +1 -0
- package/out/concepts/AuthInterface__.d.ts +39 -0
- package/out/concepts/AuthInterface__.d.ts.map +1 -0
- package/out/concepts/AuthInterface__.js +79 -0
- package/out/concepts/AuthInterface__.js.map +1 -0
- package/out/concepts/AuthLogicForCallInterface__.d.ts +148 -0
- package/out/concepts/AuthLogicForCallInterface__.d.ts.map +1 -0
- package/out/concepts/AuthLogicForCallInterface__.js +597 -0
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -0
- package/out/concepts/AuthLogic__.d.ts +70 -0
- package/out/concepts/AuthLogic__.d.ts.map +1 -0
- package/out/concepts/AuthLogic__.js +211 -0
- package/out/concepts/AuthLogic__.js.map +1 -0
- package/out/concepts/BackendVariable__.d.ts +120 -0
- package/out/concepts/BackendVariable__.d.ts.map +1 -0
- package/out/concepts/BackendVariable__.js +432 -0
- package/out/concepts/BackendVariable__.js.map +1 -0
- package/out/concepts/Backend__.d.ts +128 -0
- package/out/concepts/Backend__.d.ts.map +1 -0
- package/out/concepts/Backend__.js +238 -0
- package/out/concepts/Backend__.js.map +1 -0
- package/out/concepts/BaseSetter__.d.ts +27 -0
- package/out/concepts/BaseSetter__.d.ts.map +1 -0
- package/out/concepts/BaseSetter__.js +55 -0
- package/out/concepts/BaseSetter__.js.map +1 -0
- package/out/concepts/BatchAssignment__.d.ts +246 -0
- package/out/concepts/BatchAssignment__.d.ts.map +1 -0
- package/out/concepts/BatchAssignment__.js +831 -0
- package/out/concepts/BatchAssignment__.js.map +1 -0
- package/out/concepts/BinaryExpression__.d.ts +64 -0
- package/out/concepts/BinaryExpression__.d.ts.map +1 -0
- package/out/concepts/BinaryExpression__.js +508 -0
- package/out/concepts/BinaryExpression__.js.map +1 -0
- package/out/concepts/BindAttribute__.d.ts +294 -0
- package/out/concepts/BindAttribute__.d.ts.map +1 -0
- package/out/concepts/BindAttribute__.js +1023 -0
- package/out/concepts/BindAttribute__.js.map +1 -0
- package/out/concepts/BindDirective__.d.ts +157 -0
- package/out/concepts/BindDirective__.d.ts.map +1 -0
- package/out/concepts/BindDirective__.js +492 -0
- package/out/concepts/BindDirective__.js.map +1 -0
- package/out/concepts/BindEvent__.d.ts +247 -0
- package/out/concepts/BindEvent__.d.ts.map +1 -0
- package/out/concepts/BindEvent__.js +833 -0
- package/out/concepts/BindEvent__.js.map +1 -0
- package/out/concepts/BindStyle__.d.ts +128 -0
- package/out/concepts/BindStyle__.d.ts.map +1 -0
- package/out/concepts/BindStyle__.js +412 -0
- package/out/concepts/BindStyle__.js.map +1 -0
- package/out/concepts/Block__.d.ts +90 -0
- package/out/concepts/Block__.d.ts.map +1 -0
- package/out/concepts/Block__.js +204 -0
- package/out/concepts/Block__.js.map +1 -0
- package/out/concepts/BooleanLiteral__.d.ts +46 -0
- package/out/concepts/BooleanLiteral__.d.ts.map +1 -0
- package/out/concepts/BooleanLiteral__.js +119 -0
- package/out/concepts/BooleanLiteral__.js.map +1 -0
- package/out/concepts/BusinessComponent__.d.ts +648 -0
- package/out/concepts/BusinessComponent__.d.ts.map +1 -0
- package/out/concepts/BusinessComponent__.js +1785 -0
- package/out/concepts/BusinessComponent__.js.map +1 -0
- package/out/concepts/BusinessLogic__.d.ts +46 -0
- package/out/concepts/BusinessLogic__.d.ts.map +1 -0
- package/out/concepts/BusinessLogic__.js +485 -0
- package/out/concepts/BusinessLogic__.js.map +1 -0
- package/out/concepts/CallAuthInterface__.d.ts +134 -0
- package/out/concepts/CallAuthInterface__.d.ts.map +1 -0
- package/out/concepts/CallAuthInterface__.js +426 -0
- package/out/concepts/CallAuthInterface__.js.map +1 -0
- package/out/concepts/CallConnector__.d.ts +56 -0
- package/out/concepts/CallConnector__.d.ts.map +1 -0
- package/out/concepts/CallConnector__.js +296 -0
- package/out/concepts/CallConnector__.js.map +1 -0
- package/out/concepts/CallEvent__.d.ts +103 -0
- package/out/concepts/CallEvent__.d.ts.map +1 -0
- package/out/concepts/CallEvent__.js +326 -0
- package/out/concepts/CallEvent__.js.map +1 -0
- package/out/concepts/CallFunction__.d.ts +173 -0
- package/out/concepts/CallFunction__.d.ts.map +1 -0
- package/out/concepts/CallFunction__.js +679 -0
- package/out/concepts/CallFunction__.js.map +1 -0
- package/out/concepts/CallInterface__.d.ts +145 -0
- package/out/concepts/CallInterface__.d.ts.map +1 -0
- package/out/concepts/CallInterface__.js +882 -0
- package/out/concepts/CallInterface__.js.map +1 -0
- package/out/concepts/CallLogic__.d.ts +247 -0
- package/out/concepts/CallLogic__.d.ts.map +1 -0
- package/out/concepts/CallLogic__.js +1583 -0
- package/out/concepts/CallLogic__.js.map +1 -0
- package/out/concepts/CallQueryComponent__.d.ts +380 -0
- package/out/concepts/CallQueryComponent__.d.ts.map +1 -0
- package/out/concepts/CallQueryComponent__.js +1227 -0
- package/out/concepts/CallQueryComponent__.js.map +1 -0
- package/out/concepts/CapsulesSetter__.d.ts +114 -0
- package/out/concepts/CapsulesSetter__.d.ts.map +1 -0
- package/out/concepts/CapsulesSetter__.js +172 -0
- package/out/concepts/CapsulesSetter__.js.map +1 -0
- package/out/concepts/Comment__.d.ts +42 -0
- package/out/concepts/Comment__.d.ts.map +1 -0
- package/out/concepts/Comment__.js +107 -0
- package/out/concepts/Comment__.js.map +1 -0
- package/out/concepts/CompletionProperty__.d.ts +88 -0
- package/out/concepts/CompletionProperty__.d.ts.map +1 -0
- package/out/concepts/CompletionProperty__.js +175 -0
- package/out/concepts/CompletionProperty__.js.map +1 -0
- package/out/concepts/ConfigGroup__.d.ts +122 -0
- package/out/concepts/ConfigGroup__.d.ts.map +1 -0
- package/out/concepts/ConfigGroup__.js +228 -0
- package/out/concepts/ConfigGroup__.js.map +1 -0
- package/out/concepts/ConfigPropertyValue__.d.ts +42 -0
- package/out/concepts/ConfigPropertyValue__.d.ts.map +1 -0
- package/out/concepts/ConfigPropertyValue__.js +83 -0
- package/out/concepts/ConfigPropertyValue__.js.map +1 -0
- package/out/concepts/ConfigProperty__.d.ts +148 -0
- package/out/concepts/ConfigProperty__.d.ts.map +1 -0
- package/out/concepts/ConfigProperty__.js +294 -0
- package/out/concepts/ConfigProperty__.js.map +1 -0
- package/out/concepts/Configuration__.d.ts +121 -0
- package/out/concepts/Configuration__.d.ts.map +1 -0
- package/out/concepts/Configuration__.js +202 -0
- package/out/concepts/Configuration__.js.map +1 -0
- package/out/concepts/Connection__.d.ts +165 -0
- package/out/concepts/Connection__.d.ts.map +1 -0
- package/out/concepts/Connection__.js +330 -0
- package/out/concepts/Connection__.js.map +1 -0
- package/out/concepts/ConnectorLogic__.d.ts +34 -0
- package/out/concepts/ConnectorLogic__.d.ts.map +1 -0
- package/out/concepts/ConnectorLogic__.js +69 -0
- package/out/concepts/ConnectorLogic__.js.map +1 -0
- package/out/concepts/ConnectorTriggerLauncher__.d.ts +45 -0
- package/out/concepts/ConnectorTriggerLauncher__.d.ts.map +1 -0
- package/out/concepts/ConnectorTriggerLauncher__.js +98 -0
- package/out/concepts/ConnectorTriggerLauncher__.js.map +1 -0
- package/out/concepts/ConnectorTrigger__.d.ts +94 -0
- package/out/concepts/ConnectorTrigger__.d.ts.map +1 -0
- package/out/concepts/ConnectorTrigger__.js +339 -0
- package/out/concepts/ConnectorTrigger__.js.map +1 -0
- package/out/concepts/Connector__.d.ts +533 -0
- package/out/concepts/Connector__.d.ts.map +1 -0
- package/out/concepts/Connector__.js +670 -0
- package/out/concepts/Connector__.js.map +1 -0
- package/out/concepts/Constant__.d.ts +95 -0
- package/out/concepts/Constant__.d.ts.map +1 -0
- package/out/concepts/Constant__.js +243 -0
- package/out/concepts/Constant__.js.map +1 -0
- package/out/concepts/CountersignPolicyV2__.d.ts +30 -0
- package/out/concepts/CountersignPolicyV2__.d.ts.map +1 -0
- package/out/concepts/CountersignPolicyV2__.js +58 -0
- package/out/concepts/CountersignPolicyV2__.js.map +1 -0
- package/out/concepts/CountersignPolicy__.d.ts +30 -0
- package/out/concepts/CountersignPolicy__.d.ts.map +1 -0
- package/out/concepts/CountersignPolicy__.js +58 -0
- package/out/concepts/CountersignPolicy__.js.map +1 -0
- package/out/concepts/DataSource__.d.ts +166 -0
- package/out/concepts/DataSource__.d.ts.map +1 -0
- package/out/concepts/DataSource__.js +516 -0
- package/out/concepts/DataSource__.js.map +1 -0
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +36 -0
- package/out/concepts/DatabaseTypeAnnotation__.d.ts.map +1 -0
- package/out/concepts/DatabaseTypeAnnotation__.js +81 -0
- package/out/concepts/DatabaseTypeAnnotation__.js.map +1 -0
- package/out/concepts/DefaultValue__.d.ts +96 -0
- package/out/concepts/DefaultValue__.d.ts.map +1 -0
- package/out/concepts/DefaultValue__.js +212 -0
- package/out/concepts/DefaultValue__.js.map +1 -0
- package/out/concepts/DepartmentManagerV2__.d.ts +30 -0
- package/out/concepts/DepartmentManagerV2__.d.ts.map +1 -0
- package/out/concepts/DepartmentManagerV2__.js +58 -0
- package/out/concepts/DepartmentManagerV2__.js.map +1 -0
- package/out/concepts/DepartmentV2__.d.ts +34 -0
- package/out/concepts/DepartmentV2__.d.ts.map +1 -0
- package/out/concepts/DepartmentV2__.js +65 -0
- package/out/concepts/DepartmentV2__.js.map +1 -0
- package/out/concepts/Destination__.d.ts +151 -0
- package/out/concepts/Destination__.d.ts.map +1 -0
- package/out/concepts/Destination__.js +771 -0
- package/out/concepts/Destination__.js.map +1 -0
- package/out/concepts/DirectManagerV2__.d.ts +26 -0
- package/out/concepts/DirectManagerV2__.d.ts.map +1 -0
- package/out/concepts/DirectManagerV2__.js +55 -0
- package/out/concepts/DirectManagerV2__.js.map +1 -0
- package/out/concepts/End__.d.ts +31 -0
- package/out/concepts/End__.d.ts.map +1 -0
- package/out/concepts/End__.js +150 -0
- package/out/concepts/End__.js.map +1 -0
- package/out/concepts/EntityIndex__.d.ts +94 -0
- package/out/concepts/EntityIndex__.d.ts.map +1 -0
- package/out/concepts/EntityIndex__.js +201 -0
- package/out/concepts/EntityIndex__.js.map +1 -0
- package/out/concepts/EntityProperty__.d.ts +254 -0
- package/out/concepts/EntityProperty__.d.ts.map +1 -0
- package/out/concepts/EntityProperty__.js +715 -0
- package/out/concepts/EntityProperty__.js.map +1 -0
- package/out/concepts/Entity__.d.ts +341 -0
- package/out/concepts/Entity__.d.ts.map +1 -0
- package/out/concepts/Entity__.js +783 -0
- package/out/concepts/Entity__.js.map +1 -0
- package/out/concepts/EnumItem__.d.ts +93 -0
- package/out/concepts/EnumItem__.d.ts.map +1 -0
- package/out/concepts/EnumItem__.js +235 -0
- package/out/concepts/EnumItem__.js.map +1 -0
- package/out/concepts/EnumSelectSetter__.d.ts +114 -0
- package/out/concepts/EnumSelectSetter__.d.ts.map +1 -0
- package/out/concepts/EnumSelectSetter__.js +172 -0
- package/out/concepts/EnumSelectSetter__.js.map +1 -0
- package/out/concepts/Enum__.d.ts +129 -0
- package/out/concepts/Enum__.d.ts.map +1 -0
- package/out/concepts/Enum__.js +342 -0
- package/out/concepts/Enum__.js.map +1 -0
- package/out/concepts/EventDeclaration__.d.ts +43 -0
- package/out/concepts/EventDeclaration__.d.ts.map +1 -0
- package/out/concepts/EventDeclaration__.js +109 -0
- package/out/concepts/EventDeclaration__.js.map +1 -0
- package/out/concepts/Event__.d.ts +156 -0
- package/out/concepts/Event__.d.ts.map +1 -0
- package/out/concepts/Event__.js +291 -0
- package/out/concepts/Event__.js.map +1 -0
- package/out/concepts/ExternalDestination__.d.ts +65 -0
- package/out/concepts/ExternalDestination__.d.ts.map +1 -0
- package/out/concepts/ExternalDestination__.js +285 -0
- package/out/concepts/ExternalDestination__.js.map +1 -0
- package/out/concepts/FieldPermissionV2__.d.ts +40 -0
- package/out/concepts/FieldPermissionV2__.d.ts.map +1 -0
- package/out/concepts/FieldPermissionV2__.js +85 -0
- package/out/concepts/FieldPermissionV2__.js.map +1 -0
- package/out/concepts/FlowConditionItemV2__.d.ts +45 -0
- package/out/concepts/FlowConditionItemV2__.d.ts.map +1 -0
- package/out/concepts/FlowConditionItemV2__.js +107 -0
- package/out/concepts/FlowConditionItemV2__.js.map +1 -0
- package/out/concepts/FlowConditionV2__.d.ts +116 -0
- package/out/concepts/FlowConditionV2__.d.ts.map +1 -0
- package/out/concepts/FlowConditionV2__.js +181 -0
- package/out/concepts/FlowConditionV2__.js.map +1 -0
- package/out/concepts/ForEachStatement__.d.ts +128 -0
- package/out/concepts/ForEachStatement__.d.ts.map +1 -0
- package/out/concepts/ForEachStatement__.js +398 -0
- package/out/concepts/ForEachStatement__.js.map +1 -0
- package/out/concepts/FrontendLibrary__.d.ts +213 -0
- package/out/concepts/FrontendLibrary__.d.ts.map +1 -0
- package/out/concepts/FrontendLibrary__.js +303 -0
- package/out/concepts/FrontendLibrary__.js.map +1 -0
- package/out/concepts/FrontendType__.d.ts +312 -0
- package/out/concepts/FrontendType__.d.ts.map +1 -0
- package/out/concepts/FrontendType__.js +550 -0
- package/out/concepts/FrontendType__.js.map +1 -0
- package/out/concepts/FrontendVariable__.d.ts +42 -0
- package/out/concepts/FrontendVariable__.d.ts.map +1 -0
- package/out/concepts/FrontendVariable__.js +81 -0
- package/out/concepts/FrontendVariable__.js.map +1 -0
- package/out/concepts/Frontend__.d.ts +395 -0
- package/out/concepts/Frontend__.d.ts.map +1 -0
- package/out/concepts/Frontend__.js +870 -0
- package/out/concepts/Frontend__.js.map +1 -0
- package/out/concepts/Function__.d.ts +400 -0
- package/out/concepts/Function__.d.ts.map +1 -0
- package/out/concepts/Function__.js +631 -0
- package/out/concepts/Function__.js.map +1 -0
- package/out/concepts/HistoryProcessV2__.d.ts +229 -0
- package/out/concepts/HistoryProcessV2__.d.ts.map +1 -0
- package/out/concepts/HistoryProcessV2__.js +345 -0
- package/out/concepts/HistoryProcessV2__.js.map +1 -0
- package/out/concepts/I18nInfo__.d.ts +48 -0
- package/out/concepts/I18nInfo__.d.ts.map +1 -0
- package/out/concepts/I18nInfo__.js +100 -0
- package/out/concepts/I18nInfo__.js.map +1 -0
- package/out/concepts/IconSetter__.d.ts +30 -0
- package/out/concepts/IconSetter__.d.ts.map +1 -0
- package/out/concepts/IconSetter__.js +58 -0
- package/out/concepts/IconSetter__.js.map +1 -0
- package/out/concepts/Identifier__.d.ts +69 -0
- package/out/concepts/Identifier__.d.ts.map +1 -0
- package/out/concepts/Identifier__.js +437 -0
- package/out/concepts/Identifier__.js.map +1 -0
- package/out/concepts/IfStatement__.d.ts +157 -0
- package/out/concepts/IfStatement__.d.ts.map +1 -0
- package/out/concepts/IfStatement__.js +365 -0
- package/out/concepts/IfStatement__.js.map +1 -0
- package/out/concepts/ImageSetter__.d.ts +26 -0
- package/out/concepts/ImageSetter__.d.ts.map +1 -0
- package/out/concepts/ImageSetter__.js +55 -0
- package/out/concepts/ImageSetter__.js.map +1 -0
- package/out/concepts/ImportedInterface__.d.ts +31 -0
- package/out/concepts/ImportedInterface__.d.ts.map +1 -0
- package/out/concepts/ImportedInterface__.js +58 -0
- package/out/concepts/ImportedInterface__.js.map +1 -0
- package/out/concepts/InputSetter__.d.ts +30 -0
- package/out/concepts/InputSetter__.d.ts.map +1 -0
- package/out/concepts/InputSetter__.js +58 -0
- package/out/concepts/InputSetter__.js.map +1 -0
- package/out/concepts/Integration__.d.ts +129 -0
- package/out/concepts/Integration__.d.ts.map +1 -0
- package/out/concepts/Integration__.js +215 -0
- package/out/concepts/Integration__.js.map +1 -0
- package/out/concepts/InterfaceParam__.d.ts +121 -0
- package/out/concepts/InterfaceParam__.d.ts.map +1 -0
- package/out/concepts/InterfaceParam__.js +285 -0
- package/out/concepts/InterfaceParam__.js.map +1 -0
- package/out/concepts/InterfaceTriggerEvent__.d.ts +35 -0
- package/out/concepts/InterfaceTriggerEvent__.d.ts.map +1 -0
- package/out/concepts/InterfaceTriggerEvent__.js +74 -0
- package/out/concepts/InterfaceTriggerEvent__.js.map +1 -0
- package/out/concepts/Interface__.d.ts +406 -0
- package/out/concepts/Interface__.d.ts.map +1 -0
- package/out/concepts/Interface__.js +994 -0
- package/out/concepts/Interface__.js.map +1 -0
- package/out/concepts/JSBlock__.d.ts +40 -0
- package/out/concepts/JSBlock__.d.ts.map +1 -0
- package/out/concepts/JSBlock__.js +110 -0
- package/out/concepts/JSBlock__.js.map +1 -0
- package/out/concepts/JavaLogic__.d.ts +51 -0
- package/out/concepts/JavaLogic__.d.ts.map +1 -0
- package/out/concepts/JavaLogic__.js +116 -0
- package/out/concepts/JavaLogic__.js.map +1 -0
- package/out/concepts/LogicDeclaration__.d.ts +292 -0
- package/out/concepts/LogicDeclaration__.d.ts.map +1 -0
- package/out/concepts/LogicDeclaration__.js +421 -0
- package/out/concepts/LogicDeclaration__.js.map +1 -0
- package/out/concepts/LogicItem__.d.ts +188 -0
- package/out/concepts/LogicItem__.d.ts.map +1 -0
- package/out/concepts/LogicItem__.js +322 -0
- package/out/concepts/LogicItem__.js.map +1 -0
- package/out/concepts/Logic__.d.ts +657 -0
- package/out/concepts/Logic__.d.ts.map +1 -0
- package/out/concepts/Logic__.js +2280 -0
- package/out/concepts/Logic__.js.map +1 -0
- package/out/concepts/ManagerV2__.d.ts +36 -0
- package/out/concepts/ManagerV2__.d.ts.map +1 -0
- package/out/concepts/ManagerV2__.js +63 -0
- package/out/concepts/ManagerV2__.js.map +1 -0
- package/out/concepts/MatchCase__.d.ts +266 -0
- package/out/concepts/MatchCase__.d.ts.map +1 -0
- package/out/concepts/MatchCase__.js +677 -0
- package/out/concepts/MatchCase__.js.map +1 -0
- package/out/concepts/Match__.d.ts +125 -0
- package/out/concepts/Match__.d.ts.map +1 -0
- package/out/concepts/Match__.js +685 -0
- package/out/concepts/Match__.js.map +1 -0
- package/out/concepts/MemberExpression__.d.ts +66 -0
- package/out/concepts/MemberExpression__.d.ts.map +1 -0
- package/out/concepts/MemberExpression__.js +514 -0
- package/out/concepts/MemberExpression__.js.map +1 -0
- package/out/concepts/MetadataType__.d.ts +222 -0
- package/out/concepts/MetadataType__.d.ts.map +1 -0
- package/out/concepts/MetadataType__.js +422 -0
- package/out/concepts/MetadataType__.js.map +1 -0
- package/out/concepts/MicroApp__.d.ts +54 -0
- package/out/concepts/MicroApp__.d.ts.map +1 -0
- package/out/concepts/MicroApp__.js +80 -0
- package/out/concepts/MicroApp__.js.map +1 -0
- package/out/concepts/Module__.d.ts +1314 -0
- package/out/concepts/Module__.d.ts.map +1 -0
- package/out/concepts/Module__.js +1580 -0
- package/out/concepts/Module__.js.map +1 -0
- package/out/concepts/MsgTriggerEvent__.d.ts +139 -0
- package/out/concepts/MsgTriggerEvent__.d.ts.map +1 -0
- package/out/concepts/MsgTriggerEvent__.js +210 -0
- package/out/concepts/MsgTriggerEvent__.js.map +1 -0
- package/out/concepts/MsgTriggerLauncher__.d.ts +120 -0
- package/out/concepts/MsgTriggerLauncher__.d.ts.map +1 -0
- package/out/concepts/MsgTriggerLauncher__.js +189 -0
- package/out/concepts/MsgTriggerLauncher__.js.map +1 -0
- package/out/concepts/MultiApprovalPolicy__.d.ts +27 -0
- package/out/concepts/MultiApprovalPolicy__.d.ts.map +1 -0
- package/out/concepts/MultiApprovalPolicy__.js +55 -0
- package/out/concepts/MultiApprovalPolicy__.js.map +1 -0
- package/out/concepts/Namespace__.d.ts +1146 -0
- package/out/concepts/Namespace__.d.ts.map +1 -0
- package/out/concepts/Namespace__.js +1256 -0
- package/out/concepts/Namespace__.js.map +1 -0
- package/out/concepts/NewComposite__.d.ts +341 -0
- package/out/concepts/NewComposite__.d.ts.map +1 -0
- package/out/concepts/NewComposite__.js +1225 -0
- package/out/concepts/NewComposite__.js.map +1 -0
- package/out/concepts/NewList__.d.ts +128 -0
- package/out/concepts/NewList__.d.ts.map +1 -0
- package/out/concepts/NewList__.js +408 -0
- package/out/concepts/NewList__.js.map +1 -0
- package/out/concepts/NewMap__.d.ts +219 -0
- package/out/concepts/NewMap__.d.ts.map +1 -0
- package/out/concepts/NewMap__.js +558 -0
- package/out/concepts/NewMap__.js.map +1 -0
- package/out/concepts/New__.d.ts +32 -0
- package/out/concepts/New__.d.ts.map +1 -0
- package/out/concepts/New__.js +80 -0
- package/out/concepts/New__.js.map +1 -0
- package/out/concepts/NullLiteral__.d.ts +37 -0
- package/out/concepts/NullLiteral__.d.ts.map +1 -0
- package/out/concepts/NullLiteral__.js +102 -0
- package/out/concepts/NullLiteral__.js.map +1 -0
- package/out/concepts/NumberInputSetter__.d.ts +46 -0
- package/out/concepts/NumberInputSetter__.d.ts.map +1 -0
- package/out/concepts/NumberInputSetter__.js +70 -0
- package/out/concepts/NumberInputSetter__.js.map +1 -0
- package/out/concepts/NumericLiteral__.d.ts +49 -0
- package/out/concepts/NumericLiteral__.d.ts.map +1 -0
- package/out/concepts/NumericLiteral__.js +141 -0
- package/out/concepts/NumericLiteral__.js.map +1 -0
- package/out/concepts/OperatePermissionV2__.d.ts +44 -0
- package/out/concepts/OperatePermissionV2__.d.ts.map +1 -0
- package/out/concepts/OperatePermissionV2__.js +82 -0
- package/out/concepts/OperatePermissionV2__.js.map +1 -0
- package/out/concepts/OqlQueryComponent__.d.ts +63 -0
- package/out/concepts/OqlQueryComponent__.d.ts.map +1 -0
- package/out/concepts/OqlQueryComponent__.js +313 -0
- package/out/concepts/OqlQueryComponent__.js.map +1 -0
- package/out/concepts/OrSignPolicyV2__.d.ts +26 -0
- package/out/concepts/OrSignPolicyV2__.d.ts.map +1 -0
- package/out/concepts/OrSignPolicyV2__.js +55 -0
- package/out/concepts/OrSignPolicyV2__.js.map +1 -0
- package/out/concepts/OverriddenLogic__.d.ts +618 -0
- package/out/concepts/OverriddenLogic__.d.ts.map +1 -0
- package/out/concepts/OverriddenLogic__.js +1657 -0
- package/out/concepts/OverriddenLogic__.js.map +1 -0
- package/out/concepts/Paginate__.d.ts +57 -0
- package/out/concepts/Paginate__.d.ts.map +1 -0
- package/out/concepts/Paginate__.js +163 -0
- package/out/concepts/Paginate__.js.map +1 -0
- package/out/concepts/ParamWithGroup__.d.ts +44 -0
- package/out/concepts/ParamWithGroup__.d.ts.map +1 -0
- package/out/concepts/ParamWithGroup__.js +161 -0
- package/out/concepts/ParamWithGroup__.js.map +1 -0
- package/out/concepts/Param__.d.ts +145 -0
- package/out/concepts/Param__.d.ts.map +1 -0
- package/out/concepts/Param__.js +453 -0
- package/out/concepts/Param__.js.map +1 -0
- package/out/concepts/Point__.d.ts +34 -0
- package/out/concepts/Point__.d.ts.map +1 -0
- package/out/concepts/Point__.js +61 -0
- package/out/concepts/Point__.js.map +1 -0
- package/out/concepts/ProcessBindV2__.d.ts +53 -0
- package/out/concepts/ProcessBindV2__.d.ts.map +1 -0
- package/out/concepts/ProcessBindV2__.js +114 -0
- package/out/concepts/ProcessBindV2__.js.map +1 -0
- package/out/concepts/ProcessComponentV2__.d.ts +126 -0
- package/out/concepts/ProcessComponentV2__.d.ts.map +1 -0
- package/out/concepts/ProcessComponentV2__.js +186 -0
- package/out/concepts/ProcessComponentV2__.js.map +1 -0
- package/out/concepts/ProcessComponent__.d.ts +215 -0
- package/out/concepts/ProcessComponent__.d.ts.map +1 -0
- package/out/concepts/ProcessComponent__.js +276 -0
- package/out/concepts/ProcessComponent__.js.map +1 -0
- package/out/concepts/ProcessElementV2__.d.ts +552 -0
- package/out/concepts/ProcessElementV2__.d.ts.map +1 -0
- package/out/concepts/ProcessElementV2__.js +954 -0
- package/out/concepts/ProcessElementV2__.js.map +1 -0
- package/out/concepts/ProcessElement__.d.ts +628 -0
- package/out/concepts/ProcessElement__.d.ts.map +1 -0
- package/out/concepts/ProcessElement__.js +1079 -0
- package/out/concepts/ProcessElement__.js.map +1 -0
- package/out/concepts/ProcessOutcome__.d.ts +36 -0
- package/out/concepts/ProcessOutcome__.d.ts.map +1 -0
- package/out/concepts/ProcessOutcome__.js +97 -0
- package/out/concepts/ProcessOutcome__.js.map +1 -0
- package/out/concepts/ProcessOutcomes__.d.ts +36 -0
- package/out/concepts/ProcessOutcomes__.d.ts.map +1 -0
- package/out/concepts/ProcessOutcomes__.js +104 -0
- package/out/concepts/ProcessOutcomes__.js.map +1 -0
- package/out/concepts/ProcessV2__.d.ts +433 -0
- package/out/concepts/ProcessV2__.d.ts.map +1 -0
- package/out/concepts/ProcessV2__.js +732 -0
- package/out/concepts/ProcessV2__.js.map +1 -0
- package/out/concepts/Process__.d.ts +615 -0
- package/out/concepts/Process__.d.ts.map +1 -0
- package/out/concepts/Process__.js +985 -0
- package/out/concepts/Process__.js.map +1 -0
- package/out/concepts/PropDeclaration__.d.ts +109 -0
- package/out/concepts/PropDeclaration__.d.ts.map +1 -0
- package/out/concepts/PropDeclaration__.js +137 -0
- package/out/concepts/PropDeclaration__.js.map +1 -0
- package/out/concepts/PropertySelectSetter__.d.ts +26 -0
- package/out/concepts/PropertySelectSetter__.d.ts.map +1 -0
- package/out/concepts/PropertySelectSetter__.js +55 -0
- package/out/concepts/PropertySelectSetter__.js.map +1 -0
- package/out/concepts/QueryAggregateExpression__.d.ts +51 -0
- package/out/concepts/QueryAggregateExpression__.d.ts.map +1 -0
- package/out/concepts/QueryAggregateExpression__.js +126 -0
- package/out/concepts/QueryAggregateExpression__.js.map +1 -0
- package/out/concepts/QueryFieldExpression__.d.ts +67 -0
- package/out/concepts/QueryFieldExpression__.d.ts.map +1 -0
- package/out/concepts/QueryFieldExpression__.js +207 -0
- package/out/concepts/QueryFieldExpression__.js.map +1 -0
- package/out/concepts/QueryFromExpression__.d.ts +108 -0
- package/out/concepts/QueryFromExpression__.d.ts.map +1 -0
- package/out/concepts/QueryFromExpression__.js +244 -0
- package/out/concepts/QueryFromExpression__.js.map +1 -0
- package/out/concepts/QueryGroupByExpression__.d.ts +48 -0
- package/out/concepts/QueryGroupByExpression__.d.ts.map +1 -0
- package/out/concepts/QueryGroupByExpression__.js +123 -0
- package/out/concepts/QueryGroupByExpression__.js.map +1 -0
- package/out/concepts/QueryJoinExpression__.d.ts +195 -0
- package/out/concepts/QueryJoinExpression__.d.ts.map +1 -0
- package/out/concepts/QueryJoinExpression__.js +357 -0
- package/out/concepts/QueryJoinExpression__.js.map +1 -0
- package/out/concepts/QueryLimitExpression__.d.ts +48 -0
- package/out/concepts/QueryLimitExpression__.d.ts.map +1 -0
- package/out/concepts/QueryLimitExpression__.js +141 -0
- package/out/concepts/QueryLimitExpression__.js.map +1 -0
- package/out/concepts/QueryOrderByExpression__.d.ts +59 -0
- package/out/concepts/QueryOrderByExpression__.d.ts.map +1 -0
- package/out/concepts/QueryOrderByExpression__.js +158 -0
- package/out/concepts/QueryOrderByExpression__.js.map +1 -0
- package/out/concepts/QuerySelectExpression__.d.ts +213 -0
- package/out/concepts/QuerySelectExpression__.d.ts.map +1 -0
- package/out/concepts/QuerySelectExpression__.js +346 -0
- package/out/concepts/QuerySelectExpression__.js.map +1 -0
- package/out/concepts/Rect__.d.ts +42 -0
- package/out/concepts/Rect__.d.ts.map +1 -0
- package/out/concepts/Rect__.js +67 -0
- package/out/concepts/Rect__.js.map +1 -0
- package/out/concepts/Return__.d.ts +122 -0
- package/out/concepts/Return__.d.ts.map +1 -0
- package/out/concepts/Return__.js +359 -0
- package/out/concepts/Return__.js.map +1 -0
- package/out/concepts/Role__.d.ts +60 -0
- package/out/concepts/Role__.d.ts.map +1 -0
- package/out/concepts/Role__.js +188 -0
- package/out/concepts/Role__.js.map +1 -0
- package/out/concepts/SelectMembers__.d.ts +136 -0
- package/out/concepts/SelectMembers__.d.ts.map +1 -0
- package/out/concepts/SelectMembers__.js +259 -0
- package/out/concepts/SelectMembers__.js.map +1 -0
- package/out/concepts/SequentialPolicyV2__.d.ts +26 -0
- package/out/concepts/SequentialPolicyV2__.d.ts.map +1 -0
- package/out/concepts/SequentialPolicyV2__.js +55 -0
- package/out/concepts/SequentialPolicyV2__.js.map +1 -0
- package/out/concepts/SequentialPolicy__.d.ts +26 -0
- package/out/concepts/SequentialPolicy__.d.ts.map +1 -0
- package/out/concepts/SequentialPolicy__.js +55 -0
- package/out/concepts/SequentialPolicy__.js.map +1 -0
- package/out/concepts/SetterOption__.d.ts +50 -0
- package/out/concepts/SetterOption__.d.ts.map +1 -0
- package/out/concepts/SetterOption__.js +73 -0
- package/out/concepts/SetterOption__.js.map +1 -0
- package/out/concepts/SlotDeclaration__.d.ts +215 -0
- package/out/concepts/SlotDeclaration__.d.ts.map +1 -0
- package/out/concepts/SlotDeclaration__.js +285 -0
- package/out/concepts/SlotDeclaration__.js.map +1 -0
- package/out/concepts/Slot__.d.ts +54 -0
- package/out/concepts/Slot__.d.ts.map +1 -0
- package/out/concepts/Slot__.js +95 -0
- package/out/concepts/Slot__.js.map +1 -0
- package/out/concepts/SqlQueryComponent__.d.ts +59 -0
- package/out/concepts/SqlQueryComponent__.d.ts.map +1 -0
- package/out/concepts/SqlQueryComponent__.js +220 -0
- package/out/concepts/SqlQueryComponent__.js.map +1 -0
- package/out/concepts/Start__.d.ts +31 -0
- package/out/concepts/Start__.d.ts.map +1 -0
- package/out/concepts/Start__.js +75 -0
- package/out/concepts/Start__.js.map +1 -0
- package/out/concepts/StaticString__.d.ts +50 -0
- package/out/concepts/StaticString__.d.ts.map +1 -0
- package/out/concepts/StaticString__.js +114 -0
- package/out/concepts/StaticString__.js.map +1 -0
- package/out/concepts/StringInterpolation__.d.ts +124 -0
- package/out/concepts/StringInterpolation__.d.ts.map +1 -0
- package/out/concepts/StringInterpolation__.js +279 -0
- package/out/concepts/StringInterpolation__.js.map +1 -0
- package/out/concepts/StringLiteral__.d.ts +52 -0
- package/out/concepts/StringLiteral__.d.ts.map +1 -0
- package/out/concepts/StringLiteral__.js +185 -0
- package/out/concepts/StringLiteral__.js.map +1 -0
- package/out/concepts/StructureProperty__.d.ts +134 -0
- package/out/concepts/StructureProperty__.d.ts.map +1 -0
- package/out/concepts/StructureProperty__.js +292 -0
- package/out/concepts/StructureProperty__.js.map +1 -0
- package/out/concepts/Structure__.d.ts +241 -0
- package/out/concepts/Structure__.d.ts.map +1 -0
- package/out/concepts/Structure__.js +485 -0
- package/out/concepts/Structure__.js.map +1 -0
- package/out/concepts/SubLogic__.d.ts +418 -0
- package/out/concepts/SubLogic__.d.ts.map +1 -0
- package/out/concepts/SubLogic__.js +1002 -0
- package/out/concepts/SubLogic__.js.map +1 -0
- package/out/concepts/SwitchCase__.d.ts +93 -0
- package/out/concepts/SwitchCase__.d.ts.map +1 -0
- package/out/concepts/SwitchCase__.js +282 -0
- package/out/concepts/SwitchCase__.js.map +1 -0
- package/out/concepts/SwitchSetter__.d.ts +26 -0
- package/out/concepts/SwitchSetter__.d.ts.map +1 -0
- package/out/concepts/SwitchSetter__.js +55 -0
- package/out/concepts/SwitchSetter__.js.map +1 -0
- package/out/concepts/SwitchStatement__.d.ts +92 -0
- package/out/concepts/SwitchStatement__.d.ts.map +1 -0
- package/out/concepts/SwitchStatement__.js +221 -0
- package/out/concepts/SwitchStatement__.js.map +1 -0
- package/out/concepts/ThemeVariable__.d.ts +30 -0
- package/out/concepts/ThemeVariable__.d.ts.map +1 -0
- package/out/concepts/ThemeVariable__.js +58 -0
- package/out/concepts/ThemeVariable__.js.map +1 -0
- package/out/concepts/Theme__.d.ts +44 -0
- package/out/concepts/Theme__.d.ts.map +1 -0
- package/out/concepts/Theme__.js +83 -0
- package/out/concepts/Theme__.js.map +1 -0
- package/out/concepts/Transactional__.d.ts +86 -0
- package/out/concepts/Transactional__.d.ts.map +1 -0
- package/out/concepts/Transactional__.js +150 -0
- package/out/concepts/Transactional__.js.map +1 -0
- package/out/concepts/TriggerEvent__.d.ts +44 -0
- package/out/concepts/TriggerEvent__.d.ts.map +1 -0
- package/out/concepts/TriggerEvent__.js +93 -0
- package/out/concepts/TriggerEvent__.js.map +1 -0
- package/out/concepts/TriggerLauncher__.d.ts +77 -0
- package/out/concepts/TriggerLauncher__.d.ts.map +1 -0
- package/out/concepts/TriggerLauncher__.js +232 -0
- package/out/concepts/TriggerLauncher__.js.map +1 -0
- package/out/concepts/TypeAnnotation__.d.ts +310 -0
- package/out/concepts/TypeAnnotation__.d.ts.map +1 -0
- package/out/concepts/TypeAnnotation__.js +1169 -0
- package/out/concepts/TypeAnnotation__.js.map +1 -0
- package/out/concepts/TypeParam__.d.ts +40 -0
- package/out/concepts/TypeParam__.d.ts.map +1 -0
- package/out/concepts/TypeParam__.js +91 -0
- package/out/concepts/TypeParam__.js.map +1 -0
- package/out/concepts/UnaryExpression__.d.ts +48 -0
- package/out/concepts/UnaryExpression__.d.ts.map +1 -0
- package/out/concepts/UnaryExpression__.js +176 -0
- package/out/concepts/UnaryExpression__.js.map +1 -0
- package/out/concepts/Unparsed__.d.ts +42 -0
- package/out/concepts/Unparsed__.d.ts.map +1 -0
- package/out/concepts/Unparsed__.js +98 -0
- package/out/concepts/Unparsed__.js.map +1 -0
- package/out/concepts/UseComponent__.d.ts +34 -0
- package/out/concepts/UseComponent__.d.ts.map +1 -0
- package/out/concepts/UseComponent__.js +61 -0
- package/out/concepts/UseComponent__.js.map +1 -0
- package/out/concepts/ValidationRule__.d.ts +130 -0
- package/out/concepts/ValidationRule__.d.ts.map +1 -0
- package/out/concepts/ValidationRule__.js +542 -0
- package/out/concepts/ValidationRule__.js.map +1 -0
- package/out/concepts/Variable__.d.ts +140 -0
- package/out/concepts/Variable__.d.ts.map +1 -0
- package/out/concepts/Variable__.js +457 -0
- package/out/concepts/Variable__.js.map +1 -0
- package/out/concepts/ViewBlockWithImage__.d.ts +34 -0
- package/out/concepts/ViewBlockWithImage__.d.ts.map +1 -0
- package/out/concepts/ViewBlockWithImage__.js +61 -0
- package/out/concepts/ViewBlockWithImage__.js.map +1 -0
- package/out/concepts/ViewBlock__.d.ts +38 -0
- package/out/concepts/ViewBlock__.d.ts.map +1 -0
- package/out/concepts/ViewBlock__.js +64 -0
- package/out/concepts/ViewBlock__.js.map +1 -0
- package/out/concepts/ViewComponentDeclaration__.d.ts +727 -0
- package/out/concepts/ViewComponentDeclaration__.d.ts.map +1 -0
- package/out/concepts/ViewComponentDeclaration__.js +833 -0
- package/out/concepts/ViewComponentDeclaration__.js.map +1 -0
- package/out/concepts/ViewElement__.d.ts +666 -0
- package/out/concepts/ViewElement__.d.ts.map +1 -0
- package/out/concepts/ViewElement__.js +2929 -0
- package/out/concepts/ViewElement__.js.map +1 -0
- package/out/concepts/View__.d.ts +754 -0
- package/out/concepts/View__.d.ts.map +1 -0
- package/out/concepts/View__.js +2907 -0
- package/out/concepts/View__.js.map +1 -0
- package/out/concepts/WhileStatement__.d.ts +96 -0
- package/out/concepts/WhileStatement__.d.ts.map +1 -0
- package/out/concepts/WhileStatement__.js +256 -0
- package/out/concepts/WhileStatement__.js.map +1 -0
- package/out/concepts/basics/index.d.ts +16 -0
- package/out/concepts/basics/index.d.ts.map +1 -0
- package/out/concepts/basics/index.js +54 -0
- package/out/concepts/basics/index.js.map +1 -0
- package/out/concepts/basics/stdlib/index.d.ts +16 -0
- package/out/concepts/basics/stdlib/index.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/index.js +93 -0
- package/out/concepts/basics/stdlib/index.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.auth.d.ts +10 -0
- package/out/concepts/basics/stdlib/nasl.auth.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.auth.js +206 -0
- package/out/concepts/basics/stdlib/nasl.auth.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.browser.d.ts +6 -0
- package/out/concepts/basics/stdlib/nasl.browser.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.browser.js +200 -0
- package/out/concepts/basics/stdlib/nasl.browser.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.collection.d.ts +10 -0
- package/out/concepts/basics/stdlib/nasl.collection.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.collection.js +57 -0
- package/out/concepts/basics/stdlib/nasl.collection.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.configuration.d.ts +10 -0
- package/out/concepts/basics/stdlib/nasl.configuration.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.configuration.js +97 -0
- package/out/concepts/basics/stdlib/nasl.configuration.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.core.d.ts +8 -0
- package/out/concepts/basics/stdlib/nasl.core.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.core.js +47 -0
- package/out/concepts/basics/stdlib/nasl.core.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.event.d.ts +6 -0
- package/out/concepts/basics/stdlib/nasl.event.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.event.js +34 -0
- package/out/concepts/basics/stdlib/nasl.event.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.http.d.ts +10 -0
- package/out/concepts/basics/stdlib/nasl.http.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.http.js +174 -0
- package/out/concepts/basics/stdlib/nasl.http.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.interface.d.ts +10 -0
- package/out/concepts/basics/stdlib/nasl.interface.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.interface.js +49 -0
- package/out/concepts/basics/stdlib/nasl.interface.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.io.d.ts +6 -0
- package/out/concepts/basics/stdlib/nasl.io.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.io.js +61 -0
- package/out/concepts/basics/stdlib/nasl.io.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.logging.d.ts +6 -0
- package/out/concepts/basics/stdlib/nasl.logging.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.logging.js +65 -0
- package/out/concepts/basics/stdlib/nasl.logging.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.process.d.ts +10 -0
- package/out/concepts/basics/stdlib/nasl.process.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.process.js +741 -0
- package/out/concepts/basics/stdlib/nasl.process.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.processV2.d.ts +12 -0
- package/out/concepts/basics/stdlib/nasl.processV2.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.processV2.js +967 -0
- package/out/concepts/basics/stdlib/nasl.processV2.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.ui.d.ts +10 -0
- package/out/concepts/basics/stdlib/nasl.ui.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.ui.js +1038 -0
- package/out/concepts/basics/stdlib/nasl.ui.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.util.d.ts +7 -0
- package/out/concepts/basics/stdlib/nasl.util.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.util.js +2501 -0
- package/out/concepts/basics/stdlib/nasl.util.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.validation.d.ts +6 -0
- package/out/concepts/basics/stdlib/nasl.validation.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/nasl.validation.js +680 -0
- package/out/concepts/basics/stdlib/nasl.validation.js.map +1 -0
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +5 -0
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js +47 -0
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js.map +1 -0
- package/out/concepts/basics/stdlib/timeZone.d.ts +6 -0
- package/out/concepts/basics/stdlib/timeZone.d.ts.map +1 -0
- package/out/concepts/basics/stdlib/timeZone.js +196 -0
- package/out/concepts/basics/stdlib/timeZone.js.map +1 -0
- package/out/concepts/basics/types/coreTypeList.d.ts +5 -0
- package/out/concepts/basics/types/coreTypeList.d.ts.map +1 -0
- package/out/concepts/basics/types/coreTypeList.js +14 -0
- package/out/concepts/basics/types/coreTypeList.js.map +1 -0
- package/out/concepts/basics/types/dataTypes.d.ts +9 -0
- package/out/concepts/basics/types/dataTypes.d.ts.map +1 -0
- package/out/concepts/basics/types/dataTypes.js +18 -0
- package/out/concepts/basics/types/dataTypes.js.map +1 -0
- package/out/concepts/basics/types/index.d.ts +5 -0
- package/out/concepts/basics/types/index.d.ts.map +1 -0
- package/out/concepts/basics/types/index.js +17 -0
- package/out/concepts/basics/types/index.js.map +1 -0
- package/out/concepts/index.d.ts +6 -0
- package/out/concepts/index.d.ts.map +1 -0
- package/out/concepts/index.js +36 -0
- package/out/concepts/index.js.map +1 -0
- package/out/concepts/index__.d.ts +178 -0
- package/out/concepts/index__.d.ts.map +1 -0
- package/out/concepts/index__.js +194 -0
- package/out/concepts/index__.js.map +1 -0
- package/out/concepts/types__.d.ts +2 -0
- package/out/concepts/types__.d.ts.map +1 -0
- package/out/concepts/types__.js +3 -0
- package/out/concepts/types__.js.map +1 -0
- package/out/concepts/utils/asserts.d.ts +8822 -0
- package/out/concepts/utils/asserts.d.ts.map +1 -0
- package/out/concepts/utils/asserts.js +11727 -0
- package/out/concepts/utils/asserts.js.map +1 -0
- package/out/concepts/utils/quick-info.d.ts +21 -0
- package/out/concepts/utils/quick-info.d.ts.map +1 -0
- package/out/concepts/utils/quick-info.js +108 -0
- package/out/concepts/utils/quick-info.js.map +1 -0
- package/out/concepts/utils/types.d.ts +580 -0
- package/out/concepts/utils/types.d.ts.map +1 -0
- package/out/concepts/utils/types.js +3 -0
- package/out/concepts/utils/types.js.map +1 -0
- package/out/decorators/constant.d.ts +12 -0
- package/out/decorators/constant.d.ts.map +1 -0
- package/out/decorators/constant.js +6 -0
- package/out/decorators/constant.js.map +1 -0
- package/out/decorators/index.d.ts +34 -0
- package/out/decorators/index.d.ts.map +1 -0
- package/out/decorators/index.js +123 -0
- package/out/decorators/index.js.map +1 -0
- package/out/decorators/utils.d.ts +22 -0
- package/out/decorators/utils.d.ts.map +1 -0
- package/out/decorators/utils.js +50 -0
- package/out/decorators/utils.js.map +1 -0
- package/out/index.d.ts +13 -0
- package/out/index.d.ts.map +1 -0
- package/out/index.js +49 -0
- package/out/index.js.map +1 -0
- package/out/service/actionable.d.ts +3 -0
- package/out/service/actionable.d.ts.map +1 -0
- package/out/service/actionable.js +9 -0
- package/out/service/actionable.js.map +1 -0
- package/out/service/engine.d.ts +7 -0
- package/out/service/engine.d.ts.map +1 -0
- package/out/service/engine.js +120 -0
- package/out/service/engine.js.map +1 -0
- package/out/service/entity2LogicNamespace.d.ts +11 -0
- package/out/service/entity2LogicNamespace.d.ts.map +1 -0
- package/out/service/entity2LogicNamespace.js +379 -0
- package/out/service/entity2LogicNamespace.js.map +1 -0
- package/out/service/formatTsUtils.d.ts +37 -0
- package/out/service/formatTsUtils.d.ts.map +1 -0
- package/out/service/formatTsUtils.js +876 -0
- package/out/service/formatTsUtils.js.map +1 -0
- package/out/service/getConnector.d.ts +13 -0
- package/out/service/getConnector.d.ts.map +1 -0
- package/out/service/getConnector.js +117 -0
- package/out/service/getConnector.js.map +1 -0
- package/out/service/getExtensionModules.d.ts +4 -0
- package/out/service/getExtensionModules.d.ts.map +1 -0
- package/out/service/getExtensionModules.js +34 -0
- package/out/service/getExtensionModules.js.map +1 -0
- package/out/service/getFunctions.d.ts +4 -0
- package/out/service/getFunctions.d.ts.map +1 -0
- package/out/service/getFunctions.js +20 -0
- package/out/service/getFunctions.js.map +1 -0
- package/out/service/getInterfaces.d.ts +3 -0
- package/out/service/getInterfaces.d.ts.map +1 -0
- package/out/service/getInterfaces.js +48 -0
- package/out/service/getInterfaces.js.map +1 -0
- package/out/service/getLogging.d.ts +2 -0
- package/out/service/getLogging.d.ts.map +1 -0
- package/out/service/getLogging.js +9 -0
- package/out/service/getLogging.js.map +1 -0
- package/out/service/getLogics.d.ts +6 -0
- package/out/service/getLogics.d.ts.map +1 -0
- package/out/service/getLogics.js +509 -0
- package/out/service/getLogics.js.map +1 -0
- package/out/service/getMemberIdentifier.d.ts +18 -0
- package/out/service/getMemberIdentifier.d.ts.map +1 -0
- package/out/service/getMemberIdentifier.js +489 -0
- package/out/service/getMemberIdentifier.js.map +1 -0
- package/out/service/getProcessComponents.d.ts +3 -0
- package/out/service/getProcessComponents.d.ts.map +1 -0
- package/out/service/getProcessComponents.js +13 -0
- package/out/service/getProcessComponents.js.map +1 -0
- package/out/service/getProcesses.d.ts +34 -0
- package/out/service/getProcesses.d.ts.map +1 -0
- package/out/service/getProcesses.js +644 -0
- package/out/service/getProcesses.js.map +1 -0
- package/out/service/getProcessesV2.d.ts +91 -0
- package/out/service/getProcessesV2.d.ts.map +1 -0
- package/out/service/getProcessesV2.js +687 -0
- package/out/service/getProcessesV2.js.map +1 -0
- package/out/service/getValidates.d.ts +4 -0
- package/out/service/getValidates.d.ts.map +1 -0
- package/out/service/getValidates.js +14 -0
- package/out/service/getValidates.js.map +1 -0
- package/out/service/index.d.ts +19 -0
- package/out/service/index.d.ts.map +1 -0
- package/out/service/index.js +48 -0
- package/out/service/index.js.map +1 -0
- package/out/service/modules.d.ts +9 -0
- package/out/service/modules.d.ts.map +1 -0
- package/out/service/modules.js +88 -0
- package/out/service/modules.js.map +1 -0
- package/out/service/process2LogicNamespace.d.ts +27 -0
- package/out/service/process2LogicNamespace.d.ts.map +1 -0
- package/out/service/process2LogicNamespace.js +109 -0
- package/out/service/process2LogicNamespace.js.map +1 -0
- package/out/service/transform.d.ts +9 -0
- package/out/service/transform.d.ts.map +1 -0
- package/out/service/transform.js +36 -0
- package/out/service/transform.js.map +1 -0
- package/out/store/event.d.ts +14 -0
- package/out/store/event.d.ts.map +1 -0
- package/out/store/event.js +19 -0
- package/out/store/event.js.map +1 -0
- package/out/store/index.d.ts +8 -0
- package/out/store/index.d.ts.map +1 -0
- package/out/store/index.js +25 -0
- package/out/store/index.js.map +1 -0
- package/out/store/lib.d.ts +16 -0
- package/out/store/lib.d.ts.map +1 -0
- package/out/store/lib.js +21 -0
- package/out/store/lib.js.map +1 -0
- package/out/store/store.d.ts +16 -0
- package/out/store/store.d.ts.map +1 -0
- package/out/store/store.js +18 -0
- package/out/store/store.js.map +1 -0
- package/out/utils/bak-translator.d.ts +2 -0
- package/out/utils/bak-translator.d.ts.map +1 -0
- package/out/utils/bak-translator.js +334 -0
- package/out/utils/bak-translator.js.map +1 -0
- package/out/utils/constant.d.ts +4 -0
- package/out/utils/constant.d.ts.map +1 -0
- package/out/utils/constant.js +34 -0
- package/out/utils/constant.js.map +1 -0
- package/out/utils/index.d.ts +6 -0
- package/out/utils/index.d.ts.map +1 -0
- package/out/utils/index.js +22 -0
- package/out/utils/index.js.map +1 -0
- package/out/utils/node.d.ts +14 -0
- package/out/utils/node.d.ts.map +1 -0
- package/out/utils/node.js +85 -0
- package/out/utils/node.js.map +1 -0
- package/out/utils/utils.d.ts +13 -0
- package/out/utils/utils.d.ts.map +1 -0
- package/out/utils/utils.js +77 -0
- package/out/utils/utils.js.map +1 -0
- package/package.json +67 -0
|
@@ -0,0 +1,657 @@
|
|
|
1
|
+
import type { Embedded } from '@lcap/nasl-types';
|
|
2
|
+
import { TranslatorState, TranslatorGenerator } from '@lcap/nasl-translator';
|
|
3
|
+
import type BaseNode from '../common/BaseNode';
|
|
4
|
+
import type ForEachStatement from './ForEachStatement__';
|
|
5
|
+
import type Assignment from './Assignment__';
|
|
6
|
+
import type BatchAssignment from './BatchAssignment__';
|
|
7
|
+
import type MatchCase from './MatchCase__';
|
|
8
|
+
import type BusinessComponent from './BusinessComponent__';
|
|
9
|
+
import type AnonymousFunction from './AnonymousFunction__';
|
|
10
|
+
import type Module from './Module__';
|
|
11
|
+
import type Connector from './Connector__';
|
|
12
|
+
import type View from './View__';
|
|
13
|
+
import type Frontend from './Frontend__';
|
|
14
|
+
import type ProcessElement from './ProcessElement__';
|
|
15
|
+
import type Process from './Process__';
|
|
16
|
+
import type CallFunction from './CallFunction__';
|
|
17
|
+
import type ProcessElementV2 from './ProcessElementV2__';
|
|
18
|
+
import type ProcessV2 from './ProcessV2__';
|
|
19
|
+
import type SubLogic from './SubLogic__';
|
|
20
|
+
import { EventPayload } from '../common/types';
|
|
21
|
+
import * as types from './utils/types';
|
|
22
|
+
import Annotatable from './Annotatable__';
|
|
23
|
+
import type Transactional from './Transactional__';
|
|
24
|
+
import type TypeParam from './TypeParam__';
|
|
25
|
+
import type Param from './Param__';
|
|
26
|
+
import type Return from './Return__';
|
|
27
|
+
import type Variable from './Variable__';
|
|
28
|
+
import type LogicItem from './LogicItem__';
|
|
29
|
+
/**
|
|
30
|
+
* 逻辑
|
|
31
|
+
*/
|
|
32
|
+
export declare class Logic extends Annotatable {
|
|
33
|
+
/** 类名 */
|
|
34
|
+
static readonly ConceptName: string;
|
|
35
|
+
/**
|
|
36
|
+
* 是否为抽象类
|
|
37
|
+
* 抽象类不能产生 concept: string
|
|
38
|
+
*/
|
|
39
|
+
static isAbstract: boolean;
|
|
40
|
+
/** 继承链 */
|
|
41
|
+
static readonly inheritanceChain: string[];
|
|
42
|
+
/**
|
|
43
|
+
* 产品概念
|
|
44
|
+
*/
|
|
45
|
+
readonly concept: 'Logic' | 'AuthLogic' | 'AuthLogicForCallInterface' | 'BusinessLogic' | 'ConnectorLogic';
|
|
46
|
+
/**
|
|
47
|
+
* 逻辑名称
|
|
48
|
+
*/
|
|
49
|
+
name: string;
|
|
50
|
+
/**
|
|
51
|
+
* 逻辑标题
|
|
52
|
+
*/
|
|
53
|
+
title?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 逻辑描述
|
|
56
|
+
*/
|
|
57
|
+
description?: string;
|
|
58
|
+
/**
|
|
59
|
+
* 触发方式
|
|
60
|
+
*/
|
|
61
|
+
triggerType?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 定时任务表达式
|
|
64
|
+
*/
|
|
65
|
+
cron?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 是否可覆写
|
|
68
|
+
*/
|
|
69
|
+
overridable?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* 事务
|
|
72
|
+
*/
|
|
73
|
+
transactional?: Transactional;
|
|
74
|
+
/**
|
|
75
|
+
* 类型参数列表
|
|
76
|
+
*/
|
|
77
|
+
typeParams?: Array<TypeParam>;
|
|
78
|
+
/**
|
|
79
|
+
* 输入参数列表
|
|
80
|
+
*/
|
|
81
|
+
params: Array<Param>;
|
|
82
|
+
/**
|
|
83
|
+
* 输出参数列表
|
|
84
|
+
*/
|
|
85
|
+
returns: Array<Return>;
|
|
86
|
+
/**
|
|
87
|
+
* 变量列表
|
|
88
|
+
*/
|
|
89
|
+
variables: Array<Variable>;
|
|
90
|
+
/**
|
|
91
|
+
* 逻辑项列表
|
|
92
|
+
*/
|
|
93
|
+
body: Array<types.LogicItemNode>;
|
|
94
|
+
/**
|
|
95
|
+
* 逻辑项列表
|
|
96
|
+
*/
|
|
97
|
+
playground: Array<types.LogicItemNode>;
|
|
98
|
+
/**
|
|
99
|
+
* @param source 需要合并的部分参数
|
|
100
|
+
*/
|
|
101
|
+
constructor(source?: Partial<Logic>);
|
|
102
|
+
static from(source: any, parentNode?: any, parentKey?: string): Logic;
|
|
103
|
+
/**
|
|
104
|
+
* 设置逻辑名称
|
|
105
|
+
*/
|
|
106
|
+
setName(name: string): void;
|
|
107
|
+
/**
|
|
108
|
+
* 设置逻辑标题
|
|
109
|
+
*/
|
|
110
|
+
setTitle(title: string): void;
|
|
111
|
+
/**
|
|
112
|
+
* 设置逻辑描述
|
|
113
|
+
*/
|
|
114
|
+
setDescription(description: string): void;
|
|
115
|
+
/**
|
|
116
|
+
* 设置触发方式
|
|
117
|
+
*/
|
|
118
|
+
setTriggerType(triggerType: string): void;
|
|
119
|
+
/**
|
|
120
|
+
* 设置定时任务表达式
|
|
121
|
+
*/
|
|
122
|
+
setCron(cron: string): void;
|
|
123
|
+
/**
|
|
124
|
+
* 设置是否可覆写
|
|
125
|
+
*/
|
|
126
|
+
setOverridable(overridable: boolean): void;
|
|
127
|
+
/**
|
|
128
|
+
* 设置事务
|
|
129
|
+
*/
|
|
130
|
+
setTransactional(transactional: Transactional): void;
|
|
131
|
+
getTypeParamExistingNames(excludedList?: Array<TypeParam>): string[];
|
|
132
|
+
getTypeParamUniqueName(name?: string): string;
|
|
133
|
+
/**
|
|
134
|
+
* 插入类型参数
|
|
135
|
+
* @internal
|
|
136
|
+
* @param name 类型参数名称,如果不填会自动生成一个唯一名称
|
|
137
|
+
*/
|
|
138
|
+
_insertTypeParamAt(name: string, index: number): TypeParam;
|
|
139
|
+
/**
|
|
140
|
+
* 插入类型参数
|
|
141
|
+
* @internal
|
|
142
|
+
* @param typeParamOptions 类型参数参数
|
|
143
|
+
*/
|
|
144
|
+
_insertTypeParamAt(typeParamOptions: Partial<TypeParam>, index: number): TypeParam;
|
|
145
|
+
/**
|
|
146
|
+
* 插入类型参数
|
|
147
|
+
* @internal
|
|
148
|
+
* @param typeParam 已有的类型参数实例
|
|
149
|
+
*/
|
|
150
|
+
_insertTypeParamAt(typeParam: TypeParam, index: number): TypeParam;
|
|
151
|
+
/**
|
|
152
|
+
* 插入类型参数
|
|
153
|
+
* @param name 类型参数名称,如果不填会自动生成一个唯一名称
|
|
154
|
+
*/
|
|
155
|
+
insertTypeParamAt(name: string, index: number): TypeParam;
|
|
156
|
+
/**
|
|
157
|
+
* 插入类型参数
|
|
158
|
+
* @param typeParamOptions 类型参数参数
|
|
159
|
+
*/
|
|
160
|
+
insertTypeParamAt(typeParamOptions: Partial<TypeParam>, index: number): TypeParam;
|
|
161
|
+
/**
|
|
162
|
+
* 插入类型参数
|
|
163
|
+
* @param typeParam 已有的类型参数实例
|
|
164
|
+
*/
|
|
165
|
+
insertTypeParamAt(typeParam: TypeParam, index: number): TypeParam;
|
|
166
|
+
/**
|
|
167
|
+
* 添加类型参数
|
|
168
|
+
* @internal
|
|
169
|
+
* @param name 类型参数名称,如果不填会自动生成一个唯一名称
|
|
170
|
+
*/
|
|
171
|
+
_addTypeParam(name?: string): TypeParam;
|
|
172
|
+
/**
|
|
173
|
+
* 添加类型参数
|
|
174
|
+
* @internal
|
|
175
|
+
* @param typeParamOptions 类型参数参数
|
|
176
|
+
*/
|
|
177
|
+
_addTypeParam(typeParamOptions: Partial<TypeParam>): TypeParam;
|
|
178
|
+
/**
|
|
179
|
+
* 添加类型参数
|
|
180
|
+
* @internal
|
|
181
|
+
* @param typeParam 已有的类型参数实例
|
|
182
|
+
*/
|
|
183
|
+
_addTypeParam(typeParam: TypeParam): TypeParam;
|
|
184
|
+
/**
|
|
185
|
+
* 添加类型参数
|
|
186
|
+
* @internal
|
|
187
|
+
* @param name 类型参数名称,如果不填会自动生成一个唯一名称
|
|
188
|
+
*/
|
|
189
|
+
addTypeParam(name?: string): TypeParam;
|
|
190
|
+
/**
|
|
191
|
+
* 添加类型参数
|
|
192
|
+
* @param typeParamOptions 类型参数参数
|
|
193
|
+
*/
|
|
194
|
+
addTypeParam(typeParamOptions: Partial<TypeParam>): TypeParam;
|
|
195
|
+
/**
|
|
196
|
+
* 添加类型参数
|
|
197
|
+
* @param typeParam 已有的类型参数实例
|
|
198
|
+
*/
|
|
199
|
+
addTypeParam(typeParam: TypeParam): TypeParam;
|
|
200
|
+
getParamUniqueName(name?: string): string;
|
|
201
|
+
/**
|
|
202
|
+
* 插入输入参数
|
|
203
|
+
* @internal
|
|
204
|
+
* @param name 输入参数名称,如果不填会自动生成一个唯一名称
|
|
205
|
+
*/
|
|
206
|
+
_insertParamAt(name: string, index: number): Param;
|
|
207
|
+
/**
|
|
208
|
+
* 插入输入参数
|
|
209
|
+
* @internal
|
|
210
|
+
* @param paramOptions 输入参数参数
|
|
211
|
+
*/
|
|
212
|
+
_insertParamAt(paramOptions: Partial<Param>, index: number): Param;
|
|
213
|
+
/**
|
|
214
|
+
* 插入输入参数
|
|
215
|
+
* @internal
|
|
216
|
+
* @param param 已有的输入参数实例
|
|
217
|
+
*/
|
|
218
|
+
_insertParamAt(param: Param, index: number): Param;
|
|
219
|
+
/**
|
|
220
|
+
* 插入输入参数
|
|
221
|
+
* @param name 输入参数名称,如果不填会自动生成一个唯一名称
|
|
222
|
+
*/
|
|
223
|
+
insertParamAt(name: string, index: number): Param;
|
|
224
|
+
/**
|
|
225
|
+
* 插入输入参数
|
|
226
|
+
* @param paramOptions 输入参数参数
|
|
227
|
+
*/
|
|
228
|
+
insertParamAt(paramOptions: Partial<Param>, index: number): Param;
|
|
229
|
+
/**
|
|
230
|
+
* 插入输入参数
|
|
231
|
+
* @param param 已有的输入参数实例
|
|
232
|
+
*/
|
|
233
|
+
insertParamAt(param: Param, index: number): Param;
|
|
234
|
+
/**
|
|
235
|
+
* 添加输入参数
|
|
236
|
+
* @internal
|
|
237
|
+
* @param name 输入参数名称,如果不填会自动生成一个唯一名称
|
|
238
|
+
*/
|
|
239
|
+
_addParam(name?: string): Param;
|
|
240
|
+
/**
|
|
241
|
+
* 添加输入参数
|
|
242
|
+
* @internal
|
|
243
|
+
* @param paramOptions 输入参数参数
|
|
244
|
+
*/
|
|
245
|
+
_addParam(paramOptions: Partial<Param>): Param;
|
|
246
|
+
/**
|
|
247
|
+
* 添加输入参数
|
|
248
|
+
* @internal
|
|
249
|
+
* @param param 已有的输入参数实例
|
|
250
|
+
*/
|
|
251
|
+
_addParam(param: Param): Param;
|
|
252
|
+
/**
|
|
253
|
+
* 添加输入参数
|
|
254
|
+
* @internal
|
|
255
|
+
* @param name 输入参数名称,如果不填会自动生成一个唯一名称
|
|
256
|
+
*/
|
|
257
|
+
addParam(name?: string): Param;
|
|
258
|
+
/**
|
|
259
|
+
* 添加输入参数
|
|
260
|
+
* @param paramOptions 输入参数参数
|
|
261
|
+
*/
|
|
262
|
+
addParam(paramOptions: Partial<Param>): Param;
|
|
263
|
+
/**
|
|
264
|
+
* 添加输入参数
|
|
265
|
+
* @param param 已有的输入参数实例
|
|
266
|
+
*/
|
|
267
|
+
addParam(param: Param): Param;
|
|
268
|
+
getReturnUniqueName(name?: string): string;
|
|
269
|
+
/**
|
|
270
|
+
* 插入输出参数
|
|
271
|
+
* @internal
|
|
272
|
+
* @param name 输出参数名称,如果不填会自动生成一个唯一名称
|
|
273
|
+
*/
|
|
274
|
+
_insertReturnAt(name: string, index: number): Return;
|
|
275
|
+
/**
|
|
276
|
+
* 插入输出参数
|
|
277
|
+
* @internal
|
|
278
|
+
* @param retOptions 输出参数参数
|
|
279
|
+
*/
|
|
280
|
+
_insertReturnAt(retOptions: Partial<Return>, index: number): Return;
|
|
281
|
+
/**
|
|
282
|
+
* 插入输出参数
|
|
283
|
+
* @internal
|
|
284
|
+
* @param ret 已有的输出参数实例
|
|
285
|
+
*/
|
|
286
|
+
_insertReturnAt(ret: Return, index: number): Return;
|
|
287
|
+
/**
|
|
288
|
+
* 插入输出参数
|
|
289
|
+
* @param name 输出参数名称,如果不填会自动生成一个唯一名称
|
|
290
|
+
*/
|
|
291
|
+
insertReturnAt(name: string, index: number): Return;
|
|
292
|
+
/**
|
|
293
|
+
* 插入输出参数
|
|
294
|
+
* @param retOptions 输出参数参数
|
|
295
|
+
*/
|
|
296
|
+
insertReturnAt(retOptions: Partial<Return>, index: number): Return;
|
|
297
|
+
/**
|
|
298
|
+
* 插入输出参数
|
|
299
|
+
* @param ret 已有的输出参数实例
|
|
300
|
+
*/
|
|
301
|
+
insertReturnAt(ret: Return, index: number): Return;
|
|
302
|
+
/**
|
|
303
|
+
* 添加输出参数
|
|
304
|
+
* @internal
|
|
305
|
+
* @param name 输出参数名称,如果不填会自动生成一个唯一名称
|
|
306
|
+
*/
|
|
307
|
+
_addReturn(name?: string): Return;
|
|
308
|
+
/**
|
|
309
|
+
* 添加输出参数
|
|
310
|
+
* @internal
|
|
311
|
+
* @param retOptions 输出参数参数
|
|
312
|
+
*/
|
|
313
|
+
_addReturn(retOptions: Partial<Return>): Return;
|
|
314
|
+
/**
|
|
315
|
+
* 添加输出参数
|
|
316
|
+
* @internal
|
|
317
|
+
* @param ret 已有的输出参数实例
|
|
318
|
+
*/
|
|
319
|
+
_addReturn(ret: Return): Return;
|
|
320
|
+
/**
|
|
321
|
+
* 添加输出参数
|
|
322
|
+
* @internal
|
|
323
|
+
* @param name 输出参数名称,如果不填会自动生成一个唯一名称
|
|
324
|
+
*/
|
|
325
|
+
addReturn(name?: string): Return;
|
|
326
|
+
/**
|
|
327
|
+
* 添加输出参数
|
|
328
|
+
* @param retOptions 输出参数参数
|
|
329
|
+
*/
|
|
330
|
+
addReturn(retOptions: Partial<Return>): Return;
|
|
331
|
+
/**
|
|
332
|
+
* 添加输出参数
|
|
333
|
+
* @param ret 已有的输出参数实例
|
|
334
|
+
*/
|
|
335
|
+
addReturn(ret: Return): Return;
|
|
336
|
+
getVariableUniqueName(name?: string): string;
|
|
337
|
+
/**
|
|
338
|
+
* 插入变量
|
|
339
|
+
* @internal
|
|
340
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
341
|
+
*/
|
|
342
|
+
_insertVariableAt(name: string, index: number): Variable;
|
|
343
|
+
/**
|
|
344
|
+
* 插入变量
|
|
345
|
+
* @internal
|
|
346
|
+
* @param variableOptions 变量参数
|
|
347
|
+
*/
|
|
348
|
+
_insertVariableAt(variableOptions: Partial<Variable>, index: number): Variable;
|
|
349
|
+
/**
|
|
350
|
+
* 插入变量
|
|
351
|
+
* @internal
|
|
352
|
+
* @param variable 已有的变量实例
|
|
353
|
+
*/
|
|
354
|
+
_insertVariableAt(variable: Variable, index: number): Variable;
|
|
355
|
+
/**
|
|
356
|
+
* 插入变量
|
|
357
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
358
|
+
*/
|
|
359
|
+
insertVariableAt(name: string, index: number): Variable;
|
|
360
|
+
/**
|
|
361
|
+
* 插入变量
|
|
362
|
+
* @param variableOptions 变量参数
|
|
363
|
+
*/
|
|
364
|
+
insertVariableAt(variableOptions: Partial<Variable>, index: number): Variable;
|
|
365
|
+
/**
|
|
366
|
+
* 插入变量
|
|
367
|
+
* @param variable 已有的变量实例
|
|
368
|
+
*/
|
|
369
|
+
insertVariableAt(variable: Variable, index: number): Variable;
|
|
370
|
+
/**
|
|
371
|
+
* 添加变量
|
|
372
|
+
* @internal
|
|
373
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
374
|
+
*/
|
|
375
|
+
_addVariable(name?: string): Variable;
|
|
376
|
+
/**
|
|
377
|
+
* 添加变量
|
|
378
|
+
* @internal
|
|
379
|
+
* @param variableOptions 变量参数
|
|
380
|
+
*/
|
|
381
|
+
_addVariable(variableOptions: Partial<Variable>): Variable;
|
|
382
|
+
/**
|
|
383
|
+
* 添加变量
|
|
384
|
+
* @internal
|
|
385
|
+
* @param variable 已有的变量实例
|
|
386
|
+
*/
|
|
387
|
+
_addVariable(variable: Variable): Variable;
|
|
388
|
+
/**
|
|
389
|
+
* 添加变量
|
|
390
|
+
* @internal
|
|
391
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
392
|
+
*/
|
|
393
|
+
addVariable(name?: string): Variable;
|
|
394
|
+
/**
|
|
395
|
+
* 添加变量
|
|
396
|
+
* @param variableOptions 变量参数
|
|
397
|
+
*/
|
|
398
|
+
addVariable(variableOptions: Partial<Variable>): Variable;
|
|
399
|
+
/**
|
|
400
|
+
* 添加变量
|
|
401
|
+
* @param variable 已有的变量实例
|
|
402
|
+
*/
|
|
403
|
+
addVariable(variable: Variable): Variable;
|
|
404
|
+
/**
|
|
405
|
+
* 插入逻辑项
|
|
406
|
+
* @internal
|
|
407
|
+
* @param logicItemOptions 逻辑项参数
|
|
408
|
+
*/
|
|
409
|
+
_insertItemInBodyAt(logicItemOptions: Partial<types.LogicItemNode>, index: number): types.LogicItemNode;
|
|
410
|
+
/**
|
|
411
|
+
* 插入逻辑项
|
|
412
|
+
* @internal
|
|
413
|
+
* @param logicItem 已有的逻辑项实例
|
|
414
|
+
*/
|
|
415
|
+
_insertItemInBodyAt(logicItem: types.LogicItemNode, index: number): types.LogicItemNode;
|
|
416
|
+
/**
|
|
417
|
+
* 插入逻辑项
|
|
418
|
+
* @param logicItemOptions 逻辑项参数
|
|
419
|
+
*/
|
|
420
|
+
insertItemInBodyAt(logicItemOptions: Partial<types.LogicItemNode>, index: number): types.LogicItemNode;
|
|
421
|
+
/**
|
|
422
|
+
* 插入逻辑项
|
|
423
|
+
* @param logicItem 已有的逻辑项实例
|
|
424
|
+
*/
|
|
425
|
+
insertItemInBodyAt(logicItem: types.LogicItemNode, index: number): types.LogicItemNode;
|
|
426
|
+
/**
|
|
427
|
+
* 添加逻辑项
|
|
428
|
+
* @internal
|
|
429
|
+
* @param logicItemOptions 逻辑项参数
|
|
430
|
+
*/
|
|
431
|
+
_addItemInBody(logicItemOptions: Partial<types.LogicItemNode>): types.LogicItemNode;
|
|
432
|
+
/**
|
|
433
|
+
* 添加逻辑项
|
|
434
|
+
* @internal
|
|
435
|
+
* @param logicItem 已有的逻辑项实例
|
|
436
|
+
*/
|
|
437
|
+
_addItemInBody(logicItem: types.LogicItemNode): types.LogicItemNode;
|
|
438
|
+
/**
|
|
439
|
+
* 添加逻辑项
|
|
440
|
+
* @param logicItemOptions 逻辑项参数
|
|
441
|
+
*/
|
|
442
|
+
addItemInBody(logicItemOptions: Partial<types.LogicItemNode>): types.LogicItemNode;
|
|
443
|
+
/**
|
|
444
|
+
* 添加逻辑项
|
|
445
|
+
* @param logicItem 已有的逻辑项实例
|
|
446
|
+
*/
|
|
447
|
+
addItemInBody(logicItem: types.LogicItemNode): types.LogicItemNode;
|
|
448
|
+
/**
|
|
449
|
+
* 插入逻辑项
|
|
450
|
+
* @internal
|
|
451
|
+
* @param logicItemOptions 逻辑项参数
|
|
452
|
+
*/
|
|
453
|
+
_insertItemInPlaygroundAt(logicItemOptions: Partial<types.LogicItemNode>, index: number): types.LogicItemNode;
|
|
454
|
+
/**
|
|
455
|
+
* 插入逻辑项
|
|
456
|
+
* @internal
|
|
457
|
+
* @param logicItem 已有的逻辑项实例
|
|
458
|
+
*/
|
|
459
|
+
_insertItemInPlaygroundAt(logicItem: types.LogicItemNode, index: number): types.LogicItemNode;
|
|
460
|
+
/**
|
|
461
|
+
* 插入逻辑项
|
|
462
|
+
* @param logicItemOptions 逻辑项参数
|
|
463
|
+
*/
|
|
464
|
+
insertItemInPlaygroundAt(logicItemOptions: Partial<types.LogicItemNode>, index: number): types.LogicItemNode;
|
|
465
|
+
/**
|
|
466
|
+
* 插入逻辑项
|
|
467
|
+
* @param logicItem 已有的逻辑项实例
|
|
468
|
+
*/
|
|
469
|
+
insertItemInPlaygroundAt(logicItem: types.LogicItemNode, index: number): types.LogicItemNode;
|
|
470
|
+
/**
|
|
471
|
+
* 添加逻辑项
|
|
472
|
+
* @internal
|
|
473
|
+
* @param logicItemOptions 逻辑项参数
|
|
474
|
+
*/
|
|
475
|
+
_addItemInPlayground(logicItemOptions: Partial<types.LogicItemNode>): types.LogicItemNode;
|
|
476
|
+
/**
|
|
477
|
+
* 添加逻辑项
|
|
478
|
+
* @internal
|
|
479
|
+
* @param logicItem 已有的逻辑项实例
|
|
480
|
+
*/
|
|
481
|
+
_addItemInPlayground(logicItem: types.LogicItemNode): types.LogicItemNode;
|
|
482
|
+
/**
|
|
483
|
+
* 添加逻辑项
|
|
484
|
+
* @param logicItemOptions 逻辑项参数
|
|
485
|
+
*/
|
|
486
|
+
addItemInPlayground(logicItemOptions: Partial<types.LogicItemNode>): types.LogicItemNode;
|
|
487
|
+
/**
|
|
488
|
+
* 添加逻辑项
|
|
489
|
+
* @param logicItem 已有的逻辑项实例
|
|
490
|
+
*/
|
|
491
|
+
addItemInPlayground(logicItem: types.LogicItemNode): types.LogicItemNode;
|
|
492
|
+
/**
|
|
493
|
+
* 删除类型参数
|
|
494
|
+
* @param name 类型参数名称
|
|
495
|
+
*/
|
|
496
|
+
removeTypeParam(name: string): void;
|
|
497
|
+
/**
|
|
498
|
+
* 删除类型参数
|
|
499
|
+
* @param typeParam 已有的类型参数实例
|
|
500
|
+
*/
|
|
501
|
+
removeTypeParam(typeParam: TypeParam): void;
|
|
502
|
+
/**
|
|
503
|
+
* 删除输入参数
|
|
504
|
+
* @param name 输入参数名称
|
|
505
|
+
*/
|
|
506
|
+
removeParam(name: string): void;
|
|
507
|
+
/**
|
|
508
|
+
* 删除输入参数
|
|
509
|
+
* @param param 已有的输入参数实例
|
|
510
|
+
*/
|
|
511
|
+
removeParam(param: Param): void;
|
|
512
|
+
/**
|
|
513
|
+
* 删除输出参数
|
|
514
|
+
* @param name 输出参数名称
|
|
515
|
+
*/
|
|
516
|
+
removeReturn(name: string): void;
|
|
517
|
+
/**
|
|
518
|
+
* 删除输出参数
|
|
519
|
+
* @param ret 已有的输出参数实例
|
|
520
|
+
*/
|
|
521
|
+
removeReturn(ret: Return): void;
|
|
522
|
+
/**
|
|
523
|
+
* 删除变量
|
|
524
|
+
* @param name 变量名称
|
|
525
|
+
*/
|
|
526
|
+
removeVariable(name: string): void;
|
|
527
|
+
/**
|
|
528
|
+
* 删除变量
|
|
529
|
+
* @param variable 已有的变量实例
|
|
530
|
+
*/
|
|
531
|
+
removeVariable(variable: Variable): void;
|
|
532
|
+
/**
|
|
533
|
+
* 删除逻辑项
|
|
534
|
+
* @param logicItem 已有的逻辑项实例
|
|
535
|
+
*/
|
|
536
|
+
removeItemInBody(logicItem: types.LogicItemNode): void;
|
|
537
|
+
/**
|
|
538
|
+
* 删除逻辑项
|
|
539
|
+
* @param logicItem 已有的逻辑项实例
|
|
540
|
+
*/
|
|
541
|
+
removeItemInPlayground(logicItem: types.LogicItemNode): void;
|
|
542
|
+
/**
|
|
543
|
+
* 祖先 Module
|
|
544
|
+
*/
|
|
545
|
+
get module(): Module;
|
|
546
|
+
/**
|
|
547
|
+
* 祖先 Connector
|
|
548
|
+
*/
|
|
549
|
+
get connector(): Connector;
|
|
550
|
+
/**
|
|
551
|
+
* 祖先 View
|
|
552
|
+
*/
|
|
553
|
+
get view(): View;
|
|
554
|
+
/**
|
|
555
|
+
* 祖先 Frontend
|
|
556
|
+
*/
|
|
557
|
+
get frontend(): Frontend;
|
|
558
|
+
/**
|
|
559
|
+
* 祖先 ProcessElement
|
|
560
|
+
*/
|
|
561
|
+
get processElement(): ProcessElement;
|
|
562
|
+
/**
|
|
563
|
+
* 祖先 Process
|
|
564
|
+
*/
|
|
565
|
+
get process(): Process;
|
|
566
|
+
get processElementV2(): ProcessElementV2;
|
|
567
|
+
/**
|
|
568
|
+
* 祖先 ProcessV2
|
|
569
|
+
*/
|
|
570
|
+
get processV2(): ProcessV2;
|
|
571
|
+
get __isVirtual(): boolean | Boolean;
|
|
572
|
+
get calleewholeKey(): string;
|
|
573
|
+
setCronAndTriggerType(cron: string, triggerType: string): void;
|
|
574
|
+
/**
|
|
575
|
+
* 创建的时候 打开事务 通过开关设置数据库事务
|
|
576
|
+
*/
|
|
577
|
+
openTransactional(flag: boolean): void;
|
|
578
|
+
findLogicItemByConcept(concept: string): LogicItem;
|
|
579
|
+
onChange($event?: EventPayload): void;
|
|
580
|
+
getVarExistingNames(excludedList?: Array<Param | Return | Variable>): any[];
|
|
581
|
+
toJSContent(code: string, state?: TranslatorState): string;
|
|
582
|
+
toJS(state?: TranslatorState, type?: string): string;
|
|
583
|
+
toProcessService(): {
|
|
584
|
+
config: {
|
|
585
|
+
serviceType: string;
|
|
586
|
+
};
|
|
587
|
+
url: {
|
|
588
|
+
method: string;
|
|
589
|
+
path: string;
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
toMockService(): any;
|
|
593
|
+
toService(): {
|
|
594
|
+
config: {
|
|
595
|
+
serviceType: string;
|
|
596
|
+
};
|
|
597
|
+
url: {
|
|
598
|
+
method: string;
|
|
599
|
+
path: string;
|
|
600
|
+
};
|
|
601
|
+
};
|
|
602
|
+
toEmbeddedTSInProcess(state?: import("@lcap/nasl-types/out/translator").TranslatorState<import("@lcap/nasl-types/out/concept").BaseNode>, prependCode?: string, noName?: boolean, prefix?: boolean): TranslatorGenerator;
|
|
603
|
+
toEmbeddedTSNoExport(state?: TranslatorState): string;
|
|
604
|
+
get tsName(): string;
|
|
605
|
+
toEmbeddedDeclarationTS(state?: import("@lcap/nasl-types/out/translator").TranslatorState<import("@lcap/nasl-types/out/concept").BaseNode>, prefix?: string): TranslatorGenerator;
|
|
606
|
+
toEmbeddedTS(state?: import("@lcap/nasl-types/out/translator").TranslatorState<import("@lcap/nasl-types/out/concept").BaseNode>, prefix?: string, hideDefaultValue?: boolean): TranslatorGenerator;
|
|
607
|
+
toNaturalTS(state?: import("@lcap/nasl-types/out/translator").TranslatorState<import("@lcap/nasl-types/out/concept").BaseNode>): string;
|
|
608
|
+
toTextualNASL(state?: import("@lcap/nasl-types/out/translator").TranslatorState<import("@lcap/nasl-types/out/concept").BaseNode>, prefix?: string, logicName?: string, currentNode?: BaseNode): string;
|
|
609
|
+
getRightCode(code: string, assignment: Assignment | BatchAssignment | CallFunction, rightNode: any): Generator<any, string, any>;
|
|
610
|
+
handleReplaceCode(code: string, variable: string, replaceCode: string): string;
|
|
611
|
+
handleForEachCode(code: string, forEachStatement: ForEachStatement): Generator<any, string, any>;
|
|
612
|
+
handleCollectionCode(code: string, anonymousFunction: AnonymousFunction, callFunction: CallFunction): Generator<any, string, any>;
|
|
613
|
+
handleMatchCaseCode(code: string, matchCase: MatchCase): Generator<any, string, any>;
|
|
614
|
+
getNamespace(): string;
|
|
615
|
+
getTsNamespace(): string;
|
|
616
|
+
/**
|
|
617
|
+
* 生成宿主语言的文件路径
|
|
618
|
+
* @param name 一般不用传,用于 rename
|
|
619
|
+
*/
|
|
620
|
+
getEmbeddedFilePath(name?: string): string;
|
|
621
|
+
toEmbeddedTSFile(): Embedded.TSFileGenerator<Logic>;
|
|
622
|
+
toEmbeddedDeclarationTSFile(): Embedded.DeclarationTSFileResult;
|
|
623
|
+
static getDefaultOptions(): Partial<{
|
|
624
|
+
body: Array<any>;
|
|
625
|
+
params: Array<any>;
|
|
626
|
+
returns: Array<any>;
|
|
627
|
+
}>;
|
|
628
|
+
saveStructureOfCallQueryComponents(root?: BaseNode | Logic): Promise<void>;
|
|
629
|
+
setTransactionEnabled(flag: boolean): void;
|
|
630
|
+
fake: boolean;
|
|
631
|
+
getPath: () => string;
|
|
632
|
+
delete(): void;
|
|
633
|
+
haveError: boolean;
|
|
634
|
+
isSmpty: boolean;
|
|
635
|
+
get exportInterface(): types.AbstractInterfaceNode;
|
|
636
|
+
get pathName(): string;
|
|
637
|
+
getEventLogicName(type?: string): string;
|
|
638
|
+
virtualParams: Array<Param>;
|
|
639
|
+
get getLogicBelongTo(): string;
|
|
640
|
+
static checkLogicReturnTypeHasError(logic: Logic): boolean;
|
|
641
|
+
get integration(): types.SyntaxNode;
|
|
642
|
+
get likeComponent(): View | BusinessComponent;
|
|
643
|
+
subLogics: Array<SubLogic>;
|
|
644
|
+
getSubLogics(): void;
|
|
645
|
+
existingSubLogic: Set<string>;
|
|
646
|
+
collectExistSubLogic(): SubLogic[];
|
|
647
|
+
getSubLogicExistingNames(excludedList?: Array<SubLogic>): string[];
|
|
648
|
+
getSubLogicUniqueName(name?: string, excludedNames?: Array<string>): string;
|
|
649
|
+
/**
|
|
650
|
+
* 完成的泛型参数
|
|
651
|
+
* 先指支持依赖库的泛型参数
|
|
652
|
+
* 所以别的都输出 空数组,让别的走旧逻辑
|
|
653
|
+
*/
|
|
654
|
+
get completeTypeParams(): TypeParam[];
|
|
655
|
+
}
|
|
656
|
+
export default Logic;
|
|
657
|
+
//# sourceMappingURL=Logic__.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logic__.d.ts","sourceRoot":"","sources":["../../src/concepts/Logic__.ts"],"names":[],"mappings":"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"}
|