@chevre/factory 4.388.0-alpha.6 → 4.388.0-alpha.7
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.
|
@@ -47,6 +47,8 @@ export interface IReservation4informCheckedIn {
|
|
|
47
47
|
reservationNumber?: string;
|
|
48
48
|
checkedIn: boolean;
|
|
49
49
|
modifiedTime?: Date;
|
|
50
|
+
reservationStatus?: never;
|
|
51
|
+
attended?: never;
|
|
50
52
|
}
|
|
51
53
|
/**
|
|
52
54
|
* 予約使用通知
|
|
@@ -60,6 +62,8 @@ export interface IReservation4informUsed {
|
|
|
60
62
|
reservedTicket: {
|
|
61
63
|
dateUsed?: Date;
|
|
62
64
|
};
|
|
65
|
+
reservationStatus?: never;
|
|
66
|
+
checkedIn?: never;
|
|
63
67
|
}
|
|
64
68
|
/**
|
|
65
69
|
* 予約作成通知
|