@kohost/api-client 3.7.10 → 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/cjs/schemas/deviceRouter.json +1 -1
- package/dist/cjs/schemas/discoveredDevice.json +7 -2
- package/dist/esm/Models.js +8 -3
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +8 -3
- package/dist/esm/utils.js.map +2 -2
- package/dist/types/schemas/DeviceRouterSchema.d.ts +1 -1
- package/dist/types/schemas/DiscoveredDeviceSchema.d.ts +4 -3
- package/package.json +1 -1
package/dist/esm/utils.js
CHANGED
|
@@ -12054,6 +12054,11 @@ var require_discoveredDevice = __commonJS({
|
|
|
12054
12054
|
type: "string"
|
|
12055
12055
|
},
|
|
12056
12056
|
type: {
|
|
12057
|
+
type: "string",
|
|
12058
|
+
enum: ["discoveredDevice"],
|
|
12059
|
+
default: "discoveredDevice"
|
|
12060
|
+
},
|
|
12061
|
+
discriminator: {
|
|
12057
12062
|
$ref: "definitions.json#/definitions/type"
|
|
12058
12063
|
},
|
|
12059
12064
|
driver: {
|
|
@@ -12065,11 +12070,11 @@ var require_discoveredDevice = __commonJS({
|
|
|
12065
12070
|
ignore: {
|
|
12066
12071
|
type: "boolean"
|
|
12067
12072
|
},
|
|
12068
|
-
|
|
12073
|
+
organizationId: {
|
|
12069
12074
|
type: ["string", "null"],
|
|
12070
12075
|
description: "Reference (id) to the organization that owns this device"
|
|
12071
12076
|
},
|
|
12072
|
-
|
|
12077
|
+
propertyId: {
|
|
12073
12078
|
type: ["string", "null"],
|
|
12074
12079
|
description: "Reference (id) to the property that this device belongs to"
|
|
12075
12080
|
}
|
|
@@ -12137,7 +12142,7 @@ var require_deviceRouter = __commonJS({
|
|
|
12137
12142
|
driver: {
|
|
12138
12143
|
type: "string"
|
|
12139
12144
|
},
|
|
12140
|
-
|
|
12145
|
+
organizationId: {
|
|
12141
12146
|
type: ["string", "null"],
|
|
12142
12147
|
description: "Reference (id) to the organization that owns this router"
|
|
12143
12148
|
},
|