RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
hububb-models
Versions diffs
1.0.11 → 1.0.12
hububb-models 1.0.11 → 1.0.12
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
+4
-0
package/src/models/listing/listing.ts
+4
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "hububb-models",
3
-
"version": "1.0.
11
",
3
+
"version": "1.0.
12
",
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
@@ -76,6 +76,10 @@ export interface Listing {
76
76
};
77
77
active: boolean;
78
78
publicDescription: any;
79
+
frontDoor?: string;
80
+
mainDoor?: string;
81
+
noAptKey?: boolean;
82
+
aptKey?: boolean;
79
83
}
80
84
export interface Address {
81
85
full: string;
package/src/models/listing/listing.ts
CHANGED
Viewed
@@ -76,6 +76,10 @@ export interface Listing {
76
76
};
77
77
active: boolean;
78
78
publicDescription: any;
79
+
frontDoor?: string;
80
+
mainDoor?: string;
81
+
noAptKey?: boolean;
82
+
aptKey?: boolean;
79
83
}
80
84
export interface Address {
81
85
full: string;