hububb-models 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -15,5 +15,12 @@ export interface Reservation {
|
|
15
15
|
guestyId?: string;
|
16
16
|
title?: string;
|
17
17
|
};
|
18
|
-
|
18
|
+
klevio?: {
|
19
|
+
keyId?: string;
|
20
|
+
from?: Timestamp;
|
21
|
+
to?: Timestamp;
|
22
|
+
keyholderId?: string;
|
23
|
+
keyholderEmail?: string;
|
24
|
+
propertyId?: string;
|
25
|
+
};
|
19
26
|
}
|
@@ -15,5 +15,12 @@ export interface Reservation {
|
|
15
15
|
guestyId?: string;
|
16
16
|
title?: string;
|
17
17
|
};
|
18
|
-
|
18
|
+
klevio?: {
|
19
|
+
keyId?: string;
|
20
|
+
from?: Timestamp;
|
21
|
+
to?: Timestamp;
|
22
|
+
keyholderId?: string;
|
23
|
+
keyholderEmail?: string;
|
24
|
+
propertyId?: string;
|
25
|
+
};
|
19
26
|
}
|