RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
hububb-models
Versions diffs
1.0.43 → 1.0.44
hububb-models 1.0.43 → 1.0.44
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.
43
",
3
+
"version": "1.0.
44
",
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
@@ -78,6 +78,7 @@ export interface Listing {
78
78
aptKey?: string;
79
79
keyMethod?: "unlock" | "open";
80
80
externalId?: string;
81
+
requestToBook?: boolean;
81
82
}
82
83
export interface Door {
83
84
id?: string;
package/src/models/listing/listing.ts
CHANGED
Viewed
@@ -82,6 +82,7 @@ export interface Listing {
82
82
aptKey?: string;
83
83
keyMethod?: "unlock" | "open";
84
84
externalId?: string;
85
+
requestToBook?: boolean;
85
86
}
86
87
export interface Door {
87
88
id?: string;