@kohost/api-client 3.3.15 → 3.3.17

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
  },
@@ -117,6 +117,7 @@
117
117
  "twilio",
118
118
  "valcom",
119
119
  "vizio",
120
+ "wisenet",
120
121
  "cloudflare-images",
121
122
  "cloudflare-stream",
122
123
  "insperia-privacy"
@@ -7586,6 +7586,7 @@ var require_definitions = __commonJS({
7586
7586
  "twilio",
7587
7587
  "valcom",
7588
7588
  "vizio",
7589
+ "wisenet",
7589
7590
  "cloudflare-images",
7590
7591
  "cloudflare-stream",
7591
7592
  "insperia-privacy"
@@ -8656,6 +8657,10 @@ var require_alarm = __commonJS({
8656
8657
  additionalProperties: false
8657
8658
  }
8658
8659
  },
8660
+ chime: {
8661
+ type: "boolean",
8662
+ description: "Reflects whether console chime is enabled"
8663
+ },
8659
8664
  watts: {
8660
8665
  $ref: "definitions.json#/definitions/watts"
8661
8666
  },