hububb-models 1.0.54 → 1.0.56

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.54",
3
+ "version": "1.0.56",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -88,6 +88,8 @@ export interface Listing {
88
88
  nickname?: string;
89
89
  listingType?: "parent" | "child" | "shared";
90
90
  parentId?: string;
91
+ childIds?: string[];
92
+ city?: string;
91
93
  }
92
94
  export interface Door {
93
95
  id?: string;
@@ -92,6 +92,8 @@ export interface Listing {
92
92
  nickname?: string;
93
93
  listingType?: "parent" | "child" | "shared";
94
94
  parentId?: string;
95
+ childIds?: string[];
96
+ city?: string;
95
97
  }
96
98
  export interface Door {
97
99
  id?: string;