@vibe-flats/booking-engine-common-server 1.0.130 → 1.0.132

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.
@@ -29,6 +29,9 @@ export declare const COMMON_SERVER: {
29
29
  };
30
30
  channels: {
31
31
  direct: string;
32
+ airbnb: string;
33
+ vrbo: string;
34
+ bookingcom: string;
32
35
  };
33
36
  stages: {
34
37
  inquiry: {
@@ -99,4 +102,11 @@ export declare const COMMON_SERVER: {
99
102
  };
100
103
  };
101
104
  };
105
+ tasks: {
106
+ topics: {
107
+ priceLabs: {
108
+ sync: string;
109
+ };
110
+ };
111
+ };
102
112
  };
@@ -31,7 +31,10 @@ exports.COMMON_SERVER = {
31
31
  guest: 41
32
32
  },
33
33
  channels: {
34
- direct: 'Direct'
34
+ direct: 'Direct',
35
+ airbnb: 'Airbnb',
36
+ vrbo: 'Vrbo',
37
+ bookingcom: 'Booking.com'
35
38
  },
36
39
  stages: {
37
40
  inquiry: {
@@ -101,5 +104,12 @@ exports.COMMON_SERVER = {
101
104
  }
102
105
  }
103
106
  }
107
+ },
108
+ tasks: {
109
+ topics: {
110
+ priceLabs: {
111
+ sync: 'priceLabs.sync'
112
+ }
113
+ }
104
114
  }
105
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-flats/booking-engine-common-server",
3
- "version": "1.0.130",
3
+ "version": "1.0.132",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",