@kohost/api-client 3.7.6 → 3.7.7

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.
@@ -98,6 +98,8 @@ export interface Property {
98
98
  Concierge?: {
99
99
  timeTracking?: boolean;
100
100
  tipping?: boolean;
101
+ ratings?: boolean;
102
+ newTicketCCs?: string[];
101
103
  quickServices?: {
102
104
  name: string;
103
105
  description: string;
@@ -1,3 +1,5 @@
1
- declare function _exports(errName: any): any;
1
+ declare function _exports(errName: any): {
2
+ new (message: string, options: any): import("../Errors/AppError");
3
+ } | Error;
2
4
  export = _exports;
3
5
  //# sourceMappingURL=errorFactory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"errorFactory.d.ts","sourceRoot":"","sources":["../../../src/utils/errorFactory.js"],"names":[],"mappings":"AAEiB,6CAKhB"}
1
+ {"version":3,"file":"errorFactory.d.ts","sourceRoot":"","sources":["../../../src/utils/errorFactory.js"],"names":[],"mappings":"AAEiB;;UA6BhB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.7.6",
3
+ "version": "3.7.7",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",