Remove deprecated API documentation and models related to logging, project management, queries, and Redis management. This includes the deletion of various markdown files and TypeScript definitions that are no longer in use, streamlining the codebase and improving maintainability.
This commit is contained in:
14
out/js/docs/Query.md
Normal file
14
out/js/docs/Query.md
Normal file
@ -0,0 +1,14 @@
|
||||
# LowCodeEngineApi.Query
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **String** | Unique query identifier | [optional]
|
||||
**source** | **String** | Query source code | [optional]
|
||||
**isActive** | **Number** | Whether the query is active (1 = active, 0 = inactive) | [optional]
|
||||
**isCommand** | **Number** | Whether this is a command (1 = command, 0 = query) | [optional]
|
||||
**project** | [**Project**](Project.md) | | [optional]
|
||||
**logs** | [**[Log]**](Log.md) | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user