- Invia Ris a e Ricevi Ris
- Tutorial Guidato Passi da Compiere - Provincia in cui vivi - Policy aggiornata
This commit is contained in:
@@ -35,6 +35,8 @@ export interface INotData {
|
||||
lastsonline?: IUserFields[]
|
||||
lastssharedlink?: IUserFields[]
|
||||
diffusorilist?: IUserFields[]
|
||||
receiveRislist?: IUserFields[]
|
||||
receiveRislistgroup?: IMyGroup[]
|
||||
strettelist?: IUserFields[]
|
||||
checkuser?: ICheckUser | any
|
||||
numreg_untilday?: number
|
||||
@@ -1065,6 +1067,8 @@ export interface ICircuit {
|
||||
name: string
|
||||
path: string
|
||||
subname: string
|
||||
idCity: string[]
|
||||
strProv: string
|
||||
longdescr: string
|
||||
systemUserDescr: string
|
||||
systemUserId: string
|
||||
|
||||
@@ -42,6 +42,7 @@ export interface IMyGroup {
|
||||
createdBy?: string
|
||||
mycircuits?: IMyCircuit[]
|
||||
|
||||
lastdate_reqRisGroup?: Date
|
||||
account?: IAccount
|
||||
}
|
||||
|
||||
@@ -103,6 +104,8 @@ export interface IUserProfile {
|
||||
handshake: IFriends[]
|
||||
mygroups: IMyGroup[]
|
||||
mycircuits: IMyCircuit[]
|
||||
last_circuitpath?: string
|
||||
lastdate_reqRis?: Date
|
||||
manage_mygroups: IMyGroup[]
|
||||
notifs: IUserNotifType[]
|
||||
notif_idCities: number[]
|
||||
@@ -110,6 +113,8 @@ export interface IUserProfile {
|
||||
notif_regions: string[]
|
||||
notif_sectors: number[]
|
||||
notif_sector_goods: number[]
|
||||
stepTutorial: number
|
||||
noNameSurname: boolean
|
||||
|
||||
// in memory
|
||||
asked_friends: any[]
|
||||
|
||||
Reference in New Issue
Block a user