@uug-ai/models 1.7.1 → 1.7.3
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 +164 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -19191,6 +19191,45 @@ export interface paths {
|
|
|
19191
19191
|
patch?: never;
|
|
19192
19192
|
trace?: never;
|
|
19193
19193
|
};
|
|
19194
|
+
"/internal/organisationupdate": {
|
|
19195
|
+
parameters: {
|
|
19196
|
+
query?: never;
|
|
19197
|
+
header?: never;
|
|
19198
|
+
path?: never;
|
|
19199
|
+
cookie?: never;
|
|
19200
|
+
};
|
|
19201
|
+
/**
|
|
19202
|
+
* Get OrganisationUpdate (schema generation only)
|
|
19203
|
+
* @description Internal endpoint used only to ensure OrganisationUpdate schema is generated in OpenAPI spec
|
|
19204
|
+
*/
|
|
19205
|
+
get: {
|
|
19206
|
+
parameters: {
|
|
19207
|
+
query?: never;
|
|
19208
|
+
header?: never;
|
|
19209
|
+
path?: never;
|
|
19210
|
+
cookie?: never;
|
|
19211
|
+
};
|
|
19212
|
+
requestBody?: never;
|
|
19213
|
+
responses: {
|
|
19214
|
+
/** @description OK */
|
|
19215
|
+
200: {
|
|
19216
|
+
headers: {
|
|
19217
|
+
[name: string]: unknown;
|
|
19218
|
+
};
|
|
19219
|
+
content: {
|
|
19220
|
+
"application/json": components["schemas"]["models.OrganisationUpdate"];
|
|
19221
|
+
};
|
|
19222
|
+
};
|
|
19223
|
+
};
|
|
19224
|
+
};
|
|
19225
|
+
put?: never;
|
|
19226
|
+
post?: never;
|
|
19227
|
+
delete?: never;
|
|
19228
|
+
options?: never;
|
|
19229
|
+
head?: never;
|
|
19230
|
+
patch?: never;
|
|
19231
|
+
trace?: never;
|
|
19232
|
+
};
|
|
19194
19233
|
"/internal/organisationuser": {
|
|
19195
19234
|
parameters: {
|
|
19196
19235
|
query?: never;
|
|
@@ -26484,6 +26523,84 @@ export interface paths {
|
|
|
26484
26523
|
patch?: never;
|
|
26485
26524
|
trace?: never;
|
|
26486
26525
|
};
|
|
26526
|
+
"/internal/videowalllayout": {
|
|
26527
|
+
parameters: {
|
|
26528
|
+
query?: never;
|
|
26529
|
+
header?: never;
|
|
26530
|
+
path?: never;
|
|
26531
|
+
cookie?: never;
|
|
26532
|
+
};
|
|
26533
|
+
/**
|
|
26534
|
+
* Get VideowallLayout (schema generation only)
|
|
26535
|
+
* @description Internal endpoint used only to ensure VideowallLayout 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.VideowallLayout"];
|
|
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
|
+
};
|
|
26565
|
+
"/internal/videowalllayouttile": {
|
|
26566
|
+
parameters: {
|
|
26567
|
+
query?: never;
|
|
26568
|
+
header?: never;
|
|
26569
|
+
path?: never;
|
|
26570
|
+
cookie?: never;
|
|
26571
|
+
};
|
|
26572
|
+
/**
|
|
26573
|
+
* Get VideowallLayoutTile (schema generation only)
|
|
26574
|
+
* @description Internal endpoint used only to ensure VideowallLayoutTile schema is generated in OpenAPI spec
|
|
26575
|
+
*/
|
|
26576
|
+
get: {
|
|
26577
|
+
parameters: {
|
|
26578
|
+
query?: never;
|
|
26579
|
+
header?: never;
|
|
26580
|
+
path?: never;
|
|
26581
|
+
cookie?: never;
|
|
26582
|
+
};
|
|
26583
|
+
requestBody?: never;
|
|
26584
|
+
responses: {
|
|
26585
|
+
/** @description OK */
|
|
26586
|
+
200: {
|
|
26587
|
+
headers: {
|
|
26588
|
+
[name: string]: unknown;
|
|
26589
|
+
};
|
|
26590
|
+
content: {
|
|
26591
|
+
"application/json": components["schemas"]["models.VideowallLayoutTile"];
|
|
26592
|
+
};
|
|
26593
|
+
};
|
|
26594
|
+
};
|
|
26595
|
+
};
|
|
26596
|
+
put?: never;
|
|
26597
|
+
post?: never;
|
|
26598
|
+
delete?: never;
|
|
26599
|
+
options?: never;
|
|
26600
|
+
head?: never;
|
|
26601
|
+
patch?: never;
|
|
26602
|
+
trace?: never;
|
|
26603
|
+
};
|
|
26487
26604
|
"/internal/warningresponse": {
|
|
26488
26605
|
parameters: {
|
|
26489
26606
|
query?: never;
|
|
@@ -30354,6 +30471,14 @@ export interface components {
|
|
|
30354
30471
|
faceRedaction?: components["schemas"]["models.FaceRedaction"];
|
|
30355
30472
|
fileName?: string;
|
|
30356
30473
|
mode?: components["schemas"]["models.RedactionMode"];
|
|
30474
|
+
/**
|
|
30475
|
+
* @description OrganisationId scopes the redaction job to the owning organisation. It is
|
|
30476
|
+
* carried on the request struct itself (not only on the transport envelope)
|
|
30477
|
+
* so the worker can resolve the same Request whether the struct arrives on an
|
|
30478
|
+
* on-demand PipelineEvent (event.Payload) or a hub-workflows stage dispatch
|
|
30479
|
+
* (run.User) — i.e. the request is self-contained and transport agnostic.
|
|
30480
|
+
*/
|
|
30481
|
+
organisationId?: string;
|
|
30357
30482
|
signedUrl?: string;
|
|
30358
30483
|
taskId?: string;
|
|
30359
30484
|
};
|
|
@@ -30787,7 +30912,7 @@ export interface components {
|
|
|
30787
30912
|
metadata?: components["schemas"]["api.Metadata"];
|
|
30788
30913
|
};
|
|
30789
30914
|
"api.UpdateOrganisationRequest": {
|
|
30790
|
-
organisation?: components["schemas"]["models.
|
|
30915
|
+
organisation?: components["schemas"]["models.OrganisationUpdate"];
|
|
30791
30916
|
};
|
|
30792
30917
|
"api.UpdateOrganisationResponse": {
|
|
30793
30918
|
organisation?: components["schemas"]["models.Organisation"];
|
|
@@ -33289,6 +33414,17 @@ export interface components {
|
|
|
33289
33414
|
*/
|
|
33290
33415
|
timezone?: string;
|
|
33291
33416
|
};
|
|
33417
|
+
"models.OrganisationUpdate": {
|
|
33418
|
+
billingAddress?: components["schemas"]["models.Address"];
|
|
33419
|
+
company?: components["schemas"]["models.CompanyDetails"];
|
|
33420
|
+
description?: string;
|
|
33421
|
+
domain?: string;
|
|
33422
|
+
isActive?: boolean;
|
|
33423
|
+
name?: string;
|
|
33424
|
+
settings?: components["schemas"]["models.OrganisationSettings"];
|
|
33425
|
+
slug?: string;
|
|
33426
|
+
subscription?: components["schemas"]["models.Subscription"];
|
|
33427
|
+
};
|
|
33292
33428
|
"models.OrganisationUser": {
|
|
33293
33429
|
audit?: components["schemas"]["models.Audit"];
|
|
33294
33430
|
/**
|
|
@@ -34086,7 +34222,7 @@ export interface components {
|
|
|
34086
34222
|
};
|
|
34087
34223
|
"models.UpdateCaseShareOTPOutput": Record<string, never>;
|
|
34088
34224
|
"models.UpdateOrganisationInput": {
|
|
34089
|
-
organisation?: components["schemas"]["models.
|
|
34225
|
+
organisation?: components["schemas"]["models.OrganisationUpdate"];
|
|
34090
34226
|
organisationId?: string;
|
|
34091
34227
|
user?: components["schemas"]["models.User"];
|
|
34092
34228
|
};
|
|
@@ -34330,6 +34466,11 @@ export interface components {
|
|
|
34330
34466
|
time?: string;
|
|
34331
34467
|
};
|
|
34332
34468
|
"models.Videowall": {
|
|
34469
|
+
/**
|
|
34470
|
+
* @description AllowLayoutEdits lets any signed-in viewer (not just the owner) persist
|
|
34471
|
+
* changes to Layout. When false only the owner may save.
|
|
34472
|
+
*/
|
|
34473
|
+
allow_layout_edits?: boolean;
|
|
34333
34474
|
assigned_users?: string[];
|
|
34334
34475
|
cameras?: string[];
|
|
34335
34476
|
/**
|
|
@@ -34346,6 +34487,13 @@ export interface components {
|
|
|
34346
34487
|
id?: string;
|
|
34347
34488
|
io?: number;
|
|
34348
34489
|
isActive?: number;
|
|
34490
|
+
/**
|
|
34491
|
+
* @description Layout stores a shareable custom arrangement of the wall's camera tiles
|
|
34492
|
+
* (order + per-tile column/row spans). When nil the wall falls back to the
|
|
34493
|
+
* default responsive grid. It travels with the wall so it is shared with
|
|
34494
|
+
* everyone the wall is shared with.
|
|
34495
|
+
*/
|
|
34496
|
+
layout?: components["schemas"]["models.VideowallLayout"];
|
|
34349
34497
|
liveview?: number;
|
|
34350
34498
|
master_user_id?: string;
|
|
34351
34499
|
name?: string;
|
|
@@ -34358,6 +34506,17 @@ export interface components {
|
|
|
34358
34506
|
username?: string;
|
|
34359
34507
|
weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
|
|
34360
34508
|
};
|
|
34509
|
+
"models.VideowallLayout": {
|
|
34510
|
+
/** @description Columns is the grid column count the layout was authored against (1-5). */
|
|
34511
|
+
columns?: number;
|
|
34512
|
+
/** @description Tiles lists each placed camera in display order with its span. */
|
|
34513
|
+
tiles?: components["schemas"]["models.VideowallLayoutTile"][];
|
|
34514
|
+
};
|
|
34515
|
+
"models.VideowallLayoutTile": {
|
|
34516
|
+
cameraKey?: string;
|
|
34517
|
+
colSpan?: number;
|
|
34518
|
+
rowSpan?: number;
|
|
34519
|
+
};
|
|
34361
34520
|
"models.Webhook": {
|
|
34362
34521
|
enabled?: boolean;
|
|
34363
34522
|
url?: string;
|
|
@@ -34999,6 +35158,7 @@ export declare namespace models {
|
|
|
34999
35158
|
type OrganisationInvitation = components['schemas']['models.OrganisationInvitation'];
|
|
35000
35159
|
type OrganisationMember = components['schemas']['models.OrganisationMember'];
|
|
35001
35160
|
type OrganisationSettings = components['schemas']['models.OrganisationSettings'];
|
|
35161
|
+
type OrganisationUpdate = components['schemas']['models.OrganisationUpdate'];
|
|
35002
35162
|
type OrganisationUser = components['schemas']['models.OrganisationUser'];
|
|
35003
35163
|
type OrganisationUserDetails = components['schemas']['models.OrganisationUserDetails'];
|
|
35004
35164
|
type PatchVideowallInput = components['schemas']['models.PatchVideowallInput'];
|
|
@@ -35079,6 +35239,8 @@ export declare namespace models {
|
|
|
35079
35239
|
type VaultMediaMetadata = components['schemas']['models.VaultMediaMetadata'];
|
|
35080
35240
|
type VideoBytesRangeOnTime = components['schemas']['models.VideoBytesRangeOnTime'];
|
|
35081
35241
|
type Videowall = components['schemas']['models.Videowall'];
|
|
35242
|
+
type VideowallLayout = components['schemas']['models.VideowallLayout'];
|
|
35243
|
+
type VideowallLayoutTile = components['schemas']['models.VideowallLayoutTile'];
|
|
35082
35244
|
type Webhook = components['schemas']['models.Webhook'];
|
|
35083
35245
|
type WeeklySchedule = components['schemas']['models.WeeklySchedule'];
|
|
35084
35246
|
type Workflow = components['schemas']['models.Workflow'];
|