@vibe-flats/booking-engine-common-external 1.0.89 → 1.0.92

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.
@@ -118,6 +118,7 @@ export interface VibeHubspotSalesInquiryOption {
118
118
  gym: boolean;
119
119
  parking: string;
120
120
  pool: boolean;
121
+ lengthOfStayType: 'monthly' | 'hybrid' | 'nightly';
121
122
  beds: {
122
123
  type: string;
123
124
  qty: number;
@@ -51,6 +51,7 @@ export interface HubspotQuotesSearchResponse {
51
51
  };
52
52
  unit: {
53
53
  id: string;
54
+ guestyId: string;
54
55
  name: string;
55
56
  image: string;
56
57
  accommodates: number;
@@ -78,6 +79,7 @@ export interface HubspotQuotesSearchResponse {
78
79
  qty: number;
79
80
  }[];
80
81
  deal: number;
82
+ lengthOfStayType: 'monthly' | 'hybrid' | 'nightly';
81
83
  salesBlockWarning?: string;
82
84
  availableFrom: string;
83
85
  urls: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-flats/booking-engine-common-external",
3
- "version": "1.0.89",
3
+ "version": "1.0.92",
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",