hububb-models 1.0.26 → 1.0.27

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.26",
3
+ "version": "1.0.27",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -80,6 +80,7 @@ export interface Listing {
80
80
  mainDoor?: string;
81
81
  noAptKey?: boolean;
82
82
  aptKey?: boolean;
83
+ keyMethod?: "unlock" | "open"
83
84
  }
84
85
  export interface Address {
85
86
  full: string;
@@ -80,6 +80,7 @@ export interface Listing {
80
80
  mainDoor?: string;
81
81
  noAptKey?: boolean;
82
82
  aptKey?: boolean;
83
+ keyMethod?: "unlock" | "open"
83
84
  }
84
85
  export interface Address {
85
86
  full: string;