Home Page With Element ! (Modular)
Arcadei Project... Inscription
This commit is contained in:
@@ -113,13 +113,27 @@ export interface IMyBot {
|
||||
|
||||
export interface IMyElem {
|
||||
_id?: string
|
||||
type?: string
|
||||
type?: number
|
||||
title?: string
|
||||
container?: string
|
||||
container2?: string
|
||||
container3?: string
|
||||
number?: number
|
||||
imgback?: string
|
||||
ratio?: string
|
||||
containerHtml?: string
|
||||
size?: string
|
||||
order?: string
|
||||
width?: string
|
||||
height?: string
|
||||
heightimg?: string
|
||||
widthimg?: string
|
||||
link?: string
|
||||
onlyif_logged?: boolean
|
||||
active?: boolean
|
||||
class?: string
|
||||
styleadd?: string
|
||||
list?: IImgGallery[]
|
||||
|
||||
}
|
||||
|
||||
@@ -300,6 +314,7 @@ export interface IGlobalState {
|
||||
newstosent: INewsToSent[],
|
||||
gallery: IGallery[],
|
||||
mypage: IMyPage[],
|
||||
myelems: IMyElem[],
|
||||
templemail: ITemplEmail[],
|
||||
opzemail: ISettings[],
|
||||
mailinglist: IMailinglist[],
|
||||
@@ -822,7 +837,7 @@ export interface IProvince {
|
||||
link_grp: string
|
||||
}
|
||||
|
||||
export interface IMySkill extends IMyMain{
|
||||
export interface IMySkill extends IMyMain {
|
||||
_id: number
|
||||
idSector: number
|
||||
idSkill: number
|
||||
@@ -834,7 +849,7 @@ export interface IMySkill extends IMyMain{
|
||||
NumLevel: number
|
||||
adType: number
|
||||
note: string
|
||||
//**ADDFIELD_MYSKILL
|
||||
// **ADDFIELD_MYSKILL
|
||||
website: string
|
||||
descr: string
|
||||
date_created?: Date,
|
||||
@@ -847,7 +862,7 @@ export interface IMyMain {
|
||||
pub_to_share?: number
|
||||
}
|
||||
|
||||
export interface IMyGoods extends IMyMain{
|
||||
export interface IMyGoods extends IMyMain {
|
||||
_id: number
|
||||
idSector: number
|
||||
idSkill: number
|
||||
@@ -860,7 +875,7 @@ export interface IMyGoods extends IMyMain{
|
||||
NumLevel: number
|
||||
adType: number
|
||||
note: string
|
||||
//**ADDFIELD_MYSKILL
|
||||
// **ADDFIELD_MYSKILL
|
||||
website: string
|
||||
descr: string
|
||||
date_created?: Date,
|
||||
@@ -881,7 +896,7 @@ export interface IMyBacheca extends IMyMain {
|
||||
NumLevel: number
|
||||
adType: number
|
||||
note: string
|
||||
//**ADDFIELD_MYBACHECAS
|
||||
// **ADDFIELD_MYBACHECAS
|
||||
website: string
|
||||
descr: string
|
||||
date_created?: Date,
|
||||
|
||||
@@ -50,3 +50,40 @@ export interface ISignupIscrizioneConacreisOptions {
|
||||
terms?: boolean
|
||||
note?: string
|
||||
}
|
||||
|
||||
export interface ISignupIscrizioneArcadeiOptions {
|
||||
userId?: string
|
||||
name?: string
|
||||
surname?: string
|
||||
email?: string
|
||||
fiscalcode?: string
|
||||
residency_address?: string
|
||||
residency_city?: string
|
||||
residency_province?: string
|
||||
residency_country?: string
|
||||
residency_zipcode?: string
|
||||
dateofbirth?: Date
|
||||
dateofreg?: Date
|
||||
dateofapproved?: Date
|
||||
born_city?: string
|
||||
born_province?: string
|
||||
born_country?: string
|
||||
cell_phone?: string
|
||||
newsletter_on?: boolean
|
||||
accetta_carta_costituzionale_on?: boolean
|
||||
metodo_pagamento?: number
|
||||
iscrizione_compilata?: boolean
|
||||
ha_pagato?: boolean
|
||||
codiceConacreis?: string
|
||||
annoTesseramento?: number
|
||||
numTesseraInterna?: number
|
||||
biografia?: string
|
||||
motivazioni?: string
|
||||
competenze_professionalita?: string
|
||||
cosa_potrei_offrire?: string
|
||||
cosa_vorrei_ricevere?: string
|
||||
altre_comunicazioni?: string
|
||||
come_ci_hai_conosciuto?: string
|
||||
terms?: boolean
|
||||
note?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user