@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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"title": "Device Router",
|
|
5
5
|
"description": "A device router contains instructions on where to route devices based on their organization and driver.",
|
|
6
6
|
"type": "object",
|
|
7
|
-
"required": ["driver", "
|
|
7
|
+
"required": ["driver", "organizationId"],
|
|
8
8
|
"properties": {
|
|
9
9
|
"id": {
|
|
10
10
|
"$ref": "definitions.json#/definitions/id"
|
package/dist/esm/Models.js
CHANGED
|
@@ -12046,7 +12046,7 @@ var require_deviceRouter = __commonJS({
|
|
|
12046
12046
|
title: "Device Router",
|
|
12047
12047
|
description: "A device router contains instructions on where to route devices based on their organization and driver.",
|
|
12048
12048
|
type: "object",
|
|
12049
|
-
required: ["driver", "
|
|
12049
|
+
required: ["driver", "organizationId"],
|
|
12050
12050
|
properties: {
|
|
12051
12051
|
id: {
|
|
12052
12052
|
$ref: "definitions.json#/definitions/id"
|