@vibe-flats/booking-engine-common-external 1.0.70 → 1.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,17 +93,17 @@ export interface VibeHubspotSalesInquiryOption {
93
93
  id: string;
94
94
  name: string;
95
95
  image: string;
96
- accommodates?: number;
97
- bedrooms?: number;
98
- bathrooms?: number;
99
- elevator?: boolean;
100
- terrace?: boolean;
101
- laundry?: string;
102
- floor?: number;
103
- gym?: boolean;
104
- parking?: string;
105
- pool?: boolean;
106
- beds?: {
96
+ accommodates: number;
97
+ bedrooms: number;
98
+ bathrooms: number;
99
+ elevator: boolean;
100
+ terrace: boolean;
101
+ laundry: string;
102
+ floor: number;
103
+ gym: boolean;
104
+ parking: string;
105
+ pool: boolean;
106
+ beds: {
107
107
  type: string;
108
108
  qty: number;
109
109
  }[];
@@ -68,18 +68,18 @@ export interface HubspotQuotesSearchResponse {
68
68
  gym: boolean;
69
69
  parking: string;
70
70
  pool: boolean;
71
- deal: number;
72
71
  beds: {
73
72
  type: string;
74
73
  qty: number;
75
74
  }[];
75
+ deal: number;
76
+ salesBlockWarning?: string;
77
+ availableFrom: string;
76
78
  urls: {
77
79
  airbnb: string;
78
80
  vrbo: string;
79
81
  booking: string;
80
82
  website: string;
81
83
  };
82
- salesBlockWarning?: string;
83
- availableFrom: string;
84
84
  };
85
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-flats/booking-engine-common-external",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "description": "Common external utilities and types for the Vibe Flats booking engine",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",