PASSAGGIO A VITE !

AGG. 1.1.23
This commit is contained in:
Surya Paolo
2025-03-01 14:14:43 +01:00
parent f0098e57b2
commit bc960d38a1
1044 changed files with 5323 additions and 10823777 deletions

View File

@@ -1,7 +1,8 @@
import { IToken } from '@model/other'
import { ICart, IOrderCart, IShareWithUs } from '@src/model/Products'
import { IAccount, ICircuit, IGallery, IImgGallery, IMovement, IMyCircuit } from '@model/GlobalStore'
import { IBookedEvent } from './Calendar'
import type { IToken } from '@model/other'
import type { ICart, IOrderCart, IShareWithUs } from '@src/model/Products'
import type { IAccount, ICatGrp, ICircuit, IImgGallery, IMovement, IMyCircuit } from '@model/GlobalStore';
import { IGallery } from '@model/GlobalStore'
import type { IBookedEvent } from './Calendar'
const enum ESexType {
None = 0,
@@ -37,6 +38,7 @@ export interface IMyGroup {
req_users?: IFriends[]
blocked?: boolean
website?: string
note?: string
link_telegram?: string
username_who_block?: string
date_blocked?: Date
@@ -45,11 +47,12 @@ export interface IMyGroup {
lastdate_reqRisGroup?: Date
account?: IAccount
recCatGrp?: ICatGrp
}
export interface ICalcStat {
numUsersReg: number
numByTab: {}
numByTab: object
}
export interface IUserNotifType {
@@ -106,6 +109,8 @@ export interface IUserProfile {
link_payment?: string
note_payment?: string
username_telegram?: string
firstname_telegram?: string
lastname_telegram?: string
website?: string
teleg_id?: number
teleg_id_old?: number
@@ -117,7 +122,7 @@ export interface IUserProfile {
workerslist?: any
dateofbirth?: Date | null
born_city_id?: number
born_city_str?: string
born_city?: string
born_province?: string
resid_prov_id?: number
resid_province: string
@@ -127,6 +132,7 @@ export interface IUserProfile {
saw_and_accepted?: boolean
saw_zoom_presentation?: boolean
ask_zoom_partecipato?: boolean
qualifica?: string
qualified?: boolean
qualified_2invitati?: boolean
special_req?: boolean
@@ -164,6 +170,8 @@ export interface IUserProfile {
// seen: ISeen[]
// attend: IAttend[]
version?: number
// Query
myreaction: IReaction[]
mybookings: IBookedEvent[]
@@ -288,5 +296,5 @@ export interface IUserState {
lastparamquery?: any
updateTables?: boolean
lista_editori?: IUserShort[]|null
lista_editori?: IUserShort[] | null
}