@lcap/nasl 3.3.3-beta.2 → 3.3.3-beta.4
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/automate/template/myProcess.d.ts +1 -1
- package/out/automate/template/myProcess.js +3 -2
- package/out/automate/template/myProcess.js.map +1 -1
- package/out/common/BaseNode.d.ts +26 -16
- package/out/common/BaseNode.js +35 -11
- package/out/common/BaseNode.js.map +1 -1
- package/out/concepts/Anchor__.js +2 -1
- package/out/concepts/Anchor__.js.map +1 -1
- package/out/concepts/AnonymousFunction__.js +6 -3
- package/out/concepts/AnonymousFunction__.js.map +1 -1
- package/out/concepts/Argument__.js +4 -3
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/Assignment__.js +3 -2
- package/out/concepts/Assignment__.js.map +1 -1
- package/out/concepts/Attribute__.js +2 -1
- package/out/concepts/Attribute__.js.map +1 -1
- package/out/concepts/AuthLogicForCallInterface__.js +3 -2
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/BackendVariable__.js +4 -3
- package/out/concepts/BackendVariable__.js.map +1 -1
- package/out/concepts/BatchAssignment__.js +7 -5
- package/out/concepts/BatchAssignment__.js.map +1 -1
- package/out/concepts/BinaryExpression__.js +7 -7
- package/out/concepts/BinaryExpression__.js.map +1 -1
- package/out/concepts/BindAttribute__.js +9 -14
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/BindDirective__.js +2 -1
- package/out/concepts/BindDirective__.js.map +1 -1
- package/out/concepts/BindEvent__.js +5 -3
- package/out/concepts/BindEvent__.js.map +1 -1
- package/out/concepts/BindStyle__.js +2 -1
- package/out/concepts/BindStyle__.js.map +1 -1
- package/out/concepts/CallAuthInterface__.js +5 -2
- package/out/concepts/CallAuthInterface__.js.map +1 -1
- package/out/concepts/CallFunction__.js +6 -2
- package/out/concepts/CallFunction__.js.map +1 -1
- package/out/concepts/CallInterface__.js +14 -9
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.js +10 -5
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.js +8 -15
- package/out/concepts/CallQueryComponent__.js.map +1 -1
- package/out/concepts/CompletionProperty__.js +2 -1
- package/out/concepts/CompletionProperty__.js.map +1 -1
- package/out/concepts/ConfigGroup__.js +3 -2
- package/out/concepts/ConfigGroup__.js.map +1 -1
- package/out/concepts/ConfigProperty__.js +3 -2
- package/out/concepts/ConfigProperty__.js.map +1 -1
- package/out/concepts/Configuration__.js +3 -2
- package/out/concepts/Configuration__.js.map +1 -1
- package/out/concepts/Connection__.js +3 -2
- package/out/concepts/Connection__.js.map +1 -1
- package/out/concepts/Connector__.js +15 -10
- package/out/concepts/Connector__.js.map +1 -1
- package/out/concepts/Constant__.js +2 -1
- package/out/concepts/Constant__.js.map +1 -1
- package/out/concepts/DataSource__.js +3 -2
- package/out/concepts/DataSource__.js.map +1 -1
- package/out/concepts/Destination__.js +2 -1
- package/out/concepts/Destination__.js.map +1 -1
- package/out/concepts/EntityProperty__.js +6 -3
- package/out/concepts/EntityProperty__.js.map +1 -1
- package/out/concepts/Entity__.js +6 -4
- package/out/concepts/Entity__.js.map +1 -1
- package/out/concepts/Enum__.js +2 -1
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/Event__.js +3 -2
- package/out/concepts/Event__.js.map +1 -1
- package/out/concepts/ExternalDestination__.js +2 -1
- package/out/concepts/ExternalDestination__.js.map +1 -1
- package/out/concepts/ForEachStatement__.js +4 -2
- package/out/concepts/ForEachStatement__.js.map +1 -1
- package/out/concepts/Frontend__.js +14 -9
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/Function__.js +11 -6
- package/out/concepts/Function__.js.map +1 -1
- package/out/concepts/Identifier__.js +3 -0
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/IfStatement__.js +2 -1
- package/out/concepts/IfStatement__.js.map +1 -1
- package/out/concepts/InterfaceParam__.js +2 -1
- package/out/concepts/InterfaceParam__.js.map +1 -1
- package/out/concepts/Interface__.js +6 -3
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/JSBlock__.js +5 -5
- package/out/concepts/JSBlock__.js.map +1 -1
- package/out/concepts/Logic__.js +25 -19
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MatchCase__.js +6 -4
- package/out/concepts/MatchCase__.js.map +1 -1
- package/out/concepts/Match__.js +2 -1
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/MemberExpression__.js +2 -1
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/MetadataType__.d.ts +1 -1
- package/out/concepts/MetadataType__.js +8 -6
- package/out/concepts/MetadataType__.js.map +1 -1
- package/out/concepts/MsgTriggerEvent__.js +3 -2
- package/out/concepts/MsgTriggerEvent__.js.map +1 -1
- package/out/concepts/MsgTriggerLauncher__.js +3 -2
- package/out/concepts/MsgTriggerLauncher__.js.map +1 -1
- package/out/concepts/Namespace__.js +33 -22
- package/out/concepts/Namespace__.js.map +1 -1
- package/out/concepts/NewComposite__.js +38 -18
- package/out/concepts/NewComposite__.js.map +1 -1
- package/out/concepts/NewList__.js +5 -3
- package/out/concepts/NewList__.js.map +1 -1
- package/out/concepts/NewMap__.js +5 -3
- package/out/concepts/NewMap__.js.map +1 -1
- package/out/concepts/NumericLiteral__.js +2 -1
- package/out/concepts/NumericLiteral__.js.map +1 -1
- package/out/concepts/OqlQueryComponent__.js +4 -3
- package/out/concepts/OqlQueryComponent__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.js +13 -7
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/Param__.js +4 -3
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/ProcessComponent__.js +6 -4
- package/out/concepts/ProcessComponent__.js.map +1 -1
- package/out/concepts/ProcessElement__.js +22 -14
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ProcessOutcome__.d.ts +1 -2
- package/out/concepts/ProcessOutcome__.js +16 -1
- package/out/concepts/ProcessOutcome__.js.map +1 -1
- package/out/concepts/ProcessOutcomes__.d.ts +1 -2
- package/out/concepts/ProcessOutcomes__.js +16 -1
- package/out/concepts/ProcessOutcomes__.js.map +1 -1
- package/out/concepts/Process__.js +15 -10
- package/out/concepts/Process__.js.map +1 -1
- package/out/concepts/QueryAggregateExpression__.js +2 -1
- package/out/concepts/QueryAggregateExpression__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.js +2 -1
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryGroupByExpression__.js +2 -1
- package/out/concepts/QueryGroupByExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.js +3 -2
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/QueryLimitExpression__.js +2 -1
- package/out/concepts/QueryLimitExpression__.js.map +1 -1
- package/out/concepts/QueryOrderByExpression__.js +2 -1
- package/out/concepts/QueryOrderByExpression__.js.map +1 -1
- package/out/concepts/QuerySelectExpression__.js +3 -2
- package/out/concepts/QuerySelectExpression__.js.map +1 -1
- package/out/concepts/Return__.js +4 -3
- package/out/concepts/Return__.js.map +1 -1
- package/out/concepts/SelectMembers__.js +3 -2
- package/out/concepts/SelectMembers__.js.map +1 -1
- package/out/concepts/Slot__.js +2 -1
- package/out/concepts/Slot__.js.map +1 -1
- package/out/concepts/SqlQueryComponent__.js +2 -1
- package/out/concepts/SqlQueryComponent__.js.map +1 -1
- package/out/concepts/StringInterpolation__.js +5 -2
- package/out/concepts/StringInterpolation__.js.map +1 -1
- package/out/concepts/StructureProperty__.js +2 -1
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.js +6 -4
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/SwitchCase__.js +2 -1
- package/out/concepts/SwitchCase__.js.map +1 -1
- package/out/concepts/SwitchStatement__.js +2 -1
- package/out/concepts/SwitchStatement__.js.map +1 -1
- package/out/concepts/TriggerEvent__.js +3 -2
- package/out/concepts/TriggerEvent__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.js +9 -4
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/UnaryExpression__.js +2 -1
- package/out/concepts/UnaryExpression__.js.map +1 -1
- package/out/concepts/ValidationRule__.js +2 -1
- package/out/concepts/ValidationRule__.js.map +1 -1
- package/out/concepts/Variable__.js +4 -3
- package/out/concepts/Variable__.js.map +1 -1
- package/out/concepts/ViewElement__.js +26 -5
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.js +9 -4
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/WhileStatement__.js +2 -1
- package/out/concepts/WhileStatement__.js.map +1 -1
- package/out/concepts/types__.d.ts +2 -3
- package/out/decorators/index.d.ts +3 -3
- package/out/generator/genBundleFiles.js +4 -4
- package/out/generator/genMetaData.js +4 -4
- package/out/generator/genMetaData.js.map +1 -1
- package/out/generator/genReleaseBody.js +7 -5
- package/out/generator/genReleaseBody.js.map +1 -1
- package/out/generator/icestark.d.ts +1 -1
- package/out/generator/icestark.js +4 -2
- package/out/generator/icestark.js.map +1 -1
- package/out/generator/qiankun.d.ts +1 -1
- package/out/generator/qiankun.js +3 -1
- package/out/generator/qiankun.js.map +1 -1
- package/out/server/formatTsUtils.d.ts +3 -3
- package/out/server/getMemberIdentifier.d.ts +4 -4
- package/out/server/getMemberIdentifier.js +2 -2
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/naslServer.js +2 -2
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.js +11 -0
- package/out/server/translator.js.map +1 -1
- package/out/service/storage/jsoner.js +20 -1
- package/out/service/storage/jsoner.js.map +1 -1
- package/out/translator/utils.d.ts +1 -0
- package/out/translator/utils.js +16 -2
- package/out/translator/utils.js.map +1 -1
- package/package.json +1 -1
- package/sandbox/stdlib/nasl.oql.ts +6 -1
- package/sandbox/stdlib/nasl.util.ts +142 -142
- package/src/automate/template/myProcess.js +3 -2
- package/src/common/BaseNode.ts +64 -33
- package/src/concepts/Anchor__.ts +2 -1
- package/src/concepts/AnonymousFunction__.ts +6 -3
- package/src/concepts/Argument__.ts +7 -6
- package/src/concepts/Assignment__.ts +17 -17
- package/src/concepts/Attribute__.ts +2 -1
- package/src/concepts/AuthLogicForCallInterface__.ts +3 -2
- package/src/concepts/BackendVariable__.ts +7 -6
- package/src/concepts/BatchAssignment__.ts +7 -5
- package/src/concepts/BinaryExpression__.ts +10 -12
- package/src/concepts/BindAttribute__.ts +18 -15
- package/src/concepts/BindDirective__.ts +15 -14
- package/src/concepts/BindEvent__.ts +5 -3
- package/src/concepts/BindStyle__.ts +2 -1
- package/src/concepts/CallAuthInterface__.ts +5 -2
- package/src/concepts/CallFunction__.ts +17 -5
- package/src/concepts/CallInterface__.ts +18 -13
- package/src/concepts/CallLogic__.ts +22 -9
- package/src/concepts/CallQueryComponent__.ts +8 -14
- package/src/concepts/CompletionProperty__.ts +2 -1
- package/src/concepts/ConfigGroup__.ts +3 -2
- package/src/concepts/ConfigProperty__.ts +3 -2
- package/src/concepts/Configuration__.ts +3 -2
- package/src/concepts/Connection__.ts +3 -2
- package/src/concepts/Connector__.ts +15 -10
- package/src/concepts/Constant__.ts +2 -1
- package/src/concepts/DataSource__.ts +3 -2
- package/src/concepts/Destination__.ts +2 -1
- package/src/concepts/EntityProperty__.ts +7 -3
- package/src/concepts/Entity__.ts +6 -4
- package/src/concepts/Enum__.ts +2 -1
- package/src/concepts/Event__.ts +3 -2
- package/src/concepts/ExternalDestination__.ts +2 -1
- package/src/concepts/ForEachStatement__.ts +4 -2
- package/src/concepts/Frontend__.ts +14 -9
- package/src/concepts/Function__.ts +11 -6
- package/src/concepts/Identifier__.ts +7 -4
- package/src/concepts/IfStatement__.ts +2 -1
- package/src/concepts/InterfaceParam__.ts +2 -1
- package/src/concepts/Interface__.ts +6 -3
- package/src/concepts/JSBlock__.ts +24 -25
- package/src/concepts/Logic__.ts +26 -20
- package/src/concepts/MatchCase__.ts +6 -4
- package/src/concepts/Match__.ts +2 -1
- package/src/concepts/MemberExpression__.ts +2 -1
- package/src/concepts/MetadataType__.ts +18 -17
- package/src/concepts/MsgTriggerEvent__.ts +3 -2
- package/src/concepts/MsgTriggerLauncher__.ts +3 -2
- package/src/concepts/Namespace__.ts +33 -22
- package/src/concepts/NewComposite__.ts +37 -18
- package/src/concepts/NewList__.ts +13 -11
- package/src/concepts/NewMap__.ts +11 -9
- package/src/concepts/NumericLiteral__.ts +2 -1
- package/src/concepts/OqlQueryComponent__.ts +9 -8
- package/src/concepts/OverriddenLogic__.ts +13 -7
- package/src/concepts/Param__.ts +15 -14
- package/src/concepts/ProcessComponent__.ts +6 -4
- package/src/concepts/ProcessElement__.ts +22 -14
- package/src/concepts/ProcessOutcome__.ts +17 -2
- package/src/concepts/ProcessOutcomes__.ts +17 -2
- package/src/concepts/Process__.ts +15 -10
- package/src/concepts/QueryAggregateExpression__.ts +2 -1
- package/src/concepts/QueryFromExpression__.ts +2 -1
- package/src/concepts/QueryGroupByExpression__.ts +2 -1
- package/src/concepts/QueryJoinExpression__.ts +3 -2
- package/src/concepts/QueryLimitExpression__.ts +2 -1
- package/src/concepts/QueryOrderByExpression__.ts +2 -1
- package/src/concepts/QuerySelectExpression__.ts +3 -2
- package/src/concepts/Return__.ts +7 -6
- package/src/concepts/SelectMembers__.ts +3 -2
- package/src/concepts/Slot__.ts +2 -1
- package/src/concepts/SqlQueryComponent__.ts +2 -1
- package/src/concepts/StringInterpolation__.ts +13 -3
- package/src/concepts/StructureProperty__.ts +2 -1
- package/src/concepts/Structure__.ts +6 -4
- package/src/concepts/SwitchCase__.ts +2 -1
- package/src/concepts/SwitchStatement__.ts +2 -1
- package/src/concepts/TriggerEvent__.ts +3 -2
- package/src/concepts/TypeAnnotation__.ts +35 -28
- package/src/concepts/UnaryExpression__.ts +2 -1
- package/src/concepts/ValidationRule__.ts +2 -1
- package/src/concepts/Variable__.ts +7 -6
- package/src/concepts/ViewElement__.ts +27 -8
- package/src/concepts/View__.ts +12 -7
- package/src/concepts/WhileStatement__.ts +2 -1
- package/src/concepts/types__.ts +2 -4
- package/src/decorators/index.ts +4 -4
- package/src/generator/genBundleFiles.ts +4 -4
- package/src/generator/genMetaData.ts +4 -4
- package/src/generator/genReleaseBody.ts +8 -4
- package/src/generator/icestark.ts +4 -2
- package/src/generator/qiankun.ts +3 -1
- package/src/server/formatTsUtils.ts +8 -8
- package/src/server/getMemberIdentifier.ts +6 -6
- package/src/server/naslServer.ts +4 -4
- package/src/server/translator.ts +10 -1
- package/src/service/storage/init.ts +2 -2
- package/src/service/storage/jsoner.ts +24 -3
- package/src/translator/utils.ts +15 -1
|
@@ -5,6 +5,6 @@ export namespace processComponent {
|
|
|
5
5
|
export function importModule(key: any, m: any): void;
|
|
6
6
|
export function importModule(key: any, m: any): void;
|
|
7
7
|
}
|
|
8
|
-
declare function execTemplate(app: any, frontend: any, view: any,
|
|
8
|
+
declare function execTemplate(app: any, frontend: any, view: any, insetProcess: any): any;
|
|
9
9
|
declare function exportRoles(): any[];
|
|
10
10
|
export {};
|
|
@@ -6,7 +6,7 @@ exports.processComponent = (function () {
|
|
|
6
6
|
const exportRoles = function () {
|
|
7
7
|
return [];
|
|
8
8
|
};
|
|
9
|
-
const execTemplate = function (app, frontend, view,
|
|
9
|
+
const execTemplate = function (app, frontend, view, insetProcess) {
|
|
10
10
|
const _templateObjects = [];
|
|
11
11
|
const { _set, _push, _create, _addModule, _rename, _startNames, } = injectModule.operators;
|
|
12
12
|
const _uniqueName = new injectModule.uniqueName();
|
|
@@ -11477,7 +11477,8 @@ exports.processComponent = (function () {
|
|
|
11477
11477
|
_push(view, 'logics', t_Logic_getTaskDefListByProcessDef_1123);
|
|
11478
11478
|
_push(view, 'logics', t_Logic_getUsersList_1169);
|
|
11479
11479
|
_push(view, 'logics', t_Logic_reloadProcess_1199);
|
|
11480
|
-
_push(viewElement, 'children', t_ViewElement_tabs1_4);
|
|
11480
|
+
// _push(viewElement, 'children', t_ViewElement_tabs1_4);
|
|
11481
|
+
insetProcess(t_ViewElement_tabs1_4);
|
|
11481
11482
|
view.collectExistingViewElementName();
|
|
11482
11483
|
/*---- add module ----*/
|
|
11483
11484
|
_addModule(app, frontend, 'nuims', 'interfaceDependencies', { concept: 'Module', name: 'nuims', type: 'interface', version: null, title: null, description: null, externalDependencyMap: null, dataSources: [], structures: [{ concept: 'Structure', name: 'LcpUserInfo', description: null, compilerInfoMap: null, typeParams: [], properties: [{ concept: 'StructureProperty', name: 'Status', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UserInfoExtend', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'UserInfoExtendInfo', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UserName', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Email', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UserId', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Phone', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'CreateDateTime', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UpdateDateTime', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'LoginCount', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'Long', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'LastLoginDateTime', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Source', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }] }, { concept: 'Structure', name: 'ApiReturnOfLcpGetUserList', description: null, compilerInfoMap: null, typeParams: [], properties: [{ concept: 'StructureProperty', name: 'RequestId', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Message', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Data', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'generic', typeNamespace: 'nasl.collection', typeName: 'List', typeArguments: [{ concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'LcpUserInfo', typeArguments: null, properties: null }], properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Limit', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Count', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Code', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Offset', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }] }, { concept: 'Structure', name: 'UserInfo', description: null, compilerInfoMap: null, typeParams: [], properties: [{ concept: 'StructureProperty', name: 'Status', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'LastLoginTime', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'Long', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UserInfoExtend', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'UserInfoExtendInfo', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UserName', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Email', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UserId', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Phone', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'CreateTime', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'Long', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UpdateTime', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'Long', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'LoginCount', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'Long', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Source', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }] }, { concept: 'Structure', name: 'LcpGetUserListBody', description: null, compilerInfoMap: null, typeParams: [], properties: [{ concept: 'StructureProperty', name: 'Filter', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'UserFilter', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }] }, { concept: 'Structure', name: 'UserFilter', description: null, compilerInfoMap: null, typeParams: [], properties: [{ concept: 'StructureProperty', name: 'Company', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'UserName', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Email', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'JobLevel', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Phone', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'JobNum', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'RealName', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'JobYear', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Source', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }] }, { concept: 'Structure', name: 'ApiReturnOfLcpGetUser', description: null, compilerInfoMap: null, typeParams: [], properties: [{ concept: 'StructureProperty', name: 'RequestId', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Message', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Data', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'LcpUserInfo', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'Code', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }] }, { concept: 'Structure', name: 'UserInfoExtendInfo', description: null, compilerInfoMap: null, typeParams: [], properties: [{ concept: 'StructureProperty', name: 'Company', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'JobLevel', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'JobNum', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'RealName', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }, { concept: 'StructureProperty', name: 'JobYear', label: null, description: null, typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, required: false, defaultValue: null, isLeaf: true }] }], enums: [], logics: [], interfaces: [{ concept: 'Interface', name: 'LcpGetUser', originLogicName: null, path: '/gateway/nuims/api/v1/nuims/LcpGetUser', method: 'GET', description: '', params: [{ concept: 'InterfaceParam', name: 'UserName', description: '', typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, in: 'query', required: false, defaultValue: null }, { concept: 'InterfaceParam', name: 'UserId', description: '', typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'String', typeArguments: null, properties: null }, in: 'query', required: false, defaultValue: null }], returns: [{ concept: 'Return', name: 'result', description: '', typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'ApiReturnOfLcpGetUser', typeArguments: null, properties: null }, defaultValue: null }] }, { concept: 'Interface', name: 'LcpGetUserList', originLogicName: null, path: '/gw/nuims/api/v1/nuims/GetUserList', method: 'POST', description: '', params: [{ concept: 'InterfaceParam', name: 'Offset', description: '', typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'Long', typeArguments: null, properties: null }, in: 'query', required: false, defaultValue: null }, { concept: 'InterfaceParam', name: 'Limit', description: '', typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'primitive', typeNamespace: 'nasl.core', typeName: 'Long', typeArguments: null, properties: null }, in: 'query', required: false, defaultValue: null }, { concept: 'InterfaceParam', name: 'Body', description: '', typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'LcpGetUserListBody', typeArguments: null, properties: null }, in: 'body', required: false, defaultValue: null }], returns: [{ concept: 'Return', name: 'result', description: '', typeAnnotation: { concept: 'TypeAnnotation', name: '', typeKind: 'reference', typeNamespace: 'apis.nuims.structures', typeName: 'ApiReturnOfLcpGetUserList', typeArguments: null, properties: null }, defaultValue: null }] }], views: [], frontendVariables: [], processes: [], viewComponents: [] });
|