@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.
package/dist/esm/utils.js CHANGED
@@ -7262,6 +7262,7 @@ var require_definitions = __commonJS({
7262
7262
  "dsc",
7263
7263
  "ecobee",
7264
7264
  "epson",
7265
+ "geovision-rs",
7265
7266
  "honeywell-vista",
7266
7267
  "igor",
7267
7268
  "inncom",
@@ -12053,6 +12054,11 @@ var require_discoveredDevice = __commonJS({
12053
12054
  type: "string"
12054
12055
  },
12055
12056
  type: {
12057
+ type: "string",
12058
+ enum: ["discoveredDevice"],
12059
+ default: "discoveredDevice"
12060
+ },
12061
+ discriminator: {
12056
12062
  $ref: "definitions.json#/definitions/type"
12057
12063
  },
12058
12064
  driver: {
@@ -12064,11 +12070,11 @@ var require_discoveredDevice = __commonJS({
12064
12070
  ignore: {
12065
12071
  type: "boolean"
12066
12072
  },
12067
- organization: {
12073
+ organizationId: {
12068
12074
  type: ["string", "null"],
12069
12075
  description: "Reference (id) to the organization that owns this device"
12070
12076
  },
12071
- property: {
12077
+ propertyId: {
12072
12078
  type: ["string", "null"],
12073
12079
  description: "Reference (id) to the property that this device belongs to"
12074
12080
  }
@@ -12136,7 +12142,7 @@ var require_deviceRouter = __commonJS({
12136
12142
  driver: {
12137
12143
  type: "string"
12138
12144
  },
12139
- organization: {
12145
+ organizationId: {
12140
12146
  type: ["string", "null"],
12141
12147
  description: "Reference (id) to the organization that owns this router"
12142
12148
  },