@kohost/api-client 3.9.2 → 3.9.3
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.
|
@@ -100,6 +100,10 @@ export interface Property {
|
|
|
100
100
|
tipping?: boolean;
|
|
101
101
|
ratings?: boolean;
|
|
102
102
|
newTicketCCs?: string[];
|
|
103
|
+
/**
|
|
104
|
+
* Determines how users should be notified of new messages in the concierge system
|
|
105
|
+
*/
|
|
106
|
+
newMessageChannel?: ("sms" | "email") | null;
|
|
103
107
|
quickServices?: {
|
|
104
108
|
name: string;
|
|
105
109
|
description: string;
|