Versione 1.0.17
- Fix saldo pendente - aggiunto bottone markup Telegram - aggionta opzione per registrarsi direttamente su Telegram, senza doversi registrare ad un sito
This commit is contained in:
@@ -281,6 +281,7 @@ export interface IPolicy {
|
||||
lastdataupdate: string
|
||||
country: string
|
||||
}
|
||||
|
||||
export interface ISites {
|
||||
_id?: string
|
||||
attiva?: boolean
|
||||
@@ -1171,8 +1172,14 @@ export interface IAccount {
|
||||
qta_maxConcessa: number
|
||||
importo_iniziale?: number
|
||||
saldo: number
|
||||
saldo_pend: number
|
||||
totTransato: number
|
||||
totTransato_pend: number
|
||||
regulation_ok: boolean
|
||||
date_created?: Date
|
||||
date_updated?: Date
|
||||
// Memory
|
||||
notifspending: any[]
|
||||
}
|
||||
export interface IAnim {
|
||||
name: string,
|
||||
|
||||
Reference in New Issue
Block a user