@vibe-flats/booking-engine-common-server 1.0.131 → 1.0.133

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.
@@ -70,6 +70,10 @@ export declare const COMMON_SERVER: {
70
70
  id: string;
71
71
  label: string;
72
72
  };
73
+ declined: {
74
+ id: string;
75
+ label: string;
76
+ };
73
77
  };
74
78
  };
75
79
  quotes: {
@@ -102,4 +106,11 @@ export declare const COMMON_SERVER: {
102
106
  };
103
107
  };
104
108
  };
109
+ tasks: {
110
+ topics: {
111
+ priceLabs: {
112
+ sync: string;
113
+ };
114
+ };
115
+ };
105
116
  };
@@ -70,8 +70,12 @@ exports.COMMON_SERVER = {
70
70
  label: 'Inquiry Archive'
71
71
  },
72
72
  cancelled: {
73
- id: '190068915',
73
+ id: '255411630',
74
74
  label: 'Cancelled'
75
+ },
76
+ declined: {
77
+ id: '190068915',
78
+ label: 'Declined / Expired'
75
79
  }
76
80
  }
77
81
  },
@@ -104,5 +108,12 @@ exports.COMMON_SERVER = {
104
108
  }
105
109
  }
106
110
  }
111
+ },
112
+ tasks: {
113
+ topics: {
114
+ priceLabs: {
115
+ sync: 'priceLabs.sync'
116
+ }
117
+ }
107
118
  }
108
119
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-flats/booking-engine-common-server",
3
- "version": "1.0.131",
3
+ "version": "1.0.133",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",