@uug-ai/models 1.3.1 → 1.3.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 +350 -300
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -393,46 +393,7 @@ export interface paths {
|
|
|
393
393
|
patch?: never;
|
|
394
394
|
trace?: never;
|
|
395
395
|
};
|
|
396
|
-
"/internal/
|
|
397
|
-
parameters: {
|
|
398
|
-
query?: never;
|
|
399
|
-
header?: never;
|
|
400
|
-
path?: never;
|
|
401
|
-
cookie?: never;
|
|
402
|
-
};
|
|
403
|
-
/**
|
|
404
|
-
* Get AddStrategyErrorResponse (schema generation only)
|
|
405
|
-
* @description Internal endpoint used only to ensure AddStrategyErrorResponse schema is generated in OpenAPI spec
|
|
406
|
-
*/
|
|
407
|
-
get: {
|
|
408
|
-
parameters: {
|
|
409
|
-
query?: never;
|
|
410
|
-
header?: never;
|
|
411
|
-
path?: never;
|
|
412
|
-
cookie?: never;
|
|
413
|
-
};
|
|
414
|
-
requestBody?: never;
|
|
415
|
-
responses: {
|
|
416
|
-
/** @description OK */
|
|
417
|
-
200: {
|
|
418
|
-
headers: {
|
|
419
|
-
[name: string]: unknown;
|
|
420
|
-
};
|
|
421
|
-
content: {
|
|
422
|
-
"application/json": components["schemas"]["api.AddStrategyErrorResponse"];
|
|
423
|
-
};
|
|
424
|
-
};
|
|
425
|
-
};
|
|
426
|
-
};
|
|
427
|
-
put?: never;
|
|
428
|
-
post?: never;
|
|
429
|
-
delete?: never;
|
|
430
|
-
options?: never;
|
|
431
|
-
head?: never;
|
|
432
|
-
patch?: never;
|
|
433
|
-
trace?: never;
|
|
434
|
-
};
|
|
435
|
-
"/internal/addstrategyrequest": {
|
|
396
|
+
"/internal/alertfeatures": {
|
|
436
397
|
parameters: {
|
|
437
398
|
query?: never;
|
|
438
399
|
header?: never;
|
|
@@ -440,8 +401,8 @@ export interface paths {
|
|
|
440
401
|
cookie?: never;
|
|
441
402
|
};
|
|
442
403
|
/**
|
|
443
|
-
* Get
|
|
444
|
-
* @description Internal endpoint used only to ensure
|
|
404
|
+
* Get AlertFeatures (schema generation only)
|
|
405
|
+
* @description Internal endpoint used only to ensure AlertFeatures schema is generated in OpenAPI spec
|
|
445
406
|
*/
|
|
446
407
|
get: {
|
|
447
408
|
parameters: {
|
|
@@ -458,7 +419,7 @@ export interface paths {
|
|
|
458
419
|
[name: string]: unknown;
|
|
459
420
|
};
|
|
460
421
|
content: {
|
|
461
|
-
"application/json": components["schemas"]["
|
|
422
|
+
"application/json": components["schemas"]["models.AlertFeatures"];
|
|
462
423
|
};
|
|
463
424
|
};
|
|
464
425
|
};
|
|
@@ -471,7 +432,7 @@ export interface paths {
|
|
|
471
432
|
patch?: never;
|
|
472
433
|
trace?: never;
|
|
473
434
|
};
|
|
474
|
-
"/internal/
|
|
435
|
+
"/internal/analysis": {
|
|
475
436
|
parameters: {
|
|
476
437
|
query?: never;
|
|
477
438
|
header?: never;
|
|
@@ -479,8 +440,8 @@ export interface paths {
|
|
|
479
440
|
cookie?: never;
|
|
480
441
|
};
|
|
481
442
|
/**
|
|
482
|
-
* Get
|
|
483
|
-
* @description Internal endpoint used only to ensure
|
|
443
|
+
* Get Analysis (schema generation only)
|
|
444
|
+
* @description Internal endpoint used only to ensure Analysis schema is generated in OpenAPI spec
|
|
484
445
|
*/
|
|
485
446
|
get: {
|
|
486
447
|
parameters: {
|
|
@@ -497,7 +458,7 @@ export interface paths {
|
|
|
497
458
|
[name: string]: unknown;
|
|
498
459
|
};
|
|
499
460
|
content: {
|
|
500
|
-
"application/json": components["schemas"]["
|
|
461
|
+
"application/json": components["schemas"]["models.Analysis"];
|
|
501
462
|
};
|
|
502
463
|
};
|
|
503
464
|
};
|
|
@@ -510,7 +471,7 @@ export interface paths {
|
|
|
510
471
|
patch?: never;
|
|
511
472
|
trace?: never;
|
|
512
473
|
};
|
|
513
|
-
"/internal/
|
|
474
|
+
"/internal/analysisfilter": {
|
|
514
475
|
parameters: {
|
|
515
476
|
query?: never;
|
|
516
477
|
header?: never;
|
|
@@ -518,8 +479,8 @@ export interface paths {
|
|
|
518
479
|
cookie?: never;
|
|
519
480
|
};
|
|
520
481
|
/**
|
|
521
|
-
* Get
|
|
522
|
-
* @description Internal endpoint used only to ensure
|
|
482
|
+
* Get AnalysisFilter (schema generation only)
|
|
483
|
+
* @description Internal endpoint used only to ensure AnalysisFilter schema is generated in OpenAPI spec
|
|
523
484
|
*/
|
|
524
485
|
get: {
|
|
525
486
|
parameters: {
|
|
@@ -536,7 +497,7 @@ export interface paths {
|
|
|
536
497
|
[name: string]: unknown;
|
|
537
498
|
};
|
|
538
499
|
content: {
|
|
539
|
-
"application/json": components["schemas"]["
|
|
500
|
+
"application/json": components["schemas"]["models.AnalysisFilter"];
|
|
540
501
|
};
|
|
541
502
|
};
|
|
542
503
|
};
|
|
@@ -549,7 +510,7 @@ export interface paths {
|
|
|
549
510
|
patch?: never;
|
|
550
511
|
trace?: never;
|
|
551
512
|
};
|
|
552
|
-
"/internal/
|
|
513
|
+
"/internal/analysisshort": {
|
|
553
514
|
parameters: {
|
|
554
515
|
query?: never;
|
|
555
516
|
header?: never;
|
|
@@ -557,8 +518,8 @@ export interface paths {
|
|
|
557
518
|
cookie?: never;
|
|
558
519
|
};
|
|
559
520
|
/**
|
|
560
|
-
* Get
|
|
561
|
-
* @description Internal endpoint used only to ensure
|
|
521
|
+
* Get AnalysisShort (schema generation only)
|
|
522
|
+
* @description Internal endpoint used only to ensure AnalysisShort schema is generated in OpenAPI spec
|
|
562
523
|
*/
|
|
563
524
|
get: {
|
|
564
525
|
parameters: {
|
|
@@ -575,7 +536,7 @@ export interface paths {
|
|
|
575
536
|
[name: string]: unknown;
|
|
576
537
|
};
|
|
577
538
|
content: {
|
|
578
|
-
"application/json": components["schemas"]["models.
|
|
539
|
+
"application/json": components["schemas"]["models.AnalysisShort"];
|
|
579
540
|
};
|
|
580
541
|
};
|
|
581
542
|
};
|
|
@@ -588,7 +549,7 @@ export interface paths {
|
|
|
588
549
|
patch?: never;
|
|
589
550
|
trace?: never;
|
|
590
551
|
};
|
|
591
|
-
"/internal/
|
|
552
|
+
"/internal/analysisstage": {
|
|
592
553
|
parameters: {
|
|
593
554
|
query?: never;
|
|
594
555
|
header?: never;
|
|
@@ -596,8 +557,8 @@ export interface paths {
|
|
|
596
557
|
cookie?: never;
|
|
597
558
|
};
|
|
598
559
|
/**
|
|
599
|
-
* Get
|
|
600
|
-
* @description Internal endpoint used only to ensure
|
|
560
|
+
* Get AnalysisStage (schema generation only)
|
|
561
|
+
* @description Internal endpoint used only to ensure AnalysisStage schema is generated in OpenAPI spec
|
|
601
562
|
*/
|
|
602
563
|
get: {
|
|
603
564
|
parameters: {
|
|
@@ -614,7 +575,7 @@ export interface paths {
|
|
|
614
575
|
[name: string]: unknown;
|
|
615
576
|
};
|
|
616
577
|
content: {
|
|
617
|
-
"application/json": components["schemas"]["models.
|
|
578
|
+
"application/json": components["schemas"]["models.AnalysisStage"];
|
|
618
579
|
};
|
|
619
580
|
};
|
|
620
581
|
};
|
|
@@ -627,7 +588,7 @@ export interface paths {
|
|
|
627
588
|
patch?: never;
|
|
628
589
|
trace?: never;
|
|
629
590
|
};
|
|
630
|
-
"/internal/
|
|
591
|
+
"/internal/analysiswrapper": {
|
|
631
592
|
parameters: {
|
|
632
593
|
query?: never;
|
|
633
594
|
header?: never;
|
|
@@ -635,8 +596,8 @@ export interface paths {
|
|
|
635
596
|
cookie?: never;
|
|
636
597
|
};
|
|
637
598
|
/**
|
|
638
|
-
* Get
|
|
639
|
-
* @description Internal endpoint used only to ensure
|
|
599
|
+
* Get AnalysisWrapper (schema generation only)
|
|
600
|
+
* @description Internal endpoint used only to ensure AnalysisWrapper schema is generated in OpenAPI spec
|
|
640
601
|
*/
|
|
641
602
|
get: {
|
|
642
603
|
parameters: {
|
|
@@ -653,7 +614,7 @@ export interface paths {
|
|
|
653
614
|
[name: string]: unknown;
|
|
654
615
|
};
|
|
655
616
|
content: {
|
|
656
|
-
"application/json": components["schemas"]["models.
|
|
617
|
+
"application/json": components["schemas"]["models.AnalysisWrapper"];
|
|
657
618
|
};
|
|
658
619
|
};
|
|
659
620
|
};
|
|
@@ -666,7 +627,7 @@ export interface paths {
|
|
|
666
627
|
patch?: never;
|
|
667
628
|
trace?: never;
|
|
668
629
|
};
|
|
669
|
-
"/internal/
|
|
630
|
+
"/internal/audit": {
|
|
670
631
|
parameters: {
|
|
671
632
|
query?: never;
|
|
672
633
|
header?: never;
|
|
@@ -674,8 +635,8 @@ export interface paths {
|
|
|
674
635
|
cookie?: never;
|
|
675
636
|
};
|
|
676
637
|
/**
|
|
677
|
-
* Get
|
|
678
|
-
* @description Internal endpoint used only to ensure
|
|
638
|
+
* Get Audit (schema generation only)
|
|
639
|
+
* @description Internal endpoint used only to ensure Audit schema is generated in OpenAPI spec
|
|
679
640
|
*/
|
|
680
641
|
get: {
|
|
681
642
|
parameters: {
|
|
@@ -692,7 +653,7 @@ export interface paths {
|
|
|
692
653
|
[name: string]: unknown;
|
|
693
654
|
};
|
|
694
655
|
content: {
|
|
695
|
-
"application/json": components["schemas"]["models.
|
|
656
|
+
"application/json": components["schemas"]["models.Audit"];
|
|
696
657
|
};
|
|
697
658
|
};
|
|
698
659
|
};
|
|
@@ -705,7 +666,7 @@ export interface paths {
|
|
|
705
666
|
patch?: never;
|
|
706
667
|
trace?: never;
|
|
707
668
|
};
|
|
708
|
-
"/internal/
|
|
669
|
+
"/internal/auditcreate": {
|
|
709
670
|
parameters: {
|
|
710
671
|
query?: never;
|
|
711
672
|
header?: never;
|
|
@@ -713,8 +674,8 @@ export interface paths {
|
|
|
713
674
|
cookie?: never;
|
|
714
675
|
};
|
|
715
676
|
/**
|
|
716
|
-
* Get
|
|
717
|
-
* @description Internal endpoint used only to ensure
|
|
677
|
+
* Get AuditCreate (schema generation only)
|
|
678
|
+
* @description Internal endpoint used only to ensure AuditCreate schema is generated in OpenAPI spec
|
|
718
679
|
*/
|
|
719
680
|
get: {
|
|
720
681
|
parameters: {
|
|
@@ -731,7 +692,7 @@ export interface paths {
|
|
|
731
692
|
[name: string]: unknown;
|
|
732
693
|
};
|
|
733
694
|
content: {
|
|
734
|
-
"application/json": components["schemas"]["models.
|
|
695
|
+
"application/json": components["schemas"]["models.AuditCreate"];
|
|
735
696
|
};
|
|
736
697
|
};
|
|
737
698
|
};
|
|
@@ -744,7 +705,7 @@ export interface paths {
|
|
|
744
705
|
patch?: never;
|
|
745
706
|
trace?: never;
|
|
746
707
|
};
|
|
747
|
-
"/internal/
|
|
708
|
+
"/internal/auditupdate": {
|
|
748
709
|
parameters: {
|
|
749
710
|
query?: never;
|
|
750
711
|
header?: never;
|
|
@@ -752,8 +713,8 @@ export interface paths {
|
|
|
752
713
|
cookie?: never;
|
|
753
714
|
};
|
|
754
715
|
/**
|
|
755
|
-
* Get
|
|
756
|
-
* @description Internal endpoint used only to ensure
|
|
716
|
+
* Get AuditUpdate (schema generation only)
|
|
717
|
+
* @description Internal endpoint used only to ensure AuditUpdate schema is generated in OpenAPI spec
|
|
757
718
|
*/
|
|
758
719
|
get: {
|
|
759
720
|
parameters: {
|
|
@@ -770,7 +731,7 @@ export interface paths {
|
|
|
770
731
|
[name: string]: unknown;
|
|
771
732
|
};
|
|
772
733
|
content: {
|
|
773
|
-
"application/json": components["schemas"]["models.
|
|
734
|
+
"application/json": components["schemas"]["models.AuditUpdate"];
|
|
774
735
|
};
|
|
775
736
|
};
|
|
776
737
|
};
|
|
@@ -783,7 +744,7 @@ export interface paths {
|
|
|
783
744
|
patch?: never;
|
|
784
745
|
trace?: never;
|
|
785
746
|
};
|
|
786
|
-
"/internal/
|
|
747
|
+
"/internal/callerinfo": {
|
|
787
748
|
parameters: {
|
|
788
749
|
query?: never;
|
|
789
750
|
header?: never;
|
|
@@ -791,8 +752,8 @@ export interface paths {
|
|
|
791
752
|
cookie?: never;
|
|
792
753
|
};
|
|
793
754
|
/**
|
|
794
|
-
* Get
|
|
795
|
-
* @description Internal endpoint used only to ensure
|
|
755
|
+
* Get CallerInfo (schema generation only)
|
|
756
|
+
* @description Internal endpoint used only to ensure CallerInfo schema is generated in OpenAPI spec
|
|
796
757
|
*/
|
|
797
758
|
get: {
|
|
798
759
|
parameters: {
|
|
@@ -809,7 +770,7 @@ export interface paths {
|
|
|
809
770
|
[name: string]: unknown;
|
|
810
771
|
};
|
|
811
772
|
content: {
|
|
812
|
-
"application/json": components["schemas"]["
|
|
773
|
+
"application/json": components["schemas"]["api.CallerInfo"];
|
|
813
774
|
};
|
|
814
775
|
};
|
|
815
776
|
};
|
|
@@ -822,7 +783,7 @@ export interface paths {
|
|
|
822
783
|
patch?: never;
|
|
823
784
|
trace?: never;
|
|
824
785
|
};
|
|
825
|
-
"/internal/
|
|
786
|
+
"/internal/camerametadata": {
|
|
826
787
|
parameters: {
|
|
827
788
|
query?: never;
|
|
828
789
|
header?: never;
|
|
@@ -830,8 +791,8 @@ export interface paths {
|
|
|
830
791
|
cookie?: never;
|
|
831
792
|
};
|
|
832
793
|
/**
|
|
833
|
-
* Get
|
|
834
|
-
* @description Internal endpoint used only to ensure
|
|
794
|
+
* Get CameraMetadata (schema generation only)
|
|
795
|
+
* @description Internal endpoint used only to ensure CameraMetadata schema is generated in OpenAPI spec
|
|
835
796
|
*/
|
|
836
797
|
get: {
|
|
837
798
|
parameters: {
|
|
@@ -848,7 +809,7 @@ export interface paths {
|
|
|
848
809
|
[name: string]: unknown;
|
|
849
810
|
};
|
|
850
811
|
content: {
|
|
851
|
-
"application/json": components["schemas"]["models.
|
|
812
|
+
"application/json": components["schemas"]["models.CameraMetadata"];
|
|
852
813
|
};
|
|
853
814
|
};
|
|
854
815
|
};
|
|
@@ -861,7 +822,7 @@ export interface paths {
|
|
|
861
822
|
patch?: never;
|
|
862
823
|
trace?: never;
|
|
863
824
|
};
|
|
864
|
-
"/internal/
|
|
825
|
+
"/internal/camerapreset": {
|
|
865
826
|
parameters: {
|
|
866
827
|
query?: never;
|
|
867
828
|
header?: never;
|
|
@@ -869,8 +830,8 @@ export interface paths {
|
|
|
869
830
|
cookie?: never;
|
|
870
831
|
};
|
|
871
832
|
/**
|
|
872
|
-
* Get
|
|
873
|
-
* @description Internal endpoint used only to ensure
|
|
833
|
+
* Get CameraPreset (schema generation only)
|
|
834
|
+
* @description Internal endpoint used only to ensure CameraPreset schema is generated in OpenAPI spec
|
|
874
835
|
*/
|
|
875
836
|
get: {
|
|
876
837
|
parameters: {
|
|
@@ -887,7 +848,7 @@ export interface paths {
|
|
|
887
848
|
[name: string]: unknown;
|
|
888
849
|
};
|
|
889
850
|
content: {
|
|
890
|
-
"application/json": components["schemas"]["models.
|
|
851
|
+
"application/json": components["schemas"]["models.CameraPreset"];
|
|
891
852
|
};
|
|
892
853
|
};
|
|
893
854
|
};
|
|
@@ -900,7 +861,7 @@ export interface paths {
|
|
|
900
861
|
patch?: never;
|
|
901
862
|
trace?: never;
|
|
902
863
|
};
|
|
903
|
-
"/internal/
|
|
864
|
+
"/internal/cameratour": {
|
|
904
865
|
parameters: {
|
|
905
866
|
query?: never;
|
|
906
867
|
header?: never;
|
|
@@ -908,8 +869,8 @@ export interface paths {
|
|
|
908
869
|
cookie?: never;
|
|
909
870
|
};
|
|
910
871
|
/**
|
|
911
|
-
* Get
|
|
912
|
-
* @description Internal endpoint used only to ensure
|
|
872
|
+
* Get CameraTour (schema generation only)
|
|
873
|
+
* @description Internal endpoint used only to ensure CameraTour schema is generated in OpenAPI spec
|
|
913
874
|
*/
|
|
914
875
|
get: {
|
|
915
876
|
parameters: {
|
|
@@ -926,7 +887,7 @@ export interface paths {
|
|
|
926
887
|
[name: string]: unknown;
|
|
927
888
|
};
|
|
928
889
|
content: {
|
|
929
|
-
"application/json": components["schemas"]["
|
|
890
|
+
"application/json": components["schemas"]["models.CameraTour"];
|
|
930
891
|
};
|
|
931
892
|
};
|
|
932
893
|
};
|
|
@@ -939,7 +900,7 @@ export interface paths {
|
|
|
939
900
|
patch?: never;
|
|
940
901
|
trace?: never;
|
|
941
902
|
};
|
|
942
|
-
"/internal/
|
|
903
|
+
"/internal/classification": {
|
|
943
904
|
parameters: {
|
|
944
905
|
query?: never;
|
|
945
906
|
header?: never;
|
|
@@ -947,8 +908,8 @@ export interface paths {
|
|
|
947
908
|
cookie?: never;
|
|
948
909
|
};
|
|
949
910
|
/**
|
|
950
|
-
* Get
|
|
951
|
-
* @description Internal endpoint used only to ensure
|
|
911
|
+
* Get Classification (schema generation only)
|
|
912
|
+
* @description Internal endpoint used only to ensure Classification schema is generated in OpenAPI spec
|
|
952
913
|
*/
|
|
953
914
|
get: {
|
|
954
915
|
parameters: {
|
|
@@ -965,7 +926,7 @@ export interface paths {
|
|
|
965
926
|
[name: string]: unknown;
|
|
966
927
|
};
|
|
967
928
|
content: {
|
|
968
|
-
"application/json": components["schemas"]["models.
|
|
929
|
+
"application/json": components["schemas"]["models.Classification"];
|
|
969
930
|
};
|
|
970
931
|
};
|
|
971
932
|
};
|
|
@@ -978,7 +939,7 @@ export interface paths {
|
|
|
978
939
|
patch?: never;
|
|
979
940
|
trace?: never;
|
|
980
941
|
};
|
|
981
|
-
"/internal/
|
|
942
|
+
"/internal/classificationsummary": {
|
|
982
943
|
parameters: {
|
|
983
944
|
query?: never;
|
|
984
945
|
header?: never;
|
|
@@ -986,8 +947,8 @@ export interface paths {
|
|
|
986
947
|
cookie?: never;
|
|
987
948
|
};
|
|
988
949
|
/**
|
|
989
|
-
* Get
|
|
990
|
-
* @description Internal endpoint used only to ensure
|
|
950
|
+
* Get ClassificationSummary (schema generation only)
|
|
951
|
+
* @description Internal endpoint used only to ensure ClassificationSummary schema is generated in OpenAPI spec
|
|
991
952
|
*/
|
|
992
953
|
get: {
|
|
993
954
|
parameters: {
|
|
@@ -1004,7 +965,7 @@ export interface paths {
|
|
|
1004
965
|
[name: string]: unknown;
|
|
1005
966
|
};
|
|
1006
967
|
content: {
|
|
1007
|
-
"application/json": components["schemas"]["models.
|
|
968
|
+
"application/json": components["schemas"]["models.ClassificationSummary"];
|
|
1008
969
|
};
|
|
1009
970
|
};
|
|
1010
971
|
};
|
|
@@ -1017,7 +978,7 @@ export interface paths {
|
|
|
1017
978
|
patch?: never;
|
|
1018
979
|
trace?: never;
|
|
1019
980
|
};
|
|
1020
|
-
"/internal/
|
|
981
|
+
"/internal/classify": {
|
|
1021
982
|
parameters: {
|
|
1022
983
|
query?: never;
|
|
1023
984
|
header?: never;
|
|
@@ -1025,8 +986,8 @@ export interface paths {
|
|
|
1025
986
|
cookie?: never;
|
|
1026
987
|
};
|
|
1027
988
|
/**
|
|
1028
|
-
* Get
|
|
1029
|
-
* @description Internal endpoint used only to ensure
|
|
989
|
+
* Get Classify (schema generation only)
|
|
990
|
+
* @description Internal endpoint used only to ensure Classify schema is generated in OpenAPI spec
|
|
1030
991
|
*/
|
|
1031
992
|
get: {
|
|
1032
993
|
parameters: {
|
|
@@ -1043,7 +1004,7 @@ export interface paths {
|
|
|
1043
1004
|
[name: string]: unknown;
|
|
1044
1005
|
};
|
|
1045
1006
|
content: {
|
|
1046
|
-
"application/json": components["schemas"]["models.
|
|
1007
|
+
"application/json": components["schemas"]["models.Classify"];
|
|
1047
1008
|
};
|
|
1048
1009
|
};
|
|
1049
1010
|
};
|
|
@@ -1056,7 +1017,7 @@ export interface paths {
|
|
|
1056
1017
|
patch?: never;
|
|
1057
1018
|
trace?: never;
|
|
1058
1019
|
};
|
|
1059
|
-
"/internal/
|
|
1020
|
+
"/internal/classifydetails": {
|
|
1060
1021
|
parameters: {
|
|
1061
1022
|
query?: never;
|
|
1062
1023
|
header?: never;
|
|
@@ -1064,8 +1025,8 @@ export interface paths {
|
|
|
1064
1025
|
cookie?: never;
|
|
1065
1026
|
};
|
|
1066
1027
|
/**
|
|
1067
|
-
* Get
|
|
1068
|
-
* @description Internal endpoint used only to ensure
|
|
1028
|
+
* Get ClassifyDetails (schema generation only)
|
|
1029
|
+
* @description Internal endpoint used only to ensure ClassifyDetails schema is generated in OpenAPI spec
|
|
1069
1030
|
*/
|
|
1070
1031
|
get: {
|
|
1071
1032
|
parameters: {
|
|
@@ -1082,7 +1043,7 @@ export interface paths {
|
|
|
1082
1043
|
[name: string]: unknown;
|
|
1083
1044
|
};
|
|
1084
1045
|
content: {
|
|
1085
|
-
"application/json": components["schemas"]["models.
|
|
1046
|
+
"application/json": components["schemas"]["models.ClassifyDetails"];
|
|
1086
1047
|
};
|
|
1087
1048
|
};
|
|
1088
1049
|
};
|
|
@@ -1095,7 +1056,7 @@ export interface paths {
|
|
|
1095
1056
|
patch?: never;
|
|
1096
1057
|
trace?: never;
|
|
1097
1058
|
};
|
|
1098
|
-
"/internal/
|
|
1059
|
+
"/internal/color": {
|
|
1099
1060
|
parameters: {
|
|
1100
1061
|
query?: never;
|
|
1101
1062
|
header?: never;
|
|
@@ -1103,8 +1064,8 @@ export interface paths {
|
|
|
1103
1064
|
cookie?: never;
|
|
1104
1065
|
};
|
|
1105
1066
|
/**
|
|
1106
|
-
* Get
|
|
1107
|
-
* @description Internal endpoint used only to ensure
|
|
1067
|
+
* Get Color (schema generation only)
|
|
1068
|
+
* @description Internal endpoint used only to ensure Color schema is generated in OpenAPI spec
|
|
1108
1069
|
*/
|
|
1109
1070
|
get: {
|
|
1110
1071
|
parameters: {
|
|
@@ -1121,7 +1082,7 @@ export interface paths {
|
|
|
1121
1082
|
[name: string]: unknown;
|
|
1122
1083
|
};
|
|
1123
1084
|
content: {
|
|
1124
|
-
"application/json": components["schemas"]["models.
|
|
1085
|
+
"application/json": components["schemas"]["models.Color"];
|
|
1125
1086
|
};
|
|
1126
1087
|
};
|
|
1127
1088
|
};
|
|
@@ -1134,7 +1095,7 @@ export interface paths {
|
|
|
1134
1095
|
patch?: never;
|
|
1135
1096
|
trace?: never;
|
|
1136
1097
|
};
|
|
1137
|
-
"/internal/
|
|
1098
|
+
"/internal/comment": {
|
|
1138
1099
|
parameters: {
|
|
1139
1100
|
query?: never;
|
|
1140
1101
|
header?: never;
|
|
@@ -1142,8 +1103,8 @@ export interface paths {
|
|
|
1142
1103
|
cookie?: never;
|
|
1143
1104
|
};
|
|
1144
1105
|
/**
|
|
1145
|
-
* Get
|
|
1146
|
-
* @description Internal endpoint used only to ensure
|
|
1106
|
+
* Get Comment (schema generation only)
|
|
1107
|
+
* @description Internal endpoint used only to ensure Comment schema is generated in OpenAPI spec
|
|
1147
1108
|
*/
|
|
1148
1109
|
get: {
|
|
1149
1110
|
parameters: {
|
|
@@ -1160,7 +1121,7 @@ export interface paths {
|
|
|
1160
1121
|
[name: string]: unknown;
|
|
1161
1122
|
};
|
|
1162
1123
|
content: {
|
|
1163
|
-
"application/json": components["schemas"]["models.
|
|
1124
|
+
"application/json": components["schemas"]["models.Comment"];
|
|
1164
1125
|
};
|
|
1165
1126
|
};
|
|
1166
1127
|
};
|
|
@@ -1173,7 +1134,7 @@ export interface paths {
|
|
|
1173
1134
|
patch?: never;
|
|
1174
1135
|
trace?: never;
|
|
1175
1136
|
};
|
|
1176
|
-
"/internal/
|
|
1137
|
+
"/internal/counting": {
|
|
1177
1138
|
parameters: {
|
|
1178
1139
|
query?: never;
|
|
1179
1140
|
header?: never;
|
|
@@ -1181,8 +1142,8 @@ export interface paths {
|
|
|
1181
1142
|
cookie?: never;
|
|
1182
1143
|
};
|
|
1183
1144
|
/**
|
|
1184
|
-
* Get
|
|
1185
|
-
* @description Internal endpoint used only to ensure
|
|
1145
|
+
* Get Counting (schema generation only)
|
|
1146
|
+
* @description Internal endpoint used only to ensure Counting schema is generated in OpenAPI spec
|
|
1186
1147
|
*/
|
|
1187
1148
|
get: {
|
|
1188
1149
|
parameters: {
|
|
@@ -1199,7 +1160,7 @@ export interface paths {
|
|
|
1199
1160
|
[name: string]: unknown;
|
|
1200
1161
|
};
|
|
1201
1162
|
content: {
|
|
1202
|
-
"application/json": components["schemas"]["models.
|
|
1163
|
+
"application/json": components["schemas"]["models.Counting"];
|
|
1203
1164
|
};
|
|
1204
1165
|
};
|
|
1205
1166
|
};
|
|
@@ -1212,7 +1173,7 @@ export interface paths {
|
|
|
1212
1173
|
patch?: never;
|
|
1213
1174
|
trace?: never;
|
|
1214
1175
|
};
|
|
1215
|
-
"/internal/
|
|
1176
|
+
"/internal/countingdetail": {
|
|
1216
1177
|
parameters: {
|
|
1217
1178
|
query?: never;
|
|
1218
1179
|
header?: never;
|
|
@@ -1220,8 +1181,8 @@ export interface paths {
|
|
|
1220
1181
|
cookie?: never;
|
|
1221
1182
|
};
|
|
1222
1183
|
/**
|
|
1223
|
-
* Get
|
|
1224
|
-
* @description Internal endpoint used only to ensure
|
|
1184
|
+
* Get CountingDetail (schema generation only)
|
|
1185
|
+
* @description Internal endpoint used only to ensure CountingDetail schema is generated in OpenAPI spec
|
|
1225
1186
|
*/
|
|
1226
1187
|
get: {
|
|
1227
1188
|
parameters: {
|
|
@@ -1238,7 +1199,7 @@ export interface paths {
|
|
|
1238
1199
|
[name: string]: unknown;
|
|
1239
1200
|
};
|
|
1240
1201
|
content: {
|
|
1241
|
-
"application/json": components["schemas"]["models.
|
|
1202
|
+
"application/json": components["schemas"]["models.CountingDetail"];
|
|
1242
1203
|
};
|
|
1243
1204
|
};
|
|
1244
1205
|
};
|
|
@@ -1251,7 +1212,7 @@ export interface paths {
|
|
|
1251
1212
|
patch?: never;
|
|
1252
1213
|
trace?: never;
|
|
1253
1214
|
};
|
|
1254
|
-
"/internal/
|
|
1215
|
+
"/internal/countingrecord": {
|
|
1255
1216
|
parameters: {
|
|
1256
1217
|
query?: never;
|
|
1257
1218
|
header?: never;
|
|
@@ -1259,8 +1220,8 @@ export interface paths {
|
|
|
1259
1220
|
cookie?: never;
|
|
1260
1221
|
};
|
|
1261
1222
|
/**
|
|
1262
|
-
* Get
|
|
1263
|
-
* @description Internal endpoint used only to ensure
|
|
1223
|
+
* Get CountingRecord (schema generation only)
|
|
1224
|
+
* @description Internal endpoint used only to ensure CountingRecord schema is generated in OpenAPI spec
|
|
1264
1225
|
*/
|
|
1265
1226
|
get: {
|
|
1266
1227
|
parameters: {
|
|
@@ -1277,7 +1238,7 @@ export interface paths {
|
|
|
1277
1238
|
[name: string]: unknown;
|
|
1278
1239
|
};
|
|
1279
1240
|
content: {
|
|
1280
|
-
"application/json": components["schemas"]["models.
|
|
1241
|
+
"application/json": components["schemas"]["models.CountingRecord"];
|
|
1281
1242
|
};
|
|
1282
1243
|
};
|
|
1283
1244
|
};
|
|
@@ -1290,7 +1251,7 @@ export interface paths {
|
|
|
1290
1251
|
patch?: never;
|
|
1291
1252
|
trace?: never;
|
|
1292
1253
|
};
|
|
1293
|
-
"/internal/
|
|
1254
|
+
"/internal/countingsummary": {
|
|
1294
1255
|
parameters: {
|
|
1295
1256
|
query?: never;
|
|
1296
1257
|
header?: never;
|
|
@@ -1298,8 +1259,8 @@ export interface paths {
|
|
|
1298
1259
|
cookie?: never;
|
|
1299
1260
|
};
|
|
1300
1261
|
/**
|
|
1301
|
-
* Get
|
|
1302
|
-
* @description Internal endpoint used only to ensure
|
|
1262
|
+
* Get CountingSummary (schema generation only)
|
|
1263
|
+
* @description Internal endpoint used only to ensure CountingSummary schema is generated in OpenAPI spec
|
|
1303
1264
|
*/
|
|
1304
1265
|
get: {
|
|
1305
1266
|
parameters: {
|
|
@@ -1316,7 +1277,7 @@ export interface paths {
|
|
|
1316
1277
|
[name: string]: unknown;
|
|
1317
1278
|
};
|
|
1318
1279
|
content: {
|
|
1319
|
-
"application/json": components["schemas"]["models.
|
|
1280
|
+
"application/json": components["schemas"]["models.CountingSummary"];
|
|
1320
1281
|
};
|
|
1321
1282
|
};
|
|
1322
1283
|
};
|
|
@@ -1602,7 +1563,7 @@ export interface paths {
|
|
|
1602
1563
|
patch?: never;
|
|
1603
1564
|
trace?: never;
|
|
1604
1565
|
};
|
|
1605
|
-
"/internal/
|
|
1566
|
+
"/internal/deletestateerrorresponse": {
|
|
1606
1567
|
parameters: {
|
|
1607
1568
|
query?: never;
|
|
1608
1569
|
header?: never;
|
|
@@ -1610,8 +1571,8 @@ export interface paths {
|
|
|
1610
1571
|
cookie?: never;
|
|
1611
1572
|
};
|
|
1612
1573
|
/**
|
|
1613
|
-
* Get
|
|
1614
|
-
* @description Internal endpoint used only to ensure
|
|
1574
|
+
* Get DeleteStateErrorResponse (schema generation only)
|
|
1575
|
+
* @description Internal endpoint used only to ensure DeleteStateErrorResponse schema is generated in OpenAPI spec
|
|
1615
1576
|
*/
|
|
1616
1577
|
get: {
|
|
1617
1578
|
parameters: {
|
|
@@ -1628,7 +1589,7 @@ export interface paths {
|
|
|
1628
1589
|
[name: string]: unknown;
|
|
1629
1590
|
};
|
|
1630
1591
|
content: {
|
|
1631
|
-
"application/json": components["schemas"]["api.
|
|
1592
|
+
"application/json": components["schemas"]["api.DeleteStateErrorResponse"];
|
|
1632
1593
|
};
|
|
1633
1594
|
};
|
|
1634
1595
|
};
|
|
@@ -1641,7 +1602,7 @@ export interface paths {
|
|
|
1641
1602
|
patch?: never;
|
|
1642
1603
|
trace?: never;
|
|
1643
1604
|
};
|
|
1644
|
-
"/internal/
|
|
1605
|
+
"/internal/deletestaterequest": {
|
|
1645
1606
|
parameters: {
|
|
1646
1607
|
query?: never;
|
|
1647
1608
|
header?: never;
|
|
@@ -1649,8 +1610,8 @@ export interface paths {
|
|
|
1649
1610
|
cookie?: never;
|
|
1650
1611
|
};
|
|
1651
1612
|
/**
|
|
1652
|
-
* Get
|
|
1653
|
-
* @description Internal endpoint used only to ensure
|
|
1613
|
+
* Get DeleteStateRequest (schema generation only)
|
|
1614
|
+
* @description Internal endpoint used only to ensure DeleteStateRequest schema is generated in OpenAPI spec
|
|
1654
1615
|
*/
|
|
1655
1616
|
get: {
|
|
1656
1617
|
parameters: {
|
|
@@ -1667,7 +1628,7 @@ export interface paths {
|
|
|
1667
1628
|
[name: string]: unknown;
|
|
1668
1629
|
};
|
|
1669
1630
|
content: {
|
|
1670
|
-
"application/json": components["schemas"]["api.
|
|
1631
|
+
"application/json": components["schemas"]["api.DeleteStateRequest"];
|
|
1671
1632
|
};
|
|
1672
1633
|
};
|
|
1673
1634
|
};
|
|
@@ -1680,7 +1641,7 @@ export interface paths {
|
|
|
1680
1641
|
patch?: never;
|
|
1681
1642
|
trace?: never;
|
|
1682
1643
|
};
|
|
1683
|
-
"/internal/
|
|
1644
|
+
"/internal/deletestateresponse": {
|
|
1684
1645
|
parameters: {
|
|
1685
1646
|
query?: never;
|
|
1686
1647
|
header?: never;
|
|
@@ -1688,8 +1649,8 @@ export interface paths {
|
|
|
1688
1649
|
cookie?: never;
|
|
1689
1650
|
};
|
|
1690
1651
|
/**
|
|
1691
|
-
* Get
|
|
1692
|
-
* @description Internal endpoint used only to ensure
|
|
1652
|
+
* Get DeleteStateResponse (schema generation only)
|
|
1653
|
+
* @description Internal endpoint used only to ensure DeleteStateResponse schema is generated in OpenAPI spec
|
|
1693
1654
|
*/
|
|
1694
1655
|
get: {
|
|
1695
1656
|
parameters: {
|
|
@@ -1706,7 +1667,7 @@ export interface paths {
|
|
|
1706
1667
|
[name: string]: unknown;
|
|
1707
1668
|
};
|
|
1708
1669
|
content: {
|
|
1709
|
-
"application/json": components["schemas"]["api.
|
|
1670
|
+
"application/json": components["schemas"]["api.DeleteStateResponse"];
|
|
1710
1671
|
};
|
|
1711
1672
|
};
|
|
1712
1673
|
};
|
|
@@ -1719,7 +1680,7 @@ export interface paths {
|
|
|
1719
1680
|
patch?: never;
|
|
1720
1681
|
trace?: never;
|
|
1721
1682
|
};
|
|
1722
|
-
"/internal/
|
|
1683
|
+
"/internal/deletestatesuccessresponse": {
|
|
1723
1684
|
parameters: {
|
|
1724
1685
|
query?: never;
|
|
1725
1686
|
header?: never;
|
|
@@ -1727,8 +1688,8 @@ export interface paths {
|
|
|
1727
1688
|
cookie?: never;
|
|
1728
1689
|
};
|
|
1729
1690
|
/**
|
|
1730
|
-
* Get
|
|
1731
|
-
* @description Internal endpoint used only to ensure
|
|
1691
|
+
* Get DeleteStateSuccessResponse (schema generation only)
|
|
1692
|
+
* @description Internal endpoint used only to ensure DeleteStateSuccessResponse schema is generated in OpenAPI spec
|
|
1732
1693
|
*/
|
|
1733
1694
|
get: {
|
|
1734
1695
|
parameters: {
|
|
@@ -1745,7 +1706,7 @@ export interface paths {
|
|
|
1745
1706
|
[name: string]: unknown;
|
|
1746
1707
|
};
|
|
1747
1708
|
content: {
|
|
1748
|
-
"application/json": components["schemas"]["api.
|
|
1709
|
+
"application/json": components["schemas"]["api.DeleteStateSuccessResponse"];
|
|
1749
1710
|
};
|
|
1750
1711
|
};
|
|
1751
1712
|
};
|
|
@@ -4566,7 +4527,7 @@ export interface paths {
|
|
|
4566
4527
|
patch?: never;
|
|
4567
4528
|
trace?: never;
|
|
4568
4529
|
};
|
|
4569
|
-
"/internal/
|
|
4530
|
+
"/internal/getstateserrorresponse": {
|
|
4570
4531
|
parameters: {
|
|
4571
4532
|
query?: never;
|
|
4572
4533
|
header?: never;
|
|
@@ -4574,8 +4535,8 @@ export interface paths {
|
|
|
4574
4535
|
cookie?: never;
|
|
4575
4536
|
};
|
|
4576
4537
|
/**
|
|
4577
|
-
* Get
|
|
4578
|
-
* @description Internal endpoint used only to ensure
|
|
4538
|
+
* Get GetStatesErrorResponse (schema generation only)
|
|
4539
|
+
* @description Internal endpoint used only to ensure GetStatesErrorResponse schema is generated in OpenAPI spec
|
|
4579
4540
|
*/
|
|
4580
4541
|
get: {
|
|
4581
4542
|
parameters: {
|
|
@@ -4592,7 +4553,7 @@ export interface paths {
|
|
|
4592
4553
|
[name: string]: unknown;
|
|
4593
4554
|
};
|
|
4594
4555
|
content: {
|
|
4595
|
-
"application/json": components["schemas"]["api.
|
|
4556
|
+
"application/json": components["schemas"]["api.GetStatesErrorResponse"];
|
|
4596
4557
|
};
|
|
4597
4558
|
};
|
|
4598
4559
|
};
|
|
@@ -4605,7 +4566,7 @@ export interface paths {
|
|
|
4605
4566
|
patch?: never;
|
|
4606
4567
|
trace?: never;
|
|
4607
4568
|
};
|
|
4608
|
-
"/internal/
|
|
4569
|
+
"/internal/getstatesrequest": {
|
|
4609
4570
|
parameters: {
|
|
4610
4571
|
query?: never;
|
|
4611
4572
|
header?: never;
|
|
@@ -4613,8 +4574,8 @@ export interface paths {
|
|
|
4613
4574
|
cookie?: never;
|
|
4614
4575
|
};
|
|
4615
4576
|
/**
|
|
4616
|
-
* Get
|
|
4617
|
-
* @description Internal endpoint used only to ensure
|
|
4577
|
+
* Get GetStatesRequest (schema generation only)
|
|
4578
|
+
* @description Internal endpoint used only to ensure GetStatesRequest schema is generated in OpenAPI spec
|
|
4618
4579
|
*/
|
|
4619
4580
|
get: {
|
|
4620
4581
|
parameters: {
|
|
@@ -4631,7 +4592,7 @@ export interface paths {
|
|
|
4631
4592
|
[name: string]: unknown;
|
|
4632
4593
|
};
|
|
4633
4594
|
content: {
|
|
4634
|
-
"application/json": components["schemas"]["api.
|
|
4595
|
+
"application/json": components["schemas"]["api.GetStatesRequest"];
|
|
4635
4596
|
};
|
|
4636
4597
|
};
|
|
4637
4598
|
};
|
|
@@ -4644,7 +4605,7 @@ export interface paths {
|
|
|
4644
4605
|
patch?: never;
|
|
4645
4606
|
trace?: never;
|
|
4646
4607
|
};
|
|
4647
|
-
"/internal/
|
|
4608
|
+
"/internal/getstatesresponse": {
|
|
4648
4609
|
parameters: {
|
|
4649
4610
|
query?: never;
|
|
4650
4611
|
header?: never;
|
|
@@ -4652,8 +4613,8 @@ export interface paths {
|
|
|
4652
4613
|
cookie?: never;
|
|
4653
4614
|
};
|
|
4654
4615
|
/**
|
|
4655
|
-
* Get
|
|
4656
|
-
* @description Internal endpoint used only to ensure
|
|
4616
|
+
* Get GetStatesResponse (schema generation only)
|
|
4617
|
+
* @description Internal endpoint used only to ensure GetStatesResponse schema is generated in OpenAPI spec
|
|
4657
4618
|
*/
|
|
4658
4619
|
get: {
|
|
4659
4620
|
parameters: {
|
|
@@ -4670,7 +4631,7 @@ export interface paths {
|
|
|
4670
4631
|
[name: string]: unknown;
|
|
4671
4632
|
};
|
|
4672
4633
|
content: {
|
|
4673
|
-
"application/json": components["schemas"]["api.
|
|
4634
|
+
"application/json": components["schemas"]["api.GetStatesResponse"];
|
|
4674
4635
|
};
|
|
4675
4636
|
};
|
|
4676
4637
|
};
|
|
@@ -4683,7 +4644,7 @@ export interface paths {
|
|
|
4683
4644
|
patch?: never;
|
|
4684
4645
|
trace?: never;
|
|
4685
4646
|
};
|
|
4686
|
-
"/internal/
|
|
4647
|
+
"/internal/getstatessuccessresponse": {
|
|
4687
4648
|
parameters: {
|
|
4688
4649
|
query?: never;
|
|
4689
4650
|
header?: never;
|
|
@@ -4691,8 +4652,8 @@ export interface paths {
|
|
|
4691
4652
|
cookie?: never;
|
|
4692
4653
|
};
|
|
4693
4654
|
/**
|
|
4694
|
-
* Get
|
|
4695
|
-
* @description Internal endpoint used only to ensure
|
|
4655
|
+
* Get GetStatesSuccessResponse (schema generation only)
|
|
4656
|
+
* @description Internal endpoint used only to ensure GetStatesSuccessResponse schema is generated in OpenAPI spec
|
|
4696
4657
|
*/
|
|
4697
4658
|
get: {
|
|
4698
4659
|
parameters: {
|
|
@@ -4709,7 +4670,7 @@ export interface paths {
|
|
|
4709
4670
|
[name: string]: unknown;
|
|
4710
4671
|
};
|
|
4711
4672
|
content: {
|
|
4712
|
-
"application/json": components["schemas"]["api.
|
|
4673
|
+
"application/json": components["schemas"]["api.GetStatesSuccessResponse"];
|
|
4713
4674
|
};
|
|
4714
4675
|
};
|
|
4715
4676
|
};
|
|
@@ -7920,7 +7881,7 @@ export interface paths {
|
|
|
7920
7881
|
patch?: never;
|
|
7921
7882
|
trace?: never;
|
|
7922
7883
|
};
|
|
7923
|
-
"/internal/
|
|
7884
|
+
"/internal/state": {
|
|
7924
7885
|
parameters: {
|
|
7925
7886
|
query?: never;
|
|
7926
7887
|
header?: never;
|
|
@@ -7928,8 +7889,8 @@ export interface paths {
|
|
|
7928
7889
|
cookie?: never;
|
|
7929
7890
|
};
|
|
7930
7891
|
/**
|
|
7931
|
-
* Get
|
|
7932
|
-
* @description Internal endpoint used only to ensure
|
|
7892
|
+
* Get State (schema generation only)
|
|
7893
|
+
* @description Internal endpoint used only to ensure State schema is generated in OpenAPI spec
|
|
7933
7894
|
*/
|
|
7934
7895
|
get: {
|
|
7935
7896
|
parameters: {
|
|
@@ -7946,7 +7907,7 @@ export interface paths {
|
|
|
7946
7907
|
[name: string]: unknown;
|
|
7947
7908
|
};
|
|
7948
7909
|
content: {
|
|
7949
|
-
"application/json": components["schemas"]["models.
|
|
7910
|
+
"application/json": components["schemas"]["models.State"];
|
|
7950
7911
|
};
|
|
7951
7912
|
};
|
|
7952
7913
|
};
|
|
@@ -7959,7 +7920,7 @@ export interface paths {
|
|
|
7959
7920
|
patch?: never;
|
|
7960
7921
|
trace?: never;
|
|
7961
7922
|
};
|
|
7962
|
-
"/internal/
|
|
7923
|
+
"/internal/stateatruntimemetadata": {
|
|
7963
7924
|
parameters: {
|
|
7964
7925
|
query?: never;
|
|
7965
7926
|
header?: never;
|
|
@@ -7967,8 +7928,8 @@ export interface paths {
|
|
|
7967
7928
|
cookie?: never;
|
|
7968
7929
|
};
|
|
7969
7930
|
/**
|
|
7970
|
-
* Get
|
|
7971
|
-
* @description Internal endpoint used only to ensure
|
|
7931
|
+
* Get StateAtRuntimeMetadata (schema generation only)
|
|
7932
|
+
* @description Internal endpoint used only to ensure StateAtRuntimeMetadata schema is generated in OpenAPI spec
|
|
7972
7933
|
*/
|
|
7973
7934
|
get: {
|
|
7974
7935
|
parameters: {
|
|
@@ -7985,7 +7946,7 @@ export interface paths {
|
|
|
7985
7946
|
[name: string]: unknown;
|
|
7986
7947
|
};
|
|
7987
7948
|
content: {
|
|
7988
|
-
"application/json": components["schemas"]["models.
|
|
7949
|
+
"application/json": components["schemas"]["models.StateAtRuntimeMetadata"];
|
|
7989
7950
|
};
|
|
7990
7951
|
};
|
|
7991
7952
|
};
|
|
@@ -7998,7 +7959,7 @@ export interface paths {
|
|
|
7998
7959
|
patch?: never;
|
|
7999
7960
|
trace?: never;
|
|
8000
7961
|
};
|
|
8001
|
-
"/internal/
|
|
7962
|
+
"/internal/statemetadata": {
|
|
8002
7963
|
parameters: {
|
|
8003
7964
|
query?: never;
|
|
8004
7965
|
header?: never;
|
|
@@ -8006,8 +7967,8 @@ export interface paths {
|
|
|
8006
7967
|
cookie?: never;
|
|
8007
7968
|
};
|
|
8008
7969
|
/**
|
|
8009
|
-
* Get
|
|
8010
|
-
* @description Internal endpoint used only to ensure
|
|
7970
|
+
* Get StateMetadata (schema generation only)
|
|
7971
|
+
* @description Internal endpoint used only to ensure StateMetadata schema is generated in OpenAPI spec
|
|
8011
7972
|
*/
|
|
8012
7973
|
get: {
|
|
8013
7974
|
parameters: {
|
|
@@ -8024,7 +7985,7 @@ export interface paths {
|
|
|
8024
7985
|
[name: string]: unknown;
|
|
8025
7986
|
};
|
|
8026
7987
|
content: {
|
|
8027
|
-
"application/json": components["schemas"]["models.
|
|
7988
|
+
"application/json": components["schemas"]["models.StateMetadata"];
|
|
8028
7989
|
};
|
|
8029
7990
|
};
|
|
8030
7991
|
};
|
|
@@ -8037,7 +7998,7 @@ export interface paths {
|
|
|
8037
7998
|
patch?: never;
|
|
8038
7999
|
trace?: never;
|
|
8039
8000
|
};
|
|
8040
|
-
"/internal/
|
|
8001
|
+
"/internal/storage": {
|
|
8041
8002
|
parameters: {
|
|
8042
8003
|
query?: never;
|
|
8043
8004
|
header?: never;
|
|
@@ -8045,8 +8006,8 @@ export interface paths {
|
|
|
8045
8006
|
cookie?: never;
|
|
8046
8007
|
};
|
|
8047
8008
|
/**
|
|
8048
|
-
* Get
|
|
8049
|
-
* @description Internal endpoint used only to ensure
|
|
8009
|
+
* Get Storage (schema generation only)
|
|
8010
|
+
* @description Internal endpoint used only to ensure Storage schema is generated in OpenAPI spec
|
|
8050
8011
|
*/
|
|
8051
8012
|
get: {
|
|
8052
8013
|
parameters: {
|
|
@@ -8063,7 +8024,7 @@ export interface paths {
|
|
|
8063
8024
|
[name: string]: unknown;
|
|
8064
8025
|
};
|
|
8065
8026
|
content: {
|
|
8066
|
-
"application/json": components["schemas"]["models.
|
|
8027
|
+
"application/json": components["schemas"]["models.Storage"];
|
|
8067
8028
|
};
|
|
8068
8029
|
};
|
|
8069
8030
|
};
|
|
@@ -8505,6 +8466,45 @@ export interface paths {
|
|
|
8505
8466
|
patch?: never;
|
|
8506
8467
|
trace?: never;
|
|
8507
8468
|
};
|
|
8469
|
+
"/internal/timeschedule": {
|
|
8470
|
+
parameters: {
|
|
8471
|
+
query?: never;
|
|
8472
|
+
header?: never;
|
|
8473
|
+
path?: never;
|
|
8474
|
+
cookie?: never;
|
|
8475
|
+
};
|
|
8476
|
+
/**
|
|
8477
|
+
* Get TimeSchedule (schema generation only)
|
|
8478
|
+
* @description Internal endpoint used only to ensure TimeSchedule schema is generated in OpenAPI spec
|
|
8479
|
+
*/
|
|
8480
|
+
get: {
|
|
8481
|
+
parameters: {
|
|
8482
|
+
query?: never;
|
|
8483
|
+
header?: never;
|
|
8484
|
+
path?: never;
|
|
8485
|
+
cookie?: never;
|
|
8486
|
+
};
|
|
8487
|
+
requestBody?: never;
|
|
8488
|
+
responses: {
|
|
8489
|
+
/** @description OK */
|
|
8490
|
+
200: {
|
|
8491
|
+
headers: {
|
|
8492
|
+
[name: string]: unknown;
|
|
8493
|
+
};
|
|
8494
|
+
content: {
|
|
8495
|
+
"application/json": components["schemas"]["models.TimeSchedule"];
|
|
8496
|
+
};
|
|
8497
|
+
};
|
|
8498
|
+
};
|
|
8499
|
+
};
|
|
8500
|
+
put?: never;
|
|
8501
|
+
post?: never;
|
|
8502
|
+
delete?: never;
|
|
8503
|
+
options?: never;
|
|
8504
|
+
head?: never;
|
|
8505
|
+
patch?: never;
|
|
8506
|
+
trace?: never;
|
|
8507
|
+
};
|
|
8508
8508
|
"/internal/timewindow": {
|
|
8509
8509
|
parameters: {
|
|
8510
8510
|
query?: never;
|
|
@@ -8934,7 +8934,7 @@ export interface paths {
|
|
|
8934
8934
|
patch?: never;
|
|
8935
8935
|
trace?: never;
|
|
8936
8936
|
};
|
|
8937
|
-
"/internal/
|
|
8937
|
+
"/internal/upsertstateerrorresponse": {
|
|
8938
8938
|
parameters: {
|
|
8939
8939
|
query?: never;
|
|
8940
8940
|
header?: never;
|
|
@@ -8942,8 +8942,8 @@ export interface paths {
|
|
|
8942
8942
|
cookie?: never;
|
|
8943
8943
|
};
|
|
8944
8944
|
/**
|
|
8945
|
-
* Get
|
|
8946
|
-
* @description Internal endpoint used only to ensure
|
|
8945
|
+
* Get UpsertStateErrorResponse (schema generation only)
|
|
8946
|
+
* @description Internal endpoint used only to ensure UpsertStateErrorResponse schema is generated in OpenAPI spec
|
|
8947
8947
|
*/
|
|
8948
8948
|
get: {
|
|
8949
8949
|
parameters: {
|
|
@@ -8960,7 +8960,7 @@ export interface paths {
|
|
|
8960
8960
|
[name: string]: unknown;
|
|
8961
8961
|
};
|
|
8962
8962
|
content: {
|
|
8963
|
-
"application/json": components["schemas"]["api.
|
|
8963
|
+
"application/json": components["schemas"]["api.UpsertStateErrorResponse"];
|
|
8964
8964
|
};
|
|
8965
8965
|
};
|
|
8966
8966
|
};
|
|
@@ -8973,7 +8973,7 @@ export interface paths {
|
|
|
8973
8973
|
patch?: never;
|
|
8974
8974
|
trace?: never;
|
|
8975
8975
|
};
|
|
8976
|
-
"/internal/
|
|
8976
|
+
"/internal/upsertstaterequest": {
|
|
8977
8977
|
parameters: {
|
|
8978
8978
|
query?: never;
|
|
8979
8979
|
header?: never;
|
|
@@ -8981,8 +8981,8 @@ export interface paths {
|
|
|
8981
8981
|
cookie?: never;
|
|
8982
8982
|
};
|
|
8983
8983
|
/**
|
|
8984
|
-
* Get
|
|
8985
|
-
* @description Internal endpoint used only to ensure
|
|
8984
|
+
* Get UpsertStateRequest (schema generation only)
|
|
8985
|
+
* @description Internal endpoint used only to ensure UpsertStateRequest schema is generated in OpenAPI spec
|
|
8986
8986
|
*/
|
|
8987
8987
|
get: {
|
|
8988
8988
|
parameters: {
|
|
@@ -8999,7 +8999,7 @@ export interface paths {
|
|
|
8999
8999
|
[name: string]: unknown;
|
|
9000
9000
|
};
|
|
9001
9001
|
content: {
|
|
9002
|
-
"application/json": components["schemas"]["api.
|
|
9002
|
+
"application/json": components["schemas"]["api.UpsertStateRequest"];
|
|
9003
9003
|
};
|
|
9004
9004
|
};
|
|
9005
9005
|
};
|
|
@@ -9012,7 +9012,7 @@ export interface paths {
|
|
|
9012
9012
|
patch?: never;
|
|
9013
9013
|
trace?: never;
|
|
9014
9014
|
};
|
|
9015
|
-
"/internal/
|
|
9015
|
+
"/internal/upsertstateresponse": {
|
|
9016
9016
|
parameters: {
|
|
9017
9017
|
query?: never;
|
|
9018
9018
|
header?: never;
|
|
@@ -9020,8 +9020,8 @@ export interface paths {
|
|
|
9020
9020
|
cookie?: never;
|
|
9021
9021
|
};
|
|
9022
9022
|
/**
|
|
9023
|
-
* Get
|
|
9024
|
-
* @description Internal endpoint used only to ensure
|
|
9023
|
+
* Get UpsertStateResponse (schema generation only)
|
|
9024
|
+
* @description Internal endpoint used only to ensure UpsertStateResponse schema is generated in OpenAPI spec
|
|
9025
9025
|
*/
|
|
9026
9026
|
get: {
|
|
9027
9027
|
parameters: {
|
|
@@ -9038,7 +9038,7 @@ export interface paths {
|
|
|
9038
9038
|
[name: string]: unknown;
|
|
9039
9039
|
};
|
|
9040
9040
|
content: {
|
|
9041
|
-
"application/json": components["schemas"]["api.
|
|
9041
|
+
"application/json": components["schemas"]["api.UpsertStateResponse"];
|
|
9042
9042
|
};
|
|
9043
9043
|
};
|
|
9044
9044
|
};
|
|
@@ -9051,7 +9051,7 @@ export interface paths {
|
|
|
9051
9051
|
patch?: never;
|
|
9052
9052
|
trace?: never;
|
|
9053
9053
|
};
|
|
9054
|
-
"/internal/
|
|
9054
|
+
"/internal/upsertstatesuccessresponse": {
|
|
9055
9055
|
parameters: {
|
|
9056
9056
|
query?: never;
|
|
9057
9057
|
header?: never;
|
|
@@ -9059,8 +9059,8 @@ export interface paths {
|
|
|
9059
9059
|
cookie?: never;
|
|
9060
9060
|
};
|
|
9061
9061
|
/**
|
|
9062
|
-
* Get
|
|
9063
|
-
* @description Internal endpoint used only to ensure
|
|
9062
|
+
* Get UpsertStateSuccessResponse (schema generation only)
|
|
9063
|
+
* @description Internal endpoint used only to ensure UpsertStateSuccessResponse schema is generated in OpenAPI spec
|
|
9064
9064
|
*/
|
|
9065
9065
|
get: {
|
|
9066
9066
|
parameters: {
|
|
@@ -9077,7 +9077,7 @@ export interface paths {
|
|
|
9077
9077
|
[name: string]: unknown;
|
|
9078
9078
|
};
|
|
9079
9079
|
content: {
|
|
9080
|
-
"application/json": components["schemas"]["api.
|
|
9080
|
+
"application/json": components["schemas"]["api.UpsertStateSuccessResponse"];
|
|
9081
9081
|
};
|
|
9082
9082
|
};
|
|
9083
9083
|
};
|
|
@@ -9494,37 +9494,6 @@ export interface components {
|
|
|
9494
9494
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9495
9495
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9496
9496
|
};
|
|
9497
|
-
"api.AddStrategyErrorResponse": {
|
|
9498
|
-
/** @description Application-specific error code */
|
|
9499
|
-
applicationStatusCode?: string;
|
|
9500
|
-
/** @description Entity-specific error code */
|
|
9501
|
-
entityStatusCode?: string;
|
|
9502
|
-
/** @description HTTP status code for the error */
|
|
9503
|
-
httpStatusCode?: number;
|
|
9504
|
-
/** @description Error message describing the issue */
|
|
9505
|
-
message?: string;
|
|
9506
|
-
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9507
|
-
metadata?: components["schemas"]["api.Metadata"];
|
|
9508
|
-
};
|
|
9509
|
-
"api.AddStrategyRequest": {
|
|
9510
|
-
strategy: components["schemas"]["models.Strategy"];
|
|
9511
|
-
};
|
|
9512
|
-
"api.AddStrategyResponse": {
|
|
9513
|
-
strategy?: components["schemas"]["models.Strategy"];
|
|
9514
|
-
};
|
|
9515
|
-
"api.AddStrategySuccessResponse": {
|
|
9516
|
-
/** @description Application-specific status code */
|
|
9517
|
-
applicationStatusCode?: string;
|
|
9518
|
-
data?: components["schemas"]["api.AddStrategyResponse"];
|
|
9519
|
-
/** @description Entity-specific status code */
|
|
9520
|
-
entityStatusCode?: string;
|
|
9521
|
-
/** @description HTTP status code for the response */
|
|
9522
|
-
httpStatusCode?: number;
|
|
9523
|
-
/** @description Success message describing the operation */
|
|
9524
|
-
message?: string;
|
|
9525
|
-
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9526
|
-
metadata?: components["schemas"]["api.Metadata"];
|
|
9527
|
-
};
|
|
9528
9497
|
/** @enum {string} */
|
|
9529
9498
|
"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";
|
|
9530
9499
|
"api.CallerInfo": {
|
|
@@ -9584,7 +9553,7 @@ export interface components {
|
|
|
9584
9553
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9585
9554
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9586
9555
|
};
|
|
9587
|
-
"api.
|
|
9556
|
+
"api.DeleteStateErrorResponse": {
|
|
9588
9557
|
/** @description Application-specific error code */
|
|
9589
9558
|
applicationStatusCode?: string;
|
|
9590
9559
|
/** @description Entity-specific error code */
|
|
@@ -9596,12 +9565,12 @@ export interface components {
|
|
|
9596
9565
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9597
9566
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9598
9567
|
};
|
|
9599
|
-
"api.
|
|
9600
|
-
"api.
|
|
9601
|
-
"api.
|
|
9568
|
+
"api.DeleteStateRequest": Record<string, never>;
|
|
9569
|
+
"api.DeleteStateResponse": Record<string, never>;
|
|
9570
|
+
"api.DeleteStateSuccessResponse": {
|
|
9602
9571
|
/** @description Application-specific status code */
|
|
9603
9572
|
applicationStatusCode?: string;
|
|
9604
|
-
data?: components["schemas"]["api.
|
|
9573
|
+
data?: components["schemas"]["api.DeleteStateResponse"];
|
|
9605
9574
|
/** @description Entity-specific status code */
|
|
9606
9575
|
entityStatusCode?: string;
|
|
9607
9576
|
/** @description HTTP status code for the response */
|
|
@@ -10080,7 +10049,7 @@ export interface components {
|
|
|
10080
10049
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
10081
10050
|
metadata?: components["schemas"]["api.Metadata"];
|
|
10082
10051
|
};
|
|
10083
|
-
"api.
|
|
10052
|
+
"api.GetStatesErrorResponse": {
|
|
10084
10053
|
/** @description Application-specific error code */
|
|
10085
10054
|
applicationStatusCode?: string;
|
|
10086
10055
|
/** @description Entity-specific error code */
|
|
@@ -10092,14 +10061,14 @@ export interface components {
|
|
|
10092
10061
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
10093
10062
|
metadata?: components["schemas"]["api.Metadata"];
|
|
10094
10063
|
};
|
|
10095
|
-
"api.
|
|
10096
|
-
"api.
|
|
10097
|
-
|
|
10064
|
+
"api.GetStatesRequest": Record<string, never>;
|
|
10065
|
+
"api.GetStatesResponse": {
|
|
10066
|
+
states?: components["schemas"]["models.State"][];
|
|
10098
10067
|
};
|
|
10099
|
-
"api.
|
|
10068
|
+
"api.GetStatesSuccessResponse": {
|
|
10100
10069
|
/** @description Application-specific status code */
|
|
10101
10070
|
applicationStatusCode?: string;
|
|
10102
|
-
data?: components["schemas"]["api.
|
|
10071
|
+
data?: components["schemas"]["api.GetStatesResponse"];
|
|
10103
10072
|
/** @description Entity-specific status code */
|
|
10104
10073
|
entityStatusCode?: string;
|
|
10105
10074
|
/** @description HTTP status code for the response */
|
|
@@ -10529,7 +10498,7 @@ export interface components {
|
|
|
10529
10498
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
10530
10499
|
metadata?: components["schemas"]["api.Metadata"];
|
|
10531
10500
|
};
|
|
10532
|
-
"api.
|
|
10501
|
+
"api.UpsertStateErrorResponse": {
|
|
10533
10502
|
/** @description Application-specific error code */
|
|
10534
10503
|
applicationStatusCode?: string;
|
|
10535
10504
|
/** @description Entity-specific error code */
|
|
@@ -10541,16 +10510,16 @@ export interface components {
|
|
|
10541
10510
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
10542
10511
|
metadata?: components["schemas"]["api.Metadata"];
|
|
10543
10512
|
};
|
|
10544
|
-
"api.
|
|
10545
|
-
|
|
10513
|
+
"api.UpsertStateRequest": {
|
|
10514
|
+
state: components["schemas"]["models.State"];
|
|
10546
10515
|
};
|
|
10547
|
-
"api.
|
|
10548
|
-
|
|
10516
|
+
"api.UpsertStateResponse": {
|
|
10517
|
+
state?: components["schemas"]["models.State"];
|
|
10549
10518
|
};
|
|
10550
|
-
"api.
|
|
10519
|
+
"api.UpsertStateSuccessResponse": {
|
|
10551
10520
|
/** @description Application-specific status code */
|
|
10552
10521
|
applicationStatusCode?: string;
|
|
10553
|
-
data?: components["schemas"]["api.
|
|
10522
|
+
data?: components["schemas"]["api.UpsertStateResponse"];
|
|
10554
10523
|
/** @description Entity-specific status code */
|
|
10555
10524
|
entityStatusCode?: string;
|
|
10556
10525
|
/** @description HTTP status code for the response */
|
|
@@ -10720,6 +10689,15 @@ export interface components {
|
|
|
10720
10689
|
running?: boolean;
|
|
10721
10690
|
speed?: number;
|
|
10722
10691
|
};
|
|
10692
|
+
"models.Classification": {
|
|
10693
|
+
/** @description e.g., [[x1, y1], [x2, y2], ...] */
|
|
10694
|
+
centroids?: number[][];
|
|
10695
|
+
key?: string;
|
|
10696
|
+
};
|
|
10697
|
+
"models.ClassificationSummary": {
|
|
10698
|
+
count?: number;
|
|
10699
|
+
key?: string;
|
|
10700
|
+
};
|
|
10723
10701
|
"models.Classify": {
|
|
10724
10702
|
details?: components["schemas"]["models.ClassifyDetails"][];
|
|
10725
10703
|
properties?: string[];
|
|
@@ -10795,6 +10773,11 @@ export interface components {
|
|
|
10795
10773
|
type?: string;
|
|
10796
10774
|
username?: string;
|
|
10797
10775
|
};
|
|
10776
|
+
"models.CountingSummary": {
|
|
10777
|
+
count?: number;
|
|
10778
|
+
duration?: number;
|
|
10779
|
+
type?: string;
|
|
10780
|
+
};
|
|
10798
10781
|
"models.CustomAlert": {
|
|
10799
10782
|
alexa_token?: string;
|
|
10800
10783
|
channelsAll?: boolean;
|
|
@@ -11435,6 +11418,8 @@ export interface components {
|
|
|
11435
11418
|
atRuntimeMetadata?: components["schemas"]["models.MediaAtRuntimeMetadata"];
|
|
11436
11419
|
/** @description Audit information */
|
|
11437
11420
|
audit?: components["schemas"]["models.Audit"];
|
|
11421
|
+
classificationSummary?: components["schemas"]["models.ClassificationSummary"][];
|
|
11422
|
+
countingSummary?: components["schemas"]["models.CountingSummary"][];
|
|
11438
11423
|
/**
|
|
11439
11424
|
* @description RBAC information
|
|
11440
11425
|
* DeviceId is a unique identifier for the device, it can be used to identify the device in the system.
|
|
@@ -11452,8 +11437,10 @@ export interface components {
|
|
|
11452
11437
|
metadata?: components["schemas"]["models.MediaMetadata"];
|
|
11453
11438
|
organisationId?: string;
|
|
11454
11439
|
redactionFile?: string;
|
|
11440
|
+
redactionProvider?: string;
|
|
11455
11441
|
siteId?: string;
|
|
11456
11442
|
spriteFile?: string;
|
|
11443
|
+
spriteProvider?: string;
|
|
11457
11444
|
/** @description Time window of media file. */
|
|
11458
11445
|
startTimestamp?: number;
|
|
11459
11446
|
/**
|
|
@@ -11462,7 +11449,9 @@ export interface components {
|
|
|
11462
11449
|
*/
|
|
11463
11450
|
storageSolution?: string;
|
|
11464
11451
|
thumbnailFile?: string;
|
|
11452
|
+
thumbnailProvider?: string;
|
|
11465
11453
|
videoFile?: string;
|
|
11454
|
+
videoProvider?: string;
|
|
11466
11455
|
};
|
|
11467
11456
|
"models.MediaAtRuntimeMetadata": {
|
|
11468
11457
|
analysis?: components["schemas"]["models.AnalysisWrapper"];
|
|
@@ -11479,7 +11468,7 @@ export interface components {
|
|
|
11479
11468
|
analysisId?: string;
|
|
11480
11469
|
/** @description in kbps */
|
|
11481
11470
|
bitrate?: number;
|
|
11482
|
-
classifications?:
|
|
11471
|
+
classifications?: components["schemas"]["models.Classification"][];
|
|
11483
11472
|
/** @description e.g., H.264, VP9 */
|
|
11484
11473
|
codec?: string;
|
|
11485
11474
|
/** @description Media containers related information */
|
|
@@ -11491,6 +11480,8 @@ export interface components {
|
|
|
11491
11480
|
embedding?: number[];
|
|
11492
11481
|
/** @description frames per second */
|
|
11493
11482
|
fps?: number;
|
|
11483
|
+
/** @description in pixels */
|
|
11484
|
+
height?: number;
|
|
11494
11485
|
motionPercentage?: number;
|
|
11495
11486
|
/** @description Motion information */
|
|
11496
11487
|
motionPixels?: number;
|
|
@@ -11500,6 +11491,8 @@ export interface components {
|
|
|
11500
11491
|
spriteInterval?: number;
|
|
11501
11492
|
/** @description Tags associated to give some context about the media file */
|
|
11502
11493
|
tags?: string[];
|
|
11494
|
+
/** @description in pixels */
|
|
11495
|
+
width?: number;
|
|
11503
11496
|
};
|
|
11504
11497
|
"models.Message": {
|
|
11505
11498
|
alert_id?: string;
|
|
@@ -11721,82 +11714,86 @@ export interface components {
|
|
|
11721
11714
|
interval?: number;
|
|
11722
11715
|
provider?: string;
|
|
11723
11716
|
};
|
|
11724
|
-
|
|
11725
|
-
"models.Status": "pending" | "skipped" | "assigned" | "inProgress" | "completed" | "failed";
|
|
11726
|
-
"models.Storage": {
|
|
11727
|
-
access_key?: string;
|
|
11728
|
-
secret_key?: string;
|
|
11729
|
-
uri?: string;
|
|
11730
|
-
};
|
|
11731
|
-
"models.Strategy": {
|
|
11732
|
-
/**
|
|
11733
|
-
* @description Indicates if the strategy is currently active
|
|
11734
|
-
* @example true
|
|
11735
|
-
*/
|
|
11736
|
-
active?: boolean;
|
|
11717
|
+
"models.State": {
|
|
11737
11718
|
/**
|
|
11738
11719
|
* @description AtRuntimeMetadata contains metadata that is generated at runtime, which can include
|
|
11739
11720
|
* more verbose information about the device's current state, capabilities, or configuration.
|
|
11740
11721
|
* for example the linked sites details, etc.
|
|
11741
11722
|
*/
|
|
11742
|
-
atRuntimeMetadata?: components["schemas"]["models.
|
|
11723
|
+
atRuntimeMetadata?: components["schemas"]["models.StateAtRuntimeMetadata"];
|
|
11743
11724
|
/** @description Audit information */
|
|
11744
11725
|
audit?: components["schemas"]["models.Audit"];
|
|
11745
11726
|
/**
|
|
11746
|
-
* @description Description of the
|
|
11727
|
+
* @description Description of the status
|
|
11747
11728
|
* @example Person forcably opened a door
|
|
11748
11729
|
*/
|
|
11749
11730
|
description?: string;
|
|
11750
11731
|
/**
|
|
11751
|
-
* @description
|
|
11752
|
-
* @example
|
|
11732
|
+
* @description Timing information (all timestamps are in seconds)
|
|
11733
|
+
* @example active
|
|
11753
11734
|
*/
|
|
11754
|
-
|
|
11735
|
+
desiredState?: components["schemas"]["models.StateEnum"];
|
|
11755
11736
|
/**
|
|
11756
|
-
* @description
|
|
11757
|
-
* @example
|
|
11737
|
+
* @description Timestamp when the desired state should stop being applied
|
|
11738
|
+
* @example 1784018068
|
|
11758
11739
|
*/
|
|
11759
|
-
|
|
11740
|
+
desiredStateEndTimestamp?: number;
|
|
11760
11741
|
/**
|
|
11761
|
-
* @description
|
|
11762
|
-
* @example
|
|
11742
|
+
* @description Timestamp when the desired state should start being applied
|
|
11743
|
+
* @example 1752482068
|
|
11763
11744
|
*/
|
|
11764
|
-
|
|
11745
|
+
desiredStateStartTimestamp?: number;
|
|
11765
11746
|
/**
|
|
11766
|
-
* @description
|
|
11767
|
-
* @example
|
|
11747
|
+
* @description Resource identification, to which this state applies
|
|
11748
|
+
* @example 686a906345c1df594939f9j25f4
|
|
11768
11749
|
*/
|
|
11769
|
-
|
|
11750
|
+
deviceId?: string;
|
|
11770
11751
|
/**
|
|
11771
|
-
* @description
|
|
11772
|
-
* @example
|
|
11752
|
+
* @description List of device IDs associated with the state
|
|
11753
|
+
* @example [
|
|
11754
|
+
* "[\"686a906345c1df594939f9j25f4\"",
|
|
11755
|
+
* "\"686a906345c1df594939f9j25f5\"]"
|
|
11756
|
+
* ]
|
|
11773
11757
|
*/
|
|
11758
|
+
devices?: string[];
|
|
11759
|
+
/**
|
|
11760
|
+
* @description GroupId is used to identify the group for which the state is relevant
|
|
11761
|
+
* @example 686a906345c1df594pmt41w4
|
|
11762
|
+
*/
|
|
11763
|
+
groupId?: string;
|
|
11764
|
+
/** @description Unique identifier for the state */
|
|
11774
11765
|
id?: string;
|
|
11775
11766
|
/** @description Additional metadata */
|
|
11776
|
-
metadata?: components["schemas"]["models.
|
|
11767
|
+
metadata?: components["schemas"]["models.StateMetadata"];
|
|
11777
11768
|
/**
|
|
11778
|
-
* @description Name of the
|
|
11779
|
-
* @example Default
|
|
11769
|
+
* @description Name of the state
|
|
11770
|
+
* @example Default State
|
|
11780
11771
|
*/
|
|
11781
11772
|
name?: string;
|
|
11782
11773
|
/**
|
|
11783
|
-
* @description OrganisationId is used to identify the organisation that owns the
|
|
11774
|
+
* @description OrganisationId is used to identify the organisation that owns the state.
|
|
11784
11775
|
* @example 686a906345c1df594pad69f0
|
|
11785
11776
|
*/
|
|
11786
11777
|
organisationId?: string;
|
|
11787
11778
|
/**
|
|
11788
|
-
* @description SiteId is used to identify the site
|
|
11779
|
+
* @description SiteId is used to identify the site for which the state is relevant
|
|
11789
11780
|
* @example 686a906345c1df594pcsr3r45
|
|
11790
11781
|
*/
|
|
11791
11782
|
siteId?: string;
|
|
11792
|
-
/**
|
|
11793
|
-
|
|
11794
|
-
|
|
11795
|
-
|
|
11796
|
-
|
|
11783
|
+
/** @description Conditions for the state to be applied */
|
|
11784
|
+
timeSchedule?: components["schemas"]["models.TimeSchedule"];
|
|
11785
|
+
};
|
|
11786
|
+
"models.StateAtRuntimeMetadata": Record<string, never>;
|
|
11787
|
+
/** @enum {string} */
|
|
11788
|
+
"models.StateEnum": "default" | "debug" | "paused" | "no_recording" | "no_live_view";
|
|
11789
|
+
"models.StateMetadata": Record<string, never>;
|
|
11790
|
+
/** @enum {string} */
|
|
11791
|
+
"models.Status": "pending" | "skipped" | "assigned" | "inProgress" | "completed" | "failed";
|
|
11792
|
+
"models.Storage": {
|
|
11793
|
+
access_key?: string;
|
|
11794
|
+
secret_key?: string;
|
|
11795
|
+
uri?: string;
|
|
11797
11796
|
};
|
|
11798
|
-
"models.StrategyAtRuntimeMetadata": Record<string, never>;
|
|
11799
|
-
"models.StrategyMetadata": Record<string, never>;
|
|
11800
11797
|
"models.Subscription": {
|
|
11801
11798
|
ends_at?: string;
|
|
11802
11799
|
id?: string;
|
|
@@ -11846,6 +11843,59 @@ export interface components {
|
|
|
11846
11843
|
end?: number;
|
|
11847
11844
|
start?: number;
|
|
11848
11845
|
};
|
|
11846
|
+
"models.TimeSchedule": {
|
|
11847
|
+
/**
|
|
11848
|
+
* @description Cron expression (minute, hour, day of month, month, day of week)
|
|
11849
|
+
* @example 0 9 * * 1-5
|
|
11850
|
+
*/
|
|
11851
|
+
cron?: string;
|
|
11852
|
+
/**
|
|
11853
|
+
* @description Days of week (0=Sunday, 1=Monday, ..., 6=Saturday) - alternative to cron
|
|
11854
|
+
* @example [
|
|
11855
|
+
* 1,
|
|
11856
|
+
* 2,
|
|
11857
|
+
* 3,
|
|
11858
|
+
* 4,
|
|
11859
|
+
* 5
|
|
11860
|
+
* ]
|
|
11861
|
+
*/
|
|
11862
|
+
daysOfWeek?: number[];
|
|
11863
|
+
/**
|
|
11864
|
+
* @description Duration in seconds for how long the state remains active after trigger
|
|
11865
|
+
* @example 28800
|
|
11866
|
+
*/
|
|
11867
|
+
duration?: number;
|
|
11868
|
+
/**
|
|
11869
|
+
* @description Whether the time schedule is enabled
|
|
11870
|
+
* @example true
|
|
11871
|
+
*/
|
|
11872
|
+
enabled?: boolean;
|
|
11873
|
+
/**
|
|
11874
|
+
* @description Optional end date (epoch seconds) until when the schedule is valid
|
|
11875
|
+
* @example 1784018068
|
|
11876
|
+
*/
|
|
11877
|
+
endDate?: number;
|
|
11878
|
+
/**
|
|
11879
|
+
* @description End time in HH:MM format - alternative to cron
|
|
11880
|
+
* @example 17:00
|
|
11881
|
+
*/
|
|
11882
|
+
endTime?: string;
|
|
11883
|
+
/**
|
|
11884
|
+
* @description Optional start date (epoch seconds) from when the schedule is valid
|
|
11885
|
+
* @example 1752482068
|
|
11886
|
+
*/
|
|
11887
|
+
startDate?: number;
|
|
11888
|
+
/**
|
|
11889
|
+
* @description Start time in HH:MM format - alternative to cron
|
|
11890
|
+
* @example 09:00
|
|
11891
|
+
*/
|
|
11892
|
+
startTime?: string;
|
|
11893
|
+
/**
|
|
11894
|
+
* @description Timezone for the schedule (IANA format)
|
|
11895
|
+
* @example Europe/Amsterdam
|
|
11896
|
+
*/
|
|
11897
|
+
timezone?: string;
|
|
11898
|
+
};
|
|
11849
11899
|
"models.TimeWindow": {
|
|
11850
11900
|
timeRange1MaxFriday?: number;
|
|
11851
11901
|
timeRange1MaxMonday?: number;
|
|
@@ -11998,6 +12048,8 @@ export declare namespace models {
|
|
|
11998
12048
|
type CameraMetadata = components['schemas']['models.CameraMetadata'];
|
|
11999
12049
|
type CameraPreset = components['schemas']['models.CameraPreset'];
|
|
12000
12050
|
type CameraTour = components['schemas']['models.CameraTour'];
|
|
12051
|
+
type Classification = components['schemas']['models.Classification'];
|
|
12052
|
+
type ClassificationSummary = components['schemas']['models.ClassificationSummary'];
|
|
12001
12053
|
type Classify = components['schemas']['models.Classify'];
|
|
12002
12054
|
type ClassifyDetails = components['schemas']['models.ClassifyDetails'];
|
|
12003
12055
|
type Color = components['schemas']['models.Color'];
|
|
@@ -12005,6 +12057,7 @@ export declare namespace models {
|
|
|
12005
12057
|
type Counting = components['schemas']['models.Counting'];
|
|
12006
12058
|
type CountingDetail = components['schemas']['models.CountingDetail'];
|
|
12007
12059
|
type CountingRecord = components['schemas']['models.CountingRecord'];
|
|
12060
|
+
type CountingSummary = components['schemas']['models.CountingSummary'];
|
|
12008
12061
|
type CustomAlert = components['schemas']['models.CustomAlert'];
|
|
12009
12062
|
type Device = components['schemas']['models.Device'];
|
|
12010
12063
|
type DeviceAtRuntimeMetadata = components['schemas']['models.DeviceAtRuntimeMetadata'];
|
|
@@ -12065,8 +12118,8 @@ export declare namespace models {
|
|
|
12065
12118
|
type SiteMetadata = components['schemas']['models.SiteMetadata'];
|
|
12066
12119
|
type SiteOption = components['schemas']['models.SiteOption'];
|
|
12067
12120
|
type Sprite = components['schemas']['models.Sprite'];
|
|
12121
|
+
type State = components['schemas']['models.State'];
|
|
12068
12122
|
type Storage = components['schemas']['models.Storage'];
|
|
12069
|
-
type Strategy = components['schemas']['models.Strategy'];
|
|
12070
12123
|
type Subscription = components['schemas']['models.Subscription'];
|
|
12071
12124
|
type Synchronize = components['schemas']['models.Synchronize'];
|
|
12072
12125
|
type SynchronizeEvent = components['schemas']['models.SynchronizeEvent'];
|
|
@@ -12074,6 +12127,7 @@ export declare namespace models {
|
|
|
12074
12127
|
type Thumbnail = components['schemas']['models.Thumbnail'];
|
|
12075
12128
|
type Thumby = components['schemas']['models.Thumby'];
|
|
12076
12129
|
type TimeRange = components['schemas']['models.TimeRange'];
|
|
12130
|
+
type TimeSchedule = components['schemas']['models.TimeSchedule'];
|
|
12077
12131
|
type TimeWindow = components['schemas']['models.TimeWindow'];
|
|
12078
12132
|
type TrackBox = components['schemas']['models.TrackBox'];
|
|
12079
12133
|
type User = components['schemas']['models.User'];
|
|
@@ -12091,17 +12145,13 @@ export declare namespace api {
|
|
|
12091
12145
|
type AddMarkerRequest = components['schemas']['api.AddMarkerRequest'];
|
|
12092
12146
|
type AddMarkerResponse = components['schemas']['api.AddMarkerResponse'];
|
|
12093
12147
|
type AddMarkerSuccessResponse = components['schemas']['api.AddMarkerSuccessResponse'];
|
|
12094
|
-
type AddStrategyErrorResponse = components['schemas']['api.AddStrategyErrorResponse'];
|
|
12095
|
-
type AddStrategyRequest = components['schemas']['api.AddStrategyRequest'];
|
|
12096
|
-
type AddStrategyResponse = components['schemas']['api.AddStrategyResponse'];
|
|
12097
|
-
type AddStrategySuccessResponse = components['schemas']['api.AddStrategySuccessResponse'];
|
|
12098
12148
|
type CallerInfo = components['schemas']['api.CallerInfo'];
|
|
12099
12149
|
type CursorPagination = components['schemas']['api.CursorPagination'];
|
|
12100
12150
|
type DebugResponse = components['schemas']['api.DebugResponse'];
|
|
12101
12151
|
type DeleteAccessTokenErrorResponse = components['schemas']['api.DeleteAccessTokenErrorResponse'];
|
|
12102
12152
|
type DeleteAccessTokenSuccessResponse = components['schemas']['api.DeleteAccessTokenSuccessResponse'];
|
|
12103
|
-
type
|
|
12104
|
-
type
|
|
12153
|
+
type DeleteStateErrorResponse = components['schemas']['api.DeleteStateErrorResponse'];
|
|
12154
|
+
type DeleteStateSuccessResponse = components['schemas']['api.DeleteStateSuccessResponse'];
|
|
12105
12155
|
type DeviceFilter = components['schemas']['api.DeviceFilter'];
|
|
12106
12156
|
type ErrorResponse = components['schemas']['api.ErrorResponse'];
|
|
12107
12157
|
type FaceRedactionMessage = components['schemas']['api.FaceRedactionMessage'];
|
|
@@ -12157,9 +12207,9 @@ export declare namespace api {
|
|
|
12157
12207
|
type GetSiteOptionsRequest = components['schemas']['api.GetSiteOptionsRequest'];
|
|
12158
12208
|
type GetSiteOptionsResponse = components['schemas']['api.GetSiteOptionsResponse'];
|
|
12159
12209
|
type GetSiteOptionsSuccessResponse = components['schemas']['api.GetSiteOptionsSuccessResponse'];
|
|
12160
|
-
type
|
|
12161
|
-
type
|
|
12162
|
-
type
|
|
12210
|
+
type GetStatesErrorResponse = components['schemas']['api.GetStatesErrorResponse'];
|
|
12211
|
+
type GetStatesResponse = components['schemas']['api.GetStatesResponse'];
|
|
12212
|
+
type GetStatesSuccessResponse = components['schemas']['api.GetStatesSuccessResponse'];
|
|
12163
12213
|
type GetTimelineErrorResponse = components['schemas']['api.GetTimelineErrorResponse'];
|
|
12164
12214
|
type GetTimelineEventsErrorResponse = components['schemas']['api.GetTimelineEventsErrorResponse'];
|
|
12165
12215
|
type GetTimelineEventsRequest = components['schemas']['api.GetTimelineEventsRequest'];
|
|
@@ -12209,10 +12259,10 @@ export declare namespace api {
|
|
|
12209
12259
|
type UpdateMediaRequest = components['schemas']['api.UpdateMediaRequest'];
|
|
12210
12260
|
type UpdateMediaResponse = components['schemas']['api.UpdateMediaResponse'];
|
|
12211
12261
|
type UpdateMediaSuccessResponse = components['schemas']['api.UpdateMediaSuccessResponse'];
|
|
12212
|
-
type
|
|
12213
|
-
type
|
|
12214
|
-
type
|
|
12215
|
-
type
|
|
12262
|
+
type UpsertStateErrorResponse = components['schemas']['api.UpsertStateErrorResponse'];
|
|
12263
|
+
type UpsertStateRequest = components['schemas']['api.UpsertStateRequest'];
|
|
12264
|
+
type UpsertStateResponse = components['schemas']['api.UpsertStateResponse'];
|
|
12265
|
+
type UpsertStateSuccessResponse = components['schemas']['api.UpsertStateSuccessResponse'];
|
|
12216
12266
|
type WarningResponse = components['schemas']['api.WarningResponse'];
|
|
12217
12267
|
type mediaMetadataPatch = components['schemas']['api.mediaMetadataPatch'];
|
|
12218
12268
|
}
|