@kohost/api-client 3.0.0-beta.36 → 3.0.0-beta.37
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/Models.js +3 -0
- package/dist/esm/Models.js +3 -0
- package/dist/esm/Models.js.map +2 -2
- package/package.json +1 -1
package/dist/cjs/Models.js
CHANGED
package/dist/esm/Models.js
CHANGED
|
@@ -13690,6 +13690,9 @@ var require_discoveredDevice = __commonJS({
|
|
|
13690
13690
|
},
|
|
13691
13691
|
deviceData: {
|
|
13692
13692
|
type: "object"
|
|
13693
|
+
},
|
|
13694
|
+
ignore: {
|
|
13695
|
+
type: "boolean"
|
|
13693
13696
|
}
|
|
13694
13697
|
}
|
|
13695
13698
|
};
|