@uug-ai/models 1.7.1 → 1.7.2
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 +111 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -26484,6 +26484,84 @@ export interface paths {
|
|
|
26484
26484
|
patch?: never;
|
|
26485
26485
|
trace?: never;
|
|
26486
26486
|
};
|
|
26487
|
+
"/internal/videowalllayout": {
|
|
26488
|
+
parameters: {
|
|
26489
|
+
query?: never;
|
|
26490
|
+
header?: never;
|
|
26491
|
+
path?: never;
|
|
26492
|
+
cookie?: never;
|
|
26493
|
+
};
|
|
26494
|
+
/**
|
|
26495
|
+
* Get VideowallLayout (schema generation only)
|
|
26496
|
+
* @description Internal endpoint used only to ensure VideowallLayout schema is generated in OpenAPI spec
|
|
26497
|
+
*/
|
|
26498
|
+
get: {
|
|
26499
|
+
parameters: {
|
|
26500
|
+
query?: never;
|
|
26501
|
+
header?: never;
|
|
26502
|
+
path?: never;
|
|
26503
|
+
cookie?: never;
|
|
26504
|
+
};
|
|
26505
|
+
requestBody?: never;
|
|
26506
|
+
responses: {
|
|
26507
|
+
/** @description OK */
|
|
26508
|
+
200: {
|
|
26509
|
+
headers: {
|
|
26510
|
+
[name: string]: unknown;
|
|
26511
|
+
};
|
|
26512
|
+
content: {
|
|
26513
|
+
"application/json": components["schemas"]["models.VideowallLayout"];
|
|
26514
|
+
};
|
|
26515
|
+
};
|
|
26516
|
+
};
|
|
26517
|
+
};
|
|
26518
|
+
put?: never;
|
|
26519
|
+
post?: never;
|
|
26520
|
+
delete?: never;
|
|
26521
|
+
options?: never;
|
|
26522
|
+
head?: never;
|
|
26523
|
+
patch?: never;
|
|
26524
|
+
trace?: never;
|
|
26525
|
+
};
|
|
26526
|
+
"/internal/videowalllayouttile": {
|
|
26527
|
+
parameters: {
|
|
26528
|
+
query?: never;
|
|
26529
|
+
header?: never;
|
|
26530
|
+
path?: never;
|
|
26531
|
+
cookie?: never;
|
|
26532
|
+
};
|
|
26533
|
+
/**
|
|
26534
|
+
* Get VideowallLayoutTile (schema generation only)
|
|
26535
|
+
* @description Internal endpoint used only to ensure VideowallLayoutTile schema is generated in OpenAPI spec
|
|
26536
|
+
*/
|
|
26537
|
+
get: {
|
|
26538
|
+
parameters: {
|
|
26539
|
+
query?: never;
|
|
26540
|
+
header?: never;
|
|
26541
|
+
path?: never;
|
|
26542
|
+
cookie?: never;
|
|
26543
|
+
};
|
|
26544
|
+
requestBody?: never;
|
|
26545
|
+
responses: {
|
|
26546
|
+
/** @description OK */
|
|
26547
|
+
200: {
|
|
26548
|
+
headers: {
|
|
26549
|
+
[name: string]: unknown;
|
|
26550
|
+
};
|
|
26551
|
+
content: {
|
|
26552
|
+
"application/json": components["schemas"]["models.VideowallLayoutTile"];
|
|
26553
|
+
};
|
|
26554
|
+
};
|
|
26555
|
+
};
|
|
26556
|
+
};
|
|
26557
|
+
put?: never;
|
|
26558
|
+
post?: never;
|
|
26559
|
+
delete?: never;
|
|
26560
|
+
options?: never;
|
|
26561
|
+
head?: never;
|
|
26562
|
+
patch?: never;
|
|
26563
|
+
trace?: never;
|
|
26564
|
+
};
|
|
26487
26565
|
"/internal/warningresponse": {
|
|
26488
26566
|
parameters: {
|
|
26489
26567
|
query?: never;
|
|
@@ -30354,6 +30432,14 @@ export interface components {
|
|
|
30354
30432
|
faceRedaction?: components["schemas"]["models.FaceRedaction"];
|
|
30355
30433
|
fileName?: string;
|
|
30356
30434
|
mode?: components["schemas"]["models.RedactionMode"];
|
|
30435
|
+
/**
|
|
30436
|
+
* @description OrganisationId scopes the redaction job to the owning organisation. It is
|
|
30437
|
+
* carried on the request struct itself (not only on the transport envelope)
|
|
30438
|
+
* so the worker can resolve the same Request whether the struct arrives on an
|
|
30439
|
+
* on-demand PipelineEvent (event.Payload) or a hub-workflows stage dispatch
|
|
30440
|
+
* (run.User) — i.e. the request is self-contained and transport agnostic.
|
|
30441
|
+
*/
|
|
30442
|
+
organisationId?: string;
|
|
30357
30443
|
signedUrl?: string;
|
|
30358
30444
|
taskId?: string;
|
|
30359
30445
|
};
|
|
@@ -34330,6 +34416,11 @@ export interface components {
|
|
|
34330
34416
|
time?: string;
|
|
34331
34417
|
};
|
|
34332
34418
|
"models.Videowall": {
|
|
34419
|
+
/**
|
|
34420
|
+
* @description AllowLayoutEdits lets any signed-in viewer (not just the owner) persist
|
|
34421
|
+
* changes to Layout. When false only the owner may save.
|
|
34422
|
+
*/
|
|
34423
|
+
allow_layout_edits?: boolean;
|
|
34333
34424
|
assigned_users?: string[];
|
|
34334
34425
|
cameras?: string[];
|
|
34335
34426
|
/**
|
|
@@ -34346,6 +34437,13 @@ export interface components {
|
|
|
34346
34437
|
id?: string;
|
|
34347
34438
|
io?: number;
|
|
34348
34439
|
isActive?: number;
|
|
34440
|
+
/**
|
|
34441
|
+
* @description Layout stores a shareable custom arrangement of the wall's camera tiles
|
|
34442
|
+
* (order + per-tile column/row spans). When nil the wall falls back to the
|
|
34443
|
+
* default responsive grid. It travels with the wall so it is shared with
|
|
34444
|
+
* everyone the wall is shared with.
|
|
34445
|
+
*/
|
|
34446
|
+
layout?: components["schemas"]["models.VideowallLayout"];
|
|
34349
34447
|
liveview?: number;
|
|
34350
34448
|
master_user_id?: string;
|
|
34351
34449
|
name?: string;
|
|
@@ -34358,6 +34456,17 @@ export interface components {
|
|
|
34358
34456
|
username?: string;
|
|
34359
34457
|
weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
|
|
34360
34458
|
};
|
|
34459
|
+
"models.VideowallLayout": {
|
|
34460
|
+
/** @description Columns is the grid column count the layout was authored against (1-5). */
|
|
34461
|
+
columns?: number;
|
|
34462
|
+
/** @description Tiles lists each placed camera in display order with its span. */
|
|
34463
|
+
tiles?: components["schemas"]["models.VideowallLayoutTile"][];
|
|
34464
|
+
};
|
|
34465
|
+
"models.VideowallLayoutTile": {
|
|
34466
|
+
cameraKey?: string;
|
|
34467
|
+
colSpan?: number;
|
|
34468
|
+
rowSpan?: number;
|
|
34469
|
+
};
|
|
34361
34470
|
"models.Webhook": {
|
|
34362
34471
|
enabled?: boolean;
|
|
34363
34472
|
url?: string;
|
|
@@ -35079,6 +35188,8 @@ export declare namespace models {
|
|
|
35079
35188
|
type VaultMediaMetadata = components['schemas']['models.VaultMediaMetadata'];
|
|
35080
35189
|
type VideoBytesRangeOnTime = components['schemas']['models.VideoBytesRangeOnTime'];
|
|
35081
35190
|
type Videowall = components['schemas']['models.Videowall'];
|
|
35191
|
+
type VideowallLayout = components['schemas']['models.VideowallLayout'];
|
|
35192
|
+
type VideowallLayoutTile = components['schemas']['models.VideowallLayoutTile'];
|
|
35082
35193
|
type Webhook = components['schemas']['models.Webhook'];
|
|
35083
35194
|
type WeeklySchedule = components['schemas']['models.WeeklySchedule'];
|
|
35084
35195
|
type Workflow = components['schemas']['models.Workflow'];
|