Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 876b58b

Browse files
author
aman bansal
authored
chore | adding backend api in domain entity type (#148)
1 parent ff2794d commit 876b58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gateway-service-api/src/main/proto/org/hypertrace/gateway/service/v1/gateway_query.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ enum DomainEntityType {
1414
SESSION = 6;
1515
BACKEND = 7;
1616
DOMAIN = 8;
17+
BACKEND_API = 9;
1718
}
1819

1920
enum Operator {

0 commit comments

Comments
 (0)