Update protobuf definitions: d43b1383
By allanger
Commit link: d43b1383aa
Pipeline link: https://ci.badhouseplants.net/repos/34/pipeline/50
This commit is contained in:
@@ -175,6 +175,7 @@ func (x *SignUpRequest) GetPassword() *AccountPassword {
|
||||
type SignInRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
|
||||
Verifier string `protobuf:"bytes,2,opt,name=verifier,proto3" json:"verifier,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
@@ -216,6 +217,13 @@ func (x *SignInRequest) GetCode() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *SignInRequest) GetVerifier() string {
|
||||
if x != nil {
|
||||
return x.Verifier
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type ResetPasswordRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Data *AccountData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
|
||||
@@ -420,9 +428,10 @@ const file_accounts_v1_accounts_v1_proto_rawDesc = "" +
|
||||
"\x05email\x18\x02 \x01(\tR\x05email\"w\n" +
|
||||
"\rSignUpRequest\x12,\n" +
|
||||
"\x04data\x18\x01 \x01(\v2\x18.accounts.v1.AccountDataR\x04data\x128\n" +
|
||||
"\bpassword\x18\x02 \x01(\v2\x1c.accounts.v1.AccountPasswordR\bpassword\"#\n" +
|
||||
"\bpassword\x18\x02 \x01(\v2\x1c.accounts.v1.AccountPasswordR\bpassword\"?\n" +
|
||||
"\rSignInRequest\x12\x12\n" +
|
||||
"\x04code\x18\x01 \x01(\tR\x04code\"D\n" +
|
||||
"\x04code\x18\x01 \x01(\tR\x04code\x12\x1a\n" +
|
||||
"\bverifier\x18\x02 \x01(\tR\bverifier\"D\n" +
|
||||
"\x14ResetPasswordRequest\x12,\n" +
|
||||
"\x04data\x18\x01 \x01(\v2\x18.accounts.v1.AccountDataR\x04data\"\x90\x01\n" +
|
||||
"\x12NewPasswordRequest\x12,\n" +
|
||||
|
||||
Reference in New Issue
Block a user