Skip to content

Commit c9846ee

Browse files
committed
take out fields we don't need
1 parent 7c46594 commit c9846ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tcnapi/exile/gate/v2/entities.proto

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,13 @@ message ExileTask {
132132
int64 task_sid = 1;
133133
int64 task_group_sid = 2;
134134

135-
repeated google.protobuf.Value task_data_keys = 3;
136-
repeated google.protobuf.Value task_data_values = 4;
137-
138135
google.protobuf.Timestamp create_time = 5;
139136
google.protobuf.Timestamp update_time = 6;
140137

141138
string pool_id = 7;
142139
string record_id = 8;
143140

144141
TaskStatus status = 9;
145-
ExileTelephonyResult.Result result = 10;
146142

147143
int64 attempts = 11;
148144

0 commit comments

Comments
 (0)