chore: auto-generate protobuf files [skip ci]
This commit is contained in:
@@ -38,7 +38,6 @@ export interface GetAccountResponse {
|
||||
|
||||
export interface ChangePasswordRequest {
|
||||
userId: string;
|
||||
accessToken: string;
|
||||
oldPassword: string;
|
||||
newPassword: string;
|
||||
code?: string | undefined;
|
||||
@@ -51,7 +50,6 @@ export interface ChangePasswordResponse {
|
||||
|
||||
export interface SetPinRequest {
|
||||
userId: string;
|
||||
accessToken: string;
|
||||
pin: string;
|
||||
}
|
||||
|
||||
@@ -61,7 +59,7 @@ export interface SetPinResponse {
|
||||
}
|
||||
|
||||
export interface UnlockPinRequest {
|
||||
accessToken: string;
|
||||
userId: string;
|
||||
pin: string;
|
||||
}
|
||||
|
||||
@@ -83,7 +81,6 @@ export interface GetPinStatusResponse {
|
||||
export interface RemovePinRequest {
|
||||
pin: string;
|
||||
userId: string;
|
||||
accessToken: string;
|
||||
}
|
||||
|
||||
export interface RemovePinResponse {
|
||||
|
||||
Reference in New Issue
Block a user