@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.
@@ -219,6 +219,12 @@
219
219
  },
220
220
  "default": []
221
221
  },
222
+ "newMessageChannel": {
223
+ "type": ["string", "null"],
224
+ "enum": ["sms", "email"],
225
+ "default": "sms",
226
+ "description": "Determines how users should be notified of new messages in the concierge system"
227
+ },
222
228
  "quickServices": {
223
229
  "type": "array",
224
230
  "items": {
@@ -13388,6 +13388,12 @@ var require_property = __commonJS({
13388
13388
  },
13389
13389
  default: []
13390
13390
  },
13391
+ newMessageChannel: {
13392
+ type: ["string", "null"],
13393
+ enum: ["sms", "email"],
13394
+ default: "sms",
13395
+ description: "Determines how users should be notified of new messages in the concierge system"
13396
+ },
13391
13397
  quickServices: {
13392
13398
  type: "array",
13393
13399
  items: {