@wenlarge/communication 1.1.19 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -135,7 +135,7 @@ export interface GetNodeExecutionLogRequest {
|
|
|
135
135
|
take: number;
|
|
136
136
|
}
|
|
137
137
|
export interface GetExecutionLogResponse {
|
|
138
|
-
|
|
138
|
+
data: ExecutionLogEntry[];
|
|
139
139
|
total: number;
|
|
140
140
|
}
|
|
141
141
|
export interface GetWorkflowExecutionLogRequest {
|
package/package.json
CHANGED
package/proto/workflow.proto
CHANGED