@kohost/api-client 3.8.1 → 3.8.2
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
|
@@ -12126,7 +12126,7 @@ var require_deviceRouter = __commonJS({
|
|
|
12126
12126
|
title: "Device Router",
|
|
12127
12127
|
description: "A device router contains instructions on where to route devices based on their organization and driver.",
|
|
12128
12128
|
type: "object",
|
|
12129
|
-
required: ["driver", "
|
|
12129
|
+
required: ["driver", "organizationId"],
|
|
12130
12130
|
properties: {
|
|
12131
12131
|
id: {
|
|
12132
12132
|
$ref: "definitions.json#/definitions/id"
|