hububb-models 1.0.43 → 1.0.45

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.43",
3
+ "version": "1.0.45",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -78,6 +78,8 @@ export interface Listing {
78
78
  aptKey?: string;
79
79
  keyMethod?: "unlock" | "open";
80
80
  externalId?: string;
81
+ requestToBook?: boolean;
82
+ nickname?: string;
81
83
  }
82
84
  export interface Door {
83
85
  id?: string;
@@ -82,6 +82,8 @@ export interface Listing {
82
82
  aptKey?: string;
83
83
  keyMethod?: "unlock" | "open";
84
84
  externalId?: string;
85
+ requestToBook?: boolean;
86
+ nickname?: string;
85
87
  }
86
88
  export interface Door {
87
89
  id?: string;