Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/protos/processor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,7 @@ message PreprocessStreamResponse {
message DBResponse {
uint64 op_id = 1;
oneof value {
google.protobuf.Struct data = 2; // @deprecate
google.protobuf.ListValue list = 4; // @deprecate
string error = 3;
common.RichStructList entities = 6; // @deprecate
EntityList entity_list = 7;
}
optional string next_cursor = 5;
Expand Down
74 changes: 3 additions & 71 deletions packages/protos/src/processor/protos/processor.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 3 additions & 71 deletions packages/runtime/src/gen/processor/protos/processor.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading