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:
12
out/js/docs/Token.md
Normal file
12
out/js/docs/Token.md
Normal file
@ -0,0 +1,12 @@
|
||||
# LowCodeEngineApi.Token
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**token** | **String** | Unique token identifier | [optional]
|
||||
**isActive** | **Boolean** | Whether the token is active | [optional]
|
||||
**isAdmin** | **Boolean** | Whether the token has admin privileges | [optional]
|
||||
**project** | [**Project**](Project.md) | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user