Skip to content

Commit c485544

Browse files
committed
BSON to session ids
1 parent a410fe1 commit c485544

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

proto/viam/datasync/v1/data_sync.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ message TabularCapture {
9797
repeated string tags = 14 [(tagger.v1.tags) = "bson:\"tags\" json:\"tags\""];
9898
int32 message_count = 15 [(tagger.v1.tags) = "bson:\"message_count\" json:\"message_count\""];
9999
int64 file_size_bytes = 16 [(tagger.v1.tags) = "bson:\"file_size_bytes\" json:\"file_size_bytes\""];
100-
string session_id = 17;
101-
100+
string session_id = 17 [(tagger.v1.tags) = "bson:\"session_id\" json:\"session_id\""];
102101
}
103102

104103
message BinaryCapture {
@@ -116,7 +115,7 @@ message BinaryCapture {
116115
string file_id = 12 [(tagger.v1.tags) = "bson:\"file_id\" json:\"file_id\""];
117116
repeated string tags = 13 [(tagger.v1.tags) = "bson:\"tags\" json:\"tags\""];
118117
int64 file_size_bytes = 14 [(tagger.v1.tags) = "bson:\"file_size_bytes\" json:\"file_size_bytes\""];
119-
string session_id = 17;
118+
string session_id = 15 [(tagger.v1.tags) = "bson:\"session_id\" json:\"session_id\""];
120119
}
121120

122121
message UserFile {

0 commit comments

Comments
 (0)