@uug-ai/models 1.5.4 → 1.5.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 +1231 -159
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -4605,6 +4605,123 @@ export interface paths {
|
|
|
4605
4605
|
patch?: never;
|
|
4606
4606
|
trace?: never;
|
|
4607
4607
|
};
|
|
4608
|
+
"/internal/deletedetectionrunerrorresponse": {
|
|
4609
|
+
parameters: {
|
|
4610
|
+
query?: never;
|
|
4611
|
+
header?: never;
|
|
4612
|
+
path?: never;
|
|
4613
|
+
cookie?: never;
|
|
4614
|
+
};
|
|
4615
|
+
/**
|
|
4616
|
+
* Get DeleteDetectionRunErrorResponse (schema generation only)
|
|
4617
|
+
* @description Internal endpoint used only to ensure DeleteDetectionRunErrorResponse schema is generated in OpenAPI spec
|
|
4618
|
+
*/
|
|
4619
|
+
get: {
|
|
4620
|
+
parameters: {
|
|
4621
|
+
query?: never;
|
|
4622
|
+
header?: never;
|
|
4623
|
+
path?: never;
|
|
4624
|
+
cookie?: never;
|
|
4625
|
+
};
|
|
4626
|
+
requestBody?: never;
|
|
4627
|
+
responses: {
|
|
4628
|
+
/** @description OK */
|
|
4629
|
+
200: {
|
|
4630
|
+
headers: {
|
|
4631
|
+
[name: string]: unknown;
|
|
4632
|
+
};
|
|
4633
|
+
content: {
|
|
4634
|
+
"application/json": components["schemas"]["api.DeleteDetectionRunErrorResponse"];
|
|
4635
|
+
};
|
|
4636
|
+
};
|
|
4637
|
+
};
|
|
4638
|
+
};
|
|
4639
|
+
put?: never;
|
|
4640
|
+
post?: never;
|
|
4641
|
+
delete?: never;
|
|
4642
|
+
options?: never;
|
|
4643
|
+
head?: never;
|
|
4644
|
+
patch?: never;
|
|
4645
|
+
trace?: never;
|
|
4646
|
+
};
|
|
4647
|
+
"/internal/deletedetectionrunresponse": {
|
|
4648
|
+
parameters: {
|
|
4649
|
+
query?: never;
|
|
4650
|
+
header?: never;
|
|
4651
|
+
path?: never;
|
|
4652
|
+
cookie?: never;
|
|
4653
|
+
};
|
|
4654
|
+
/**
|
|
4655
|
+
* Get DeleteDetectionRunResponse (schema generation only)
|
|
4656
|
+
* @description Internal endpoint used only to ensure DeleteDetectionRunResponse schema is generated in OpenAPI spec
|
|
4657
|
+
*/
|
|
4658
|
+
get: {
|
|
4659
|
+
parameters: {
|
|
4660
|
+
query?: never;
|
|
4661
|
+
header?: never;
|
|
4662
|
+
path?: never;
|
|
4663
|
+
cookie?: never;
|
|
4664
|
+
};
|
|
4665
|
+
requestBody?: never;
|
|
4666
|
+
responses: {
|
|
4667
|
+
/** @description OK */
|
|
4668
|
+
200: {
|
|
4669
|
+
headers: {
|
|
4670
|
+
[name: string]: unknown;
|
|
4671
|
+
};
|
|
4672
|
+
content: {
|
|
4673
|
+
"application/json": components["schemas"]["api.DeleteDetectionRunResponse"];
|
|
4674
|
+
};
|
|
4675
|
+
};
|
|
4676
|
+
};
|
|
4677
|
+
};
|
|
4678
|
+
put?: never;
|
|
4679
|
+
post?: never;
|
|
4680
|
+
delete?: never;
|
|
4681
|
+
options?: never;
|
|
4682
|
+
head?: never;
|
|
4683
|
+
patch?: never;
|
|
4684
|
+
trace?: never;
|
|
4685
|
+
};
|
|
4686
|
+
"/internal/deletedetectionrunsuccessresponse": {
|
|
4687
|
+
parameters: {
|
|
4688
|
+
query?: never;
|
|
4689
|
+
header?: never;
|
|
4690
|
+
path?: never;
|
|
4691
|
+
cookie?: never;
|
|
4692
|
+
};
|
|
4693
|
+
/**
|
|
4694
|
+
* Get DeleteDetectionRunSuccessResponse (schema generation only)
|
|
4695
|
+
* @description Internal endpoint used only to ensure DeleteDetectionRunSuccessResponse schema is generated in OpenAPI spec
|
|
4696
|
+
*/
|
|
4697
|
+
get: {
|
|
4698
|
+
parameters: {
|
|
4699
|
+
query?: never;
|
|
4700
|
+
header?: never;
|
|
4701
|
+
path?: never;
|
|
4702
|
+
cookie?: never;
|
|
4703
|
+
};
|
|
4704
|
+
requestBody?: never;
|
|
4705
|
+
responses: {
|
|
4706
|
+
/** @description OK */
|
|
4707
|
+
200: {
|
|
4708
|
+
headers: {
|
|
4709
|
+
[name: string]: unknown;
|
|
4710
|
+
};
|
|
4711
|
+
content: {
|
|
4712
|
+
"application/json": components["schemas"]["api.DeleteDetectionRunSuccessResponse"];
|
|
4713
|
+
};
|
|
4714
|
+
};
|
|
4715
|
+
};
|
|
4716
|
+
};
|
|
4717
|
+
put?: never;
|
|
4718
|
+
post?: never;
|
|
4719
|
+
delete?: never;
|
|
4720
|
+
options?: never;
|
|
4721
|
+
head?: never;
|
|
4722
|
+
patch?: never;
|
|
4723
|
+
trace?: never;
|
|
4724
|
+
};
|
|
4608
4725
|
"/internal/deletestateerrorresponse": {
|
|
4609
4726
|
parameters: {
|
|
4610
4727
|
query?: never;
|
|
@@ -5177,7 +5294,280 @@ export interface paths {
|
|
|
5177
5294
|
[name: string]: unknown;
|
|
5178
5295
|
};
|
|
5179
5296
|
content: {
|
|
5180
|
-
"application/json": components["schemas"]["api.DeleteVideowallResponse"];
|
|
5297
|
+
"application/json": components["schemas"]["api.DeleteVideowallResponse"];
|
|
5298
|
+
};
|
|
5299
|
+
};
|
|
5300
|
+
};
|
|
5301
|
+
};
|
|
5302
|
+
put?: never;
|
|
5303
|
+
post?: never;
|
|
5304
|
+
delete?: never;
|
|
5305
|
+
options?: never;
|
|
5306
|
+
head?: never;
|
|
5307
|
+
patch?: never;
|
|
5308
|
+
trace?: never;
|
|
5309
|
+
};
|
|
5310
|
+
"/internal/deletevideowallsuccessresponse": {
|
|
5311
|
+
parameters: {
|
|
5312
|
+
query?: never;
|
|
5313
|
+
header?: never;
|
|
5314
|
+
path?: never;
|
|
5315
|
+
cookie?: never;
|
|
5316
|
+
};
|
|
5317
|
+
/**
|
|
5318
|
+
* Get DeleteVideowallSuccessResponse (schema generation only)
|
|
5319
|
+
* @description Internal endpoint used only to ensure DeleteVideowallSuccessResponse schema is generated in OpenAPI spec
|
|
5320
|
+
*/
|
|
5321
|
+
get: {
|
|
5322
|
+
parameters: {
|
|
5323
|
+
query?: never;
|
|
5324
|
+
header?: never;
|
|
5325
|
+
path?: never;
|
|
5326
|
+
cookie?: never;
|
|
5327
|
+
};
|
|
5328
|
+
requestBody?: never;
|
|
5329
|
+
responses: {
|
|
5330
|
+
/** @description OK */
|
|
5331
|
+
200: {
|
|
5332
|
+
headers: {
|
|
5333
|
+
[name: string]: unknown;
|
|
5334
|
+
};
|
|
5335
|
+
content: {
|
|
5336
|
+
"application/json": components["schemas"]["api.DeleteVideowallSuccessResponse"];
|
|
5337
|
+
};
|
|
5338
|
+
};
|
|
5339
|
+
};
|
|
5340
|
+
};
|
|
5341
|
+
put?: never;
|
|
5342
|
+
post?: never;
|
|
5343
|
+
delete?: never;
|
|
5344
|
+
options?: never;
|
|
5345
|
+
head?: never;
|
|
5346
|
+
patch?: never;
|
|
5347
|
+
trace?: never;
|
|
5348
|
+
};
|
|
5349
|
+
"/internal/deleteworkflowerrorresponse": {
|
|
5350
|
+
parameters: {
|
|
5351
|
+
query?: never;
|
|
5352
|
+
header?: never;
|
|
5353
|
+
path?: never;
|
|
5354
|
+
cookie?: never;
|
|
5355
|
+
};
|
|
5356
|
+
/**
|
|
5357
|
+
* Get DeleteWorkflowErrorResponse (schema generation only)
|
|
5358
|
+
* @description Internal endpoint used only to ensure DeleteWorkflowErrorResponse schema is generated in OpenAPI spec
|
|
5359
|
+
*/
|
|
5360
|
+
get: {
|
|
5361
|
+
parameters: {
|
|
5362
|
+
query?: never;
|
|
5363
|
+
header?: never;
|
|
5364
|
+
path?: never;
|
|
5365
|
+
cookie?: never;
|
|
5366
|
+
};
|
|
5367
|
+
requestBody?: never;
|
|
5368
|
+
responses: {
|
|
5369
|
+
/** @description OK */
|
|
5370
|
+
200: {
|
|
5371
|
+
headers: {
|
|
5372
|
+
[name: string]: unknown;
|
|
5373
|
+
};
|
|
5374
|
+
content: {
|
|
5375
|
+
"application/json": components["schemas"]["api.DeleteWorkflowErrorResponse"];
|
|
5376
|
+
};
|
|
5377
|
+
};
|
|
5378
|
+
};
|
|
5379
|
+
};
|
|
5380
|
+
put?: never;
|
|
5381
|
+
post?: never;
|
|
5382
|
+
delete?: never;
|
|
5383
|
+
options?: never;
|
|
5384
|
+
head?: never;
|
|
5385
|
+
patch?: never;
|
|
5386
|
+
trace?: never;
|
|
5387
|
+
};
|
|
5388
|
+
"/internal/deleteworkflowinput": {
|
|
5389
|
+
parameters: {
|
|
5390
|
+
query?: never;
|
|
5391
|
+
header?: never;
|
|
5392
|
+
path?: never;
|
|
5393
|
+
cookie?: never;
|
|
5394
|
+
};
|
|
5395
|
+
/**
|
|
5396
|
+
* Get DeleteWorkflowInput (schema generation only)
|
|
5397
|
+
* @description Internal endpoint used only to ensure DeleteWorkflowInput schema is generated in OpenAPI spec
|
|
5398
|
+
*/
|
|
5399
|
+
get: {
|
|
5400
|
+
parameters: {
|
|
5401
|
+
query?: never;
|
|
5402
|
+
header?: never;
|
|
5403
|
+
path?: never;
|
|
5404
|
+
cookie?: never;
|
|
5405
|
+
};
|
|
5406
|
+
requestBody?: never;
|
|
5407
|
+
responses: {
|
|
5408
|
+
/** @description OK */
|
|
5409
|
+
200: {
|
|
5410
|
+
headers: {
|
|
5411
|
+
[name: string]: unknown;
|
|
5412
|
+
};
|
|
5413
|
+
content: {
|
|
5414
|
+
"application/json": components["schemas"]["models.DeleteWorkflowInput"];
|
|
5415
|
+
};
|
|
5416
|
+
};
|
|
5417
|
+
};
|
|
5418
|
+
};
|
|
5419
|
+
put?: never;
|
|
5420
|
+
post?: never;
|
|
5421
|
+
delete?: never;
|
|
5422
|
+
options?: never;
|
|
5423
|
+
head?: never;
|
|
5424
|
+
patch?: never;
|
|
5425
|
+
trace?: never;
|
|
5426
|
+
};
|
|
5427
|
+
"/internal/deleteworkflowoutput": {
|
|
5428
|
+
parameters: {
|
|
5429
|
+
query?: never;
|
|
5430
|
+
header?: never;
|
|
5431
|
+
path?: never;
|
|
5432
|
+
cookie?: never;
|
|
5433
|
+
};
|
|
5434
|
+
/**
|
|
5435
|
+
* Get DeleteWorkflowOutput (schema generation only)
|
|
5436
|
+
* @description Internal endpoint used only to ensure DeleteWorkflowOutput schema is generated in OpenAPI spec
|
|
5437
|
+
*/
|
|
5438
|
+
get: {
|
|
5439
|
+
parameters: {
|
|
5440
|
+
query?: never;
|
|
5441
|
+
header?: never;
|
|
5442
|
+
path?: never;
|
|
5443
|
+
cookie?: never;
|
|
5444
|
+
};
|
|
5445
|
+
requestBody?: never;
|
|
5446
|
+
responses: {
|
|
5447
|
+
/** @description OK */
|
|
5448
|
+
200: {
|
|
5449
|
+
headers: {
|
|
5450
|
+
[name: string]: unknown;
|
|
5451
|
+
};
|
|
5452
|
+
content: {
|
|
5453
|
+
"application/json": components["schemas"]["models.DeleteWorkflowOutput"];
|
|
5454
|
+
};
|
|
5455
|
+
};
|
|
5456
|
+
};
|
|
5457
|
+
};
|
|
5458
|
+
put?: never;
|
|
5459
|
+
post?: never;
|
|
5460
|
+
delete?: never;
|
|
5461
|
+
options?: never;
|
|
5462
|
+
head?: never;
|
|
5463
|
+
patch?: never;
|
|
5464
|
+
trace?: never;
|
|
5465
|
+
};
|
|
5466
|
+
"/internal/deleteworkflowrequest": {
|
|
5467
|
+
parameters: {
|
|
5468
|
+
query?: never;
|
|
5469
|
+
header?: never;
|
|
5470
|
+
path?: never;
|
|
5471
|
+
cookie?: never;
|
|
5472
|
+
};
|
|
5473
|
+
/**
|
|
5474
|
+
* Get DeleteWorkflowRequest (schema generation only)
|
|
5475
|
+
* @description Internal endpoint used only to ensure DeleteWorkflowRequest schema is generated in OpenAPI spec
|
|
5476
|
+
*/
|
|
5477
|
+
get: {
|
|
5478
|
+
parameters: {
|
|
5479
|
+
query?: never;
|
|
5480
|
+
header?: never;
|
|
5481
|
+
path?: never;
|
|
5482
|
+
cookie?: never;
|
|
5483
|
+
};
|
|
5484
|
+
requestBody?: never;
|
|
5485
|
+
responses: {
|
|
5486
|
+
/** @description OK */
|
|
5487
|
+
200: {
|
|
5488
|
+
headers: {
|
|
5489
|
+
[name: string]: unknown;
|
|
5490
|
+
};
|
|
5491
|
+
content: {
|
|
5492
|
+
"application/json": components["schemas"]["api.DeleteWorkflowRequest"];
|
|
5493
|
+
};
|
|
5494
|
+
};
|
|
5495
|
+
};
|
|
5496
|
+
};
|
|
5497
|
+
put?: never;
|
|
5498
|
+
post?: never;
|
|
5499
|
+
delete?: never;
|
|
5500
|
+
options?: never;
|
|
5501
|
+
head?: never;
|
|
5502
|
+
patch?: never;
|
|
5503
|
+
trace?: never;
|
|
5504
|
+
};
|
|
5505
|
+
"/internal/deleteworkflowresponse": {
|
|
5506
|
+
parameters: {
|
|
5507
|
+
query?: never;
|
|
5508
|
+
header?: never;
|
|
5509
|
+
path?: never;
|
|
5510
|
+
cookie?: never;
|
|
5511
|
+
};
|
|
5512
|
+
/**
|
|
5513
|
+
* Get DeleteWorkflowResponse (schema generation only)
|
|
5514
|
+
* @description Internal endpoint used only to ensure DeleteWorkflowResponse schema is generated in OpenAPI spec
|
|
5515
|
+
*/
|
|
5516
|
+
get: {
|
|
5517
|
+
parameters: {
|
|
5518
|
+
query?: never;
|
|
5519
|
+
header?: never;
|
|
5520
|
+
path?: never;
|
|
5521
|
+
cookie?: never;
|
|
5522
|
+
};
|
|
5523
|
+
requestBody?: never;
|
|
5524
|
+
responses: {
|
|
5525
|
+
/** @description OK */
|
|
5526
|
+
200: {
|
|
5527
|
+
headers: {
|
|
5528
|
+
[name: string]: unknown;
|
|
5529
|
+
};
|
|
5530
|
+
content: {
|
|
5531
|
+
"application/json": components["schemas"]["api.DeleteWorkflowResponse"];
|
|
5532
|
+
};
|
|
5533
|
+
};
|
|
5534
|
+
};
|
|
5535
|
+
};
|
|
5536
|
+
put?: never;
|
|
5537
|
+
post?: never;
|
|
5538
|
+
delete?: never;
|
|
5539
|
+
options?: never;
|
|
5540
|
+
head?: never;
|
|
5541
|
+
patch?: never;
|
|
5542
|
+
trace?: never;
|
|
5543
|
+
};
|
|
5544
|
+
"/internal/deleteworkflowsuccessresponse": {
|
|
5545
|
+
parameters: {
|
|
5546
|
+
query?: never;
|
|
5547
|
+
header?: never;
|
|
5548
|
+
path?: never;
|
|
5549
|
+
cookie?: never;
|
|
5550
|
+
};
|
|
5551
|
+
/**
|
|
5552
|
+
* Get DeleteWorkflowSuccessResponse (schema generation only)
|
|
5553
|
+
* @description Internal endpoint used only to ensure DeleteWorkflowSuccessResponse schema is generated in OpenAPI spec
|
|
5554
|
+
*/
|
|
5555
|
+
get: {
|
|
5556
|
+
parameters: {
|
|
5557
|
+
query?: never;
|
|
5558
|
+
header?: never;
|
|
5559
|
+
path?: never;
|
|
5560
|
+
cookie?: never;
|
|
5561
|
+
};
|
|
5562
|
+
requestBody?: never;
|
|
5563
|
+
responses: {
|
|
5564
|
+
/** @description OK */
|
|
5565
|
+
200: {
|
|
5566
|
+
headers: {
|
|
5567
|
+
[name: string]: unknown;
|
|
5568
|
+
};
|
|
5569
|
+
content: {
|
|
5570
|
+
"application/json": components["schemas"]["api.DeleteWorkflowSuccessResponse"];
|
|
5181
5571
|
};
|
|
5182
5572
|
};
|
|
5183
5573
|
};
|
|
@@ -5190,7 +5580,7 @@ export interface paths {
|
|
|
5190
5580
|
patch?: never;
|
|
5191
5581
|
trace?: never;
|
|
5192
5582
|
};
|
|
5193
|
-
"/internal/
|
|
5583
|
+
"/internal/deprecatedheartbeat": {
|
|
5194
5584
|
parameters: {
|
|
5195
5585
|
query?: never;
|
|
5196
5586
|
header?: never;
|
|
@@ -5198,8 +5588,8 @@ export interface paths {
|
|
|
5198
5588
|
cookie?: never;
|
|
5199
5589
|
};
|
|
5200
5590
|
/**
|
|
5201
|
-
* Get
|
|
5202
|
-
* @description Internal endpoint used only to ensure
|
|
5591
|
+
* Get DeprecatedHeartbeat (schema generation only)
|
|
5592
|
+
* @description Internal endpoint used only to ensure DeprecatedHeartbeat schema is generated in OpenAPI spec
|
|
5203
5593
|
*/
|
|
5204
5594
|
get: {
|
|
5205
5595
|
parameters: {
|
|
@@ -5216,7 +5606,7 @@ export interface paths {
|
|
|
5216
5606
|
[name: string]: unknown;
|
|
5217
5607
|
};
|
|
5218
5608
|
content: {
|
|
5219
|
-
"application/json": components["schemas"]["
|
|
5609
|
+
"application/json": components["schemas"]["models.DeprecatedHeartbeat"];
|
|
5220
5610
|
};
|
|
5221
5611
|
};
|
|
5222
5612
|
};
|
|
@@ -5229,7 +5619,7 @@ export interface paths {
|
|
|
5229
5619
|
patch?: never;
|
|
5230
5620
|
trace?: never;
|
|
5231
5621
|
};
|
|
5232
|
-
"/internal/
|
|
5622
|
+
"/internal/deprecatedonvifevents": {
|
|
5233
5623
|
parameters: {
|
|
5234
5624
|
query?: never;
|
|
5235
5625
|
header?: never;
|
|
@@ -5237,8 +5627,8 @@ export interface paths {
|
|
|
5237
5627
|
cookie?: never;
|
|
5238
5628
|
};
|
|
5239
5629
|
/**
|
|
5240
|
-
* Get
|
|
5241
|
-
* @description Internal endpoint used only to ensure
|
|
5630
|
+
* Get DeprecatedONVIFEvents (schema generation only)
|
|
5631
|
+
* @description Internal endpoint used only to ensure DeprecatedONVIFEvents schema is generated in OpenAPI spec
|
|
5242
5632
|
*/
|
|
5243
5633
|
get: {
|
|
5244
5634
|
parameters: {
|
|
@@ -5255,7 +5645,7 @@ export interface paths {
|
|
|
5255
5645
|
[name: string]: unknown;
|
|
5256
5646
|
};
|
|
5257
5647
|
content: {
|
|
5258
|
-
"application/json": components["schemas"]["
|
|
5648
|
+
"application/json": components["schemas"]["models.DeprecatedONVIFEvents"];
|
|
5259
5649
|
};
|
|
5260
5650
|
};
|
|
5261
5651
|
};
|
|
@@ -5268,7 +5658,7 @@ export interface paths {
|
|
|
5268
5658
|
patch?: never;
|
|
5269
5659
|
trace?: never;
|
|
5270
5660
|
};
|
|
5271
|
-
"/internal/
|
|
5661
|
+
"/internal/deprecatedpreset": {
|
|
5272
5662
|
parameters: {
|
|
5273
5663
|
query?: never;
|
|
5274
5664
|
header?: never;
|
|
@@ -5276,8 +5666,8 @@ export interface paths {
|
|
|
5276
5666
|
cookie?: never;
|
|
5277
5667
|
};
|
|
5278
5668
|
/**
|
|
5279
|
-
* Get
|
|
5280
|
-
* @description Internal endpoint used only to ensure
|
|
5669
|
+
* Get DeprecatedPreset (schema generation only)
|
|
5670
|
+
* @description Internal endpoint used only to ensure DeprecatedPreset schema is generated in OpenAPI spec
|
|
5281
5671
|
*/
|
|
5282
5672
|
get: {
|
|
5283
5673
|
parameters: {
|
|
@@ -5294,7 +5684,7 @@ export interface paths {
|
|
|
5294
5684
|
[name: string]: unknown;
|
|
5295
5685
|
};
|
|
5296
5686
|
content: {
|
|
5297
|
-
"application/json": components["schemas"]["models.
|
|
5687
|
+
"application/json": components["schemas"]["models.DeprecatedPreset"];
|
|
5298
5688
|
};
|
|
5299
5689
|
};
|
|
5300
5690
|
};
|
|
@@ -5307,7 +5697,7 @@ export interface paths {
|
|
|
5307
5697
|
patch?: never;
|
|
5308
5698
|
trace?: never;
|
|
5309
5699
|
};
|
|
5310
|
-
"/internal/
|
|
5700
|
+
"/internal/detectionboxinput": {
|
|
5311
5701
|
parameters: {
|
|
5312
5702
|
query?: never;
|
|
5313
5703
|
header?: never;
|
|
@@ -5315,8 +5705,8 @@ export interface paths {
|
|
|
5315
5705
|
cookie?: never;
|
|
5316
5706
|
};
|
|
5317
5707
|
/**
|
|
5318
|
-
* Get
|
|
5319
|
-
* @description Internal endpoint used only to ensure
|
|
5708
|
+
* Get DetectionBoxInput (schema generation only)
|
|
5709
|
+
* @description Internal endpoint used only to ensure DetectionBoxInput schema is generated in OpenAPI spec
|
|
5320
5710
|
*/
|
|
5321
5711
|
get: {
|
|
5322
5712
|
parameters: {
|
|
@@ -5333,7 +5723,7 @@ export interface paths {
|
|
|
5333
5723
|
[name: string]: unknown;
|
|
5334
5724
|
};
|
|
5335
5725
|
content: {
|
|
5336
|
-
"application/json": components["schemas"]["
|
|
5726
|
+
"application/json": components["schemas"]["api.DetectionBoxInput"];
|
|
5337
5727
|
};
|
|
5338
5728
|
};
|
|
5339
5729
|
};
|
|
@@ -5346,7 +5736,7 @@ export interface paths {
|
|
|
5346
5736
|
patch?: never;
|
|
5347
5737
|
trace?: never;
|
|
5348
5738
|
};
|
|
5349
|
-
"/internal/
|
|
5739
|
+
"/internal/detectioncategory": {
|
|
5350
5740
|
parameters: {
|
|
5351
5741
|
query?: never;
|
|
5352
5742
|
header?: never;
|
|
@@ -5354,8 +5744,8 @@ export interface paths {
|
|
|
5354
5744
|
cookie?: never;
|
|
5355
5745
|
};
|
|
5356
5746
|
/**
|
|
5357
|
-
* Get
|
|
5358
|
-
* @description Internal endpoint used only to ensure
|
|
5747
|
+
* Get DetectionCategory (schema generation only)
|
|
5748
|
+
* @description Internal endpoint used only to ensure DetectionCategory schema is generated in OpenAPI spec
|
|
5359
5749
|
*/
|
|
5360
5750
|
get: {
|
|
5361
5751
|
parameters: {
|
|
@@ -5372,7 +5762,7 @@ export interface paths {
|
|
|
5372
5762
|
[name: string]: unknown;
|
|
5373
5763
|
};
|
|
5374
5764
|
content: {
|
|
5375
|
-
"application/json": components["schemas"]["
|
|
5765
|
+
"application/json": components["schemas"]["models.DetectionCategory"];
|
|
5376
5766
|
};
|
|
5377
5767
|
};
|
|
5378
5768
|
};
|
|
@@ -5385,7 +5775,7 @@ export interface paths {
|
|
|
5385
5775
|
patch?: never;
|
|
5386
5776
|
trace?: never;
|
|
5387
5777
|
};
|
|
5388
|
-
"/internal/
|
|
5778
|
+
"/internal/detectionmedia": {
|
|
5389
5779
|
parameters: {
|
|
5390
5780
|
query?: never;
|
|
5391
5781
|
header?: never;
|
|
@@ -5393,8 +5783,8 @@ export interface paths {
|
|
|
5393
5783
|
cookie?: never;
|
|
5394
5784
|
};
|
|
5395
5785
|
/**
|
|
5396
|
-
* Get
|
|
5397
|
-
* @description Internal endpoint used only to ensure
|
|
5786
|
+
* Get DetectionMedia (schema generation only)
|
|
5787
|
+
* @description Internal endpoint used only to ensure DetectionMedia schema is generated in OpenAPI spec
|
|
5398
5788
|
*/
|
|
5399
5789
|
get: {
|
|
5400
5790
|
parameters: {
|
|
@@ -5411,7 +5801,7 @@ export interface paths {
|
|
|
5411
5801
|
[name: string]: unknown;
|
|
5412
5802
|
};
|
|
5413
5803
|
content: {
|
|
5414
|
-
"application/json": components["schemas"]["
|
|
5804
|
+
"application/json": components["schemas"]["models.DetectionMedia"];
|
|
5415
5805
|
};
|
|
5416
5806
|
};
|
|
5417
5807
|
};
|
|
@@ -5424,7 +5814,7 @@ export interface paths {
|
|
|
5424
5814
|
patch?: never;
|
|
5425
5815
|
trace?: never;
|
|
5426
5816
|
};
|
|
5427
|
-
"/internal/
|
|
5817
|
+
"/internal/detectionrejection": {
|
|
5428
5818
|
parameters: {
|
|
5429
5819
|
query?: never;
|
|
5430
5820
|
header?: never;
|
|
@@ -5432,8 +5822,8 @@ export interface paths {
|
|
|
5432
5822
|
cookie?: never;
|
|
5433
5823
|
};
|
|
5434
5824
|
/**
|
|
5435
|
-
* Get
|
|
5436
|
-
* @description Internal endpoint used only to ensure
|
|
5825
|
+
* Get DetectionRejection (schema generation only)
|
|
5826
|
+
* @description Internal endpoint used only to ensure DetectionRejection schema is generated in OpenAPI spec
|
|
5437
5827
|
*/
|
|
5438
5828
|
get: {
|
|
5439
5829
|
parameters: {
|
|
@@ -5450,7 +5840,7 @@ export interface paths {
|
|
|
5450
5840
|
[name: string]: unknown;
|
|
5451
5841
|
};
|
|
5452
5842
|
content: {
|
|
5453
|
-
"application/json": components["schemas"]["api.
|
|
5843
|
+
"application/json": components["schemas"]["api.DetectionRejection"];
|
|
5454
5844
|
};
|
|
5455
5845
|
};
|
|
5456
5846
|
};
|
|
@@ -5463,7 +5853,7 @@ export interface paths {
|
|
|
5463
5853
|
patch?: never;
|
|
5464
5854
|
trace?: never;
|
|
5465
5855
|
};
|
|
5466
|
-
"/internal/
|
|
5856
|
+
"/internal/detectionrun": {
|
|
5467
5857
|
parameters: {
|
|
5468
5858
|
query?: never;
|
|
5469
5859
|
header?: never;
|
|
@@ -5471,8 +5861,8 @@ export interface paths {
|
|
|
5471
5861
|
cookie?: never;
|
|
5472
5862
|
};
|
|
5473
5863
|
/**
|
|
5474
|
-
* Get
|
|
5475
|
-
* @description Internal endpoint used only to ensure
|
|
5864
|
+
* Get DetectionRun (schema generation only)
|
|
5865
|
+
* @description Internal endpoint used only to ensure DetectionRun schema is generated in OpenAPI spec
|
|
5476
5866
|
*/
|
|
5477
5867
|
get: {
|
|
5478
5868
|
parameters: {
|
|
@@ -5489,7 +5879,7 @@ export interface paths {
|
|
|
5489
5879
|
[name: string]: unknown;
|
|
5490
5880
|
};
|
|
5491
5881
|
content: {
|
|
5492
|
-
"application/json": components["schemas"]["models.
|
|
5882
|
+
"application/json": components["schemas"]["models.DetectionRun"];
|
|
5493
5883
|
};
|
|
5494
5884
|
};
|
|
5495
5885
|
};
|
|
@@ -5502,7 +5892,7 @@ export interface paths {
|
|
|
5502
5892
|
patch?: never;
|
|
5503
5893
|
trace?: never;
|
|
5504
5894
|
};
|
|
5505
|
-
"/internal/
|
|
5895
|
+
"/internal/detections": {
|
|
5506
5896
|
parameters: {
|
|
5507
5897
|
query?: never;
|
|
5508
5898
|
header?: never;
|
|
@@ -5510,8 +5900,8 @@ export interface paths {
|
|
|
5510
5900
|
cookie?: never;
|
|
5511
5901
|
};
|
|
5512
5902
|
/**
|
|
5513
|
-
* Get
|
|
5514
|
-
* @description Internal endpoint used only to ensure
|
|
5903
|
+
* Get Detections (schema generation only)
|
|
5904
|
+
* @description Internal endpoint used only to ensure Detections schema is generated in OpenAPI spec
|
|
5515
5905
|
*/
|
|
5516
5906
|
get: {
|
|
5517
5907
|
parameters: {
|
|
@@ -5528,7 +5918,7 @@ export interface paths {
|
|
|
5528
5918
|
[name: string]: unknown;
|
|
5529
5919
|
};
|
|
5530
5920
|
content: {
|
|
5531
|
-
"application/json": components["schemas"]["models.
|
|
5921
|
+
"application/json": components["schemas"]["models.Detections"];
|
|
5532
5922
|
};
|
|
5533
5923
|
};
|
|
5534
5924
|
};
|
|
@@ -5541,7 +5931,7 @@ export interface paths {
|
|
|
5541
5931
|
patch?: never;
|
|
5542
5932
|
trace?: never;
|
|
5543
5933
|
};
|
|
5544
|
-
"/internal/
|
|
5934
|
+
"/internal/detectionsource": {
|
|
5545
5935
|
parameters: {
|
|
5546
5936
|
query?: never;
|
|
5547
5937
|
header?: never;
|
|
@@ -5549,8 +5939,8 @@ export interface paths {
|
|
|
5549
5939
|
cookie?: never;
|
|
5550
5940
|
};
|
|
5551
5941
|
/**
|
|
5552
|
-
* Get
|
|
5553
|
-
* @description Internal endpoint used only to ensure
|
|
5942
|
+
* Get DetectionSource (schema generation only)
|
|
5943
|
+
* @description Internal endpoint used only to ensure DetectionSource schema is generated in OpenAPI spec
|
|
5554
5944
|
*/
|
|
5555
5945
|
get: {
|
|
5556
5946
|
parameters: {
|
|
@@ -5567,7 +5957,7 @@ export interface paths {
|
|
|
5567
5957
|
[name: string]: unknown;
|
|
5568
5958
|
};
|
|
5569
5959
|
content: {
|
|
5570
|
-
"application/json": components["schemas"]["models.
|
|
5960
|
+
"application/json": components["schemas"]["models.DetectionSource"];
|
|
5571
5961
|
};
|
|
5572
5962
|
};
|
|
5573
5963
|
};
|
|
@@ -5580,7 +5970,7 @@ export interface paths {
|
|
|
5580
5970
|
patch?: never;
|
|
5581
5971
|
trace?: never;
|
|
5582
5972
|
};
|
|
5583
|
-
"/internal/
|
|
5973
|
+
"/internal/detectiontrackinput": {
|
|
5584
5974
|
parameters: {
|
|
5585
5975
|
query?: never;
|
|
5586
5976
|
header?: never;
|
|
@@ -5588,8 +5978,8 @@ export interface paths {
|
|
|
5588
5978
|
cookie?: never;
|
|
5589
5979
|
};
|
|
5590
5980
|
/**
|
|
5591
|
-
* Get
|
|
5592
|
-
* @description Internal endpoint used only to ensure
|
|
5981
|
+
* Get DetectionTrackInput (schema generation only)
|
|
5982
|
+
* @description Internal endpoint used only to ensure DetectionTrackInput schema is generated in OpenAPI spec
|
|
5593
5983
|
*/
|
|
5594
5984
|
get: {
|
|
5595
5985
|
parameters: {
|
|
@@ -5606,7 +5996,7 @@ export interface paths {
|
|
|
5606
5996
|
[name: string]: unknown;
|
|
5607
5997
|
};
|
|
5608
5998
|
content: {
|
|
5609
|
-
"application/json": components["schemas"]["
|
|
5999
|
+
"application/json": components["schemas"]["api.DetectionTrackInput"];
|
|
5610
6000
|
};
|
|
5611
6001
|
};
|
|
5612
6002
|
};
|
|
@@ -8739,7 +9129,202 @@ export interface paths {
|
|
|
8739
9129
|
patch?: never;
|
|
8740
9130
|
trace?: never;
|
|
8741
9131
|
};
|
|
8742
|
-
"/internal/getanalyticsdashboarderrorresponse": {
|
|
9132
|
+
"/internal/getanalyticsdashboarderrorresponse": {
|
|
9133
|
+
parameters: {
|
|
9134
|
+
query?: never;
|
|
9135
|
+
header?: never;
|
|
9136
|
+
path?: never;
|
|
9137
|
+
cookie?: never;
|
|
9138
|
+
};
|
|
9139
|
+
/**
|
|
9140
|
+
* Get GetAnalyticsDashboardErrorResponse (schema generation only)
|
|
9141
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardErrorResponse schema is generated in OpenAPI spec
|
|
9142
|
+
*/
|
|
9143
|
+
get: {
|
|
9144
|
+
parameters: {
|
|
9145
|
+
query?: never;
|
|
9146
|
+
header?: never;
|
|
9147
|
+
path?: never;
|
|
9148
|
+
cookie?: never;
|
|
9149
|
+
};
|
|
9150
|
+
requestBody?: never;
|
|
9151
|
+
responses: {
|
|
9152
|
+
/** @description OK */
|
|
9153
|
+
200: {
|
|
9154
|
+
headers: {
|
|
9155
|
+
[name: string]: unknown;
|
|
9156
|
+
};
|
|
9157
|
+
content: {
|
|
9158
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardErrorResponse"];
|
|
9159
|
+
};
|
|
9160
|
+
};
|
|
9161
|
+
};
|
|
9162
|
+
};
|
|
9163
|
+
put?: never;
|
|
9164
|
+
post?: never;
|
|
9165
|
+
delete?: never;
|
|
9166
|
+
options?: never;
|
|
9167
|
+
head?: never;
|
|
9168
|
+
patch?: never;
|
|
9169
|
+
trace?: never;
|
|
9170
|
+
};
|
|
9171
|
+
"/internal/getanalyticsdashboardrequest": {
|
|
9172
|
+
parameters: {
|
|
9173
|
+
query?: never;
|
|
9174
|
+
header?: never;
|
|
9175
|
+
path?: never;
|
|
9176
|
+
cookie?: never;
|
|
9177
|
+
};
|
|
9178
|
+
/**
|
|
9179
|
+
* Get GetAnalyticsDashboardRequest (schema generation only)
|
|
9180
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardRequest schema is generated in OpenAPI spec
|
|
9181
|
+
*/
|
|
9182
|
+
get: {
|
|
9183
|
+
parameters: {
|
|
9184
|
+
query?: never;
|
|
9185
|
+
header?: never;
|
|
9186
|
+
path?: never;
|
|
9187
|
+
cookie?: never;
|
|
9188
|
+
};
|
|
9189
|
+
requestBody?: never;
|
|
9190
|
+
responses: {
|
|
9191
|
+
/** @description OK */
|
|
9192
|
+
200: {
|
|
9193
|
+
headers: {
|
|
9194
|
+
[name: string]: unknown;
|
|
9195
|
+
};
|
|
9196
|
+
content: {
|
|
9197
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardRequest"];
|
|
9198
|
+
};
|
|
9199
|
+
};
|
|
9200
|
+
};
|
|
9201
|
+
};
|
|
9202
|
+
put?: never;
|
|
9203
|
+
post?: never;
|
|
9204
|
+
delete?: never;
|
|
9205
|
+
options?: never;
|
|
9206
|
+
head?: never;
|
|
9207
|
+
patch?: never;
|
|
9208
|
+
trace?: never;
|
|
9209
|
+
};
|
|
9210
|
+
"/internal/getanalyticsdashboardresponse": {
|
|
9211
|
+
parameters: {
|
|
9212
|
+
query?: never;
|
|
9213
|
+
header?: never;
|
|
9214
|
+
path?: never;
|
|
9215
|
+
cookie?: never;
|
|
9216
|
+
};
|
|
9217
|
+
/**
|
|
9218
|
+
* Get GetAnalyticsDashboardResponse (schema generation only)
|
|
9219
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardResponse schema is generated in OpenAPI spec
|
|
9220
|
+
*/
|
|
9221
|
+
get: {
|
|
9222
|
+
parameters: {
|
|
9223
|
+
query?: never;
|
|
9224
|
+
header?: never;
|
|
9225
|
+
path?: never;
|
|
9226
|
+
cookie?: never;
|
|
9227
|
+
};
|
|
9228
|
+
requestBody?: never;
|
|
9229
|
+
responses: {
|
|
9230
|
+
/** @description OK */
|
|
9231
|
+
200: {
|
|
9232
|
+
headers: {
|
|
9233
|
+
[name: string]: unknown;
|
|
9234
|
+
};
|
|
9235
|
+
content: {
|
|
9236
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardResponse"];
|
|
9237
|
+
};
|
|
9238
|
+
};
|
|
9239
|
+
};
|
|
9240
|
+
};
|
|
9241
|
+
put?: never;
|
|
9242
|
+
post?: never;
|
|
9243
|
+
delete?: never;
|
|
9244
|
+
options?: never;
|
|
9245
|
+
head?: never;
|
|
9246
|
+
patch?: never;
|
|
9247
|
+
trace?: never;
|
|
9248
|
+
};
|
|
9249
|
+
"/internal/getanalyticsdashboardsuccessresponse": {
|
|
9250
|
+
parameters: {
|
|
9251
|
+
query?: never;
|
|
9252
|
+
header?: never;
|
|
9253
|
+
path?: never;
|
|
9254
|
+
cookie?: never;
|
|
9255
|
+
};
|
|
9256
|
+
/**
|
|
9257
|
+
* Get GetAnalyticsDashboardSuccessResponse (schema generation only)
|
|
9258
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardSuccessResponse schema is generated in OpenAPI spec
|
|
9259
|
+
*/
|
|
9260
|
+
get: {
|
|
9261
|
+
parameters: {
|
|
9262
|
+
query?: never;
|
|
9263
|
+
header?: never;
|
|
9264
|
+
path?: never;
|
|
9265
|
+
cookie?: never;
|
|
9266
|
+
};
|
|
9267
|
+
requestBody?: never;
|
|
9268
|
+
responses: {
|
|
9269
|
+
/** @description OK */
|
|
9270
|
+
200: {
|
|
9271
|
+
headers: {
|
|
9272
|
+
[name: string]: unknown;
|
|
9273
|
+
};
|
|
9274
|
+
content: {
|
|
9275
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardSuccessResponse"];
|
|
9276
|
+
};
|
|
9277
|
+
};
|
|
9278
|
+
};
|
|
9279
|
+
};
|
|
9280
|
+
put?: never;
|
|
9281
|
+
post?: never;
|
|
9282
|
+
delete?: never;
|
|
9283
|
+
options?: never;
|
|
9284
|
+
head?: never;
|
|
9285
|
+
patch?: never;
|
|
9286
|
+
trace?: never;
|
|
9287
|
+
};
|
|
9288
|
+
"/internal/getcaseattachmenterrorresponse": {
|
|
9289
|
+
parameters: {
|
|
9290
|
+
query?: never;
|
|
9291
|
+
header?: never;
|
|
9292
|
+
path?: never;
|
|
9293
|
+
cookie?: never;
|
|
9294
|
+
};
|
|
9295
|
+
/**
|
|
9296
|
+
* Get GetCaseAttachmentErrorResponse (schema generation only)
|
|
9297
|
+
* @description Internal endpoint used only to ensure GetCaseAttachmentErrorResponse schema is generated in OpenAPI spec
|
|
9298
|
+
*/
|
|
9299
|
+
get: {
|
|
9300
|
+
parameters: {
|
|
9301
|
+
query?: never;
|
|
9302
|
+
header?: never;
|
|
9303
|
+
path?: never;
|
|
9304
|
+
cookie?: never;
|
|
9305
|
+
};
|
|
9306
|
+
requestBody?: never;
|
|
9307
|
+
responses: {
|
|
9308
|
+
/** @description OK */
|
|
9309
|
+
200: {
|
|
9310
|
+
headers: {
|
|
9311
|
+
[name: string]: unknown;
|
|
9312
|
+
};
|
|
9313
|
+
content: {
|
|
9314
|
+
"application/json": components["schemas"]["api.GetCaseAttachmentErrorResponse"];
|
|
9315
|
+
};
|
|
9316
|
+
};
|
|
9317
|
+
};
|
|
9318
|
+
};
|
|
9319
|
+
put?: never;
|
|
9320
|
+
post?: never;
|
|
9321
|
+
delete?: never;
|
|
9322
|
+
options?: never;
|
|
9323
|
+
head?: never;
|
|
9324
|
+
patch?: never;
|
|
9325
|
+
trace?: never;
|
|
9326
|
+
};
|
|
9327
|
+
"/internal/getcaseattachmentresponse": {
|
|
8743
9328
|
parameters: {
|
|
8744
9329
|
query?: never;
|
|
8745
9330
|
header?: never;
|
|
@@ -8747,8 +9332,8 @@ export interface paths {
|
|
|
8747
9332
|
cookie?: never;
|
|
8748
9333
|
};
|
|
8749
9334
|
/**
|
|
8750
|
-
* Get
|
|
8751
|
-
* @description Internal endpoint used only to ensure
|
|
9335
|
+
* Get GetCaseAttachmentResponse (schema generation only)
|
|
9336
|
+
* @description Internal endpoint used only to ensure GetCaseAttachmentResponse schema is generated in OpenAPI spec
|
|
8752
9337
|
*/
|
|
8753
9338
|
get: {
|
|
8754
9339
|
parameters: {
|
|
@@ -8765,7 +9350,7 @@ export interface paths {
|
|
|
8765
9350
|
[name: string]: unknown;
|
|
8766
9351
|
};
|
|
8767
9352
|
content: {
|
|
8768
|
-
"application/json": components["schemas"]["api.
|
|
9353
|
+
"application/json": components["schemas"]["api.GetCaseAttachmentResponse"];
|
|
8769
9354
|
};
|
|
8770
9355
|
};
|
|
8771
9356
|
};
|
|
@@ -8778,7 +9363,7 @@ export interface paths {
|
|
|
8778
9363
|
patch?: never;
|
|
8779
9364
|
trace?: never;
|
|
8780
9365
|
};
|
|
8781
|
-
"/internal/
|
|
9366
|
+
"/internal/getcaseattachmentsuccessresponse": {
|
|
8782
9367
|
parameters: {
|
|
8783
9368
|
query?: never;
|
|
8784
9369
|
header?: never;
|
|
@@ -8786,8 +9371,8 @@ export interface paths {
|
|
|
8786
9371
|
cookie?: never;
|
|
8787
9372
|
};
|
|
8788
9373
|
/**
|
|
8789
|
-
* Get
|
|
8790
|
-
* @description Internal endpoint used only to ensure
|
|
9374
|
+
* Get GetCaseAttachmentSuccessResponse (schema generation only)
|
|
9375
|
+
* @description Internal endpoint used only to ensure GetCaseAttachmentSuccessResponse schema is generated in OpenAPI spec
|
|
8791
9376
|
*/
|
|
8792
9377
|
get: {
|
|
8793
9378
|
parameters: {
|
|
@@ -8804,7 +9389,7 @@ export interface paths {
|
|
|
8804
9389
|
[name: string]: unknown;
|
|
8805
9390
|
};
|
|
8806
9391
|
content: {
|
|
8807
|
-
"application/json": components["schemas"]["api.
|
|
9392
|
+
"application/json": components["schemas"]["api.GetCaseAttachmentSuccessResponse"];
|
|
8808
9393
|
};
|
|
8809
9394
|
};
|
|
8810
9395
|
};
|
|
@@ -8817,7 +9402,7 @@ export interface paths {
|
|
|
8817
9402
|
patch?: never;
|
|
8818
9403
|
trace?: never;
|
|
8819
9404
|
};
|
|
8820
|
-
"/internal/
|
|
9405
|
+
"/internal/getcasesharebytokeninput": {
|
|
8821
9406
|
parameters: {
|
|
8822
9407
|
query?: never;
|
|
8823
9408
|
header?: never;
|
|
@@ -8825,8 +9410,8 @@ export interface paths {
|
|
|
8825
9410
|
cookie?: never;
|
|
8826
9411
|
};
|
|
8827
9412
|
/**
|
|
8828
|
-
* Get
|
|
8829
|
-
* @description Internal endpoint used only to ensure
|
|
9413
|
+
* Get GetCaseShareByTokenInput (schema generation only)
|
|
9414
|
+
* @description Internal endpoint used only to ensure GetCaseShareByTokenInput schema is generated in OpenAPI spec
|
|
8830
9415
|
*/
|
|
8831
9416
|
get: {
|
|
8832
9417
|
parameters: {
|
|
@@ -8843,7 +9428,7 @@ export interface paths {
|
|
|
8843
9428
|
[name: string]: unknown;
|
|
8844
9429
|
};
|
|
8845
9430
|
content: {
|
|
8846
|
-
"application/json": components["schemas"]["
|
|
9431
|
+
"application/json": components["schemas"]["models.GetCaseShareByTokenInput"];
|
|
8847
9432
|
};
|
|
8848
9433
|
};
|
|
8849
9434
|
};
|
|
@@ -8856,7 +9441,7 @@ export interface paths {
|
|
|
8856
9441
|
patch?: never;
|
|
8857
9442
|
trace?: never;
|
|
8858
9443
|
};
|
|
8859
|
-
"/internal/
|
|
9444
|
+
"/internal/getcasesharebytokenoutput": {
|
|
8860
9445
|
parameters: {
|
|
8861
9446
|
query?: never;
|
|
8862
9447
|
header?: never;
|
|
@@ -8864,8 +9449,8 @@ export interface paths {
|
|
|
8864
9449
|
cookie?: never;
|
|
8865
9450
|
};
|
|
8866
9451
|
/**
|
|
8867
|
-
* Get
|
|
8868
|
-
* @description Internal endpoint used only to ensure
|
|
9452
|
+
* Get GetCaseShareByTokenOutput (schema generation only)
|
|
9453
|
+
* @description Internal endpoint used only to ensure GetCaseShareByTokenOutput schema is generated in OpenAPI spec
|
|
8869
9454
|
*/
|
|
8870
9455
|
get: {
|
|
8871
9456
|
parameters: {
|
|
@@ -8882,7 +9467,7 @@ export interface paths {
|
|
|
8882
9467
|
[name: string]: unknown;
|
|
8883
9468
|
};
|
|
8884
9469
|
content: {
|
|
8885
|
-
"application/json": components["schemas"]["
|
|
9470
|
+
"application/json": components["schemas"]["models.GetCaseShareByTokenOutput"];
|
|
8886
9471
|
};
|
|
8887
9472
|
};
|
|
8888
9473
|
};
|
|
@@ -8895,7 +9480,7 @@ export interface paths {
|
|
|
8895
9480
|
patch?: never;
|
|
8896
9481
|
trace?: never;
|
|
8897
9482
|
};
|
|
8898
|
-
"/internal/
|
|
9483
|
+
"/internal/getcasesharesfortaskinput": {
|
|
8899
9484
|
parameters: {
|
|
8900
9485
|
query?: never;
|
|
8901
9486
|
header?: never;
|
|
@@ -8903,8 +9488,8 @@ export interface paths {
|
|
|
8903
9488
|
cookie?: never;
|
|
8904
9489
|
};
|
|
8905
9490
|
/**
|
|
8906
|
-
* Get
|
|
8907
|
-
* @description Internal endpoint used only to ensure
|
|
9491
|
+
* Get GetCaseSharesForTaskInput (schema generation only)
|
|
9492
|
+
* @description Internal endpoint used only to ensure GetCaseSharesForTaskInput schema is generated in OpenAPI spec
|
|
8908
9493
|
*/
|
|
8909
9494
|
get: {
|
|
8910
9495
|
parameters: {
|
|
@@ -8921,7 +9506,7 @@ export interface paths {
|
|
|
8921
9506
|
[name: string]: unknown;
|
|
8922
9507
|
};
|
|
8923
9508
|
content: {
|
|
8924
|
-
"application/json": components["schemas"]["
|
|
9509
|
+
"application/json": components["schemas"]["models.GetCaseSharesForTaskInput"];
|
|
8925
9510
|
};
|
|
8926
9511
|
};
|
|
8927
9512
|
};
|
|
@@ -8934,7 +9519,7 @@ export interface paths {
|
|
|
8934
9519
|
patch?: never;
|
|
8935
9520
|
trace?: never;
|
|
8936
9521
|
};
|
|
8937
|
-
"/internal/
|
|
9522
|
+
"/internal/getcasesharesfortaskoutput": {
|
|
8938
9523
|
parameters: {
|
|
8939
9524
|
query?: never;
|
|
8940
9525
|
header?: never;
|
|
@@ -8942,8 +9527,8 @@ export interface paths {
|
|
|
8942
9527
|
cookie?: never;
|
|
8943
9528
|
};
|
|
8944
9529
|
/**
|
|
8945
|
-
* Get
|
|
8946
|
-
* @description Internal endpoint used only to ensure
|
|
9530
|
+
* Get GetCaseSharesForTaskOutput (schema generation only)
|
|
9531
|
+
* @description Internal endpoint used only to ensure GetCaseSharesForTaskOutput schema is generated in OpenAPI spec
|
|
8947
9532
|
*/
|
|
8948
9533
|
get: {
|
|
8949
9534
|
parameters: {
|
|
@@ -8960,7 +9545,7 @@ export interface paths {
|
|
|
8960
9545
|
[name: string]: unknown;
|
|
8961
9546
|
};
|
|
8962
9547
|
content: {
|
|
8963
|
-
"application/json": components["schemas"]["
|
|
9548
|
+
"application/json": components["schemas"]["models.GetCaseSharesForTaskOutput"];
|
|
8964
9549
|
};
|
|
8965
9550
|
};
|
|
8966
9551
|
};
|
|
@@ -8973,7 +9558,7 @@ export interface paths {
|
|
|
8973
9558
|
patch?: never;
|
|
8974
9559
|
trace?: never;
|
|
8975
9560
|
};
|
|
8976
|
-
"/internal/
|
|
9561
|
+
"/internal/getcustomalertserrorresponse": {
|
|
8977
9562
|
parameters: {
|
|
8978
9563
|
query?: never;
|
|
8979
9564
|
header?: never;
|
|
@@ -8981,8 +9566,8 @@ export interface paths {
|
|
|
8981
9566
|
cookie?: never;
|
|
8982
9567
|
};
|
|
8983
9568
|
/**
|
|
8984
|
-
* Get
|
|
8985
|
-
* @description Internal endpoint used only to ensure
|
|
9569
|
+
* Get GetCustomAlertsErrorResponse (schema generation only)
|
|
9570
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsErrorResponse schema is generated in OpenAPI spec
|
|
8986
9571
|
*/
|
|
8987
9572
|
get: {
|
|
8988
9573
|
parameters: {
|
|
@@ -8999,7 +9584,7 @@ export interface paths {
|
|
|
8999
9584
|
[name: string]: unknown;
|
|
9000
9585
|
};
|
|
9001
9586
|
content: {
|
|
9002
|
-
"application/json": components["schemas"]["api.
|
|
9587
|
+
"application/json": components["schemas"]["api.GetCustomAlertsErrorResponse"];
|
|
9003
9588
|
};
|
|
9004
9589
|
};
|
|
9005
9590
|
};
|
|
@@ -9012,7 +9597,7 @@ export interface paths {
|
|
|
9012
9597
|
patch?: never;
|
|
9013
9598
|
trace?: never;
|
|
9014
9599
|
};
|
|
9015
|
-
"/internal/
|
|
9600
|
+
"/internal/getcustomalertsrequest": {
|
|
9016
9601
|
parameters: {
|
|
9017
9602
|
query?: never;
|
|
9018
9603
|
header?: never;
|
|
@@ -9020,8 +9605,8 @@ export interface paths {
|
|
|
9020
9605
|
cookie?: never;
|
|
9021
9606
|
};
|
|
9022
9607
|
/**
|
|
9023
|
-
* Get
|
|
9024
|
-
* @description Internal endpoint used only to ensure
|
|
9608
|
+
* Get GetCustomAlertsRequest (schema generation only)
|
|
9609
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsRequest schema is generated in OpenAPI spec
|
|
9025
9610
|
*/
|
|
9026
9611
|
get: {
|
|
9027
9612
|
parameters: {
|
|
@@ -9038,7 +9623,7 @@ export interface paths {
|
|
|
9038
9623
|
[name: string]: unknown;
|
|
9039
9624
|
};
|
|
9040
9625
|
content: {
|
|
9041
|
-
"application/json": components["schemas"]["
|
|
9626
|
+
"application/json": components["schemas"]["api.GetCustomAlertsRequest"];
|
|
9042
9627
|
};
|
|
9043
9628
|
};
|
|
9044
9629
|
};
|
|
@@ -9051,7 +9636,7 @@ export interface paths {
|
|
|
9051
9636
|
patch?: never;
|
|
9052
9637
|
trace?: never;
|
|
9053
9638
|
};
|
|
9054
|
-
"/internal/
|
|
9639
|
+
"/internal/getcustomalertsresponse": {
|
|
9055
9640
|
parameters: {
|
|
9056
9641
|
query?: never;
|
|
9057
9642
|
header?: never;
|
|
@@ -9059,8 +9644,8 @@ export interface paths {
|
|
|
9059
9644
|
cookie?: never;
|
|
9060
9645
|
};
|
|
9061
9646
|
/**
|
|
9062
|
-
* Get
|
|
9063
|
-
* @description Internal endpoint used only to ensure
|
|
9647
|
+
* Get GetCustomAlertsResponse (schema generation only)
|
|
9648
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsResponse schema is generated in OpenAPI spec
|
|
9064
9649
|
*/
|
|
9065
9650
|
get: {
|
|
9066
9651
|
parameters: {
|
|
@@ -9077,7 +9662,7 @@ export interface paths {
|
|
|
9077
9662
|
[name: string]: unknown;
|
|
9078
9663
|
};
|
|
9079
9664
|
content: {
|
|
9080
|
-
"application/json": components["schemas"]["
|
|
9665
|
+
"application/json": components["schemas"]["api.GetCustomAlertsResponse"];
|
|
9081
9666
|
};
|
|
9082
9667
|
};
|
|
9083
9668
|
};
|
|
@@ -9090,7 +9675,7 @@ export interface paths {
|
|
|
9090
9675
|
patch?: never;
|
|
9091
9676
|
trace?: never;
|
|
9092
9677
|
};
|
|
9093
|
-
"/internal/
|
|
9678
|
+
"/internal/getcustomalertssuccessresponse": {
|
|
9094
9679
|
parameters: {
|
|
9095
9680
|
query?: never;
|
|
9096
9681
|
header?: never;
|
|
@@ -9098,8 +9683,8 @@ export interface paths {
|
|
|
9098
9683
|
cookie?: never;
|
|
9099
9684
|
};
|
|
9100
9685
|
/**
|
|
9101
|
-
* Get
|
|
9102
|
-
* @description Internal endpoint used only to ensure
|
|
9686
|
+
* Get GetCustomAlertsSuccessResponse (schema generation only)
|
|
9687
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsSuccessResponse schema is generated in OpenAPI spec
|
|
9103
9688
|
*/
|
|
9104
9689
|
get: {
|
|
9105
9690
|
parameters: {
|
|
@@ -9116,7 +9701,7 @@ export interface paths {
|
|
|
9116
9701
|
[name: string]: unknown;
|
|
9117
9702
|
};
|
|
9118
9703
|
content: {
|
|
9119
|
-
"application/json": components["schemas"]["
|
|
9704
|
+
"application/json": components["schemas"]["api.GetCustomAlertsSuccessResponse"];
|
|
9120
9705
|
};
|
|
9121
9706
|
};
|
|
9122
9707
|
};
|
|
@@ -9129,7 +9714,7 @@ export interface paths {
|
|
|
9129
9714
|
patch?: never;
|
|
9130
9715
|
trace?: never;
|
|
9131
9716
|
};
|
|
9132
|
-
"/internal/
|
|
9717
|
+
"/internal/getdetectionrunerrorresponse": {
|
|
9133
9718
|
parameters: {
|
|
9134
9719
|
query?: never;
|
|
9135
9720
|
header?: never;
|
|
@@ -9137,8 +9722,8 @@ export interface paths {
|
|
|
9137
9722
|
cookie?: never;
|
|
9138
9723
|
};
|
|
9139
9724
|
/**
|
|
9140
|
-
* Get
|
|
9141
|
-
* @description Internal endpoint used only to ensure
|
|
9725
|
+
* Get GetDetectionRunErrorResponse (schema generation only)
|
|
9726
|
+
* @description Internal endpoint used only to ensure GetDetectionRunErrorResponse schema is generated in OpenAPI spec
|
|
9142
9727
|
*/
|
|
9143
9728
|
get: {
|
|
9144
9729
|
parameters: {
|
|
@@ -9155,7 +9740,7 @@ export interface paths {
|
|
|
9155
9740
|
[name: string]: unknown;
|
|
9156
9741
|
};
|
|
9157
9742
|
content: {
|
|
9158
|
-
"application/json": components["schemas"]["
|
|
9743
|
+
"application/json": components["schemas"]["api.GetDetectionRunErrorResponse"];
|
|
9159
9744
|
};
|
|
9160
9745
|
};
|
|
9161
9746
|
};
|
|
@@ -9168,7 +9753,7 @@ export interface paths {
|
|
|
9168
9753
|
patch?: never;
|
|
9169
9754
|
trace?: never;
|
|
9170
9755
|
};
|
|
9171
|
-
"/internal/
|
|
9756
|
+
"/internal/getdetectionrunsuccessresponse": {
|
|
9172
9757
|
parameters: {
|
|
9173
9758
|
query?: never;
|
|
9174
9759
|
header?: never;
|
|
@@ -9176,8 +9761,8 @@ export interface paths {
|
|
|
9176
9761
|
cookie?: never;
|
|
9177
9762
|
};
|
|
9178
9763
|
/**
|
|
9179
|
-
* Get
|
|
9180
|
-
* @description Internal endpoint used only to ensure
|
|
9764
|
+
* Get GetDetectionRunSuccessResponse (schema generation only)
|
|
9765
|
+
* @description Internal endpoint used only to ensure GetDetectionRunSuccessResponse schema is generated in OpenAPI spec
|
|
9181
9766
|
*/
|
|
9182
9767
|
get: {
|
|
9183
9768
|
parameters: {
|
|
@@ -9194,7 +9779,7 @@ export interface paths {
|
|
|
9194
9779
|
[name: string]: unknown;
|
|
9195
9780
|
};
|
|
9196
9781
|
content: {
|
|
9197
|
-
"application/json": components["schemas"]["api.
|
|
9782
|
+
"application/json": components["schemas"]["api.GetDetectionRunSuccessResponse"];
|
|
9198
9783
|
};
|
|
9199
9784
|
};
|
|
9200
9785
|
};
|
|
@@ -9207,7 +9792,7 @@ export interface paths {
|
|
|
9207
9792
|
patch?: never;
|
|
9208
9793
|
trace?: never;
|
|
9209
9794
|
};
|
|
9210
|
-
"/internal/
|
|
9795
|
+
"/internal/getdetectionserrorresponse": {
|
|
9211
9796
|
parameters: {
|
|
9212
9797
|
query?: never;
|
|
9213
9798
|
header?: never;
|
|
@@ -9215,8 +9800,8 @@ export interface paths {
|
|
|
9215
9800
|
cookie?: never;
|
|
9216
9801
|
};
|
|
9217
9802
|
/**
|
|
9218
|
-
* Get
|
|
9219
|
-
* @description Internal endpoint used only to ensure
|
|
9803
|
+
* Get GetDetectionsErrorResponse (schema generation only)
|
|
9804
|
+
* @description Internal endpoint used only to ensure GetDetectionsErrorResponse schema is generated in OpenAPI spec
|
|
9220
9805
|
*/
|
|
9221
9806
|
get: {
|
|
9222
9807
|
parameters: {
|
|
@@ -9233,7 +9818,7 @@ export interface paths {
|
|
|
9233
9818
|
[name: string]: unknown;
|
|
9234
9819
|
};
|
|
9235
9820
|
content: {
|
|
9236
|
-
"application/json": components["schemas"]["api.
|
|
9821
|
+
"application/json": components["schemas"]["api.GetDetectionsErrorResponse"];
|
|
9237
9822
|
};
|
|
9238
9823
|
};
|
|
9239
9824
|
};
|
|
@@ -9246,7 +9831,7 @@ export interface paths {
|
|
|
9246
9831
|
patch?: never;
|
|
9247
9832
|
trace?: never;
|
|
9248
9833
|
};
|
|
9249
|
-
"/internal/
|
|
9834
|
+
"/internal/getdetectionsresponse": {
|
|
9250
9835
|
parameters: {
|
|
9251
9836
|
query?: never;
|
|
9252
9837
|
header?: never;
|
|
@@ -9254,8 +9839,8 @@ export interface paths {
|
|
|
9254
9839
|
cookie?: never;
|
|
9255
9840
|
};
|
|
9256
9841
|
/**
|
|
9257
|
-
* Get
|
|
9258
|
-
* @description Internal endpoint used only to ensure
|
|
9842
|
+
* Get GetDetectionsResponse (schema generation only)
|
|
9843
|
+
* @description Internal endpoint used only to ensure GetDetectionsResponse schema is generated in OpenAPI spec
|
|
9259
9844
|
*/
|
|
9260
9845
|
get: {
|
|
9261
9846
|
parameters: {
|
|
@@ -9272,7 +9857,7 @@ export interface paths {
|
|
|
9272
9857
|
[name: string]: unknown;
|
|
9273
9858
|
};
|
|
9274
9859
|
content: {
|
|
9275
|
-
"application/json": components["schemas"]["api.
|
|
9860
|
+
"application/json": components["schemas"]["api.GetDetectionsResponse"];
|
|
9276
9861
|
};
|
|
9277
9862
|
};
|
|
9278
9863
|
};
|
|
@@ -9285,7 +9870,7 @@ export interface paths {
|
|
|
9285
9870
|
patch?: never;
|
|
9286
9871
|
trace?: never;
|
|
9287
9872
|
};
|
|
9288
|
-
"/internal/
|
|
9873
|
+
"/internal/getdetectionssuccessresponse": {
|
|
9289
9874
|
parameters: {
|
|
9290
9875
|
query?: never;
|
|
9291
9876
|
header?: never;
|
|
@@ -9293,8 +9878,8 @@ export interface paths {
|
|
|
9293
9878
|
cookie?: never;
|
|
9294
9879
|
};
|
|
9295
9880
|
/**
|
|
9296
|
-
* Get
|
|
9297
|
-
* @description Internal endpoint used only to ensure
|
|
9881
|
+
* Get GetDetectionsSuccessResponse (schema generation only)
|
|
9882
|
+
* @description Internal endpoint used only to ensure GetDetectionsSuccessResponse schema is generated in OpenAPI spec
|
|
9298
9883
|
*/
|
|
9299
9884
|
get: {
|
|
9300
9885
|
parameters: {
|
|
@@ -9311,7 +9896,7 @@ export interface paths {
|
|
|
9311
9896
|
[name: string]: unknown;
|
|
9312
9897
|
};
|
|
9313
9898
|
content: {
|
|
9314
|
-
"application/json": components["schemas"]["api.
|
|
9899
|
+
"application/json": components["schemas"]["api.GetDetectionsSuccessResponse"];
|
|
9315
9900
|
};
|
|
9316
9901
|
};
|
|
9317
9902
|
};
|
|
@@ -17384,7 +17969,163 @@ export interface paths {
|
|
|
17384
17969
|
[name: string]: unknown;
|
|
17385
17970
|
};
|
|
17386
17971
|
content: {
|
|
17387
|
-
"application/json": components["schemas"]["api.PanicResponse"];
|
|
17972
|
+
"application/json": components["schemas"]["api.PanicResponse"];
|
|
17973
|
+
};
|
|
17974
|
+
};
|
|
17975
|
+
};
|
|
17976
|
+
};
|
|
17977
|
+
put?: never;
|
|
17978
|
+
post?: never;
|
|
17979
|
+
delete?: never;
|
|
17980
|
+
options?: never;
|
|
17981
|
+
head?: never;
|
|
17982
|
+
patch?: never;
|
|
17983
|
+
trace?: never;
|
|
17984
|
+
};
|
|
17985
|
+
"/internal/patchvideowallerrorresponse": {
|
|
17986
|
+
parameters: {
|
|
17987
|
+
query?: never;
|
|
17988
|
+
header?: never;
|
|
17989
|
+
path?: never;
|
|
17990
|
+
cookie?: never;
|
|
17991
|
+
};
|
|
17992
|
+
/**
|
|
17993
|
+
* Get PatchVideowallErrorResponse (schema generation only)
|
|
17994
|
+
* @description Internal endpoint used only to ensure PatchVideowallErrorResponse schema is generated in OpenAPI spec
|
|
17995
|
+
*/
|
|
17996
|
+
get: {
|
|
17997
|
+
parameters: {
|
|
17998
|
+
query?: never;
|
|
17999
|
+
header?: never;
|
|
18000
|
+
path?: never;
|
|
18001
|
+
cookie?: never;
|
|
18002
|
+
};
|
|
18003
|
+
requestBody?: never;
|
|
18004
|
+
responses: {
|
|
18005
|
+
/** @description OK */
|
|
18006
|
+
200: {
|
|
18007
|
+
headers: {
|
|
18008
|
+
[name: string]: unknown;
|
|
18009
|
+
};
|
|
18010
|
+
content: {
|
|
18011
|
+
"application/json": components["schemas"]["api.PatchVideowallErrorResponse"];
|
|
18012
|
+
};
|
|
18013
|
+
};
|
|
18014
|
+
};
|
|
18015
|
+
};
|
|
18016
|
+
put?: never;
|
|
18017
|
+
post?: never;
|
|
18018
|
+
delete?: never;
|
|
18019
|
+
options?: never;
|
|
18020
|
+
head?: never;
|
|
18021
|
+
patch?: never;
|
|
18022
|
+
trace?: never;
|
|
18023
|
+
};
|
|
18024
|
+
"/internal/patchvideowallinput": {
|
|
18025
|
+
parameters: {
|
|
18026
|
+
query?: never;
|
|
18027
|
+
header?: never;
|
|
18028
|
+
path?: never;
|
|
18029
|
+
cookie?: never;
|
|
18030
|
+
};
|
|
18031
|
+
/**
|
|
18032
|
+
* Get PatchVideowallInput (schema generation only)
|
|
18033
|
+
* @description Internal endpoint used only to ensure PatchVideowallInput schema is generated in OpenAPI spec
|
|
18034
|
+
*/
|
|
18035
|
+
get: {
|
|
18036
|
+
parameters: {
|
|
18037
|
+
query?: never;
|
|
18038
|
+
header?: never;
|
|
18039
|
+
path?: never;
|
|
18040
|
+
cookie?: never;
|
|
18041
|
+
};
|
|
18042
|
+
requestBody?: never;
|
|
18043
|
+
responses: {
|
|
18044
|
+
/** @description OK */
|
|
18045
|
+
200: {
|
|
18046
|
+
headers: {
|
|
18047
|
+
[name: string]: unknown;
|
|
18048
|
+
};
|
|
18049
|
+
content: {
|
|
18050
|
+
"application/json": components["schemas"]["models.PatchVideowallInput"];
|
|
18051
|
+
};
|
|
18052
|
+
};
|
|
18053
|
+
};
|
|
18054
|
+
};
|
|
18055
|
+
put?: never;
|
|
18056
|
+
post?: never;
|
|
18057
|
+
delete?: never;
|
|
18058
|
+
options?: never;
|
|
18059
|
+
head?: never;
|
|
18060
|
+
patch?: never;
|
|
18061
|
+
trace?: never;
|
|
18062
|
+
};
|
|
18063
|
+
"/internal/patchvideowalloutput": {
|
|
18064
|
+
parameters: {
|
|
18065
|
+
query?: never;
|
|
18066
|
+
header?: never;
|
|
18067
|
+
path?: never;
|
|
18068
|
+
cookie?: never;
|
|
18069
|
+
};
|
|
18070
|
+
/**
|
|
18071
|
+
* Get PatchVideowallOutput (schema generation only)
|
|
18072
|
+
* @description Internal endpoint used only to ensure PatchVideowallOutput schema is generated in OpenAPI spec
|
|
18073
|
+
*/
|
|
18074
|
+
get: {
|
|
18075
|
+
parameters: {
|
|
18076
|
+
query?: never;
|
|
18077
|
+
header?: never;
|
|
18078
|
+
path?: never;
|
|
18079
|
+
cookie?: never;
|
|
18080
|
+
};
|
|
18081
|
+
requestBody?: never;
|
|
18082
|
+
responses: {
|
|
18083
|
+
/** @description OK */
|
|
18084
|
+
200: {
|
|
18085
|
+
headers: {
|
|
18086
|
+
[name: string]: unknown;
|
|
18087
|
+
};
|
|
18088
|
+
content: {
|
|
18089
|
+
"application/json": components["schemas"]["models.PatchVideowallOutput"];
|
|
18090
|
+
};
|
|
18091
|
+
};
|
|
18092
|
+
};
|
|
18093
|
+
};
|
|
18094
|
+
put?: never;
|
|
18095
|
+
post?: never;
|
|
18096
|
+
delete?: never;
|
|
18097
|
+
options?: never;
|
|
18098
|
+
head?: never;
|
|
18099
|
+
patch?: never;
|
|
18100
|
+
trace?: never;
|
|
18101
|
+
};
|
|
18102
|
+
"/internal/patchvideowallrequest": {
|
|
18103
|
+
parameters: {
|
|
18104
|
+
query?: never;
|
|
18105
|
+
header?: never;
|
|
18106
|
+
path?: never;
|
|
18107
|
+
cookie?: never;
|
|
18108
|
+
};
|
|
18109
|
+
/**
|
|
18110
|
+
* Get PatchVideowallRequest (schema generation only)
|
|
18111
|
+
* @description Internal endpoint used only to ensure PatchVideowallRequest 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"]["api.PatchVideowallRequest"];
|
|
17388
18129
|
};
|
|
17389
18130
|
};
|
|
17390
18131
|
};
|
|
@@ -17397,7 +18138,7 @@ export interface paths {
|
|
|
17397
18138
|
patch?: never;
|
|
17398
18139
|
trace?: never;
|
|
17399
18140
|
};
|
|
17400
|
-
"/internal/
|
|
18141
|
+
"/internal/patchvideowallresponse": {
|
|
17401
18142
|
parameters: {
|
|
17402
18143
|
query?: never;
|
|
17403
18144
|
header?: never;
|
|
@@ -17405,8 +18146,8 @@ export interface paths {
|
|
|
17405
18146
|
cookie?: never;
|
|
17406
18147
|
};
|
|
17407
18148
|
/**
|
|
17408
|
-
* Get
|
|
17409
|
-
* @description Internal endpoint used only to ensure
|
|
18149
|
+
* Get PatchVideowallResponse (schema generation only)
|
|
18150
|
+
* @description Internal endpoint used only to ensure PatchVideowallResponse schema is generated in OpenAPI spec
|
|
17410
18151
|
*/
|
|
17411
18152
|
get: {
|
|
17412
18153
|
parameters: {
|
|
@@ -17423,7 +18164,7 @@ export interface paths {
|
|
|
17423
18164
|
[name: string]: unknown;
|
|
17424
18165
|
};
|
|
17425
18166
|
content: {
|
|
17426
|
-
"application/json": components["schemas"]["api.
|
|
18167
|
+
"application/json": components["schemas"]["api.PatchVideowallResponse"];
|
|
17427
18168
|
};
|
|
17428
18169
|
};
|
|
17429
18170
|
};
|
|
@@ -17436,7 +18177,7 @@ export interface paths {
|
|
|
17436
18177
|
patch?: never;
|
|
17437
18178
|
trace?: never;
|
|
17438
18179
|
};
|
|
17439
|
-
"/internal/
|
|
18180
|
+
"/internal/patchvideowallsuccessresponse": {
|
|
17440
18181
|
parameters: {
|
|
17441
18182
|
query?: never;
|
|
17442
18183
|
header?: never;
|
|
@@ -17444,8 +18185,8 @@ export interface paths {
|
|
|
17444
18185
|
cookie?: never;
|
|
17445
18186
|
};
|
|
17446
18187
|
/**
|
|
17447
|
-
* Get
|
|
17448
|
-
* @description Internal endpoint used only to ensure
|
|
18188
|
+
* Get PatchVideowallSuccessResponse (schema generation only)
|
|
18189
|
+
* @description Internal endpoint used only to ensure PatchVideowallSuccessResponse schema is generated in OpenAPI spec
|
|
17449
18190
|
*/
|
|
17450
18191
|
get: {
|
|
17451
18192
|
parameters: {
|
|
@@ -17462,7 +18203,7 @@ export interface paths {
|
|
|
17462
18203
|
[name: string]: unknown;
|
|
17463
18204
|
};
|
|
17464
18205
|
content: {
|
|
17465
|
-
"application/json": components["schemas"]["
|
|
18206
|
+
"application/json": components["schemas"]["api.PatchVideowallSuccessResponse"];
|
|
17466
18207
|
};
|
|
17467
18208
|
};
|
|
17468
18209
|
};
|
|
@@ -17475,7 +18216,7 @@ export interface paths {
|
|
|
17475
18216
|
patch?: never;
|
|
17476
18217
|
trace?: never;
|
|
17477
18218
|
};
|
|
17478
|
-
"/internal/
|
|
18219
|
+
"/internal/permissions": {
|
|
17479
18220
|
parameters: {
|
|
17480
18221
|
query?: never;
|
|
17481
18222
|
header?: never;
|
|
@@ -17483,8 +18224,8 @@ export interface paths {
|
|
|
17483
18224
|
cookie?: never;
|
|
17484
18225
|
};
|
|
17485
18226
|
/**
|
|
17486
|
-
* Get
|
|
17487
|
-
* @description Internal endpoint used only to ensure
|
|
18227
|
+
* Get Permissions (schema generation only)
|
|
18228
|
+
* @description Internal endpoint used only to ensure Permissions schema is generated in OpenAPI spec
|
|
17488
18229
|
*/
|
|
17489
18230
|
get: {
|
|
17490
18231
|
parameters: {
|
|
@@ -17501,7 +18242,7 @@ export interface paths {
|
|
|
17501
18242
|
[name: string]: unknown;
|
|
17502
18243
|
};
|
|
17503
18244
|
content: {
|
|
17504
|
-
"application/json": components["schemas"]["models.
|
|
18245
|
+
"application/json": components["schemas"]["models.Permissions"];
|
|
17505
18246
|
};
|
|
17506
18247
|
};
|
|
17507
18248
|
};
|
|
@@ -17514,7 +18255,7 @@ export interface paths {
|
|
|
17514
18255
|
patch?: never;
|
|
17515
18256
|
trace?: never;
|
|
17516
18257
|
};
|
|
17517
|
-
"/internal/
|
|
18258
|
+
"/internal/pipelineevent": {
|
|
17518
18259
|
parameters: {
|
|
17519
18260
|
query?: never;
|
|
17520
18261
|
header?: never;
|
|
@@ -17522,8 +18263,8 @@ export interface paths {
|
|
|
17522
18263
|
cookie?: never;
|
|
17523
18264
|
};
|
|
17524
18265
|
/**
|
|
17525
|
-
* Get
|
|
17526
|
-
* @description Internal endpoint used only to ensure
|
|
18266
|
+
* Get PipelineEvent (schema generation only)
|
|
18267
|
+
* @description Internal endpoint used only to ensure PipelineEvent schema is generated in OpenAPI spec
|
|
17527
18268
|
*/
|
|
17528
18269
|
get: {
|
|
17529
18270
|
parameters: {
|
|
@@ -17540,7 +18281,7 @@ export interface paths {
|
|
|
17540
18281
|
[name: string]: unknown;
|
|
17541
18282
|
};
|
|
17542
18283
|
content: {
|
|
17543
|
-
"application/json": components["schemas"]["
|
|
18284
|
+
"application/json": components["schemas"]["models.PipelineEvent"];
|
|
17544
18285
|
};
|
|
17545
18286
|
};
|
|
17546
18287
|
};
|
|
@@ -17553,7 +18294,7 @@ export interface paths {
|
|
|
17553
18294
|
patch?: never;
|
|
17554
18295
|
trace?: never;
|
|
17555
18296
|
};
|
|
17556
|
-
"/internal/
|
|
18297
|
+
"/internal/pipelinemetadata": {
|
|
17557
18298
|
parameters: {
|
|
17558
18299
|
query?: never;
|
|
17559
18300
|
header?: never;
|
|
@@ -17561,8 +18302,8 @@ export interface paths {
|
|
|
17561
18302
|
cookie?: never;
|
|
17562
18303
|
};
|
|
17563
18304
|
/**
|
|
17564
|
-
* Get
|
|
17565
|
-
* @description Internal endpoint used only to ensure
|
|
18305
|
+
* Get PipelineMetadata (schema generation only)
|
|
18306
|
+
* @description Internal endpoint used only to ensure PipelineMetadata schema is generated in OpenAPI spec
|
|
17566
18307
|
*/
|
|
17567
18308
|
get: {
|
|
17568
18309
|
parameters: {
|
|
@@ -17579,7 +18320,7 @@ export interface paths {
|
|
|
17579
18320
|
[name: string]: unknown;
|
|
17580
18321
|
};
|
|
17581
18322
|
content: {
|
|
17582
|
-
"application/json": components["schemas"]["
|
|
18323
|
+
"application/json": components["schemas"]["models.PipelineMetadata"];
|
|
17583
18324
|
};
|
|
17584
18325
|
};
|
|
17585
18326
|
};
|
|
@@ -17592,7 +18333,7 @@ export interface paths {
|
|
|
17592
18333
|
patch?: never;
|
|
17593
18334
|
trace?: never;
|
|
17594
18335
|
};
|
|
17595
|
-
"/internal/
|
|
18336
|
+
"/internal/pipelinemetrics": {
|
|
17596
18337
|
parameters: {
|
|
17597
18338
|
query?: never;
|
|
17598
18339
|
header?: never;
|
|
@@ -17600,8 +18341,8 @@ export interface paths {
|
|
|
17600
18341
|
cookie?: never;
|
|
17601
18342
|
};
|
|
17602
18343
|
/**
|
|
17603
|
-
* Get
|
|
17604
|
-
* @description Internal endpoint used only to ensure
|
|
18344
|
+
* Get PipelineMetrics (schema generation only)
|
|
18345
|
+
* @description Internal endpoint used only to ensure PipelineMetrics schema is generated in OpenAPI spec
|
|
17605
18346
|
*/
|
|
17606
18347
|
get: {
|
|
17607
18348
|
parameters: {
|
|
@@ -17618,7 +18359,7 @@ export interface paths {
|
|
|
17618
18359
|
[name: string]: unknown;
|
|
17619
18360
|
};
|
|
17620
18361
|
content: {
|
|
17621
|
-
"application/json": components["schemas"]["
|
|
18362
|
+
"application/json": components["schemas"]["models.PipelineMetrics"];
|
|
17622
18363
|
};
|
|
17623
18364
|
};
|
|
17624
18365
|
};
|
|
@@ -17631,7 +18372,7 @@ export interface paths {
|
|
|
17631
18372
|
patch?: never;
|
|
17632
18373
|
trace?: never;
|
|
17633
18374
|
};
|
|
17634
|
-
"/internal/
|
|
18375
|
+
"/internal/pipelinepayload": {
|
|
17635
18376
|
parameters: {
|
|
17636
18377
|
query?: never;
|
|
17637
18378
|
header?: never;
|
|
@@ -17639,8 +18380,8 @@ export interface paths {
|
|
|
17639
18380
|
cookie?: never;
|
|
17640
18381
|
};
|
|
17641
18382
|
/**
|
|
17642
|
-
* Get
|
|
17643
|
-
* @description Internal endpoint used only to ensure
|
|
18383
|
+
* Get PipelinePayload (schema generation only)
|
|
18384
|
+
* @description Internal endpoint used only to ensure PipelinePayload schema is generated in OpenAPI spec
|
|
17644
18385
|
*/
|
|
17645
18386
|
get: {
|
|
17646
18387
|
parameters: {
|
|
@@ -17657,7 +18398,7 @@ export interface paths {
|
|
|
17657
18398
|
[name: string]: unknown;
|
|
17658
18399
|
};
|
|
17659
18400
|
content: {
|
|
17660
|
-
"application/json": components["schemas"]["models.
|
|
18401
|
+
"application/json": components["schemas"]["models.PipelinePayload"];
|
|
17661
18402
|
};
|
|
17662
18403
|
};
|
|
17663
18404
|
};
|
|
@@ -17670,7 +18411,7 @@ export interface paths {
|
|
|
17670
18411
|
patch?: never;
|
|
17671
18412
|
trace?: never;
|
|
17672
18413
|
};
|
|
17673
|
-
"/internal/
|
|
18414
|
+
"/internal/plan": {
|
|
17674
18415
|
parameters: {
|
|
17675
18416
|
query?: never;
|
|
17676
18417
|
header?: never;
|
|
@@ -17678,8 +18419,8 @@ export interface paths {
|
|
|
17678
18419
|
cookie?: never;
|
|
17679
18420
|
};
|
|
17680
18421
|
/**
|
|
17681
|
-
* Get
|
|
17682
|
-
* @description Internal endpoint used only to ensure
|
|
18422
|
+
* Get Plan (schema generation only)
|
|
18423
|
+
* @description Internal endpoint used only to ensure Plan schema is generated in OpenAPI spec
|
|
17683
18424
|
*/
|
|
17684
18425
|
get: {
|
|
17685
18426
|
parameters: {
|
|
@@ -17696,7 +18437,7 @@ export interface paths {
|
|
|
17696
18437
|
[name: string]: unknown;
|
|
17697
18438
|
};
|
|
17698
18439
|
content: {
|
|
17699
|
-
"application/json": components["schemas"]["models.
|
|
18440
|
+
"application/json": components["schemas"]["models.Plan"];
|
|
17700
18441
|
};
|
|
17701
18442
|
};
|
|
17702
18443
|
};
|
|
@@ -17709,7 +18450,7 @@ export interface paths {
|
|
|
17709
18450
|
patch?: never;
|
|
17710
18451
|
trace?: never;
|
|
17711
18452
|
};
|
|
17712
|
-
"/internal/
|
|
18453
|
+
"/internal/point": {
|
|
17713
18454
|
parameters: {
|
|
17714
18455
|
query?: never;
|
|
17715
18456
|
header?: never;
|
|
@@ -17717,8 +18458,8 @@ export interface paths {
|
|
|
17717
18458
|
cookie?: never;
|
|
17718
18459
|
};
|
|
17719
18460
|
/**
|
|
17720
|
-
* Get
|
|
17721
|
-
* @description Internal endpoint used only to ensure
|
|
18461
|
+
* Get Point (schema generation only)
|
|
18462
|
+
* @description Internal endpoint used only to ensure Point schema is generated in OpenAPI spec
|
|
17722
18463
|
*/
|
|
17723
18464
|
get: {
|
|
17724
18465
|
parameters: {
|
|
@@ -17735,7 +18476,7 @@ export interface paths {
|
|
|
17735
18476
|
[name: string]: unknown;
|
|
17736
18477
|
};
|
|
17737
18478
|
content: {
|
|
17738
|
-
"application/json": components["schemas"]["models.
|
|
18479
|
+
"application/json": components["schemas"]["models.Point"];
|
|
17739
18480
|
};
|
|
17740
18481
|
};
|
|
17741
18482
|
};
|
|
@@ -17748,7 +18489,7 @@ export interface paths {
|
|
|
17748
18489
|
patch?: never;
|
|
17749
18490
|
trace?: never;
|
|
17750
18491
|
};
|
|
17751
|
-
"/internal/
|
|
18492
|
+
"/internal/postdetectionserrorresponse": {
|
|
17752
18493
|
parameters: {
|
|
17753
18494
|
query?: never;
|
|
17754
18495
|
header?: never;
|
|
@@ -17756,8 +18497,8 @@ export interface paths {
|
|
|
17756
18497
|
cookie?: never;
|
|
17757
18498
|
};
|
|
17758
18499
|
/**
|
|
17759
|
-
* Get
|
|
17760
|
-
* @description Internal endpoint used only to ensure
|
|
18500
|
+
* Get PostDetectionsErrorResponse (schema generation only)
|
|
18501
|
+
* @description Internal endpoint used only to ensure PostDetectionsErrorResponse schema is generated in OpenAPI spec
|
|
17761
18502
|
*/
|
|
17762
18503
|
get: {
|
|
17763
18504
|
parameters: {
|
|
@@ -17774,7 +18515,7 @@ export interface paths {
|
|
|
17774
18515
|
[name: string]: unknown;
|
|
17775
18516
|
};
|
|
17776
18517
|
content: {
|
|
17777
|
-
"application/json": components["schemas"]["
|
|
18518
|
+
"application/json": components["schemas"]["api.PostDetectionsErrorResponse"];
|
|
17778
18519
|
};
|
|
17779
18520
|
};
|
|
17780
18521
|
};
|
|
@@ -17787,7 +18528,7 @@ export interface paths {
|
|
|
17787
18528
|
patch?: never;
|
|
17788
18529
|
trace?: never;
|
|
17789
18530
|
};
|
|
17790
|
-
"/internal/
|
|
18531
|
+
"/internal/postdetectionsrequest": {
|
|
17791
18532
|
parameters: {
|
|
17792
18533
|
query?: never;
|
|
17793
18534
|
header?: never;
|
|
@@ -17795,8 +18536,8 @@ export interface paths {
|
|
|
17795
18536
|
cookie?: never;
|
|
17796
18537
|
};
|
|
17797
18538
|
/**
|
|
17798
|
-
* Get
|
|
17799
|
-
* @description Internal endpoint used only to ensure
|
|
18539
|
+
* Get PostDetectionsRequest (schema generation only)
|
|
18540
|
+
* @description Internal endpoint used only to ensure PostDetectionsRequest schema is generated in OpenAPI spec
|
|
17800
18541
|
*/
|
|
17801
18542
|
get: {
|
|
17802
18543
|
parameters: {
|
|
@@ -17813,7 +18554,7 @@ export interface paths {
|
|
|
17813
18554
|
[name: string]: unknown;
|
|
17814
18555
|
};
|
|
17815
18556
|
content: {
|
|
17816
|
-
"application/json": components["schemas"]["
|
|
18557
|
+
"application/json": components["schemas"]["api.PostDetectionsRequest"];
|
|
17817
18558
|
};
|
|
17818
18559
|
};
|
|
17819
18560
|
};
|
|
@@ -17826,7 +18567,7 @@ export interface paths {
|
|
|
17826
18567
|
patch?: never;
|
|
17827
18568
|
trace?: never;
|
|
17828
18569
|
};
|
|
17829
|
-
"/internal/
|
|
18570
|
+
"/internal/postdetectionsresponse": {
|
|
17830
18571
|
parameters: {
|
|
17831
18572
|
query?: never;
|
|
17832
18573
|
header?: never;
|
|
@@ -17834,8 +18575,8 @@ export interface paths {
|
|
|
17834
18575
|
cookie?: never;
|
|
17835
18576
|
};
|
|
17836
18577
|
/**
|
|
17837
|
-
* Get
|
|
17838
|
-
* @description Internal endpoint used only to ensure
|
|
18578
|
+
* Get PostDetectionsResponse (schema generation only)
|
|
18579
|
+
* @description Internal endpoint used only to ensure PostDetectionsResponse schema is generated in OpenAPI spec
|
|
17839
18580
|
*/
|
|
17840
18581
|
get: {
|
|
17841
18582
|
parameters: {
|
|
@@ -17852,7 +18593,7 @@ export interface paths {
|
|
|
17852
18593
|
[name: string]: unknown;
|
|
17853
18594
|
};
|
|
17854
18595
|
content: {
|
|
17855
|
-
"application/json": components["schemas"]["
|
|
18596
|
+
"application/json": components["schemas"]["api.PostDetectionsResponse"];
|
|
17856
18597
|
};
|
|
17857
18598
|
};
|
|
17858
18599
|
};
|
|
@@ -17865,7 +18606,7 @@ export interface paths {
|
|
|
17865
18606
|
patch?: never;
|
|
17866
18607
|
trace?: never;
|
|
17867
18608
|
};
|
|
17868
|
-
"/internal/
|
|
18609
|
+
"/internal/postdetectionssuccessresponse": {
|
|
17869
18610
|
parameters: {
|
|
17870
18611
|
query?: never;
|
|
17871
18612
|
header?: never;
|
|
@@ -17873,8 +18614,8 @@ export interface paths {
|
|
|
17873
18614
|
cookie?: never;
|
|
17874
18615
|
};
|
|
17875
18616
|
/**
|
|
17876
|
-
* Get
|
|
17877
|
-
* @description Internal endpoint used only to ensure
|
|
18617
|
+
* Get PostDetectionsSuccessResponse (schema generation only)
|
|
18618
|
+
* @description Internal endpoint used only to ensure PostDetectionsSuccessResponse schema is generated in OpenAPI spec
|
|
17878
18619
|
*/
|
|
17879
18620
|
get: {
|
|
17880
18621
|
parameters: {
|
|
@@ -17891,7 +18632,7 @@ export interface paths {
|
|
|
17891
18632
|
[name: string]: unknown;
|
|
17892
18633
|
};
|
|
17893
18634
|
content: {
|
|
17894
|
-
"application/json": components["schemas"]["
|
|
18635
|
+
"application/json": components["schemas"]["api.PostDetectionsSuccessResponse"];
|
|
17895
18636
|
};
|
|
17896
18637
|
};
|
|
17897
18638
|
};
|
|
@@ -24259,6 +25000,19 @@ export interface components {
|
|
|
24259
25000
|
/** @description legacy: read by v20130101 only */
|
|
24260
25001
|
export_files?: components["schemas"]["models.ExportFile"][];
|
|
24261
25002
|
export_files_count?: number;
|
|
25003
|
+
/**
|
|
25004
|
+
* @description ExportHeartbeatAgeSeconds is computed at API response time
|
|
25005
|
+
* (NOT persisted — bson:"-") and ships the server-side delta
|
|
25006
|
+
* between now and ExportUpdatedAt so the frontend can render a
|
|
25007
|
+
* "stuck" state without depending on the user's local clock
|
|
25008
|
+
* (which may be skewed minutes or hours from server time).
|
|
25009
|
+
* A nil value means the task has never had a heartbeat written
|
|
25010
|
+
* (legacy / pre-feature tasks); a zero value means the heartbeat
|
|
25011
|
+
* was just written. The FE only interprets this field in
|
|
25012
|
+
* combination with the in-flight signal — see isExportActive
|
|
25013
|
+
* and getExportUiState for the rule.
|
|
25014
|
+
*/
|
|
25015
|
+
export_heartbeat_age_seconds?: number;
|
|
24262
25016
|
export_in_progress?: boolean;
|
|
24263
25017
|
/** @description "0% -> 100%" */
|
|
24264
25018
|
export_progress?: number;
|
|
@@ -24277,6 +25031,17 @@ export interface components {
|
|
|
24277
25031
|
export_selection_dirty?: boolean;
|
|
24278
25032
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
24279
25033
|
export_status?: string;
|
|
25034
|
+
/**
|
|
25035
|
+
* @description ExportUpdatedAt is a heartbeat written by hub-pipeline-export
|
|
25036
|
+
* every time it transitions the export state (claim, status
|
|
25037
|
+
* updates, per-file download, release, complete) and by hub-api
|
|
25038
|
+
* when a new export run is requested. It lets the API detect
|
|
25039
|
+
* orphaned runs whose worker died without releasing the lock:
|
|
25040
|
+
* when (now - ExportUpdatedAt) exceeds the staleness threshold,
|
|
25041
|
+
* isExportActive treats the lock as released so the user can
|
|
25042
|
+
* retry instead of being blocked by a 409 forever.
|
|
25043
|
+
*/
|
|
25044
|
+
export_updated_at?: string;
|
|
24280
25045
|
id?: string;
|
|
24281
25046
|
is_private?: boolean;
|
|
24282
25047
|
labels?: string[];
|
|
@@ -24384,7 +25149,7 @@ export interface components {
|
|
|
24384
25149
|
username?: string;
|
|
24385
25150
|
};
|
|
24386
25151
|
/** @enum {string} */
|
|
24387
|
-
"api.AnalysisStatus": "analysis_face_redaction_binding_failed" | "analysis_save_redaction_success" | "analysis_save_redaction_failed" | "analysis_submit_redaction_success" | "analysis_submit_redaction_failed" | "analysis_file_name_missing" | "analysis_signed_url_missing" | "analysis_all_frame_coordinates_missing" | "analysis_not_found" | "analysis_found" | "analysisId_missing" | "analysis_started" | "analysis_queue_subscribed" | "analysis_stage_monitor_missing" | "analysis_completed" | "analysis_decode_failed" | "analysis_insert_failed" | "analysis_update_failed" | "analysis_notification_update_failed" | "analysis_sequence_update_failed" | "analysis_task_update_failed";
|
|
25152
|
+
"api.AnalysisStatus": "analysis_face_redaction_binding_failed" | "analysis_save_redaction_success" | "analysis_save_redaction_failed" | "analysis_submit_redaction_success" | "analysis_submit_redaction_failed" | "analysis_detections_binding_failed" | "analysis_detections_stored" | "analysis_detections_partial" | "analysis_detections_all_invalid" | "analysis_detections_failed" | "analysis_detections_unsupported_schema_version" | "analysis_detections_too_large" | "analysis_detections_target_missing" | "analysis_detections_found" | "analysis_detections_not_found" | "analysis_detections_deleted" | "analysis_detection_run_id_missing" | "analysis_file_name_missing" | "analysis_signed_url_missing" | "analysis_all_frame_coordinates_missing" | "analysis_not_found" | "analysis_found" | "analysisId_missing" | "analysis_started" | "analysis_queue_subscribed" | "analysis_stage_monitor_missing" | "analysis_completed" | "analysis_decode_failed" | "analysis_insert_failed" | "analysis_update_failed" | "analysis_notification_update_failed" | "analysis_sequence_update_failed" | "analysis_task_update_failed";
|
|
24388
25153
|
"api.CallerInfo": {
|
|
24389
25154
|
file?: string;
|
|
24390
25155
|
function?: string;
|
|
@@ -24679,6 +25444,35 @@ export interface components {
|
|
|
24679
25444
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
24680
25445
|
metadata?: components["schemas"]["api.Metadata"];
|
|
24681
25446
|
};
|
|
25447
|
+
"api.DeleteDetectionRunErrorResponse": {
|
|
25448
|
+
/** @description Application-specific error code */
|
|
25449
|
+
applicationStatusCode?: string;
|
|
25450
|
+
/** @description Entity-specific error code */
|
|
25451
|
+
entityStatusCode?: string;
|
|
25452
|
+
/** @description HTTP status code for the error */
|
|
25453
|
+
httpStatusCode?: number;
|
|
25454
|
+
/** @description Error message describing the issue */
|
|
25455
|
+
message?: string;
|
|
25456
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
25457
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
25458
|
+
};
|
|
25459
|
+
"api.DeleteDetectionRunResponse": {
|
|
25460
|
+
deleted?: boolean;
|
|
25461
|
+
runId?: string;
|
|
25462
|
+
};
|
|
25463
|
+
"api.DeleteDetectionRunSuccessResponse": {
|
|
25464
|
+
/** @description Application-specific status code */
|
|
25465
|
+
applicationStatusCode?: string;
|
|
25466
|
+
data?: components["schemas"]["api.DeleteDetectionRunResponse"];
|
|
25467
|
+
/** @description Entity-specific status code */
|
|
25468
|
+
entityStatusCode?: string;
|
|
25469
|
+
/** @description HTTP status code for the response */
|
|
25470
|
+
httpStatusCode?: number;
|
|
25471
|
+
/** @description Success message describing the operation */
|
|
25472
|
+
message?: string;
|
|
25473
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
25474
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
25475
|
+
};
|
|
24682
25476
|
"api.DeleteStateErrorResponse": {
|
|
24683
25477
|
/** @description Application-specific error code */
|
|
24684
25478
|
applicationStatusCode?: string;
|
|
@@ -24816,6 +25610,44 @@ export interface components {
|
|
|
24816
25610
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
24817
25611
|
metadata?: components["schemas"]["api.Metadata"];
|
|
24818
25612
|
};
|
|
25613
|
+
"api.DetectionBoxInput": {
|
|
25614
|
+
classId?: number;
|
|
25615
|
+
confidence?: number;
|
|
25616
|
+
edited?: boolean;
|
|
25617
|
+
frame?: number;
|
|
25618
|
+
h?: number;
|
|
25619
|
+
label?: string;
|
|
25620
|
+
meta?: {
|
|
25621
|
+
[key: string]: unknown;
|
|
25622
|
+
};
|
|
25623
|
+
smoothed?: boolean;
|
|
25624
|
+
timestampMs?: number;
|
|
25625
|
+
w?: number;
|
|
25626
|
+
x?: number;
|
|
25627
|
+
x1?: number;
|
|
25628
|
+
x2?: number;
|
|
25629
|
+
y?: number;
|
|
25630
|
+
y1?: number;
|
|
25631
|
+
y2?: number;
|
|
25632
|
+
};
|
|
25633
|
+
"api.DetectionRejection": {
|
|
25634
|
+
frame?: number;
|
|
25635
|
+
reason?: string;
|
|
25636
|
+
trackId?: string;
|
|
25637
|
+
};
|
|
25638
|
+
"api.DetectionTrackInput": {
|
|
25639
|
+
boxes?: components["schemas"]["api.DetectionBoxInput"][];
|
|
25640
|
+
classId?: number;
|
|
25641
|
+
color?: string;
|
|
25642
|
+
confidence?: number;
|
|
25643
|
+
deletedFrames?: number[];
|
|
25644
|
+
id?: string;
|
|
25645
|
+
label?: string;
|
|
25646
|
+
meta?: {
|
|
25647
|
+
[key: string]: unknown;
|
|
25648
|
+
};
|
|
25649
|
+
shape?: string;
|
|
25650
|
+
};
|
|
24819
25651
|
"api.DeviceFilter": {
|
|
24820
25652
|
deviceIds?: string[];
|
|
24821
25653
|
groups?: string[];
|
|
@@ -25416,6 +26248,60 @@ export interface components {
|
|
|
25416
26248
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
25417
26249
|
metadata?: components["schemas"]["api.Metadata"];
|
|
25418
26250
|
};
|
|
26251
|
+
"api.GetDetectionRunErrorResponse": {
|
|
26252
|
+
/** @description Application-specific error code */
|
|
26253
|
+
applicationStatusCode?: string;
|
|
26254
|
+
/** @description Entity-specific error code */
|
|
26255
|
+
entityStatusCode?: string;
|
|
26256
|
+
/** @description HTTP status code for the error */
|
|
26257
|
+
httpStatusCode?: number;
|
|
26258
|
+
/** @description Error message describing the issue */
|
|
26259
|
+
message?: string;
|
|
26260
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
26261
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
26262
|
+
};
|
|
26263
|
+
"api.GetDetectionRunSuccessResponse": {
|
|
26264
|
+
/** @description Application-specific status code */
|
|
26265
|
+
applicationStatusCode?: string;
|
|
26266
|
+
data?: components["schemas"]["models.DetectionRun"];
|
|
26267
|
+
/** @description Entity-specific status code */
|
|
26268
|
+
entityStatusCode?: string;
|
|
26269
|
+
/** @description HTTP status code for the response */
|
|
26270
|
+
httpStatusCode?: number;
|
|
26271
|
+
/** @description Success message describing the operation */
|
|
26272
|
+
message?: string;
|
|
26273
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
26274
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
26275
|
+
};
|
|
26276
|
+
"api.GetDetectionsErrorResponse": {
|
|
26277
|
+
/** @description Application-specific error code */
|
|
26278
|
+
applicationStatusCode?: string;
|
|
26279
|
+
/** @description Entity-specific error code */
|
|
26280
|
+
entityStatusCode?: string;
|
|
26281
|
+
/** @description HTTP status code for the error */
|
|
26282
|
+
httpStatusCode?: number;
|
|
26283
|
+
/** @description Error message describing the issue */
|
|
26284
|
+
message?: string;
|
|
26285
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
26286
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
26287
|
+
};
|
|
26288
|
+
"api.GetDetectionsResponse": {
|
|
26289
|
+
key?: string;
|
|
26290
|
+
runs?: components["schemas"]["models.DetectionRun"][];
|
|
26291
|
+
};
|
|
26292
|
+
"api.GetDetectionsSuccessResponse": {
|
|
26293
|
+
/** @description Application-specific status code */
|
|
26294
|
+
applicationStatusCode?: string;
|
|
26295
|
+
data?: components["schemas"]["api.GetDetectionsResponse"];
|
|
26296
|
+
/** @description Entity-specific status code */
|
|
26297
|
+
entityStatusCode?: string;
|
|
26298
|
+
/** @description HTTP status code for the response */
|
|
26299
|
+
httpStatusCode?: number;
|
|
26300
|
+
/** @description Success message describing the operation */
|
|
26301
|
+
message?: string;
|
|
26302
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
26303
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
26304
|
+
};
|
|
25419
26305
|
"api.GetDeviceErrorResponse": {
|
|
25420
26306
|
/** @description Application-specific error code */
|
|
25421
26307
|
applicationStatusCode?: string;
|
|
@@ -26689,6 +27575,59 @@ export interface components {
|
|
|
26689
27575
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
26690
27576
|
metadata?: components["schemas"]["api.Metadata"];
|
|
26691
27577
|
};
|
|
27578
|
+
"api.PostDetectionsErrorResponse": {
|
|
27579
|
+
/** @description Application-specific error code */
|
|
27580
|
+
applicationStatusCode?: string;
|
|
27581
|
+
/** @description Entity-specific error code */
|
|
27582
|
+
entityStatusCode?: string;
|
|
27583
|
+
/** @description HTTP status code for the error */
|
|
27584
|
+
httpStatusCode?: number;
|
|
27585
|
+
/** @description Error message describing the issue */
|
|
27586
|
+
message?: string;
|
|
27587
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
27588
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
27589
|
+
};
|
|
27590
|
+
"api.PostDetectionsRequest": {
|
|
27591
|
+
/**
|
|
27592
|
+
* @description AnalysisId targets the recording via its analysis document id, as an
|
|
27593
|
+
* alternative to MediaId.
|
|
27594
|
+
*/
|
|
27595
|
+
analysisId?: string;
|
|
27596
|
+
categories?: components["schemas"]["models.DetectionCategory"][];
|
|
27597
|
+
/** @description "pixel" | "normalized" */
|
|
27598
|
+
coordinateSpace?: string;
|
|
27599
|
+
media?: components["schemas"]["models.DetectionMedia"];
|
|
27600
|
+
/**
|
|
27601
|
+
* @description MediaId is the recording/media key the run belongs to. Provide this or
|
|
27602
|
+
* AnalysisId (MediaId wins when both are present).
|
|
27603
|
+
*/
|
|
27604
|
+
mediaId?: string;
|
|
27605
|
+
schemaVersion?: string;
|
|
27606
|
+
source?: components["schemas"]["models.DetectionSource"];
|
|
27607
|
+
/** @description Task is an optional run discriminator; defaults to "detection". */
|
|
27608
|
+
task?: string;
|
|
27609
|
+
tracks?: components["schemas"]["api.DetectionTrackInput"][];
|
|
27610
|
+
};
|
|
27611
|
+
"api.PostDetectionsResponse": {
|
|
27612
|
+
boxesStored?: number;
|
|
27613
|
+
rejected?: components["schemas"]["api.DetectionRejection"][];
|
|
27614
|
+
runId?: string;
|
|
27615
|
+
tracksStored?: number;
|
|
27616
|
+
warnings?: string[];
|
|
27617
|
+
};
|
|
27618
|
+
"api.PostDetectionsSuccessResponse": {
|
|
27619
|
+
/** @description Application-specific status code */
|
|
27620
|
+
applicationStatusCode?: string;
|
|
27621
|
+
data?: components["schemas"]["api.PostDetectionsResponse"];
|
|
27622
|
+
/** @description Entity-specific status code */
|
|
27623
|
+
entityStatusCode?: string;
|
|
27624
|
+
/** @description HTTP status code for the response */
|
|
27625
|
+
httpStatusCode?: number;
|
|
27626
|
+
/** @description Success message describing the operation */
|
|
27627
|
+
message?: string;
|
|
27628
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
27629
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
27630
|
+
};
|
|
26692
27631
|
"api.PublishFileErrorResponse": {
|
|
26693
27632
|
/** @description Application-specific error code */
|
|
26694
27633
|
applicationStatusCode?: string;
|
|
@@ -28339,6 +29278,82 @@ export interface components {
|
|
|
28339
29278
|
y?: number;
|
|
28340
29279
|
z?: number;
|
|
28341
29280
|
};
|
|
29281
|
+
"models.DetectionCategory": {
|
|
29282
|
+
alias?: string;
|
|
29283
|
+
id?: number;
|
|
29284
|
+
name?: string;
|
|
29285
|
+
};
|
|
29286
|
+
"models.DetectionMedia": {
|
|
29287
|
+
fps?: number;
|
|
29288
|
+
frameCount?: number;
|
|
29289
|
+
height?: number;
|
|
29290
|
+
rotation?: number;
|
|
29291
|
+
width?: number;
|
|
29292
|
+
};
|
|
29293
|
+
"models.DetectionRun": {
|
|
29294
|
+
categories?: components["schemas"]["models.DetectionCategory"][];
|
|
29295
|
+
/** @description CreatedAt is set by the server when the run is first stored (epoch millis). */
|
|
29296
|
+
createdAt?: number;
|
|
29297
|
+
/**
|
|
29298
|
+
* @description DeviceId is denormalised from the recording for convenient filtering and
|
|
29299
|
+
* cascade cleanup; it is not authoritative.
|
|
29300
|
+
*/
|
|
29301
|
+
deviceId?: string;
|
|
29302
|
+
/** @description Id is the MongoDB document id, assigned on first insert. */
|
|
29303
|
+
id?: string;
|
|
29304
|
+
/**
|
|
29305
|
+
* @description Key is the recording/media key the run belongs to. It is the stable
|
|
29306
|
+
* identity the collection is keyed by (survives re-analysis).
|
|
29307
|
+
*/
|
|
29308
|
+
key?: string;
|
|
29309
|
+
media?: components["schemas"]["models.DetectionMedia"];
|
|
29310
|
+
/**
|
|
29311
|
+
* @description OriginalBoxForm records the box geometry form the producer sent
|
|
29312
|
+
* ("xywh", "xyxy", or "mixed") before conversion to the editor's TrackBox.
|
|
29313
|
+
*/
|
|
29314
|
+
originalBoxForm?: string;
|
|
29315
|
+
/**
|
|
29316
|
+
* @description OriginalCoordinateSpace records the coordinate space the producer sent
|
|
29317
|
+
* ("pixel" or "normalized") before the server normalised it on write.
|
|
29318
|
+
* Tracks are always stored normalised; this preserves the original for audit.
|
|
29319
|
+
*/
|
|
29320
|
+
originalCoordinateSpace?: string;
|
|
29321
|
+
/**
|
|
29322
|
+
* @description RecordingTimestamp is the start time (epoch seconds) of the recording the
|
|
29323
|
+
* run belongs to, denormalised from the analysis on write. It lets cleanup
|
|
29324
|
+
* expire a run on the same retention clock as its recording rather than by
|
|
29325
|
+
* the (possibly much later) post time.
|
|
29326
|
+
*/
|
|
29327
|
+
recordingTimestamp?: number;
|
|
29328
|
+
schemaVersion?: string;
|
|
29329
|
+
source?: components["schemas"]["models.DetectionSource"];
|
|
29330
|
+
/**
|
|
29331
|
+
* @description Task is a forward-compatibility discriminator for the kind of run.
|
|
29332
|
+
* Defaults to "detection" when omitted.
|
|
29333
|
+
*/
|
|
29334
|
+
task?: string;
|
|
29335
|
+
tracks?: components["schemas"]["models.FaceRedactionTrack"][];
|
|
29336
|
+
/** @description UpdatedAt is set by the server every time the run is written (epoch millis). */
|
|
29337
|
+
updatedAt?: number;
|
|
29338
|
+
};
|
|
29339
|
+
"models.DetectionSource": {
|
|
29340
|
+
inputHeight?: number;
|
|
29341
|
+
inputWidth?: number;
|
|
29342
|
+
/** @description pipeline | model | import */
|
|
29343
|
+
kind?: string;
|
|
29344
|
+
/** @description producer identifier / editor layer label */
|
|
29345
|
+
name?: string;
|
|
29346
|
+
nmsIou?: number;
|
|
29347
|
+
/**
|
|
29348
|
+
* @description RotationApplied indicates whether boxes are against the rotated/oriented
|
|
29349
|
+
* frame. Defaults to true on the wire; a nil pointer is treated as true.
|
|
29350
|
+
*/
|
|
29351
|
+
rotationApplied?: boolean;
|
|
29352
|
+
/** @description ULID/UUID; upsert key */
|
|
29353
|
+
runId?: string;
|
|
29354
|
+
scoreThreshold?: number;
|
|
29355
|
+
version?: string;
|
|
29356
|
+
};
|
|
28342
29357
|
"models.Detections": {
|
|
28343
29358
|
channelsAll?: boolean;
|
|
28344
29359
|
channelsList?: string[];
|
|
@@ -28603,8 +29618,14 @@ export interface components {
|
|
|
28603
29618
|
tracks?: components["schemas"]["models.FaceRedactionTrack"][];
|
|
28604
29619
|
};
|
|
28605
29620
|
"models.FaceRedactionTrack": {
|
|
29621
|
+
classId?: number;
|
|
28606
29622
|
classified?: string;
|
|
28607
29623
|
colorStr?: string[];
|
|
29624
|
+
/**
|
|
29625
|
+
* @description Confidence, ClassId and Shape preserve track-level provenance from a
|
|
29626
|
+
* detection run; empty for tracks created by the editor.
|
|
29627
|
+
*/
|
|
29628
|
+
confidence?: number;
|
|
28608
29629
|
deletedFrames?: number[];
|
|
28609
29630
|
/** @description frame -> [x1, y1, x2, y2] */
|
|
28610
29631
|
frameCoordinates?: {
|
|
@@ -28613,6 +29634,7 @@ export interface components {
|
|
|
28613
29634
|
frames?: number[];
|
|
28614
29635
|
id?: string;
|
|
28615
29636
|
selected?: boolean;
|
|
29637
|
+
shape?: string;
|
|
28616
29638
|
/** @description [x1, y1, x2, y2, frame] */
|
|
28617
29639
|
traject?: number[][];
|
|
28618
29640
|
};
|
|
@@ -29864,6 +30886,19 @@ export interface components {
|
|
|
29864
30886
|
/** @description legacy: read by v20130101 only */
|
|
29865
30887
|
export_files?: components["schemas"]["models.ExportFile"][];
|
|
29866
30888
|
export_files_count?: number;
|
|
30889
|
+
/**
|
|
30890
|
+
* @description ExportHeartbeatAgeSeconds is computed at API response time
|
|
30891
|
+
* (NOT persisted — bson:"-") and ships the server-side delta
|
|
30892
|
+
* between now and ExportUpdatedAt so the frontend can render a
|
|
30893
|
+
* "stuck" state without depending on the user's local clock
|
|
30894
|
+
* (which may be skewed minutes or hours from server time).
|
|
30895
|
+
* A nil value means the task has never had a heartbeat written
|
|
30896
|
+
* (legacy / pre-feature tasks); a zero value means the heartbeat
|
|
30897
|
+
* was just written. The FE only interprets this field in
|
|
30898
|
+
* combination with the in-flight signal — see isExportActive
|
|
30899
|
+
* and getExportUiState for the rule.
|
|
30900
|
+
*/
|
|
30901
|
+
export_heartbeat_age_seconds?: number;
|
|
29867
30902
|
export_in_progress?: boolean;
|
|
29868
30903
|
/** @description "0% -> 100%" */
|
|
29869
30904
|
export_progress?: number;
|
|
@@ -29882,6 +30917,17 @@ export interface components {
|
|
|
29882
30917
|
export_selection_dirty?: boolean;
|
|
29883
30918
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
29884
30919
|
export_status?: string;
|
|
30920
|
+
/**
|
|
30921
|
+
* @description ExportUpdatedAt is a heartbeat written by hub-pipeline-export
|
|
30922
|
+
* every time it transitions the export state (claim, status
|
|
30923
|
+
* updates, per-file download, release, complete) and by hub-api
|
|
30924
|
+
* when a new export run is requested. It lets the API detect
|
|
30925
|
+
* orphaned runs whose worker died without releasing the lock:
|
|
30926
|
+
* when (now - ExportUpdatedAt) exceeds the staleness threshold,
|
|
30927
|
+
* isExportActive treats the lock as released so the user can
|
|
30928
|
+
* retry instead of being blocked by a 409 forever.
|
|
30929
|
+
*/
|
|
30930
|
+
export_updated_at?: string;
|
|
29885
30931
|
id?: string;
|
|
29886
30932
|
is_private?: boolean;
|
|
29887
30933
|
labels?: string[];
|
|
@@ -30099,7 +31145,14 @@ export interface components {
|
|
|
30099
31145
|
media?: components["schemas"]["models.MediaGroup"][];
|
|
30100
31146
|
};
|
|
30101
31147
|
"models.TrackBox": {
|
|
31148
|
+
classId?: number;
|
|
31149
|
+
/**
|
|
31150
|
+
* @description Confidence, ClassId and Label preserve the producer's per-box model
|
|
31151
|
+
* output so a stored detection run can be re-thresholded or audited later.
|
|
31152
|
+
*/
|
|
31153
|
+
confidence?: number;
|
|
30102
31154
|
edited?: boolean;
|
|
31155
|
+
label?: string;
|
|
30103
31156
|
smoothed?: boolean;
|
|
30104
31157
|
trackId?: string;
|
|
30105
31158
|
x1?: number;
|
|
@@ -30511,6 +31564,10 @@ export declare namespace models {
|
|
|
30511
31564
|
type DeprecatedHeartbeat = components['schemas']['models.DeprecatedHeartbeat'];
|
|
30512
31565
|
type DeprecatedONVIFEvents = components['schemas']['models.DeprecatedONVIFEvents'];
|
|
30513
31566
|
type DeprecatedPreset = components['schemas']['models.DeprecatedPreset'];
|
|
31567
|
+
type DetectionCategory = components['schemas']['models.DetectionCategory'];
|
|
31568
|
+
type DetectionMedia = components['schemas']['models.DetectionMedia'];
|
|
31569
|
+
type DetectionRun = components['schemas']['models.DetectionRun'];
|
|
31570
|
+
type DetectionSource = components['schemas']['models.DetectionSource'];
|
|
30514
31571
|
type Detections = components['schemas']['models.Detections'];
|
|
30515
31572
|
type Device = components['schemas']['models.Device'];
|
|
30516
31573
|
type DeviceAtRuntimeMetadata = components['schemas']['models.DeviceAtRuntimeMetadata'];
|
|
@@ -30730,6 +31787,9 @@ export declare namespace api {
|
|
|
30730
31787
|
type DeleteCaseAttachmentErrorResponse = components['schemas']['api.DeleteCaseAttachmentErrorResponse'];
|
|
30731
31788
|
type DeleteCaseAttachmentResponse = components['schemas']['api.DeleteCaseAttachmentResponse'];
|
|
30732
31789
|
type DeleteCaseAttachmentSuccessResponse = components['schemas']['api.DeleteCaseAttachmentSuccessResponse'];
|
|
31790
|
+
type DeleteDetectionRunErrorResponse = components['schemas']['api.DeleteDetectionRunErrorResponse'];
|
|
31791
|
+
type DeleteDetectionRunResponse = components['schemas']['api.DeleteDetectionRunResponse'];
|
|
31792
|
+
type DeleteDetectionRunSuccessResponse = components['schemas']['api.DeleteDetectionRunSuccessResponse'];
|
|
30733
31793
|
type DeleteStateErrorResponse = components['schemas']['api.DeleteStateErrorResponse'];
|
|
30734
31794
|
type DeleteStateSuccessResponse = components['schemas']['api.DeleteStateSuccessResponse'];
|
|
30735
31795
|
type DeleteTaskCommentErrorResponse = components['schemas']['api.DeleteTaskCommentErrorResponse'];
|
|
@@ -30742,6 +31802,9 @@ export declare namespace api {
|
|
|
30742
31802
|
type DeleteVideowallSuccessResponse = components['schemas']['api.DeleteVideowallSuccessResponse'];
|
|
30743
31803
|
type DeleteWorkflowErrorResponse = components['schemas']['api.DeleteWorkflowErrorResponse'];
|
|
30744
31804
|
type DeleteWorkflowSuccessResponse = components['schemas']['api.DeleteWorkflowSuccessResponse'];
|
|
31805
|
+
type DetectionBoxInput = components['schemas']['api.DetectionBoxInput'];
|
|
31806
|
+
type DetectionRejection = components['schemas']['api.DetectionRejection'];
|
|
31807
|
+
type DetectionTrackInput = components['schemas']['api.DetectionTrackInput'];
|
|
30745
31808
|
type DeviceFilter = components['schemas']['api.DeviceFilter'];
|
|
30746
31809
|
type EditTaskCommentErrorResponse = components['schemas']['api.EditTaskCommentErrorResponse'];
|
|
30747
31810
|
type EditTaskCommentRequest = components['schemas']['api.EditTaskCommentRequest'];
|
|
@@ -30808,6 +31871,11 @@ export declare namespace api {
|
|
|
30808
31871
|
type GetCustomAlertsErrorResponse = components['schemas']['api.GetCustomAlertsErrorResponse'];
|
|
30809
31872
|
type GetCustomAlertsResponse = components['schemas']['api.GetCustomAlertsResponse'];
|
|
30810
31873
|
type GetCustomAlertsSuccessResponse = components['schemas']['api.GetCustomAlertsSuccessResponse'];
|
|
31874
|
+
type GetDetectionRunErrorResponse = components['schemas']['api.GetDetectionRunErrorResponse'];
|
|
31875
|
+
type GetDetectionRunSuccessResponse = components['schemas']['api.GetDetectionRunSuccessResponse'];
|
|
31876
|
+
type GetDetectionsErrorResponse = components['schemas']['api.GetDetectionsErrorResponse'];
|
|
31877
|
+
type GetDetectionsResponse = components['schemas']['api.GetDetectionsResponse'];
|
|
31878
|
+
type GetDetectionsSuccessResponse = components['schemas']['api.GetDetectionsSuccessResponse'];
|
|
30811
31879
|
type GetDeviceErrorResponse = components['schemas']['api.GetDeviceErrorResponse'];
|
|
30812
31880
|
type GetDeviceMediaErrorResponse = components['schemas']['api.GetDeviceMediaErrorResponse'];
|
|
30813
31881
|
type GetDeviceMediaResponse = components['schemas']['api.GetDeviceMediaResponse'];
|
|
@@ -30951,6 +32019,10 @@ export declare namespace api {
|
|
|
30951
32019
|
type PatchVideowallRequest = components['schemas']['api.PatchVideowallRequest'];
|
|
30952
32020
|
type PatchVideowallResponse = components['schemas']['api.PatchVideowallResponse'];
|
|
30953
32021
|
type PatchVideowallSuccessResponse = components['schemas']['api.PatchVideowallSuccessResponse'];
|
|
32022
|
+
type PostDetectionsErrorResponse = components['schemas']['api.PostDetectionsErrorResponse'];
|
|
32023
|
+
type PostDetectionsRequest = components['schemas']['api.PostDetectionsRequest'];
|
|
32024
|
+
type PostDetectionsResponse = components['schemas']['api.PostDetectionsResponse'];
|
|
32025
|
+
type PostDetectionsSuccessResponse = components['schemas']['api.PostDetectionsSuccessResponse'];
|
|
30954
32026
|
type PublishFileErrorResponse = components['schemas']['api.PublishFileErrorResponse'];
|
|
30955
32027
|
type PublishFileResponse = components['schemas']['api.PublishFileResponse'];
|
|
30956
32028
|
type PublishFileSuccessResponse = components['schemas']['api.PublishFileSuccessResponse'];
|