@uug-ai/models 1.3.14 → 1.3.15
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 +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -12272,6 +12272,7 @@ export interface components {
|
|
|
12272
12272
|
"api.Media2Filter": {
|
|
12273
12273
|
devices?: string[];
|
|
12274
12274
|
events?: string[];
|
|
12275
|
+
excludedDevices?: string[];
|
|
12275
12276
|
groups?: string[];
|
|
12276
12277
|
markers?: string[];
|
|
12277
12278
|
regions?: components["schemas"]["models.Region"][];
|