@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.
Files changed (400) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/README.md +3 -0
  3. package/dist/handlers/bdef/handleCreateBehaviorDefinition.d.ts +50 -0
  4. package/dist/handlers/bdef/handleCreateBehaviorDefinition.d.ts.map +1 -0
  5. package/dist/handlers/bdef/handleCreateBehaviorDefinition.js +101 -0
  6. package/dist/handlers/bdef/handleGetBdef.d.ts +54 -0
  7. package/dist/handlers/bdef/handleGetBdef.d.ts.map +1 -0
  8. package/dist/handlers/bdef/handleGetBdef.js +89 -0
  9. package/dist/handlers/bdef/handleUpdateBehaviorDefinition.d.ts +37 -0
  10. package/dist/handlers/bdef/handleUpdateBehaviorDefinition.d.ts.map +1 -0
  11. package/dist/handlers/bdef/handleUpdateBehaviorDefinition.js +85 -0
  12. package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts +54 -0
  13. package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts.map +1 -0
  14. package/dist/handlers/behavior_definition/readonly/handleGetBdef.js +89 -0
  15. package/dist/handlers/class/handleCheckClass.d.ts +59 -0
  16. package/dist/handlers/class/handleCheckClass.d.ts.map +1 -0
  17. package/dist/handlers/class/handleCheckClass.js +138 -0
  18. package/dist/handlers/class/handleCreateClass.d.ts +80 -0
  19. package/dist/handlers/class/handleCreateClass.d.ts.map +1 -0
  20. package/dist/handlers/class/handleCreateClass.js +192 -0
  21. package/dist/handlers/class/handleGetClass.d.ts +16 -0
  22. package/dist/handlers/class/handleGetClass.d.ts.map +1 -0
  23. package/dist/handlers/class/handleGetClass.js +159 -0
  24. package/dist/handlers/class/handleUpdateClassSource.d.ts +44 -0
  25. package/dist/handlers/class/handleUpdateClassSource.d.ts.map +1 -0
  26. package/dist/handlers/class/handleUpdateClassSource.js +131 -0
  27. package/dist/handlers/class/handleValidateClass.d.ts +62 -0
  28. package/dist/handlers/class/handleValidateClass.d.ts.map +1 -0
  29. package/dist/handlers/class/handleValidateClass.js +136 -0
  30. package/dist/handlers/class/readonly/handleGetClass.d.ts +20 -0
  31. package/dist/handlers/class/readonly/handleGetClass.d.ts.map +1 -0
  32. package/dist/handlers/class/readonly/handleGetClass.js +159 -0
  33. package/dist/handlers/common/handleActivateObject.d.ts +62 -0
  34. package/dist/handlers/common/handleActivateObject.d.ts.map +1 -0
  35. package/dist/handlers/common/handleActivateObject.js +137 -0
  36. package/dist/handlers/common/handleCheckObject.d.ts +63 -0
  37. package/dist/handlers/common/handleCheckObject.d.ts.map +1 -0
  38. package/dist/handlers/common/handleCheckObject.js +197 -0
  39. package/dist/handlers/common/handleDeleteObject.d.ts +46 -0
  40. package/dist/handlers/common/handleDeleteObject.d.ts.map +1 -0
  41. package/dist/handlers/common/handleDeleteObject.js +176 -0
  42. package/dist/handlers/common/handleLockObject.d.ts +57 -0
  43. package/dist/handlers/common/handleLockObject.d.ts.map +1 -0
  44. package/dist/handlers/common/handleLockObject.js +195 -0
  45. package/dist/handlers/common/handleUnlockObject.d.ts +61 -0
  46. package/dist/handlers/common/handleUnlockObject.d.ts.map +1 -0
  47. package/dist/handlers/common/handleUnlockObject.js +178 -0
  48. package/dist/handlers/common/handleValidateObject.d.ts +58 -0
  49. package/dist/handlers/common/handleValidateObject.d.ts.map +1 -0
  50. package/dist/handlers/common/handleValidateObject.js +177 -0
  51. package/dist/handlers/compact/high/compactSchemas.d.ts +218 -9
  52. package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -1
  53. package/dist/handlers/compact/high/compactSchemas.js +410 -134
  54. package/dist/handlers/compact/high/compactSchemas.js.map +1 -1
  55. package/dist/handlers/compact/high/handleHandlerActivate.d.ts +7 -1
  56. package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -1
  57. package/dist/handlers/compact/high/handleHandlerActivate.js +1 -1
  58. package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -1
  59. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +4 -1
  60. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -1
  61. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +1 -1
  62. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -1
  63. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +3 -1
  64. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -1
  65. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +1 -1
  66. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -1
  67. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +7 -1
  68. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -1
  69. package/dist/handlers/compact/high/handleHandlerCheckRun.js +1 -1
  70. package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -1
  71. package/dist/handlers/compact/high/handleHandlerCreate.d.ts +23 -1
  72. package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -1
  73. package/dist/handlers/compact/high/handleHandlerCreate.js +1 -1
  74. package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -1
  75. package/dist/handlers/compact/high/handleHandlerDelete.d.ts +7 -1
  76. package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -1
  77. package/dist/handlers/compact/high/handleHandlerDelete.js +1 -1
  78. package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -1
  79. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +6 -1
  80. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -1
  81. package/dist/handlers/compact/high/handleHandlerDumpList.js +1 -1
  82. package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -1
  83. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +3 -1
  84. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -1
  85. package/dist/handlers/compact/high/handleHandlerDumpView.js +1 -1
  86. package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -1
  87. package/dist/handlers/compact/high/handleHandlerGet.d.ts +60 -1
  88. package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -1
  89. package/dist/handlers/compact/high/handleHandlerGet.js +1 -1
  90. package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -1
  91. package/dist/handlers/compact/high/handleHandlerLock.d.ts +7 -1
  92. package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -1
  93. package/dist/handlers/compact/high/handleHandlerLock.js +1 -1
  94. package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -1
  95. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +1 -1
  96. package/dist/handlers/compact/high/handleHandlerProfileList.js +1 -1
  97. package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -1
  98. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +17 -1
  99. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -1
  100. package/dist/handlers/compact/high/handleHandlerProfileRun.js +1 -1
  101. package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -1
  102. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +7 -1
  103. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -1
  104. package/dist/handlers/compact/high/handleHandlerProfileView.js +1 -1
  105. package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -1
  106. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +2 -1
  107. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -1
  108. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +1 -1
  109. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -1
  110. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +6 -1
  111. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -1
  112. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +1 -1
  113. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -1
  114. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +5 -1
  115. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -1
  116. package/dist/handlers/compact/high/handleHandlerTransportCreate.js +1 -1
  117. package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -1
  118. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +4 -1
  119. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -1
  120. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +1 -1
  121. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -1
  122. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +18 -1
  123. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -1
  124. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +1 -1
  125. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -1
  126. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +3 -1
  127. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -1
  128. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +1 -1
  129. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -1
  130. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +7 -1
  131. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -1
  132. package/dist/handlers/compact/high/handleHandlerUnlock.js +1 -1
  133. package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -1
  134. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +21 -1
  135. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -1
  136. package/dist/handlers/compact/high/handleHandlerUpdate.js +1 -1
  137. package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -1
  138. package/dist/handlers/compact/high/handleHandlerValidate.d.ts +22 -10
  139. package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -1
  140. package/dist/handlers/compact/high/handleHandlerValidate.js +1 -1
  141. package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -1
  142. package/dist/handlers/data_element/handleCreateDataElement.d.ts +83 -0
  143. package/dist/handlers/data_element/handleCreateDataElement.d.ts.map +1 -0
  144. package/dist/handlers/data_element/handleCreateDataElement.js +180 -0
  145. package/dist/handlers/data_element/handleGetDataElement.d.ts +29 -0
  146. package/dist/handlers/data_element/handleGetDataElement.d.ts.map +1 -0
  147. package/dist/handlers/data_element/handleGetDataElement.js +173 -0
  148. package/dist/handlers/data_element/handleUpdateDataElement.d.ts +131 -0
  149. package/dist/handlers/data_element/handleUpdateDataElement.d.ts.map +1 -0
  150. package/dist/handlers/data_element/handleUpdateDataElement.js +258 -0
  151. package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts +33 -0
  152. package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts.map +1 -0
  153. package/dist/handlers/data_element/readonly/handleGetDataElement.js +173 -0
  154. package/dist/handlers/ddlx/handleCreateMetadataExtension.d.ts +41 -0
  155. package/dist/handlers/ddlx/handleCreateMetadataExtension.d.ts.map +1 -0
  156. package/dist/handlers/ddlx/handleCreateMetadataExtension.js +92 -0
  157. package/dist/handlers/ddlx/handleUpdateMetadataExtension.d.ts +37 -0
  158. package/dist/handlers/ddlx/handleUpdateMetadataExtension.d.ts.map +1 -0
  159. package/dist/handlers/ddlx/handleUpdateMetadataExtension.js +81 -0
  160. package/dist/handlers/domain/handleCreateDomain.d.ts +104 -0
  161. package/dist/handlers/domain/handleCreateDomain.d.ts.map +1 -0
  162. package/dist/handlers/domain/handleCreateDomain.js +187 -0
  163. package/dist/handlers/domain/handleGetDomain.d.ts +19 -0
  164. package/dist/handlers/domain/handleGetDomain.d.ts.map +1 -0
  165. package/dist/handlers/domain/handleGetDomain.js +138 -0
  166. package/dist/handlers/domain/handleUpdateDomain.d.ts +99 -0
  167. package/dist/handlers/domain/handleUpdateDomain.d.ts.map +1 -0
  168. package/dist/handlers/domain/handleUpdateDomain.js +204 -0
  169. package/dist/handlers/domain/readonly/handleGetDomain.d.ts +23 -0
  170. package/dist/handlers/domain/readonly/handleGetDomain.d.ts.map +1 -0
  171. package/dist/handlers/domain/readonly/handleGetDomain.js +138 -0
  172. package/dist/handlers/enhancement/handleGetEnhancementImpl.d.ts +69 -0
  173. package/dist/handlers/enhancement/handleGetEnhancementImpl.d.ts.map +1 -0
  174. package/dist/handlers/enhancement/handleGetEnhancementImpl.js +171 -0
  175. package/dist/handlers/enhancement/handleGetEnhancementSpot.d.ts +53 -0
  176. package/dist/handlers/enhancement/handleGetEnhancementSpot.d.ts.map +1 -0
  177. package/dist/handlers/enhancement/handleGetEnhancementSpot.js +153 -0
  178. package/dist/handlers/enhancement/handleGetEnhancements.d.ts +64 -0
  179. package/dist/handlers/enhancement/handleGetEnhancements.d.ts.map +1 -0
  180. package/dist/handlers/enhancement/handleGetEnhancements.js +599 -0
  181. package/dist/handlers/function/handleCheckFunctionModule.d.ts +59 -0
  182. package/dist/handlers/function/handleCheckFunctionModule.d.ts.map +1 -0
  183. package/dist/handlers/function/handleCheckFunctionModule.js +140 -0
  184. package/dist/handlers/function/handleCreateFunctionGroup.d.ts +52 -0
  185. package/dist/handlers/function/handleCreateFunctionGroup.d.ts.map +1 -0
  186. package/dist/handlers/function/handleCreateFunctionGroup.js +114 -0
  187. package/dist/handlers/function/handleCreateFunctionModule.d.ts +57 -0
  188. package/dist/handlers/function/handleCreateFunctionModule.d.ts.map +1 -0
  189. package/dist/handlers/function/handleCreateFunctionModule.js +137 -0
  190. package/dist/handlers/function/handleGetFunction.d.ts +17 -0
  191. package/dist/handlers/function/handleGetFunction.d.ts.map +1 -0
  192. package/dist/handlers/function/handleGetFunction.js +172 -0
  193. package/dist/handlers/function/handleGetFunctionGroup.d.ts +16 -0
  194. package/dist/handlers/function/handleGetFunctionGroup.d.ts.map +1 -0
  195. package/dist/handlers/function/handleGetFunctionGroup.js +132 -0
  196. package/dist/handlers/function/handleUpdateFunctionModuleSource.d.ts +54 -0
  197. package/dist/handlers/function/handleUpdateFunctionModuleSource.d.ts.map +1 -0
  198. package/dist/handlers/function/handleUpdateFunctionModuleSource.js +108 -0
  199. package/dist/handlers/function/handleValidateFunctionModule.d.ts +58 -0
  200. package/dist/handlers/function/handleValidateFunctionModule.d.ts.map +1 -0
  201. package/dist/handlers/function/handleValidateFunctionModule.js +132 -0
  202. package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts +16 -0
  203. package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts.map +1 -0
  204. package/dist/handlers/function/readonly/handleGetFunctionGroup.js +132 -0
  205. package/dist/handlers/include/handleGetInclude.d.ts +16 -0
  206. package/dist/handlers/include/handleGetInclude.d.ts.map +1 -0
  207. package/dist/handlers/include/handleGetInclude.js +81 -0
  208. package/dist/handlers/include/handleGetIncludesList.d.ts +36 -0
  209. package/dist/handlers/include/handleGetIncludesList.d.ts.map +1 -0
  210. package/dist/handlers/include/handleGetIncludesList.js +223 -0
  211. package/dist/handlers/interface/handleCreateInterface.d.ts +64 -0
  212. package/dist/handlers/interface/handleCreateInterface.d.ts.map +1 -0
  213. package/dist/handlers/interface/handleCreateInterface.js +175 -0
  214. package/dist/handlers/interface/handleGetInterface.d.ts +40 -0
  215. package/dist/handlers/interface/handleGetInterface.d.ts.map +1 -0
  216. package/dist/handlers/interface/handleGetInterface.js +134 -0
  217. package/dist/handlers/interface/handleUpdateInterfaceSource.d.ts +48 -0
  218. package/dist/handlers/interface/handleUpdateInterfaceSource.d.ts.map +1 -0
  219. package/dist/handlers/interface/handleUpdateInterfaceSource.js +127 -0
  220. package/dist/handlers/interface/readonly/handleGetInterface.d.ts +44 -0
  221. package/dist/handlers/interface/readonly/handleGetInterface.d.ts.map +1 -0
  222. package/dist/handlers/interface/readonly/handleGetInterface.js +134 -0
  223. package/dist/handlers/package/handleCreatePackage.d.ts +38 -0
  224. package/dist/handlers/package/handleCreatePackage.d.ts.map +1 -0
  225. package/dist/handlers/package/handleCreatePackage.js +127 -0
  226. package/dist/handlers/package/handleGetPackage.d.ts +16 -0
  227. package/dist/handlers/package/handleGetPackage.d.ts.map +1 -0
  228. package/dist/handlers/package/handleGetPackage.js +94 -0
  229. package/dist/handlers/package/readonly/handleGetPackage.d.ts +21 -0
  230. package/dist/handlers/package/readonly/handleGetPackage.d.ts.map +1 -0
  231. package/dist/handlers/package/readonly/handleGetPackage.js +94 -0
  232. package/dist/handlers/program/handleCreateProgram.d.ts +73 -0
  233. package/dist/handlers/program/handleCreateProgram.d.ts.map +1 -0
  234. package/dist/handlers/program/handleCreateProgram.js +220 -0
  235. package/dist/handlers/program/handleGetProgFullCode.d.ts +67 -0
  236. package/dist/handlers/program/handleGetProgFullCode.d.ts.map +1 -0
  237. package/dist/handlers/program/handleGetProgFullCode.js +249 -0
  238. package/dist/handlers/program/handleGetProgram.d.ts +16 -0
  239. package/dist/handlers/program/handleGetProgram.d.ts.map +1 -0
  240. package/dist/handlers/program/handleGetProgram.js +71 -0
  241. package/dist/handlers/program/handleUpdateProgramSource.d.ts +44 -0
  242. package/dist/handlers/program/handleUpdateProgramSource.d.ts.map +1 -0
  243. package/dist/handlers/program/handleUpdateProgramSource.js +121 -0
  244. package/dist/handlers/program/readonly/handleGetProgram.d.ts +20 -0
  245. package/dist/handlers/program/readonly/handleGetProgram.d.ts.map +1 -0
  246. package/dist/handlers/program/readonly/handleGetProgram.js +71 -0
  247. package/dist/handlers/search/handleGetObjectsByType.d.ts +42 -0
  248. package/dist/handlers/search/handleGetObjectsByType.d.ts.map +1 -0
  249. package/dist/handlers/search/handleGetObjectsByType.js +166 -0
  250. package/dist/handlers/search/handleGetObjectsList.d.ts +46 -0
  251. package/dist/handlers/search/handleGetObjectsList.d.ts.map +1 -0
  252. package/dist/handlers/search/handleGetObjectsList.js +145 -0
  253. package/dist/handlers/search/handleSearchObject.d.ts +28 -0
  254. package/dist/handlers/search/handleSearchObject.d.ts.map +1 -0
  255. package/dist/handlers/search/handleSearchObject.js +119 -0
  256. package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts +17 -0
  257. package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts.map +1 -0
  258. package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js +136 -0
  259. package/dist/handlers/structure/handleCreateStructure.d.ts +107 -0
  260. package/dist/handlers/structure/handleCreateStructure.d.ts.map +1 -0
  261. package/dist/handlers/structure/handleCreateStructure.js +184 -0
  262. package/dist/handlers/structure/handleGetStructure.d.ts +16 -0
  263. package/dist/handlers/structure/handleGetStructure.d.ts.map +1 -0
  264. package/dist/handlers/structure/handleGetStructure.js +139 -0
  265. package/dist/handlers/structure/readonly/handleGetStructure.d.ts +16 -0
  266. package/dist/handlers/structure/readonly/handleGetStructure.d.ts.map +1 -0
  267. package/dist/handlers/structure/readonly/handleGetStructure.js +139 -0
  268. package/dist/handlers/system/handleDescribeByList.d.ts +36 -0
  269. package/dist/handlers/system/handleDescribeByList.d.ts.map +1 -0
  270. package/dist/handlers/system/handleDescribeByList.js +121 -0
  271. package/dist/handlers/system/handleGetAbapAST.d.ts +26 -0
  272. package/dist/handlers/system/handleGetAbapAST.d.ts.map +1 -0
  273. package/dist/handlers/system/handleGetAbapAST.js +172 -0
  274. package/dist/handlers/system/handleGetAbapSemanticAnalysis.d.ts +26 -0
  275. package/dist/handlers/system/handleGetAbapSemanticAnalysis.d.ts.map +1 -0
  276. package/dist/handlers/system/handleGetAbapSemanticAnalysis.js +353 -0
  277. package/dist/handlers/system/handleGetAbapSystemSymbols.d.ts +26 -0
  278. package/dist/handlers/system/handleGetAbapSystemSymbols.d.ts.map +1 -0
  279. package/dist/handlers/system/handleGetAbapSystemSymbols.js +574 -0
  280. package/dist/handlers/system/handleGetAllTypes.d.ts +22 -0
  281. package/dist/handlers/system/handleGetAllTypes.d.ts.map +1 -0
  282. package/dist/handlers/system/handleGetAllTypes.js +102 -0
  283. package/dist/handlers/system/handleGetInactiveObjects.d.ts +20 -0
  284. package/dist/handlers/system/handleGetInactiveObjects.d.ts.map +1 -0
  285. package/dist/handlers/system/handleGetInactiveObjects.js +41 -0
  286. package/dist/handlers/system/handleGetObjectInfo.d.ts +41 -0
  287. package/dist/handlers/system/handleGetObjectInfo.d.ts.map +1 -0
  288. package/dist/handlers/system/handleGetObjectInfo.js +210 -0
  289. package/dist/handlers/system/handleGetObjectNodeFromCache.d.ts +40 -0
  290. package/dist/handlers/system/handleGetObjectNodeFromCache.d.ts.map +1 -0
  291. package/dist/handlers/system/handleGetObjectNodeFromCache.js +70 -0
  292. package/dist/handlers/system/handleGetObjectStructure.d.ts +26 -0
  293. package/dist/handlers/system/handleGetObjectStructure.d.ts.map +1 -0
  294. package/dist/handlers/system/handleGetObjectStructure.js +103 -0
  295. package/dist/handlers/system/handleGetSession.d.ts +33 -0
  296. package/dist/handlers/system/handleGetSession.d.ts.map +1 -0
  297. package/dist/handlers/system/handleGetSession.js +63 -0
  298. package/dist/handlers/system/handleGetSqlQuery.d.ts +49 -0
  299. package/dist/handlers/system/handleGetSqlQuery.d.ts.map +1 -0
  300. package/dist/handlers/system/handleGetSqlQuery.js +176 -0
  301. package/dist/handlers/system/handleGetTransaction.d.ts +42 -0
  302. package/dist/handlers/system/handleGetTransaction.d.ts.map +1 -0
  303. package/dist/handlers/system/handleGetTransaction.js +91 -0
  304. package/dist/handlers/system/handleGetTypeInfo.d.ts +69 -0
  305. package/dist/handlers/system/handleGetTypeInfo.d.ts.map +1 -0
  306. package/dist/handlers/system/handleGetTypeInfo.js +169 -0
  307. package/dist/handlers/system/handleGetWhereUsed.d.ts +69 -0
  308. package/dist/handlers/system/handleGetWhereUsed.d.ts.map +1 -0
  309. package/dist/handlers/system/handleGetWhereUsed.js +405 -0
  310. package/dist/handlers/table/handleCheckTable.d.ts +55 -0
  311. package/dist/handlers/table/handleCheckTable.d.ts.map +1 -0
  312. package/dist/handlers/table/handleCheckTable.js +138 -0
  313. package/dist/handlers/table/handleCreateTable.d.ts +42 -0
  314. package/dist/handlers/table/handleCreateTable.d.ts.map +1 -0
  315. package/dist/handlers/table/handleCreateTable.js +118 -0
  316. package/dist/handlers/table/handleGetTable.d.ts +16 -0
  317. package/dist/handlers/table/handleGetTable.d.ts.map +1 -0
  318. package/dist/handlers/table/handleGetTable.js +140 -0
  319. package/dist/handlers/table/handleGetTableContents.d.ts +56 -0
  320. package/dist/handlers/table/handleGetTableContents.d.ts.map +1 -0
  321. package/dist/handlers/table/handleGetTableContents.js +387 -0
  322. package/dist/handlers/table/handleValidateTable.d.ts +53 -0
  323. package/dist/handlers/table/handleValidateTable.d.ts.map +1 -0
  324. package/dist/handlers/table/handleValidateTable.js +125 -0
  325. package/dist/handlers/table/readonly/handleGetTable.d.ts +20 -0
  326. package/dist/handlers/table/readonly/handleGetTable.d.ts.map +1 -0
  327. package/dist/handlers/table/readonly/handleGetTable.js +140 -0
  328. package/dist/handlers/transport/handleCreateTransport.d.ts +50 -0
  329. package/dist/handlers/transport/handleCreateTransport.d.ts.map +1 -0
  330. package/dist/handlers/transport/handleCreateTransport.js +151 -0
  331. package/dist/handlers/transport/handleGetTransport.d.ts +44 -0
  332. package/dist/handlers/transport/handleGetTransport.d.ts.map +1 -0
  333. package/dist/handlers/transport/handleGetTransport.js +183 -0
  334. package/dist/handlers/view/handleCreateView.d.ts +52 -0
  335. package/dist/handlers/view/handleCreateView.d.ts.map +1 -0
  336. package/dist/handlers/view/handleCreateView.js +139 -0
  337. package/dist/handlers/view/handleGetView.d.ts +26 -0
  338. package/dist/handlers/view/handleGetView.d.ts.map +1 -0
  339. package/dist/handlers/view/handleGetView.js +349 -0
  340. package/dist/handlers/view/handleUpdateViewSource.d.ts +44 -0
  341. package/dist/handlers/view/handleUpdateViewSource.d.ts.map +1 -0
  342. package/dist/handlers/view/handleUpdateViewSource.js +136 -0
  343. package/dist/handlers/view/readonly/handleGetView.d.ts +26 -0
  344. package/dist/handlers/view/readonly/handleGetView.d.ts.map +1 -0
  345. package/dist/handlers/view/readonly/handleGetView.js +349 -0
  346. package/dist/index.d.ts +94 -0
  347. package/dist/index.d.ts.map +1 -0
  348. package/dist/index.js +2453 -0
  349. package/dist/lib/activationUtils.d.ts +59 -0
  350. package/dist/lib/activationUtils.d.ts.map +1 -0
  351. package/dist/lib/activationUtils.js +168 -0
  352. package/dist/lib/config/ArgumentsParser.d.ts +2 -0
  353. package/dist/lib/config/ArgumentsParser.d.ts.map +1 -1
  354. package/dist/lib/config/ArgumentsParser.js +11 -1
  355. package/dist/lib/config/ArgumentsParser.js.map +1 -1
  356. package/dist/lib/config/IServerConfig.d.ts +2 -0
  357. package/dist/lib/config/IServerConfig.d.ts.map +1 -1
  358. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  359. package/dist/lib/config/ServerConfigManager.js +3 -0
  360. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  361. package/dist/lib/getFullCodeCache.d.ts +3 -0
  362. package/dist/lib/getFullCodeCache.d.ts.map +1 -0
  363. package/dist/lib/getFullCodeCache.js +56 -0
  364. package/dist/lib/toolsRegistry.d.ts +13 -0
  365. package/dist/lib/toolsRegistry.d.ts.map +1 -0
  366. package/dist/lib/toolsRegistry.js +410 -0
  367. package/dist/server/AuthBrokerConfig.d.ts.map +1 -1
  368. package/dist/server/AuthBrokerConfig.js +14 -9
  369. package/dist/server/AuthBrokerConfig.js.map +1 -1
  370. package/dist/server/BaseMcpServer.d.ts.map +1 -1
  371. package/dist/server/BaseMcpServer.js +6 -0
  372. package/dist/server/BaseMcpServer.js.map +1 -1
  373. package/dist/server/launcher.js +4 -4
  374. package/dist/server/launcher.js.map +1 -1
  375. package/dist/utils/lockStateManager.d.ts +64 -0
  376. package/dist/utils/lockStateManager.d.ts.map +1 -0
  377. package/dist/utils/lockStateManager.js +173 -0
  378. package/dist/utils/lockStateManager.js.map +1 -0
  379. package/docs/user-guide/AUTHENTICATION.md +7 -0
  380. package/docs/user-guide/AVAILABLE_TOOLS.md +189 -174
  381. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +189 -174
  382. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +189 -174
  383. package/docs/user-guide/CLI_OPTIONS.md +14 -0
  384. package/package.json +2 -1
  385. package/dist/handlers/service_binding/high/handleListServiceBindings.d.ts +0 -44
  386. package/dist/handlers/service_binding/high/handleListServiceBindings.d.ts.map +0 -1
  387. package/dist/handlers/service_binding/high/handleListServiceBindings.js +0 -211
  388. package/dist/handlers/service_binding/high/handleListServiceBindings.js.map +0 -1
  389. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.d.ts +0 -11
  390. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.d.ts.map +0 -1
  391. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.js +0 -27
  392. package/dist/handlers/service_binding/high/serviceBindingXmlBuilder.js.map +0 -1
  393. package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.d.ts +0 -27
  394. package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.d.ts.map +0 -1
  395. package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.js +0 -47
  396. package/dist/handlers/system/readonly/handleRuntimeGetDumpByUri.js.map +0 -1
  397. package/dist/handlers/system/readonly/runtimeDumpReadCompat.d.ts +0 -8
  398. package/dist/handlers/system/readonly/runtimeDumpReadCompat.d.ts.map +0 -1
  399. package/dist/handlers/system/readonly/runtimeDumpReadCompat.js +0 -55
  400. 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
  };