Skip to content

Commit

Permalink
Remove ID from the property name
Browse files Browse the repository at this point in the history
  • Loading branch information
loganintech committed Jan 10, 2024
1 parent a8e2b44 commit 3f18923
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 58 deletions.
80 changes: 40 additions & 40 deletions pb/c1/connector/v2/event_feed.pb.go

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

20 changes: 10 additions & 10 deletions pb/c1/connector/v2/event_feed.pb.validate.go

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

12 changes: 6 additions & 6 deletions pb/c1/connectorapi/baton/v1/baton.pb.go

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

4 changes: 2 additions & 2 deletions proto/c1/connector/v2/event_feed.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ message Event {
}

message UsageEvent {
c1.connector.v2.Resource target_resource_id = 1;
c1.connector.v2.Resource actor_resource_id = 2;
c1.connector.v2.Resource target_resource = 1;
c1.connector.v2.Resource actor_resource = 2;
}

// Unrelated to this effort, but valuable for other projects
Expand Down

0 comments on commit 3f18923

Please sign in to comment.