@kohost/api-client 3.3.15 → 3.3.16

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 @@
70
70
  "additionalProperties": false
71
71
  }
72
72
  },
73
+ "chime": {
74
+ "type": "boolean",
75
+ "description": "Reflects whether console chime is enabled"
76
+ },
73
77
  "watts": {
74
78
  "$ref": "definitions.json#/definitions/watts"
75
79
  },
@@ -8656,6 +8656,10 @@ var require_alarm = __commonJS({
8656
8656
  additionalProperties: false
8657
8657
  }
8658
8658
  },
8659
+ chime: {
8660
+ type: "boolean",
8661
+ description: "Reflects whether console chime is enabled"
8662
+ },
8659
8663
  watts: {
8660
8664
  $ref: "definitions.json#/definitions/watts"
8661
8665
  },