@@ -10,21 +10,20 @@ import "shared.struct.proto";
1010message FlowType {
1111 string identifier = 1 ;
1212 repeated FlowTypeSetting settings = 2 ;
13- optional string input_type = 3 ;
14- optional string return_type = 4 ;
15- bool editable = 5 ;
16- repeated shared.Translation name = 6 ;
17- repeated shared.Translation description = 7 ;
18- repeated shared.Translation documentation = 8 ;
19- repeated shared.Translation display_message = 9 ;
20- repeated shared.Translation alias = 10 ;
13+ bool editable = 3 ;
14+ repeated shared.Translation name = 4 ;
15+ repeated shared.Translation description = 5 ;
16+ repeated shared.Translation documentation = 6 ;
17+ repeated shared.Translation display_message = 7 ;
18+ repeated shared.Translation alias = 8 ;
2119 // Version of the flow type
2220 // Format: "major.minor.patch", e.g. "1.2.3"
23- string version = 11 ;
24- string display_icon = 12 ;
21+ string version = 9 ;
22+ string display_icon = 10 ;
2523 // Identifier of the service that defines this definition
26- optional string definition_source = 13 ;
27- repeated string linked_data_type_identifiers = 14 ;
24+ optional string definition_source = 11 ;
25+ repeated string linked_data_type_identifiers = 12 ;
26+ string signature = 13 ;
2827}
2928
3029message FlowTypeSetting {
@@ -36,9 +35,7 @@ message FlowTypeSetting {
3635
3736 string identifier = 1 ;
3837 UniquenessScope unique = 2 ;
39- string type = 3 ;
40- optional shared.Value default_value = 4 ;
41- repeated shared.Translation name = 5 ;
42- repeated shared.Translation description = 6 ;
43- repeated string linked_data_type_identifiers = 7 ;
38+ optional shared.Value default_value = 3 ;
39+ repeated shared.Translation name = 4 ;
40+ repeated shared.Translation description = 5 ;
4441}
0 commit comments