hububb-models 1.0.53 → 1.0.54

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.53",
3
+ "version": "1.0.54",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -86,7 +86,7 @@ export interface Listing {
86
86
  externalId?: string;
87
87
  requestToBook?: boolean;
88
88
  nickname?: string;
89
- listingType?: "parent" | "child";
89
+ listingType?: "parent" | "child" | "shared";
90
90
  parentId?: string;
91
91
  }
92
92
  export interface Door {
@@ -90,7 +90,7 @@ export interface Listing {
90
90
  externalId?: string;
91
91
  requestToBook?: boolean;
92
92
  nickname?: string;
93
- listingType?: "parent" | "child";
93
+ listingType?: "parent" | "child" | "shared";
94
94
  parentId?: string;
95
95
  }
96
96
  export interface Door {