Skip to content

Commit 9e60fdb

Browse files
committed
feat: added icon field to RuntimeFunctionDefinition and FlowType
1 parent 9d05b15 commit 9e60fdb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

proto/shared/shared.flow.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ message ValidationFlow {
2323
repeated NodeFunction node_functions = 9;
2424
string project_slug = 10;
2525
optional string disable_reason = 11;
26+
string display_icon = 12;
2627
}
2728

2829
message ExecutionFlow {

proto/shared/shared.runtime_function.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ message RuntimeFunctionDefinition {
2424
// Version of the runtime function
2525
// Format: "major.minor.patch", e.g. "1.2.3"
2626
string version = 12;
27+
string display_icon = 13;
2728
}
2829

2930
// Definition of a parameter used for execution

0 commit comments

Comments
 (0)