Skip to content

Commit 6c3ed16

Browse files
committed
scripts: Add litd subserver status to generate_types
1 parent 1367fe0 commit 6c3ed16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/generate_types.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ protoc/bin/protoc \
129129
$TS_PROTO_OPTIONS \
130130
firewall.proto \
131131
lit-sessions.proto \
132-
lit-autopilot.proto
132+
lit-autopilot.proto \
133+
lit-status.proto
133134

134135
# Temporarily generate schema files in order to provide metadata
135136
# about the services and subscription methods to the api classes
@@ -217,7 +218,8 @@ protoc/bin/protoc \
217218
$SCHEMA_PROTO_OPTIONS \
218219
firewall.proto \
219220
lit-sessions.proto \
220-
lit-autopilot.proto
221+
lit-autopilot.proto \
222+
lit-status.proto
221223

222224
# Cleanup proto directory/files
223225
rm -rf *.proto protoc

0 commit comments

Comments
 (0)