Skip to content

Commit 7409810

Browse files
authored
Merge pull request #47 from lucy66hw/auto-pr-branch
[Automated PR]: Update generated protobuf schema (spec commit: 71bc4ac7568e4d6d6c6b63fd69199f8ad44a0066)
2 parents fa4681d + f239c91 commit 7409810

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

protos/generated/models/aggregated_models.proto

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7258,11 +7258,6 @@ enum SortOrder {
72587258
SORT_ORDER_ASC = 1;
72597259
SORT_ORDER_DESC = 2;
72607260

7261-
}
7262-
message SortOrderMap {
7263-
7264-
map<string, SortOrder> sort_order_map = 1;
7265-
72667261
}
72677262
message SourceConfig {
72687263

@@ -8145,7 +8140,7 @@ message TermsAggregation {
81458140
// Coerced unmapped fields into the specified type.
81468141
optional string value_type = 14;
81478142

8148-
repeated SortOrderMap order = 15;
8143+
repeated StringMap order = 15;
81498144

81508145
optional Script script = 16;
81518146

0 commit comments

Comments
 (0)