hububb-models 1.0.55 → 1.0.57

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.55",
3
+ "version": "1.0.57",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -89,6 +89,7 @@ export interface Listing {
89
89
  listingType?: "parent" | "child" | "shared";
90
90
  parentId?: string;
91
91
  childIds?: string[];
92
+ city?: string;
92
93
  }
93
94
  export interface Door {
94
95
  id?: string;
@@ -93,6 +93,7 @@ export interface Listing {
93
93
  listingType?: "parent" | "child" | "shared";
94
94
  parentId?: string;
95
95
  childIds?: string[];
96
+ city?: string;
96
97
  }
97
98
  export interface Door {
98
99
  id?: string;
@@ -11,6 +11,7 @@ export interface Reservation {
11
11
  externalId?: string;
12
12
  fullName?: string;
13
13
  email?: string;
14
+ ids?: string[];
14
15
  };
15
16
  listing?: {
16
17
  id?: string;
@@ -12,6 +12,7 @@ export interface Reservation {
12
12
  externalId?: string;
13
13
  fullName?: string;
14
14
  email?: string;
15
+ ids?: string[];
15
16
  };
16
17
  listing?: {
17
18
  id?: string;