@uug-ai/models 1.5.1 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +767 -134
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -18489,6 +18489,162 @@ export interface paths {
|
|
|
18489
18489
|
patch?: never;
|
|
18490
18490
|
trace?: never;
|
|
18491
18491
|
};
|
|
18492
|
+
"/internal/requesttaskexporterrorresponse": {
|
|
18493
|
+
parameters: {
|
|
18494
|
+
query?: never;
|
|
18495
|
+
header?: never;
|
|
18496
|
+
path?: never;
|
|
18497
|
+
cookie?: never;
|
|
18498
|
+
};
|
|
18499
|
+
/**
|
|
18500
|
+
* Get RequestTaskExportErrorResponse (schema generation only)
|
|
18501
|
+
* @description Internal endpoint used only to ensure RequestTaskExportErrorResponse schema is generated in OpenAPI spec
|
|
18502
|
+
*/
|
|
18503
|
+
get: {
|
|
18504
|
+
parameters: {
|
|
18505
|
+
query?: never;
|
|
18506
|
+
header?: never;
|
|
18507
|
+
path?: never;
|
|
18508
|
+
cookie?: never;
|
|
18509
|
+
};
|
|
18510
|
+
requestBody?: never;
|
|
18511
|
+
responses: {
|
|
18512
|
+
/** @description OK */
|
|
18513
|
+
200: {
|
|
18514
|
+
headers: {
|
|
18515
|
+
[name: string]: unknown;
|
|
18516
|
+
};
|
|
18517
|
+
content: {
|
|
18518
|
+
"application/json": components["schemas"]["api.RequestTaskExportErrorResponse"];
|
|
18519
|
+
};
|
|
18520
|
+
};
|
|
18521
|
+
};
|
|
18522
|
+
};
|
|
18523
|
+
put?: never;
|
|
18524
|
+
post?: never;
|
|
18525
|
+
delete?: never;
|
|
18526
|
+
options?: never;
|
|
18527
|
+
head?: never;
|
|
18528
|
+
patch?: never;
|
|
18529
|
+
trace?: never;
|
|
18530
|
+
};
|
|
18531
|
+
"/internal/requesttaskexportrequest": {
|
|
18532
|
+
parameters: {
|
|
18533
|
+
query?: never;
|
|
18534
|
+
header?: never;
|
|
18535
|
+
path?: never;
|
|
18536
|
+
cookie?: never;
|
|
18537
|
+
};
|
|
18538
|
+
/**
|
|
18539
|
+
* Get RequestTaskExportRequest (schema generation only)
|
|
18540
|
+
* @description Internal endpoint used only to ensure RequestTaskExportRequest schema is generated in OpenAPI spec
|
|
18541
|
+
*/
|
|
18542
|
+
get: {
|
|
18543
|
+
parameters: {
|
|
18544
|
+
query?: never;
|
|
18545
|
+
header?: never;
|
|
18546
|
+
path?: never;
|
|
18547
|
+
cookie?: never;
|
|
18548
|
+
};
|
|
18549
|
+
requestBody?: never;
|
|
18550
|
+
responses: {
|
|
18551
|
+
/** @description OK */
|
|
18552
|
+
200: {
|
|
18553
|
+
headers: {
|
|
18554
|
+
[name: string]: unknown;
|
|
18555
|
+
};
|
|
18556
|
+
content: {
|
|
18557
|
+
"application/json": components["schemas"]["api.RequestTaskExportRequest"];
|
|
18558
|
+
};
|
|
18559
|
+
};
|
|
18560
|
+
};
|
|
18561
|
+
};
|
|
18562
|
+
put?: never;
|
|
18563
|
+
post?: never;
|
|
18564
|
+
delete?: never;
|
|
18565
|
+
options?: never;
|
|
18566
|
+
head?: never;
|
|
18567
|
+
patch?: never;
|
|
18568
|
+
trace?: never;
|
|
18569
|
+
};
|
|
18570
|
+
"/internal/requesttaskexportresponse": {
|
|
18571
|
+
parameters: {
|
|
18572
|
+
query?: never;
|
|
18573
|
+
header?: never;
|
|
18574
|
+
path?: never;
|
|
18575
|
+
cookie?: never;
|
|
18576
|
+
};
|
|
18577
|
+
/**
|
|
18578
|
+
* Get RequestTaskExportResponse (schema generation only)
|
|
18579
|
+
* @description Internal endpoint used only to ensure RequestTaskExportResponse schema is generated in OpenAPI spec
|
|
18580
|
+
*/
|
|
18581
|
+
get: {
|
|
18582
|
+
parameters: {
|
|
18583
|
+
query?: never;
|
|
18584
|
+
header?: never;
|
|
18585
|
+
path?: never;
|
|
18586
|
+
cookie?: never;
|
|
18587
|
+
};
|
|
18588
|
+
requestBody?: never;
|
|
18589
|
+
responses: {
|
|
18590
|
+
/** @description OK */
|
|
18591
|
+
200: {
|
|
18592
|
+
headers: {
|
|
18593
|
+
[name: string]: unknown;
|
|
18594
|
+
};
|
|
18595
|
+
content: {
|
|
18596
|
+
"application/json": components["schemas"]["api.RequestTaskExportResponse"];
|
|
18597
|
+
};
|
|
18598
|
+
};
|
|
18599
|
+
};
|
|
18600
|
+
};
|
|
18601
|
+
put?: never;
|
|
18602
|
+
post?: never;
|
|
18603
|
+
delete?: never;
|
|
18604
|
+
options?: never;
|
|
18605
|
+
head?: never;
|
|
18606
|
+
patch?: never;
|
|
18607
|
+
trace?: never;
|
|
18608
|
+
};
|
|
18609
|
+
"/internal/requesttaskexportsuccessresponse": {
|
|
18610
|
+
parameters: {
|
|
18611
|
+
query?: never;
|
|
18612
|
+
header?: never;
|
|
18613
|
+
path?: never;
|
|
18614
|
+
cookie?: never;
|
|
18615
|
+
};
|
|
18616
|
+
/**
|
|
18617
|
+
* Get RequestTaskExportSuccessResponse (schema generation only)
|
|
18618
|
+
* @description Internal endpoint used only to ensure RequestTaskExportSuccessResponse schema is generated in OpenAPI spec
|
|
18619
|
+
*/
|
|
18620
|
+
get: {
|
|
18621
|
+
parameters: {
|
|
18622
|
+
query?: never;
|
|
18623
|
+
header?: never;
|
|
18624
|
+
path?: never;
|
|
18625
|
+
cookie?: never;
|
|
18626
|
+
};
|
|
18627
|
+
requestBody?: never;
|
|
18628
|
+
responses: {
|
|
18629
|
+
/** @description OK */
|
|
18630
|
+
200: {
|
|
18631
|
+
headers: {
|
|
18632
|
+
[name: string]: unknown;
|
|
18633
|
+
};
|
|
18634
|
+
content: {
|
|
18635
|
+
"application/json": components["schemas"]["api.RequestTaskExportSuccessResponse"];
|
|
18636
|
+
};
|
|
18637
|
+
};
|
|
18638
|
+
};
|
|
18639
|
+
};
|
|
18640
|
+
put?: never;
|
|
18641
|
+
post?: never;
|
|
18642
|
+
delete?: never;
|
|
18643
|
+
options?: never;
|
|
18644
|
+
head?: never;
|
|
18645
|
+
patch?: never;
|
|
18646
|
+
trace?: never;
|
|
18647
|
+
};
|
|
18492
18648
|
"/internal/role": {
|
|
18493
18649
|
parameters: {
|
|
18494
18650
|
query?: never;
|
|
@@ -20387,7 +20543,319 @@ export interface paths {
|
|
|
20387
20543
|
[name: string]: unknown;
|
|
20388
20544
|
};
|
|
20389
20545
|
content: {
|
|
20390
|
-
"application/json": components["schemas"]["models.TimeSeries"];
|
|
20546
|
+
"application/json": components["schemas"]["models.TimeSeries"];
|
|
20547
|
+
};
|
|
20548
|
+
};
|
|
20549
|
+
};
|
|
20550
|
+
};
|
|
20551
|
+
put?: never;
|
|
20552
|
+
post?: never;
|
|
20553
|
+
delete?: never;
|
|
20554
|
+
options?: never;
|
|
20555
|
+
head?: never;
|
|
20556
|
+
patch?: never;
|
|
20557
|
+
trace?: never;
|
|
20558
|
+
};
|
|
20559
|
+
"/internal/timeserieschart": {
|
|
20560
|
+
parameters: {
|
|
20561
|
+
query?: never;
|
|
20562
|
+
header?: never;
|
|
20563
|
+
path?: never;
|
|
20564
|
+
cookie?: never;
|
|
20565
|
+
};
|
|
20566
|
+
/**
|
|
20567
|
+
* Get TimeSeriesChart (schema generation only)
|
|
20568
|
+
* @description Internal endpoint used only to ensure TimeSeriesChart schema is generated in OpenAPI spec
|
|
20569
|
+
*/
|
|
20570
|
+
get: {
|
|
20571
|
+
parameters: {
|
|
20572
|
+
query?: never;
|
|
20573
|
+
header?: never;
|
|
20574
|
+
path?: never;
|
|
20575
|
+
cookie?: never;
|
|
20576
|
+
};
|
|
20577
|
+
requestBody?: never;
|
|
20578
|
+
responses: {
|
|
20579
|
+
/** @description OK */
|
|
20580
|
+
200: {
|
|
20581
|
+
headers: {
|
|
20582
|
+
[name: string]: unknown;
|
|
20583
|
+
};
|
|
20584
|
+
content: {
|
|
20585
|
+
"application/json": components["schemas"]["models.TimeSeriesChart"];
|
|
20586
|
+
};
|
|
20587
|
+
};
|
|
20588
|
+
};
|
|
20589
|
+
};
|
|
20590
|
+
put?: never;
|
|
20591
|
+
post?: never;
|
|
20592
|
+
delete?: never;
|
|
20593
|
+
options?: never;
|
|
20594
|
+
head?: never;
|
|
20595
|
+
patch?: never;
|
|
20596
|
+
trace?: never;
|
|
20597
|
+
};
|
|
20598
|
+
"/internal/timeseriesdatapoint": {
|
|
20599
|
+
parameters: {
|
|
20600
|
+
query?: never;
|
|
20601
|
+
header?: never;
|
|
20602
|
+
path?: never;
|
|
20603
|
+
cookie?: never;
|
|
20604
|
+
};
|
|
20605
|
+
/**
|
|
20606
|
+
* Get TimeSeriesDataPoint (schema generation only)
|
|
20607
|
+
* @description Internal endpoint used only to ensure TimeSeriesDataPoint schema is generated in OpenAPI spec
|
|
20608
|
+
*/
|
|
20609
|
+
get: {
|
|
20610
|
+
parameters: {
|
|
20611
|
+
query?: never;
|
|
20612
|
+
header?: never;
|
|
20613
|
+
path?: never;
|
|
20614
|
+
cookie?: never;
|
|
20615
|
+
};
|
|
20616
|
+
requestBody?: never;
|
|
20617
|
+
responses: {
|
|
20618
|
+
/** @description OK */
|
|
20619
|
+
200: {
|
|
20620
|
+
headers: {
|
|
20621
|
+
[name: string]: unknown;
|
|
20622
|
+
};
|
|
20623
|
+
content: {
|
|
20624
|
+
"application/json": components["schemas"]["models.TimeSeriesDataPoint"];
|
|
20625
|
+
};
|
|
20626
|
+
};
|
|
20627
|
+
};
|
|
20628
|
+
};
|
|
20629
|
+
put?: never;
|
|
20630
|
+
post?: never;
|
|
20631
|
+
delete?: never;
|
|
20632
|
+
options?: never;
|
|
20633
|
+
head?: never;
|
|
20634
|
+
patch?: never;
|
|
20635
|
+
trace?: never;
|
|
20636
|
+
};
|
|
20637
|
+
"/internal/timewindow": {
|
|
20638
|
+
parameters: {
|
|
20639
|
+
query?: never;
|
|
20640
|
+
header?: never;
|
|
20641
|
+
path?: never;
|
|
20642
|
+
cookie?: never;
|
|
20643
|
+
};
|
|
20644
|
+
/**
|
|
20645
|
+
* Get TimeWindow (schema generation only)
|
|
20646
|
+
* @description Internal endpoint used only to ensure TimeWindow schema is generated in OpenAPI spec
|
|
20647
|
+
*/
|
|
20648
|
+
get: {
|
|
20649
|
+
parameters: {
|
|
20650
|
+
query?: never;
|
|
20651
|
+
header?: never;
|
|
20652
|
+
path?: never;
|
|
20653
|
+
cookie?: never;
|
|
20654
|
+
};
|
|
20655
|
+
requestBody?: never;
|
|
20656
|
+
responses: {
|
|
20657
|
+
/** @description OK */
|
|
20658
|
+
200: {
|
|
20659
|
+
headers: {
|
|
20660
|
+
[name: string]: unknown;
|
|
20661
|
+
};
|
|
20662
|
+
content: {
|
|
20663
|
+
"application/json": components["schemas"]["models.TimeWindow"];
|
|
20664
|
+
};
|
|
20665
|
+
};
|
|
20666
|
+
};
|
|
20667
|
+
};
|
|
20668
|
+
put?: never;
|
|
20669
|
+
post?: never;
|
|
20670
|
+
delete?: never;
|
|
20671
|
+
options?: never;
|
|
20672
|
+
head?: never;
|
|
20673
|
+
patch?: never;
|
|
20674
|
+
trace?: never;
|
|
20675
|
+
};
|
|
20676
|
+
"/internal/traceresponse": {
|
|
20677
|
+
parameters: {
|
|
20678
|
+
query?: never;
|
|
20679
|
+
header?: never;
|
|
20680
|
+
path?: never;
|
|
20681
|
+
cookie?: never;
|
|
20682
|
+
};
|
|
20683
|
+
/**
|
|
20684
|
+
* Get TraceResponse (schema generation only)
|
|
20685
|
+
* @description Internal endpoint used only to ensure TraceResponse schema is generated in OpenAPI spec
|
|
20686
|
+
*/
|
|
20687
|
+
get: {
|
|
20688
|
+
parameters: {
|
|
20689
|
+
query?: never;
|
|
20690
|
+
header?: never;
|
|
20691
|
+
path?: never;
|
|
20692
|
+
cookie?: never;
|
|
20693
|
+
};
|
|
20694
|
+
requestBody?: never;
|
|
20695
|
+
responses: {
|
|
20696
|
+
/** @description OK */
|
|
20697
|
+
200: {
|
|
20698
|
+
headers: {
|
|
20699
|
+
[name: string]: unknown;
|
|
20700
|
+
};
|
|
20701
|
+
content: {
|
|
20702
|
+
"application/json": components["schemas"]["api.TraceResponse"];
|
|
20703
|
+
};
|
|
20704
|
+
};
|
|
20705
|
+
};
|
|
20706
|
+
};
|
|
20707
|
+
put?: never;
|
|
20708
|
+
post?: never;
|
|
20709
|
+
delete?: never;
|
|
20710
|
+
options?: never;
|
|
20711
|
+
head?: never;
|
|
20712
|
+
patch?: never;
|
|
20713
|
+
trace?: never;
|
|
20714
|
+
};
|
|
20715
|
+
"/internal/trackbox": {
|
|
20716
|
+
parameters: {
|
|
20717
|
+
query?: never;
|
|
20718
|
+
header?: never;
|
|
20719
|
+
path?: never;
|
|
20720
|
+
cookie?: never;
|
|
20721
|
+
};
|
|
20722
|
+
/**
|
|
20723
|
+
* Get TrackBox (schema generation only)
|
|
20724
|
+
* @description Internal endpoint used only to ensure TrackBox schema is generated in OpenAPI spec
|
|
20725
|
+
*/
|
|
20726
|
+
get: {
|
|
20727
|
+
parameters: {
|
|
20728
|
+
query?: never;
|
|
20729
|
+
header?: never;
|
|
20730
|
+
path?: never;
|
|
20731
|
+
cookie?: never;
|
|
20732
|
+
};
|
|
20733
|
+
requestBody?: never;
|
|
20734
|
+
responses: {
|
|
20735
|
+
/** @description OK */
|
|
20736
|
+
200: {
|
|
20737
|
+
headers: {
|
|
20738
|
+
[name: string]: unknown;
|
|
20739
|
+
};
|
|
20740
|
+
content: {
|
|
20741
|
+
"application/json": components["schemas"]["models.TrackBox"];
|
|
20742
|
+
};
|
|
20743
|
+
};
|
|
20744
|
+
};
|
|
20745
|
+
};
|
|
20746
|
+
put?: never;
|
|
20747
|
+
post?: never;
|
|
20748
|
+
delete?: never;
|
|
20749
|
+
options?: never;
|
|
20750
|
+
head?: never;
|
|
20751
|
+
patch?: never;
|
|
20752
|
+
trace?: never;
|
|
20753
|
+
};
|
|
20754
|
+
"/internal/updateaccesstokenerrorresponse": {
|
|
20755
|
+
parameters: {
|
|
20756
|
+
query?: never;
|
|
20757
|
+
header?: never;
|
|
20758
|
+
path?: never;
|
|
20759
|
+
cookie?: never;
|
|
20760
|
+
};
|
|
20761
|
+
/**
|
|
20762
|
+
* Get UpdateAccessTokenErrorResponse (schema generation only)
|
|
20763
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenErrorResponse schema is generated in OpenAPI spec
|
|
20764
|
+
*/
|
|
20765
|
+
get: {
|
|
20766
|
+
parameters: {
|
|
20767
|
+
query?: never;
|
|
20768
|
+
header?: never;
|
|
20769
|
+
path?: never;
|
|
20770
|
+
cookie?: never;
|
|
20771
|
+
};
|
|
20772
|
+
requestBody?: never;
|
|
20773
|
+
responses: {
|
|
20774
|
+
/** @description OK */
|
|
20775
|
+
200: {
|
|
20776
|
+
headers: {
|
|
20777
|
+
[name: string]: unknown;
|
|
20778
|
+
};
|
|
20779
|
+
content: {
|
|
20780
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenErrorResponse"];
|
|
20781
|
+
};
|
|
20782
|
+
};
|
|
20783
|
+
};
|
|
20784
|
+
};
|
|
20785
|
+
put?: never;
|
|
20786
|
+
post?: never;
|
|
20787
|
+
delete?: never;
|
|
20788
|
+
options?: never;
|
|
20789
|
+
head?: never;
|
|
20790
|
+
patch?: never;
|
|
20791
|
+
trace?: never;
|
|
20792
|
+
};
|
|
20793
|
+
"/internal/updateaccesstokenrequest": {
|
|
20794
|
+
parameters: {
|
|
20795
|
+
query?: never;
|
|
20796
|
+
header?: never;
|
|
20797
|
+
path?: never;
|
|
20798
|
+
cookie?: never;
|
|
20799
|
+
};
|
|
20800
|
+
/**
|
|
20801
|
+
* Get UpdateAccessTokenRequest (schema generation only)
|
|
20802
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenRequest schema is generated in OpenAPI spec
|
|
20803
|
+
*/
|
|
20804
|
+
get: {
|
|
20805
|
+
parameters: {
|
|
20806
|
+
query?: never;
|
|
20807
|
+
header?: never;
|
|
20808
|
+
path?: never;
|
|
20809
|
+
cookie?: never;
|
|
20810
|
+
};
|
|
20811
|
+
requestBody?: never;
|
|
20812
|
+
responses: {
|
|
20813
|
+
/** @description OK */
|
|
20814
|
+
200: {
|
|
20815
|
+
headers: {
|
|
20816
|
+
[name: string]: unknown;
|
|
20817
|
+
};
|
|
20818
|
+
content: {
|
|
20819
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenRequest"];
|
|
20820
|
+
};
|
|
20821
|
+
};
|
|
20822
|
+
};
|
|
20823
|
+
};
|
|
20824
|
+
put?: never;
|
|
20825
|
+
post?: never;
|
|
20826
|
+
delete?: never;
|
|
20827
|
+
options?: never;
|
|
20828
|
+
head?: never;
|
|
20829
|
+
patch?: never;
|
|
20830
|
+
trace?: never;
|
|
20831
|
+
};
|
|
20832
|
+
"/internal/updateaccesstokenresponse": {
|
|
20833
|
+
parameters: {
|
|
20834
|
+
query?: never;
|
|
20835
|
+
header?: never;
|
|
20836
|
+
path?: never;
|
|
20837
|
+
cookie?: never;
|
|
20838
|
+
};
|
|
20839
|
+
/**
|
|
20840
|
+
* Get UpdateAccessTokenResponse (schema generation only)
|
|
20841
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenResponse schema is generated in OpenAPI spec
|
|
20842
|
+
*/
|
|
20843
|
+
get: {
|
|
20844
|
+
parameters: {
|
|
20845
|
+
query?: never;
|
|
20846
|
+
header?: never;
|
|
20847
|
+
path?: never;
|
|
20848
|
+
cookie?: never;
|
|
20849
|
+
};
|
|
20850
|
+
requestBody?: never;
|
|
20851
|
+
responses: {
|
|
20852
|
+
/** @description OK */
|
|
20853
|
+
200: {
|
|
20854
|
+
headers: {
|
|
20855
|
+
[name: string]: unknown;
|
|
20856
|
+
};
|
|
20857
|
+
content: {
|
|
20858
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenResponse"];
|
|
20391
20859
|
};
|
|
20392
20860
|
};
|
|
20393
20861
|
};
|
|
@@ -20400,7 +20868,7 @@ export interface paths {
|
|
|
20400
20868
|
patch?: never;
|
|
20401
20869
|
trace?: never;
|
|
20402
20870
|
};
|
|
20403
|
-
"/internal/
|
|
20871
|
+
"/internal/updateaccesstokensuccessresponse": {
|
|
20404
20872
|
parameters: {
|
|
20405
20873
|
query?: never;
|
|
20406
20874
|
header?: never;
|
|
@@ -20408,8 +20876,8 @@ export interface paths {
|
|
|
20408
20876
|
cookie?: never;
|
|
20409
20877
|
};
|
|
20410
20878
|
/**
|
|
20411
|
-
* Get
|
|
20412
|
-
* @description Internal endpoint used only to ensure
|
|
20879
|
+
* Get UpdateAccessTokenSuccessResponse (schema generation only)
|
|
20880
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenSuccessResponse schema is generated in OpenAPI spec
|
|
20413
20881
|
*/
|
|
20414
20882
|
get: {
|
|
20415
20883
|
parameters: {
|
|
@@ -20426,7 +20894,7 @@ export interface paths {
|
|
|
20426
20894
|
[name: string]: unknown;
|
|
20427
20895
|
};
|
|
20428
20896
|
content: {
|
|
20429
|
-
"application/json": components["schemas"]["
|
|
20897
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenSuccessResponse"];
|
|
20430
20898
|
};
|
|
20431
20899
|
};
|
|
20432
20900
|
};
|
|
@@ -20439,7 +20907,7 @@ export interface paths {
|
|
|
20439
20907
|
patch?: never;
|
|
20440
20908
|
trace?: never;
|
|
20441
20909
|
};
|
|
20442
|
-
"/internal/
|
|
20910
|
+
"/internal/updateadminusererrorresponse": {
|
|
20443
20911
|
parameters: {
|
|
20444
20912
|
query?: never;
|
|
20445
20913
|
header?: never;
|
|
@@ -20447,8 +20915,8 @@ export interface paths {
|
|
|
20447
20915
|
cookie?: never;
|
|
20448
20916
|
};
|
|
20449
20917
|
/**
|
|
20450
|
-
* Get
|
|
20451
|
-
* @description Internal endpoint used only to ensure
|
|
20918
|
+
* Get UpdateAdminUserErrorResponse (schema generation only)
|
|
20919
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserErrorResponse schema is generated in OpenAPI spec
|
|
20452
20920
|
*/
|
|
20453
20921
|
get: {
|
|
20454
20922
|
parameters: {
|
|
@@ -20465,7 +20933,7 @@ export interface paths {
|
|
|
20465
20933
|
[name: string]: unknown;
|
|
20466
20934
|
};
|
|
20467
20935
|
content: {
|
|
20468
|
-
"application/json": components["schemas"]["
|
|
20936
|
+
"application/json": components["schemas"]["api.UpdateAdminUserErrorResponse"];
|
|
20469
20937
|
};
|
|
20470
20938
|
};
|
|
20471
20939
|
};
|
|
@@ -20478,7 +20946,7 @@ export interface paths {
|
|
|
20478
20946
|
patch?: never;
|
|
20479
20947
|
trace?: never;
|
|
20480
20948
|
};
|
|
20481
|
-
"/internal/
|
|
20949
|
+
"/internal/updateadminuserpassworderrorresponse": {
|
|
20482
20950
|
parameters: {
|
|
20483
20951
|
query?: never;
|
|
20484
20952
|
header?: never;
|
|
@@ -20486,8 +20954,8 @@ export interface paths {
|
|
|
20486
20954
|
cookie?: never;
|
|
20487
20955
|
};
|
|
20488
20956
|
/**
|
|
20489
|
-
* Get
|
|
20490
|
-
* @description Internal endpoint used only to ensure
|
|
20957
|
+
* Get UpdateAdminUserPasswordErrorResponse (schema generation only)
|
|
20958
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserPasswordErrorResponse schema is generated in OpenAPI spec
|
|
20491
20959
|
*/
|
|
20492
20960
|
get: {
|
|
20493
20961
|
parameters: {
|
|
@@ -20504,7 +20972,7 @@ export interface paths {
|
|
|
20504
20972
|
[name: string]: unknown;
|
|
20505
20973
|
};
|
|
20506
20974
|
content: {
|
|
20507
|
-
"application/json": components["schemas"]["
|
|
20975
|
+
"application/json": components["schemas"]["api.UpdateAdminUserPasswordErrorResponse"];
|
|
20508
20976
|
};
|
|
20509
20977
|
};
|
|
20510
20978
|
};
|
|
@@ -20517,7 +20985,7 @@ export interface paths {
|
|
|
20517
20985
|
patch?: never;
|
|
20518
20986
|
trace?: never;
|
|
20519
20987
|
};
|
|
20520
|
-
"/internal/
|
|
20988
|
+
"/internal/updateadminuserpasswordsuccessresponse": {
|
|
20521
20989
|
parameters: {
|
|
20522
20990
|
query?: never;
|
|
20523
20991
|
header?: never;
|
|
@@ -20525,8 +20993,8 @@ export interface paths {
|
|
|
20525
20993
|
cookie?: never;
|
|
20526
20994
|
};
|
|
20527
20995
|
/**
|
|
20528
|
-
* Get
|
|
20529
|
-
* @description Internal endpoint used only to ensure
|
|
20996
|
+
* Get UpdateAdminUserPasswordSuccessResponse (schema generation only)
|
|
20997
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserPasswordSuccessResponse schema is generated in OpenAPI spec
|
|
20530
20998
|
*/
|
|
20531
20999
|
get: {
|
|
20532
21000
|
parameters: {
|
|
@@ -20543,7 +21011,7 @@ export interface paths {
|
|
|
20543
21011
|
[name: string]: unknown;
|
|
20544
21012
|
};
|
|
20545
21013
|
content: {
|
|
20546
|
-
"application/json": components["schemas"]["api.
|
|
21014
|
+
"application/json": components["schemas"]["api.UpdateAdminUserPasswordSuccessResponse"];
|
|
20547
21015
|
};
|
|
20548
21016
|
};
|
|
20549
21017
|
};
|
|
@@ -20556,7 +21024,7 @@ export interface paths {
|
|
|
20556
21024
|
patch?: never;
|
|
20557
21025
|
trace?: never;
|
|
20558
21026
|
};
|
|
20559
|
-
"/internal/
|
|
21027
|
+
"/internal/updateadminuserresponse": {
|
|
20560
21028
|
parameters: {
|
|
20561
21029
|
query?: never;
|
|
20562
21030
|
header?: never;
|
|
@@ -20564,8 +21032,8 @@ export interface paths {
|
|
|
20564
21032
|
cookie?: never;
|
|
20565
21033
|
};
|
|
20566
21034
|
/**
|
|
20567
|
-
* Get
|
|
20568
|
-
* @description Internal endpoint used only to ensure
|
|
21035
|
+
* Get UpdateAdminUserResponse (schema generation only)
|
|
21036
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserResponse schema is generated in OpenAPI spec
|
|
20569
21037
|
*/
|
|
20570
21038
|
get: {
|
|
20571
21039
|
parameters: {
|
|
@@ -20582,7 +21050,7 @@ export interface paths {
|
|
|
20582
21050
|
[name: string]: unknown;
|
|
20583
21051
|
};
|
|
20584
21052
|
content: {
|
|
20585
|
-
"application/json": components["schemas"]["
|
|
21053
|
+
"application/json": components["schemas"]["api.UpdateAdminUserResponse"];
|
|
20586
21054
|
};
|
|
20587
21055
|
};
|
|
20588
21056
|
};
|
|
@@ -20595,7 +21063,7 @@ export interface paths {
|
|
|
20595
21063
|
patch?: never;
|
|
20596
21064
|
trace?: never;
|
|
20597
21065
|
};
|
|
20598
|
-
"/internal/
|
|
21066
|
+
"/internal/updateadminusersubscriptionerrorresponse": {
|
|
20599
21067
|
parameters: {
|
|
20600
21068
|
query?: never;
|
|
20601
21069
|
header?: never;
|
|
@@ -20603,8 +21071,8 @@ export interface paths {
|
|
|
20603
21071
|
cookie?: never;
|
|
20604
21072
|
};
|
|
20605
21073
|
/**
|
|
20606
|
-
* Get
|
|
20607
|
-
* @description Internal endpoint used only to ensure
|
|
21074
|
+
* Get UpdateAdminUserSubscriptionErrorResponse (schema generation only)
|
|
21075
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserSubscriptionErrorResponse schema is generated in OpenAPI spec
|
|
20608
21076
|
*/
|
|
20609
21077
|
get: {
|
|
20610
21078
|
parameters: {
|
|
@@ -20621,7 +21089,7 @@ export interface paths {
|
|
|
20621
21089
|
[name: string]: unknown;
|
|
20622
21090
|
};
|
|
20623
21091
|
content: {
|
|
20624
|
-
"application/json": components["schemas"]["api.
|
|
21092
|
+
"application/json": components["schemas"]["api.UpdateAdminUserSubscriptionErrorResponse"];
|
|
20625
21093
|
};
|
|
20626
21094
|
};
|
|
20627
21095
|
};
|
|
@@ -20634,7 +21102,7 @@ export interface paths {
|
|
|
20634
21102
|
patch?: never;
|
|
20635
21103
|
trace?: never;
|
|
20636
21104
|
};
|
|
20637
|
-
"/internal/
|
|
21105
|
+
"/internal/updateadminusersubscriptionresponse": {
|
|
20638
21106
|
parameters: {
|
|
20639
21107
|
query?: never;
|
|
20640
21108
|
header?: never;
|
|
@@ -20642,8 +21110,8 @@ export interface paths {
|
|
|
20642
21110
|
cookie?: never;
|
|
20643
21111
|
};
|
|
20644
21112
|
/**
|
|
20645
|
-
* Get
|
|
20646
|
-
* @description Internal endpoint used only to ensure
|
|
21113
|
+
* Get UpdateAdminUserSubscriptionResponse (schema generation only)
|
|
21114
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserSubscriptionResponse schema is generated in OpenAPI spec
|
|
20647
21115
|
*/
|
|
20648
21116
|
get: {
|
|
20649
21117
|
parameters: {
|
|
@@ -20660,7 +21128,7 @@ export interface paths {
|
|
|
20660
21128
|
[name: string]: unknown;
|
|
20661
21129
|
};
|
|
20662
21130
|
content: {
|
|
20663
|
-
"application/json": components["schemas"]["api.
|
|
21131
|
+
"application/json": components["schemas"]["api.UpdateAdminUserSubscriptionResponse"];
|
|
20664
21132
|
};
|
|
20665
21133
|
};
|
|
20666
21134
|
};
|
|
@@ -20673,7 +21141,7 @@ export interface paths {
|
|
|
20673
21141
|
patch?: never;
|
|
20674
21142
|
trace?: never;
|
|
20675
21143
|
};
|
|
20676
|
-
"/internal/
|
|
21144
|
+
"/internal/updateadminusersubscriptionsuccessresponse": {
|
|
20677
21145
|
parameters: {
|
|
20678
21146
|
query?: never;
|
|
20679
21147
|
header?: never;
|
|
@@ -20681,8 +21149,8 @@ export interface paths {
|
|
|
20681
21149
|
cookie?: never;
|
|
20682
21150
|
};
|
|
20683
21151
|
/**
|
|
20684
|
-
* Get
|
|
20685
|
-
* @description Internal endpoint used only to ensure
|
|
21152
|
+
* Get UpdateAdminUserSubscriptionSuccessResponse (schema generation only)
|
|
21153
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserSubscriptionSuccessResponse schema is generated in OpenAPI spec
|
|
20686
21154
|
*/
|
|
20687
21155
|
get: {
|
|
20688
21156
|
parameters: {
|
|
@@ -20699,7 +21167,7 @@ export interface paths {
|
|
|
20699
21167
|
[name: string]: unknown;
|
|
20700
21168
|
};
|
|
20701
21169
|
content: {
|
|
20702
|
-
"application/json": components["schemas"]["api.
|
|
21170
|
+
"application/json": components["schemas"]["api.UpdateAdminUserSubscriptionSuccessResponse"];
|
|
20703
21171
|
};
|
|
20704
21172
|
};
|
|
20705
21173
|
};
|
|
@@ -20712,7 +21180,7 @@ export interface paths {
|
|
|
20712
21180
|
patch?: never;
|
|
20713
21181
|
trace?: never;
|
|
20714
21182
|
};
|
|
20715
|
-
"/internal/
|
|
21183
|
+
"/internal/updateadminusersuccessresponse": {
|
|
20716
21184
|
parameters: {
|
|
20717
21185
|
query?: never;
|
|
20718
21186
|
header?: never;
|
|
@@ -20720,8 +21188,8 @@ export interface paths {
|
|
|
20720
21188
|
cookie?: never;
|
|
20721
21189
|
};
|
|
20722
21190
|
/**
|
|
20723
|
-
* Get
|
|
20724
|
-
* @description Internal endpoint used only to ensure
|
|
21191
|
+
* Get UpdateAdminUserSuccessResponse (schema generation only)
|
|
21192
|
+
* @description Internal endpoint used only to ensure UpdateAdminUserSuccessResponse schema is generated in OpenAPI spec
|
|
20725
21193
|
*/
|
|
20726
21194
|
get: {
|
|
20727
21195
|
parameters: {
|
|
@@ -20738,7 +21206,7 @@ export interface paths {
|
|
|
20738
21206
|
[name: string]: unknown;
|
|
20739
21207
|
};
|
|
20740
21208
|
content: {
|
|
20741
|
-
"application/json": components["schemas"]["api.
|
|
21209
|
+
"application/json": components["schemas"]["api.UpdateAdminUserSuccessResponse"];
|
|
20742
21210
|
};
|
|
20743
21211
|
};
|
|
20744
21212
|
};
|
|
@@ -20751,7 +21219,7 @@ export interface paths {
|
|
|
20751
21219
|
patch?: never;
|
|
20752
21220
|
trace?: never;
|
|
20753
21221
|
};
|
|
20754
|
-
"/internal/
|
|
21222
|
+
"/internal/updatealertinput": {
|
|
20755
21223
|
parameters: {
|
|
20756
21224
|
query?: never;
|
|
20757
21225
|
header?: never;
|
|
@@ -20759,8 +21227,8 @@ export interface paths {
|
|
|
20759
21227
|
cookie?: never;
|
|
20760
21228
|
};
|
|
20761
21229
|
/**
|
|
20762
|
-
* Get
|
|
20763
|
-
* @description Internal endpoint used only to ensure
|
|
21230
|
+
* Get UpdateAlertInput (schema generation only)
|
|
21231
|
+
* @description Internal endpoint used only to ensure UpdateAlertInput schema is generated in OpenAPI spec
|
|
20764
21232
|
*/
|
|
20765
21233
|
get: {
|
|
20766
21234
|
parameters: {
|
|
@@ -20777,7 +21245,7 @@ export interface paths {
|
|
|
20777
21245
|
[name: string]: unknown;
|
|
20778
21246
|
};
|
|
20779
21247
|
content: {
|
|
20780
|
-
"application/json": components["schemas"]["
|
|
21248
|
+
"application/json": components["schemas"]["models.UpdateAlertInput"];
|
|
20781
21249
|
};
|
|
20782
21250
|
};
|
|
20783
21251
|
};
|
|
@@ -20790,7 +21258,7 @@ export interface paths {
|
|
|
20790
21258
|
patch?: never;
|
|
20791
21259
|
trace?: never;
|
|
20792
21260
|
};
|
|
20793
|
-
"/internal/
|
|
21261
|
+
"/internal/updatealertoutput": {
|
|
20794
21262
|
parameters: {
|
|
20795
21263
|
query?: never;
|
|
20796
21264
|
header?: never;
|
|
@@ -20798,8 +21266,8 @@ export interface paths {
|
|
|
20798
21266
|
cookie?: never;
|
|
20799
21267
|
};
|
|
20800
21268
|
/**
|
|
20801
|
-
* Get
|
|
20802
|
-
* @description Internal endpoint used only to ensure
|
|
21269
|
+
* Get UpdateAlertOutput (schema generation only)
|
|
21270
|
+
* @description Internal endpoint used only to ensure UpdateAlertOutput schema is generated in OpenAPI spec
|
|
20803
21271
|
*/
|
|
20804
21272
|
get: {
|
|
20805
21273
|
parameters: {
|
|
@@ -20816,7 +21284,7 @@ export interface paths {
|
|
|
20816
21284
|
[name: string]: unknown;
|
|
20817
21285
|
};
|
|
20818
21286
|
content: {
|
|
20819
|
-
"application/json": components["schemas"]["
|
|
21287
|
+
"application/json": components["schemas"]["models.UpdateAlertOutput"];
|
|
20820
21288
|
};
|
|
20821
21289
|
};
|
|
20822
21290
|
};
|
|
@@ -20829,7 +21297,7 @@ export interface paths {
|
|
|
20829
21297
|
patch?: never;
|
|
20830
21298
|
trace?: never;
|
|
20831
21299
|
};
|
|
20832
|
-
"/internal/
|
|
21300
|
+
"/internal/updatecaseattachmenterrorresponse": {
|
|
20833
21301
|
parameters: {
|
|
20834
21302
|
query?: never;
|
|
20835
21303
|
header?: never;
|
|
@@ -20837,8 +21305,8 @@ export interface paths {
|
|
|
20837
21305
|
cookie?: never;
|
|
20838
21306
|
};
|
|
20839
21307
|
/**
|
|
20840
|
-
* Get
|
|
20841
|
-
* @description Internal endpoint used only to ensure
|
|
21308
|
+
* Get UpdateCaseAttachmentErrorResponse (schema generation only)
|
|
21309
|
+
* @description Internal endpoint used only to ensure UpdateCaseAttachmentErrorResponse schema is generated in OpenAPI spec
|
|
20842
21310
|
*/
|
|
20843
21311
|
get: {
|
|
20844
21312
|
parameters: {
|
|
@@ -20855,7 +21323,7 @@ export interface paths {
|
|
|
20855
21323
|
[name: string]: unknown;
|
|
20856
21324
|
};
|
|
20857
21325
|
content: {
|
|
20858
|
-
"application/json": components["schemas"]["api.
|
|
21326
|
+
"application/json": components["schemas"]["api.UpdateCaseAttachmentErrorResponse"];
|
|
20859
21327
|
};
|
|
20860
21328
|
};
|
|
20861
21329
|
};
|
|
@@ -20868,7 +21336,7 @@ export interface paths {
|
|
|
20868
21336
|
patch?: never;
|
|
20869
21337
|
trace?: never;
|
|
20870
21338
|
};
|
|
20871
|
-
"/internal/
|
|
21339
|
+
"/internal/updatecaseattachmentrequest": {
|
|
20872
21340
|
parameters: {
|
|
20873
21341
|
query?: never;
|
|
20874
21342
|
header?: never;
|
|
@@ -20876,8 +21344,8 @@ export interface paths {
|
|
|
20876
21344
|
cookie?: never;
|
|
20877
21345
|
};
|
|
20878
21346
|
/**
|
|
20879
|
-
* Get
|
|
20880
|
-
* @description Internal endpoint used only to ensure
|
|
21347
|
+
* Get UpdateCaseAttachmentRequest (schema generation only)
|
|
21348
|
+
* @description Internal endpoint used only to ensure UpdateCaseAttachmentRequest schema is generated in OpenAPI spec
|
|
20881
21349
|
*/
|
|
20882
21350
|
get: {
|
|
20883
21351
|
parameters: {
|
|
@@ -20894,7 +21362,7 @@ export interface paths {
|
|
|
20894
21362
|
[name: string]: unknown;
|
|
20895
21363
|
};
|
|
20896
21364
|
content: {
|
|
20897
|
-
"application/json": components["schemas"]["api.
|
|
21365
|
+
"application/json": components["schemas"]["api.UpdateCaseAttachmentRequest"];
|
|
20898
21366
|
};
|
|
20899
21367
|
};
|
|
20900
21368
|
};
|
|
@@ -20907,7 +21375,7 @@ export interface paths {
|
|
|
20907
21375
|
patch?: never;
|
|
20908
21376
|
trace?: never;
|
|
20909
21377
|
};
|
|
20910
|
-
"/internal/
|
|
21378
|
+
"/internal/updatecaseattachmentresponse": {
|
|
20911
21379
|
parameters: {
|
|
20912
21380
|
query?: never;
|
|
20913
21381
|
header?: never;
|
|
@@ -20915,8 +21383,8 @@ export interface paths {
|
|
|
20915
21383
|
cookie?: never;
|
|
20916
21384
|
};
|
|
20917
21385
|
/**
|
|
20918
|
-
* Get
|
|
20919
|
-
* @description Internal endpoint used only to ensure
|
|
21386
|
+
* Get UpdateCaseAttachmentResponse (schema generation only)
|
|
21387
|
+
* @description Internal endpoint used only to ensure UpdateCaseAttachmentResponse schema is generated in OpenAPI spec
|
|
20920
21388
|
*/
|
|
20921
21389
|
get: {
|
|
20922
21390
|
parameters: {
|
|
@@ -20933,7 +21401,7 @@ export interface paths {
|
|
|
20933
21401
|
[name: string]: unknown;
|
|
20934
21402
|
};
|
|
20935
21403
|
content: {
|
|
20936
|
-
"application/json": components["schemas"]["api.
|
|
21404
|
+
"application/json": components["schemas"]["api.UpdateCaseAttachmentResponse"];
|
|
20937
21405
|
};
|
|
20938
21406
|
};
|
|
20939
21407
|
};
|
|
@@ -20946,7 +21414,7 @@ export interface paths {
|
|
|
20946
21414
|
patch?: never;
|
|
20947
21415
|
trace?: never;
|
|
20948
21416
|
};
|
|
20949
|
-
"/internal/
|
|
21417
|
+
"/internal/updatecaseattachmentsuccessresponse": {
|
|
20950
21418
|
parameters: {
|
|
20951
21419
|
query?: never;
|
|
20952
21420
|
header?: never;
|
|
@@ -20954,8 +21422,8 @@ export interface paths {
|
|
|
20954
21422
|
cookie?: never;
|
|
20955
21423
|
};
|
|
20956
21424
|
/**
|
|
20957
|
-
* Get
|
|
20958
|
-
* @description Internal endpoint used only to ensure
|
|
21425
|
+
* Get UpdateCaseAttachmentSuccessResponse (schema generation only)
|
|
21426
|
+
* @description Internal endpoint used only to ensure UpdateCaseAttachmentSuccessResponse schema is generated in OpenAPI spec
|
|
20959
21427
|
*/
|
|
20960
21428
|
get: {
|
|
20961
21429
|
parameters: {
|
|
@@ -20972,7 +21440,7 @@ export interface paths {
|
|
|
20972
21440
|
[name: string]: unknown;
|
|
20973
21441
|
};
|
|
20974
21442
|
content: {
|
|
20975
|
-
"application/json": components["schemas"]["api.
|
|
21443
|
+
"application/json": components["schemas"]["api.UpdateCaseAttachmentSuccessResponse"];
|
|
20976
21444
|
};
|
|
20977
21445
|
};
|
|
20978
21446
|
};
|
|
@@ -20985,7 +21453,7 @@ export interface paths {
|
|
|
20985
21453
|
patch?: never;
|
|
20986
21454
|
trace?: never;
|
|
20987
21455
|
};
|
|
20988
|
-
"/internal/
|
|
21456
|
+
"/internal/updatecasemediacurationerrorresponse": {
|
|
20989
21457
|
parameters: {
|
|
20990
21458
|
query?: never;
|
|
20991
21459
|
header?: never;
|
|
@@ -20993,8 +21461,8 @@ export interface paths {
|
|
|
20993
21461
|
cookie?: never;
|
|
20994
21462
|
};
|
|
20995
21463
|
/**
|
|
20996
|
-
* Get
|
|
20997
|
-
* @description Internal endpoint used only to ensure
|
|
21464
|
+
* Get UpdateCaseMediaCurationErrorResponse (schema generation only)
|
|
21465
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaCurationErrorResponse schema is generated in OpenAPI spec
|
|
20998
21466
|
*/
|
|
20999
21467
|
get: {
|
|
21000
21468
|
parameters: {
|
|
@@ -21011,7 +21479,7 @@ export interface paths {
|
|
|
21011
21479
|
[name: string]: unknown;
|
|
21012
21480
|
};
|
|
21013
21481
|
content: {
|
|
21014
|
-
"application/json": components["schemas"]["api.
|
|
21482
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaCurationErrorResponse"];
|
|
21015
21483
|
};
|
|
21016
21484
|
};
|
|
21017
21485
|
};
|
|
@@ -21024,7 +21492,7 @@ export interface paths {
|
|
|
21024
21492
|
patch?: never;
|
|
21025
21493
|
trace?: never;
|
|
21026
21494
|
};
|
|
21027
|
-
"/internal/
|
|
21495
|
+
"/internal/updatecasemediacurationrequest": {
|
|
21028
21496
|
parameters: {
|
|
21029
21497
|
query?: never;
|
|
21030
21498
|
header?: never;
|
|
@@ -21032,8 +21500,8 @@ export interface paths {
|
|
|
21032
21500
|
cookie?: never;
|
|
21033
21501
|
};
|
|
21034
21502
|
/**
|
|
21035
|
-
* Get
|
|
21036
|
-
* @description Internal endpoint used only to ensure
|
|
21503
|
+
* Get UpdateCaseMediaCurationRequest (schema generation only)
|
|
21504
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaCurationRequest schema is generated in OpenAPI spec
|
|
21037
21505
|
*/
|
|
21038
21506
|
get: {
|
|
21039
21507
|
parameters: {
|
|
@@ -21050,7 +21518,7 @@ export interface paths {
|
|
|
21050
21518
|
[name: string]: unknown;
|
|
21051
21519
|
};
|
|
21052
21520
|
content: {
|
|
21053
|
-
"application/json": components["schemas"]["api.
|
|
21521
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaCurationRequest"];
|
|
21054
21522
|
};
|
|
21055
21523
|
};
|
|
21056
21524
|
};
|
|
@@ -21063,7 +21531,7 @@ export interface paths {
|
|
|
21063
21531
|
patch?: never;
|
|
21064
21532
|
trace?: never;
|
|
21065
21533
|
};
|
|
21066
|
-
"/internal/
|
|
21534
|
+
"/internal/updatecasemediacurationresponse": {
|
|
21067
21535
|
parameters: {
|
|
21068
21536
|
query?: never;
|
|
21069
21537
|
header?: never;
|
|
@@ -21071,8 +21539,8 @@ export interface paths {
|
|
|
21071
21539
|
cookie?: never;
|
|
21072
21540
|
};
|
|
21073
21541
|
/**
|
|
21074
|
-
* Get
|
|
21075
|
-
* @description Internal endpoint used only to ensure
|
|
21542
|
+
* Get UpdateCaseMediaCurationResponse (schema generation only)
|
|
21543
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaCurationResponse schema is generated in OpenAPI spec
|
|
21076
21544
|
*/
|
|
21077
21545
|
get: {
|
|
21078
21546
|
parameters: {
|
|
@@ -21089,7 +21557,7 @@ export interface paths {
|
|
|
21089
21557
|
[name: string]: unknown;
|
|
21090
21558
|
};
|
|
21091
21559
|
content: {
|
|
21092
|
-
"application/json": components["schemas"]["
|
|
21560
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaCurationResponse"];
|
|
21093
21561
|
};
|
|
21094
21562
|
};
|
|
21095
21563
|
};
|
|
@@ -21102,7 +21570,7 @@ export interface paths {
|
|
|
21102
21570
|
patch?: never;
|
|
21103
21571
|
trace?: never;
|
|
21104
21572
|
};
|
|
21105
|
-
"/internal/
|
|
21573
|
+
"/internal/updatecasemediacurationsuccessresponse": {
|
|
21106
21574
|
parameters: {
|
|
21107
21575
|
query?: never;
|
|
21108
21576
|
header?: never;
|
|
@@ -21110,8 +21578,8 @@ export interface paths {
|
|
|
21110
21578
|
cookie?: never;
|
|
21111
21579
|
};
|
|
21112
21580
|
/**
|
|
21113
|
-
* Get
|
|
21114
|
-
* @description Internal endpoint used only to ensure
|
|
21581
|
+
* Get UpdateCaseMediaCurationSuccessResponse (schema generation only)
|
|
21582
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaCurationSuccessResponse schema is generated in OpenAPI spec
|
|
21115
21583
|
*/
|
|
21116
21584
|
get: {
|
|
21117
21585
|
parameters: {
|
|
@@ -21128,7 +21596,7 @@ export interface paths {
|
|
|
21128
21596
|
[name: string]: unknown;
|
|
21129
21597
|
};
|
|
21130
21598
|
content: {
|
|
21131
|
-
"application/json": components["schemas"]["
|
|
21599
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaCurationSuccessResponse"];
|
|
21132
21600
|
};
|
|
21133
21601
|
};
|
|
21134
21602
|
};
|
|
@@ -21141,7 +21609,7 @@ export interface paths {
|
|
|
21141
21609
|
patch?: never;
|
|
21142
21610
|
trace?: never;
|
|
21143
21611
|
};
|
|
21144
|
-
"/internal/
|
|
21612
|
+
"/internal/updatecasemediaselectedversionerrorresponse": {
|
|
21145
21613
|
parameters: {
|
|
21146
21614
|
query?: never;
|
|
21147
21615
|
header?: never;
|
|
@@ -21149,8 +21617,8 @@ export interface paths {
|
|
|
21149
21617
|
cookie?: never;
|
|
21150
21618
|
};
|
|
21151
21619
|
/**
|
|
21152
|
-
* Get
|
|
21153
|
-
* @description Internal endpoint used only to ensure
|
|
21620
|
+
* Get UpdateCaseMediaSelectedVersionErrorResponse (schema generation only)
|
|
21621
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaSelectedVersionErrorResponse schema is generated in OpenAPI spec
|
|
21154
21622
|
*/
|
|
21155
21623
|
get: {
|
|
21156
21624
|
parameters: {
|
|
@@ -21167,7 +21635,7 @@ export interface paths {
|
|
|
21167
21635
|
[name: string]: unknown;
|
|
21168
21636
|
};
|
|
21169
21637
|
content: {
|
|
21170
|
-
"application/json": components["schemas"]["api.
|
|
21638
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaSelectedVersionErrorResponse"];
|
|
21171
21639
|
};
|
|
21172
21640
|
};
|
|
21173
21641
|
};
|
|
@@ -21180,7 +21648,7 @@ export interface paths {
|
|
|
21180
21648
|
patch?: never;
|
|
21181
21649
|
trace?: never;
|
|
21182
21650
|
};
|
|
21183
|
-
"/internal/
|
|
21651
|
+
"/internal/updatecasemediaselectedversionrequest": {
|
|
21184
21652
|
parameters: {
|
|
21185
21653
|
query?: never;
|
|
21186
21654
|
header?: never;
|
|
@@ -21188,8 +21656,8 @@ export interface paths {
|
|
|
21188
21656
|
cookie?: never;
|
|
21189
21657
|
};
|
|
21190
21658
|
/**
|
|
21191
|
-
* Get
|
|
21192
|
-
* @description Internal endpoint used only to ensure
|
|
21659
|
+
* Get UpdateCaseMediaSelectedVersionRequest (schema generation only)
|
|
21660
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaSelectedVersionRequest schema is generated in OpenAPI spec
|
|
21193
21661
|
*/
|
|
21194
21662
|
get: {
|
|
21195
21663
|
parameters: {
|
|
@@ -21206,7 +21674,7 @@ export interface paths {
|
|
|
21206
21674
|
[name: string]: unknown;
|
|
21207
21675
|
};
|
|
21208
21676
|
content: {
|
|
21209
|
-
"application/json": components["schemas"]["api.
|
|
21677
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaSelectedVersionRequest"];
|
|
21210
21678
|
};
|
|
21211
21679
|
};
|
|
21212
21680
|
};
|
|
@@ -21219,7 +21687,7 @@ export interface paths {
|
|
|
21219
21687
|
patch?: never;
|
|
21220
21688
|
trace?: never;
|
|
21221
21689
|
};
|
|
21222
|
-
"/internal/
|
|
21690
|
+
"/internal/updatecasemediaselectedversionresponse": {
|
|
21223
21691
|
parameters: {
|
|
21224
21692
|
query?: never;
|
|
21225
21693
|
header?: never;
|
|
@@ -21227,8 +21695,8 @@ export interface paths {
|
|
|
21227
21695
|
cookie?: never;
|
|
21228
21696
|
};
|
|
21229
21697
|
/**
|
|
21230
|
-
* Get
|
|
21231
|
-
* @description Internal endpoint used only to ensure
|
|
21698
|
+
* Get UpdateCaseMediaSelectedVersionResponse (schema generation only)
|
|
21699
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaSelectedVersionResponse schema is generated in OpenAPI spec
|
|
21232
21700
|
*/
|
|
21233
21701
|
get: {
|
|
21234
21702
|
parameters: {
|
|
@@ -21245,7 +21713,7 @@ export interface paths {
|
|
|
21245
21713
|
[name: string]: unknown;
|
|
21246
21714
|
};
|
|
21247
21715
|
content: {
|
|
21248
|
-
"application/json": components["schemas"]["api.
|
|
21716
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaSelectedVersionResponse"];
|
|
21249
21717
|
};
|
|
21250
21718
|
};
|
|
21251
21719
|
};
|
|
@@ -21258,7 +21726,7 @@ export interface paths {
|
|
|
21258
21726
|
patch?: never;
|
|
21259
21727
|
trace?: never;
|
|
21260
21728
|
};
|
|
21261
|
-
"/internal/
|
|
21729
|
+
"/internal/updatecasemediaselectedversionsuccessresponse": {
|
|
21262
21730
|
parameters: {
|
|
21263
21731
|
query?: never;
|
|
21264
21732
|
header?: never;
|
|
@@ -21266,8 +21734,8 @@ export interface paths {
|
|
|
21266
21734
|
cookie?: never;
|
|
21267
21735
|
};
|
|
21268
21736
|
/**
|
|
21269
|
-
* Get
|
|
21270
|
-
* @description Internal endpoint used only to ensure
|
|
21737
|
+
* Get UpdateCaseMediaSelectedVersionSuccessResponse (schema generation only)
|
|
21738
|
+
* @description Internal endpoint used only to ensure UpdateCaseMediaSelectedVersionSuccessResponse schema is generated in OpenAPI spec
|
|
21271
21739
|
*/
|
|
21272
21740
|
get: {
|
|
21273
21741
|
parameters: {
|
|
@@ -21284,7 +21752,7 @@ export interface paths {
|
|
|
21284
21752
|
[name: string]: unknown;
|
|
21285
21753
|
};
|
|
21286
21754
|
content: {
|
|
21287
|
-
"application/json": components["schemas"]["api.
|
|
21755
|
+
"application/json": components["schemas"]["api.UpdateCaseMediaSelectedVersionSuccessResponse"];
|
|
21288
21756
|
};
|
|
21289
21757
|
};
|
|
21290
21758
|
};
|
|
@@ -23771,15 +24239,6 @@ export interface components {
|
|
|
23771
24239
|
assignees?: string[];
|
|
23772
24240
|
assignees_profile?: string[];
|
|
23773
24241
|
assignees_sent_to?: string[];
|
|
23774
|
-
/**
|
|
23775
|
-
* @description Attachments are auxiliary, non-pipeline files attached to the
|
|
23776
|
-
* case (PDFs, hi-res images, scanned documents, audio notes, …).
|
|
23777
|
-
* They are embedded directly here under the assumption that the
|
|
23778
|
-
* per-case cardinality stays bounded (soft cap ~100). Only
|
|
23779
|
-
* metadata is stored; bytes live in Vault. List-cases endpoints
|
|
23780
|
-
* SHOULD project this field out to keep the list view light.
|
|
23781
|
-
*/
|
|
23782
|
-
attachments?: components["schemas"]["models.CaseAttachment"][];
|
|
23783
24242
|
/** @description A task can be assigned to a single camera or multiple cameras (depending of the export) */
|
|
23784
24243
|
camera?: string;
|
|
23785
24244
|
/** @description this is for the camera names (is computed on demand) */
|
|
@@ -23806,17 +24265,16 @@ export interface components {
|
|
|
23806
24265
|
export_requested?: boolean;
|
|
23807
24266
|
export_revision?: number;
|
|
23808
24267
|
/**
|
|
23809
|
-
* @description
|
|
23810
|
-
*
|
|
23811
|
-
*
|
|
23812
|
-
*
|
|
23813
|
-
*
|
|
23814
|
-
*
|
|
23815
|
-
*
|
|
23816
|
-
*
|
|
23817
|
-
* no completed edit exists).
|
|
24268
|
+
* @description ExportSelectionDirty signals that the curated bundle composition
|
|
24269
|
+
* (include_in_export flags on case_media / attachments, or a newly
|
|
24270
|
+
* added media row) changed since the last successful export
|
|
24271
|
+
* completion. Bumped to true by curation toggles and media inserts
|
|
24272
|
+
* in hub-api; cleared by hub-pipeline-export in CompleteExport.
|
|
24273
|
+
* The FE uses this to disable the Regenerate action when no
|
|
24274
|
+
* changes are pending and to surface a "selection changed" hint
|
|
24275
|
+
* next to the export status badge.
|
|
23818
24276
|
*/
|
|
23819
|
-
|
|
24277
|
+
export_selection_dirty?: boolean;
|
|
23820
24278
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
23821
24279
|
export_status?: string;
|
|
23822
24280
|
id?: string;
|
|
@@ -23872,7 +24330,6 @@ export interface components {
|
|
|
23872
24330
|
*/
|
|
23873
24331
|
retention_days?: number;
|
|
23874
24332
|
sequenceId?: string;
|
|
23875
|
-
share_selection?: string[];
|
|
23876
24333
|
sprite_url?: string;
|
|
23877
24334
|
spriteFile?: string;
|
|
23878
24335
|
spriteInterval?: number;
|
|
@@ -26300,6 +26757,35 @@ export interface components {
|
|
|
26300
26757
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
26301
26758
|
metadata?: components["schemas"]["api.Metadata"];
|
|
26302
26759
|
};
|
|
26760
|
+
"api.RequestTaskExportErrorResponse": {
|
|
26761
|
+
/** @description Application-specific error code */
|
|
26762
|
+
applicationStatusCode?: string;
|
|
26763
|
+
/** @description Entity-specific error code */
|
|
26764
|
+
entityStatusCode?: string;
|
|
26765
|
+
/** @description HTTP status code for the error */
|
|
26766
|
+
httpStatusCode?: number;
|
|
26767
|
+
/** @description Error message describing the issue */
|
|
26768
|
+
message?: string;
|
|
26769
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
26770
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
26771
|
+
};
|
|
26772
|
+
"api.RequestTaskExportRequest": Record<string, never>;
|
|
26773
|
+
"api.RequestTaskExportResponse": {
|
|
26774
|
+
task?: components["schemas"]["models.Task"];
|
|
26775
|
+
};
|
|
26776
|
+
"api.RequestTaskExportSuccessResponse": {
|
|
26777
|
+
/** @description Application-specific status code */
|
|
26778
|
+
applicationStatusCode?: string;
|
|
26779
|
+
data?: components["schemas"]["api.RequestTaskExportResponse"];
|
|
26780
|
+
/** @description Entity-specific status code */
|
|
26781
|
+
entityStatusCode?: string;
|
|
26782
|
+
/** @description HTTP status code for the response */
|
|
26783
|
+
httpStatusCode?: number;
|
|
26784
|
+
/** @description Success message describing the operation */
|
|
26785
|
+
message?: string;
|
|
26786
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
26787
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
26788
|
+
};
|
|
26303
26789
|
"api.SaveFaceRedactionErrorResponse": {
|
|
26304
26790
|
/** @description Application-specific error code */
|
|
26305
26791
|
applicationStatusCode?: string;
|
|
@@ -26478,7 +26964,7 @@ export interface components {
|
|
|
26478
26964
|
title?: string;
|
|
26479
26965
|
};
|
|
26480
26966
|
/** @enum {string} */
|
|
26481
|
-
"api.TaskStatus": "Task_binding_failed" | "Task_duplicate_name" | "Task_missing_info" | "Task_found" | "Task_not_found" | "Task_forbidden" | "Task_add_success" | "Task_add_failed" | "Task_update_success" | "Task_update_failed" | "Task_delete_success" | "Task_delete_failed" | "Task_media_add_success" | "Task_media_add_failed" | "Task_attachment_add_success" | "Task_attachment_add_failed" | "Task_attachment_update_success" | "Task_attachment_update_failed" | "Task_attachment_delete_success" | "Task_attachment_delete_failed" | "Task_attachment_not_found" | "Task_attachment_too_large" | "Task_attachment_type_rejected" | "open" | "approved" | "rejected";
|
|
26967
|
+
"api.TaskStatus": "Task_binding_failed" | "Task_duplicate_name" | "Task_missing_info" | "Task_found" | "Task_not_found" | "Task_forbidden" | "Task_add_success" | "Task_add_failed" | "Task_update_success" | "Task_update_failed" | "Task_delete_success" | "Task_delete_failed" | "Task_media_add_success" | "Task_media_add_failed" | "Task_export_request_success" | "Task_export_request_failed" | "Task_export_already_active" | "Task_attachment_add_success" | "Task_attachment_add_failed" | "Task_attachment_update_success" | "Task_attachment_update_failed" | "Task_attachment_delete_success" | "Task_attachment_delete_failed" | "Task_attachment_not_found" | "Task_attachment_too_large" | "Task_attachment_type_rejected" | "open" | "approved" | "rejected";
|
|
26482
26968
|
"api.TraceResponse": {
|
|
26483
26969
|
/** @description Application-specific error code */
|
|
26484
26970
|
applicationStatusCode?: string;
|
|
@@ -26615,6 +27101,8 @@ export interface components {
|
|
|
26615
27101
|
metadata?: components["schemas"]["api.Metadata"];
|
|
26616
27102
|
};
|
|
26617
27103
|
"api.UpdateCaseAttachmentRequest": {
|
|
27104
|
+
includeInExport?: boolean;
|
|
27105
|
+
includeInShare?: boolean;
|
|
26618
27106
|
name?: string;
|
|
26619
27107
|
};
|
|
26620
27108
|
"api.UpdateCaseAttachmentResponse": {
|
|
@@ -26633,6 +27121,69 @@ export interface components {
|
|
|
26633
27121
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
26634
27122
|
metadata?: components["schemas"]["api.Metadata"];
|
|
26635
27123
|
};
|
|
27124
|
+
"api.UpdateCaseMediaCurationErrorResponse": {
|
|
27125
|
+
/** @description Application-specific error code */
|
|
27126
|
+
applicationStatusCode?: string;
|
|
27127
|
+
/** @description Entity-specific error code */
|
|
27128
|
+
entityStatusCode?: string;
|
|
27129
|
+
/** @description HTTP status code for the error */
|
|
27130
|
+
httpStatusCode?: number;
|
|
27131
|
+
/** @description Error message describing the issue */
|
|
27132
|
+
message?: string;
|
|
27133
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
27134
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
27135
|
+
};
|
|
27136
|
+
"api.UpdateCaseMediaCurationRequest": {
|
|
27137
|
+
includeInExport?: boolean;
|
|
27138
|
+
includeInShare?: boolean;
|
|
27139
|
+
};
|
|
27140
|
+
"api.UpdateCaseMediaCurationResponse": {
|
|
27141
|
+
caseMedia?: components["schemas"]["models.CaseMedia"];
|
|
27142
|
+
};
|
|
27143
|
+
"api.UpdateCaseMediaCurationSuccessResponse": {
|
|
27144
|
+
/** @description Application-specific status code */
|
|
27145
|
+
applicationStatusCode?: string;
|
|
27146
|
+
data?: components["schemas"]["api.UpdateCaseMediaCurationResponse"];
|
|
27147
|
+
/** @description Entity-specific status code */
|
|
27148
|
+
entityStatusCode?: string;
|
|
27149
|
+
/** @description HTTP status code for the response */
|
|
27150
|
+
httpStatusCode?: number;
|
|
27151
|
+
/** @description Success message describing the operation */
|
|
27152
|
+
message?: string;
|
|
27153
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
27154
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
27155
|
+
};
|
|
27156
|
+
"api.UpdateCaseMediaSelectedVersionErrorResponse": {
|
|
27157
|
+
/** @description Application-specific error code */
|
|
27158
|
+
applicationStatusCode?: string;
|
|
27159
|
+
/** @description Entity-specific error code */
|
|
27160
|
+
entityStatusCode?: string;
|
|
27161
|
+
/** @description HTTP status code for the error */
|
|
27162
|
+
httpStatusCode?: number;
|
|
27163
|
+
/** @description Error message describing the issue */
|
|
27164
|
+
message?: string;
|
|
27165
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
27166
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
27167
|
+
};
|
|
27168
|
+
"api.UpdateCaseMediaSelectedVersionRequest": {
|
|
27169
|
+
selectedVersionId?: string;
|
|
27170
|
+
};
|
|
27171
|
+
"api.UpdateCaseMediaSelectedVersionResponse": {
|
|
27172
|
+
caseMedia?: components["schemas"]["models.CaseMedia"];
|
|
27173
|
+
};
|
|
27174
|
+
"api.UpdateCaseMediaSelectedVersionSuccessResponse": {
|
|
27175
|
+
/** @description Application-specific status code */
|
|
27176
|
+
applicationStatusCode?: string;
|
|
27177
|
+
data?: components["schemas"]["api.UpdateCaseMediaSelectedVersionResponse"];
|
|
27178
|
+
/** @description Entity-specific status code */
|
|
27179
|
+
entityStatusCode?: string;
|
|
27180
|
+
/** @description HTTP status code for the response */
|
|
27181
|
+
httpStatusCode?: number;
|
|
27182
|
+
/** @description Success message describing the operation */
|
|
27183
|
+
message?: string;
|
|
27184
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
27185
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
27186
|
+
};
|
|
26636
27187
|
"api.UpdateCustomAlertErrorResponse": {
|
|
26637
27188
|
/** @description Application-specific error code */
|
|
26638
27189
|
applicationStatusCode?: string;
|
|
@@ -27205,6 +27756,18 @@ export interface components {
|
|
|
27205
27756
|
*/
|
|
27206
27757
|
file?: string;
|
|
27207
27758
|
id?: string;
|
|
27759
|
+
/**
|
|
27760
|
+
* @description IncludeInExport and IncludeInShare are per-attachment curation
|
|
27761
|
+
* flags. Same semantics as the namesakes on CaseMedia: defaulted
|
|
27762
|
+
* to true at upload time, toggled via PATCH, consulted by the
|
|
27763
|
+
* export pipeline and the share recipient endpoint, and frozen
|
|
27764
|
+
* into CaseShare.AttachmentSelection at CreateShare time.
|
|
27765
|
+
*
|
|
27766
|
+
* BSON tags deliberately omit `,omitempty` so a `false` value is
|
|
27767
|
+
* persisted faithfully instead of being dropped to the default.
|
|
27768
|
+
*/
|
|
27769
|
+
includeInExport?: boolean;
|
|
27770
|
+
includeInShare?: boolean;
|
|
27208
27771
|
mimeType?: string;
|
|
27209
27772
|
/**
|
|
27210
27773
|
* @description Name is the original filename at upload time. Users may rename
|
|
@@ -27212,6 +27775,7 @@ export interface components {
|
|
|
27212
27775
|
* in Vault.
|
|
27213
27776
|
*/
|
|
27214
27777
|
name?: string;
|
|
27778
|
+
organisationId?: string;
|
|
27215
27779
|
provider?: string;
|
|
27216
27780
|
/**
|
|
27217
27781
|
* @description RelatedCaseMediaId optionally links the attachment to a specific
|
|
@@ -27233,6 +27797,13 @@ export interface components {
|
|
|
27233
27797
|
* recorded.
|
|
27234
27798
|
*/
|
|
27235
27799
|
size?: number;
|
|
27800
|
+
/**
|
|
27801
|
+
* @description TaskId / OrganisationId scope the row to its parent case and
|
|
27802
|
+
* tenant. Required on every row in the case_attachments collection
|
|
27803
|
+
* so list/get queries can index on them directly without joining
|
|
27804
|
+
* against the tasks collection.
|
|
27805
|
+
*/
|
|
27806
|
+
taskId?: string;
|
|
27236
27807
|
/**
|
|
27237
27808
|
* @description Optional derived preview generated by hub-api on upload (a
|
|
27238
27809
|
* downscaled JPEG for images, the first page rendered to an image
|
|
@@ -27297,6 +27868,24 @@ export interface components {
|
|
|
27297
27868
|
*/
|
|
27298
27869
|
file?: string;
|
|
27299
27870
|
id?: string;
|
|
27871
|
+
/**
|
|
27872
|
+
* @description IncludeInExport and IncludeInShare are per-row curation flags. A
|
|
27873
|
+
* case_media is included in an export bundle / share recipient view
|
|
27874
|
+
* when the corresponding flag is true. Both default to true at
|
|
27875
|
+
* insert time (set explicitly by the create path — the Go zero
|
|
27876
|
+
* value would otherwise be the opposite of what we want). Owners
|
|
27877
|
+
* toggle these via PATCH /case-media/:id; share/export consumers
|
|
27878
|
+
* filter on them at read time, and for shares the resolved set is
|
|
27879
|
+
* frozen into CaseShare.Selection at CreateShare time so later
|
|
27880
|
+
* toggles do not bleed into already-issued tokens. Only meaningful
|
|
27881
|
+
* on Role = "source" rows — edits inherit their inclusion state
|
|
27882
|
+
* from the source they resolve to.
|
|
27883
|
+
*
|
|
27884
|
+
* BSON tags deliberately omit `,omitempty` so a `false` value is
|
|
27885
|
+
* persisted faithfully instead of being dropped to the default.
|
|
27886
|
+
*/
|
|
27887
|
+
includeInExport?: boolean;
|
|
27888
|
+
includeInShare?: boolean;
|
|
27300
27889
|
/**
|
|
27301
27890
|
* @description Media is a full snapshot of the source Media document captured at
|
|
27302
27891
|
* attach time. It is only populated on Role = "source" and is what
|
|
@@ -27329,6 +27918,17 @@ export interface components {
|
|
|
27329
27918
|
* the case or an edit derived from another entry. See CaseMediaRole.
|
|
27330
27919
|
*/
|
|
27331
27920
|
role?: components["schemas"]["models.CaseMediaRole"];
|
|
27921
|
+
/**
|
|
27922
|
+
* @description SelectedVersionId is only meaningful on Role = "source" rows and
|
|
27923
|
+
* records which version of the source the case should display and
|
|
27924
|
+
* export. When set it points at an Role = "edit" CaseMedia entry
|
|
27925
|
+
* that descends from this source (directly via ParentId or
|
|
27926
|
+
* transitively via SupersedesId). When empty, consumers fall back
|
|
27927
|
+
* to the default behaviour (use the latest completed edit if any,
|
|
27928
|
+
* otherwise the source itself). Persisted so the choice survives
|
|
27929
|
+
* across sessions and is honoured by the export pipeline.
|
|
27930
|
+
*/
|
|
27931
|
+
selectedVersionId?: string;
|
|
27332
27932
|
/**
|
|
27333
27933
|
* @description Source snapshot fields (populated on Role = "source"; mirrored from
|
|
27334
27934
|
* Media at attach time so the case stays self-contained even after
|
|
@@ -27385,6 +27985,13 @@ export interface components {
|
|
|
27385
27985
|
/** @enum {string} */
|
|
27386
27986
|
"models.CaseMediaStatus": "queued" | "processing" | "completed" | "failed";
|
|
27387
27987
|
"models.CaseShare": {
|
|
27988
|
+
/**
|
|
27989
|
+
* @description AttachmentSelection is the per-share snapshot of the
|
|
27990
|
+
* task.Attachments[] ids the recipient is allowed to browse.
|
|
27991
|
+
* Same nil/empty/non-empty semantics as Selection — and the same
|
|
27992
|
+
* reason the bson tag drops `,omitempty`.
|
|
27993
|
+
*/
|
|
27994
|
+
attachment_selection?: string[];
|
|
27388
27995
|
created_at?: number;
|
|
27389
27996
|
email?: string;
|
|
27390
27997
|
expires_at?: number;
|
|
@@ -27393,6 +28000,31 @@ export interface components {
|
|
|
27393
28000
|
organisation_id?: string;
|
|
27394
28001
|
/** @description e.g. ["view"] */
|
|
27395
28002
|
permissions?: string[];
|
|
28003
|
+
/**
|
|
28004
|
+
* @description Selection is the per-share snapshot of the case_media ids the
|
|
28005
|
+
* recipient is allowed to browse, captured at CreateShare time.
|
|
28006
|
+
* It is the source of truth for what this specific token resolves
|
|
28007
|
+
* to — task.ShareSelection is only used as the owner-side
|
|
28008
|
+
* template that pre-fills the next share modal. Storing the
|
|
28009
|
+
* allow-list here decouples each recipient's view from later
|
|
28010
|
+
* edits to the task and from subsequent shares of the same case.
|
|
28011
|
+
*
|
|
28012
|
+
* nil = legacy / unsnapshotted share — resolvers fall back to
|
|
28013
|
+
* the task-level selection so old rows keep working.
|
|
28014
|
+
* [] = "include all" (same convention as the export pipeline).
|
|
28015
|
+
* [..] = literal allow-list of case_media ids.
|
|
28016
|
+
*
|
|
28017
|
+
* IMPORTANT: the bson tag deliberately omits `,omitempty`. An
|
|
28018
|
+
* "include all" snapshot is represented by an empty (non-nil)
|
|
28019
|
+
* slice, and `omitempty` would drop that empty array on insert,
|
|
28020
|
+
* causing the document to read back as nil and incorrectly
|
|
28021
|
+
* trigger the legacy fallback to task.ShareSelection — silently
|
|
28022
|
+
* re-binding the share to whatever template the owner happens to
|
|
28023
|
+
* have in place at read time. The JSON tag keeps `omitempty`
|
|
28024
|
+
* because the frontend treats a missing field identically to
|
|
28025
|
+
* `[]`.
|
|
28026
|
+
*/
|
|
28027
|
+
selection?: string[];
|
|
27396
28028
|
task_id?: string;
|
|
27397
28029
|
token?: string;
|
|
27398
28030
|
user_email?: string;
|
|
@@ -29212,15 +29844,6 @@ export interface components {
|
|
|
29212
29844
|
assignees?: string[];
|
|
29213
29845
|
assignees_profile?: string[];
|
|
29214
29846
|
assignees_sent_to?: string[];
|
|
29215
|
-
/**
|
|
29216
|
-
* @description Attachments are auxiliary, non-pipeline files attached to the
|
|
29217
|
-
* case (PDFs, hi-res images, scanned documents, audio notes, …).
|
|
29218
|
-
* They are embedded directly here under the assumption that the
|
|
29219
|
-
* per-case cardinality stays bounded (soft cap ~100). Only
|
|
29220
|
-
* metadata is stored; bytes live in Vault. List-cases endpoints
|
|
29221
|
-
* SHOULD project this field out to keep the list view light.
|
|
29222
|
-
*/
|
|
29223
|
-
attachments?: components["schemas"]["models.CaseAttachment"][];
|
|
29224
29847
|
/** @description A task can be assigned to a single camera or multiple cameras (depending of the export) */
|
|
29225
29848
|
camera?: string;
|
|
29226
29849
|
/** @description this is for the camera names (is computed on demand) */
|
|
@@ -29247,17 +29870,16 @@ export interface components {
|
|
|
29247
29870
|
export_requested?: boolean;
|
|
29248
29871
|
export_revision?: number;
|
|
29249
29872
|
/**
|
|
29250
|
-
* @description
|
|
29251
|
-
*
|
|
29252
|
-
*
|
|
29253
|
-
*
|
|
29254
|
-
*
|
|
29255
|
-
*
|
|
29256
|
-
*
|
|
29257
|
-
*
|
|
29258
|
-
* no completed edit exists).
|
|
29873
|
+
* @description ExportSelectionDirty signals that the curated bundle composition
|
|
29874
|
+
* (include_in_export flags on case_media / attachments, or a newly
|
|
29875
|
+
* added media row) changed since the last successful export
|
|
29876
|
+
* completion. Bumped to true by curation toggles and media inserts
|
|
29877
|
+
* in hub-api; cleared by hub-pipeline-export in CompleteExport.
|
|
29878
|
+
* The FE uses this to disable the Regenerate action when no
|
|
29879
|
+
* changes are pending and to surface a "selection changed" hint
|
|
29880
|
+
* next to the export status badge.
|
|
29259
29881
|
*/
|
|
29260
|
-
|
|
29882
|
+
export_selection_dirty?: boolean;
|
|
29261
29883
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
29262
29884
|
export_status?: string;
|
|
29263
29885
|
id?: string;
|
|
@@ -29312,7 +29934,6 @@ export interface components {
|
|
|
29312
29934
|
*/
|
|
29313
29935
|
retention_days?: number;
|
|
29314
29936
|
sequenceId?: string;
|
|
29315
|
-
share_selection?: string[];
|
|
29316
29937
|
sprite_url?: string;
|
|
29317
29938
|
spriteFile?: string;
|
|
29318
29939
|
spriteInterval?: number;
|
|
@@ -29760,6 +30381,7 @@ export interface components {
|
|
|
29760
30381
|
sites?: string[];
|
|
29761
30382
|
user_id?: string;
|
|
29762
30383
|
username?: string;
|
|
30384
|
+
weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
|
|
29763
30385
|
};
|
|
29764
30386
|
"models.Webhook": {
|
|
29765
30387
|
enabled?: boolean;
|
|
@@ -30329,6 +30951,9 @@ export declare namespace api {
|
|
|
30329
30951
|
type RedactionEvent = components['schemas']['api.RedactionEvent'];
|
|
30330
30952
|
type RemoveCustomAlertErrorResponse = components['schemas']['api.RemoveCustomAlertErrorResponse'];
|
|
30331
30953
|
type RemoveCustomAlertSuccessResponse = components['schemas']['api.RemoveCustomAlertSuccessResponse'];
|
|
30954
|
+
type RequestTaskExportErrorResponse = components['schemas']['api.RequestTaskExportErrorResponse'];
|
|
30955
|
+
type RequestTaskExportResponse = components['schemas']['api.RequestTaskExportResponse'];
|
|
30956
|
+
type RequestTaskExportSuccessResponse = components['schemas']['api.RequestTaskExportSuccessResponse'];
|
|
30332
30957
|
type SaveFaceRedactionErrorResponse = components['schemas']['api.SaveFaceRedactionErrorResponse'];
|
|
30333
30958
|
type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
|
|
30334
30959
|
type SaveFaceRedactionResponse = components['schemas']['api.SaveFaceRedactionResponse'];
|
|
@@ -30364,6 +30989,14 @@ export declare namespace api {
|
|
|
30364
30989
|
type UpdateCaseAttachmentRequest = components['schemas']['api.UpdateCaseAttachmentRequest'];
|
|
30365
30990
|
type UpdateCaseAttachmentResponse = components['schemas']['api.UpdateCaseAttachmentResponse'];
|
|
30366
30991
|
type UpdateCaseAttachmentSuccessResponse = components['schemas']['api.UpdateCaseAttachmentSuccessResponse'];
|
|
30992
|
+
type UpdateCaseMediaCurationErrorResponse = components['schemas']['api.UpdateCaseMediaCurationErrorResponse'];
|
|
30993
|
+
type UpdateCaseMediaCurationRequest = components['schemas']['api.UpdateCaseMediaCurationRequest'];
|
|
30994
|
+
type UpdateCaseMediaCurationResponse = components['schemas']['api.UpdateCaseMediaCurationResponse'];
|
|
30995
|
+
type UpdateCaseMediaCurationSuccessResponse = components['schemas']['api.UpdateCaseMediaCurationSuccessResponse'];
|
|
30996
|
+
type UpdateCaseMediaSelectedVersionErrorResponse = components['schemas']['api.UpdateCaseMediaSelectedVersionErrorResponse'];
|
|
30997
|
+
type UpdateCaseMediaSelectedVersionRequest = components['schemas']['api.UpdateCaseMediaSelectedVersionRequest'];
|
|
30998
|
+
type UpdateCaseMediaSelectedVersionResponse = components['schemas']['api.UpdateCaseMediaSelectedVersionResponse'];
|
|
30999
|
+
type UpdateCaseMediaSelectedVersionSuccessResponse = components['schemas']['api.UpdateCaseMediaSelectedVersionSuccessResponse'];
|
|
30367
31000
|
type UpdateCustomAlertErrorResponse = components['schemas']['api.UpdateCustomAlertErrorResponse'];
|
|
30368
31001
|
type UpdateCustomAlertRequest = components['schemas']['api.UpdateCustomAlertRequest'];
|
|
30369
31002
|
type UpdateCustomAlertResponse = components['schemas']['api.UpdateCustomAlertResponse'];
|