- menu BOT
- verified_by_aportador
This commit is contained in:
@@ -64,6 +64,20 @@ export interface IResp {
|
||||
surname?: string
|
||||
}
|
||||
|
||||
export interface IMyBot {
|
||||
_id?: string
|
||||
page?: number
|
||||
index?: number
|
||||
riga?: number
|
||||
active?: boolean
|
||||
main?: boolean
|
||||
label?: string
|
||||
type?: number
|
||||
value?: string
|
||||
visibility?: number
|
||||
date_updated?: Date
|
||||
}
|
||||
|
||||
export interface IMyPage {
|
||||
_id?: string
|
||||
author_username?: string
|
||||
@@ -423,8 +437,8 @@ export interface IFunctionality {
|
||||
SHOW_MESSAGES?: boolean
|
||||
BOOKING_EVENTS?: boolean
|
||||
ENABLE_REG_AYNI?: boolean
|
||||
ENABLE_REG_SIP?: boolean
|
||||
ENABLE_REG_CNM?: boolean
|
||||
ENABLE_REG_ISP?: boolean
|
||||
}
|
||||
|
||||
export interface IParLookup {
|
||||
|
||||
@@ -2,6 +2,7 @@ import { IUserFields, IUserProfile } from '@src/model/UserStore'
|
||||
|
||||
export interface ICheckUser {
|
||||
verified_email?: boolean
|
||||
verified_by_aportador?: boolean
|
||||
teleg_id?: number
|
||||
profile?: IUserProfile
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ export interface IUserProfile {
|
||||
manage_telegram?: boolean
|
||||
resplist?: any
|
||||
workerslist?: any
|
||||
dateofbirth?: Date
|
||||
dateofbirth?: Date|null
|
||||
born_city?: string
|
||||
born_province?: string
|
||||
born_country?: string
|
||||
@@ -62,6 +62,7 @@ export interface IUserFields {
|
||||
ipaddr?: string
|
||||
perm?: number
|
||||
verified_email?: boolean
|
||||
verified_by_aportador?: boolean
|
||||
aportador_solidario?: string
|
||||
|
||||
made_gift?: boolean
|
||||
|
||||
Reference in New Issue
Block a user