@uug-ai/models 1.4.20 → 1.4.22
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 +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -14557,8 +14557,10 @@ export interface components {
|
|
|
14557
14557
|
devices?: string[];
|
|
14558
14558
|
events?: string[];
|
|
14559
14559
|
excludedDevices?: string[];
|
|
14560
|
+
excludedMedia?: string[];
|
|
14560
14561
|
groups?: string[];
|
|
14561
14562
|
markers?: string[];
|
|
14563
|
+
mediaIds?: string[];
|
|
14562
14564
|
regions?: components["schemas"]["models.Region"][];
|
|
14563
14565
|
sites?: string[];
|
|
14564
14566
|
sortBy?: string;
|