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