@kohost/api-client 3.7.9 → 3.8.0

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.
@@ -92,6 +92,7 @@
92
92
  "dsc",
93
93
  "ecobee",
94
94
  "epson",
95
+ "geovision-rs",
95
96
  "honeywell-vista",
96
97
  "igor",
97
98
  "inncom",
@@ -17,7 +17,7 @@
17
17
  "driver": {
18
18
  "type": "string"
19
19
  },
20
- "organization": {
20
+ "organizationId": {
21
21
  "type": ["string", "null"],
22
22
  "description": "Reference (id) to the organization that owns this router"
23
23
  },
@@ -16,6 +16,11 @@
16
16
  "type": "string"
17
17
  },
18
18
  "type": {
19
+ "type": "string",
20
+ "enum": ["discoveredDevice"],
21
+ "default": "discoveredDevice"
22
+ },
23
+ "discriminator": {
19
24
  "$ref": "definitions.json#/definitions/type"
20
25
  },
21
26
  "driver": {
@@ -27,11 +32,11 @@
27
32
  "ignore": {
28
33
  "type": "boolean"
29
34
  },
30
- "organization": {
35
+ "organizationId": {
31
36
  "type": ["string", "null"],
32
37
  "description": "Reference (id) to the organization that owns this device"
33
38
  },
34
- "property": {
39
+ "propertyId": {
35
40
  "type": ["string", "null"],
36
41
  "description": "Reference (id) to the property that this device belongs to"
37
42
  }
@@ -7219,6 +7219,7 @@ var require_definitions = __commonJS({
7219
7219
  "dsc",
7220
7220
  "ecobee",
7221
7221
  "epson",
7222
+ "geovision-rs",
7222
7223
  "honeywell-vista",
7223
7224
  "igor",
7224
7225
  "inncom",
@@ -11973,6 +11974,11 @@ var require_discoveredDevice = __commonJS({
11973
11974
  type: "string"
11974
11975
  },
11975
11976
  type: {
11977
+ type: "string",
11978
+ enum: ["discoveredDevice"],
11979
+ default: "discoveredDevice"
11980
+ },
11981
+ discriminator: {
11976
11982
  $ref: "definitions.json#/definitions/type"
11977
11983
  },
11978
11984
  driver: {
@@ -11984,11 +11990,11 @@ var require_discoveredDevice = __commonJS({
11984
11990
  ignore: {
11985
11991
  type: "boolean"
11986
11992
  },
11987
- organization: {
11993
+ organizationId: {
11988
11994
  type: ["string", "null"],
11989
11995
  description: "Reference (id) to the organization that owns this device"
11990
11996
  },
11991
- property: {
11997
+ propertyId: {
11992
11998
  type: ["string", "null"],
11993
11999
  description: "Reference (id) to the property that this device belongs to"
11994
12000
  }
@@ -12056,7 +12062,7 @@ var require_deviceRouter = __commonJS({
12056
12062
  driver: {
12057
12063
  type: "string"
12058
12064
  },
12059
- organization: {
12065
+ organizationId: {
12060
12066
  type: ["string", "null"],
12061
12067
  description: "Reference (id) to the organization that owns this router"
12062
12068
  },