Skip to content

Commit 4e6e311

Browse files
committed
Update protobuf
1 parent b553eb8 commit 4e6e311

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

src/proto_proxy_in/main.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ export enum MessageType {
5050
/**
5151
* @generated from protobuf enum value: ResizeBash = 5;
5252
*/
53-
ResizeBash = 5
53+
ResizeBash = 5,
54+
/**
55+
* @generated from protobuf enum value: RequestClientFile = 6;
56+
*/
57+
RequestClientFile = 6
5458
}
5559
// @generated message type with reflection information, may provide speed optimized methods
5660
class Main$Type extends MessageType$<Main> {

src/proto_proxy_out/main.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ export enum MessageType {
4646
/**
4747
* @generated from protobuf enum value: Stopped = 4;
4848
*/
49-
Stopped = 4
49+
Stopped = 4,
50+
/**
51+
* @generated from protobuf enum value: ClientFile = 5;
52+
*/
53+
ClientFile = 5
5054
}
5155
// @generated message type with reflection information, may provide speed optimized methods
5256
class Main$Type extends MessageType$<Main> {

src/proto_video/main.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,13 @@ export enum ActionType {
172172
*
173173
* @generated from protobuf enum value: CodeSelect = 15;
174174
*/
175-
CodeSelect = 15
175+
CodeSelect = 15,
176+
/**
177+
* SetFile
178+
*
179+
* @generated from protobuf enum value: SetFile = 16;
180+
*/
181+
SetFile = 16
176182
}
177183
// @generated message type with reflection information, may provide speed optimized methods
178184
class Main$Type extends MessageType<Main> {

0 commit comments

Comments
 (0)