Skip to content

Commit

Permalink
Merge pull request #250 from overmindtech/ChangeByReferenceSummary_ad…
Browse files Browse the repository at this point in the history
…d_status

(fix) add status to ChangeByReferenceSummary
  • Loading branch information
tphoney authored Aug 19, 2024
2 parents 40ddbcd + 9d101f5 commit 00a0d38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ syntax = "proto3";

package gateway;

import "changes.proto";
import "items.proto";
import "responses.proto";

import "google/protobuf/duration.proto";
import "google/protobuf/timestamp.proto";

Expand Down Expand Up @@ -259,6 +261,7 @@ message ChangeByReferenceSummary {
google.protobuf.Timestamp createdAt = 3; // From ChangeMetadata
string owner = 4; // From ChangeProperties
int32 numAffectedItems = 5; // From ChangeMetadata
changes.ChangeStatus changeStatus = 6; // From ChangeMetadata
}

message ChangesByReferenceToolFinish {
Expand Down

0 comments on commit 00a0d38

Please sign in to comment.