- 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:
Surya Paolo
2024-09-12 14:49:30 +02:00
parent 16ddb8095e
commit 791e18f167
39 changed files with 647 additions and 88 deletions

View File

@@ -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
}