- Mail in a Box: comandi per aggiungere/modificare/rimuovere le caselle di posta
- aggiunto idMyGroup: ospiti siti di gruppi (AbitareGliIblei)
This commit is contained in:
@@ -115,7 +115,7 @@ export interface IUserProfile {
|
||||
admin_telegram?: boolean
|
||||
resplist?: any
|
||||
workerslist?: any
|
||||
dateofbirth?: Date|null
|
||||
dateofbirth?: Date | null
|
||||
born_city_id?: number
|
||||
born_city_str?: string
|
||||
born_province?: string
|
||||
@@ -179,7 +179,7 @@ export interface IUserProfile {
|
||||
calc: ICalc
|
||||
}
|
||||
|
||||
export interface ICalc{
|
||||
export interface ICalc {
|
||||
numGoodsAndServices?: number
|
||||
}
|
||||
|
||||
@@ -214,6 +214,7 @@ export interface IUserFields {
|
||||
perm?: number
|
||||
verified_email?: boolean
|
||||
verified_by_aportador?: boolean
|
||||
idMyGroup?: string
|
||||
reported?: boolean
|
||||
username_who_report?: string
|
||||
date_report?: Date
|
||||
@@ -233,7 +234,7 @@ export interface IUserFields {
|
||||
numinvitatiattivi?: number
|
||||
cart?: ICart
|
||||
orderscart?: IOrderCart
|
||||
calcstat?: ICalcStat|null
|
||||
calcstat?: ICalcStat | null
|
||||
|
||||
account?: IAccount
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user