Iscrizione Conacreis e Arcadei

This commit is contained in:
paoloar77
2022-10-29 12:37:30 +02:00
parent 2399124a33
commit 392c8bb6af
20 changed files with 668 additions and 380 deletions

View File

@@ -71,6 +71,16 @@ export interface IContribtype {
showprice: boolean
}
export interface ILabelValue {
_id: any
label: string
value: number
}
export interface IValue {
value: number
}
export enum EState {
None, Creating, Modifying,
}

View File

@@ -1,4 +1,6 @@
import { IUserProfile } from '@src/model/UserStore'
import { ILabelValue } from '@model/Calendar'
import { IValue } from '@model/Calendar'
export interface ISignupOptions {
email?: string
@@ -56,6 +58,7 @@ export interface ISignupIscrizioneArcadeiOptions {
name?: string
surname?: string
email?: string
email2?: string
fiscalcode?: string
residency_address?: string
residency_city?: string
@@ -69,7 +72,11 @@ export interface ISignupIscrizioneArcadeiOptions {
born_province?: string
born_country?: string
cell_phone?: string
newsletter_on?: boolean
cell_phone2?: string
doctype?: string
documentnumber?: string
categorie_interesse?: any[]
quota_versata?: boolean
accetta_carta_costituzionale_on?: boolean
metodo_pagamento?: number
iscrizione_compilata?: boolean
@@ -79,9 +86,6 @@ export interface ISignupIscrizioneArcadeiOptions {
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