@uug-ai/models 1.7.3 → 1.7.5
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 +335 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -18099,6 +18099,45 @@ export interface paths {
|
|
|
18099
18099
|
patch?: never;
|
|
18100
18100
|
trace?: never;
|
|
18101
18101
|
};
|
|
18102
|
+
"/internal/markersummary": {
|
|
18103
|
+
parameters: {
|
|
18104
|
+
query?: never;
|
|
18105
|
+
header?: never;
|
|
18106
|
+
path?: never;
|
|
18107
|
+
cookie?: never;
|
|
18108
|
+
};
|
|
18109
|
+
/**
|
|
18110
|
+
* Get MarkerSummary (schema generation only)
|
|
18111
|
+
* @description Internal endpoint used only to ensure MarkerSummary schema is generated in OpenAPI spec
|
|
18112
|
+
*/
|
|
18113
|
+
get: {
|
|
18114
|
+
parameters: {
|
|
18115
|
+
query?: never;
|
|
18116
|
+
header?: never;
|
|
18117
|
+
path?: never;
|
|
18118
|
+
cookie?: never;
|
|
18119
|
+
};
|
|
18120
|
+
requestBody?: never;
|
|
18121
|
+
responses: {
|
|
18122
|
+
/** @description OK */
|
|
18123
|
+
200: {
|
|
18124
|
+
headers: {
|
|
18125
|
+
[name: string]: unknown;
|
|
18126
|
+
};
|
|
18127
|
+
content: {
|
|
18128
|
+
"application/json": components["schemas"]["models.MarkerSummary"];
|
|
18129
|
+
};
|
|
18130
|
+
};
|
|
18131
|
+
};
|
|
18132
|
+
};
|
|
18133
|
+
put?: never;
|
|
18134
|
+
post?: never;
|
|
18135
|
+
delete?: never;
|
|
18136
|
+
options?: never;
|
|
18137
|
+
head?: never;
|
|
18138
|
+
patch?: never;
|
|
18139
|
+
trace?: never;
|
|
18140
|
+
};
|
|
18102
18141
|
"/internal/markertag": {
|
|
18103
18142
|
parameters: {
|
|
18104
18143
|
query?: never;
|
|
@@ -21297,6 +21336,240 @@ export interface paths {
|
|
|
21297
21336
|
patch?: never;
|
|
21298
21337
|
trace?: never;
|
|
21299
21338
|
};
|
|
21339
|
+
"/internal/setcurrentorganisationerrorresponse": {
|
|
21340
|
+
parameters: {
|
|
21341
|
+
query?: never;
|
|
21342
|
+
header?: never;
|
|
21343
|
+
path?: never;
|
|
21344
|
+
cookie?: never;
|
|
21345
|
+
};
|
|
21346
|
+
/**
|
|
21347
|
+
* Get SetCurrentOrganisationErrorResponse (schema generation only)
|
|
21348
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationErrorResponse schema is generated in OpenAPI spec
|
|
21349
|
+
*/
|
|
21350
|
+
get: {
|
|
21351
|
+
parameters: {
|
|
21352
|
+
query?: never;
|
|
21353
|
+
header?: never;
|
|
21354
|
+
path?: never;
|
|
21355
|
+
cookie?: never;
|
|
21356
|
+
};
|
|
21357
|
+
requestBody?: never;
|
|
21358
|
+
responses: {
|
|
21359
|
+
/** @description OK */
|
|
21360
|
+
200: {
|
|
21361
|
+
headers: {
|
|
21362
|
+
[name: string]: unknown;
|
|
21363
|
+
};
|
|
21364
|
+
content: {
|
|
21365
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationErrorResponse"];
|
|
21366
|
+
};
|
|
21367
|
+
};
|
|
21368
|
+
};
|
|
21369
|
+
};
|
|
21370
|
+
put?: never;
|
|
21371
|
+
post?: never;
|
|
21372
|
+
delete?: never;
|
|
21373
|
+
options?: never;
|
|
21374
|
+
head?: never;
|
|
21375
|
+
patch?: never;
|
|
21376
|
+
trace?: never;
|
|
21377
|
+
};
|
|
21378
|
+
"/internal/setcurrentorganisationinput": {
|
|
21379
|
+
parameters: {
|
|
21380
|
+
query?: never;
|
|
21381
|
+
header?: never;
|
|
21382
|
+
path?: never;
|
|
21383
|
+
cookie?: never;
|
|
21384
|
+
};
|
|
21385
|
+
/**
|
|
21386
|
+
* Get SetCurrentOrganisationInput (schema generation only)
|
|
21387
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationInput schema is generated in OpenAPI spec
|
|
21388
|
+
*/
|
|
21389
|
+
get: {
|
|
21390
|
+
parameters: {
|
|
21391
|
+
query?: never;
|
|
21392
|
+
header?: never;
|
|
21393
|
+
path?: never;
|
|
21394
|
+
cookie?: never;
|
|
21395
|
+
};
|
|
21396
|
+
requestBody?: never;
|
|
21397
|
+
responses: {
|
|
21398
|
+
/** @description OK */
|
|
21399
|
+
200: {
|
|
21400
|
+
headers: {
|
|
21401
|
+
[name: string]: unknown;
|
|
21402
|
+
};
|
|
21403
|
+
content: {
|
|
21404
|
+
"application/json": components["schemas"]["models.SetCurrentOrganisationInput"];
|
|
21405
|
+
};
|
|
21406
|
+
};
|
|
21407
|
+
};
|
|
21408
|
+
};
|
|
21409
|
+
put?: never;
|
|
21410
|
+
post?: never;
|
|
21411
|
+
delete?: never;
|
|
21412
|
+
options?: never;
|
|
21413
|
+
head?: never;
|
|
21414
|
+
patch?: never;
|
|
21415
|
+
trace?: never;
|
|
21416
|
+
};
|
|
21417
|
+
"/internal/setcurrentorganisationoutput": {
|
|
21418
|
+
parameters: {
|
|
21419
|
+
query?: never;
|
|
21420
|
+
header?: never;
|
|
21421
|
+
path?: never;
|
|
21422
|
+
cookie?: never;
|
|
21423
|
+
};
|
|
21424
|
+
/**
|
|
21425
|
+
* Get SetCurrentOrganisationOutput (schema generation only)
|
|
21426
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationOutput schema is generated in OpenAPI spec
|
|
21427
|
+
*/
|
|
21428
|
+
get: {
|
|
21429
|
+
parameters: {
|
|
21430
|
+
query?: never;
|
|
21431
|
+
header?: never;
|
|
21432
|
+
path?: never;
|
|
21433
|
+
cookie?: never;
|
|
21434
|
+
};
|
|
21435
|
+
requestBody?: never;
|
|
21436
|
+
responses: {
|
|
21437
|
+
/** @description OK */
|
|
21438
|
+
200: {
|
|
21439
|
+
headers: {
|
|
21440
|
+
[name: string]: unknown;
|
|
21441
|
+
};
|
|
21442
|
+
content: {
|
|
21443
|
+
"application/json": components["schemas"]["models.SetCurrentOrganisationOutput"];
|
|
21444
|
+
};
|
|
21445
|
+
};
|
|
21446
|
+
};
|
|
21447
|
+
};
|
|
21448
|
+
put?: never;
|
|
21449
|
+
post?: never;
|
|
21450
|
+
delete?: never;
|
|
21451
|
+
options?: never;
|
|
21452
|
+
head?: never;
|
|
21453
|
+
patch?: never;
|
|
21454
|
+
trace?: never;
|
|
21455
|
+
};
|
|
21456
|
+
"/internal/setcurrentorganisationrequest": {
|
|
21457
|
+
parameters: {
|
|
21458
|
+
query?: never;
|
|
21459
|
+
header?: never;
|
|
21460
|
+
path?: never;
|
|
21461
|
+
cookie?: never;
|
|
21462
|
+
};
|
|
21463
|
+
/**
|
|
21464
|
+
* Get SetCurrentOrganisationRequest (schema generation only)
|
|
21465
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationRequest schema is generated in OpenAPI spec
|
|
21466
|
+
*/
|
|
21467
|
+
get: {
|
|
21468
|
+
parameters: {
|
|
21469
|
+
query?: never;
|
|
21470
|
+
header?: never;
|
|
21471
|
+
path?: never;
|
|
21472
|
+
cookie?: never;
|
|
21473
|
+
};
|
|
21474
|
+
requestBody?: never;
|
|
21475
|
+
responses: {
|
|
21476
|
+
/** @description OK */
|
|
21477
|
+
200: {
|
|
21478
|
+
headers: {
|
|
21479
|
+
[name: string]: unknown;
|
|
21480
|
+
};
|
|
21481
|
+
content: {
|
|
21482
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationRequest"];
|
|
21483
|
+
};
|
|
21484
|
+
};
|
|
21485
|
+
};
|
|
21486
|
+
};
|
|
21487
|
+
put?: never;
|
|
21488
|
+
post?: never;
|
|
21489
|
+
delete?: never;
|
|
21490
|
+
options?: never;
|
|
21491
|
+
head?: never;
|
|
21492
|
+
patch?: never;
|
|
21493
|
+
trace?: never;
|
|
21494
|
+
};
|
|
21495
|
+
"/internal/setcurrentorganisationresponse": {
|
|
21496
|
+
parameters: {
|
|
21497
|
+
query?: never;
|
|
21498
|
+
header?: never;
|
|
21499
|
+
path?: never;
|
|
21500
|
+
cookie?: never;
|
|
21501
|
+
};
|
|
21502
|
+
/**
|
|
21503
|
+
* Get SetCurrentOrganisationResponse (schema generation only)
|
|
21504
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationResponse schema is generated in OpenAPI spec
|
|
21505
|
+
*/
|
|
21506
|
+
get: {
|
|
21507
|
+
parameters: {
|
|
21508
|
+
query?: never;
|
|
21509
|
+
header?: never;
|
|
21510
|
+
path?: never;
|
|
21511
|
+
cookie?: never;
|
|
21512
|
+
};
|
|
21513
|
+
requestBody?: never;
|
|
21514
|
+
responses: {
|
|
21515
|
+
/** @description OK */
|
|
21516
|
+
200: {
|
|
21517
|
+
headers: {
|
|
21518
|
+
[name: string]: unknown;
|
|
21519
|
+
};
|
|
21520
|
+
content: {
|
|
21521
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationResponse"];
|
|
21522
|
+
};
|
|
21523
|
+
};
|
|
21524
|
+
};
|
|
21525
|
+
};
|
|
21526
|
+
put?: never;
|
|
21527
|
+
post?: never;
|
|
21528
|
+
delete?: never;
|
|
21529
|
+
options?: never;
|
|
21530
|
+
head?: never;
|
|
21531
|
+
patch?: never;
|
|
21532
|
+
trace?: never;
|
|
21533
|
+
};
|
|
21534
|
+
"/internal/setcurrentorganisationsuccessresponse": {
|
|
21535
|
+
parameters: {
|
|
21536
|
+
query?: never;
|
|
21537
|
+
header?: never;
|
|
21538
|
+
path?: never;
|
|
21539
|
+
cookie?: never;
|
|
21540
|
+
};
|
|
21541
|
+
/**
|
|
21542
|
+
* Get SetCurrentOrganisationSuccessResponse (schema generation only)
|
|
21543
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationSuccessResponse schema is generated in OpenAPI spec
|
|
21544
|
+
*/
|
|
21545
|
+
get: {
|
|
21546
|
+
parameters: {
|
|
21547
|
+
query?: never;
|
|
21548
|
+
header?: never;
|
|
21549
|
+
path?: never;
|
|
21550
|
+
cookie?: never;
|
|
21551
|
+
};
|
|
21552
|
+
requestBody?: never;
|
|
21553
|
+
responses: {
|
|
21554
|
+
/** @description OK */
|
|
21555
|
+
200: {
|
|
21556
|
+
headers: {
|
|
21557
|
+
[name: string]: unknown;
|
|
21558
|
+
};
|
|
21559
|
+
content: {
|
|
21560
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationSuccessResponse"];
|
|
21561
|
+
};
|
|
21562
|
+
};
|
|
21563
|
+
};
|
|
21564
|
+
};
|
|
21565
|
+
put?: never;
|
|
21566
|
+
post?: never;
|
|
21567
|
+
delete?: never;
|
|
21568
|
+
options?: never;
|
|
21569
|
+
head?: never;
|
|
21570
|
+
patch?: never;
|
|
21571
|
+
trace?: never;
|
|
21572
|
+
};
|
|
21300
21573
|
"/internal/settings": {
|
|
21301
21574
|
parameters: {
|
|
21302
21575
|
query?: never;
|
|
@@ -30433,6 +30706,37 @@ export interface components {
|
|
|
30433
30706
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
30434
30707
|
metadata?: components["schemas"]["api.Metadata"];
|
|
30435
30708
|
};
|
|
30709
|
+
"api.SetCurrentOrganisationErrorResponse": {
|
|
30710
|
+
/** @description Application-specific error code */
|
|
30711
|
+
applicationStatusCode?: string;
|
|
30712
|
+
/** @description Entity-specific error code */
|
|
30713
|
+
entityStatusCode?: string;
|
|
30714
|
+
/** @description HTTP status code for the error */
|
|
30715
|
+
httpStatusCode?: number;
|
|
30716
|
+
/** @description Error message describing the issue */
|
|
30717
|
+
message?: string;
|
|
30718
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
30719
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30720
|
+
};
|
|
30721
|
+
"api.SetCurrentOrganisationRequest": {
|
|
30722
|
+
organisationId?: string;
|
|
30723
|
+
};
|
|
30724
|
+
"api.SetCurrentOrganisationResponse": {
|
|
30725
|
+
organisation?: components["schemas"]["models.Organisation"];
|
|
30726
|
+
};
|
|
30727
|
+
"api.SetCurrentOrganisationSuccessResponse": {
|
|
30728
|
+
/** @description Application-specific status code */
|
|
30729
|
+
applicationStatusCode?: string;
|
|
30730
|
+
data?: components["schemas"]["api.SetCurrentOrganisationResponse"];
|
|
30731
|
+
/** @description Entity-specific status code */
|
|
30732
|
+
entityStatusCode?: string;
|
|
30733
|
+
/** @description HTTP status code for the response */
|
|
30734
|
+
httpStatusCode?: number;
|
|
30735
|
+
/** @description Success message describing the operation */
|
|
30736
|
+
message?: string;
|
|
30737
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
30738
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30739
|
+
};
|
|
30436
30740
|
"api.SingleSignOnDomainsRequest": Record<string, never>;
|
|
30437
30741
|
"api.SingleSignOnDomainsResponse": {
|
|
30438
30742
|
domains?: string[];
|
|
@@ -33047,6 +33351,14 @@ export interface components {
|
|
|
33047
33351
|
updatedAt?: number;
|
|
33048
33352
|
value?: string;
|
|
33049
33353
|
};
|
|
33354
|
+
"models.MarkerSummary": {
|
|
33355
|
+
categoryNames?: string[];
|
|
33356
|
+
endTimestamp?: number;
|
|
33357
|
+
eventNames?: string[];
|
|
33358
|
+
name?: string;
|
|
33359
|
+
startTimestamp?: number;
|
|
33360
|
+
tagNames?: string[];
|
|
33361
|
+
};
|
|
33050
33362
|
"models.MarkerTag": {
|
|
33051
33363
|
/** @example Motion Detected */
|
|
33052
33364
|
name?: string;
|
|
@@ -33099,6 +33411,7 @@ export interface components {
|
|
|
33099
33411
|
atRuntimeMetadata?: components["schemas"]["models.MediaAtRuntimeMetadata"];
|
|
33100
33412
|
/** @description Audit information */
|
|
33101
33413
|
audit?: components["schemas"]["models.Audit"];
|
|
33414
|
+
categoryNames?: string[];
|
|
33102
33415
|
classificationSummary?: components["schemas"]["models.ClassificationSummary"][];
|
|
33103
33416
|
countingSummary?: components["schemas"]["models.CountingSummary"][];
|
|
33104
33417
|
/**
|
|
@@ -33118,6 +33431,14 @@ export interface components {
|
|
|
33118
33431
|
/** @description Unique identifier for the media file */
|
|
33119
33432
|
id?: string;
|
|
33120
33433
|
markerNames?: string[];
|
|
33434
|
+
/**
|
|
33435
|
+
* @description MarkerSummary is a per-occurrence denormalisation of the markers that overlap
|
|
33436
|
+
* this media. Unlike the flat markerNames/eventNames/tagNames/categoryNames
|
|
33437
|
+
* arrays that back filtering, each entry preserves the correlation between a
|
|
33438
|
+
* single marker's name, its category/event/tag names and its time range, for
|
|
33439
|
+
* display/detail rendering (icons, listings).
|
|
33440
|
+
*/
|
|
33441
|
+
markerSummary?: components["schemas"]["models.MarkerSummary"][];
|
|
33121
33442
|
/** @description Metadata */
|
|
33122
33443
|
metadata?: components["schemas"]["models.MediaMetadata"];
|
|
33123
33444
|
organisationId?: string;
|
|
@@ -33666,6 +33987,13 @@ export interface components {
|
|
|
33666
33987
|
/** @description Add fields relevant to sequence stage */
|
|
33667
33988
|
sequenceId?: number;
|
|
33668
33989
|
};
|
|
33990
|
+
"models.SetCurrentOrganisationInput": {
|
|
33991
|
+
organisationId?: string;
|
|
33992
|
+
user?: components["schemas"]["models.User"];
|
|
33993
|
+
};
|
|
33994
|
+
"models.SetCurrentOrganisationOutput": {
|
|
33995
|
+
organisation?: components["schemas"]["models.Organisation"];
|
|
33996
|
+
};
|
|
33669
33997
|
"models.Settings": {
|
|
33670
33998
|
id?: string;
|
|
33671
33999
|
key?: string;
|
|
@@ -35134,6 +35462,7 @@ export declare namespace models {
|
|
|
35134
35462
|
type MarkerMetadata = components['schemas']['models.MarkerMetadata'];
|
|
35135
35463
|
type MarkerOption = components['schemas']['models.MarkerOption'];
|
|
35136
35464
|
type MarkerOptionTimeRange = components['schemas']['models.MarkerOptionTimeRange'];
|
|
35465
|
+
type MarkerSummary = components['schemas']['models.MarkerSummary'];
|
|
35137
35466
|
type MarkerTag = components['schemas']['models.MarkerTag'];
|
|
35138
35467
|
type MarkerTagOption = components['schemas']['models.MarkerTagOption'];
|
|
35139
35468
|
type MarkerTagTimeRange = components['schemas']['models.MarkerTagTimeRange'];
|
|
@@ -35182,6 +35511,8 @@ export declare namespace models {
|
|
|
35182
35511
|
type RuntimeConfig = components['schemas']['models.RuntimeConfig'];
|
|
35183
35512
|
type Sequence = components['schemas']['models.Sequence'];
|
|
35184
35513
|
type SequenceStage = components['schemas']['models.SequenceStage'];
|
|
35514
|
+
type SetCurrentOrganisationInput = components['schemas']['models.SetCurrentOrganisationInput'];
|
|
35515
|
+
type SetCurrentOrganisationOutput = components['schemas']['models.SetCurrentOrganisationOutput'];
|
|
35185
35516
|
type Settings = components['schemas']['models.Settings'];
|
|
35186
35517
|
type Site = components['schemas']['models.Site'];
|
|
35187
35518
|
type SiteMetadata = components['schemas']['models.SiteMetadata'];
|
|
@@ -35578,6 +35909,10 @@ export declare namespace api {
|
|
|
35578
35909
|
type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
|
|
35579
35910
|
type SaveFaceRedactionResponse = components['schemas']['api.SaveFaceRedactionResponse'];
|
|
35580
35911
|
type SaveFaceRedactionSuccessResponse = components['schemas']['api.SaveFaceRedactionSuccessResponse'];
|
|
35912
|
+
type SetCurrentOrganisationErrorResponse = components['schemas']['api.SetCurrentOrganisationErrorResponse'];
|
|
35913
|
+
type SetCurrentOrganisationRequest = components['schemas']['api.SetCurrentOrganisationRequest'];
|
|
35914
|
+
type SetCurrentOrganisationResponse = components['schemas']['api.SetCurrentOrganisationResponse'];
|
|
35915
|
+
type SetCurrentOrganisationSuccessResponse = components['schemas']['api.SetCurrentOrganisationSuccessResponse'];
|
|
35581
35916
|
type SingleSignOnDomainsResponse = components['schemas']['api.SingleSignOnDomainsResponse'];
|
|
35582
35917
|
type SiteFilter = components['schemas']['api.SiteFilter'];
|
|
35583
35918
|
type SiteFlags = components['schemas']['api.SiteFlags'];
|