tickera-angular-components 0.0.1-dev.158 → 0.0.1-dev.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1349,7 +1349,8 @@ interface PerformanceTicket extends Auditable {
|
|
|
1349
1349
|
customer_id: number | null;
|
|
1350
1350
|
checked_in: boolean;
|
|
1351
1351
|
checked_in_at: Date | null;
|
|
1352
|
-
|
|
1352
|
+
checked_in_by: number | null;
|
|
1353
|
+
checked_in_by_admin: Admin | null;
|
|
1353
1354
|
order_items: OrderItem[];
|
|
1354
1355
|
element_qty?: number;
|
|
1355
1356
|
}
|