hububb-models 1.0.53 → 1.0.55
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -86,8 +86,9 @@ 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
|
+
childIds?: string[];
|
91
92
|
}
|
92
93
|
export interface Door {
|
93
94
|
id?: string;
|
@@ -90,8 +90,9 @@ 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
|
+
childIds?: string[];
|
95
96
|
}
|
96
97
|
export interface Door {
|
97
98
|
id?: string;
|