@mcp-abap-adt/core 2.4.2 → 2.5.0

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 (142) hide show
  1. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts +4 -0
  2. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts.map +1 -0
  3. package/dist/handlers/compact/high/compactLifecycleUtils.js +23 -0
  4. package/dist/handlers/compact/high/compactLifecycleUtils.js.map +1 -0
  5. package/dist/handlers/compact/high/compactMatrix.d.ts +4 -0
  6. package/dist/handlers/compact/high/compactMatrix.d.ts.map +1 -0
  7. package/dist/handlers/compact/high/compactMatrix.js +31 -0
  8. package/dist/handlers/compact/high/compactMatrix.js.map +1 -0
  9. package/dist/handlers/compact/high/compactObjectTypes.d.ts +3 -0
  10. package/dist/handlers/compact/high/compactObjectTypes.d.ts.map +1 -0
  11. package/dist/handlers/compact/high/compactObjectTypes.js +31 -0
  12. package/dist/handlers/compact/high/compactObjectTypes.js.map +1 -0
  13. package/dist/handlers/compact/high/compactRouter.d.ts +11 -0
  14. package/dist/handlers/compact/high/compactRouter.d.ts.map +1 -0
  15. package/dist/handlers/compact/high/compactRouter.js +254 -0
  16. package/dist/handlers/compact/high/compactRouter.js.map +1 -0
  17. package/dist/handlers/compact/high/compactSchemas.d.ts +725 -0
  18. package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -0
  19. package/dist/handlers/compact/high/compactSchemas.js +390 -0
  20. package/dist/handlers/compact/high/compactSchemas.js.map +1 -0
  21. package/dist/handlers/compact/high/handleHandlerActivate.d.ts +63 -0
  22. package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -0
  23. package/dist/handlers/compact/high/handleHandlerActivate.js +27 -0
  24. package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -0
  25. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +36 -0
  26. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -0
  27. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +15 -0
  28. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -0
  29. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +31 -0
  30. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -0
  31. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +15 -0
  32. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -0
  33. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +63 -0
  34. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -0
  35. package/dist/handlers/compact/high/handleHandlerCheckRun.js +26 -0
  36. package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -0
  37. package/dist/handlers/compact/high/handleHandlerCreate.d.ts +95 -0
  38. package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -0
  39. package/dist/handlers/compact/high/handleHandlerCreate.js +15 -0
  40. package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -0
  41. package/dist/handlers/compact/high/handleHandlerDelete.d.ts +41 -0
  42. package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -0
  43. package/dist/handlers/compact/high/handleHandlerDelete.js +15 -0
  44. package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -0
  45. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +43 -0
  46. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -0
  47. package/dist/handlers/compact/high/handleHandlerDumpList.js +15 -0
  48. package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -0
  49. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +32 -0
  50. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -0
  51. package/dist/handlers/compact/high/handleHandlerDumpView.js +15 -0
  52. package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -0
  53. package/dist/handlers/compact/high/handleHandlerGet.d.ts +43 -0
  54. package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -0
  55. package/dist/handlers/compact/high/handleHandlerGet.js +15 -0
  56. package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -0
  57. package/dist/handlers/compact/high/handleHandlerLock.d.ts +61 -0
  58. package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -0
  59. package/dist/handlers/compact/high/handleHandlerLock.js +26 -0
  60. package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -0
  61. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +18 -0
  62. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts.map +1 -0
  63. package/dist/handlers/compact/high/handleHandlerProfileList.js +15 -0
  64. package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -0
  65. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +92 -0
  66. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -0
  67. package/dist/handlers/compact/high/handleHandlerProfileRun.js +57 -0
  68. package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -0
  69. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +47 -0
  70. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -0
  71. package/dist/handlers/compact/high/handleHandlerProfileView.js +15 -0
  72. package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -0
  73. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +28 -0
  74. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -0
  75. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +15 -0
  76. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -0
  77. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +42 -0
  78. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -0
  79. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +15 -0
  80. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -0
  81. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +40 -0
  82. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -0
  83. package/dist/handlers/compact/high/handleHandlerTransportCreate.js +15 -0
  84. package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -0
  85. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +36 -0
  86. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -0
  87. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +15 -0
  88. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -0
  89. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +106 -0
  90. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -0
  91. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +15 -0
  92. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -0
  93. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +31 -0
  94. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -0
  95. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +15 -0
  96. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -0
  97. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +61 -0
  98. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -0
  99. package/dist/handlers/compact/high/handleHandlerUnlock.js +26 -0
  100. package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -0
  101. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +89 -0
  102. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -0
  103. package/dist/handlers/compact/high/handleHandlerUpdate.js +15 -0
  104. package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -0
  105. package/dist/handlers/compact/high/handleHandlerValidate.d.ts +85 -0
  106. package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -0
  107. package/dist/handlers/compact/high/handleHandlerValidate.js +40 -0
  108. package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -0
  109. package/dist/lib/config/IServerConfig.d.ts +1 -1
  110. package/dist/lib/config/IServerConfig.d.ts.map +1 -1
  111. package/dist/lib/config/ServerConfigManager.d.ts +1 -1
  112. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  113. package/dist/lib/config/ServerConfigManager.js +7 -3
  114. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  115. package/dist/lib/config/yamlConfig.js +1 -1
  116. package/dist/lib/handlers/HandlerExporter.d.ts +5 -0
  117. package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -1
  118. package/dist/lib/handlers/HandlerExporter.js +4 -0
  119. package/dist/lib/handlers/HandlerExporter.js.map +1 -1
  120. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts +11 -0
  121. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -0
  122. package/dist/lib/handlers/groups/CompactHandlersGroup.js +218 -0
  123. package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -0
  124. package/dist/lib/handlers/groups/index.d.ts +1 -0
  125. package/dist/lib/handlers/groups/index.d.ts.map +1 -1
  126. package/dist/lib/handlers/groups/index.js +3 -1
  127. package/dist/lib/handlers/groups/index.js.map +1 -1
  128. package/dist/server/EmbeddableMcpServer.d.ts +1 -1
  129. package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
  130. package/dist/server/EmbeddableMcpServer.js +4 -0
  131. package/dist/server/EmbeddableMcpServer.js.map +1 -1
  132. package/dist/server/launcher.js +3 -0
  133. package/dist/server/launcher.js.map +1 -1
  134. package/docs/development/roadmaps/COMPACT_FACADE_ROUTER_ROADMAP.md +71 -0
  135. package/docs/user-guide/AVAILABLE_TOOLS.md +657 -30
  136. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +540 -0
  137. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +533 -22
  138. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +14 -5
  139. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +101 -4
  140. package/docs/user-guide/HANDLERS_MANAGEMENT.md +50 -4
  141. package/docs/user-guide/README.md +2 -0
  142. package/package.json +1 -1
@@ -0,0 +1,725 @@
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
+ };
12
+ readonly program_name: {
13
+ readonly type: "string";
14
+ };
15
+ readonly domain_name: {
16
+ readonly type: "string";
17
+ };
18
+ readonly function_module_name: {
19
+ readonly type: "string";
20
+ };
21
+ readonly function_group_name: {
22
+ readonly type: "string";
23
+ };
24
+ readonly package_name: {
25
+ readonly type: "string";
26
+ };
27
+ readonly description: {
28
+ readonly type: "string";
29
+ };
30
+ readonly transport_request: {
31
+ readonly type: "string";
32
+ };
33
+ readonly source_code: {
34
+ readonly type: "string";
35
+ };
36
+ readonly activate: {
37
+ readonly type: "boolean";
38
+ };
39
+ readonly program_type: {
40
+ readonly type: "string";
41
+ };
42
+ readonly application: {
43
+ readonly type: "string";
44
+ };
45
+ readonly datatype: {
46
+ readonly type: "string";
47
+ };
48
+ readonly length: {
49
+ readonly type: "number";
50
+ };
51
+ readonly decimals: {
52
+ readonly type: "number";
53
+ };
54
+ readonly conversion_exit: {
55
+ readonly type: "string";
56
+ };
57
+ readonly lowercase: {
58
+ readonly type: "boolean";
59
+ };
60
+ readonly sign_exists: {
61
+ readonly type: "boolean";
62
+ };
63
+ readonly value_table: {
64
+ readonly type: "string";
65
+ };
66
+ readonly fixed_values: {
67
+ readonly type: "array";
68
+ readonly items: {
69
+ readonly type: "object";
70
+ readonly properties: {
71
+ readonly low: {
72
+ readonly type: "string";
73
+ };
74
+ readonly text: {
75
+ readonly type: "string";
76
+ };
77
+ };
78
+ readonly required: readonly ["low", "text"];
79
+ };
80
+ };
81
+ };
82
+ readonly required: readonly ["object_type"];
83
+ };
84
+ export declare const compactGetSchema: {
85
+ readonly type: "object";
86
+ readonly properties: {
87
+ readonly object_type: {
88
+ readonly type: "string";
89
+ readonly enum: import("./compactObjectTypes").CompactObjectType[];
90
+ readonly description: "ABAP object type for routed compact operation.";
91
+ };
92
+ readonly class_name: {
93
+ readonly type: "string";
94
+ };
95
+ readonly program_name: {
96
+ readonly type: "string";
97
+ };
98
+ readonly domain_name: {
99
+ readonly type: "string";
100
+ };
101
+ readonly function_module_name: {
102
+ readonly type: "string";
103
+ };
104
+ readonly function_group_name: {
105
+ readonly type: "string";
106
+ };
107
+ readonly version: {
108
+ readonly type: "string";
109
+ readonly enum: readonly ["active", "inactive"];
110
+ readonly default: "active";
111
+ };
112
+ };
113
+ readonly required: readonly ["object_type"];
114
+ };
115
+ export declare const compactUpdateSchema: {
116
+ readonly type: "object";
117
+ readonly properties: {
118
+ readonly object_type: {
119
+ readonly type: "string";
120
+ readonly enum: import("./compactObjectTypes").CompactObjectType[];
121
+ readonly description: "ABAP object type for routed compact operation.";
122
+ };
123
+ readonly class_name: {
124
+ readonly type: "string";
125
+ };
126
+ readonly program_name: {
127
+ readonly type: "string";
128
+ };
129
+ readonly domain_name: {
130
+ readonly type: "string";
131
+ };
132
+ readonly function_module_name: {
133
+ readonly type: "string";
134
+ };
135
+ readonly function_group_name: {
136
+ readonly type: "string";
137
+ };
138
+ readonly package_name: {
139
+ readonly type: "string";
140
+ };
141
+ readonly source_code: {
142
+ readonly type: "string";
143
+ };
144
+ readonly transport_request: {
145
+ readonly type: "string";
146
+ };
147
+ readonly activate: {
148
+ readonly type: "boolean";
149
+ };
150
+ readonly description: {
151
+ readonly type: "string";
152
+ };
153
+ readonly datatype: {
154
+ readonly type: "string";
155
+ };
156
+ readonly length: {
157
+ readonly type: "number";
158
+ };
159
+ readonly decimals: {
160
+ readonly type: "number";
161
+ };
162
+ readonly conversion_exit: {
163
+ readonly type: "string";
164
+ };
165
+ readonly lowercase: {
166
+ readonly type: "boolean";
167
+ };
168
+ readonly sign_exists: {
169
+ readonly type: "boolean";
170
+ };
171
+ readonly value_table: {
172
+ readonly type: "string";
173
+ };
174
+ readonly fixed_values: {
175
+ readonly type: "array";
176
+ readonly items: {
177
+ readonly type: "object";
178
+ readonly properties: {
179
+ readonly low: {
180
+ readonly type: "string";
181
+ };
182
+ readonly text: {
183
+ readonly type: "string";
184
+ };
185
+ };
186
+ readonly required: readonly ["low", "text"];
187
+ };
188
+ };
189
+ };
190
+ readonly required: readonly ["object_type"];
191
+ };
192
+ export declare const compactDeleteSchema: {
193
+ readonly type: "object";
194
+ readonly properties: {
195
+ readonly object_type: {
196
+ readonly type: "string";
197
+ readonly enum: import("./compactObjectTypes").CompactObjectType[];
198
+ readonly description: "ABAP object type for routed compact operation.";
199
+ };
200
+ readonly class_name: {
201
+ readonly type: "string";
202
+ };
203
+ readonly program_name: {
204
+ readonly type: "string";
205
+ };
206
+ readonly domain_name: {
207
+ readonly type: "string";
208
+ };
209
+ readonly function_module_name: {
210
+ readonly type: "string";
211
+ };
212
+ readonly function_group_name: {
213
+ readonly type: "string";
214
+ };
215
+ readonly transport_request: {
216
+ readonly type: "string";
217
+ };
218
+ };
219
+ readonly required: readonly ["object_type"];
220
+ };
221
+ export declare const compactUnitTestRunSchema: {
222
+ readonly type: "object";
223
+ readonly properties: {
224
+ readonly tests: {
225
+ readonly type: "array";
226
+ readonly items: {
227
+ readonly type: "object";
228
+ readonly properties: {
229
+ readonly container_class: {
230
+ readonly type: "string";
231
+ };
232
+ readonly test_class: {
233
+ readonly type: "string";
234
+ };
235
+ };
236
+ readonly required: readonly ["container_class", "test_class"];
237
+ };
238
+ };
239
+ readonly title: {
240
+ readonly type: "string";
241
+ };
242
+ readonly context: {
243
+ readonly type: "string";
244
+ };
245
+ readonly scope: {
246
+ readonly type: "object";
247
+ readonly properties: {
248
+ readonly own_tests: {
249
+ readonly type: "boolean";
250
+ };
251
+ readonly foreign_tests: {
252
+ readonly type: "boolean";
253
+ };
254
+ readonly add_foreign_tests_as_preview: {
255
+ readonly type: "boolean";
256
+ };
257
+ };
258
+ };
259
+ readonly risk_level: {
260
+ readonly type: "object";
261
+ readonly properties: {
262
+ readonly harmless: {
263
+ readonly type: "boolean";
264
+ };
265
+ readonly dangerous: {
266
+ readonly type: "boolean";
267
+ };
268
+ readonly critical: {
269
+ readonly type: "boolean";
270
+ };
271
+ };
272
+ };
273
+ readonly duration: {
274
+ readonly type: "object";
275
+ readonly properties: {
276
+ readonly short: {
277
+ readonly type: "boolean";
278
+ };
279
+ readonly medium: {
280
+ readonly type: "boolean";
281
+ };
282
+ readonly long: {
283
+ readonly type: "boolean";
284
+ };
285
+ };
286
+ };
287
+ };
288
+ readonly required: readonly ["tests"];
289
+ };
290
+ export declare const compactUnitTestStatusSchema: {
291
+ readonly type: "object";
292
+ readonly properties: {
293
+ readonly run_id: {
294
+ readonly type: "string";
295
+ };
296
+ readonly with_long_polling: {
297
+ readonly type: "boolean";
298
+ readonly default: true;
299
+ };
300
+ };
301
+ readonly required: readonly ["run_id"];
302
+ };
303
+ export declare const compactUnitTestResultSchema: {
304
+ readonly type: "object";
305
+ readonly properties: {
306
+ readonly run_id: {
307
+ readonly type: "string";
308
+ };
309
+ readonly with_navigation_uris: {
310
+ readonly type: "boolean";
311
+ readonly default: false;
312
+ };
313
+ readonly format: {
314
+ readonly type: "string";
315
+ readonly enum: readonly ["abapunit", "junit"];
316
+ };
317
+ };
318
+ readonly required: readonly ["run_id"];
319
+ };
320
+ export declare const compactCdsUnitTestStatusSchema: {
321
+ readonly type: "object";
322
+ readonly properties: {
323
+ readonly run_id: {
324
+ readonly type: "string";
325
+ };
326
+ readonly with_long_polling: {
327
+ readonly type: "boolean";
328
+ readonly default: true;
329
+ };
330
+ };
331
+ readonly required: readonly ["run_id"];
332
+ };
333
+ export declare const compactCdsUnitTestResultSchema: {
334
+ readonly type: "object";
335
+ readonly properties: {
336
+ readonly run_id: {
337
+ readonly type: "string";
338
+ };
339
+ readonly with_navigation_uris: {
340
+ readonly type: "boolean";
341
+ readonly default: false;
342
+ };
343
+ readonly format: {
344
+ readonly type: "string";
345
+ readonly enum: readonly ["abapunit", "junit"];
346
+ };
347
+ };
348
+ readonly required: readonly ["run_id"];
349
+ };
350
+ export declare const compactProfileRunSchema: {
351
+ readonly type: "object";
352
+ readonly properties: {
353
+ readonly target_type: {
354
+ readonly type: "string";
355
+ readonly enum: readonly ["CLASS", "PROGRAM"];
356
+ readonly description: "Profile execution target kind.";
357
+ };
358
+ readonly class_name: {
359
+ readonly type: "string";
360
+ };
361
+ readonly program_name: {
362
+ readonly type: "string";
363
+ };
364
+ readonly description: {
365
+ readonly type: "string";
366
+ };
367
+ readonly all_procedural_units: {
368
+ readonly type: "boolean";
369
+ };
370
+ readonly all_misc_abap_statements: {
371
+ readonly type: "boolean";
372
+ };
373
+ readonly all_internal_table_events: {
374
+ readonly type: "boolean";
375
+ };
376
+ readonly all_dynpro_events: {
377
+ readonly type: "boolean";
378
+ };
379
+ readonly aggregate: {
380
+ readonly type: "boolean";
381
+ };
382
+ readonly explicit_on_off: {
383
+ readonly type: "boolean";
384
+ };
385
+ readonly with_rfc_tracing: {
386
+ readonly type: "boolean";
387
+ };
388
+ readonly all_system_kernel_events: {
389
+ readonly type: "boolean";
390
+ };
391
+ readonly sql_trace: {
392
+ readonly type: "boolean";
393
+ };
394
+ readonly all_db_events: {
395
+ readonly type: "boolean";
396
+ };
397
+ readonly max_size_for_trace_file: {
398
+ readonly type: "number";
399
+ };
400
+ readonly amdp_trace: {
401
+ readonly type: "boolean";
402
+ };
403
+ readonly max_time_for_tracing: {
404
+ readonly type: "number";
405
+ };
406
+ };
407
+ readonly required: readonly ["target_type"];
408
+ };
409
+ export declare const compactProfileListSchema: {
410
+ readonly type: "object";
411
+ readonly properties: {};
412
+ readonly required: readonly [];
413
+ };
414
+ export declare const compactProfileViewSchema: {
415
+ readonly type: "object";
416
+ readonly properties: {
417
+ readonly trace_id_or_uri: {
418
+ readonly type: "string";
419
+ };
420
+ readonly view: {
421
+ readonly type: "string";
422
+ readonly enum: readonly ["hitlist", "statements", "db_accesses"];
423
+ };
424
+ readonly with_system_events: {
425
+ readonly type: "boolean";
426
+ };
427
+ readonly id: {
428
+ readonly type: "number";
429
+ };
430
+ readonly with_details: {
431
+ readonly type: "boolean";
432
+ };
433
+ readonly auto_drill_down_threshold: {
434
+ readonly type: "number";
435
+ };
436
+ };
437
+ readonly required: readonly ["trace_id_or_uri", "view"];
438
+ };
439
+ export declare const compactDumpListSchema: {
440
+ readonly type: "object";
441
+ readonly properties: {
442
+ readonly user: {
443
+ readonly type: "string";
444
+ };
445
+ readonly inlinecount: {
446
+ readonly type: "string";
447
+ readonly enum: readonly ["allpages", "none"];
448
+ };
449
+ readonly top: {
450
+ readonly type: "number";
451
+ };
452
+ readonly skip: {
453
+ readonly type: "number";
454
+ };
455
+ readonly orderby: {
456
+ readonly type: "string";
457
+ };
458
+ };
459
+ readonly required: readonly [];
460
+ };
461
+ export declare const compactDumpViewSchema: {
462
+ readonly type: "object";
463
+ readonly properties: {
464
+ readonly dump_id: {
465
+ readonly type: "string";
466
+ };
467
+ readonly view: {
468
+ readonly type: "string";
469
+ readonly enum: readonly ["default", "summary", "formatted"];
470
+ readonly default: "default";
471
+ };
472
+ };
473
+ readonly required: readonly ["dump_id"];
474
+ };
475
+ export declare const compactServiceBindingListTypesSchema: {
476
+ readonly type: "object";
477
+ readonly properties: {
478
+ readonly response_format: {
479
+ readonly type: "string";
480
+ readonly enum: readonly ["xml", "json", "plain"];
481
+ readonly default: "xml";
482
+ };
483
+ };
484
+ readonly required: readonly [];
485
+ };
486
+ export declare const compactServiceBindingValidateSchema: {
487
+ readonly type: "object";
488
+ readonly properties: {
489
+ readonly service_binding_name: {
490
+ readonly type: "string";
491
+ };
492
+ readonly service_definition_name: {
493
+ readonly type: "string";
494
+ };
495
+ readonly service_binding_version: {
496
+ readonly type: "string";
497
+ };
498
+ readonly package_name: {
499
+ readonly type: "string";
500
+ };
501
+ readonly description: {
502
+ readonly type: "string";
503
+ };
504
+ };
505
+ readonly required: readonly ["service_binding_name", "service_definition_name"];
506
+ };
507
+ export declare const compactTransportCreateSchema: {
508
+ readonly type: "object";
509
+ readonly properties: {
510
+ readonly transport_type: {
511
+ readonly type: "string";
512
+ readonly enum: readonly ["workbench", "customizing"];
513
+ readonly default: "workbench";
514
+ };
515
+ readonly description: {
516
+ readonly type: "string";
517
+ };
518
+ readonly target_system: {
519
+ readonly type: "string";
520
+ };
521
+ readonly owner: {
522
+ readonly type: "string";
523
+ };
524
+ };
525
+ readonly required: readonly ["description"];
526
+ };
527
+ export declare const compactValidateSchema: {
528
+ readonly type: "object";
529
+ readonly properties: {
530
+ readonly package_name: {
531
+ readonly type: "string";
532
+ };
533
+ readonly description: {
534
+ readonly type: "string";
535
+ };
536
+ readonly behavior_definition: {
537
+ readonly type: "string";
538
+ };
539
+ readonly root_entity: {
540
+ readonly type: "string";
541
+ };
542
+ readonly implementation_type: {
543
+ readonly type: "string";
544
+ };
545
+ readonly service_definition_name: {
546
+ readonly type: "string";
547
+ };
548
+ readonly service_binding_version: {
549
+ readonly type: "string";
550
+ };
551
+ readonly session_id: {
552
+ readonly type: "string";
553
+ };
554
+ readonly session_state: {
555
+ readonly type: "object";
556
+ readonly properties: {
557
+ readonly cookies: {
558
+ readonly type: "string";
559
+ };
560
+ readonly csrf_token: {
561
+ readonly type: "string";
562
+ };
563
+ readonly cookie_store: {
564
+ readonly type: "object";
565
+ };
566
+ };
567
+ };
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
+ };
578
+ readonly required: readonly ["object_type", "object_name"];
579
+ };
580
+ export declare const compactLockSchema: {
581
+ readonly type: "object";
582
+ readonly properties: {
583
+ readonly super_package: {
584
+ readonly type: "string";
585
+ };
586
+ readonly session_id: {
587
+ readonly type: "string";
588
+ };
589
+ readonly session_state: {
590
+ readonly type: "object";
591
+ readonly properties: {
592
+ readonly cookies: {
593
+ readonly type: "string";
594
+ };
595
+ readonly csrf_token: {
596
+ readonly type: "string";
597
+ };
598
+ readonly cookie_store: {
599
+ readonly type: "object";
600
+ };
601
+ };
602
+ };
603
+ readonly object_type: {
604
+ readonly type: "string";
605
+ readonly enum: import("./compactObjectTypes").CompactObjectType[];
606
+ readonly description: "ABAP object type for routed compact operation.";
607
+ };
608
+ readonly object_name: {
609
+ readonly type: "string";
610
+ readonly description: "Primary object name for lifecycle operation.";
611
+ };
612
+ };
613
+ readonly required: readonly ["object_type", "object_name"];
614
+ };
615
+ export declare const compactUnlockSchema: {
616
+ readonly type: "object";
617
+ readonly properties: {
618
+ readonly lock_handle: {
619
+ readonly type: "string";
620
+ };
621
+ readonly session_id: {
622
+ readonly type: "string";
623
+ };
624
+ readonly session_state: {
625
+ readonly type: "object";
626
+ readonly properties: {
627
+ readonly cookies: {
628
+ readonly type: "string";
629
+ };
630
+ readonly csrf_token: {
631
+ readonly type: "string";
632
+ };
633
+ readonly cookie_store: {
634
+ readonly type: "object";
635
+ };
636
+ };
637
+ };
638
+ readonly object_type: {
639
+ readonly type: "string";
640
+ readonly enum: import("./compactObjectTypes").CompactObjectType[];
641
+ readonly description: "ABAP object type for routed compact operation.";
642
+ };
643
+ readonly object_name: {
644
+ readonly type: "string";
645
+ readonly description: "Primary object name for lifecycle operation.";
646
+ };
647
+ };
648
+ readonly required: readonly ["object_type", "object_name", "lock_handle", "session_id"];
649
+ };
650
+ export declare const compactCheckRunSchema: {
651
+ readonly type: "object";
652
+ readonly properties: {
653
+ readonly version: {
654
+ readonly type: "string";
655
+ readonly enum: readonly ["active", "inactive"];
656
+ readonly default: "active";
657
+ };
658
+ readonly session_id: {
659
+ readonly type: "string";
660
+ };
661
+ readonly session_state: {
662
+ readonly type: "object";
663
+ readonly properties: {
664
+ readonly cookies: {
665
+ readonly type: "string";
666
+ };
667
+ readonly csrf_token: {
668
+ readonly type: "string";
669
+ };
670
+ readonly cookie_store: {
671
+ readonly type: "object";
672
+ };
673
+ };
674
+ };
675
+ readonly object_type: {
676
+ readonly type: "string";
677
+ readonly enum: import("./compactObjectTypes").CompactObjectType[];
678
+ readonly description: "ABAP object type for routed compact operation.";
679
+ };
680
+ readonly object_name: {
681
+ readonly type: "string";
682
+ readonly description: "Primary object name for lifecycle operation.";
683
+ };
684
+ };
685
+ readonly required: readonly ["object_type", "object_name"];
686
+ };
687
+ export declare const compactActivateSchema: {
688
+ readonly type: "object";
689
+ readonly properties: {
690
+ readonly object_type: {
691
+ readonly type: "string";
692
+ readonly enum: import("./compactObjectTypes").CompactObjectType[];
693
+ readonly description: "ABAP object type for routed compact operation.";
694
+ };
695
+ readonly object_name: {
696
+ readonly type: "string";
697
+ };
698
+ readonly object_adt_type: {
699
+ readonly type: "string";
700
+ readonly description: "ADT object type code (e.g. CLAS/OC, PROG/P). Required for single-object activation form.";
701
+ };
702
+ readonly objects: {
703
+ readonly type: "array";
704
+ readonly items: {
705
+ readonly type: "object";
706
+ readonly properties: {
707
+ readonly name: {
708
+ readonly type: "string";
709
+ };
710
+ readonly type: {
711
+ readonly type: "string";
712
+ };
713
+ readonly uri: {
714
+ readonly type: "string";
715
+ };
716
+ };
717
+ readonly required: readonly ["name", "type"];
718
+ };
719
+ };
720
+ readonly preaudit: {
721
+ readonly type: "boolean";
722
+ };
723
+ };
724
+ };
725
+ //# sourceMappingURL=compactSchemas.d.ts.map