@mcp-abap-adt/core 2.4.2 → 2.5.1

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