@mcp-abap-adt/core 5.0.11 → 5.1.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/CHANGELOG.md +16 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.d.ts +26 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.js +26 -0
- package/dist/handlers/behavior_definition/high/handleCheckBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts.map +1 -1
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js +22 -13
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js.map +1 -1
- package/dist/handlers/class/high/handleCheckClass.d.ts +37 -0
- package/dist/handlers/class/high/handleCheckClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCheckClass.js +35 -0
- package/dist/handlers/class/high/handleCheckClass.js.map +1 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.d.ts +26 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.js +26 -0
- package/dist/handlers/data_element/high/handleCheckDataElement.js.map +1 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.d.ts +26 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.js +26 -0
- package/dist/handlers/ddlx/high/handleCheckMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts.map +1 -1
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js +20 -9
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js.map +1 -1
- package/dist/handlers/domain/high/handleCheckDomain.d.ts +26 -0
- package/dist/handlers/domain/high/handleCheckDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleCheckDomain.js +26 -0
- package/dist/handlers/domain/high/handleCheckDomain.js.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.d.ts +26 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.js +26 -0
- package/dist/handlers/function/high/handleCheckFunctionGroup.js.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.d.ts +37 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.js +35 -0
- package/dist/handlers/function/high/handleCheckFunctionModule.js.map +1 -0
- package/dist/handlers/interface/high/handleCheckInterface.d.ts +26 -0
- package/dist/handlers/interface/high/handleCheckInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleCheckInterface.js +26 -0
- package/dist/handlers/interface/high/handleCheckInterface.js.map +1 -0
- package/dist/handlers/package/high/handleCheckPackage.d.ts +31 -0
- package/dist/handlers/package/high/handleCheckPackage.d.ts.map +1 -0
- package/dist/handlers/package/high/handleCheckPackage.js +30 -0
- package/dist/handlers/package/high/handleCheckPackage.js.map +1 -0
- package/dist/handlers/program/high/handleCheckProgram.d.ts +26 -0
- package/dist/handlers/program/high/handleCheckProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleCheckProgram.js +26 -0
- package/dist/handlers/program/high/handleCheckProgram.js.map +1 -0
- package/dist/handlers/structure/high/handleCheckStructure.d.ts +37 -0
- package/dist/handlers/structure/high/handleCheckStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleCheckStructure.js +35 -0
- package/dist/handlers/structure/high/handleCheckStructure.js.map +1 -0
- package/dist/handlers/table/high/handleCheckTable.d.ts +37 -0
- package/dist/handlers/table/high/handleCheckTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleCheckTable.js +35 -0
- package/dist/handlers/table/high/handleCheckTable.js.map +1 -0
- package/dist/handlers/view/high/handleCheckView.d.ts +37 -0
- package/dist/handlers/view/high/handleCheckView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleCheckView.js +35 -0
- package/dist/handlers/view/high/handleCheckView.js.map +1 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -1
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js +67 -1
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js.map +1 -1
- package/dist/lib/normalizeCheckResponse.d.ts +16 -0
- package/dist/lib/normalizeCheckResponse.d.ts.map +1 -0
- package/dist/lib/normalizeCheckResponse.js +27 -0
- package/dist/lib/normalizeCheckResponse.js.map +1 -0
- package/docs/superpowers/plans/2026-04-13-high-level-check-tools.md +1740 -0
- package/docs/superpowers/specs/2026-04-13-high-level-check-tools-design.md +204 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +187 -3
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +186 -2
- package/docs/user-guide/AVAILABLE_TOOLS_LEGACY.md +127 -3
- package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +1 -1
- package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckFunctionModule.js","sourceRoot":"","sources":["../../../../src/handlers/function/high/handleCheckFunctionModule.ts"],"names":[],"mappings":";;;AA+BA,8DAaC;AA3CD,gFAA6E;AAC7E,gFAA6G;AAEhG,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,qBAAqB;IAC3B,YAAY,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,CAAU;IACpD,WAAW,EACT,iGAAiG;IACnG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,mBAAmB,EAAE;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qDAAqD;aACnE;YACD,oBAAoB,EAAE;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6CAA6C;aAC3D;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4DAA4D;gBAC9D,IAAI,EAAE,CAAC,QAAQ,EAAE,UAAU,CAAC;aAC7B;SACF;QACD,QAAQ,EAAE,CAAC,qBAAqB,EAAE,sBAAsB,CAAC;KAC1D;CACO,CAAC;AAEJ,KAAK,UAAU,yBAAyB,CAC7C,OAAuB,EACvB,IAIC;IAED,MAAM,MAAM,GAAG,MAAM,IAAA,qDAA4B,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACjE,OAAO,IAAA,+CAAsB,EAC3B,MAAM,EACN,IAAI,CAAC,oBAAoB,EAAE,WAAW,EAAE,CACzC,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { HandlerContext } from '../../../lib/handlers/interfaces';
|
|
2
|
+
export declare const TOOL_DEFINITION: {
|
|
3
|
+
readonly name: "CheckInterface";
|
|
4
|
+
readonly available_in: readonly ["onprem", "cloud", "legacy"];
|
|
5
|
+
readonly description: "Perform syntax check on an ABAP interface. Returns syntax errors, warnings, and messages.";
|
|
6
|
+
readonly inputSchema: {
|
|
7
|
+
readonly type: "object";
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly interface_name: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly description: "Interface name (e.g., ZIF_MY_INTERFACE).";
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
readonly required: readonly ["interface_name"];
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare function handleCheckInterface(context: HandlerContext, args: {
|
|
18
|
+
interface_name: string;
|
|
19
|
+
}): Promise<{
|
|
20
|
+
isError: boolean;
|
|
21
|
+
content: Array<{
|
|
22
|
+
type: string;
|
|
23
|
+
text: string;
|
|
24
|
+
}>;
|
|
25
|
+
}>;
|
|
26
|
+
//# sourceMappingURL=handleCheckInterface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckInterface.d.ts","sourceRoot":"","sources":["../../../../src/handlers/interface/high/handleCheckInterface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;CAelB,CAAC;AAEX,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE;IAAE,cAAc,EAAE,MAAM,CAAA;CAAE;;;;;;GAIjC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TOOL_DEFINITION = void 0;
|
|
4
|
+
exports.handleCheckInterface = handleCheckInterface;
|
|
5
|
+
const normalizeCheckResponse_1 = require("../../../lib/normalizeCheckResponse");
|
|
6
|
+
const handleCheckInterface_1 = require("../low/handleCheckInterface");
|
|
7
|
+
exports.TOOL_DEFINITION = {
|
|
8
|
+
name: 'CheckInterface',
|
|
9
|
+
available_in: ['onprem', 'cloud', 'legacy'],
|
|
10
|
+
description: 'Perform syntax check on an ABAP interface. Returns syntax errors, warnings, and messages.',
|
|
11
|
+
inputSchema: {
|
|
12
|
+
type: 'object',
|
|
13
|
+
properties: {
|
|
14
|
+
interface_name: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
description: 'Interface name (e.g., ZIF_MY_INTERFACE).',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
required: ['interface_name'],
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
async function handleCheckInterface(context, args) {
|
|
23
|
+
const result = await (0, handleCheckInterface_1.handleCheckInterface)(context, args);
|
|
24
|
+
return (0, normalizeCheckResponse_1.normalizeCheckResponse)(result, args.interface_name?.toUpperCase());
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=handleCheckInterface.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckInterface.js","sourceRoot":"","sources":["../../../../src/handlers/interface/high/handleCheckInterface.ts"],"names":[],"mappings":";;;AAqBA,oDAMC;AA1BD,gFAA6E;AAC7E,sEAA8F;AAEjF,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,gBAAgB;IACtB,YAAY,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,CAAU;IACpD,WAAW,EACT,2FAA2F;IAC7F,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0CAA0C;aACxD;SACF;QACD,QAAQ,EAAE,CAAC,gBAAgB,CAAC;KAC7B;CACO,CAAC;AAEJ,KAAK,UAAU,oBAAoB,CACxC,OAAuB,EACvB,IAAgC;IAEhC,MAAM,MAAM,GAAG,MAAM,IAAA,2CAAuB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAC5D,OAAO,IAAA,+CAAsB,EAAC,MAAM,EAAE,IAAI,CAAC,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC;AAC5E,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { HandlerContext } from '../../../lib/handlers/interfaces';
|
|
2
|
+
export declare const TOOL_DEFINITION: {
|
|
3
|
+
readonly name: "CheckPackage";
|
|
4
|
+
readonly available_in: readonly ["onprem", "cloud", "legacy"];
|
|
5
|
+
readonly description: "Perform syntax check on an ABAP package. Returns syntax errors, warnings, and messages.";
|
|
6
|
+
readonly inputSchema: {
|
|
7
|
+
readonly type: "object";
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly package_name: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly description: "Package name (e.g., ZMY_PACKAGE).";
|
|
12
|
+
};
|
|
13
|
+
readonly super_package: {
|
|
14
|
+
readonly type: "string";
|
|
15
|
+
readonly description: "Super package name (parent package).";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly required: readonly ["package_name", "super_package"];
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export declare function handleCheckPackage(context: HandlerContext, args: {
|
|
22
|
+
package_name: string;
|
|
23
|
+
super_package: string;
|
|
24
|
+
}): Promise<{
|
|
25
|
+
isError: boolean;
|
|
26
|
+
content: Array<{
|
|
27
|
+
type: string;
|
|
28
|
+
text: string;
|
|
29
|
+
}>;
|
|
30
|
+
}>;
|
|
31
|
+
//# sourceMappingURL=handleCheckPackage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckPackage.d.ts","sourceRoot":"","sources":["../../../../src/handlers/package/high/handleCheckPackage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;CAmBlB,CAAC;AAEX,wBAAsB,kBAAkB,CACtC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE;IAAE,YAAY,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,CAAA;CAAE;;;;;;GAItD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TOOL_DEFINITION = void 0;
|
|
4
|
+
exports.handleCheckPackage = handleCheckPackage;
|
|
5
|
+
const normalizeCheckResponse_1 = require("../../../lib/normalizeCheckResponse");
|
|
6
|
+
const handleCheckPackage_1 = require("../low/handleCheckPackage");
|
|
7
|
+
exports.TOOL_DEFINITION = {
|
|
8
|
+
name: 'CheckPackage',
|
|
9
|
+
available_in: ['onprem', 'cloud', 'legacy'],
|
|
10
|
+
description: 'Perform syntax check on an ABAP package. Returns syntax errors, warnings, and messages.',
|
|
11
|
+
inputSchema: {
|
|
12
|
+
type: 'object',
|
|
13
|
+
properties: {
|
|
14
|
+
package_name: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
description: 'Package name (e.g., ZMY_PACKAGE).',
|
|
17
|
+
},
|
|
18
|
+
super_package: {
|
|
19
|
+
type: 'string',
|
|
20
|
+
description: 'Super package name (parent package).',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
required: ['package_name', 'super_package'],
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
async function handleCheckPackage(context, args) {
|
|
27
|
+
const result = await (0, handleCheckPackage_1.handleCheckPackage)(context, args);
|
|
28
|
+
return (0, normalizeCheckResponse_1.normalizeCheckResponse)(result, args.package_name?.toUpperCase());
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=handleCheckPackage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckPackage.js","sourceRoot":"","sources":["../../../../src/handlers/package/high/handleCheckPackage.ts"],"names":[],"mappings":";;;AAyBA,gDAMC;AA9BD,gFAA6E;AAC7E,kEAAwF;AAE3E,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,cAAc;IACpB,YAAY,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,CAAU;IACpD,WAAW,EACT,yFAAyF;IAC3F,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mCAAmC;aACjD;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sCAAsC;aACpD;SACF;QACD,QAAQ,EAAE,CAAC,cAAc,EAAE,eAAe,CAAC;KAC5C;CACO,CAAC;AAEJ,KAAK,UAAU,kBAAkB,CACtC,OAAuB,EACvB,IAAqD;IAErD,MAAM,MAAM,GAAG,MAAM,IAAA,uCAAqB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAC1D,OAAO,IAAA,+CAAsB,EAAC,MAAM,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC;AAC1E,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { HandlerContext } from '../../../lib/handlers/interfaces';
|
|
2
|
+
export declare const TOOL_DEFINITION: {
|
|
3
|
+
readonly name: "CheckProgram";
|
|
4
|
+
readonly available_in: readonly ["onprem", "legacy"];
|
|
5
|
+
readonly description: "Perform syntax check on an ABAP program. Returns syntax errors, warnings, and messages. Not available on cloud.";
|
|
6
|
+
readonly inputSchema: {
|
|
7
|
+
readonly type: "object";
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly program_name: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly description: "Program name (e.g., ZMCP_MY_PROGRAM).";
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
readonly required: readonly ["program_name"];
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare function handleCheckProgram(context: HandlerContext, args: {
|
|
18
|
+
program_name: string;
|
|
19
|
+
}): Promise<{
|
|
20
|
+
isError: boolean;
|
|
21
|
+
content: Array<{
|
|
22
|
+
type: string;
|
|
23
|
+
text: string;
|
|
24
|
+
}>;
|
|
25
|
+
}>;
|
|
26
|
+
//# sourceMappingURL=handleCheckProgram.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckProgram.d.ts","sourceRoot":"","sources":["../../../../src/handlers/program/high/handleCheckProgram.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;CAelB,CAAC;AAEX,wBAAsB,kBAAkB,CACtC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE;IAAE,YAAY,EAAE,MAAM,CAAA;CAAE;;;;;;GAI/B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TOOL_DEFINITION = void 0;
|
|
4
|
+
exports.handleCheckProgram = handleCheckProgram;
|
|
5
|
+
const normalizeCheckResponse_1 = require("../../../lib/normalizeCheckResponse");
|
|
6
|
+
const handleCheckProgram_1 = require("../low/handleCheckProgram");
|
|
7
|
+
exports.TOOL_DEFINITION = {
|
|
8
|
+
name: 'CheckProgram',
|
|
9
|
+
available_in: ['onprem', 'legacy'],
|
|
10
|
+
description: 'Perform syntax check on an ABAP program. Returns syntax errors, warnings, and messages. Not available on cloud.',
|
|
11
|
+
inputSchema: {
|
|
12
|
+
type: 'object',
|
|
13
|
+
properties: {
|
|
14
|
+
program_name: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
description: 'Program name (e.g., ZMCP_MY_PROGRAM).',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
required: ['program_name'],
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
async function handleCheckProgram(context, args) {
|
|
23
|
+
const result = await (0, handleCheckProgram_1.handleCheckProgram)(context, args);
|
|
24
|
+
return (0, normalizeCheckResponse_1.normalizeCheckResponse)(result, args.program_name?.toUpperCase());
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=handleCheckProgram.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckProgram.js","sourceRoot":"","sources":["../../../../src/handlers/program/high/handleCheckProgram.ts"],"names":[],"mappings":";;;AAqBA,gDAMC;AA1BD,gFAA6E;AAC7E,kEAAwF;AAE3E,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,cAAc;IACpB,YAAY,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAU;IAC3C,WAAW,EACT,iHAAiH;IACnH,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,uCAAuC;aACrD;SACF;QACD,QAAQ,EAAE,CAAC,cAAc,CAAC;KAC3B;CACO,CAAC;AAEJ,KAAK,UAAU,kBAAkB,CACtC,OAAuB,EACvB,IAA8B;IAE9B,MAAM,MAAM,GAAG,MAAM,IAAA,uCAAqB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAC1D,OAAO,IAAA,+CAAsB,EAAC,MAAM,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC;AAC1E,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { HandlerContext } from '../../../lib/handlers/interfaces';
|
|
2
|
+
export declare const TOOL_DEFINITION: {
|
|
3
|
+
readonly name: "CheckStructure";
|
|
4
|
+
readonly available_in: readonly ["onprem", "cloud"];
|
|
5
|
+
readonly description: "Perform syntax check on an ABAP structure. Can check existing structure (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.";
|
|
6
|
+
readonly inputSchema: {
|
|
7
|
+
readonly type: "object";
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly structure_name: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly description: "Structure name (e.g., ZST_MY_STRUCTURE).";
|
|
12
|
+
};
|
|
13
|
+
readonly version: {
|
|
14
|
+
readonly type: "string";
|
|
15
|
+
readonly description: "Version to check: 'active' or 'inactive'. Default: inactive.";
|
|
16
|
+
readonly enum: readonly ["active", "inactive"];
|
|
17
|
+
};
|
|
18
|
+
readonly ddl_code: {
|
|
19
|
+
readonly type: "string";
|
|
20
|
+
readonly description: "Optional: DDL source code to validate instead of the saved version.";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
readonly required: readonly ["structure_name"];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export declare function handleCheckStructure(context: HandlerContext, args: {
|
|
27
|
+
structure_name: string;
|
|
28
|
+
version?: string;
|
|
29
|
+
ddl_code?: string;
|
|
30
|
+
}): Promise<{
|
|
31
|
+
isError: boolean;
|
|
32
|
+
content: Array<{
|
|
33
|
+
type: string;
|
|
34
|
+
text: string;
|
|
35
|
+
}>;
|
|
36
|
+
}>;
|
|
37
|
+
//# sourceMappingURL=handleCheckStructure.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckStructure.d.ts","sourceRoot":"","sources":["../../../../src/handlers/structure/high/handleCheckStructure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CA0BlB,CAAC;AAEX,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE;IAAE,cAAc,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;GAItE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TOOL_DEFINITION = void 0;
|
|
4
|
+
exports.handleCheckStructure = handleCheckStructure;
|
|
5
|
+
const normalizeCheckResponse_1 = require("../../../lib/normalizeCheckResponse");
|
|
6
|
+
const handleCheckStructure_1 = require("../low/handleCheckStructure");
|
|
7
|
+
exports.TOOL_DEFINITION = {
|
|
8
|
+
name: 'CheckStructure',
|
|
9
|
+
available_in: ['onprem', 'cloud'],
|
|
10
|
+
description: 'Perform syntax check on an ABAP structure. Can check existing structure (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.',
|
|
11
|
+
inputSchema: {
|
|
12
|
+
type: 'object',
|
|
13
|
+
properties: {
|
|
14
|
+
structure_name: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
description: 'Structure name (e.g., ZST_MY_STRUCTURE).',
|
|
17
|
+
},
|
|
18
|
+
version: {
|
|
19
|
+
type: 'string',
|
|
20
|
+
description: "Version to check: 'active' or 'inactive'. Default: inactive.",
|
|
21
|
+
enum: ['active', 'inactive'],
|
|
22
|
+
},
|
|
23
|
+
ddl_code: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: 'Optional: DDL source code to validate instead of the saved version.',
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
required: ['structure_name'],
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
async function handleCheckStructure(context, args) {
|
|
32
|
+
const result = await (0, handleCheckStructure_1.handleCheckStructure)(context, args);
|
|
33
|
+
return (0, normalizeCheckResponse_1.normalizeCheckResponse)(result, args.structure_name?.toUpperCase());
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=handleCheckStructure.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckStructure.js","sourceRoot":"","sources":["../../../../src/handlers/structure/high/handleCheckStructure.ts"],"names":[],"mappings":";;;AAgCA,oDAMC;AArCD,gFAA6E;AAC7E,sEAA8F;AAEjF,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,gBAAgB;IACtB,YAAY,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAU;IAC1C,WAAW,EACT,6KAA6K;IAC/K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0CAA0C;aACxD;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8DAA8D;gBAChE,IAAI,EAAE,CAAC,QAAQ,EAAE,UAAU,CAAC;aAC7B;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qEAAqE;aACxE;SACF;QACD,QAAQ,EAAE,CAAC,gBAAgB,CAAC;KAC7B;CACO,CAAC;AAEJ,KAAK,UAAU,oBAAoB,CACxC,OAAuB,EACvB,IAAqE;IAErE,MAAM,MAAM,GAAG,MAAM,IAAA,2CAAuB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAC5D,OAAO,IAAA,+CAAsB,EAAC,MAAM,EAAE,IAAI,CAAC,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC;AAC5E,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { HandlerContext } from '../../../lib/handlers/interfaces';
|
|
2
|
+
export declare const TOOL_DEFINITION: {
|
|
3
|
+
readonly name: "CheckTable";
|
|
4
|
+
readonly available_in: readonly ["onprem", "cloud"];
|
|
5
|
+
readonly description: "Perform syntax check on an ABAP table. Can check existing table (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.";
|
|
6
|
+
readonly inputSchema: {
|
|
7
|
+
readonly type: "object";
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly table_name: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly description: "Table name (e.g., ZMCP_MY_TABLE).";
|
|
12
|
+
};
|
|
13
|
+
readonly version: {
|
|
14
|
+
readonly type: "string";
|
|
15
|
+
readonly description: "Version to check: 'active', 'inactive', or 'new'. Default: new.";
|
|
16
|
+
readonly enum: readonly ["active", "inactive", "new"];
|
|
17
|
+
};
|
|
18
|
+
readonly ddl_code: {
|
|
19
|
+
readonly type: "string";
|
|
20
|
+
readonly description: "Optional: DDL source code to validate instead of the saved version.";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
readonly required: readonly ["table_name"];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export declare function handleCheckTable(context: HandlerContext, args: {
|
|
27
|
+
table_name: string;
|
|
28
|
+
version?: string;
|
|
29
|
+
ddl_code?: string;
|
|
30
|
+
}): Promise<{
|
|
31
|
+
isError: boolean;
|
|
32
|
+
content: Array<{
|
|
33
|
+
type: string;
|
|
34
|
+
text: string;
|
|
35
|
+
}>;
|
|
36
|
+
}>;
|
|
37
|
+
//# sourceMappingURL=handleCheckTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckTable.d.ts","sourceRoot":"","sources":["../../../../src/handlers/table/high/handleCheckTable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CA0BlB,CAAC;AAEX,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;GAIlE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TOOL_DEFINITION = void 0;
|
|
4
|
+
exports.handleCheckTable = handleCheckTable;
|
|
5
|
+
const normalizeCheckResponse_1 = require("../../../lib/normalizeCheckResponse");
|
|
6
|
+
const handleCheckTable_1 = require("../low/handleCheckTable");
|
|
7
|
+
exports.TOOL_DEFINITION = {
|
|
8
|
+
name: 'CheckTable',
|
|
9
|
+
available_in: ['onprem', 'cloud'],
|
|
10
|
+
description: 'Perform syntax check on an ABAP table. Can check existing table (active/inactive) or validate hypothetical DDL code. Returns syntax errors, warnings, and messages.',
|
|
11
|
+
inputSchema: {
|
|
12
|
+
type: 'object',
|
|
13
|
+
properties: {
|
|
14
|
+
table_name: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
description: 'Table name (e.g., ZMCP_MY_TABLE).',
|
|
17
|
+
},
|
|
18
|
+
version: {
|
|
19
|
+
type: 'string',
|
|
20
|
+
description: "Version to check: 'active', 'inactive', or 'new'. Default: new.",
|
|
21
|
+
enum: ['active', 'inactive', 'new'],
|
|
22
|
+
},
|
|
23
|
+
ddl_code: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: 'Optional: DDL source code to validate instead of the saved version.',
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
required: ['table_name'],
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
async function handleCheckTable(context, args) {
|
|
32
|
+
const result = await (0, handleCheckTable_1.handleCheckTable)(context, args);
|
|
33
|
+
return (0, normalizeCheckResponse_1.normalizeCheckResponse)(result, args.table_name?.toUpperCase());
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=handleCheckTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckTable.js","sourceRoot":"","sources":["../../../../src/handlers/table/high/handleCheckTable.ts"],"names":[],"mappings":";;;AAgCA,4CAMC;AArCD,gFAA6E;AAC7E,8DAAkF;AAErE,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,YAAY;IAClB,YAAY,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAU;IAC1C,WAAW,EACT,qKAAqK;IACvK,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mCAAmC;aACjD;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iEAAiE;gBACnE,IAAI,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,CAAC;aACpC;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qEAAqE;aACxE;SACF;QACD,QAAQ,EAAE,CAAC,YAAY,CAAC;KACzB;CACO,CAAC;AAEJ,KAAK,UAAU,gBAAgB,CACpC,OAAuB,EACvB,IAAiE;IAEjE,MAAM,MAAM,GAAG,MAAM,IAAA,mCAAmB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACxD,OAAO,IAAA,+CAAsB,EAAC,MAAM,EAAE,IAAI,CAAC,UAAU,EAAE,WAAW,EAAE,CAAC,CAAC;AACxE,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { HandlerContext } from '../../../lib/handlers/interfaces';
|
|
2
|
+
export declare const TOOL_DEFINITION: {
|
|
3
|
+
readonly name: "CheckView";
|
|
4
|
+
readonly available_in: readonly ["onprem", "cloud", "legacy"];
|
|
5
|
+
readonly description: "Perform syntax check on an ABAP CDS view. Can check existing view (active/inactive) or validate hypothetical DDL source. Returns syntax errors, warnings, and messages.";
|
|
6
|
+
readonly inputSchema: {
|
|
7
|
+
readonly type: "object";
|
|
8
|
+
readonly properties: {
|
|
9
|
+
readonly view_name: {
|
|
10
|
+
readonly type: "string";
|
|
11
|
+
readonly description: "CDS view name (e.g., ZI_MY_VIEW).";
|
|
12
|
+
};
|
|
13
|
+
readonly version: {
|
|
14
|
+
readonly type: "string";
|
|
15
|
+
readonly description: "Version to check: 'active' or 'inactive'. Default: inactive.";
|
|
16
|
+
readonly enum: readonly ["active", "inactive"];
|
|
17
|
+
};
|
|
18
|
+
readonly ddl_source: {
|
|
19
|
+
readonly type: "string";
|
|
20
|
+
readonly description: "Optional: DDL source code to validate instead of the saved version.";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
readonly required: readonly ["view_name"];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export declare function handleCheckView(context: HandlerContext, args: {
|
|
27
|
+
view_name: string;
|
|
28
|
+
version?: string;
|
|
29
|
+
ddl_source?: string;
|
|
30
|
+
}): Promise<{
|
|
31
|
+
isError: boolean;
|
|
32
|
+
content: Array<{
|
|
33
|
+
type: string;
|
|
34
|
+
text: string;
|
|
35
|
+
}>;
|
|
36
|
+
}>;
|
|
37
|
+
//# sourceMappingURL=handleCheckView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckView.d.ts","sourceRoot":"","sources":["../../../../src/handlers/view/high/handleCheckView.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CA0BlB,CAAC;AAEX,wBAAsB,eAAe,CACnC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;GAInE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TOOL_DEFINITION = void 0;
|
|
4
|
+
exports.handleCheckView = handleCheckView;
|
|
5
|
+
const normalizeCheckResponse_1 = require("../../../lib/normalizeCheckResponse");
|
|
6
|
+
const handleCheckView_1 = require("../low/handleCheckView");
|
|
7
|
+
exports.TOOL_DEFINITION = {
|
|
8
|
+
name: 'CheckView',
|
|
9
|
+
available_in: ['onprem', 'cloud', 'legacy'],
|
|
10
|
+
description: 'Perform syntax check on an ABAP CDS view. Can check existing view (active/inactive) or validate hypothetical DDL source. Returns syntax errors, warnings, and messages.',
|
|
11
|
+
inputSchema: {
|
|
12
|
+
type: 'object',
|
|
13
|
+
properties: {
|
|
14
|
+
view_name: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
description: 'CDS view name (e.g., ZI_MY_VIEW).',
|
|
17
|
+
},
|
|
18
|
+
version: {
|
|
19
|
+
type: 'string',
|
|
20
|
+
description: "Version to check: 'active' or 'inactive'. Default: inactive.",
|
|
21
|
+
enum: ['active', 'inactive'],
|
|
22
|
+
},
|
|
23
|
+
ddl_source: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: 'Optional: DDL source code to validate instead of the saved version.',
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
required: ['view_name'],
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
async function handleCheckView(context, args) {
|
|
32
|
+
const result = await (0, handleCheckView_1.handleCheckView)(context, args);
|
|
33
|
+
return (0, normalizeCheckResponse_1.normalizeCheckResponse)(result, args.view_name?.toUpperCase());
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=handleCheckView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleCheckView.js","sourceRoot":"","sources":["../../../../src/handlers/view/high/handleCheckView.ts"],"names":[],"mappings":";;;AAgCA,0CAMC;AArCD,gFAA6E;AAC7E,4DAA+E;AAElE,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,WAAW;IACjB,YAAY,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,CAAU;IACpD,WAAW,EACT,yKAAyK;IAC3K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mCAAmC;aACjD;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8DAA8D;gBAChE,IAAI,EAAE,CAAC,QAAQ,EAAE,UAAU,CAAC;aAC7B;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qEAAqE;aACxE;SACF;QACD,QAAQ,EAAE,CAAC,WAAW,CAAC;KACxB;CACO,CAAC;AAEJ,KAAK,UAAU,eAAe,CACnC,OAAuB,EACvB,IAAkE;IAElE,MAAM,MAAM,GAAG,MAAM,IAAA,iCAAkB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACvD,OAAO,IAAA,+CAAsB,EAAC,MAAM,EAAE,IAAI,CAAC,SAAS,EAAE,WAAW,EAAE,CAAC,CAAC;AACvE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HighLevelHandlersGroup.d.ts","sourceRoot":"","sources":["../../../../src/lib/handlers/groups/HighLevelHandlersGroup.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HighLevelHandlersGroup.d.ts","sourceRoot":"","sources":["../../../../src/lib/handlers/groups/HighLevelHandlersGroup.ts"],"names":[],"mappings":"AAmdA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD;;;GAGG;AACH,qBAAa,sBAAuB,SAAQ,gBAAgB;IAC1D,SAAS,CAAC,SAAS,SAAuB;IAE1C;;OAEG;IACH,WAAW,IAAI,YAAY,EAAE;CAyhB9B"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.HighLevelHandlersGroup = void 0;
|
|
4
|
+
// Per-type activate handlers (reused from low-level)
|
|
5
|
+
const handleCheckBehaviorDefinition_1 = require("../../../handlers/behavior_definition/high/handleCheckBehaviorDefinition");
|
|
4
6
|
const handleCreateBehaviorDefinition_1 = require("../../../handlers/behavior_definition/high/handleCreateBehaviorDefinition");
|
|
5
7
|
const handleDeleteBehaviorDefinition_1 = require("../../../handlers/behavior_definition/high/handleDeleteBehaviorDefinition");
|
|
6
8
|
const handleGetBehaviorDefinition_1 = require("../../../handlers/behavior_definition/high/handleGetBehaviorDefinition");
|
|
7
9
|
const handleUpdateBehaviorDefinition_1 = require("../../../handlers/behavior_definition/high/handleUpdateBehaviorDefinition");
|
|
8
|
-
// Per-type activate handlers (reused from low-level)
|
|
9
10
|
const handleActivateBehaviorDefinition_1 = require("../../../handlers/behavior_definition/low/handleActivateBehaviorDefinition");
|
|
10
11
|
const handleCreateBehaviorImplementation_1 = require("../../../handlers/behavior_implementation/high/handleCreateBehaviorImplementation");
|
|
11
12
|
const handleDeleteBehaviorImplementation_1 = require("../../../handlers/behavior_implementation/high/handleDeleteBehaviorImplementation");
|
|
12
13
|
const handleGetBehaviorImplementation_1 = require("../../../handlers/behavior_implementation/high/handleGetBehaviorImplementation");
|
|
13
14
|
const handleUpdateBehaviorImplementation_1 = require("../../../handlers/behavior_implementation/high/handleUpdateBehaviorImplementation");
|
|
15
|
+
const handleCheckClass_1 = require("../../../handlers/class/high/handleCheckClass");
|
|
14
16
|
const handleCreateClass_1 = require("../../../handlers/class/high/handleCreateClass");
|
|
15
17
|
const handleDeleteClass_1 = require("../../../handlers/class/high/handleDeleteClass");
|
|
16
18
|
const handleDeleteLocalDefinitions_1 = require("../../../handlers/class/high/handleDeleteLocalDefinitions");
|
|
@@ -29,19 +31,24 @@ const handleUpdateLocalTestClass_1 = require("../../../handlers/class/high/handl
|
|
|
29
31
|
const handleUpdateLocalTypes_1 = require("../../../handlers/class/high/handleUpdateLocalTypes");
|
|
30
32
|
const handleActivateClass_1 = require("../../../handlers/class/low/handleActivateClass");
|
|
31
33
|
const handleActivateObjects_1 = require("../../../handlers/common/high/handleActivateObjects");
|
|
34
|
+
const handleCheckDataElement_1 = require("../../../handlers/data_element/high/handleCheckDataElement");
|
|
32
35
|
const handleCreateDataElement_1 = require("../../../handlers/data_element/high/handleCreateDataElement");
|
|
33
36
|
const handleDeleteDataElement_1 = require("../../../handlers/data_element/high/handleDeleteDataElement");
|
|
34
37
|
const handleGetDataElement_1 = require("../../../handlers/data_element/high/handleGetDataElement");
|
|
35
38
|
const handleUpdateDataElement_1 = require("../../../handlers/data_element/high/handleUpdateDataElement");
|
|
36
39
|
const handleActivateDataElement_1 = require("../../../handlers/data_element/low/handleActivateDataElement");
|
|
40
|
+
const handleCheckMetadataExtension_1 = require("../../../handlers/ddlx/high/handleCheckMetadataExtension");
|
|
37
41
|
const handleCreateMetadataExtension_1 = require("../../../handlers/ddlx/high/handleCreateMetadataExtension");
|
|
38
42
|
const handleUpdateMetadataExtension_1 = require("../../../handlers/ddlx/high/handleUpdateMetadataExtension");
|
|
39
43
|
const handleActivateMetadataExtension_1 = require("../../../handlers/ddlx/low/handleActivateMetadataExtension");
|
|
44
|
+
const handleCheckDomain_1 = require("../../../handlers/domain/high/handleCheckDomain");
|
|
40
45
|
const handleCreateDomain_1 = require("../../../handlers/domain/high/handleCreateDomain");
|
|
41
46
|
const handleDeleteDomain_1 = require("../../../handlers/domain/high/handleDeleteDomain");
|
|
42
47
|
const handleGetDomain_1 = require("../../../handlers/domain/high/handleGetDomain");
|
|
43
48
|
const handleUpdateDomain_1 = require("../../../handlers/domain/high/handleUpdateDomain");
|
|
44
49
|
const handleActivateDomain_1 = require("../../../handlers/domain/low/handleActivateDomain");
|
|
50
|
+
const handleCheckFunctionGroup_1 = require("../../../handlers/function/high/handleCheckFunctionGroup");
|
|
51
|
+
const handleCheckFunctionModule_1 = require("../../../handlers/function/high/handleCheckFunctionModule");
|
|
45
52
|
const handleCreateFunctionGroup_1 = require("../../../handlers/function/high/handleCreateFunctionGroup");
|
|
46
53
|
const handleCreateFunctionModule_1 = require("../../../handlers/function/high/handleCreateFunctionModule");
|
|
47
54
|
const handleUpdateFunctionGroup_1 = require("../../../handlers/function/high/handleUpdateFunctionGroup");
|
|
@@ -52,6 +59,7 @@ const handleDeleteFunctionGroup_1 = require("../../../handlers/function_group/hi
|
|
|
52
59
|
const handleGetFunctionGroup_1 = require("../../../handlers/function_group/high/handleGetFunctionGroup");
|
|
53
60
|
const handleDeleteFunctionModule_1 = require("../../../handlers/function_module/high/handleDeleteFunctionModule");
|
|
54
61
|
const handleGetFunctionModule_1 = require("../../../handlers/function_module/high/handleGetFunctionModule");
|
|
62
|
+
const handleCheckInterface_1 = require("../../../handlers/interface/high/handleCheckInterface");
|
|
55
63
|
const handleCreateInterface_1 = require("../../../handlers/interface/high/handleCreateInterface");
|
|
56
64
|
const handleDeleteInterface_1 = require("../../../handlers/interface/high/handleDeleteInterface");
|
|
57
65
|
const handleGetInterface_1 = require("../../../handlers/interface/high/handleGetInterface");
|
|
@@ -61,8 +69,10 @@ const handleDeleteMetadataExtension_1 = require("../../../handlers/metadata_exte
|
|
|
61
69
|
const handleGetMetadataExtension_1 = require("../../../handlers/metadata_extension/high/handleGetMetadataExtension");
|
|
62
70
|
// Import high-level handlers
|
|
63
71
|
// Import TOOL_DEFINITION from handlers
|
|
72
|
+
const handleCheckPackage_1 = require("../../../handlers/package/high/handleCheckPackage");
|
|
64
73
|
const handleCreatePackage_1 = require("../../../handlers/package/high/handleCreatePackage");
|
|
65
74
|
const handleGetPackage_1 = require("../../../handlers/package/high/handleGetPackage");
|
|
75
|
+
const handleCheckProgram_1 = require("../../../handlers/program/high/handleCheckProgram");
|
|
66
76
|
const handleCreateProgram_1 = require("../../../handlers/program/high/handleCreateProgram");
|
|
67
77
|
const handleDeleteProgram_1 = require("../../../handlers/program/high/handleDeleteProgram");
|
|
68
78
|
const handleGetProgram_1 = require("../../../handlers/program/high/handleGetProgram");
|
|
@@ -78,11 +88,13 @@ const handleCreateServiceDefinition_1 = require("../../../handlers/service_defin
|
|
|
78
88
|
const handleDeleteServiceDefinition_1 = require("../../../handlers/service_definition/high/handleDeleteServiceDefinition");
|
|
79
89
|
const handleGetServiceDefinition_1 = require("../../../handlers/service_definition/high/handleGetServiceDefinition");
|
|
80
90
|
const handleUpdateServiceDefinition_1 = require("../../../handlers/service_definition/high/handleUpdateServiceDefinition");
|
|
91
|
+
const handleCheckStructure_1 = require("../../../handlers/structure/high/handleCheckStructure");
|
|
81
92
|
const handleCreateStructure_1 = require("../../../handlers/structure/high/handleCreateStructure");
|
|
82
93
|
const handleDeleteStructure_1 = require("../../../handlers/structure/high/handleDeleteStructure");
|
|
83
94
|
const handleGetStructure_1 = require("../../../handlers/structure/high/handleGetStructure");
|
|
84
95
|
const handleUpdateStructure_1 = require("../../../handlers/structure/high/handleUpdateStructure");
|
|
85
96
|
const handleActivateStructure_1 = require("../../../handlers/structure/low/handleActivateStructure");
|
|
97
|
+
const handleCheckTable_1 = require("../../../handlers/table/high/handleCheckTable");
|
|
86
98
|
const handleCreateTable_1 = require("../../../handlers/table/high/handleCreateTable");
|
|
87
99
|
const handleDeleteTable_1 = require("../../../handlers/table/high/handleDeleteTable");
|
|
88
100
|
const handleGetTable_1 = require("../../../handlers/table/high/handleGetTable");
|
|
@@ -102,6 +114,7 @@ const handleGetUnitTestStatus_1 = require("../../../handlers/unit_test/high/hand
|
|
|
102
114
|
const handleRunUnitTest_1 = require("../../../handlers/unit_test/high/handleRunUnitTest");
|
|
103
115
|
const handleUpdateCdsUnitTest_1 = require("../../../handlers/unit_test/high/handleUpdateCdsUnitTest");
|
|
104
116
|
const handleUpdateUnitTest_1 = require("../../../handlers/unit_test/high/handleUpdateUnitTest");
|
|
117
|
+
const handleCheckView_1 = require("../../../handlers/view/high/handleCheckView");
|
|
105
118
|
const handleCreateView_1 = require("../../../handlers/view/high/handleCreateView");
|
|
106
119
|
const handleDeleteView_1 = require("../../../handlers/view/high/handleDeleteView");
|
|
107
120
|
const handleGetView_1 = require("../../../handlers/view/high/handleGetView");
|
|
@@ -584,6 +597,59 @@ class HighLevelHandlersGroup extends BaseHandlerGroup_js_1.BaseHandlerGroup {
|
|
|
584
597
|
toolDefinition: handleDeleteMetadataExtension_1.TOOL_DEFINITION,
|
|
585
598
|
handler: withContext(handleDeleteMetadataExtension_1.handleDeleteMetadataExtension),
|
|
586
599
|
},
|
|
600
|
+
// Per-type Check handlers (high-level)
|
|
601
|
+
{
|
|
602
|
+
toolDefinition: handleCheckBehaviorDefinition_1.TOOL_DEFINITION,
|
|
603
|
+
handler: withContext(handleCheckBehaviorDefinition_1.handleCheckBehaviorDefinition),
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
toolDefinition: handleCheckClass_1.TOOL_DEFINITION,
|
|
607
|
+
handler: withContext(handleCheckClass_1.handleCheckClass),
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
toolDefinition: handleCheckDataElement_1.TOOL_DEFINITION,
|
|
611
|
+
handler: withContext(handleCheckDataElement_1.handleCheckDataElement),
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
toolDefinition: handleCheckDomain_1.TOOL_DEFINITION,
|
|
615
|
+
handler: withContext(handleCheckDomain_1.handleCheckDomain),
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
toolDefinition: handleCheckFunctionGroup_1.TOOL_DEFINITION,
|
|
619
|
+
handler: withContext(handleCheckFunctionGroup_1.handleCheckFunctionGroup),
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
toolDefinition: handleCheckFunctionModule_1.TOOL_DEFINITION,
|
|
623
|
+
handler: withContext(handleCheckFunctionModule_1.handleCheckFunctionModule),
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
toolDefinition: handleCheckInterface_1.TOOL_DEFINITION,
|
|
627
|
+
handler: withContext(handleCheckInterface_1.handleCheckInterface),
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
toolDefinition: handleCheckMetadataExtension_1.TOOL_DEFINITION,
|
|
631
|
+
handler: withContext(handleCheckMetadataExtension_1.handleCheckMetadataExtension),
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
toolDefinition: handleCheckPackage_1.TOOL_DEFINITION,
|
|
635
|
+
handler: withContext(handleCheckPackage_1.handleCheckPackage),
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
toolDefinition: handleCheckProgram_1.TOOL_DEFINITION,
|
|
639
|
+
handler: withContext(handleCheckProgram_1.handleCheckProgram),
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
toolDefinition: handleCheckStructure_1.TOOL_DEFINITION,
|
|
643
|
+
handler: withContext(handleCheckStructure_1.handleCheckStructure),
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
toolDefinition: handleCheckTable_1.TOOL_DEFINITION,
|
|
647
|
+
handler: withContext(handleCheckTable_1.handleCheckTable),
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
toolDefinition: handleCheckView_1.TOOL_DEFINITION,
|
|
651
|
+
handler: withContext(handleCheckView_1.handleCheckView),
|
|
652
|
+
},
|
|
587
653
|
];
|
|
588
654
|
}
|
|
589
655
|
}
|