ver 0.5.51
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { IAction } from '@src/model/Projects'
|
||||
import { IFriends, IMyGroup, IPaymentType } from '@src/model/UserStore'
|
||||
import { IFriends, IGroupShort, IMyGroup, IPaymentType } from '@src/model/UserStore'
|
||||
import {
|
||||
IDepartment, IProducer, IShareWithUs, IStorehouse,
|
||||
} from '@src/model/Products'
|
||||
@@ -1033,10 +1033,6 @@ export interface IMyHosp extends IMyMain {
|
||||
date_updated?: Date,
|
||||
}
|
||||
|
||||
export interface ICircuitList {
|
||||
_id: string,
|
||||
inscription_date?: Date
|
||||
}
|
||||
|
||||
export interface IMyCircuit {
|
||||
_id: string
|
||||
@@ -1048,6 +1044,8 @@ export interface ISendCoin {
|
||||
circuitname: string
|
||||
qty: number
|
||||
dest: string
|
||||
groupdest: string
|
||||
grouporig: string
|
||||
causal: string
|
||||
symbol: string
|
||||
}
|
||||
@@ -1072,6 +1070,8 @@ export interface ICircuit {
|
||||
valuta_per_euro?: number
|
||||
fido_scoperto_default?: number
|
||||
qta_max_default?: number
|
||||
fido_scoperto_default_grp?: number
|
||||
qta_max_default_grp?: number
|
||||
data_costituz?: Date
|
||||
deperimento: boolean
|
||||
transactionsEnabled: boolean
|
||||
@@ -1090,6 +1090,10 @@ export interface ICircuit {
|
||||
createdBy?: string
|
||||
regulation?: string
|
||||
numMembers?: number
|
||||
req_users?: IFriends[]
|
||||
refused_users?: IFriends[]
|
||||
req_groups?: IGroupShort[]
|
||||
refused_groups?: IGroupShort[]
|
||||
// --- Mem:
|
||||
movements: IMovement[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user