Updates
This commit is contained in:
Vendored
+2
@@ -143,6 +143,7 @@ export interface PackageUserLoginRequestBody {
|
||||
social?: boolean;
|
||||
dbSchema?: DSQL_DatabaseSchemaType;
|
||||
skipPassword?: boolean;
|
||||
dbUserId: string | number;
|
||||
}
|
||||
export interface PackageUserLoginLocalBody {
|
||||
payload: any;
|
||||
@@ -1026,6 +1027,7 @@ export type APILoginFunctionParams = {
|
||||
skipPassword?: boolean;
|
||||
social?: boolean;
|
||||
useLocal?: boolean;
|
||||
dbUserId?: number | string;
|
||||
};
|
||||
export type APILoginFunctionReturn = {
|
||||
success: boolean;
|
||||
|
||||
Reference in New Issue
Block a user