@uug-ai/models 1.4.18 → 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 +3 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -16186,9 +16186,11 @@ export interface components {
|
|
|
16186
16186
|
deviceName?: string;
|
|
16187
16187
|
duration?: number;
|
|
16188
16188
|
endTimestamp?: number;
|
|
16189
|
+
eventNames?: string[];
|
|
16189
16190
|
groupId?: string;
|
|
16190
16191
|
/** @description Unique identifier for the media file */
|
|
16191
16192
|
id?: string;
|
|
16193
|
+
markerNames?: string[];
|
|
16192
16194
|
/** @description Metadata */
|
|
16193
16195
|
metadata?: components["schemas"]["models.MediaMetadata"];
|
|
16194
16196
|
organisationId?: string;
|
|
@@ -16204,6 +16206,7 @@ export interface components {
|
|
|
16204
16206
|
* in the future (integration with other storage solutions, next to Vault).
|
|
16205
16207
|
*/
|
|
16206
16208
|
storageSolution?: string;
|
|
16209
|
+
tagNames?: string[];
|
|
16207
16210
|
thumbnailFile?: string;
|
|
16208
16211
|
thumbnailProvider?: string;
|
|
16209
16212
|
videoFile?: string;
|