@fluyappgo/commons
Advanced tools
Comparing version 1.0.119 to 1.0.120
import { Branch, Department, Entity, Service, Subscriber, VisitStates } from "."; | ||
import { Agent } from "./agent.interface"; | ||
export interface Visit { | ||
@@ -16,3 +17,4 @@ id?: number; | ||
updatedAt?: Date; | ||
createdBy?: Agent; | ||
tempId?: string; | ||
} |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "1.0.119", | ||
"version": "1.0.120", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
36902
1226