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:
20
out/js/docs/Log.md
Normal file
20
out/js/docs/Log.md
Normal file
@ -0,0 +1,20 @@
|
||||
# LowCodeEngineApi.Log
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **String** | Unique log identifier | [optional]
|
||||
**traceId** | **String** | Trace ID for tracking requests | [optional]
|
||||
**startTime** | **Number** | Request start timestamp | [optional]
|
||||
**endTime** | **Number** | Request end timestamp | [optional]
|
||||
**payload** | **Object** | Request payload | [optional]
|
||||
**headers** | **Object** | Request headers | [optional]
|
||||
**cookies** | **String** | Request cookies | [optional]
|
||||
**url** | **String** | Request URL | [optional]
|
||||
**response** | **Object** | Response data | [optional]
|
||||
**content** | [**[LogContentInner]**](LogContentInner.md) | | [optional]
|
||||
**project** | [**Project**](Project.md) | | [optional]
|
||||
**query** | [**Query**](Query.md) | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user