chore: auto-generate protobuf files [skip ci]
This commit is contained in:
@@ -41,6 +41,7 @@ export interface ChangePasswordRequest {
|
||||
oldPassword: string;
|
||||
newPassword: string;
|
||||
code?: string | undefined;
|
||||
sessionId: string;
|
||||
}
|
||||
|
||||
export interface ChangePasswordResponse {
|
||||
@@ -50,6 +51,7 @@ export interface ChangePasswordResponse {
|
||||
|
||||
export interface SetPinRequest {
|
||||
userId: string;
|
||||
sessionId: string;
|
||||
pin: string;
|
||||
}
|
||||
|
||||
@@ -60,6 +62,7 @@ export interface SetPinResponse {
|
||||
|
||||
export interface UnlockPinRequest {
|
||||
userId: string;
|
||||
sessionId: string;
|
||||
pin: string;
|
||||
}
|
||||
|
||||
@@ -70,6 +73,7 @@ export interface UnlockPinResponse {
|
||||
|
||||
export interface GetPinStatusRequest {
|
||||
userId: string;
|
||||
sessionId: string;
|
||||
}
|
||||
|
||||
export interface GetPinStatusResponse {
|
||||
@@ -81,6 +85,7 @@ export interface GetPinStatusResponse {
|
||||
export interface RemovePinRequest {
|
||||
pin: string;
|
||||
userId: string;
|
||||
sessionId: string;
|
||||
}
|
||||
|
||||
export interface RemovePinResponse {
|
||||
|
||||
Reference in New Issue
Block a user