@uug-ai/models 1.4.17 → 1.4.19
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
|
@@ -15341,6 +15341,7 @@ export interface components {
|
|
|
15341
15341
|
countingDevicesAll?: boolean;
|
|
15342
15342
|
countingDevicesList?: components["schemas"]["models.DeviceKey"][];
|
|
15343
15343
|
countingLines?: components["schemas"]["models.Region"][];
|
|
15344
|
+
countingRegions?: components["schemas"]["models.Region"][];
|
|
15344
15345
|
dateRangeSchedule?: components["schemas"]["models.DateRangeSchedule"][];
|
|
15345
15346
|
description?: string;
|
|
15346
15347
|
devicesAll?: boolean;
|
|
@@ -16185,9 +16186,11 @@ export interface components {
|
|
|
16185
16186
|
deviceName?: string;
|
|
16186
16187
|
duration?: number;
|
|
16187
16188
|
endTimestamp?: number;
|
|
16189
|
+
eventNames?: string[];
|
|
16188
16190
|
groupId?: string;
|
|
16189
16191
|
/** @description Unique identifier for the media file */
|
|
16190
16192
|
id?: string;
|
|
16193
|
+
markerNames?: string[];
|
|
16191
16194
|
/** @description Metadata */
|
|
16192
16195
|
metadata?: components["schemas"]["models.MediaMetadata"];
|
|
16193
16196
|
organisationId?: string;
|
|
@@ -16203,6 +16206,7 @@ export interface components {
|
|
|
16203
16206
|
* in the future (integration with other storage solutions, next to Vault).
|
|
16204
16207
|
*/
|
|
16205
16208
|
storageSolution?: string;
|
|
16209
|
+
tagNames?: string[];
|
|
16206
16210
|
thumbnailFile?: string;
|
|
16207
16211
|
thumbnailProvider?: string;
|
|
16208
16212
|
videoFile?: string;
|