hububb-models 1.0.12 → 1.0.14
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -9,6 +9,7 @@ export interface Reservation {
|
|
9
9
|
id?: string;
|
10
10
|
guestyId?: string;
|
11
11
|
fullName?: string;
|
12
|
+
email?: string;
|
12
13
|
};
|
13
14
|
listing?: {
|
14
15
|
id?: string;
|
@@ -23,4 +24,5 @@ export interface Reservation {
|
|
23
24
|
keyholderEmail?: string;
|
24
25
|
propertyId?: string;
|
25
26
|
};
|
27
|
+
refNumber?: string;
|
26
28
|
}
|
@@ -9,6 +9,7 @@ export interface Reservation {
|
|
9
9
|
id?: string;
|
10
10
|
guestyId?: string;
|
11
11
|
fullName?: string;
|
12
|
+
email?: string;
|
12
13
|
};
|
13
14
|
listing?: {
|
14
15
|
id?: string;
|
@@ -23,4 +24,5 @@ export interface Reservation {
|
|
23
24
|
keyholderEmail?: string;
|
24
25
|
propertyId?: string;
|
25
26
|
};
|
27
|
+
refNumber?: string;
|
26
28
|
}
|