@fluyappgo/commons
Advanced tools
Comparing version 1.0.79 to 1.0.80
@@ -6,22 +6,22 @@ import { Branch, Department, Entity, Service, UserFB } from "."; | ||
id?: number; | ||
uuid: string; | ||
isAppointment: boolean; | ||
isVirtual: boolean; | ||
date: string; | ||
hour: string; | ||
timezone: string; | ||
dateRaw: Date; | ||
agent: UserFB; | ||
subscriber: Subscriber; | ||
status: TicketStates; | ||
entity: Entity; | ||
branch: Branch; | ||
department: Department; | ||
service: Service; | ||
price: number; | ||
priorityQ: number; | ||
ticketLabel: string; | ||
currentNumber: number; | ||
uuid?: string; | ||
isAppointment?: boolean; | ||
isVirtual?: boolean; | ||
date?: string; | ||
hour?: string; | ||
timezone?: string; | ||
dateRaw?: Date; | ||
agent?: UserFB; | ||
subscriber?: Subscriber; | ||
status?: TicketStates; | ||
entity?: Entity; | ||
branch?: Branch; | ||
department?: Department; | ||
service?: Service; | ||
price?: number; | ||
priorityQ?: number; | ||
ticketLabel?: string; | ||
currentNumber?: number; | ||
createdAt?: Date; | ||
updatedAt?: Date; | ||
} |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "1.0.79", | ||
"version": "1.0.80", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
29310