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