@vibe-flats/booking-engine-common-server 1.0.164 → 1.0.165

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.
@@ -19,6 +19,9 @@ export declare const COMMON_SERVER: {
19
19
  utilities: string;
20
20
  discountMonthly: string;
21
21
  };
22
+ customFields: {
23
+ devMetaData: string;
24
+ };
22
25
  };
23
26
  hubpost: {
24
27
  objectTypes: {
@@ -24,6 +24,9 @@ exports.COMMON_SERVER = {
24
24
  cleaning: 'Cleaning fee',
25
25
  utilities: 'Utilities',
26
26
  discountMonthly: 'Discount (Monthly Stay)'
27
+ },
28
+ customFields: {
29
+ devMetaData: '69398103813ee90015c79b90' // Field ID for the temporary reservation custom field on Guesty
27
30
  }
28
31
  },
29
32
  hubpost: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-flats/booking-engine-common-server",
3
- "version": "1.0.164",
3
+ "version": "1.0.165",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",