@uug-ai/models 1.7.2 → 1.7.4
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 +332 -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;
|
|
@@ -21258,6 +21297,240 @@ export interface paths {
|
|
|
21258
21297
|
patch?: never;
|
|
21259
21298
|
trace?: never;
|
|
21260
21299
|
};
|
|
21300
|
+
"/internal/setcurrentorganisationerrorresponse": {
|
|
21301
|
+
parameters: {
|
|
21302
|
+
query?: never;
|
|
21303
|
+
header?: never;
|
|
21304
|
+
path?: never;
|
|
21305
|
+
cookie?: never;
|
|
21306
|
+
};
|
|
21307
|
+
/**
|
|
21308
|
+
* Get SetCurrentOrganisationErrorResponse (schema generation only)
|
|
21309
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationErrorResponse schema is generated in OpenAPI spec
|
|
21310
|
+
*/
|
|
21311
|
+
get: {
|
|
21312
|
+
parameters: {
|
|
21313
|
+
query?: never;
|
|
21314
|
+
header?: never;
|
|
21315
|
+
path?: never;
|
|
21316
|
+
cookie?: never;
|
|
21317
|
+
};
|
|
21318
|
+
requestBody?: never;
|
|
21319
|
+
responses: {
|
|
21320
|
+
/** @description OK */
|
|
21321
|
+
200: {
|
|
21322
|
+
headers: {
|
|
21323
|
+
[name: string]: unknown;
|
|
21324
|
+
};
|
|
21325
|
+
content: {
|
|
21326
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationErrorResponse"];
|
|
21327
|
+
};
|
|
21328
|
+
};
|
|
21329
|
+
};
|
|
21330
|
+
};
|
|
21331
|
+
put?: never;
|
|
21332
|
+
post?: never;
|
|
21333
|
+
delete?: never;
|
|
21334
|
+
options?: never;
|
|
21335
|
+
head?: never;
|
|
21336
|
+
patch?: never;
|
|
21337
|
+
trace?: never;
|
|
21338
|
+
};
|
|
21339
|
+
"/internal/setcurrentorganisationinput": {
|
|
21340
|
+
parameters: {
|
|
21341
|
+
query?: never;
|
|
21342
|
+
header?: never;
|
|
21343
|
+
path?: never;
|
|
21344
|
+
cookie?: never;
|
|
21345
|
+
};
|
|
21346
|
+
/**
|
|
21347
|
+
* Get SetCurrentOrganisationInput (schema generation only)
|
|
21348
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationInput 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"]["models.SetCurrentOrganisationInput"];
|
|
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/setcurrentorganisationoutput": {
|
|
21379
|
+
parameters: {
|
|
21380
|
+
query?: never;
|
|
21381
|
+
header?: never;
|
|
21382
|
+
path?: never;
|
|
21383
|
+
cookie?: never;
|
|
21384
|
+
};
|
|
21385
|
+
/**
|
|
21386
|
+
* Get SetCurrentOrganisationOutput (schema generation only)
|
|
21387
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationOutput 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.SetCurrentOrganisationOutput"];
|
|
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/setcurrentorganisationrequest": {
|
|
21418
|
+
parameters: {
|
|
21419
|
+
query?: never;
|
|
21420
|
+
header?: never;
|
|
21421
|
+
path?: never;
|
|
21422
|
+
cookie?: never;
|
|
21423
|
+
};
|
|
21424
|
+
/**
|
|
21425
|
+
* Get SetCurrentOrganisationRequest (schema generation only)
|
|
21426
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationRequest 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"]["api.SetCurrentOrganisationRequest"];
|
|
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/setcurrentorganisationresponse": {
|
|
21457
|
+
parameters: {
|
|
21458
|
+
query?: never;
|
|
21459
|
+
header?: never;
|
|
21460
|
+
path?: never;
|
|
21461
|
+
cookie?: never;
|
|
21462
|
+
};
|
|
21463
|
+
/**
|
|
21464
|
+
* Get SetCurrentOrganisationResponse (schema generation only)
|
|
21465
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationResponse 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.SetCurrentOrganisationResponse"];
|
|
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/setcurrentorganisationsuccessresponse": {
|
|
21496
|
+
parameters: {
|
|
21497
|
+
query?: never;
|
|
21498
|
+
header?: never;
|
|
21499
|
+
path?: never;
|
|
21500
|
+
cookie?: never;
|
|
21501
|
+
};
|
|
21502
|
+
/**
|
|
21503
|
+
* Get SetCurrentOrganisationSuccessResponse (schema generation only)
|
|
21504
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationSuccessResponse 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.SetCurrentOrganisationSuccessResponse"];
|
|
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
|
+
};
|
|
21261
21534
|
"/internal/settings": {
|
|
21262
21535
|
parameters: {
|
|
21263
21536
|
query?: never;
|
|
@@ -30394,6 +30667,37 @@ export interface components {
|
|
|
30394
30667
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
30395
30668
|
metadata?: components["schemas"]["api.Metadata"];
|
|
30396
30669
|
};
|
|
30670
|
+
"api.SetCurrentOrganisationErrorResponse": {
|
|
30671
|
+
/** @description Application-specific error code */
|
|
30672
|
+
applicationStatusCode?: string;
|
|
30673
|
+
/** @description Entity-specific error code */
|
|
30674
|
+
entityStatusCode?: string;
|
|
30675
|
+
/** @description HTTP status code for the error */
|
|
30676
|
+
httpStatusCode?: number;
|
|
30677
|
+
/** @description Error message describing the issue */
|
|
30678
|
+
message?: string;
|
|
30679
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
30680
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30681
|
+
};
|
|
30682
|
+
"api.SetCurrentOrganisationRequest": {
|
|
30683
|
+
organisationId?: string;
|
|
30684
|
+
};
|
|
30685
|
+
"api.SetCurrentOrganisationResponse": {
|
|
30686
|
+
organisation?: components["schemas"]["models.Organisation"];
|
|
30687
|
+
};
|
|
30688
|
+
"api.SetCurrentOrganisationSuccessResponse": {
|
|
30689
|
+
/** @description Application-specific status code */
|
|
30690
|
+
applicationStatusCode?: string;
|
|
30691
|
+
data?: components["schemas"]["api.SetCurrentOrganisationResponse"];
|
|
30692
|
+
/** @description Entity-specific status code */
|
|
30693
|
+
entityStatusCode?: string;
|
|
30694
|
+
/** @description HTTP status code for the response */
|
|
30695
|
+
httpStatusCode?: number;
|
|
30696
|
+
/** @description Success message describing the operation */
|
|
30697
|
+
message?: string;
|
|
30698
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
30699
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30700
|
+
};
|
|
30397
30701
|
"api.SingleSignOnDomainsRequest": Record<string, never>;
|
|
30398
30702
|
"api.SingleSignOnDomainsResponse": {
|
|
30399
30703
|
domains?: string[];
|
|
@@ -30873,7 +31177,7 @@ export interface components {
|
|
|
30873
31177
|
metadata?: components["schemas"]["api.Metadata"];
|
|
30874
31178
|
};
|
|
30875
31179
|
"api.UpdateOrganisationRequest": {
|
|
30876
|
-
organisation?: components["schemas"]["models.
|
|
31180
|
+
organisation?: components["schemas"]["models.OrganisationUpdate"];
|
|
30877
31181
|
};
|
|
30878
31182
|
"api.UpdateOrganisationResponse": {
|
|
30879
31183
|
organisation?: components["schemas"]["models.Organisation"];
|
|
@@ -33060,6 +33364,7 @@ export interface components {
|
|
|
33060
33364
|
atRuntimeMetadata?: components["schemas"]["models.MediaAtRuntimeMetadata"];
|
|
33061
33365
|
/** @description Audit information */
|
|
33062
33366
|
audit?: components["schemas"]["models.Audit"];
|
|
33367
|
+
categoryNames?: string[];
|
|
33063
33368
|
classificationSummary?: components["schemas"]["models.ClassificationSummary"][];
|
|
33064
33369
|
countingSummary?: components["schemas"]["models.CountingSummary"][];
|
|
33065
33370
|
/**
|
|
@@ -33375,6 +33680,17 @@ export interface components {
|
|
|
33375
33680
|
*/
|
|
33376
33681
|
timezone?: string;
|
|
33377
33682
|
};
|
|
33683
|
+
"models.OrganisationUpdate": {
|
|
33684
|
+
billingAddress?: components["schemas"]["models.Address"];
|
|
33685
|
+
company?: components["schemas"]["models.CompanyDetails"];
|
|
33686
|
+
description?: string;
|
|
33687
|
+
domain?: string;
|
|
33688
|
+
isActive?: boolean;
|
|
33689
|
+
name?: string;
|
|
33690
|
+
settings?: components["schemas"]["models.OrganisationSettings"];
|
|
33691
|
+
slug?: string;
|
|
33692
|
+
subscription?: components["schemas"]["models.Subscription"];
|
|
33693
|
+
};
|
|
33378
33694
|
"models.OrganisationUser": {
|
|
33379
33695
|
audit?: components["schemas"]["models.Audit"];
|
|
33380
33696
|
/**
|
|
@@ -33616,6 +33932,13 @@ export interface components {
|
|
|
33616
33932
|
/** @description Add fields relevant to sequence stage */
|
|
33617
33933
|
sequenceId?: number;
|
|
33618
33934
|
};
|
|
33935
|
+
"models.SetCurrentOrganisationInput": {
|
|
33936
|
+
organisationId?: string;
|
|
33937
|
+
user?: components["schemas"]["models.User"];
|
|
33938
|
+
};
|
|
33939
|
+
"models.SetCurrentOrganisationOutput": {
|
|
33940
|
+
organisation?: components["schemas"]["models.Organisation"];
|
|
33941
|
+
};
|
|
33619
33942
|
"models.Settings": {
|
|
33620
33943
|
id?: string;
|
|
33621
33944
|
key?: string;
|
|
@@ -34172,7 +34495,7 @@ export interface components {
|
|
|
34172
34495
|
};
|
|
34173
34496
|
"models.UpdateCaseShareOTPOutput": Record<string, never>;
|
|
34174
34497
|
"models.UpdateOrganisationInput": {
|
|
34175
|
-
organisation?: components["schemas"]["models.
|
|
34498
|
+
organisation?: components["schemas"]["models.OrganisationUpdate"];
|
|
34176
34499
|
organisationId?: string;
|
|
34177
34500
|
user?: components["schemas"]["models.User"];
|
|
34178
34501
|
};
|
|
@@ -35108,6 +35431,7 @@ export declare namespace models {
|
|
|
35108
35431
|
type OrganisationInvitation = components['schemas']['models.OrganisationInvitation'];
|
|
35109
35432
|
type OrganisationMember = components['schemas']['models.OrganisationMember'];
|
|
35110
35433
|
type OrganisationSettings = components['schemas']['models.OrganisationSettings'];
|
|
35434
|
+
type OrganisationUpdate = components['schemas']['models.OrganisationUpdate'];
|
|
35111
35435
|
type OrganisationUser = components['schemas']['models.OrganisationUser'];
|
|
35112
35436
|
type OrganisationUserDetails = components['schemas']['models.OrganisationUserDetails'];
|
|
35113
35437
|
type PatchVideowallInput = components['schemas']['models.PatchVideowallInput'];
|
|
@@ -35131,6 +35455,8 @@ export declare namespace models {
|
|
|
35131
35455
|
type RuntimeConfig = components['schemas']['models.RuntimeConfig'];
|
|
35132
35456
|
type Sequence = components['schemas']['models.Sequence'];
|
|
35133
35457
|
type SequenceStage = components['schemas']['models.SequenceStage'];
|
|
35458
|
+
type SetCurrentOrganisationInput = components['schemas']['models.SetCurrentOrganisationInput'];
|
|
35459
|
+
type SetCurrentOrganisationOutput = components['schemas']['models.SetCurrentOrganisationOutput'];
|
|
35134
35460
|
type Settings = components['schemas']['models.Settings'];
|
|
35135
35461
|
type Site = components['schemas']['models.Site'];
|
|
35136
35462
|
type SiteMetadata = components['schemas']['models.SiteMetadata'];
|
|
@@ -35527,6 +35853,10 @@ export declare namespace api {
|
|
|
35527
35853
|
type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
|
|
35528
35854
|
type SaveFaceRedactionResponse = components['schemas']['api.SaveFaceRedactionResponse'];
|
|
35529
35855
|
type SaveFaceRedactionSuccessResponse = components['schemas']['api.SaveFaceRedactionSuccessResponse'];
|
|
35856
|
+
type SetCurrentOrganisationErrorResponse = components['schemas']['api.SetCurrentOrganisationErrorResponse'];
|
|
35857
|
+
type SetCurrentOrganisationRequest = components['schemas']['api.SetCurrentOrganisationRequest'];
|
|
35858
|
+
type SetCurrentOrganisationResponse = components['schemas']['api.SetCurrentOrganisationResponse'];
|
|
35859
|
+
type SetCurrentOrganisationSuccessResponse = components['schemas']['api.SetCurrentOrganisationSuccessResponse'];
|
|
35530
35860
|
type SingleSignOnDomainsResponse = components['schemas']['api.SingleSignOnDomainsResponse'];
|
|
35531
35861
|
type SiteFilter = components['schemas']['api.SiteFilter'];
|
|
35532
35862
|
type SiteFlags = components['schemas']['api.SiteFlags'];
|