hububb-models 1.0.4 → 1.0.5

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.4",
3
+ "version": "1.0.5",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -2,6 +2,7 @@ import { Timestamp } from "@firebase/firestore-types";
2
2
 
3
3
  export interface Listing {
4
4
  id?: string;
5
+ guestyId?: string;
5
6
  accountId?: string;
6
7
  createdAt: Timestamp;
7
8
  isVirtual?: boolean;
@@ -2,6 +2,7 @@ import { Timestamp } from "@firebase/firestore-types";
2
2
 
3
3
  export interface Listing {
4
4
  id?: string;
5
+ guestyId?: string;
5
6
  accountId?: string;
6
7
  createdAt: Timestamp;
7
8
  isVirtual?: boolean;