AITools prime cose

This commit is contained in:
Surya Paolo
2024-01-30 14:00:48 +01:00
parent 8a5a2bd79a
commit 74d1bf356f
97 changed files with 3832 additions and 223 deletions

View File

@@ -1,7 +1,7 @@
import { IAction } from '@src/model/Projects'
import { IFriends, IGroupShort, IMyGroup, IPaymentType } from '@src/model/UserStore'
import {
IDepartment, IProducer, IShareWithUs, IStorehouse, IProductInfo, IProvider, IScontistica, ICategory, IGasordine, ICatProd, ISubCatProd
IDepartment, IQueryAI, IProducer, IShareWithUs, IStorehouse, IProductInfo, IProvider, IScontistica, ICategory, IGasordine, ICatProd, ISubCatProd, ICatAI
} from '@src/model/Products'
import { IUserFields, IUserProfile } from '@src/model/UserStore'
@@ -240,6 +240,7 @@ export interface IConfPages {
showConnected: boolean
bookingEvents: boolean
enableEcommerce: boolean
enableAI: boolean
enableGroups: boolean
enableCircuits: boolean
enableProj: boolean
@@ -475,6 +476,8 @@ export interface IGlobalState {
sectors: ISector[],
sectorgoods: ISectorGood[],
catgrps: ICatGrp[],
catAI: ICatAI[],
queryAIList: IQueryAI[],
provinces: IProvince[],
datastat?: INotData
site: ISites,