Skip to content
Merged
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: 3 additions & 0 deletions packages/protos/io/restorecommerce/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ message SendActivationEmailRequest {
*/
message Deleted {
optional string id = 1;
optional string default_scope = 2; // default hierarchical scope
}

/**
Expand Down Expand Up @@ -410,6 +411,7 @@ message User {
repeated string totp_session_tokens = 29; /// TOTP Login session tokens
repeated string password_hash_history = 30; // List of historical password hashes
repeated string totp_recovery_codes = 31; // List of TOTP recovery codes
optional google.protobuf.Timestamp invited_at = 32;
}

/**
Expand Down Expand Up @@ -459,4 +461,5 @@ message UserRole {
repeated io.restorecommerce.attribute.Attribute properties = 25; // additional properties
optional google.protobuf.Any data = 26; // additional data
repeated io.restorecommerce.role.Role roles = 27;
optional google.protobuf.Timestamp invited_at = 28;
}
Loading