@mcp-abap-adt/core 2.5.0 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +49 -0
- package/README.md +3 -0
- package/dist/handlers/bdef/handleCreateBehaviorDefinition.d.ts +50 -0
- package/dist/handlers/bdef/handleCreateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/bdef/handleCreateBehaviorDefinition.js +101 -0
- package/dist/handlers/bdef/handleGetBdef.d.ts +54 -0
- package/dist/handlers/bdef/handleGetBdef.d.ts.map +1 -0
- package/dist/handlers/bdef/handleGetBdef.js +89 -0
- package/dist/handlers/bdef/handleUpdateBehaviorDefinition.d.ts +37 -0
- package/dist/handlers/bdef/handleUpdateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/bdef/handleUpdateBehaviorDefinition.js +85 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts +54 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.js +89 -0
- package/dist/handlers/class/handleCheckClass.d.ts +59 -0
- package/dist/handlers/class/handleCheckClass.d.ts.map +1 -0
- package/dist/handlers/class/handleCheckClass.js +138 -0
- package/dist/handlers/class/handleCreateClass.d.ts +80 -0
- package/dist/handlers/class/handleCreateClass.d.ts.map +1 -0
- package/dist/handlers/class/handleCreateClass.js +192 -0
- package/dist/handlers/class/handleGetClass.d.ts +16 -0
- package/dist/handlers/class/handleGetClass.d.ts.map +1 -0
- package/dist/handlers/class/handleGetClass.js +159 -0
- package/dist/handlers/class/handleUpdateClassSource.d.ts +44 -0
- package/dist/handlers/class/handleUpdateClassSource.d.ts.map +1 -0
- package/dist/handlers/class/handleUpdateClassSource.js +131 -0
- package/dist/handlers/class/handleValidateClass.d.ts +62 -0
- package/dist/handlers/class/handleValidateClass.d.ts.map +1 -0
- package/dist/handlers/class/handleValidateClass.js +136 -0
- package/dist/handlers/class/readonly/handleGetClass.d.ts +20 -0
- package/dist/handlers/class/readonly/handleGetClass.d.ts.map +1 -0
- package/dist/handlers/class/readonly/handleGetClass.js +159 -0
- package/dist/handlers/common/handleActivateObject.d.ts +62 -0
- package/dist/handlers/common/handleActivateObject.d.ts.map +1 -0
- package/dist/handlers/common/handleActivateObject.js +137 -0
- package/dist/handlers/common/handleCheckObject.d.ts +63 -0
- package/dist/handlers/common/handleCheckObject.d.ts.map +1 -0
- package/dist/handlers/common/handleCheckObject.js +197 -0
- package/dist/handlers/common/handleDeleteObject.d.ts +46 -0
- package/dist/handlers/common/handleDeleteObject.d.ts.map +1 -0
- package/dist/handlers/common/handleDeleteObject.js +176 -0
- package/dist/handlers/common/handleLockObject.d.ts +57 -0
- package/dist/handlers/common/handleLockObject.d.ts.map +1 -0
- package/dist/handlers/common/handleLockObject.js +195 -0
- package/dist/handlers/common/handleUnlockObject.d.ts +61 -0
- package/dist/handlers/common/handleUnlockObject.d.ts.map +1 -0
- package/dist/handlers/common/handleUnlockObject.js +178 -0
- package/dist/handlers/common/handleValidateObject.d.ts +58 -0
- package/dist/handlers/common/handleValidateObject.d.ts.map +1 -0
- package/dist/handlers/common/handleValidateObject.js +177 -0
- package/dist/handlers/compact/high/compactSchemas.d.ts +218 -9
- package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -1
- package/dist/handlers/compact/high/compactSchemas.js +410 -134
- package/dist/handlers/compact/high/compactSchemas.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerActivate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +4 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +3 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts +23 -1
- package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerCreate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDelete.js +1 -1
- package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +6 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.js +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +3 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.js +1 -1
- package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerGet.d.ts +60 -1
- package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerGet.js +1 -1
- package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerLock.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerLock.js +1 -1
- package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileList.js +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +17 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.js +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.js +1 -1
- package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +2 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +6 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +5 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +4 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +18 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +3 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +7 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +21 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -1
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts +22 -10
- package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -1
- package/dist/handlers/compact/high/handleHandlerValidate.js +1 -1
- package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -1
- package/dist/handlers/data_element/handleCreateDataElement.d.ts +83 -0
- package/dist/handlers/data_element/handleCreateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/handleCreateDataElement.js +180 -0
- package/dist/handlers/data_element/handleGetDataElement.d.ts +29 -0
- package/dist/handlers/data_element/handleGetDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/handleGetDataElement.js +173 -0
- package/dist/handlers/data_element/handleUpdateDataElement.d.ts +131 -0
- package/dist/handlers/data_element/handleUpdateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/handleUpdateDataElement.js +258 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts +33 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.js +173 -0
- package/dist/handlers/ddlx/handleCreateMetadataExtension.d.ts +41 -0
- package/dist/handlers/ddlx/handleCreateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/handleCreateMetadataExtension.js +92 -0
- package/dist/handlers/ddlx/handleUpdateMetadataExtension.d.ts +37 -0
- package/dist/handlers/ddlx/handleUpdateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/handleUpdateMetadataExtension.js +81 -0
- package/dist/handlers/domain/handleCreateDomain.d.ts +104 -0
- package/dist/handlers/domain/handleCreateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/handleCreateDomain.js +187 -0
- package/dist/handlers/domain/handleGetDomain.d.ts +19 -0
- package/dist/handlers/domain/handleGetDomain.d.ts.map +1 -0
- package/dist/handlers/domain/handleGetDomain.js +138 -0
- package/dist/handlers/domain/handleUpdateDomain.d.ts +99 -0
- package/dist/handlers/domain/handleUpdateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/handleUpdateDomain.js +204 -0
- package/dist/handlers/domain/readonly/handleGetDomain.d.ts +23 -0
- package/dist/handlers/domain/readonly/handleGetDomain.d.ts.map +1 -0
- package/dist/handlers/domain/readonly/handleGetDomain.js +138 -0
- package/dist/handlers/enhancement/handleGetEnhancementImpl.d.ts +69 -0
- package/dist/handlers/enhancement/handleGetEnhancementImpl.d.ts.map +1 -0
- package/dist/handlers/enhancement/handleGetEnhancementImpl.js +171 -0
- package/dist/handlers/enhancement/handleGetEnhancementSpot.d.ts +53 -0
- package/dist/handlers/enhancement/handleGetEnhancementSpot.d.ts.map +1 -0
- package/dist/handlers/enhancement/handleGetEnhancementSpot.js +153 -0
- package/dist/handlers/enhancement/handleGetEnhancements.d.ts +64 -0
- package/dist/handlers/enhancement/handleGetEnhancements.d.ts.map +1 -0
- package/dist/handlers/enhancement/handleGetEnhancements.js +599 -0
- package/dist/handlers/function/handleCheckFunctionModule.d.ts +59 -0
- package/dist/handlers/function/handleCheckFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/handleCheckFunctionModule.js +140 -0
- package/dist/handlers/function/handleCreateFunctionGroup.d.ts +52 -0
- package/dist/handlers/function/handleCreateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/handleCreateFunctionGroup.js +114 -0
- package/dist/handlers/function/handleCreateFunctionModule.d.ts +57 -0
- package/dist/handlers/function/handleCreateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/handleCreateFunctionModule.js +137 -0
- package/dist/handlers/function/handleGetFunction.d.ts +17 -0
- package/dist/handlers/function/handleGetFunction.d.ts.map +1 -0
- package/dist/handlers/function/handleGetFunction.js +172 -0
- package/dist/handlers/function/handleGetFunctionGroup.d.ts +16 -0
- package/dist/handlers/function/handleGetFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/handleGetFunctionGroup.js +132 -0
- package/dist/handlers/function/handleUpdateFunctionModuleSource.d.ts +54 -0
- package/dist/handlers/function/handleUpdateFunctionModuleSource.d.ts.map +1 -0
- package/dist/handlers/function/handleUpdateFunctionModuleSource.js +108 -0
- package/dist/handlers/function/handleValidateFunctionModule.d.ts +58 -0
- package/dist/handlers/function/handleValidateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/handleValidateFunctionModule.js +132 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts +16 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.js +132 -0
- package/dist/handlers/include/handleGetInclude.d.ts +16 -0
- package/dist/handlers/include/handleGetInclude.d.ts.map +1 -0
- package/dist/handlers/include/handleGetInclude.js +81 -0
- package/dist/handlers/include/handleGetIncludesList.d.ts +36 -0
- package/dist/handlers/include/handleGetIncludesList.d.ts.map +1 -0
- package/dist/handlers/include/handleGetIncludesList.js +223 -0
- package/dist/handlers/interface/handleCreateInterface.d.ts +64 -0
- package/dist/handlers/interface/handleCreateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/handleCreateInterface.js +175 -0
- package/dist/handlers/interface/handleGetInterface.d.ts +40 -0
- package/dist/handlers/interface/handleGetInterface.d.ts.map +1 -0
- package/dist/handlers/interface/handleGetInterface.js +134 -0
- package/dist/handlers/interface/handleUpdateInterfaceSource.d.ts +48 -0
- package/dist/handlers/interface/handleUpdateInterfaceSource.d.ts.map +1 -0
- package/dist/handlers/interface/handleUpdateInterfaceSource.js +127 -0
- package/dist/handlers/interface/readonly/handleGetInterface.d.ts +44 -0
- package/dist/handlers/interface/readonly/handleGetInterface.d.ts.map +1 -0
- package/dist/handlers/interface/readonly/handleGetInterface.js +134 -0
- package/dist/handlers/package/handleCreatePackage.d.ts +38 -0
- package/dist/handlers/package/handleCreatePackage.d.ts.map +1 -0
- package/dist/handlers/package/handleCreatePackage.js +127 -0
- package/dist/handlers/package/handleGetPackage.d.ts +16 -0
- package/dist/handlers/package/handleGetPackage.d.ts.map +1 -0
- package/dist/handlers/package/handleGetPackage.js +94 -0
- package/dist/handlers/package/readonly/handleGetPackage.d.ts +21 -0
- package/dist/handlers/package/readonly/handleGetPackage.d.ts.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackage.js +94 -0
- package/dist/handlers/program/handleCreateProgram.d.ts +73 -0
- package/dist/handlers/program/handleCreateProgram.d.ts.map +1 -0
- package/dist/handlers/program/handleCreateProgram.js +220 -0
- package/dist/handlers/program/handleGetProgFullCode.d.ts +67 -0
- package/dist/handlers/program/handleGetProgFullCode.d.ts.map +1 -0
- package/dist/handlers/program/handleGetProgFullCode.js +249 -0
- package/dist/handlers/program/handleGetProgram.d.ts +16 -0
- package/dist/handlers/program/handleGetProgram.d.ts.map +1 -0
- package/dist/handlers/program/handleGetProgram.js +71 -0
- package/dist/handlers/program/handleUpdateProgramSource.d.ts +44 -0
- package/dist/handlers/program/handleUpdateProgramSource.d.ts.map +1 -0
- package/dist/handlers/program/handleUpdateProgramSource.js +121 -0
- package/dist/handlers/program/readonly/handleGetProgram.d.ts +20 -0
- package/dist/handlers/program/readonly/handleGetProgram.d.ts.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgram.js +71 -0
- package/dist/handlers/search/handleGetObjectsByType.d.ts +42 -0
- package/dist/handlers/search/handleGetObjectsByType.d.ts.map +1 -0
- package/dist/handlers/search/handleGetObjectsByType.js +166 -0
- package/dist/handlers/search/handleGetObjectsList.d.ts +46 -0
- package/dist/handlers/search/handleGetObjectsList.d.ts.map +1 -0
- package/dist/handlers/search/handleGetObjectsList.js +145 -0
- package/dist/handlers/search/handleSearchObject.d.ts +28 -0
- package/dist/handlers/search/handleSearchObject.d.ts.map +1 -0
- package/dist/handlers/search/handleSearchObject.js +119 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts +17 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js +136 -0
- package/dist/handlers/structure/handleCreateStructure.d.ts +107 -0
- package/dist/handlers/structure/handleCreateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/handleCreateStructure.js +184 -0
- package/dist/handlers/structure/handleGetStructure.d.ts +16 -0
- package/dist/handlers/structure/handleGetStructure.d.ts.map +1 -0
- package/dist/handlers/structure/handleGetStructure.js +139 -0
- package/dist/handlers/structure/readonly/handleGetStructure.d.ts +16 -0
- package/dist/handlers/structure/readonly/handleGetStructure.d.ts.map +1 -0
- package/dist/handlers/structure/readonly/handleGetStructure.js +139 -0
- package/dist/handlers/system/handleDescribeByList.d.ts +36 -0
- package/dist/handlers/system/handleDescribeByList.d.ts.map +1 -0
- package/dist/handlers/system/handleDescribeByList.js +121 -0
- package/dist/handlers/system/handleGetAbapAST.d.ts +26 -0
- package/dist/handlers/system/handleGetAbapAST.d.ts.map +1 -0
- package/dist/handlers/system/handleGetAbapAST.js +172 -0
- package/dist/handlers/system/handleGetAbapSemanticAnalysis.d.ts +26 -0
- package/dist/handlers/system/handleGetAbapSemanticAnalysis.d.ts.map +1 -0
- package/dist/handlers/system/handleGetAbapSemanticAnalysis.js +353 -0
- package/dist/handlers/system/handleGetAbapSystemSymbols.d.ts +26 -0
- package/dist/handlers/system/handleGetAbapSystemSymbols.d.ts.map +1 -0
- package/dist/handlers/system/handleGetAbapSystemSymbols.js +574 -0
- package/dist/handlers/system/handleGetAllTypes.d.ts +22 -0
- package/dist/handlers/system/handleGetAllTypes.d.ts.map +1 -0
- package/dist/handlers/system/handleGetAllTypes.js +102 -0
- package/dist/handlers/system/handleGetInactiveObjects.d.ts +20 -0
- package/dist/handlers/system/handleGetInactiveObjects.d.ts.map +1 -0
- package/dist/handlers/system/handleGetInactiveObjects.js +41 -0
- package/dist/handlers/system/handleGetObjectInfo.d.ts +41 -0
- package/dist/handlers/system/handleGetObjectInfo.d.ts.map +1 -0
- package/dist/handlers/system/handleGetObjectInfo.js +210 -0
- package/dist/handlers/system/handleGetObjectNodeFromCache.d.ts +40 -0
- package/dist/handlers/system/handleGetObjectNodeFromCache.d.ts.map +1 -0
- package/dist/handlers/system/handleGetObjectNodeFromCache.js +70 -0
- package/dist/handlers/system/handleGetObjectStructure.d.ts +26 -0
- package/dist/handlers/system/handleGetObjectStructure.d.ts.map +1 -0
- package/dist/handlers/system/handleGetObjectStructure.js +103 -0
- package/dist/handlers/system/handleGetSession.d.ts +33 -0
- package/dist/handlers/system/handleGetSession.d.ts.map +1 -0
- package/dist/handlers/system/handleGetSession.js +63 -0
- package/dist/handlers/system/handleGetSqlQuery.d.ts +49 -0
- package/dist/handlers/system/handleGetSqlQuery.d.ts.map +1 -0
- package/dist/handlers/system/handleGetSqlQuery.js +176 -0
- package/dist/handlers/system/handleGetTransaction.d.ts +42 -0
- package/dist/handlers/system/handleGetTransaction.d.ts.map +1 -0
- package/dist/handlers/system/handleGetTransaction.js +91 -0
- package/dist/handlers/system/handleGetTypeInfo.d.ts +69 -0
- package/dist/handlers/system/handleGetTypeInfo.d.ts.map +1 -0
- package/dist/handlers/system/handleGetTypeInfo.js +169 -0
- package/dist/handlers/system/handleGetWhereUsed.d.ts +69 -0
- package/dist/handlers/system/handleGetWhereUsed.d.ts.map +1 -0
- package/dist/handlers/system/handleGetWhereUsed.js +405 -0
- package/dist/handlers/table/handleCheckTable.d.ts +55 -0
- package/dist/handlers/table/handleCheckTable.d.ts.map +1 -0
- package/dist/handlers/table/handleCheckTable.js +138 -0
- package/dist/handlers/table/handleCreateTable.d.ts +42 -0
- package/dist/handlers/table/handleCreateTable.d.ts.map +1 -0
- package/dist/handlers/table/handleCreateTable.js +118 -0
- package/dist/handlers/table/handleGetTable.d.ts +16 -0
- package/dist/handlers/table/handleGetTable.d.ts.map +1 -0
- package/dist/handlers/table/handleGetTable.js +140 -0
- package/dist/handlers/table/handleGetTableContents.d.ts +56 -0
- package/dist/handlers/table/handleGetTableContents.d.ts.map +1 -0
- package/dist/handlers/table/handleGetTableContents.js +387 -0
- package/dist/handlers/table/handleValidateTable.d.ts +53 -0
- package/dist/handlers/table/handleValidateTable.d.ts.map +1 -0
- package/dist/handlers/table/handleValidateTable.js +125 -0
- package/dist/handlers/table/readonly/handleGetTable.d.ts +20 -0
- package/dist/handlers/table/readonly/handleGetTable.d.ts.map +1 -0
- package/dist/handlers/table/readonly/handleGetTable.js +140 -0
- package/dist/handlers/transport/handleCreateTransport.d.ts +50 -0
- package/dist/handlers/transport/handleCreateTransport.d.ts.map +1 -0
- package/dist/handlers/transport/handleCreateTransport.js +151 -0
- package/dist/handlers/transport/handleGetTransport.d.ts +44 -0
- package/dist/handlers/transport/handleGetTransport.d.ts.map +1 -0
- package/dist/handlers/transport/handleGetTransport.js +183 -0
- package/dist/handlers/view/handleCreateView.d.ts +52 -0
- package/dist/handlers/view/handleCreateView.d.ts.map +1 -0
- package/dist/handlers/view/handleCreateView.js +139 -0
- package/dist/handlers/view/handleGetView.d.ts +26 -0
- package/dist/handlers/view/handleGetView.d.ts.map +1 -0
- package/dist/handlers/view/handleGetView.js +349 -0
- package/dist/handlers/view/handleUpdateViewSource.d.ts +44 -0
- package/dist/handlers/view/handleUpdateViewSource.d.ts.map +1 -0
- package/dist/handlers/view/handleUpdateViewSource.js +136 -0
- package/dist/handlers/view/readonly/handleGetView.d.ts +26 -0
- package/dist/handlers/view/readonly/handleGetView.d.ts.map +1 -0
- package/dist/handlers/view/readonly/handleGetView.js +349 -0
- package/dist/index.d.ts +94 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2453 -0
- package/dist/lib/activationUtils.d.ts +59 -0
- package/dist/lib/activationUtils.d.ts.map +1 -0
- package/dist/lib/activationUtils.js +168 -0
- package/dist/lib/config/ArgumentsParser.d.ts +2 -0
- package/dist/lib/config/ArgumentsParser.d.ts.map +1 -1
- package/dist/lib/config/ArgumentsParser.js +11 -1
- package/dist/lib/config/ArgumentsParser.js.map +1 -1
- package/dist/lib/config/IServerConfig.d.ts +2 -0
- package/dist/lib/config/IServerConfig.d.ts.map +1 -1
- package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
- package/dist/lib/config/ServerConfigManager.js +3 -0
- package/dist/lib/config/ServerConfigManager.js.map +1 -1
- package/dist/lib/getFullCodeCache.d.ts +3 -0
- package/dist/lib/getFullCodeCache.d.ts.map +1 -0
- package/dist/lib/getFullCodeCache.js +56 -0
- package/dist/lib/toolsRegistry.d.ts +13 -0
- package/dist/lib/toolsRegistry.d.ts.map +1 -0
- package/dist/lib/toolsRegistry.js +410 -0
- package/dist/server/AuthBrokerConfig.d.ts.map +1 -1
- package/dist/server/AuthBrokerConfig.js +14 -9
- package/dist/server/AuthBrokerConfig.js.map +1 -1
- package/dist/server/BaseMcpServer.d.ts.map +1 -1
- package/dist/server/BaseMcpServer.js +6 -0
- package/dist/server/BaseMcpServer.js.map +1 -1
- package/dist/server/launcher.js +4 -4
- package/dist/server/launcher.js.map +1 -1
- package/dist/utils/lockStateManager.d.ts +64 -0
- package/dist/utils/lockStateManager.d.ts.map +1 -0
- package/dist/utils/lockStateManager.js +173 -0
- package/dist/utils/lockStateManager.js.map +1 -0
- package/docs/user-guide/AUTHENTICATION.md +7 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +189 -174
- package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +189 -174
- package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +189 -174
- package/docs/user-guide/CLI_OPTIONS.md +14 -0
- package/package.json +2 -1
- package/dist/handlers/service_binding/high/handleListServiceBindings.d.ts +0 -44
- package/dist/handlers/service_binding/high/handleListServiceBindings.d.ts.map +0 -1
- package/dist/handlers/service_binding/high/handleListServiceBindings.js +0 -211
- package/dist/handlers/service_binding/high/handleListServiceBindings.js.map +0 -1
- package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.d.ts +0 -11
- package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.d.ts.map +0 -1
- package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.js +0 -27
- package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.js.map +0 -1
- package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.d.ts +0 -27
- package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.d.ts.map +0 -1
- package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.js +0 -47
- package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.js.map +0 -1
- package/dist/handlers/system/readonly/runtimeDumpReadCompat.d.ts +0 -8
- package/dist/handlers/system/readonly/runtimeDumpReadCompat.d.ts.map +0 -1
- package/dist/handlers/system/readonly/runtimeDumpReadCompat.js +0 -55
- package/dist/handlers/system/readonly/runtimeDumpReadCompat.js.map +0 -1
|
@@ -8,71 +8,93 @@ export declare const compactCreateSchema: {
|
|
|
8
8
|
};
|
|
9
9
|
readonly class_name: {
|
|
10
10
|
readonly type: "string";
|
|
11
|
+
readonly description: "ABAP class name.";
|
|
11
12
|
};
|
|
12
13
|
readonly program_name: {
|
|
13
14
|
readonly type: "string";
|
|
15
|
+
readonly description: "ABAP program name.";
|
|
14
16
|
};
|
|
15
17
|
readonly domain_name: {
|
|
16
18
|
readonly type: "string";
|
|
19
|
+
readonly description: "ABAP domain name.";
|
|
17
20
|
};
|
|
18
21
|
readonly function_module_name: {
|
|
19
22
|
readonly type: "string";
|
|
23
|
+
readonly description: "ABAP function module name.";
|
|
20
24
|
};
|
|
21
25
|
readonly function_group_name: {
|
|
22
26
|
readonly type: "string";
|
|
27
|
+
readonly description: "ABAP function group name.";
|
|
23
28
|
};
|
|
24
29
|
readonly package_name: {
|
|
25
30
|
readonly type: "string";
|
|
31
|
+
readonly description: "ABAP package name.";
|
|
26
32
|
};
|
|
27
33
|
readonly description: {
|
|
28
34
|
readonly type: "string";
|
|
35
|
+
readonly description: "Human-readable object description.";
|
|
29
36
|
};
|
|
30
37
|
readonly transport_request: {
|
|
31
38
|
readonly type: "string";
|
|
39
|
+
readonly description: "Transport request id (if required by system).";
|
|
32
40
|
};
|
|
33
41
|
readonly source_code: {
|
|
34
42
|
readonly type: "string";
|
|
43
|
+
readonly description: "ABAP source code payload.";
|
|
35
44
|
};
|
|
36
45
|
readonly activate: {
|
|
37
46
|
readonly type: "boolean";
|
|
47
|
+
readonly description: "Activate object after create.";
|
|
38
48
|
};
|
|
39
49
|
readonly program_type: {
|
|
40
50
|
readonly type: "string";
|
|
51
|
+
readonly description: "ABAP program type.";
|
|
41
52
|
};
|
|
42
53
|
readonly application: {
|
|
43
54
|
readonly type: "string";
|
|
55
|
+
readonly description: "Domain application area.";
|
|
44
56
|
};
|
|
45
57
|
readonly datatype: {
|
|
46
58
|
readonly type: "string";
|
|
59
|
+
readonly description: "ABAP data type.";
|
|
47
60
|
};
|
|
48
61
|
readonly length: {
|
|
49
62
|
readonly type: "number";
|
|
63
|
+
readonly description: "Length for typed artifacts.";
|
|
50
64
|
};
|
|
51
65
|
readonly decimals: {
|
|
52
66
|
readonly type: "number";
|
|
67
|
+
readonly description: "Decimal places.";
|
|
53
68
|
};
|
|
54
69
|
readonly conversion_exit: {
|
|
55
70
|
readonly type: "string";
|
|
71
|
+
readonly description: "Conversion exit name.";
|
|
56
72
|
};
|
|
57
73
|
readonly lowercase: {
|
|
58
74
|
readonly type: "boolean";
|
|
75
|
+
readonly description: "Allow lowercase values (domain setting).";
|
|
59
76
|
};
|
|
60
77
|
readonly sign_exists: {
|
|
61
78
|
readonly type: "boolean";
|
|
79
|
+
readonly description: "Allow signed values (domain setting).";
|
|
62
80
|
};
|
|
63
81
|
readonly value_table: {
|
|
64
82
|
readonly type: "string";
|
|
83
|
+
readonly description: "Foreign key value table.";
|
|
65
84
|
};
|
|
66
85
|
readonly fixed_values: {
|
|
67
86
|
readonly type: "array";
|
|
87
|
+
readonly description: "Domain fixed values list.";
|
|
68
88
|
readonly items: {
|
|
69
89
|
readonly type: "object";
|
|
70
90
|
readonly properties: {
|
|
71
91
|
readonly low: {
|
|
72
92
|
readonly type: "string";
|
|
93
|
+
readonly description: "Fixed value key.";
|
|
73
94
|
};
|
|
74
95
|
readonly text: {
|
|
75
96
|
readonly type: "string";
|
|
97
|
+
readonly description: "Fixed value text.";
|
|
76
98
|
};
|
|
77
99
|
};
|
|
78
100
|
readonly required: readonly ["low", "text"];
|
|
@@ -89,25 +111,84 @@ export declare const compactGetSchema: {
|
|
|
89
111
|
readonly enum: import("./compactObjectTypes").CompactObjectType[];
|
|
90
112
|
readonly description: "ABAP object type for routed compact operation.";
|
|
91
113
|
};
|
|
114
|
+
readonly package_name: {
|
|
115
|
+
readonly type: "string";
|
|
116
|
+
readonly description: "Package name.";
|
|
117
|
+
};
|
|
92
118
|
readonly class_name: {
|
|
93
119
|
readonly type: "string";
|
|
120
|
+
readonly description: "Class name.";
|
|
121
|
+
};
|
|
122
|
+
readonly interface_name: {
|
|
123
|
+
readonly type: "string";
|
|
124
|
+
readonly description: "Interface name.";
|
|
94
125
|
};
|
|
95
126
|
readonly program_name: {
|
|
96
127
|
readonly type: "string";
|
|
128
|
+
readonly description: "Program name.";
|
|
97
129
|
};
|
|
98
130
|
readonly domain_name: {
|
|
99
131
|
readonly type: "string";
|
|
132
|
+
readonly description: "Domain name.";
|
|
133
|
+
};
|
|
134
|
+
readonly data_element_name: {
|
|
135
|
+
readonly type: "string";
|
|
136
|
+
readonly description: "Data element name.";
|
|
137
|
+
};
|
|
138
|
+
readonly table_name: {
|
|
139
|
+
readonly type: "string";
|
|
140
|
+
readonly description: "Table name.";
|
|
141
|
+
};
|
|
142
|
+
readonly structure_name: {
|
|
143
|
+
readonly type: "string";
|
|
144
|
+
readonly description: "Structure name.";
|
|
145
|
+
};
|
|
146
|
+
readonly view_name: {
|
|
147
|
+
readonly type: "string";
|
|
148
|
+
readonly description: "View name.";
|
|
100
149
|
};
|
|
101
150
|
readonly function_module_name: {
|
|
102
151
|
readonly type: "string";
|
|
152
|
+
readonly description: "Function module name.";
|
|
103
153
|
};
|
|
104
154
|
readonly function_group_name: {
|
|
105
155
|
readonly type: "string";
|
|
156
|
+
readonly description: "Function group name.";
|
|
157
|
+
};
|
|
158
|
+
readonly behavior_definition_name: {
|
|
159
|
+
readonly type: "string";
|
|
160
|
+
readonly description: "Behavior definition name.";
|
|
161
|
+
};
|
|
162
|
+
readonly behavior_implementation_name: {
|
|
163
|
+
readonly type: "string";
|
|
164
|
+
readonly description: "Behavior implementation name.";
|
|
165
|
+
};
|
|
166
|
+
readonly metadata_extension_name: {
|
|
167
|
+
readonly type: "string";
|
|
168
|
+
readonly description: "Metadata extension name.";
|
|
169
|
+
};
|
|
170
|
+
readonly service_definition_name: {
|
|
171
|
+
readonly type: "string";
|
|
172
|
+
readonly description: "Service definition name.";
|
|
173
|
+
};
|
|
174
|
+
readonly service_binding_name: {
|
|
175
|
+
readonly type: "string";
|
|
176
|
+
readonly description: "Service binding name.";
|
|
177
|
+
};
|
|
178
|
+
readonly run_id: {
|
|
179
|
+
readonly type: "string";
|
|
180
|
+
readonly description: "Unit test run id.";
|
|
181
|
+
};
|
|
182
|
+
readonly response_format: {
|
|
183
|
+
readonly type: "string";
|
|
184
|
+
readonly enum: readonly ["xml", "json", "plain"];
|
|
185
|
+
readonly description: "Response format for SERVICE_BINDING reads.";
|
|
106
186
|
};
|
|
107
187
|
readonly version: {
|
|
108
188
|
readonly type: "string";
|
|
109
189
|
readonly enum: readonly ["active", "inactive"];
|
|
110
190
|
readonly default: "active";
|
|
191
|
+
readonly description: "Object version to read/check.";
|
|
111
192
|
};
|
|
112
193
|
};
|
|
113
194
|
readonly required: readonly ["object_type"];
|
|
@@ -122,65 +203,85 @@ export declare const compactUpdateSchema: {
|
|
|
122
203
|
};
|
|
123
204
|
readonly class_name: {
|
|
124
205
|
readonly type: "string";
|
|
206
|
+
readonly description: "ABAP class name.";
|
|
125
207
|
};
|
|
126
208
|
readonly program_name: {
|
|
127
209
|
readonly type: "string";
|
|
210
|
+
readonly description: "ABAP program name.";
|
|
128
211
|
};
|
|
129
212
|
readonly domain_name: {
|
|
130
213
|
readonly type: "string";
|
|
214
|
+
readonly description: "ABAP domain name.";
|
|
131
215
|
};
|
|
132
216
|
readonly function_module_name: {
|
|
133
217
|
readonly type: "string";
|
|
218
|
+
readonly description: "ABAP function module name.";
|
|
134
219
|
};
|
|
135
220
|
readonly function_group_name: {
|
|
136
221
|
readonly type: "string";
|
|
222
|
+
readonly description: "ABAP function group name.";
|
|
137
223
|
};
|
|
138
224
|
readonly package_name: {
|
|
139
225
|
readonly type: "string";
|
|
226
|
+
readonly description: "ABAP package name.";
|
|
140
227
|
};
|
|
141
228
|
readonly source_code: {
|
|
142
229
|
readonly type: "string";
|
|
230
|
+
readonly description: "ABAP source code payload.";
|
|
143
231
|
};
|
|
144
232
|
readonly transport_request: {
|
|
145
233
|
readonly type: "string";
|
|
234
|
+
readonly description: "Transport request id (if required by system).";
|
|
146
235
|
};
|
|
147
236
|
readonly activate: {
|
|
148
237
|
readonly type: "boolean";
|
|
238
|
+
readonly description: "Activate object after update.";
|
|
149
239
|
};
|
|
150
240
|
readonly description: {
|
|
151
241
|
readonly type: "string";
|
|
242
|
+
readonly description: "Human-readable object description.";
|
|
152
243
|
};
|
|
153
244
|
readonly datatype: {
|
|
154
245
|
readonly type: "string";
|
|
246
|
+
readonly description: "ABAP data type.";
|
|
155
247
|
};
|
|
156
248
|
readonly length: {
|
|
157
249
|
readonly type: "number";
|
|
250
|
+
readonly description: "Length for typed artifacts.";
|
|
158
251
|
};
|
|
159
252
|
readonly decimals: {
|
|
160
253
|
readonly type: "number";
|
|
254
|
+
readonly description: "Decimal places.";
|
|
161
255
|
};
|
|
162
256
|
readonly conversion_exit: {
|
|
163
257
|
readonly type: "string";
|
|
258
|
+
readonly description: "Conversion exit name.";
|
|
164
259
|
};
|
|
165
260
|
readonly lowercase: {
|
|
166
261
|
readonly type: "boolean";
|
|
262
|
+
readonly description: "Allow lowercase values (domain setting).";
|
|
167
263
|
};
|
|
168
264
|
readonly sign_exists: {
|
|
169
265
|
readonly type: "boolean";
|
|
266
|
+
readonly description: "Allow signed values (domain setting).";
|
|
170
267
|
};
|
|
171
268
|
readonly value_table: {
|
|
172
269
|
readonly type: "string";
|
|
270
|
+
readonly description: "Foreign key value table.";
|
|
173
271
|
};
|
|
174
272
|
readonly fixed_values: {
|
|
175
273
|
readonly type: "array";
|
|
274
|
+
readonly description: "Domain fixed values list.";
|
|
176
275
|
readonly items: {
|
|
177
276
|
readonly type: "object";
|
|
178
277
|
readonly properties: {
|
|
179
278
|
readonly low: {
|
|
180
279
|
readonly type: "string";
|
|
280
|
+
readonly description: "Fixed value key.";
|
|
181
281
|
};
|
|
182
282
|
readonly text: {
|
|
183
283
|
readonly type: "string";
|
|
284
|
+
readonly description: "Fixed value text.";
|
|
184
285
|
};
|
|
185
286
|
};
|
|
186
287
|
readonly required: readonly ["low", "text"];
|
|
@@ -199,21 +300,27 @@ export declare const compactDeleteSchema: {
|
|
|
199
300
|
};
|
|
200
301
|
readonly class_name: {
|
|
201
302
|
readonly type: "string";
|
|
303
|
+
readonly description: "ABAP class name.";
|
|
202
304
|
};
|
|
203
305
|
readonly program_name: {
|
|
204
306
|
readonly type: "string";
|
|
307
|
+
readonly description: "ABAP program name.";
|
|
205
308
|
};
|
|
206
309
|
readonly domain_name: {
|
|
207
310
|
readonly type: "string";
|
|
311
|
+
readonly description: "ABAP domain name.";
|
|
208
312
|
};
|
|
209
313
|
readonly function_module_name: {
|
|
210
314
|
readonly type: "string";
|
|
315
|
+
readonly description: "ABAP function module name.";
|
|
211
316
|
};
|
|
212
317
|
readonly function_group_name: {
|
|
213
318
|
readonly type: "string";
|
|
319
|
+
readonly description: "ABAP function group name.";
|
|
214
320
|
};
|
|
215
321
|
readonly transport_request: {
|
|
216
322
|
readonly type: "string";
|
|
323
|
+
readonly description: "Transport request id (if required by system).";
|
|
217
324
|
};
|
|
218
325
|
};
|
|
219
326
|
readonly required: readonly ["object_type"];
|
|
@@ -223,14 +330,17 @@ export declare const compactUnitTestRunSchema: {
|
|
|
223
330
|
readonly properties: {
|
|
224
331
|
readonly tests: {
|
|
225
332
|
readonly type: "array";
|
|
333
|
+
readonly description: "List of test classes to run.";
|
|
226
334
|
readonly items: {
|
|
227
335
|
readonly type: "object";
|
|
228
336
|
readonly properties: {
|
|
229
337
|
readonly container_class: {
|
|
230
338
|
readonly type: "string";
|
|
339
|
+
readonly description: "Productive class containing tests.";
|
|
231
340
|
};
|
|
232
341
|
readonly test_class: {
|
|
233
342
|
readonly type: "string";
|
|
343
|
+
readonly description: "Local/unit test class.";
|
|
234
344
|
};
|
|
235
345
|
};
|
|
236
346
|
readonly required: readonly ["container_class", "test_class"];
|
|
@@ -238,49 +348,63 @@ export declare const compactUnitTestRunSchema: {
|
|
|
238
348
|
};
|
|
239
349
|
readonly title: {
|
|
240
350
|
readonly type: "string";
|
|
351
|
+
readonly description: "Run title shown in ABAP Unit logs.";
|
|
241
352
|
};
|
|
242
353
|
readonly context: {
|
|
243
354
|
readonly type: "string";
|
|
355
|
+
readonly description: "Run context label.";
|
|
244
356
|
};
|
|
245
357
|
readonly scope: {
|
|
246
358
|
readonly type: "object";
|
|
359
|
+
readonly description: "ABAP Unit scope flags.";
|
|
247
360
|
readonly properties: {
|
|
248
361
|
readonly own_tests: {
|
|
249
362
|
readonly type: "boolean";
|
|
363
|
+
readonly description: "Include own tests.";
|
|
250
364
|
};
|
|
251
365
|
readonly foreign_tests: {
|
|
252
366
|
readonly type: "boolean";
|
|
367
|
+
readonly description: "Include foreign tests.";
|
|
253
368
|
};
|
|
254
369
|
readonly add_foreign_tests_as_preview: {
|
|
255
370
|
readonly type: "boolean";
|
|
371
|
+
readonly description: "Preview foreign tests without full inclusion.";
|
|
256
372
|
};
|
|
257
373
|
};
|
|
258
374
|
};
|
|
259
375
|
readonly risk_level: {
|
|
260
376
|
readonly type: "object";
|
|
377
|
+
readonly description: "Allowed risk levels.";
|
|
261
378
|
readonly properties: {
|
|
262
379
|
readonly harmless: {
|
|
263
380
|
readonly type: "boolean";
|
|
381
|
+
readonly description: "Allow harmless tests.";
|
|
264
382
|
};
|
|
265
383
|
readonly dangerous: {
|
|
266
384
|
readonly type: "boolean";
|
|
385
|
+
readonly description: "Allow dangerous tests.";
|
|
267
386
|
};
|
|
268
387
|
readonly critical: {
|
|
269
388
|
readonly type: "boolean";
|
|
389
|
+
readonly description: "Allow critical tests.";
|
|
270
390
|
};
|
|
271
391
|
};
|
|
272
392
|
};
|
|
273
393
|
readonly duration: {
|
|
274
394
|
readonly type: "object";
|
|
395
|
+
readonly description: "Allowed duration classes.";
|
|
275
396
|
readonly properties: {
|
|
276
397
|
readonly short: {
|
|
277
398
|
readonly type: "boolean";
|
|
399
|
+
readonly description: "Allow short tests.";
|
|
278
400
|
};
|
|
279
401
|
readonly medium: {
|
|
280
402
|
readonly type: "boolean";
|
|
403
|
+
readonly description: "Allow medium tests.";
|
|
281
404
|
};
|
|
282
405
|
readonly long: {
|
|
283
406
|
readonly type: "boolean";
|
|
407
|
+
readonly description: "Allow long tests.";
|
|
284
408
|
};
|
|
285
409
|
};
|
|
286
410
|
};
|
|
@@ -292,10 +416,12 @@ export declare const compactUnitTestStatusSchema: {
|
|
|
292
416
|
readonly properties: {
|
|
293
417
|
readonly run_id: {
|
|
294
418
|
readonly type: "string";
|
|
419
|
+
readonly description: "Unit test run id.";
|
|
295
420
|
};
|
|
296
421
|
readonly with_long_polling: {
|
|
297
422
|
readonly type: "boolean";
|
|
298
423
|
readonly default: true;
|
|
424
|
+
readonly description: "Use long polling while waiting for completion.";
|
|
299
425
|
};
|
|
300
426
|
};
|
|
301
427
|
readonly required: readonly ["run_id"];
|
|
@@ -305,14 +431,17 @@ export declare const compactUnitTestResultSchema: {
|
|
|
305
431
|
readonly properties: {
|
|
306
432
|
readonly run_id: {
|
|
307
433
|
readonly type: "string";
|
|
434
|
+
readonly description: "Unit test run id.";
|
|
308
435
|
};
|
|
309
436
|
readonly with_navigation_uris: {
|
|
310
437
|
readonly type: "boolean";
|
|
311
438
|
readonly default: false;
|
|
439
|
+
readonly description: "Include ADT navigation URIs in the result payload.";
|
|
312
440
|
};
|
|
313
441
|
readonly format: {
|
|
314
442
|
readonly type: "string";
|
|
315
443
|
readonly enum: readonly ["abapunit", "junit"];
|
|
444
|
+
readonly description: "Result format.";
|
|
316
445
|
};
|
|
317
446
|
};
|
|
318
447
|
readonly required: readonly ["run_id"];
|
|
@@ -322,10 +451,12 @@ export declare const compactCdsUnitTestStatusSchema: {
|
|
|
322
451
|
readonly properties: {
|
|
323
452
|
readonly run_id: {
|
|
324
453
|
readonly type: "string";
|
|
454
|
+
readonly description: "Unit test run id.";
|
|
325
455
|
};
|
|
326
456
|
readonly with_long_polling: {
|
|
327
457
|
readonly type: "boolean";
|
|
328
458
|
readonly default: true;
|
|
459
|
+
readonly description: "Use long polling while waiting for completion.";
|
|
329
460
|
};
|
|
330
461
|
};
|
|
331
462
|
readonly required: readonly ["run_id"];
|
|
@@ -335,14 +466,17 @@ export declare const compactCdsUnitTestResultSchema: {
|
|
|
335
466
|
readonly properties: {
|
|
336
467
|
readonly run_id: {
|
|
337
468
|
readonly type: "string";
|
|
469
|
+
readonly description: "Unit test run id.";
|
|
338
470
|
};
|
|
339
471
|
readonly with_navigation_uris: {
|
|
340
472
|
readonly type: "boolean";
|
|
341
473
|
readonly default: false;
|
|
474
|
+
readonly description: "Include ADT navigation URIs in the result payload.";
|
|
342
475
|
};
|
|
343
476
|
readonly format: {
|
|
344
477
|
readonly type: "string";
|
|
345
478
|
readonly enum: readonly ["abapunit", "junit"];
|
|
479
|
+
readonly description: "Result format.";
|
|
346
480
|
};
|
|
347
481
|
};
|
|
348
482
|
readonly required: readonly ["run_id"];
|
|
@@ -357,51 +491,67 @@ export declare const compactProfileRunSchema: {
|
|
|
357
491
|
};
|
|
358
492
|
readonly class_name: {
|
|
359
493
|
readonly type: "string";
|
|
494
|
+
readonly description: "Class name for profiling.";
|
|
360
495
|
};
|
|
361
496
|
readonly program_name: {
|
|
362
497
|
readonly type: "string";
|
|
498
|
+
readonly description: "Program name for profiling.";
|
|
363
499
|
};
|
|
364
500
|
readonly description: {
|
|
365
501
|
readonly type: "string";
|
|
502
|
+
readonly description: "Profiler run description.";
|
|
366
503
|
};
|
|
367
504
|
readonly all_procedural_units: {
|
|
368
505
|
readonly type: "boolean";
|
|
506
|
+
readonly description: "Trace all procedural units.";
|
|
369
507
|
};
|
|
370
508
|
readonly all_misc_abap_statements: {
|
|
371
509
|
readonly type: "boolean";
|
|
510
|
+
readonly description: "Trace miscellaneous ABAP statements.";
|
|
372
511
|
};
|
|
373
512
|
readonly all_internal_table_events: {
|
|
374
513
|
readonly type: "boolean";
|
|
514
|
+
readonly description: "Trace internal table events.";
|
|
375
515
|
};
|
|
376
516
|
readonly all_dynpro_events: {
|
|
377
517
|
readonly type: "boolean";
|
|
518
|
+
readonly description: "Trace dynpro events.";
|
|
378
519
|
};
|
|
379
520
|
readonly aggregate: {
|
|
380
521
|
readonly type: "boolean";
|
|
522
|
+
readonly description: "Aggregate profiling data.";
|
|
381
523
|
};
|
|
382
524
|
readonly explicit_on_off: {
|
|
383
525
|
readonly type: "boolean";
|
|
526
|
+
readonly description: "Use explicit on/off trace sections.";
|
|
384
527
|
};
|
|
385
528
|
readonly with_rfc_tracing: {
|
|
386
529
|
readonly type: "boolean";
|
|
530
|
+
readonly description: "Enable RFC tracing.";
|
|
387
531
|
};
|
|
388
532
|
readonly all_system_kernel_events: {
|
|
389
533
|
readonly type: "boolean";
|
|
534
|
+
readonly description: "Trace system kernel events.";
|
|
390
535
|
};
|
|
391
536
|
readonly sql_trace: {
|
|
392
537
|
readonly type: "boolean";
|
|
538
|
+
readonly description: "Enable SQL trace.";
|
|
393
539
|
};
|
|
394
540
|
readonly all_db_events: {
|
|
395
541
|
readonly type: "boolean";
|
|
542
|
+
readonly description: "Trace all DB events.";
|
|
396
543
|
};
|
|
397
544
|
readonly max_size_for_trace_file: {
|
|
398
545
|
readonly type: "number";
|
|
546
|
+
readonly description: "Maximum trace file size.";
|
|
399
547
|
};
|
|
400
548
|
readonly amdp_trace: {
|
|
401
549
|
readonly type: "boolean";
|
|
550
|
+
readonly description: "Enable AMDP tracing.";
|
|
402
551
|
};
|
|
403
552
|
readonly max_time_for_tracing: {
|
|
404
553
|
readonly type: "number";
|
|
554
|
+
readonly description: "Maximum tracing time.";
|
|
405
555
|
};
|
|
406
556
|
};
|
|
407
557
|
readonly required: readonly ["target_type"];
|
|
@@ -416,22 +566,28 @@ export declare const compactProfileViewSchema: {
|
|
|
416
566
|
readonly properties: {
|
|
417
567
|
readonly trace_id_or_uri: {
|
|
418
568
|
readonly type: "string";
|
|
569
|
+
readonly description: "Profiler trace id or URI.";
|
|
419
570
|
};
|
|
420
571
|
readonly view: {
|
|
421
572
|
readonly type: "string";
|
|
422
573
|
readonly enum: readonly ["hitlist", "statements", "db_accesses"];
|
|
574
|
+
readonly description: "Profiler trace view kind.";
|
|
423
575
|
};
|
|
424
576
|
readonly with_system_events: {
|
|
425
577
|
readonly type: "boolean";
|
|
578
|
+
readonly description: "Include system events in analysis.";
|
|
426
579
|
};
|
|
427
580
|
readonly id: {
|
|
428
581
|
readonly type: "number";
|
|
582
|
+
readonly description: "Optional statement/access id.";
|
|
429
583
|
};
|
|
430
584
|
readonly with_details: {
|
|
431
585
|
readonly type: "boolean";
|
|
586
|
+
readonly description: "Include detailed payload.";
|
|
432
587
|
};
|
|
433
588
|
readonly auto_drill_down_threshold: {
|
|
434
589
|
readonly type: "number";
|
|
590
|
+
readonly description: "Auto drill-down threshold.";
|
|
435
591
|
};
|
|
436
592
|
};
|
|
437
593
|
readonly required: readonly ["trace_id_or_uri", "view"];
|
|
@@ -441,19 +597,24 @@ export declare const compactDumpListSchema: {
|
|
|
441
597
|
readonly properties: {
|
|
442
598
|
readonly user: {
|
|
443
599
|
readonly type: "string";
|
|
600
|
+
readonly description: "Filter dumps by user.";
|
|
444
601
|
};
|
|
445
602
|
readonly inlinecount: {
|
|
446
603
|
readonly type: "string";
|
|
447
604
|
readonly enum: readonly ["allpages", "none"];
|
|
605
|
+
readonly description: "Include total count in response.";
|
|
448
606
|
};
|
|
449
607
|
readonly top: {
|
|
450
608
|
readonly type: "number";
|
|
609
|
+
readonly description: "Limit number of returned dumps.";
|
|
451
610
|
};
|
|
452
611
|
readonly skip: {
|
|
453
612
|
readonly type: "number";
|
|
613
|
+
readonly description: "Offset for pagination.";
|
|
454
614
|
};
|
|
455
615
|
readonly orderby: {
|
|
456
616
|
readonly type: "string";
|
|
617
|
+
readonly description: "Sort expression.";
|
|
457
618
|
};
|
|
458
619
|
};
|
|
459
620
|
readonly required: readonly [];
|
|
@@ -463,11 +624,13 @@ export declare const compactDumpViewSchema: {
|
|
|
463
624
|
readonly properties: {
|
|
464
625
|
readonly dump_id: {
|
|
465
626
|
readonly type: "string";
|
|
627
|
+
readonly description: "Runtime dump id.";
|
|
466
628
|
};
|
|
467
629
|
readonly view: {
|
|
468
630
|
readonly type: "string";
|
|
469
631
|
readonly enum: readonly ["default", "summary", "formatted"];
|
|
470
632
|
readonly default: "default";
|
|
633
|
+
readonly description: "Dump rendering mode.";
|
|
471
634
|
};
|
|
472
635
|
};
|
|
473
636
|
readonly required: readonly ["dump_id"];
|
|
@@ -479,6 +642,7 @@ export declare const compactServiceBindingListTypesSchema: {
|
|
|
479
642
|
readonly type: "string";
|
|
480
643
|
readonly enum: readonly ["xml", "json", "plain"];
|
|
481
644
|
readonly default: "xml";
|
|
645
|
+
readonly description: "Response format for protocol types list.";
|
|
482
646
|
};
|
|
483
647
|
};
|
|
484
648
|
readonly required: readonly [];
|
|
@@ -488,18 +652,23 @@ export declare const compactServiceBindingValidateSchema: {
|
|
|
488
652
|
readonly properties: {
|
|
489
653
|
readonly service_binding_name: {
|
|
490
654
|
readonly type: "string";
|
|
655
|
+
readonly description: "Service binding name to validate.";
|
|
491
656
|
};
|
|
492
657
|
readonly service_definition_name: {
|
|
493
658
|
readonly type: "string";
|
|
659
|
+
readonly description: "Service definition name to pair with binding.";
|
|
494
660
|
};
|
|
495
661
|
readonly service_binding_version: {
|
|
496
662
|
readonly type: "string";
|
|
663
|
+
readonly description: "Service binding version.";
|
|
497
664
|
};
|
|
498
665
|
readonly package_name: {
|
|
499
666
|
readonly type: "string";
|
|
667
|
+
readonly description: "Target package name.";
|
|
500
668
|
};
|
|
501
669
|
readonly description: {
|
|
502
670
|
readonly type: "string";
|
|
671
|
+
readonly description: "Binding description.";
|
|
503
672
|
};
|
|
504
673
|
};
|
|
505
674
|
readonly required: readonly ["service_binding_name", "service_definition_name"];
|
|
@@ -511,15 +680,19 @@ export declare const compactTransportCreateSchema: {
|
|
|
511
680
|
readonly type: "string";
|
|
512
681
|
readonly enum: readonly ["workbench", "customizing"];
|
|
513
682
|
readonly default: "workbench";
|
|
683
|
+
readonly description: "Transport type.";
|
|
514
684
|
};
|
|
515
685
|
readonly description: {
|
|
516
686
|
readonly type: "string";
|
|
687
|
+
readonly description: "Transport description.";
|
|
517
688
|
};
|
|
518
689
|
readonly target_system: {
|
|
519
690
|
readonly type: "string";
|
|
691
|
+
readonly description: "Target system id.";
|
|
520
692
|
};
|
|
521
693
|
readonly owner: {
|
|
522
694
|
readonly type: "string";
|
|
695
|
+
readonly description: "Transport owner user.";
|
|
523
696
|
};
|
|
524
697
|
};
|
|
525
698
|
readonly required: readonly ["description"];
|
|
@@ -527,53 +700,65 @@ export declare const compactTransportCreateSchema: {
|
|
|
527
700
|
export declare const compactValidateSchema: {
|
|
528
701
|
readonly type: "object";
|
|
529
702
|
readonly properties: {
|
|
703
|
+
readonly object_type: {
|
|
704
|
+
readonly type: "string";
|
|
705
|
+
readonly enum: readonly ["CLASS", "PROGRAM", "INTERFACE", "FUNCTION_GROUP", "FUNCTION_MODULE", "TABLE", "STRUCTURE", "VIEW", "DOMAIN", "DATA_ELEMENT", "PACKAGE", "BEHAVIOR_DEFINITION", "BEHAVIOR_IMPLEMENTATION", "METADATA_EXTENSION", "SERVICE_BINDING"];
|
|
706
|
+
readonly description: "Object type to validate before create. Supported: CLASS, PROGRAM, INTERFACE, FUNCTION_GROUP, FUNCTION_MODULE, TABLE, STRUCTURE, VIEW, DOMAIN, DATA_ELEMENT, PACKAGE, BEHAVIOR_DEFINITION, BEHAVIOR_IMPLEMENTATION, METADATA_EXTENSION, SERVICE_BINDING.";
|
|
707
|
+
};
|
|
708
|
+
readonly object_name: {
|
|
709
|
+
readonly type: "string";
|
|
710
|
+
readonly description: "Required object name. For SERVICE_BINDING this is the service binding name.";
|
|
711
|
+
};
|
|
530
712
|
readonly package_name: {
|
|
531
713
|
readonly type: "string";
|
|
714
|
+
readonly description: "Optional package context for validation (especially for create scenarios).";
|
|
532
715
|
};
|
|
533
716
|
readonly description: {
|
|
534
717
|
readonly type: "string";
|
|
718
|
+
readonly description: "Optional object description used during validation.";
|
|
535
719
|
};
|
|
536
720
|
readonly behavior_definition: {
|
|
537
721
|
readonly type: "string";
|
|
722
|
+
readonly description: "Optional behavior definition name, used when validating behavior implementation.";
|
|
538
723
|
};
|
|
539
724
|
readonly root_entity: {
|
|
540
725
|
readonly type: "string";
|
|
726
|
+
readonly description: "Optional CDS root entity name, used for behavior-related validation.";
|
|
541
727
|
};
|
|
542
728
|
readonly implementation_type: {
|
|
543
729
|
readonly type: "string";
|
|
730
|
+
readonly description: "Optional implementation type, used for behavior implementation validation.";
|
|
544
731
|
};
|
|
545
732
|
readonly service_definition_name: {
|
|
546
733
|
readonly type: "string";
|
|
734
|
+
readonly description: "Required when object_type=SERVICE_BINDING. Service definition paired with the binding.";
|
|
547
735
|
};
|
|
548
736
|
readonly service_binding_version: {
|
|
549
737
|
readonly type: "string";
|
|
738
|
+
readonly description: "Optional service binding version for SERVICE_BINDING.";
|
|
550
739
|
};
|
|
551
740
|
readonly session_id: {
|
|
552
741
|
readonly type: "string";
|
|
742
|
+
readonly description: "Optional ADT session id for stateful validation flow.";
|
|
553
743
|
};
|
|
554
744
|
readonly session_state: {
|
|
555
745
|
readonly type: "object";
|
|
746
|
+
readonly description: "Optional ADT session state container (cookies/CSRF) for stateful validation flow.";
|
|
556
747
|
readonly properties: {
|
|
557
748
|
readonly cookies: {
|
|
558
749
|
readonly type: "string";
|
|
750
|
+
readonly description: "Serialized Cookie header to reuse server session.";
|
|
559
751
|
};
|
|
560
752
|
readonly csrf_token: {
|
|
561
753
|
readonly type: "string";
|
|
754
|
+
readonly description: "CSRF token to reuse server session.";
|
|
562
755
|
};
|
|
563
756
|
readonly cookie_store: {
|
|
564
757
|
readonly type: "object";
|
|
758
|
+
readonly description: "Cookie key/value map to reuse server session.";
|
|
565
759
|
};
|
|
566
760
|
};
|
|
567
761
|
};
|
|
568
|
-
readonly object_type: {
|
|
569
|
-
readonly type: "string";
|
|
570
|
-
readonly enum: import("./compactObjectTypes").CompactObjectType[];
|
|
571
|
-
readonly description: "ABAP object type for routed compact operation.";
|
|
572
|
-
};
|
|
573
|
-
readonly object_name: {
|
|
574
|
-
readonly type: "string";
|
|
575
|
-
readonly description: "Primary object name for lifecycle operation.";
|
|
576
|
-
};
|
|
577
762
|
};
|
|
578
763
|
readonly required: readonly ["object_type", "object_name"];
|
|
579
764
|
};
|
|
@@ -582,21 +767,27 @@ export declare const compactLockSchema: {
|
|
|
582
767
|
readonly properties: {
|
|
583
768
|
readonly super_package: {
|
|
584
769
|
readonly type: "string";
|
|
770
|
+
readonly description: "Super package context when relevant.";
|
|
585
771
|
};
|
|
586
772
|
readonly session_id: {
|
|
587
773
|
readonly type: "string";
|
|
774
|
+
readonly description: "Optional ADT session id for stateful lock flow.";
|
|
588
775
|
};
|
|
589
776
|
readonly session_state: {
|
|
590
777
|
readonly type: "object";
|
|
778
|
+
readonly description: "Optional ADT session state container (cookies/CSRF) for stateful lock flow.";
|
|
591
779
|
readonly properties: {
|
|
592
780
|
readonly cookies: {
|
|
593
781
|
readonly type: "string";
|
|
782
|
+
readonly description: "Serialized Cookie header to reuse server session.";
|
|
594
783
|
};
|
|
595
784
|
readonly csrf_token: {
|
|
596
785
|
readonly type: "string";
|
|
786
|
+
readonly description: "CSRF token to reuse server session.";
|
|
597
787
|
};
|
|
598
788
|
readonly cookie_store: {
|
|
599
789
|
readonly type: "object";
|
|
790
|
+
readonly description: "Cookie key/value map to reuse server session.";
|
|
600
791
|
};
|
|
601
792
|
};
|
|
602
793
|
};
|
|
@@ -617,21 +808,27 @@ export declare const compactUnlockSchema: {
|
|
|
617
808
|
readonly properties: {
|
|
618
809
|
readonly lock_handle: {
|
|
619
810
|
readonly type: "string";
|
|
811
|
+
readonly description: "Lock handle returned by lock.";
|
|
620
812
|
};
|
|
621
813
|
readonly session_id: {
|
|
622
814
|
readonly type: "string";
|
|
815
|
+
readonly description: "ADT session id used during lock.";
|
|
623
816
|
};
|
|
624
817
|
readonly session_state: {
|
|
625
818
|
readonly type: "object";
|
|
819
|
+
readonly description: "Optional ADT session state container (cookies/CSRF) for stateful unlock flow.";
|
|
626
820
|
readonly properties: {
|
|
627
821
|
readonly cookies: {
|
|
628
822
|
readonly type: "string";
|
|
823
|
+
readonly description: "Serialized Cookie header to reuse server session.";
|
|
629
824
|
};
|
|
630
825
|
readonly csrf_token: {
|
|
631
826
|
readonly type: "string";
|
|
827
|
+
readonly description: "CSRF token to reuse server session.";
|
|
632
828
|
};
|
|
633
829
|
readonly cookie_store: {
|
|
634
830
|
readonly type: "object";
|
|
831
|
+
readonly description: "Cookie key/value map to reuse server session.";
|
|
635
832
|
};
|
|
636
833
|
};
|
|
637
834
|
};
|
|
@@ -654,21 +851,27 @@ export declare const compactCheckRunSchema: {
|
|
|
654
851
|
readonly type: "string";
|
|
655
852
|
readonly enum: readonly ["active", "inactive"];
|
|
656
853
|
readonly default: "active";
|
|
854
|
+
readonly description: "Version to syntax-check.";
|
|
657
855
|
};
|
|
658
856
|
readonly session_id: {
|
|
659
857
|
readonly type: "string";
|
|
858
|
+
readonly description: "Optional ADT session id for stateful check flow.";
|
|
660
859
|
};
|
|
661
860
|
readonly session_state: {
|
|
662
861
|
readonly type: "object";
|
|
862
|
+
readonly description: "Optional ADT session state container (cookies/CSRF) for stateful check flow.";
|
|
663
863
|
readonly properties: {
|
|
664
864
|
readonly cookies: {
|
|
665
865
|
readonly type: "string";
|
|
866
|
+
readonly description: "Serialized Cookie header to reuse server session.";
|
|
666
867
|
};
|
|
667
868
|
readonly csrf_token: {
|
|
668
869
|
readonly type: "string";
|
|
870
|
+
readonly description: "CSRF token to reuse server session.";
|
|
669
871
|
};
|
|
670
872
|
readonly cookie_store: {
|
|
671
873
|
readonly type: "object";
|
|
874
|
+
readonly description: "Cookie key/value map to reuse server session.";
|
|
672
875
|
};
|
|
673
876
|
};
|
|
674
877
|
};
|
|
@@ -694,6 +897,7 @@ export declare const compactActivateSchema: {
|
|
|
694
897
|
};
|
|
695
898
|
readonly object_name: {
|
|
696
899
|
readonly type: "string";
|
|
900
|
+
readonly description: "Object name for single-object activation form.";
|
|
697
901
|
};
|
|
698
902
|
readonly object_adt_type: {
|
|
699
903
|
readonly type: "string";
|
|
@@ -701,17 +905,21 @@ export declare const compactActivateSchema: {
|
|
|
701
905
|
};
|
|
702
906
|
readonly objects: {
|
|
703
907
|
readonly type: "array";
|
|
908
|
+
readonly description: "Explicit objects list for batch activation.";
|
|
704
909
|
readonly items: {
|
|
705
910
|
readonly type: "object";
|
|
706
911
|
readonly properties: {
|
|
707
912
|
readonly name: {
|
|
708
913
|
readonly type: "string";
|
|
914
|
+
readonly description: "Object name.";
|
|
709
915
|
};
|
|
710
916
|
readonly type: {
|
|
711
917
|
readonly type: "string";
|
|
918
|
+
readonly description: "ADT object type code.";
|
|
712
919
|
};
|
|
713
920
|
readonly uri: {
|
|
714
921
|
readonly type: "string";
|
|
922
|
+
readonly description: "Optional ADT object URI.";
|
|
715
923
|
};
|
|
716
924
|
};
|
|
717
925
|
readonly required: readonly ["name", "type"];
|
|
@@ -719,6 +927,7 @@ export declare const compactActivateSchema: {
|
|
|
719
927
|
};
|
|
720
928
|
readonly preaudit: {
|
|
721
929
|
readonly type: "boolean";
|
|
930
|
+
readonly description: "Run pre-audit checks before activation.";
|
|
722
931
|
};
|
|
723
932
|
};
|
|
724
933
|
};
|