- Altri aggiornamenti della scheda
This commit is contained in:
@@ -808,6 +808,7 @@ export interface IMyScheda {
|
||||
|
||||
productTypes?: number[]
|
||||
excludeproductTypes?: number[]
|
||||
idTipologie?: number[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
idCollane?: number[]
|
||||
@@ -845,11 +846,17 @@ export interface ISchedaSingola {
|
||||
arrProdToShow?: IProduct[][][]
|
||||
}
|
||||
|
||||
export interface IOptRigenera {
|
||||
visibilitaDisp?: string
|
||||
stato?: string
|
||||
}
|
||||
|
||||
export interface IOptCatalogo {
|
||||
//++AddCATALOGO_FIELDS
|
||||
productTypes?: number[]
|
||||
excludeproductTypes?: number[]
|
||||
formato?: string[]
|
||||
idTipologie?: number[]
|
||||
Categoria?: string[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
|
||||
@@ -45,6 +45,7 @@ export interface IProductInfo {
|
||||
ListaArgomenti?: string
|
||||
publisher?: IPublisher
|
||||
date_pub?: Date
|
||||
date_updated_fromGM?: Date
|
||||
date_pub_ts?: number
|
||||
pagine?: number
|
||||
productTypes?: number[]
|
||||
@@ -82,6 +83,8 @@ export interface IVariazione {
|
||||
availability?: number
|
||||
formato?: string
|
||||
misure?: string
|
||||
edizione?: string
|
||||
ristampa?: string
|
||||
pagine?: number
|
||||
tipologia?: string
|
||||
idTipologia?: number
|
||||
@@ -196,6 +199,7 @@ export interface IProductsState {
|
||||
|
||||
isPubblicatoById?: (idStatoProdotto: number) => boolean;
|
||||
isProssimaUscitaById?: (idStatoProdotto: number) => boolean;
|
||||
isPrevenditaById?: (idStatoProdotto: number) => boolean;
|
||||
}
|
||||
|
||||
export interface IProducer {
|
||||
|
||||
Reference in New Issue
Block a user