hububb-models 1.0.9 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hububb-models",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -15,4 +15,12 @@ export interface Reservation {
15
15
  guestyId?: string;
16
16
  title?: string;
17
17
  };
18
+ klevio?: {
19
+ keyId?: string;
20
+ from?: Timestamp;
21
+ to?: Timestamp;
22
+ keyholderId?: string;
23
+ keyholderEmail?: string;
24
+ propertyId?: string;
25
+ };
18
26
  }
@@ -15,4 +15,12 @@ export interface Reservation {
15
15
  guestyId?: string;
16
16
  title?: string;
17
17
  };
18
+ klevio?: {
19
+ keyId?: string;
20
+ from?: Timestamp;
21
+ to?: Timestamp;
22
+ keyholderId?: string;
23
+ keyholderEmail?: string;
24
+ propertyId?: string;
25
+ };
18
26
  }
@@ -7,4 +7,5 @@ export interface User {
7
7
  id?: string;
8
8
  verified?: boolean;
9
9
  };
10
+ klevioId?: string;
10
11
  }
@@ -7,4 +7,5 @@ export interface User {
7
7
  id?: string;
8
8
  verified?: boolean;
9
9
  };
10
+ klevioId?: string;
10
11
  }