@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.
package/dist/esm/utils.js
CHANGED
|
@@ -13468,6 +13468,12 @@ var require_property = __commonJS({
|
|
|
13468
13468
|
},
|
|
13469
13469
|
default: []
|
|
13470
13470
|
},
|
|
13471
|
+
newMessageChannel: {
|
|
13472
|
+
type: ["string", "null"],
|
|
13473
|
+
enum: ["sms", "email"],
|
|
13474
|
+
default: "sms",
|
|
13475
|
+
description: "Determines how users should be notified of new messages in the concierge system"
|
|
13476
|
+
},
|
|
13471
13477
|
quickServices: {
|
|
13472
13478
|
type: "array",
|
|
13473
13479
|
items: {
|