Latest generation

This commit is contained in:
ci core model
2025-07-07 13:02:50 +00:00
parent a6e10480ee
commit 1f8936653d
3 changed files with 11 additions and 3 deletions

View File

@@ -588,7 +588,11 @@ export enum ExecutionflowStatusCode {
/**
* @generated from protobuf enum value: EXECUTIONFLOW_8000_CANCELLED = 8000;
*/
EXECUTIONFLOW_8000_CANCELLED = 8000
EXECUTIONFLOW_8000_CANCELLED = 8000,
/**
* @generated from protobuf enum value: EXECUTIONFLOW_9000_DELETED = 9000;
*/
EXECUTIONFLOW_9000_DELETED = 9000
}
// @generated message type with reflection information, may provide speed optimized methods
class ReferencedID$Type extends MessageType<ReferencedID> {