Skip to content

Commit

Permalink
finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed May 22, 2024
1 parent 26aad2e commit c99f576
Show file tree
Hide file tree
Showing 12 changed files with 141 additions and 193 deletions.

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

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

178 changes: 84 additions & 94 deletions gen/go/proto/services/property_svc/v1/property_value_svc.pb.go

Large diffs are not rendered by default.

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

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

44 changes: 7 additions & 37 deletions gen/ts/proto/services/property_svc/v1/property_value_svc_pb.js

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

4 changes: 1 addition & 3 deletions proto/services/property_svc/v1/property_value_svc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ message TaskPropertyMatcher {
}

message GetAttachedPropertyValuesRequest {
string subject_id = 1; // TODO: remove me?

oneof matcher {
TaskPropertyMatcher task_matcher = 2;
TaskPropertyMatcher task_matcher = 1;
}
}

Expand Down
Loading

0 comments on commit c99f576

Please sign in to comment.