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:
Surya Paolo
2023-10-21 15:28:01 +02:00
parent 018cf0bd99
commit cb11903707
73 changed files with 4176 additions and 162 deletions

View File

@@ -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,