@uug-ai/models 1.4.15 → 1.4.17
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/types.d.ts +4 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -15543,6 +15543,10 @@ export interface components {
|
|
|
15543
15543
|
version?: string;
|
|
15544
15544
|
};
|
|
15545
15545
|
"models.DeviceAtRuntimeMetadata": {
|
|
15546
|
+
/** @description Groups contains details about the groups that the device is linked to. */
|
|
15547
|
+
groups?: components["schemas"]["models.GroupOption"][];
|
|
15548
|
+
/** @description Sites contains details about the sites that the device is linked to. */
|
|
15549
|
+
sites?: components["schemas"]["models.SiteOption"][];
|
|
15546
15550
|
/** @description Status is derived from the last seen timestamps and thresholds. */
|
|
15547
15551
|
status?: string;
|
|
15548
15552
|
};
|