Skip to content

Commit

Permalink
Update SDK Proto (#1711)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasamonrc <[email protected]>
  • Loading branch information
mewmba and lucasamonrc authored Jul 17, 2024
1 parent 12d68bc commit fae9232
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/services/connect/v1/connect.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enum VerificationState {

reserved 2;
reserved "VERIFICATION_STARTED";

// This verification has been successfully completed
VERIFICATION_SUCCESS = 3;
// This verification has failed
Expand Down Expand Up @@ -129,6 +129,9 @@ message IDVSession {

// The unix timestamp, in seconds, that this IDVSession's `state` was last updated
fixed64 updated = 8;

// Whether this session was redacted or not
optional bool redacted = 9;
}

// A Verification that is part of an IDVSession
Expand Down

0 comments on commit fae9232

Please sign in to comment.