- Codice internazionale numero + Country
This commit is contained in:
@@ -435,6 +435,10 @@ export interface IParLookup {
|
||||
lk_proj?: string,
|
||||
}
|
||||
|
||||
export interface IParamsPickup {
|
||||
table: string
|
||||
search: string
|
||||
}
|
||||
export interface IParamsQuery {
|
||||
table: string
|
||||
startRow: number
|
||||
@@ -485,6 +489,7 @@ export interface ITableRec {
|
||||
colicon?: string
|
||||
onlyAdmin?: boolean
|
||||
noshow: boolean
|
||||
remote?: boolean
|
||||
}
|
||||
|
||||
export interface ISearchList {
|
||||
|
||||
@@ -13,8 +13,6 @@ export interface IUserProfile {
|
||||
intcode_cell?: string
|
||||
iso2_cell?: string
|
||||
cell?: string
|
||||
dateofbirth?: Date
|
||||
sex?: ESexType
|
||||
country_pay?: string
|
||||
email_paypal?: string
|
||||
payeer_id?: string
|
||||
@@ -25,20 +23,27 @@ export interface IUserProfile {
|
||||
username_telegram?: string
|
||||
teleg_id?: number
|
||||
teleg_checkcode?: number
|
||||
my_dream?: string
|
||||
paymenttypes?: IPaymentType[]
|
||||
manage_telegram?: boolean
|
||||
resplist?: any
|
||||
workerslist?: any
|
||||
dateofbirth?: Date
|
||||
born_city?: string
|
||||
born_province?: string
|
||||
born_country?: string
|
||||
my_dream?: string
|
||||
saw_and_accepted?: boolean
|
||||
saw_zoom_presentation?: boolean
|
||||
ask_zoom_partecipato?: boolean
|
||||
saw_and_accepted?: boolean
|
||||
qualified?: boolean
|
||||
qualified_2invitati?: boolean
|
||||
myshares: IShareWithUs[]
|
||||
special_req?: boolean
|
||||
sex?: ESexType
|
||||
biografia?: string
|
||||
socio?: boolean
|
||||
socioresidente?: boolean
|
||||
consiglio?: boolean
|
||||
resplist?: any
|
||||
workerslist?: any
|
||||
myshares: IShareWithUs[]
|
||||
}
|
||||
|
||||
export interface IPaymentType {
|
||||
|
||||
Reference in New Issue
Block a user