RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
hububb-models
Versions diffs
1.0.54 → 1.0.55
hububb-models 1.0.54 → 1.0.55
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/src/models/listing/listing.d.ts
+1
-0
package/src/models/listing/listing.ts
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "hububb-models",
3
-
"version": "1.0.
54
",
3
+
"version": "1.0.
55
",
4
4
"description": "Models for Hububb application",
5
5
"main": "index.js",
6
6
"types": "./src/index.d.ts",
package/src/models/listing/listing.d.ts
CHANGED
Viewed
@@ -88,6 +88,7 @@ export interface Listing {
88
88
nickname?: string;
89
89
listingType?: "parent" | "child" | "shared";
90
90
parentId?: string;
91
+
childIds?: string[];
91
92
}
92
93
export interface Door {
93
94
id?: string;
package/src/models/listing/listing.ts
CHANGED
Viewed
@@ -92,6 +92,7 @@ export interface Listing {
92
92
nickname?: string;
93
93
listingType?: "parent" | "child" | "shared";
94
94
parentId?: string;
95
+
childIds?: string[];
95
96
}
96
97
export interface Door {
97
98
id?: string;