hububb-models 1.0.29 → 1.0.30

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.29",
3
+ "version": "1.0.30",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -26,4 +26,5 @@ export interface Reservation {
26
26
  };
27
27
  refNumber?: string;
28
28
  money?:any
29
+ status?:string;
29
30
  }
@@ -25,5 +25,6 @@ export interface Reservation {
25
25
  propertyId?: string;
26
26
  };
27
27
  refNumber?: string;
28
- money?:any
28
+ money?:any;
29
+ status?:string;
29
30
  }