Skip to content

Commit 19bc7cb

Browse files
committed
fix: add missing generic keys
1 parent f878bd7 commit 19bc7cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

definitions/standard/data_type/object/http_request.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
}
6767
}
6868
],
69-
"genericKeys": []
69+
"genericKeys": ["O"]
7070
}

definitions/standard/data_type/object/http_response.proto.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@
5050
}
5151
}
5252
],
53-
"genericKeys": []
53+
"genericKeys": [
54+
"O"
55+
]
5456
}

0 commit comments

Comments
 (0)