@uug-ai/models 1.4.42 → 1.4.44
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 +52 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -18216,6 +18216,45 @@ export interface paths {
|
|
|
18216
18216
|
patch?: never;
|
|
18217
18217
|
trace?: never;
|
|
18218
18218
|
};
|
|
18219
|
+
"/internal/videobytesrangeontime": {
|
|
18220
|
+
parameters: {
|
|
18221
|
+
query?: never;
|
|
18222
|
+
header?: never;
|
|
18223
|
+
path?: never;
|
|
18224
|
+
cookie?: never;
|
|
18225
|
+
};
|
|
18226
|
+
/**
|
|
18227
|
+
* Get VideoBytesRangeOnTime (schema generation only)
|
|
18228
|
+
* @description Internal endpoint used only to ensure VideoBytesRangeOnTime schema is generated in OpenAPI spec
|
|
18229
|
+
*/
|
|
18230
|
+
get: {
|
|
18231
|
+
parameters: {
|
|
18232
|
+
query?: never;
|
|
18233
|
+
header?: never;
|
|
18234
|
+
path?: never;
|
|
18235
|
+
cookie?: never;
|
|
18236
|
+
};
|
|
18237
|
+
requestBody?: never;
|
|
18238
|
+
responses: {
|
|
18239
|
+
/** @description OK */
|
|
18240
|
+
200: {
|
|
18241
|
+
headers: {
|
|
18242
|
+
[name: string]: unknown;
|
|
18243
|
+
};
|
|
18244
|
+
content: {
|
|
18245
|
+
"application/json": components["schemas"]["models.VideoBytesRangeOnTime"];
|
|
18246
|
+
};
|
|
18247
|
+
};
|
|
18248
|
+
};
|
|
18249
|
+
};
|
|
18250
|
+
put?: never;
|
|
18251
|
+
post?: never;
|
|
18252
|
+
delete?: never;
|
|
18253
|
+
options?: never;
|
|
18254
|
+
head?: never;
|
|
18255
|
+
patch?: never;
|
|
18256
|
+
trace?: never;
|
|
18257
|
+
};
|
|
18219
18258
|
"/internal/videowall": {
|
|
18220
18259
|
parameters: {
|
|
18221
18260
|
query?: never;
|
|
@@ -18640,8 +18679,11 @@ export interface components {
|
|
|
18640
18679
|
downloaded_files?: string[];
|
|
18641
18680
|
export_files?: components["schemas"]["models.ExportFile"][];
|
|
18642
18681
|
export_files_count?: number;
|
|
18682
|
+
export_in_progress?: boolean;
|
|
18643
18683
|
/** @description "0% -> 100%" */
|
|
18644
18684
|
export_progress?: number;
|
|
18685
|
+
export_requested?: boolean;
|
|
18686
|
+
export_revision?: number;
|
|
18645
18687
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
18646
18688
|
export_status?: string;
|
|
18647
18689
|
id?: string;
|
|
@@ -22117,6 +22159,7 @@ export interface components {
|
|
|
22117
22159
|
thumbnailProvider?: string;
|
|
22118
22160
|
videoFile?: string;
|
|
22119
22161
|
videoProvider?: string;
|
|
22162
|
+
videooBytesRangeOnTime?: components["schemas"]["models.VideoBytesRangeOnTime"][];
|
|
22120
22163
|
};
|
|
22121
22164
|
"models.MediaAtRuntimeMetadata": {
|
|
22122
22165
|
analysis?: components["schemas"]["models.AnalysisWrapper"];
|
|
@@ -22788,8 +22831,11 @@ export interface components {
|
|
|
22788
22831
|
downloaded_files?: string[];
|
|
22789
22832
|
export_files?: components["schemas"]["models.ExportFile"][];
|
|
22790
22833
|
export_files_count?: number;
|
|
22834
|
+
export_in_progress?: boolean;
|
|
22791
22835
|
/** @description "0% -> 100%" */
|
|
22792
22836
|
export_progress?: number;
|
|
22837
|
+
export_requested?: boolean;
|
|
22838
|
+
export_revision?: number;
|
|
22793
22839
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
22794
22840
|
export_status?: string;
|
|
22795
22841
|
id?: string;
|
|
@@ -23214,6 +23260,11 @@ export interface components {
|
|
|
23214
23260
|
is_fragmented?: boolean;
|
|
23215
23261
|
timescale?: number;
|
|
23216
23262
|
};
|
|
23263
|
+
"models.VideoBytesRangeOnTime": {
|
|
23264
|
+
duration?: string;
|
|
23265
|
+
range?: string;
|
|
23266
|
+
time?: string;
|
|
23267
|
+
};
|
|
23217
23268
|
"models.Videowall": {
|
|
23218
23269
|
assigned_users?: string[];
|
|
23219
23270
|
cameras?: string[];
|
|
@@ -23460,6 +23511,7 @@ export declare namespace models {
|
|
|
23460
23511
|
type VaultMediaEvent = components['schemas']['models.VaultMediaEvent'];
|
|
23461
23512
|
type VaultMediaFragmentCollection = components['schemas']['models.VaultMediaFragmentCollection'];
|
|
23462
23513
|
type VaultMediaMetadata = components['schemas']['models.VaultMediaMetadata'];
|
|
23514
|
+
type VideoBytesRangeOnTime = components['schemas']['models.VideoBytesRangeOnTime'];
|
|
23463
23515
|
type Videowall = components['schemas']['models.Videowall'];
|
|
23464
23516
|
type Webhook = components['schemas']['models.Webhook'];
|
|
23465
23517
|
type WeeklySchedule = components['schemas']['models.WeeklySchedule'];
|