@mcp-abap-adt/core 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1248 -0
- package/LICENSE +21 -0
- package/README.md +218 -0
- package/bin/README.md +368 -0
- package/bin/lock-object.js +274 -0
- package/bin/manage-locks.js +331 -0
- package/bin/manage-sessions.js +235 -0
- package/bin/mcp-abap-adt.js +15 -0
- package/bin/unlock-object.js +291 -0
- package/bin/unlock-test-objects.js +248 -0
- package/dist/bin/help.d.ts +6 -0
- package/dist/bin/help.d.ts.map +1 -0
- package/dist/bin/help.js +59 -0
- package/dist/bin/mcp-abap-adt-v2.d.ts +9 -0
- package/dist/bin/mcp-abap-adt-v2.d.ts.map +1 -0
- package/dist/bin/mcp-abap-adt-v2.js +247 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.d.ts +51 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.js +141 -0
- package/dist/handlers/behavior_definition/high/handleCreateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.d.ts +43 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.js +106 -0
- package/dist/handlers/behavior_definition/high/handleDeleteBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.d.ts +45 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.js +89 -0
- package/dist/handlers/behavior_definition/high/handleGetBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts +38 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js +99 -0
- package/dist/handlers/behavior_definition/high/handleUpdateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.d.ts +63 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.js +135 -0
- package/dist/handlers/behavior_definition/low/handleActivateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.d.ts +63 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.js +128 -0
- package/dist/handlers/behavior_definition/low/handleCheckBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.d.ts +90 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.js +163 -0
- package/dist/handlers/behavior_definition/low/handleCreateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.d.ts +43 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.js +109 -0
- package/dist/handlers/behavior_definition/low/handleDeleteBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.d.ts +63 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.js +122 -0
- package/dist/handlers/behavior_definition/low/handleLockBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.d.ts +68 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.js +127 -0
- package/dist/handlers/behavior_definition/low/handleUnlockBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.d.ts +73 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.js +132 -0
- package/dist/handlers/behavior_definition/low/handleUpdateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.d.ts +85 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.js +166 -0
- package/dist/handlers/behavior_definition/low/handleValidateBehaviorDefinition.js.map +1 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts +21 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.d.ts.map +1 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.js +24 -0
- package/dist/handlers/behavior_definition/readonly/handleGetBdef.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.d.ts +70 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.js +193 -0
- package/dist/handlers/behavior_implementation/high/handleCreateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.d.ts +43 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.js +106 -0
- package/dist/handlers/behavior_implementation/high/handleDeleteBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.d.ts +45 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.js +89 -0
- package/dist/handlers/behavior_implementation/high/handleGetBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.d.ts +61 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.js +141 -0
- package/dist/handlers/behavior_implementation/high/handleUpdateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.d.ts +88 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.js +155 -0
- package/dist/handlers/behavior_implementation/low/handleCreateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.d.ts +63 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.js +112 -0
- package/dist/handlers/behavior_implementation/low/handleLockBehaviorImplementation.js.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.d.ts +78 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.d.ts.map +1 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.js +147 -0
- package/dist/handlers/behavior_implementation/low/handleValidateBehaviorImplementation.js.map +1 -0
- package/dist/handlers/class/high/handleCreateClass.d.ts +77 -0
- package/dist/handlers/class/high/handleCreateClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateClass.js +209 -0
- package/dist/handlers/class/high/handleCreateClass.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.d.ts +46 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.js +84 -0
- package/dist/handlers/class/high/handleCreateLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.d.ts +46 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.js +84 -0
- package/dist/handlers/class/high/handleCreateLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.d.ts +59 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.js +107 -0
- package/dist/handlers/class/high/handleCreateLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.d.ts +46 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.js +84 -0
- package/dist/handlers/class/high/handleCreateLocalTypes.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteClass.d.ts +43 -0
- package/dist/handlers/class/high/handleDeleteClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteClass.js +106 -0
- package/dist/handlers/class/high/handleDeleteClass.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.d.ts +41 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.js +82 -0
- package/dist/handlers/class/high/handleDeleteLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.d.ts +41 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.js +82 -0
- package/dist/handlers/class/high/handleDeleteLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.d.ts +49 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.js +94 -0
- package/dist/handlers/class/high/handleDeleteLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.d.ts +41 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.js +82 -0
- package/dist/handlers/class/high/handleDeleteLocalTypes.js.map +1 -0
- package/dist/handlers/class/high/handleGetClass.d.ts +45 -0
- package/dist/handlers/class/high/handleGetClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetClass.js +89 -0
- package/dist/handlers/class/high/handleGetClass.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.d.ts +40 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.js +91 -0
- package/dist/handlers/class/high/handleGetLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalMacros.d.ts +40 -0
- package/dist/handlers/class/high/handleGetLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalMacros.js +79 -0
- package/dist/handlers/class/high/handleGetLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.d.ts +45 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.js +92 -0
- package/dist/handlers/class/high/handleGetLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTypes.d.ts +40 -0
- package/dist/handlers/class/high/handleGetLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetLocalTypes.js +91 -0
- package/dist/handlers/class/high/handleGetLocalTypes.js.map +1 -0
- package/dist/handlers/class/high/handleGetUnitTest.d.ts +38 -0
- package/dist/handlers/class/high/handleGetUnitTest.d.ts.map +1 -0
- package/dist/handlers/class/high/handleGetUnitTest.js +73 -0
- package/dist/handlers/class/high/handleGetUnitTest.js.map +1 -0
- package/dist/handlers/class/high/handleRunUnitTest.d.ts +122 -0
- package/dist/handlers/class/high/handleRunUnitTest.d.ts.map +1 -0
- package/dist/handlers/class/high/handleRunUnitTest.js +133 -0
- package/dist/handlers/class/high/handleRunUnitTest.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateClass.d.ts +42 -0
- package/dist/handlers/class/high/handleUpdateClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateClass.js +165 -0
- package/dist/handlers/class/high/handleUpdateClass.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.d.ts +46 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.js +84 -0
- package/dist/handlers/class/high/handleUpdateLocalDefinitions.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.d.ts +46 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.js +84 -0
- package/dist/handlers/class/high/handleUpdateLocalMacros.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.d.ts +54 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.js +101 -0
- package/dist/handlers/class/high/handleUpdateLocalTestClass.js.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.d.ts +46 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.d.ts.map +1 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.js +84 -0
- package/dist/handlers/class/high/handleUpdateLocalTypes.js.map +1 -0
- package/dist/handlers/class/low/handleActivateClass.d.ts +63 -0
- package/dist/handlers/class/low/handleActivateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleActivateClass.js +127 -0
- package/dist/handlers/class/low/handleActivateClass.js.map +1 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.d.ts +63 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.js +92 -0
- package/dist/handlers/class/low/handleActivateClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleCheckClass.d.ts +72 -0
- package/dist/handlers/class/low/handleCheckClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleCheckClass.js +133 -0
- package/dist/handlers/class/low/handleCheckClass.js.map +1 -0
- package/dist/handlers/class/low/handleCreateClass.d.ts +98 -0
- package/dist/handlers/class/low/handleCreateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleCreateClass.js +155 -0
- package/dist/handlers/class/low/handleCreateClass.js.map +1 -0
- package/dist/handlers/class/low/handleDeleteClass.d.ts +43 -0
- package/dist/handlers/class/low/handleDeleteClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleDeleteClass.js +106 -0
- package/dist/handlers/class/low/handleDeleteClass.js.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.d.ts +69 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.js +83 -0
- package/dist/handlers/class/low/handleGetClassUnitTestResult.js.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.d.ts +63 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.js +75 -0
- package/dist/handlers/class/low/handleGetClassUnitTestStatus.js.map +1 -0
- package/dist/handlers/class/low/handleLockClass.d.ts +38 -0
- package/dist/handlers/class/low/handleLockClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleLockClass.js +96 -0
- package/dist/handlers/class/low/handleLockClass.js.map +1 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.d.ts +58 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.js +87 -0
- package/dist/handlers/class/low/handleLockClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.d.ts +145 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.d.ts.map +1 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.js +154 -0
- package/dist/handlers/class/low/handleRunClassUnitTests.js.map +1 -0
- package/dist/handlers/class/low/handleUnlockClass.d.ts +43 -0
- package/dist/handlers/class/low/handleUnlockClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUnlockClass.js +101 -0
- package/dist/handlers/class/low/handleUnlockClass.js.map +1 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.d.ts +63 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.js +85 -0
- package/dist/handlers/class/low/handleUnlockClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleUpdateClass.d.ts +48 -0
- package/dist/handlers/class/low/handleUpdateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUpdateClass.js +105 -0
- package/dist/handlers/class/low/handleUpdateClass.js.map +1 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.d.ts +68 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.d.ts.map +1 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.js +95 -0
- package/dist/handlers/class/low/handleUpdateClassTestClasses.js.map +1 -0
- package/dist/handlers/class/low/handleValidateClass.d.ts +76 -0
- package/dist/handlers/class/low/handleValidateClass.d.ts.map +1 -0
- package/dist/handlers/class/low/handleValidateClass.js +166 -0
- package/dist/handlers/class/low/handleValidateClass.js.map +1 -0
- package/dist/handlers/class/readonly/handleGetClass.d.ts +23 -0
- package/dist/handlers/class/readonly/handleGetClass.d.ts.map +1 -0
- package/dist/handlers/class/readonly/handleGetClass.js +77 -0
- package/dist/handlers/class/readonly/handleGetClass.js.map +1 -0
- package/dist/handlers/common/low/handleActivateObject.d.ts +57 -0
- package/dist/handlers/common/low/handleActivateObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleActivateObject.js +119 -0
- package/dist/handlers/common/low/handleActivateObject.js.map +1 -0
- package/dist/handlers/common/low/handleCheckObject.d.ts +68 -0
- package/dist/handlers/common/low/handleCheckObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleCheckObject.js +213 -0
- package/dist/handlers/common/low/handleCheckObject.js.map +1 -0
- package/dist/handlers/common/low/handleDeleteObject.d.ts +45 -0
- package/dist/handlers/common/low/handleDeleteObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleDeleteObject.js +193 -0
- package/dist/handlers/common/low/handleDeleteObject.js.map +1 -0
- package/dist/handlers/common/low/handleLockObject.d.ts +69 -0
- package/dist/handlers/common/low/handleLockObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleLockObject.js +217 -0
- package/dist/handlers/common/low/handleLockObject.js.map +1 -0
- package/dist/handlers/common/low/handleUnlockObject.d.ts +69 -0
- package/dist/handlers/common/low/handleUnlockObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleUnlockObject.js +209 -0
- package/dist/handlers/common/low/handleUnlockObject.js.map +1 -0
- package/dist/handlers/common/low/handleValidateObject.d.ts +95 -0
- package/dist/handlers/common/low/handleValidateObject.d.ts.map +1 -0
- package/dist/handlers/common/low/handleValidateObject.js +389 -0
- package/dist/handlers/common/low/handleValidateObject.js.map +1 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.d.ts +122 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.js +248 -0
- package/dist/handlers/data_element/high/handleCreateDataElement.js.map +1 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.d.ts +43 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.js +106 -0
- package/dist/handlers/data_element/high/handleDeleteDataElement.js.map +1 -0
- package/dist/handlers/data_element/high/handleGetDataElement.d.ts +45 -0
- package/dist/handlers/data_element/high/handleGetDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleGetDataElement.js +89 -0
- package/dist/handlers/data_element/high/handleGetDataElement.js.map +1 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.d.ts +124 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.js +280 -0
- package/dist/handlers/data_element/high/handleUpdateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.d.ts +63 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.js +131 -0
- package/dist/handlers/data_element/low/handleActivateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.d.ts +63 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.js +124 -0
- package/dist/handlers/data_element/low/handleCheckDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.d.ts +103 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.js +180 -0
- package/dist/handlers/data_element/low/handleCreateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.d.ts +43 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.js +106 -0
- package/dist/handlers/data_element/low/handleDeleteDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleLockDataElement.d.ts +63 -0
- package/dist/handlers/data_element/low/handleLockDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleLockDataElement.js +121 -0
- package/dist/handlers/data_element/low/handleLockDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.d.ts +68 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.js +125 -0
- package/dist/handlers/data_element/low/handleUnlockDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.d.ts +73 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.js +167 -0
- package/dist/handlers/data_element/low/handleUpdateDataElement.js.map +1 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.d.ts +73 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.js +165 -0
- package/dist/handlers/data_element/low/handleValidateDataElement.js.map +1 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts +23 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.d.ts.map +1 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.js +79 -0
- package/dist/handlers/data_element/readonly/handleGetDataElement.js.map +1 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.d.ts +42 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.js +110 -0
- package/dist/handlers/ddlx/high/handleCreateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts +38 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js +84 -0
- package/dist/handlers/ddlx/high/handleUpdateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.d.ts +63 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.js +131 -0
- package/dist/handlers/ddlx/low/handleActivateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.d.ts +63 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.js +124 -0
- package/dist/handlers/ddlx/low/handleCheckMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.d.ts +83 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.js +136 -0
- package/dist/handlers/ddlx/low/handleCreateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.d.ts +43 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.js +106 -0
- package/dist/handlers/ddlx/low/handleDeleteMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.d.ts +63 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.js +121 -0
- package/dist/handlers/ddlx/low/handleLockMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.d.ts +68 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.js +121 -0
- package/dist/handlers/ddlx/low/handleUnlockMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.d.ts +73 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.js +129 -0
- package/dist/handlers/ddlx/low/handleUpdateMetadataExtension.js.map +1 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.d.ts +65 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.js +123 -0
- package/dist/handlers/ddlx/low/handleValidateMetadataExtension.js.map +1 -0
- package/dist/handlers/domain/high/handleCreateDomain.d.ts +125 -0
- package/dist/handlers/domain/high/handleCreateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleCreateDomain.js +233 -0
- package/dist/handlers/domain/high/handleCreateDomain.js.map +1 -0
- package/dist/handlers/domain/high/handleDeleteDomain.d.ts +43 -0
- package/dist/handlers/domain/high/handleDeleteDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleDeleteDomain.js +106 -0
- package/dist/handlers/domain/high/handleDeleteDomain.js.map +1 -0
- package/dist/handlers/domain/high/handleGetDomain.d.ts +45 -0
- package/dist/handlers/domain/high/handleGetDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleGetDomain.js +89 -0
- package/dist/handlers/domain/high/handleGetDomain.js.map +1 -0
- package/dist/handlers/domain/high/handleUpdateDomain.d.ts +120 -0
- package/dist/handlers/domain/high/handleUpdateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/high/handleUpdateDomain.js +228 -0
- package/dist/handlers/domain/high/handleUpdateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleActivateDomain.d.ts +63 -0
- package/dist/handlers/domain/low/handleActivateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleActivateDomain.js +128 -0
- package/dist/handlers/domain/low/handleActivateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleCheckDomain.d.ts +63 -0
- package/dist/handlers/domain/low/handleCheckDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleCheckDomain.js +121 -0
- package/dist/handlers/domain/low/handleCheckDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleCreateDomain.d.ts +78 -0
- package/dist/handlers/domain/low/handleCreateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleCreateDomain.js +132 -0
- package/dist/handlers/domain/low/handleCreateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleDeleteDomain.d.ts +43 -0
- package/dist/handlers/domain/low/handleDeleteDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleDeleteDomain.js +106 -0
- package/dist/handlers/domain/low/handleDeleteDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleLockDomain.d.ts +63 -0
- package/dist/handlers/domain/low/handleLockDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleLockDomain.js +117 -0
- package/dist/handlers/domain/low/handleLockDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleUnlockDomain.d.ts +68 -0
- package/dist/handlers/domain/low/handleUnlockDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleUnlockDomain.js +132 -0
- package/dist/handlers/domain/low/handleUnlockDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleUpdateDomain.d.ts +73 -0
- package/dist/handlers/domain/low/handleUpdateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleUpdateDomain.js +127 -0
- package/dist/handlers/domain/low/handleUpdateDomain.js.map +1 -0
- package/dist/handlers/domain/low/handleValidateDomain.d.ts +73 -0
- package/dist/handlers/domain/low/handleValidateDomain.d.ts.map +1 -0
- package/dist/handlers/domain/low/handleValidateDomain.js +128 -0
- package/dist/handlers/domain/low/handleValidateDomain.js.map +1 -0
- package/dist/handlers/domain/readonly/handleGetDomain.d.ts +23 -0
- package/dist/handlers/domain/readonly/handleGetDomain.d.ts.map +1 -0
- package/dist/handlers/domain/readonly/handleGetDomain.js +79 -0
- package/dist/handlers/domain/readonly/handleGetDomain.js.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.d.ts +70 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.d.ts.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js +169 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementImpl.js.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.d.ts +54 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.d.ts.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js +154 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancementSpot.js.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.d.ts +65 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.d.ts.map +1 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.js +612 -0
- package/dist/handlers/enhancement/readonly/handleGetEnhancements.js.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.d.ts +61 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.js +259 -0
- package/dist/handlers/function/high/handleCreateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.d.ts +67 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.js +172 -0
- package/dist/handlers/function/high/handleCreateFunctionModule.js.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.d.ts +55 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.js +153 -0
- package/dist/handlers/function/high/handleUpdateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts +55 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.js +139 -0
- package/dist/handlers/function/high/handleUpdateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.d.ts +63 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.js +131 -0
- package/dist/handlers/function/low/handleActivateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.d.ts +68 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.js +141 -0
- package/dist/handlers/function/low/handleActivateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.d.ts +63 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.js +124 -0
- package/dist/handlers/function/low/handleCheckFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.d.ts +72 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.js +135 -0
- package/dist/handlers/function/low/handleCheckFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.d.ts +78 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.js +179 -0
- package/dist/handlers/function/low/handleCreateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.d.ts +83 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.js +168 -0
- package/dist/handlers/function/low/handleCreateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.d.ts +43 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.js +106 -0
- package/dist/handlers/function/low/handleDeleteFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.d.ts +48 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.js +113 -0
- package/dist/handlers/function/low/handleDeleteFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.d.ts +63 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.js +124 -0
- package/dist/handlers/function/low/handleLockFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionModule.d.ts +68 -0
- package/dist/handlers/function/low/handleLockFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleLockFunctionModule.js +128 -0
- package/dist/handlers/function/low/handleLockFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.d.ts +68 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.js +124 -0
- package/dist/handlers/function/low/handleUnlockFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.d.ts +73 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.js +136 -0
- package/dist/handlers/function/low/handleUnlockFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts +78 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.js +145 -0
- package/dist/handlers/function/low/handleUpdateFunctionModule.js.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.d.ts +73 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.js +134 -0
- package/dist/handlers/function/low/handleValidateFunctionGroup.js.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.d.ts +71 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.js +133 -0
- package/dist/handlers/function/low/handleValidateFunctionModule.js.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunction.d.ts +28 -0
- package/dist/handlers/function/readonly/handleGetFunction.d.ts.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunction.js +87 -0
- package/dist/handlers/function/readonly/handleGetFunction.js.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts +23 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.js +77 -0
- package/dist/handlers/function/readonly/handleGetFunctionGroup.js.map +1 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.d.ts +43 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.js +106 -0
- package/dist/handlers/function_group/high/handleDeleteFunctionGroup.js.map +1 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.d.ts +45 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.d.ts.map +1 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.js +89 -0
- package/dist/handlers/function_group/high/handleGetFunctionGroup.js.map +1 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts +43 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.js +106 -0
- package/dist/handlers/function_module/high/handleDeleteFunctionModule.js.map +1 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts +45 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.d.ts.map +1 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.js +89 -0
- package/dist/handlers/function_module/high/handleGetFunctionModule.js.map +1 -0
- package/dist/handlers/include/readonly/handleGetInclude.d.ts +17 -0
- package/dist/handlers/include/readonly/handleGetInclude.d.ts.map +1 -0
- package/dist/handlers/include/readonly/handleGetInclude.js +89 -0
- package/dist/handlers/include/readonly/handleGetInclude.js.map +1 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.d.ts +37 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.d.ts.map +1 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.js +210 -0
- package/dist/handlers/include/readonly/handleGetIncludesList.js.map +1 -0
- package/dist/handlers/interface/high/handleCreateInterface.d.ts +66 -0
- package/dist/handlers/interface/high/handleCreateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleCreateInterface.js +268 -0
- package/dist/handlers/interface/high/handleCreateInterface.js.map +1 -0
- package/dist/handlers/interface/high/handleDeleteInterface.d.ts +43 -0
- package/dist/handlers/interface/high/handleDeleteInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleDeleteInterface.js +106 -0
- package/dist/handlers/interface/high/handleDeleteInterface.js.map +1 -0
- package/dist/handlers/interface/high/handleGetInterface.d.ts +45 -0
- package/dist/handlers/interface/high/handleGetInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleGetInterface.js +89 -0
- package/dist/handlers/interface/high/handleGetInterface.js.map +1 -0
- package/dist/handlers/interface/high/handleUpdateInterface.d.ts +56 -0
- package/dist/handlers/interface/high/handleUpdateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/high/handleUpdateInterface.js +214 -0
- package/dist/handlers/interface/high/handleUpdateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleActivateInterface.d.ts +63 -0
- package/dist/handlers/interface/low/handleActivateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleActivateInterface.js +128 -0
- package/dist/handlers/interface/low/handleActivateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleCheckInterface.d.ts +63 -0
- package/dist/handlers/interface/low/handleCheckInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleCheckInterface.js +121 -0
- package/dist/handlers/interface/low/handleCheckInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleCreateInterface.d.ts +78 -0
- package/dist/handlers/interface/low/handleCreateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleCreateInterface.js +132 -0
- package/dist/handlers/interface/low/handleCreateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleDeleteInterface.d.ts +43 -0
- package/dist/handlers/interface/low/handleDeleteInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleDeleteInterface.js +106 -0
- package/dist/handlers/interface/low/handleDeleteInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleLockInterface.d.ts +63 -0
- package/dist/handlers/interface/low/handleLockInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleLockInterface.js +118 -0
- package/dist/handlers/interface/low/handleLockInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleUnlockInterface.d.ts +68 -0
- package/dist/handlers/interface/low/handleUnlockInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleUnlockInterface.js +121 -0
- package/dist/handlers/interface/low/handleUnlockInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleUpdateInterface.d.ts +73 -0
- package/dist/handlers/interface/low/handleUpdateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleUpdateInterface.js +128 -0
- package/dist/handlers/interface/low/handleUpdateInterface.js.map +1 -0
- package/dist/handlers/interface/low/handleValidateInterface.d.ts +73 -0
- package/dist/handlers/interface/low/handleValidateInterface.d.ts.map +1 -0
- package/dist/handlers/interface/low/handleValidateInterface.js +128 -0
- package/dist/handlers/interface/low/handleValidateInterface.js.map +1 -0
- package/dist/handlers/interface/readonly/handleGetInterface.d.ts +23 -0
- package/dist/handlers/interface/readonly/handleGetInterface.d.ts.map +1 -0
- package/dist/handlers/interface/readonly/handleGetInterface.js +77 -0
- package/dist/handlers/interface/readonly/handleGetInterface.js.map +1 -0
- package/dist/handlers/interfaces.d.ts +10 -0
- package/dist/handlers/interfaces.d.ts.map +1 -0
- package/dist/handlers/interfaces.js +3 -0
- package/dist/handlers/interfaces.js.map +1 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.d.ts +43 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.js +106 -0
- package/dist/handlers/metadata_extension/high/handleDeleteMetadataExtension.js.map +1 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.d.ts +45 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.d.ts.map +1 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.js +89 -0
- package/dist/handlers/metadata_extension/high/handleGetMetadataExtension.js.map +1 -0
- package/dist/handlers/package/high/handleCreatePackage.d.ts +52 -0
- package/dist/handlers/package/high/handleCreatePackage.d.ts.map +1 -0
- package/dist/handlers/package/high/handleCreatePackage.js +247 -0
- package/dist/handlers/package/high/handleCreatePackage.js.map +1 -0
- package/dist/handlers/package/high/handleGetPackage.d.ts +45 -0
- package/dist/handlers/package/high/handleGetPackage.d.ts.map +1 -0
- package/dist/handlers/package/high/handleGetPackage.js +89 -0
- package/dist/handlers/package/high/handleGetPackage.js.map +1 -0
- package/dist/handlers/package/low/handleCheckPackage.d.ts +68 -0
- package/dist/handlers/package/low/handleCheckPackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleCheckPackage.js +131 -0
- package/dist/handlers/package/low/handleCheckPackage.js.map +1 -0
- package/dist/handlers/package/low/handleCreatePackage.d.ts +98 -0
- package/dist/handlers/package/low/handleCreatePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleCreatePackage.js +178 -0
- package/dist/handlers/package/low/handleCreatePackage.js.map +1 -0
- package/dist/handlers/package/low/handleDeletePackage.d.ts +54 -0
- package/dist/handlers/package/low/handleDeletePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleDeletePackage.js +133 -0
- package/dist/handlers/package/low/handleDeletePackage.js.map +1 -0
- package/dist/handlers/package/low/handleLockPackage.d.ts +68 -0
- package/dist/handlers/package/low/handleLockPackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleLockPackage.js +129 -0
- package/dist/handlers/package/low/handleLockPackage.js.map +1 -0
- package/dist/handlers/package/low/handleUnlockPackage.d.ts +73 -0
- package/dist/handlers/package/low/handleUnlockPackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleUnlockPackage.js +132 -0
- package/dist/handlers/package/low/handleUnlockPackage.js.map +1 -0
- package/dist/handlers/package/low/handleUpdatePackage.d.ts +78 -0
- package/dist/handlers/package/low/handleUpdatePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleUpdatePackage.js +147 -0
- package/dist/handlers/package/low/handleUpdatePackage.js.map +1 -0
- package/dist/handlers/package/low/handleValidatePackage.d.ts +64 -0
- package/dist/handlers/package/low/handleValidatePackage.d.ts.map +1 -0
- package/dist/handlers/package/low/handleValidatePackage.js +125 -0
- package/dist/handlers/package/low/handleValidatePackage.js.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackage.d.ts +22 -0
- package/dist/handlers/package/readonly/handleGetPackage.d.ts.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackage.js +108 -0
- package/dist/handlers/package/readonly/handleGetPackage.js.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.d.ts +28 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.d.ts.map +1 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.js +103 -0
- package/dist/handlers/package/readonly/handleGetPackageContents.js.map +1 -0
- package/dist/handlers/program/high/handleCreateProgram.d.ts +57 -0
- package/dist/handlers/program/high/handleCreateProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleCreateProgram.js +348 -0
- package/dist/handlers/program/high/handleCreateProgram.js.map +1 -0
- package/dist/handlers/program/high/handleDeleteProgram.d.ts +43 -0
- package/dist/handlers/program/high/handleDeleteProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleDeleteProgram.js +106 -0
- package/dist/handlers/program/high/handleDeleteProgram.js.map +1 -0
- package/dist/handlers/program/high/handleGetProgram.d.ts +45 -0
- package/dist/handlers/program/high/handleGetProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleGetProgram.js +89 -0
- package/dist/handlers/program/high/handleGetProgram.js.map +1 -0
- package/dist/handlers/program/high/handleUpdateProgram.d.ts +36 -0
- package/dist/handlers/program/high/handleUpdateProgram.d.ts.map +1 -0
- package/dist/handlers/program/high/handleUpdateProgram.js +231 -0
- package/dist/handlers/program/high/handleUpdateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleActivateProgram.d.ts +63 -0
- package/dist/handlers/program/low/handleActivateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleActivateProgram.js +135 -0
- package/dist/handlers/program/low/handleActivateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleCheckProgram.d.ts +63 -0
- package/dist/handlers/program/low/handleCheckProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleCheckProgram.js +128 -0
- package/dist/handlers/program/low/handleCheckProgram.js.map +1 -0
- package/dist/handlers/program/low/handleCreateProgram.d.ts +88 -0
- package/dist/handlers/program/low/handleCreateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleCreateProgram.js +149 -0
- package/dist/handlers/program/low/handleCreateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleDeleteProgram.d.ts +43 -0
- package/dist/handlers/program/low/handleDeleteProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleDeleteProgram.js +110 -0
- package/dist/handlers/program/low/handleDeleteProgram.js.map +1 -0
- package/dist/handlers/program/low/handleLockProgram.d.ts +63 -0
- package/dist/handlers/program/low/handleLockProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleLockProgram.js +125 -0
- package/dist/handlers/program/low/handleLockProgram.js.map +1 -0
- package/dist/handlers/program/low/handleUnlockProgram.d.ts +68 -0
- package/dist/handlers/program/low/handleUnlockProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleUnlockProgram.js +125 -0
- package/dist/handlers/program/low/handleUnlockProgram.js.map +1 -0
- package/dist/handlers/program/low/handleUpdateProgram.d.ts +73 -0
- package/dist/handlers/program/low/handleUpdateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleUpdateProgram.js +129 -0
- package/dist/handlers/program/low/handleUpdateProgram.js.map +1 -0
- package/dist/handlers/program/low/handleValidateProgram.d.ts +73 -0
- package/dist/handlers/program/low/handleValidateProgram.d.ts.map +1 -0
- package/dist/handlers/program/low/handleValidateProgram.js +132 -0
- package/dist/handlers/program/low/handleValidateProgram.js.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.d.ts +68 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.d.ts.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.js +296 -0
- package/dist/handlers/program/readonly/handleGetProgFullCode.js.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgram.d.ts +23 -0
- package/dist/handlers/program/readonly/handleGetProgram.d.ts.map +1 -0
- package/dist/handlers/program/readonly/handleGetProgram.js +77 -0
- package/dist/handlers/program/readonly/handleGetProgram.js.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.d.ts +43 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.d.ts.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.js +192 -0
- package/dist/handlers/search/readonly/handleGetObjectsByType.js.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.d.ts +47 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.d.ts.map +1 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.js +168 -0
- package/dist/handlers/search/readonly/handleGetObjectsList.js.map +1 -0
- package/dist/handlers/search/readonly/handleSearchObject.d.ts +29 -0
- package/dist/handlers/search/readonly/handleSearchObject.d.ts.map +1 -0
- package/dist/handlers/search/readonly/handleSearchObject.js +138 -0
- package/dist/handlers/search/readonly/handleSearchObject.js.map +1 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.d.ts +65 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.js +174 -0
- package/dist/handlers/service_definition/high/handleCreateServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.d.ts +43 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.js +106 -0
- package/dist/handlers/service_definition/high/handleDeleteServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.d.ts +45 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.js +89 -0
- package/dist/handlers/service_definition/high/handleGetServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.d.ts +56 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.js +171 -0
- package/dist/handlers/service_definition/high/handleUpdateServiceDefinition.js.map +1 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts +18 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.d.ts.map +1 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js +109 -0
- package/dist/handlers/service_definition/readonly/handleGetServiceDefinition.js.map +1 -0
- package/dist/handlers/structure/high/handleCreateStructure.d.ts +137 -0
- package/dist/handlers/structure/high/handleCreateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleCreateStructure.js +250 -0
- package/dist/handlers/structure/high/handleCreateStructure.js.map +1 -0
- package/dist/handlers/structure/high/handleDeleteStructure.d.ts +35 -0
- package/dist/handlers/structure/high/handleDeleteStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleDeleteStructure.js +95 -0
- package/dist/handlers/structure/high/handleDeleteStructure.js.map +1 -0
- package/dist/handlers/structure/high/handleGetStructure.d.ts +37 -0
- package/dist/handlers/structure/high/handleGetStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleGetStructure.js +77 -0
- package/dist/handlers/structure/high/handleGetStructure.js.map +1 -0
- package/dist/handlers/structure/high/handleUpdateStructure.d.ts +56 -0
- package/dist/handlers/structure/high/handleUpdateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/high/handleUpdateStructure.js +231 -0
- package/dist/handlers/structure/high/handleUpdateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleActivateStructure.d.ts +63 -0
- package/dist/handlers/structure/low/handleActivateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleActivateStructure.js +132 -0
- package/dist/handlers/structure/low/handleActivateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleCheckStructure.d.ts +74 -0
- package/dist/handlers/structure/low/handleCheckStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleCheckStructure.js +140 -0
- package/dist/handlers/structure/low/handleCheckStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleCreateStructure.d.ts +86 -0
- package/dist/handlers/structure/low/handleCreateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleCreateStructure.js +144 -0
- package/dist/handlers/structure/low/handleCreateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleDeleteStructure.d.ts +43 -0
- package/dist/handlers/structure/low/handleDeleteStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleDeleteStructure.js +106 -0
- package/dist/handlers/structure/low/handleDeleteStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleLockStructure.d.ts +63 -0
- package/dist/handlers/structure/low/handleLockStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleLockStructure.js +121 -0
- package/dist/handlers/structure/low/handleLockStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleUnlockStructure.d.ts +68 -0
- package/dist/handlers/structure/low/handleUnlockStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleUnlockStructure.js +124 -0
- package/dist/handlers/structure/low/handleUnlockStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleUpdateStructure.d.ts +73 -0
- package/dist/handlers/structure/low/handleUpdateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleUpdateStructure.js +128 -0
- package/dist/handlers/structure/low/handleUpdateStructure.js.map +1 -0
- package/dist/handlers/structure/low/handleValidateStructure.d.ts +73 -0
- package/dist/handlers/structure/low/handleValidateStructure.d.ts.map +1 -0
- package/dist/handlers/structure/low/handleValidateStructure.js +132 -0
- package/dist/handlers/structure/low/handleValidateStructure.js.map +1 -0
- package/dist/handlers/structure/readonly/handleGetStructure.d.ts +23 -0
- package/dist/handlers/structure/readonly/handleGetStructure.d.ts.map +1 -0
- package/dist/handlers/structure/readonly/handleGetStructure.js +77 -0
- package/dist/handlers/structure/readonly/handleGetStructure.js.map +1 -0
- package/dist/handlers/system/high/handleGetPackageTree.d.ts +60 -0
- package/dist/handlers/system/high/handleGetPackageTree.d.ts.map +1 -0
- package/dist/handlers/system/high/handleGetPackageTree.js +93 -0
- package/dist/handlers/system/high/handleGetPackageTree.js.map +1 -0
- package/dist/handlers/system/low/handleGetNodeStructure.d.ts +80 -0
- package/dist/handlers/system/low/handleGetNodeStructure.d.ts.map +1 -0
- package/dist/handlers/system/low/handleGetNodeStructure.js +87 -0
- package/dist/handlers/system/low/handleGetNodeStructure.js.map +1 -0
- package/dist/handlers/system/low/handleGetObjectStructure.d.ts +68 -0
- package/dist/handlers/system/low/handleGetObjectStructure.d.ts.map +1 -0
- package/dist/handlers/system/low/handleGetObjectStructure.js +77 -0
- package/dist/handlers/system/low/handleGetObjectStructure.js.map +1 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.d.ts +85 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.d.ts.map +1 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.js +91 -0
- package/dist/handlers/system/low/handleGetVirtualFolders.js.map +1 -0
- package/dist/handlers/system/readonly/handleDescribeByList.d.ts +37 -0
- package/dist/handlers/system/readonly/handleDescribeByList.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleDescribeByList.js +137 -0
- package/dist/handlers/system/readonly/handleDescribeByList.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.d.ts +27 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.js +181 -0
- package/dist/handlers/system/readonly/handleGetAbapAST.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts +27 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js +374 -0
- package/dist/handlers/system/readonly/handleGetAbapSemanticAnalysis.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts +94 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js +639 -0
- package/dist/handlers/system/readonly/handleGetAbapSystemSymbols.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.d.ts +30 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.js +112 -0
- package/dist/handlers/system/readonly/handleGetAllTypes.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.d.ts +21 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.js +43 -0
- package/dist/handlers/system/readonly/handleGetInactiveObjects.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.d.ts +48 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.js +240 -0
- package/dist/handlers/system/readonly/handleGetObjectInfo.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.d.ts +41 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.js +92 -0
- package/dist/handlers/system/readonly/handleGetObjectNodeFromCache.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts +34 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.js +119 -0
- package/dist/handlers/system/readonly/handleGetObjectStructure.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetSession.d.ts +38 -0
- package/dist/handlers/system/readonly/handleGetSession.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetSession.js +56 -0
- package/dist/handlers/system/readonly/handleGetSession.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts +55 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.js +179 -0
- package/dist/handlers/system/readonly/handleGetSqlQuery.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetTransaction.d.ts +25 -0
- package/dist/handlers/system/readonly/handleGetTransaction.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetTransaction.js +72 -0
- package/dist/handlers/system/readonly/handleGetTransaction.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.d.ts +79 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.js +182 -0
- package/dist/handlers/system/readonly/handleGetTypeInfo.js.map +1 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts +62 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.d.ts.map +1 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.js +114 -0
- package/dist/handlers/system/readonly/handleGetWhereUsed.js.map +1 -0
- package/dist/handlers/table/high/handleCreateTable.d.ts +60 -0
- package/dist/handlers/table/high/handleCreateTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleCreateTable.js +205 -0
- package/dist/handlers/table/high/handleCreateTable.js.map +1 -0
- package/dist/handlers/table/high/handleDeleteTable.d.ts +43 -0
- package/dist/handlers/table/high/handleDeleteTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleDeleteTable.js +106 -0
- package/dist/handlers/table/high/handleDeleteTable.js.map +1 -0
- package/dist/handlers/table/high/handleGetTable.d.ts +45 -0
- package/dist/handlers/table/high/handleGetTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleGetTable.js +89 -0
- package/dist/handlers/table/high/handleGetTable.js.map +1 -0
- package/dist/handlers/table/high/handleUpdateTable.d.ts +56 -0
- package/dist/handlers/table/high/handleUpdateTable.d.ts.map +1 -0
- package/dist/handlers/table/high/handleUpdateTable.js +229 -0
- package/dist/handlers/table/high/handleUpdateTable.js.map +1 -0
- package/dist/handlers/table/low/handleActivateTable.d.ts +63 -0
- package/dist/handlers/table/low/handleActivateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleActivateTable.js +132 -0
- package/dist/handlers/table/low/handleActivateTable.js.map +1 -0
- package/dist/handlers/table/low/handleCheckTable.d.ts +78 -0
- package/dist/handlers/table/low/handleCheckTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleCheckTable.js +146 -0
- package/dist/handlers/table/low/handleCheckTable.js.map +1 -0
- package/dist/handlers/table/low/handleCreateTable.d.ts +77 -0
- package/dist/handlers/table/low/handleCreateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleCreateTable.js +131 -0
- package/dist/handlers/table/low/handleCreateTable.js.map +1 -0
- package/dist/handlers/table/low/handleDeleteTable.d.ts +43 -0
- package/dist/handlers/table/low/handleDeleteTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleDeleteTable.js +106 -0
- package/dist/handlers/table/low/handleDeleteTable.js.map +1 -0
- package/dist/handlers/table/low/handleLockTable.d.ts +63 -0
- package/dist/handlers/table/low/handleLockTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleLockTable.js +119 -0
- package/dist/handlers/table/low/handleLockTable.js.map +1 -0
- package/dist/handlers/table/low/handleUnlockTable.d.ts +68 -0
- package/dist/handlers/table/low/handleUnlockTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleUnlockTable.js +120 -0
- package/dist/handlers/table/low/handleUnlockTable.js.map +1 -0
- package/dist/handlers/table/low/handleUpdateTable.d.ts +78 -0
- package/dist/handlers/table/low/handleUpdateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleUpdateTable.js +131 -0
- package/dist/handlers/table/low/handleUpdateTable.js.map +1 -0
- package/dist/handlers/table/low/handleValidateTable.d.ts +71 -0
- package/dist/handlers/table/low/handleValidateTable.d.ts.map +1 -0
- package/dist/handlers/table/low/handleValidateTable.js +124 -0
- package/dist/handlers/table/low/handleValidateTable.js.map +1 -0
- package/dist/handlers/table/readonly/handleGetTable.d.ts +23 -0
- package/dist/handlers/table/readonly/handleGetTable.d.ts.map +1 -0
- package/dist/handlers/table/readonly/handleGetTable.js +77 -0
- package/dist/handlers/table/readonly/handleGetTable.js.map +1 -0
- package/dist/handlers/table/readonly/handleGetTableContents.d.ts +12 -0
- package/dist/handlers/table/readonly/handleGetTableContents.d.ts.map +1 -0
- package/dist/handlers/table/readonly/handleGetTableContents.js +58 -0
- package/dist/handlers/table/readonly/handleGetTableContents.js.map +1 -0
- package/dist/handlers/transport/high/handleCreateTransport.d.ts +58 -0
- package/dist/handlers/transport/high/handleCreateTransport.d.ts.map +1 -0
- package/dist/handlers/transport/high/handleCreateTransport.js +165 -0
- package/dist/handlers/transport/high/handleCreateTransport.js.map +1 -0
- package/dist/handlers/transport/low/handleCreateTransport.d.ts +44 -0
- package/dist/handlers/transport/low/handleCreateTransport.d.ts.map +1 -0
- package/dist/handlers/transport/low/handleCreateTransport.js +97 -0
- package/dist/handlers/transport/low/handleCreateTransport.js.map +1 -0
- package/dist/handlers/transport/readonly/handleGetTransport.d.ts +57 -0
- package/dist/handlers/transport/readonly/handleGetTransport.d.ts.map +1 -0
- package/dist/handlers/transport/readonly/handleGetTransport.js +195 -0
- package/dist/handlers/transport/readonly/handleGetTransport.js.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.d.ts +67 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.js +111 -0
- package/dist/handlers/unit_test/high/handleCreateCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.d.ts +122 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.js +131 -0
- package/dist/handlers/unit_test/high/handleCreateUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.d.ts +42 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.js +72 -0
- package/dist/handlers/unit_test/high/handleDeleteCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.d.ts +38 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.js +61 -0
- package/dist/handlers/unit_test/high/handleDeleteUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.d.ts +37 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.js +69 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.d.ts +49 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.js +70 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestResult.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.d.ts +43 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.js +65 -0
- package/dist/handlers/unit_test/high/handleGetCdsUnitTestStatus.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.d.ts +38 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.js +73 -0
- package/dist/handlers/unit_test/high/handleGetUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.d.ts +49 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.js +70 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestResult.js.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.d.ts +43 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.js +65 -0
- package/dist/handlers/unit_test/high/handleGetUnitTestStatus.js.map +1 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.d.ts +122 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.js +133 -0
- package/dist/handlers/unit_test/high/handleRunUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.d.ts +47 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.js +78 -0
- package/dist/handlers/unit_test/high/handleUpdateCdsUnitTest.js.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.d.ts +38 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.d.ts.map +1 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.js +61 -0
- package/dist/handlers/unit_test/high/handleUpdateUnitTest.js.map +1 -0
- package/dist/handlers/view/high/handleCreateView.d.ts +48 -0
- package/dist/handlers/view/high/handleCreateView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleCreateView.js +260 -0
- package/dist/handlers/view/high/handleCreateView.js.map +1 -0
- package/dist/handlers/view/high/handleDeleteView.d.ts +43 -0
- package/dist/handlers/view/high/handleDeleteView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleDeleteView.js +106 -0
- package/dist/handlers/view/high/handleDeleteView.js.map +1 -0
- package/dist/handlers/view/high/handleGetView.d.ts +45 -0
- package/dist/handlers/view/high/handleGetView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleGetView.js +89 -0
- package/dist/handlers/view/high/handleGetView.js.map +1 -0
- package/dist/handlers/view/high/handleUpdateView.d.ts +36 -0
- package/dist/handlers/view/high/handleUpdateView.d.ts.map +1 -0
- package/dist/handlers/view/high/handleUpdateView.js +220 -0
- package/dist/handlers/view/high/handleUpdateView.js.map +1 -0
- package/dist/handlers/view/low/handleActivateView.d.ts +63 -0
- package/dist/handlers/view/low/handleActivateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleActivateView.js +132 -0
- package/dist/handlers/view/low/handleActivateView.js.map +1 -0
- package/dist/handlers/view/low/handleCheckView.d.ts +74 -0
- package/dist/handlers/view/low/handleCheckView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleCheckView.js +140 -0
- package/dist/handlers/view/low/handleCheckView.js.map +1 -0
- package/dist/handlers/view/low/handleCreateView.d.ts +86 -0
- package/dist/handlers/view/low/handleCreateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleCreateView.js +144 -0
- package/dist/handlers/view/low/handleCreateView.js.map +1 -0
- package/dist/handlers/view/low/handleDeleteView.d.ts +43 -0
- package/dist/handlers/view/low/handleDeleteView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleDeleteView.js +106 -0
- package/dist/handlers/view/low/handleDeleteView.js.map +1 -0
- package/dist/handlers/view/low/handleLockView.d.ts +63 -0
- package/dist/handlers/view/low/handleLockView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleLockView.js +119 -0
- package/dist/handlers/view/low/handleLockView.js.map +1 -0
- package/dist/handlers/view/low/handleUnlockView.d.ts +68 -0
- package/dist/handlers/view/low/handleUnlockView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleUnlockView.js +124 -0
- package/dist/handlers/view/low/handleUnlockView.js.map +1 -0
- package/dist/handlers/view/low/handleUpdateView.d.ts +73 -0
- package/dist/handlers/view/low/handleUpdateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleUpdateView.js +128 -0
- package/dist/handlers/view/low/handleUpdateView.js.map +1 -0
- package/dist/handlers/view/low/handleValidateView.d.ts +73 -0
- package/dist/handlers/view/low/handleValidateView.d.ts.map +1 -0
- package/dist/handlers/view/low/handleValidateView.js +132 -0
- package/dist/handlers/view/low/handleValidateView.js.map +1 -0
- package/dist/handlers/view/readonly/handleGetView.d.ts +33 -0
- package/dist/handlers/view/readonly/handleGetView.d.ts.map +1 -0
- package/dist/handlers/view/readonly/handleGetView.js +90 -0
- package/dist/handlers/view/readonly/handleGetView.js.map +1 -0
- package/dist/index.d.ts +126 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2979 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/ServerConfigManager.d.ts +90 -0
- package/dist/lib/ServerConfigManager.d.ts.map +1 -0
- package/dist/lib/ServerConfigManager.js +237 -0
- package/dist/lib/ServerConfigManager.js.map +1 -0
- package/dist/lib/activationUtils.d.ts +59 -0
- package/dist/lib/activationUtils.d.ts.map +1 -0
- package/dist/lib/activationUtils.js +168 -0
- package/dist/lib/auth/IAuthBrokerFactory.d.ts +19 -0
- package/dist/lib/auth/IAuthBrokerFactory.d.ts.map +1 -0
- package/dist/lib/auth/IAuthBrokerFactory.js +7 -0
- package/dist/lib/auth/IAuthBrokerFactory.js.map +1 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.d.ts +39 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.d.ts.map +1 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.js +7 -0
- package/dist/lib/auth/IAuthBrokerFactoryConfig.js.map +1 -0
- package/dist/lib/auth/IBrokerSessionConfig.d.ts +65 -0
- package/dist/lib/auth/IBrokerSessionConfig.d.ts.map +1 -0
- package/dist/lib/auth/IBrokerSessionConfig.js +14 -0
- package/dist/lib/auth/IBrokerSessionConfig.js.map +1 -0
- package/dist/lib/auth/brokerFactory.d.ts +84 -0
- package/dist/lib/auth/brokerFactory.d.ts.map +1 -0
- package/dist/lib/auth/brokerFactory.js +759 -0
- package/dist/lib/auth/brokerFactory.js.map +1 -0
- package/dist/lib/auth/index.d.ts +7 -0
- package/dist/lib/auth/index.d.ts.map +1 -0
- package/dist/lib/auth/index.js +9 -0
- package/dist/lib/auth/index.js.map +1 -0
- package/dist/lib/authBrokerFactory.d.ts +96 -0
- package/dist/lib/authBrokerFactory.d.ts.map +1 -0
- package/dist/lib/authBrokerFactory.js +531 -0
- package/dist/lib/authBrokerFactory.js.map +1 -0
- package/dist/lib/checkRunParser.d.ts +30 -0
- package/dist/lib/checkRunParser.d.ts.map +1 -0
- package/dist/lib/checkRunParser.js +105 -0
- package/dist/lib/checkRunParser.js.map +1 -0
- package/dist/lib/clients.d.ts +4 -0
- package/dist/lib/clients.d.ts.map +1 -0
- package/dist/lib/clients.js +23 -0
- package/dist/lib/clients.js.map +1 -0
- package/dist/lib/config/ArgumentsParser.d.ts +58 -0
- package/dist/lib/config/ArgumentsParser.d.ts.map +1 -0
- package/dist/lib/config/ArgumentsParser.js +198 -0
- package/dist/lib/config/ArgumentsParser.js.map +1 -0
- package/dist/lib/config/ConfigLoader.d.ts +22 -0
- package/dist/lib/config/ConfigLoader.d.ts.map +1 -0
- package/dist/lib/config/ConfigLoader.js +182 -0
- package/dist/lib/config/ConfigLoader.js.map +1 -0
- package/dist/lib/config/IServerConfig.d.ts +57 -0
- package/dist/lib/config/IServerConfig.d.ts.map +1 -0
- package/dist/lib/config/IServerConfig.js +7 -0
- package/dist/lib/config/IServerConfig.js.map +1 -0
- package/dist/lib/config/ServerConfig.d.ts +17 -0
- package/dist/lib/config/ServerConfig.d.ts.map +1 -0
- package/dist/lib/config/ServerConfig.js +7 -0
- package/dist/lib/config/ServerConfig.js.map +1 -0
- package/dist/lib/config/ServerConfigManager.d.ts +63 -0
- package/dist/lib/config/ServerConfigManager.d.ts.map +1 -0
- package/dist/lib/config/ServerConfigManager.js +259 -0
- package/dist/lib/config/ServerConfigManager.js.map +1 -0
- package/dist/lib/config/index.d.ts +12 -0
- package/dist/lib/config/index.d.ts.map +1 -0
- package/dist/lib/config/index.js +26 -0
- package/dist/lib/config/index.js.map +1 -0
- package/dist/lib/config/runtimeConfig.d.ts +22 -0
- package/dist/lib/config/runtimeConfig.d.ts.map +1 -0
- package/dist/lib/config/runtimeConfig.js +161 -0
- package/dist/lib/config/runtimeConfig.js.map +1 -0
- package/dist/lib/config/yamlConfig.d.ts +59 -0
- package/dist/lib/config/yamlConfig.d.ts.map +1 -0
- package/dist/lib/config/yamlConfig.js +357 -0
- package/dist/lib/config/yamlConfig.js.map +1 -0
- package/dist/lib/config.d.ts +10 -0
- package/dist/lib/config.d.ts.map +1 -0
- package/dist/lib/config.js +127 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/lib/connectionEvents.d.ts +4 -0
- package/dist/lib/connectionEvents.d.ts.map +1 -0
- package/dist/lib/connectionEvents.js +23 -0
- package/dist/lib/connectionEvents.js.map +1 -0
- package/dist/lib/getFullCodeCache.d.ts +3 -0
- package/dist/lib/getFullCodeCache.d.ts.map +1 -0
- package/dist/lib/getFullCodeCache.js +56 -0
- package/dist/lib/getObjectsListCache.d.ts +10 -0
- package/dist/lib/getObjectsListCache.d.ts.map +1 -0
- package/dist/lib/getObjectsListCache.js +18 -0
- package/dist/lib/getObjectsListCache.js.map +1 -0
- package/dist/lib/handlerLogger.d.ts +9 -0
- package/dist/lib/handlerLogger.d.ts.map +1 -0
- package/dist/lib/handlerLogger.js +31 -0
- package/dist/lib/handlerLogger.js.map +1 -0
- package/dist/lib/handlers/HandlerExporter.d.ts +91 -0
- package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -0
- package/dist/lib/handlers/HandlerExporter.js +150 -0
- package/dist/lib/handlers/HandlerExporter.js.map +1 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.d.ts +31 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.js +77 -0
- package/dist/lib/handlers/base/BaseHandlerGroup.js.map +1 -0
- package/dist/lib/handlers/examples/usage-example.d.ts +29 -0
- package/dist/lib/handlers/examples/usage-example.d.ts.map +1 -0
- package/dist/lib/handlers/examples/usage-example.js +119 -0
- package/dist/lib/handlers/examples/usage-example.js.map +1 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js +814 -0
- package/dist/lib/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.js +1434 -0
- package/dist/lib/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js +112 -0
- package/dist/lib/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.js +54 -0
- package/dist/lib/handlers/groups/SearchHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.js +211 -0
- package/dist/lib/handlers/groups/SystemHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/groups/index.d.ts +13 -0
- package/dist/lib/handlers/groups/index.d.ts.map +1 -0
- package/dist/lib/handlers/groups/index.js +21 -0
- package/dist/lib/handlers/groups/index.js.map +1 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.d.ts +36 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.js +268 -0
- package/dist/lib/handlers/handlers/base/BaseHandlerGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/examples/usage-example.d.ts +29 -0
- package/dist/lib/handlers/handlers/examples/usage-example.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/examples/usage-example.js +119 -0
- package/dist/lib/handlers/handlers/examples/usage-example.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.js +322 -0
- package/dist/lib/handlers/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.js +1214 -0
- package/dist/lib/handlers/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.js +232 -0
- package/dist/lib/handlers/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.js +57 -0
- package/dist/lib/handlers/handlers/groups/SearchHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.d.ts +14 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.js +176 -0
- package/dist/lib/handlers/handlers/groups/SystemHandlersGroup.js.map +1 -0
- package/dist/lib/handlers/handlers/groups/index.d.ts +13 -0
- package/dist/lib/handlers/handlers/groups/index.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/groups/index.js +21 -0
- package/dist/lib/handlers/handlers/groups/index.js.map +1 -0
- package/dist/lib/handlers/handlers/index.d.ts +14 -0
- package/dist/lib/handlers/handlers/index.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/index.js +37 -0
- package/dist/lib/handlers/handlers/index.js.map +1 -0
- package/dist/lib/handlers/handlers/interfaces.d.ts +67 -0
- package/dist/lib/handlers/handlers/interfaces.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/interfaces.js +3 -0
- package/dist/lib/handlers/handlers/interfaces.js.map +1 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.js +88 -0
- package/dist/lib/handlers/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
- package/dist/lib/handlers/index.d.ts +17 -0
- package/dist/lib/handlers/index.d.ts.map +1 -0
- package/dist/lib/handlers/index.js +42 -0
- package/dist/lib/handlers/index.js.map +1 -0
- package/dist/lib/handlers/interfaces.d.ts +68 -0
- package/dist/lib/handlers/interfaces.d.ts.map +1 -0
- package/dist/lib/handlers/interfaces.js +3 -0
- package/dist/lib/handlers/interfaces.js.map +1 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.js +88 -0
- package/dist/lib/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
- package/dist/lib/handlers/utils/schemaUtils.d.ts +6 -0
- package/dist/lib/handlers/utils/schemaUtils.d.ts.map +1 -0
- package/dist/lib/handlers/utils/schemaUtils.js +215 -0
- package/dist/lib/handlers/utils/schemaUtils.js.map +1 -0
- package/dist/lib/logger.d.ts +28 -0
- package/dist/lib/logger.d.ts.map +1 -0
- package/dist/lib/logger.js +323 -0
- package/dist/lib/logger.js.map +1 -0
- package/dist/lib/loggerAdapter.d.ts +14 -0
- package/dist/lib/loggerAdapter.d.ts.map +1 -0
- package/dist/lib/loggerAdapter.js +26 -0
- package/dist/lib/loggerAdapter.js.map +1 -0
- package/dist/lib/runtimeConfig.d.ts +20 -0
- package/dist/lib/runtimeConfig.d.ts.map +1 -0
- package/dist/lib/runtimeConfig.js +130 -0
- package/dist/lib/runtimeConfig.js.map +1 -0
- package/dist/lib/servers/BaseMcpServer.d.ts +56 -0
- package/dist/lib/servers/BaseMcpServer.d.ts.map +1 -0
- package/dist/lib/servers/BaseMcpServer.js +198 -0
- package/dist/lib/servers/BaseMcpServer.js.map +1 -0
- package/dist/lib/servers/ConnectionContext.d.ts +20 -0
- package/dist/lib/servers/ConnectionContext.d.ts.map +1 -0
- package/dist/lib/servers/ConnectionContext.js +3 -0
- package/dist/lib/servers/ConnectionContext.js.map +1 -0
- package/dist/lib/servers/SseServer.d.ts +32 -0
- package/dist/lib/servers/SseServer.d.ts.map +1 -0
- package/dist/lib/servers/SseServer.js +139 -0
- package/dist/lib/servers/SseServer.js.map +1 -0
- package/dist/lib/servers/StdioServer.d.ts +20 -0
- package/dist/lib/servers/StdioServer.d.ts.map +1 -0
- package/dist/lib/servers/StdioServer.js +32 -0
- package/dist/lib/servers/StdioServer.js.map +1 -0
- package/dist/lib/servers/StreamableHttpServer.d.ts +30 -0
- package/dist/lib/servers/StreamableHttpServer.d.ts.map +1 -0
- package/dist/lib/servers/StreamableHttpServer.js +83 -0
- package/dist/lib/servers/StreamableHttpServer.js.map +1 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.d.ts +36 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.js +268 -0
- package/dist/lib/servers/handlers/base/BaseHandlerGroup.js.map +1 -0
- package/dist/lib/servers/handlers/examples/usage-example.d.ts +29 -0
- package/dist/lib/servers/handlers/examples/usage-example.d.ts.map +1 -0
- package/dist/lib/servers/handlers/examples/usage-example.js +119 -0
- package/dist/lib/servers/handlers/examples/usage-example.js.map +1 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.js +322 -0
- package/dist/lib/servers/handlers/groups/HighLevelHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.js +1214 -0
- package/dist/lib/servers/handlers/groups/LowLevelHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.js +232 -0
- package/dist/lib/servers/handlers/groups/ReadOnlyHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.js +57 -0
- package/dist/lib/servers/handlers/groups/SearchHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.d.ts +14 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.js +176 -0
- package/dist/lib/servers/handlers/groups/SystemHandlersGroup.js.map +1 -0
- package/dist/lib/servers/handlers/groups/index.d.ts +13 -0
- package/dist/lib/servers/handlers/groups/index.d.ts.map +1 -0
- package/dist/lib/servers/handlers/groups/index.js +21 -0
- package/dist/lib/servers/handlers/groups/index.js.map +1 -0
- package/dist/lib/servers/handlers/index.d.ts +14 -0
- package/dist/lib/servers/handlers/index.d.ts.map +1 -0
- package/dist/lib/servers/handlers/index.js +37 -0
- package/dist/lib/servers/handlers/index.js.map +1 -0
- package/dist/lib/servers/handlers/interfaces.d.ts +67 -0
- package/dist/lib/servers/handlers/interfaces.d.ts.map +1 -0
- package/dist/lib/servers/handlers/interfaces.js +3 -0
- package/dist/lib/servers/handlers/interfaces.js.map +1 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.d.ts +49 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.d.ts.map +1 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.js +88 -0
- package/dist/lib/servers/handlers/registry/CompositeHandlersRegistry.js.map +1 -0
- package/dist/lib/servers/index.d.ts +5 -0
- package/dist/lib/servers/index.d.ts.map +1 -0
- package/dist/lib/servers/index.js +21 -0
- package/dist/lib/servers/index.js.map +1 -0
- package/dist/lib/servers/launcher.d.ts +2 -0
- package/dist/lib/servers/launcher.d.ts.map +1 -0
- package/dist/lib/servers/launcher.js +123 -0
- package/dist/lib/servers/launcher.js.map +1 -0
- package/dist/lib/servers/mcp_handlers.d.ts +25 -0
- package/dist/lib/servers/mcp_handlers.d.ts.map +1 -0
- package/dist/lib/servers/mcp_handlers.js +822 -0
- package/dist/lib/servers/mcp_handlers.js.map +1 -0
- package/dist/lib/servers/mcp_server.d.ts +7 -0
- package/dist/lib/servers/mcp_server.d.ts.map +1 -0
- package/dist/lib/servers/mcp_server.js +12 -0
- package/dist/lib/servers/utils.d.ts +42 -0
- package/dist/lib/servers/utils.d.ts.map +1 -0
- package/dist/lib/servers/utils.js +620 -0
- package/dist/lib/servers/utils.js.map +1 -0
- package/dist/lib/servers/v2/__tests__/unit/McpServer.test.d.ts +7 -0
- package/dist/lib/servers/v2/__tests__/unit/McpServer.test.d.ts.map +1 -0
- package/dist/lib/servers/v2/__tests__/unit/McpServer.test.js +218 -0
- package/dist/lib/servers/v2/connection/LocalConnectionProvider.d.ts +20 -0
- package/dist/lib/servers/v2/connection/LocalConnectionProvider.d.ts.map +1 -0
- package/dist/lib/servers/v2/connection/LocalConnectionProvider.js +70 -0
- package/dist/lib/servers/v2/connection/RemoteConnectionProvider.d.ts +21 -0
- package/dist/lib/servers/v2/connection/RemoteConnectionProvider.d.ts.map +1 -0
- package/dist/lib/servers/v2/connection/RemoteConnectionProvider.js +36 -0
- package/dist/lib/servers/v2/connection/index.d.ts +6 -0
- package/dist/lib/servers/v2/connection/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/connection/index.js +10 -0
- package/dist/lib/servers/v2/factory/AuthBrokerFactory.d.ts +29 -0
- package/dist/lib/servers/v2/factory/AuthBrokerFactory.d.ts.map +1 -0
- package/dist/lib/servers/v2/factory/AuthBrokerFactory.js +79 -0
- package/dist/lib/servers/v2/factory/LocalModeFactory.d.ts +38 -0
- package/dist/lib/servers/v2/factory/LocalModeFactory.d.ts.map +1 -0
- package/dist/lib/servers/v2/factory/LocalModeFactory.js +38 -0
- package/dist/lib/servers/v2/factory/index.d.ts +6 -0
- package/dist/lib/servers/v2/factory/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/factory/index.js +10 -0
- package/dist/lib/servers/v2/index.d.ts +9 -0
- package/dist/lib/servers/v2/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/index.js +27 -0
- package/dist/lib/servers/v2/index.js.map +1 -0
- package/dist/lib/servers/v2/interfaces/connection.d.ts +188 -0
- package/dist/lib/servers/v2/interfaces/connection.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/connection.js +7 -0
- package/dist/lib/servers/v2/interfaces/index.d.ts +10 -0
- package/dist/lib/servers/v2/interfaces/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/index.js +25 -0
- package/dist/lib/servers/v2/interfaces/protocol.d.ts +30 -0
- package/dist/lib/servers/v2/interfaces/protocol.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/protocol.js +7 -0
- package/dist/lib/servers/v2/interfaces/session.d.ts +98 -0
- package/dist/lib/servers/v2/interfaces/session.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/session.js +7 -0
- package/dist/lib/servers/v2/interfaces/transport.d.ts +88 -0
- package/dist/lib/servers/v2/interfaces/transport.d.ts.map +1 -0
- package/dist/lib/servers/v2/interfaces/transport.js +7 -0
- package/dist/lib/servers/v2/protocol/ProtocolHandler.d.ts +21 -0
- package/dist/lib/servers/v2/protocol/ProtocolHandler.d.ts.map +1 -0
- package/dist/lib/servers/v2/protocol/ProtocolHandler.js +77 -0
- package/dist/lib/servers/v2/protocol/index.d.ts +5 -0
- package/dist/lib/servers/v2/protocol/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/protocol/index.js +8 -0
- package/dist/lib/servers/v2/server/McpServer.d.ts +76 -0
- package/dist/lib/servers/v2/server/McpServer.d.ts.map +1 -0
- package/dist/lib/servers/v2/server/McpServer.js +243 -0
- package/dist/lib/servers/v2/server/index.d.ts +5 -0
- package/dist/lib/servers/v2/server/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/server/index.js +8 -0
- package/dist/lib/servers/v2/session/SessionManager.d.ts +40 -0
- package/dist/lib/servers/v2/session/SessionManager.d.ts.map +1 -0
- package/dist/lib/servers/v2/session/SessionManager.js +136 -0
- package/dist/lib/servers/v2/session/index.d.ts +5 -0
- package/dist/lib/servers/v2/session/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/session/index.js +8 -0
- package/dist/lib/servers/v2/transports/SseTransport.d.ts +49 -0
- package/dist/lib/servers/v2/transports/SseTransport.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/SseTransport.js +89 -0
- package/dist/lib/servers/v2/transports/StdioTransport.d.ts +31 -0
- package/dist/lib/servers/v2/transports/StdioTransport.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/StdioTransport.js +91 -0
- package/dist/lib/servers/v2/transports/StreamableHttpTransport.d.ts +51 -0
- package/dist/lib/servers/v2/transports/StreamableHttpTransport.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/StreamableHttpTransport.js +147 -0
- package/dist/lib/servers/v2/transports/index.d.ts +7 -0
- package/dist/lib/servers/v2/transports/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/transports/index.js +12 -0
- package/dist/lib/servers/v2/types/common.d.ts +17 -0
- package/dist/lib/servers/v2/types/common.d.ts.map +1 -0
- package/dist/lib/servers/v2/types/common.js +6 -0
- package/dist/lib/servers/v2/types/common.js.map +1 -0
- package/dist/lib/servers/v2/types/index.d.ts +8 -0
- package/dist/lib/servers/v2/types/index.d.ts.map +1 -0
- package/dist/lib/servers/v2/types/index.js +24 -0
- package/dist/lib/servers/v2/types/index.js.map +1 -0
- package/dist/lib/servers/v2/types/transport.d.ts +28 -0
- package/dist/lib/servers/v2/types/transport.d.ts.map +1 -0
- package/dist/lib/servers/v2/types/transport.js +8 -0
- package/dist/lib/servers/v2/types/transport.js.map +1 -0
- package/dist/lib/servers/v2/utils/StdioLogger.d.ts +17 -0
- package/dist/lib/servers/v2/utils/StdioLogger.d.ts.map +1 -0
- package/dist/lib/servers/v2/utils/StdioLogger.js +33 -0
- package/dist/lib/servers/v2/utils/StdioLogger.js.map +1 -0
- package/dist/lib/sessionUtils.d.ts +127 -0
- package/dist/lib/sessionUtils.d.ts.map +1 -0
- package/dist/lib/sessionUtils.js +197 -0
- package/dist/lib/sessionUtils.js.map +1 -0
- package/dist/lib/stores/UnixFileServiceKeyStore.d.ts +42 -0
- package/dist/lib/stores/UnixFileServiceKeyStore.d.ts.map +1 -0
- package/dist/lib/stores/UnixFileServiceKeyStore.js +53 -0
- package/dist/lib/stores/UnixFileSessionStore.d.ts +54 -0
- package/dist/lib/stores/UnixFileSessionStore.d.ts.map +1 -0
- package/dist/lib/stores/UnixFileSessionStore.js +70 -0
- package/dist/lib/stores/WindowsFileServiceKeyStore.d.ts +42 -0
- package/dist/lib/stores/WindowsFileServiceKeyStore.d.ts.map +1 -0
- package/dist/lib/stores/WindowsFileServiceKeyStore.js +53 -0
- package/dist/lib/stores/WindowsFileSessionStore.d.ts +54 -0
- package/dist/lib/stores/WindowsFileSessionStore.d.ts.map +1 -0
- package/dist/lib/stores/WindowsFileSessionStore.js +70 -0
- package/dist/lib/stores/index.d.ts +43 -0
- package/dist/lib/stores/index.d.ts.map +1 -0
- package/dist/lib/stores/index.js +181 -0
- package/dist/lib/stores/index.js.map +1 -0
- package/dist/lib/stores/platformPaths.d.ts +24 -0
- package/dist/lib/stores/platformPaths.d.ts.map +1 -0
- package/dist/lib/stores/platformPaths.js +146 -0
- package/dist/lib/stores/platformPaths.js.map +1 -0
- package/dist/lib/toolsRegistry.d.ts +13 -0
- package/dist/lib/toolsRegistry.d.ts.map +1 -0
- package/dist/lib/toolsRegistry.js +410 -0
- package/dist/lib/transportConfig.d.ts +27 -0
- package/dist/lib/transportConfig.d.ts.map +1 -0
- package/dist/lib/transportConfig.js +124 -0
- package/dist/lib/transports/stdio.d.ts +10 -0
- package/dist/lib/transports/stdio.d.ts.map +1 -0
- package/dist/lib/transports/stdio.js +73 -0
- package/dist/lib/types/common.d.ts +17 -0
- package/dist/lib/types/common.d.ts.map +1 -0
- package/dist/lib/types/common.js +6 -0
- package/dist/lib/types/common.js.map +1 -0
- package/dist/lib/types/index.d.ts +8 -0
- package/dist/lib/types/index.d.ts.map +1 -0
- package/dist/lib/types/index.js +24 -0
- package/dist/lib/types/index.js.map +1 -0
- package/dist/lib/types/transport.d.ts +28 -0
- package/dist/lib/types/transport.d.ts.map +1 -0
- package/dist/lib/types/transport.js +8 -0
- package/dist/lib/types/transport.js.map +1 -0
- package/dist/lib/utils.d.ts +200 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +1642 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/writeResultToFile.d.ts +8 -0
- package/dist/lib/writeResultToFile.d.ts.map +1 -0
- package/dist/lib/writeResultToFile.js +84 -0
- package/dist/lib/writeResultToFile.js.map +1 -0
- package/dist/lib/yamlConfig.d.ts +59 -0
- package/dist/lib/yamlConfig.d.ts.map +1 -0
- package/dist/lib/yamlConfig.js +349 -0
- package/dist/lib/yamlConfig.js.map +1 -0
- package/dist/server/AuthBrokerConfig.d.ts +22 -0
- package/dist/server/AuthBrokerConfig.d.ts.map +1 -0
- package/dist/server/AuthBrokerConfig.js +46 -0
- package/dist/server/AuthBrokerConfig.js.map +1 -0
- package/dist/server/BaseMcpServer.d.ts +67 -0
- package/dist/server/BaseMcpServer.d.ts.map +1 -0
- package/dist/server/BaseMcpServer.js +273 -0
- package/dist/server/BaseMcpServer.js.map +1 -0
- package/dist/server/ConnectionContext.d.ts +20 -0
- package/dist/server/ConnectionContext.d.ts.map +1 -0
- package/dist/server/ConnectionContext.js +3 -0
- package/dist/server/ConnectionContext.js.map +1 -0
- package/dist/server/IHttpApplication.d.ts +42 -0
- package/dist/server/IHttpApplication.d.ts.map +1 -0
- package/dist/server/IHttpApplication.js +3 -0
- package/dist/server/IHttpApplication.js.map +1 -0
- package/dist/server/IServerConfig.d.ts +15 -0
- package/dist/server/IServerConfig.d.ts.map +1 -0
- package/dist/server/IServerConfig.js +7 -0
- package/dist/server/IServerConfig.js.map +1 -0
- package/dist/server/MockAbapConnection.d.ts +13 -0
- package/dist/server/MockAbapConnection.d.ts.map +1 -0
- package/dist/server/MockAbapConnection.js +37 -0
- package/dist/server/MockAbapConnection.js.map +1 -0
- package/dist/server/SseServer.d.ts +95 -0
- package/dist/server/SseServer.d.ts.map +1 -0
- package/dist/server/SseServer.js +217 -0
- package/dist/server/SseServer.js.map +1 -0
- package/dist/server/StdioServer.d.ts +20 -0
- package/dist/server/StdioServer.d.ts.map +1 -0
- package/dist/server/StdioServer.js +32 -0
- package/dist/server/StdioServer.js.map +1 -0
- package/dist/server/StreamableHttpServer.d.ts +94 -0
- package/dist/server/StreamableHttpServer.d.ts.map +1 -0
- package/dist/server/StreamableHttpServer.js +170 -0
- package/dist/server/StreamableHttpServer.js.map +1 -0
- package/dist/server/index.d.ts +6 -0
- package/dist/server/index.d.ts.map +1 -0
- package/dist/server/index.js +22 -0
- package/dist/server/index.js.map +1 -0
- package/dist/server/launcher.d.ts +2 -0
- package/dist/server/launcher.d.ts.map +1 -0
- package/dist/server/launcher.js +202 -0
- package/dist/server/launcher.js.map +1 -0
- package/dist/server/v1/AuthBrokerConfig.d.ts +19 -0
- package/dist/server/v1/AuthBrokerConfig.d.ts.map +1 -0
- package/dist/server/v1/AuthBrokerConfig.js +44 -0
- package/dist/server/v1/AuthBrokerConfig.js.map +1 -0
- package/dist/server/v1/IServerConfig.d.ts +17 -0
- package/dist/server/v1/IServerConfig.d.ts.map +1 -0
- package/dist/server/v1/IServerConfig.js +7 -0
- package/dist/server/v1/IServerConfig.js.map +1 -0
- package/dist/server/v1/ServerConfig.d.ts +16 -0
- package/dist/server/v1/ServerConfig.d.ts.map +1 -0
- package/dist/server/v1/ServerConfig.js +6 -0
- package/dist/server/v1/ServerConfig.js.map +1 -0
- package/dist/server/v1/embeddable-server.d.ts +89 -0
- package/dist/server/v1/embeddable-server.d.ts.map +1 -0
- package/dist/server/v1/embeddable-server.js +83 -0
- package/dist/server/v1/embeddable-server.js.map +1 -0
- package/dist/server/v1/index.d.ts +30 -0
- package/dist/server/v1/index.d.ts.map +1 -0
- package/dist/server/v1/index.js +65 -0
- package/dist/server/v1/index.js.map +1 -0
- package/dist/server/v1/legacy-server.d.ts +141 -0
- package/dist/server/v1/legacy-server.d.ts.map +1 -0
- package/dist/server/v1/legacy-server.js +2099 -0
- package/dist/server/v1/legacy-server.js.map +1 -0
- package/dist/server/v1/mcp_handlers.d.ts +19 -0
- package/dist/server/v1/mcp_handlers.d.ts.map +1 -0
- package/dist/server/v1/mcp_handlers.js +85 -0
- package/dist/server/v1/mcp_handlers.js.map +1 -0
- package/dist/server/v2/AuthBrokerConfig.d.ts +22 -0
- package/dist/server/v2/AuthBrokerConfig.d.ts.map +1 -0
- package/dist/server/v2/AuthBrokerConfig.js +46 -0
- package/dist/server/v2/AuthBrokerConfig.js.map +1 -0
- package/dist/server/v2/BaseMcpServer.d.ts +67 -0
- package/dist/server/v2/BaseMcpServer.d.ts.map +1 -0
- package/dist/server/v2/BaseMcpServer.js +273 -0
- package/dist/server/v2/BaseMcpServer.js.map +1 -0
- package/dist/server/v2/ConnectionContext.d.ts +20 -0
- package/dist/server/v2/ConnectionContext.d.ts.map +1 -0
- package/dist/server/v2/ConnectionContext.js +3 -0
- package/dist/server/v2/ConnectionContext.js.map +1 -0
- package/dist/server/v2/IHttpApplication.d.ts +42 -0
- package/dist/server/v2/IHttpApplication.d.ts.map +1 -0
- package/dist/server/v2/IHttpApplication.js +3 -0
- package/dist/server/v2/IHttpApplication.js.map +1 -0
- package/dist/server/v2/IServerConfig.d.ts +15 -0
- package/dist/server/v2/IServerConfig.d.ts.map +1 -0
- package/dist/server/v2/IServerConfig.js +7 -0
- package/dist/server/v2/IServerConfig.js.map +1 -0
- package/dist/server/v2/ServerConfig.d.ts +16 -0
- package/dist/server/v2/ServerConfig.d.ts.map +1 -0
- package/dist/server/v2/ServerConfig.js +6 -0
- package/dist/server/v2/ServerConfig.js.map +1 -0
- package/dist/server/v2/SseServer.d.ts +95 -0
- package/dist/server/v2/SseServer.d.ts.map +1 -0
- package/dist/server/v2/SseServer.js +217 -0
- package/dist/server/v2/SseServer.js.map +1 -0
- package/dist/server/v2/StdioServer.d.ts +20 -0
- package/dist/server/v2/StdioServer.d.ts.map +1 -0
- package/dist/server/v2/StdioServer.js +32 -0
- package/dist/server/v2/StdioServer.js.map +1 -0
- package/dist/server/v2/StreamableHttpServer.d.ts +94 -0
- package/dist/server/v2/StreamableHttpServer.d.ts.map +1 -0
- package/dist/server/v2/StreamableHttpServer.js +170 -0
- package/dist/server/v2/StreamableHttpServer.js.map +1 -0
- package/dist/server/v2/index.d.ts +6 -0
- package/dist/server/v2/index.d.ts.map +1 -0
- package/dist/server/v2/index.js +22 -0
- package/dist/server/v2/index.js.map +1 -0
- package/dist/server/v2/launcher.d.ts +2 -0
- package/dist/server/v2/launcher.d.ts.map +1 -0
- package/dist/server/v2/launcher.js +181 -0
- package/dist/server/v2/launcher.js.map +1 -0
- package/dist/server/v2/mcp_handlers.d.ts +25 -0
- package/dist/server/v2/mcp_handlers.d.ts.map +1 -0
- package/dist/server/v2/mcp_handlers.js +828 -0
- package/dist/server/v2/mcp_handlers.js.map +1 -0
- package/dist/server/v2/utils.d.ts +42 -0
- package/dist/server/v2/utils.d.ts.map +1 -0
- package/dist/server/v2/utils.js +620 -0
- package/dist/server/v2/utils.js.map +1 -0
- package/dist/tools/test-v2-server-stdio-compiled.js +132 -0
- package/dist/utils/StdioLogger.d.ts +17 -0
- package/dist/utils/StdioLogger.d.ts.map +1 -0
- package/dist/utils/StdioLogger.js +33 -0
- package/dist/utils/StdioLogger.js.map +1 -0
- package/dist/utils/lockStateManager.d.ts +64 -0
- package/dist/utils/lockStateManager.d.ts.map +1 -0
- package/dist/utils/lockStateManager.js +173 -0
- package/dist/utils/lockStateManager.js.map +1 -0
- package/dist/utils/transportValidation.d.ts +11 -0
- package/dist/utils/transportValidation.d.ts.map +1 -0
- package/dist/utils/transportValidation.js +18 -0
- package/dist/utils/transportValidation.js.map +1 -0
- package/docs/README.md +61 -0
- package/docs/adt-discovery.xml +6135 -0
- package/docs/architecture/CONNECTION_ISOLATION.md +150 -0
- package/docs/architecture/HANDLER_EXPORTER.md +208 -0
- package/docs/architecture/README.md +50 -0
- package/docs/architecture/STATEFUL_SESSION_GUIDE.md +737 -0
- package/docs/architecture/TOOLS_ARCHITECTURE.md +274 -0
- package/docs/configuration/YAML_CONFIG.md +272 -0
- package/docs/deployment/DOCKER.md +356 -0
- package/docs/deployment/README.md +51 -0
- package/docs/deployment/RELEASE.md +131 -0
- package/docs/development/ASSISTANT_GUIDELINES.md +179 -0
- package/docs/development/ISSUE_ROADMAP_SYSTEM.md +194 -0
- package/docs/development/README.md +22 -0
- package/docs/development/TEST_CONFIG_YAML_GUIDE.md +152 -0
- package/docs/development/TEST_SYSTEM_SETUP.md +191 -0
- package/docs/development/roadmaps/HANDLER_BUILD_ERRORS_ROADMAP.md +311 -0
- package/docs/development/roadmaps/INFRASTRUCTURE_HANDLERS.md +284 -0
- package/docs/development/roadmaps/MCP_SERVER_REFACTORING_ROADMAP.md +167 -0
- package/docs/development/roadmaps/TEST_LOGGING_ROADMAP.md +144 -0
- package/docs/development/roadmaps/TEST_REFACTORING_ROADMAP.md +518 -0
- package/docs/development/roadmaps/TODO_ROADMAP.md +165 -0
- package/docs/development/roadmaps/USAGE_DOCUMENTATION_ROADMAP.md +354 -0
- package/docs/development/roadmaps/archive/.keep +0 -0
- package/docs/development/roadmaps/archive/HANDLERS_REFACTORING_ROADMAP.md +145 -0
- package/docs/development/roadmaps/archive/HANDLER_LOGGER_CLEANUP.md +87 -0
- package/docs/development/roadmaps/archive/HANDLER_LOGGING_ROADMAP.md +75 -0
- package/docs/development/roadmaps/archive/HIGH_HANDLERS_REFACTORING_ROADMAP.md +145 -0
- package/docs/development/roadmaps/archive/LOGGER_ROADMAP.md +52 -0
- package/docs/development/roadmaps/archive/MISSING_HIGH_LEVEL_HANDLERS.md +110 -0
- package/docs/development/roadmaps/archive/TEST_ISSUES_ROADMAP_2025-01-27_20-44-40.md +567 -0
- package/docs/development/roadmaps/archive/TEST_ISSUES_ROADMAP_2025-11-27.md +630 -0
- package/docs/development/roadmaps/archive/TEST_WORKFLOW_CONTEXT_UPDATE.md +72 -0
- package/docs/development/roadmaps/archive/auth-broker-default-destination.md +469 -0
- package/docs/development/roadmaps/archive/auth-broker-roadmap.md +410 -0
- package/docs/development/roadmaps/archive/test_locking_roadmap.md +48 -0
- package/docs/development/roadmaps/parameter_passing_unit_tests_roadmap.md +402 -0
- package/docs/development/tests/CREATE_DOMAIN_TOOL.md +182 -0
- package/docs/development/tests/DEBUGGING.md +469 -0
- package/docs/development/tests/ORGANIZATION.md +85 -0
- package/docs/development/tests/README.md +88 -0
- package/docs/development/tests/TESTING_AUTH.md +124 -0
- package/docs/development/tests/TESTING_GUIDE.md +208 -0
- package/docs/development/tests/TEST_INFRASTRUCTURE.md +218 -0
- package/docs/development/tests/test-config.yaml.template +210 -0
- package/docs/discovery.json +32570 -0
- package/docs/installation/CLINE_CONFIGURATION.md +507 -0
- package/docs/installation/INSTALLATION.md +531 -0
- package/docs/installation/README.md +16 -0
- package/docs/installation/examples/README.md +200 -0
- package/docs/installation/examples/SERVICE_KEY_SETUP.md +177 -0
- package/docs/installation/examples/cline-http-config.json +9 -0
- package/docs/installation/examples/cline-http-npx-config.json +9 -0
- package/docs/installation/examples/cline-http-service-key-config.json +13 -0
- package/docs/installation/examples/cline-http-service-key-npx-config.json +12 -0
- package/docs/installation/examples/cline-sse-config.json +9 -0
- package/docs/installation/examples/cline-sse-npx-config.json +9 -0
- package/docs/installation/examples/cline-stdio-config.json +14 -0
- package/docs/installation/examples/cline-stdio-global-config.json +13 -0
- package/docs/installation/examples/cline-stdio-npx-config.json +15 -0
- package/docs/installation/platforms/INSTALL_LINUX.md +622 -0
- package/docs/installation/platforms/INSTALL_MACOS.md +514 -0
- package/docs/installation/platforms/INSTALL_WINDOWS.md +480 -0
- package/docs/user-guide/AVAILABLE_TOOLS.md +3836 -0
- package/docs/user-guide/CLIENT_CONFIGURATION.md +668 -0
- package/docs/user-guide/CLI_OPTIONS.md +523 -0
- package/docs/user-guide/HANDLERS_MANAGEMENT.md +208 -0
- package/docs/user-guide/README.md +116 -0
- package/docs/user-guide/scenarios/COMMON_PATTERNS.md +603 -0
- package/docs/user-guide/scenarios/CREATING_CDS_VIEWS.md +441 -0
- package/docs/user-guide/scenarios/CREATING_CLASSES.md +456 -0
- package/docs/user-guide/scenarios/CREATING_FUNCTION_GROUPS.md +582 -0
- package/docs/user-guide/scenarios/README.md +51 -0
- package/docs/user-guide/scenarios/SESSION_MANAGEMENT.md +335 -0
- package/docs/user-guide/usage/README.md +137 -0
- package/docs/user-guide/usage/rap-business-objects/README.md +28 -0
- package/docs/user-guide/usage/rap-business-objects/creating-rap-bo.md +189 -0
- package/docs/user-guide/usage/rap-business-objects/deferred-activation.md +82 -0
- package/docs/user-guide/usage/simple-objects/README.md +23 -0
- package/docs/user-guide/usage/simple-objects/classes-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/classes-low.md +165 -0
- package/docs/user-guide/usage/simple-objects/data-elements-high.md +48 -0
- package/docs/user-guide/usage/simple-objects/data-elements-low.md +144 -0
- package/docs/user-guide/usage/simple-objects/domains-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/domains-low.md +144 -0
- package/docs/user-guide/usage/simple-objects/function-groups-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/function-groups-low.md +144 -0
- package/docs/user-guide/usage/simple-objects/function-modules-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/function-modules-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/interfaces-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/interfaces-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/programs-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/programs-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/service-definitions-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/service-definitions-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/structures-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/structures-low.md +160 -0
- package/docs/user-guide/usage/simple-objects/tables-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/tables-low.md +165 -0
- package/docs/user-guide/usage/simple-objects/views-high.md +32 -0
- package/docs/user-guide/usage/simple-objects/views-low.md +160 -0
- package/package.json +193 -0
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* CLI utility to manage session state files
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* adt-manage-sessions [options] <command>
|
|
7
|
+
*
|
|
8
|
+
* Commands:
|
|
9
|
+
* list Show all active sessions
|
|
10
|
+
* info <sessionId> Show session details
|
|
11
|
+
* cleanup Remove stale sessions
|
|
12
|
+
* clear Clear all sessions
|
|
13
|
+
* help Show this help message
|
|
14
|
+
*
|
|
15
|
+
* Options:
|
|
16
|
+
* --sessions-dir <path> Directory with session files (default: .sessions)
|
|
17
|
+
* --help, -h Show help
|
|
18
|
+
*
|
|
19
|
+
* Examples:
|
|
20
|
+
* adt-manage-sessions list
|
|
21
|
+
* adt-manage-sessions --sessions-dir /custom/path list
|
|
22
|
+
* adt-manage-sessions info my-session-id
|
|
23
|
+
* adt-manage-sessions cleanup
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const path = require('path');
|
|
27
|
+
const { FileSessionStorage } = require('@mcp-abap-adt/connection');
|
|
28
|
+
|
|
29
|
+
// Parse command line arguments
|
|
30
|
+
function parseArgs() {
|
|
31
|
+
const args = process.argv.slice(2);
|
|
32
|
+
const options = {
|
|
33
|
+
sessionsDir: '.sessions',
|
|
34
|
+
command: null,
|
|
35
|
+
commandArgs: []
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
for (let i = 0; i < args.length; i++) {
|
|
39
|
+
const arg = args[i];
|
|
40
|
+
|
|
41
|
+
if (arg === '--sessions-dir' && i + 1 < args.length) {
|
|
42
|
+
options.sessionsDir = args[++i];
|
|
43
|
+
} else if (arg === '--help' || arg === '-h' || arg === 'help') {
|
|
44
|
+
return { ...options, command: 'help' };
|
|
45
|
+
} else if (!options.command) {
|
|
46
|
+
options.command = arg;
|
|
47
|
+
} else {
|
|
48
|
+
options.commandArgs.push(arg);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
return options;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
function showHelp() {
|
|
56
|
+
console.log(`
|
|
57
|
+
adt-manage-sessions - Manage HTTP session state (cookies, CSRF tokens)
|
|
58
|
+
|
|
59
|
+
USAGE:
|
|
60
|
+
adt-manage-sessions [options] <command>
|
|
61
|
+
|
|
62
|
+
COMMANDS:
|
|
63
|
+
list Show all active sessions with metadata
|
|
64
|
+
info <sessionId> Show detailed session information
|
|
65
|
+
cleanup Remove stale sessions (>30 min or from dead processes)
|
|
66
|
+
clear Clear all sessions from storage
|
|
67
|
+
help Show this help message
|
|
68
|
+
|
|
69
|
+
OPTIONS:
|
|
70
|
+
--sessions-dir <path> Directory with session files (default: .sessions)
|
|
71
|
+
--help, -h Show this help
|
|
72
|
+
|
|
73
|
+
EXAMPLES:
|
|
74
|
+
# List all sessions
|
|
75
|
+
adt-manage-sessions list
|
|
76
|
+
|
|
77
|
+
# Use custom sessions directory
|
|
78
|
+
adt-manage-sessions --sessions-dir /custom/.sessions list
|
|
79
|
+
|
|
80
|
+
# Show session details
|
|
81
|
+
adt-manage-sessions info test-session-123
|
|
82
|
+
|
|
83
|
+
# Clean up stale sessions
|
|
84
|
+
adt-manage-sessions cleanup
|
|
85
|
+
|
|
86
|
+
# Clear all sessions
|
|
87
|
+
adt-manage-sessions clear
|
|
88
|
+
|
|
89
|
+
FILES:
|
|
90
|
+
.sessions/<sessionId>.json Session state files (cookies, CSRF tokens)
|
|
91
|
+
|
|
92
|
+
For more info: https://github.com/fr0ster/mcp-abap-adt-clients
|
|
93
|
+
`);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
const options = parseArgs();
|
|
97
|
+
|
|
98
|
+
// Show help
|
|
99
|
+
if (!options.command || options.command === 'help') {
|
|
100
|
+
showHelp();
|
|
101
|
+
process.exit(0);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
const sessionStorage = new FileSessionStorage({
|
|
105
|
+
sessionDir: options.sessionsDir,
|
|
106
|
+
prettyPrint: true
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
function formatAge(ms) {
|
|
110
|
+
const seconds = Math.floor(ms / 1000);
|
|
111
|
+
const minutes = Math.floor(seconds / 60);
|
|
112
|
+
const hours = Math.floor(minutes / 60);
|
|
113
|
+
|
|
114
|
+
if (hours > 0) {
|
|
115
|
+
return `${hours}h ${minutes % 60}m`;
|
|
116
|
+
} else if (minutes > 0) {
|
|
117
|
+
return `${minutes}m ${seconds % 60}s`;
|
|
118
|
+
} else {
|
|
119
|
+
return `${seconds}s`;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
function formatSessionInfo(sessionId, metadata) {
|
|
124
|
+
const processStatus = (() => {
|
|
125
|
+
try {
|
|
126
|
+
process.kill(metadata.pid, 0);
|
|
127
|
+
return '🟢 Running';
|
|
128
|
+
} catch {
|
|
129
|
+
return '🔴 Dead';
|
|
130
|
+
}
|
|
131
|
+
})();
|
|
132
|
+
|
|
133
|
+
return `
|
|
134
|
+
Session ID: ${sessionId}
|
|
135
|
+
Created: ${new Date(metadata.timestamp).toISOString()}
|
|
136
|
+
Age: ${formatAge(metadata.age)}
|
|
137
|
+
Process: ${metadata.pid} ${processStatus}`;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
async function main() {
|
|
141
|
+
const command = process.argv[2];
|
|
142
|
+
const arg = process.argv[3];
|
|
143
|
+
|
|
144
|
+
if (!command || command === 'list') {
|
|
145
|
+
// List all sessions
|
|
146
|
+
const sessions = await sessionStorage.listSessions();
|
|
147
|
+
|
|
148
|
+
if (sessions.length === 0) {
|
|
149
|
+
console.log('✅ No active sessions found');
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
console.log(`\n📋 Active Sessions (${sessions.length}):\n`);
|
|
154
|
+
|
|
155
|
+
for (const sessionId of sessions) {
|
|
156
|
+
const metadata = await sessionStorage.getSessionMetadata(sessionId);
|
|
157
|
+
if (metadata) {
|
|
158
|
+
console.log(formatSessionInfo(sessionId, metadata));
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
console.log();
|
|
162
|
+
|
|
163
|
+
} else if (command === 'info') {
|
|
164
|
+
// Show session details
|
|
165
|
+
if (!arg) {
|
|
166
|
+
console.error('❌ Usage: manage-sessions info <sessionId>');
|
|
167
|
+
process.exit(1);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
const state = await sessionStorage.load(arg);
|
|
171
|
+
const metadata = await sessionStorage.getSessionMetadata(arg);
|
|
172
|
+
|
|
173
|
+
if (!state || !metadata) {
|
|
174
|
+
console.error(`❌ Session not found: ${arg}`);
|
|
175
|
+
process.exit(1);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
console.log(formatSessionInfo(arg, metadata));
|
|
179
|
+
console.log('\nSession State:');
|
|
180
|
+
console.log(` Has Cookies: ${!!state.cookies}`);
|
|
181
|
+
console.log(` Has CSRF Token: ${!!state.csrfToken}`);
|
|
182
|
+
console.log(` Cookie Store: ${Object.keys(state.cookieStore).length} entries`);
|
|
183
|
+
|
|
184
|
+
if (state.cookies) {
|
|
185
|
+
console.log(`\nCookies:\n ${state.cookies}`);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
if (state.csrfToken) {
|
|
189
|
+
console.log(`\nCSRF Token:\n ${state.csrfToken}`);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
if (Object.keys(state.cookieStore).length > 0) {
|
|
193
|
+
console.log('\nCookie Store:');
|
|
194
|
+
for (const [key, value] of Object.entries(state.cookieStore)) {
|
|
195
|
+
console.log(` ${key}: ${value}`);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
} else if (command === 'cleanup') {
|
|
200
|
+
// Clean up stale sessions
|
|
201
|
+
console.log('🧹 Cleaning up stale sessions...\n');
|
|
202
|
+
|
|
203
|
+
const stale = await sessionStorage.cleanupStaleSessions();
|
|
204
|
+
const dead = await sessionStorage.cleanupDeadProcessSessions();
|
|
205
|
+
|
|
206
|
+
const allCleaned = [...new Set([...stale, ...dead])];
|
|
207
|
+
|
|
208
|
+
if (allCleaned.length === 0) {
|
|
209
|
+
console.log('✅ No stale sessions to cleanup');
|
|
210
|
+
} else {
|
|
211
|
+
console.log(`🧹 Cleaned up ${allCleaned.length} session(s):`);
|
|
212
|
+
allCleaned.forEach(id => console.log(` - ${id}`));
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
} else if (command === 'clear') {
|
|
216
|
+
// Clear all sessions
|
|
217
|
+
const sessions = await sessionStorage.listSessions();
|
|
218
|
+
await sessionStorage.clearAll();
|
|
219
|
+
console.log(`🧹 Cleared ${sessions.length} session(s)`);
|
|
220
|
+
|
|
221
|
+
} else {
|
|
222
|
+
console.error(`❌ Unknown command: ${command}`);
|
|
223
|
+
console.error('Usage:');
|
|
224
|
+
console.error(' manage-sessions list - Show all active sessions');
|
|
225
|
+
console.error(' manage-sessions info <sessionId> - Show session details');
|
|
226
|
+
console.error(' manage-sessions cleanup - Remove stale sessions');
|
|
227
|
+
console.error(' manage-sessions clear - Clear all sessions');
|
|
228
|
+
process.exit(1);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
main().catch(error => {
|
|
233
|
+
console.error('❌ Error:', error.message);
|
|
234
|
+
process.exit(1);
|
|
235
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* MCP ABAP ADT Server Launcher
|
|
5
|
+
*
|
|
6
|
+
* Main entry point that runs the v2 server from dist/server/v2/launcher.js
|
|
7
|
+
*
|
|
8
|
+
* NOTE: Using direct require() instead of spawn() to ensure proper stdio handling.
|
|
9
|
+
* spawn() with stdio: 'inherit' can cause issues with MCP protocol
|
|
10
|
+
* because the parent process becomes an unnecessary intermediate layer.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
// Just require the server entry point directly - this runs the server in the same process
|
|
14
|
+
// with proper stdin/stdout handling for MCP protocol
|
|
15
|
+
require('../dist/server/launcher.js');
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Unlock Object CLI - Unlock an SAP object using saved session/lock handle
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* adt-unlock-object <type> <name> [options]
|
|
7
|
+
*
|
|
8
|
+
* Examples:
|
|
9
|
+
* adt-unlock-object class ZCL_MY_CLASS --session-id my_session
|
|
10
|
+
* adt-unlock-object program Z_MY_PROGRAM --session-id auto_123456
|
|
11
|
+
* adt-unlock-object fm MY_FUNCTION_MODULE --function-group Z_MY_FUGR --session-id my_session
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
const path = require('path');
|
|
15
|
+
const fs = require('fs');
|
|
16
|
+
|
|
17
|
+
// Color codes for terminal output
|
|
18
|
+
const colors = {
|
|
19
|
+
reset: '\x1b[0m',
|
|
20
|
+
bright: '\x1b[1m',
|
|
21
|
+
green: '\x1b[32m',
|
|
22
|
+
red: '\x1b[31m',
|
|
23
|
+
yellow: '\x1b[33m',
|
|
24
|
+
blue: '\x1b[34m',
|
|
25
|
+
cyan: '\x1b[36m',
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
function showHelp() {
|
|
29
|
+
console.log(`
|
|
30
|
+
${colors.bright}Unlock Object CLI${colors.reset} - Unlock an SAP object using saved session/lock handle
|
|
31
|
+
|
|
32
|
+
${colors.bright}USAGE:${colors.reset}
|
|
33
|
+
adt-unlock-object <type> <name> --session-id <id> [options]
|
|
34
|
+
|
|
35
|
+
${colors.bright}ARGUMENTS:${colors.reset}
|
|
36
|
+
type Object type: class, program, interface, fm, domain, dataelement
|
|
37
|
+
name Object name (e.g., ZCL_MY_CLASS, Z_MY_PROGRAM)
|
|
38
|
+
|
|
39
|
+
${colors.bright}REQUIRED OPTIONS:${colors.reset}
|
|
40
|
+
--session-id <id> Session ID used when locking
|
|
41
|
+
|
|
42
|
+
${colors.bright}OPTIONS:${colors.reset}
|
|
43
|
+
--function-group <name> Function group name (required for fm type)
|
|
44
|
+
--sessions-dir <path> Sessions directory (default: .sessions)
|
|
45
|
+
--locks-dir <path> Locks directory (default: .locks)
|
|
46
|
+
--env <path> Path to .env file (default: .env)
|
|
47
|
+
--help, -h Show this help message
|
|
48
|
+
|
|
49
|
+
${colors.bright}EXAMPLES:${colors.reset}
|
|
50
|
+
# Unlock a class
|
|
51
|
+
adt-unlock-object class ZCL_MY_CLASS --session-id my_session
|
|
52
|
+
|
|
53
|
+
# Unlock a program
|
|
54
|
+
adt-unlock-object program Z_MY_PROGRAM --session-id auto_1234567890
|
|
55
|
+
|
|
56
|
+
# Unlock a function module
|
|
57
|
+
adt-unlock-object fm MY_FUNCTION_MODULE --function-group Z_MY_FUGR --session-id my_session
|
|
58
|
+
|
|
59
|
+
# Unlock with custom directories
|
|
60
|
+
adt-unlock-object class ZCL_TEST --session-id test --sessions-dir /tmp/sessions --locks-dir /tmp/locks
|
|
61
|
+
|
|
62
|
+
${colors.bright}NOTES:${colors.reset}
|
|
63
|
+
- Restores session from <sessions-dir>/<session-id>.json
|
|
64
|
+
- Retrieves lock handle from <locks-dir>/active-locks.json
|
|
65
|
+
- Removes lock from registry after successful unlock
|
|
66
|
+
- Use same session-id that was used with 'adt-lock-object'
|
|
67
|
+
`);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
async function main() {
|
|
71
|
+
const args = process.argv.slice(2);
|
|
72
|
+
|
|
73
|
+
// Show help
|
|
74
|
+
if (args.length === 0 || args.includes('--help') || args.includes('-h')) {
|
|
75
|
+
showHelp();
|
|
76
|
+
process.exit(0);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// Parse arguments
|
|
80
|
+
const objectType = args[0];
|
|
81
|
+
const objectName = args[1];
|
|
82
|
+
|
|
83
|
+
if (!objectType || !objectName) {
|
|
84
|
+
console.error(`${colors.red}Error: Object type and name are required${colors.reset}`);
|
|
85
|
+
console.log(`Run with --help for usage information`);
|
|
86
|
+
process.exit(1);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// Parse options
|
|
90
|
+
let functionGroup;
|
|
91
|
+
let sessionId;
|
|
92
|
+
let sessionsDir = '.sessions';
|
|
93
|
+
let locksDir = '.locks';
|
|
94
|
+
let envPath = '.env';
|
|
95
|
+
|
|
96
|
+
for (let i = 2; i < args.length; i++) {
|
|
97
|
+
if (args[i] === '--function-group' && args[i + 1]) {
|
|
98
|
+
functionGroup = args[++i];
|
|
99
|
+
} else if (args[i] === '--session-id' && args[i + 1]) {
|
|
100
|
+
sessionId = args[++i];
|
|
101
|
+
} else if (args[i] === '--sessions-dir' && args[i + 1]) {
|
|
102
|
+
sessionsDir = args[++i];
|
|
103
|
+
} else if (args[i] === '--locks-dir' && args[i + 1]) {
|
|
104
|
+
locksDir = args[++i];
|
|
105
|
+
} else if (args[i] === '--env' && args[i + 1]) {
|
|
106
|
+
envPath = args[++i];
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// Validate required options
|
|
111
|
+
if (!sessionId) {
|
|
112
|
+
console.error(`${colors.red}Error: --session-id is required${colors.reset}`);
|
|
113
|
+
console.log(`Run with --help for usage information`);
|
|
114
|
+
process.exit(1);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// Validate function group for FM
|
|
118
|
+
if (objectType === 'fm' && !functionGroup) {
|
|
119
|
+
console.error(`${colors.red}Error: --function-group is required for function modules${colors.reset}`);
|
|
120
|
+
process.exit(1);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// Load environment
|
|
124
|
+
require('dotenv').config({ path: envPath });
|
|
125
|
+
|
|
126
|
+
const sapUrl = process.env.SAP_URL;
|
|
127
|
+
const sapUsername = process.env.SAP_USERNAME;
|
|
128
|
+
const sapPassword = process.env.SAP_PASSWORD;
|
|
129
|
+
const sapJwtToken = process.env.SAP_JWT_TOKEN;
|
|
130
|
+
|
|
131
|
+
if (!sapUrl) {
|
|
132
|
+
console.error(`${colors.red}Error: SAP_URL must be set in ${envPath}${colors.reset}`);
|
|
133
|
+
process.exit(1);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// Auto-detect auth type based on what's available
|
|
137
|
+
let sapAuthType;
|
|
138
|
+
if (sapJwtToken) {
|
|
139
|
+
sapAuthType = 'jwt';
|
|
140
|
+
} else if (sapUsername && sapPassword) {
|
|
141
|
+
sapAuthType = 'basic';
|
|
142
|
+
} else {
|
|
143
|
+
console.error(`${colors.red}Error: Either SAP_JWT_TOKEN or (SAP_USERNAME and SAP_PASSWORD) must be set in ${envPath}${colors.reset}`);
|
|
144
|
+
process.exit(1);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
console.log(`${colors.cyan}🔓 Unlocking ${objectType}: ${objectName}${colors.reset}`);
|
|
148
|
+
if (functionGroup) {
|
|
149
|
+
console.log(`${colors.cyan} Function Group: ${functionGroup}${colors.reset}`);
|
|
150
|
+
}
|
|
151
|
+
console.log(`${colors.cyan} Session ID: ${sessionId}${colors.reset}`);
|
|
152
|
+
|
|
153
|
+
try {
|
|
154
|
+
// Dynamic imports
|
|
155
|
+
const { createAbapConnection, FileSessionStorage } = require('@mcp-abap-adt/connection');
|
|
156
|
+
const { LockStateManager } = require('../src/utils/lockStateManager');
|
|
157
|
+
|
|
158
|
+
// Map object type to unlock function
|
|
159
|
+
let unlockFunction;
|
|
160
|
+
let adtObjectType;
|
|
161
|
+
|
|
162
|
+
switch (objectType.toLowerCase()) {
|
|
163
|
+
case 'class':
|
|
164
|
+
unlockFunction = require('@mcp-abap-adt/adt-clients/core/class/unlock.js').unlockClass;
|
|
165
|
+
adtObjectType = 'class';
|
|
166
|
+
break;
|
|
167
|
+
case 'program':
|
|
168
|
+
unlockFunction = require('@mcp-abap-adt/adt-clients/core/program/unlock.js').unlockProgram;
|
|
169
|
+
adtObjectType = 'program';
|
|
170
|
+
break;
|
|
171
|
+
case 'interface':
|
|
172
|
+
unlockFunction = require('@mcp-abap-adt/adt-clients/core/interface/unlock.js').unlockInterface;
|
|
173
|
+
adtObjectType = 'interface';
|
|
174
|
+
break;
|
|
175
|
+
case 'fugr':
|
|
176
|
+
unlockFunction = require('@mcp-abap-adt/adt-clients/core/functionGroup/lock.js').unlockFunctionGroup;
|
|
177
|
+
adtObjectType = 'fugr';
|
|
178
|
+
break;
|
|
179
|
+
case 'fm':
|
|
180
|
+
unlockFunction = require('@mcp-abap-adt/adt-clients/core/functionModule/unlock.js').unlockFunctionModule;
|
|
181
|
+
adtObjectType = 'fm';
|
|
182
|
+
break;
|
|
183
|
+
case 'domain':
|
|
184
|
+
unlockFunction = require('@mcp-abap-adt/adt-clients/core/domain/unlock.js').unlockDomain;
|
|
185
|
+
adtObjectType = 'domain';
|
|
186
|
+
break;
|
|
187
|
+
case 'dataelement':
|
|
188
|
+
unlockFunction = require('@mcp-abap-adt/adt-clients/core/dataElement/unlock.js').unlockDataElement;
|
|
189
|
+
adtObjectType = 'dataElement';
|
|
190
|
+
break;
|
|
191
|
+
default:
|
|
192
|
+
console.error(`${colors.red}Error: Unsupported object type: ${objectType}${colors.reset}`);
|
|
193
|
+
console.log('Supported types: class, program, interface, fugr, fm, domain, dataelement');
|
|
194
|
+
process.exit(1);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// Load session from file
|
|
198
|
+
const sessionStorage = new FileSessionStorage({
|
|
199
|
+
sessionDir: sessionsDir,
|
|
200
|
+
prettyPrint: true,
|
|
201
|
+
});
|
|
202
|
+
|
|
203
|
+
console.log(`${colors.yellow}📂 Loading session...${colors.reset}`);
|
|
204
|
+
const sessionState = await sessionStorage.load(sessionId);
|
|
205
|
+
|
|
206
|
+
if (!sessionState) {
|
|
207
|
+
console.error(`${colors.red}Error: Session not found: ${sessionId}${colors.reset}`);
|
|
208
|
+
console.error(` Expected file: ${path.join(sessionsDir, sessionId + '.json')}`);
|
|
209
|
+
process.exit(1);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
console.log(`${colors.green}✓ Session loaded${colors.reset}`);
|
|
213
|
+
|
|
214
|
+
// Get lock handle from lock manager
|
|
215
|
+
const lockManager = new LockStateManager(locksDir);
|
|
216
|
+
const lockState = lockManager.getLock(adtObjectType, objectName, functionGroup);
|
|
217
|
+
|
|
218
|
+
if (!lockState) {
|
|
219
|
+
console.error(`${colors.red}Error: Lock not found for ${objectType} ${objectName}${colors.reset}`);
|
|
220
|
+
console.error(` Check ${path.join(locksDir, 'active-locks.json')}`);
|
|
221
|
+
process.exit(1);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
if (lockState.sessionId !== sessionId) {
|
|
225
|
+
console.warn(`${colors.yellow}Warning: Lock was created with different session ID${colors.reset}`);
|
|
226
|
+
console.warn(` Expected: ${sessionId}`);
|
|
227
|
+
console.warn(` Found: ${lockState.sessionId}`);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
const lockHandle = lockState.lockHandle;
|
|
231
|
+
console.log(`${colors.green}✓ Lock handle retrieved${colors.reset}`);
|
|
232
|
+
console.log(` Lock Handle: ${colors.bright}${lockHandle}${colors.reset}`);
|
|
233
|
+
|
|
234
|
+
// Create connection config based on auth type
|
|
235
|
+
const config = {
|
|
236
|
+
url: sapUrl,
|
|
237
|
+
authType: sapAuthType,
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
if (sapAuthType === 'jwt') {
|
|
241
|
+
config.jwtToken = sapJwtToken;
|
|
242
|
+
} else {
|
|
243
|
+
config.username = sapUsername;
|
|
244
|
+
config.password = sapPassword;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
const logger = {
|
|
248
|
+
debug: () => {},
|
|
249
|
+
info: console.log,
|
|
250
|
+
warn: console.warn,
|
|
251
|
+
error: console.error,
|
|
252
|
+
csrfToken: () => {},
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
const connection = createAbapConnection(config, logger);
|
|
256
|
+
|
|
257
|
+
// Enable stateful session - this will automatically load session state
|
|
258
|
+
await connection.enableStatefulSession(sessionId, sessionStorage);
|
|
259
|
+
console.log(`${colors.green}✓ Session restored to connection${colors.reset}`);
|
|
260
|
+
|
|
261
|
+
// Unlock the object
|
|
262
|
+
console.log(`${colors.yellow}🔓 Unlocking object...${colors.reset}`);
|
|
263
|
+
|
|
264
|
+
if (objectType.toLowerCase() === 'fm') {
|
|
265
|
+
await unlockFunction(connection, functionGroup, objectName, lockHandle, sessionId);
|
|
266
|
+
} else {
|
|
267
|
+
await unlockFunction(connection, objectName, lockHandle, sessionId);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
console.log(`${colors.green}✓ Object unlocked successfully${colors.reset}`);
|
|
271
|
+
|
|
272
|
+
// Remove lock from registry
|
|
273
|
+
lockManager.removeLock(adtObjectType, objectName, functionGroup);
|
|
274
|
+
console.log(`${colors.green}✓ Lock removed from registry${colors.reset}`);
|
|
275
|
+
|
|
276
|
+
// Optionally cleanup session
|
|
277
|
+
console.log(`\n${colors.yellow}Session file preserved: ${path.join(sessionsDir, sessionId + '.json')}${colors.reset}`);
|
|
278
|
+
console.log(`To clean up session, run: rm ${path.join(sessionsDir, sessionId + '.json')}`);
|
|
279
|
+
|
|
280
|
+
console.log(`\n${colors.bright}${colors.green}SUCCESS!${colors.reset} Object unlocked.`);
|
|
281
|
+
|
|
282
|
+
} catch (error) {
|
|
283
|
+
console.error(`\n${colors.red}Error: ${error.message}${colors.reset}`);
|
|
284
|
+
if (error.response) {
|
|
285
|
+
console.error(`HTTP ${error.response.status}: ${error.response.statusText}`);
|
|
286
|
+
}
|
|
287
|
+
process.exit(1);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
main();
|