@uug-ai/models 1.4.35 → 1.4.37
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 +885 -23
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -822,6 +822,318 @@ export interface paths {
|
|
|
822
822
|
patch?: never;
|
|
823
823
|
trace?: never;
|
|
824
824
|
};
|
|
825
|
+
"/internal/analyticsalertsummary": {
|
|
826
|
+
parameters: {
|
|
827
|
+
query?: never;
|
|
828
|
+
header?: never;
|
|
829
|
+
path?: never;
|
|
830
|
+
cookie?: never;
|
|
831
|
+
};
|
|
832
|
+
/**
|
|
833
|
+
* Get AnalyticsAlertSummary (schema generation only)
|
|
834
|
+
* @description Internal endpoint used only to ensure AnalyticsAlertSummary schema is generated in OpenAPI spec
|
|
835
|
+
*/
|
|
836
|
+
get: {
|
|
837
|
+
parameters: {
|
|
838
|
+
query?: never;
|
|
839
|
+
header?: never;
|
|
840
|
+
path?: never;
|
|
841
|
+
cookie?: never;
|
|
842
|
+
};
|
|
843
|
+
requestBody?: never;
|
|
844
|
+
responses: {
|
|
845
|
+
/** @description OK */
|
|
846
|
+
200: {
|
|
847
|
+
headers: {
|
|
848
|
+
[name: string]: unknown;
|
|
849
|
+
};
|
|
850
|
+
content: {
|
|
851
|
+
"application/json": components["schemas"]["models.AnalyticsAlertSummary"];
|
|
852
|
+
};
|
|
853
|
+
};
|
|
854
|
+
};
|
|
855
|
+
};
|
|
856
|
+
put?: never;
|
|
857
|
+
post?: never;
|
|
858
|
+
delete?: never;
|
|
859
|
+
options?: never;
|
|
860
|
+
head?: never;
|
|
861
|
+
patch?: never;
|
|
862
|
+
trace?: never;
|
|
863
|
+
};
|
|
864
|
+
"/internal/analyticscharts": {
|
|
865
|
+
parameters: {
|
|
866
|
+
query?: never;
|
|
867
|
+
header?: never;
|
|
868
|
+
path?: never;
|
|
869
|
+
cookie?: never;
|
|
870
|
+
};
|
|
871
|
+
/**
|
|
872
|
+
* Get AnalyticsCharts (schema generation only)
|
|
873
|
+
* @description Internal endpoint used only to ensure AnalyticsCharts schema is generated in OpenAPI spec
|
|
874
|
+
*/
|
|
875
|
+
get: {
|
|
876
|
+
parameters: {
|
|
877
|
+
query?: never;
|
|
878
|
+
header?: never;
|
|
879
|
+
path?: never;
|
|
880
|
+
cookie?: never;
|
|
881
|
+
};
|
|
882
|
+
requestBody?: never;
|
|
883
|
+
responses: {
|
|
884
|
+
/** @description OK */
|
|
885
|
+
200: {
|
|
886
|
+
headers: {
|
|
887
|
+
[name: string]: unknown;
|
|
888
|
+
};
|
|
889
|
+
content: {
|
|
890
|
+
"application/json": components["schemas"]["models.AnalyticsCharts"];
|
|
891
|
+
};
|
|
892
|
+
};
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
put?: never;
|
|
896
|
+
post?: never;
|
|
897
|
+
delete?: never;
|
|
898
|
+
options?: never;
|
|
899
|
+
head?: never;
|
|
900
|
+
patch?: never;
|
|
901
|
+
trace?: never;
|
|
902
|
+
};
|
|
903
|
+
"/internal/analyticsdashboard": {
|
|
904
|
+
parameters: {
|
|
905
|
+
query?: never;
|
|
906
|
+
header?: never;
|
|
907
|
+
path?: never;
|
|
908
|
+
cookie?: never;
|
|
909
|
+
};
|
|
910
|
+
/**
|
|
911
|
+
* Get AnalyticsDashboard (schema generation only)
|
|
912
|
+
* @description Internal endpoint used only to ensure AnalyticsDashboard schema is generated in OpenAPI spec
|
|
913
|
+
*/
|
|
914
|
+
get: {
|
|
915
|
+
parameters: {
|
|
916
|
+
query?: never;
|
|
917
|
+
header?: never;
|
|
918
|
+
path?: never;
|
|
919
|
+
cookie?: never;
|
|
920
|
+
};
|
|
921
|
+
requestBody?: never;
|
|
922
|
+
responses: {
|
|
923
|
+
/** @description OK */
|
|
924
|
+
200: {
|
|
925
|
+
headers: {
|
|
926
|
+
[name: string]: unknown;
|
|
927
|
+
};
|
|
928
|
+
content: {
|
|
929
|
+
"application/json": components["schemas"]["models.AnalyticsDashboard"];
|
|
930
|
+
};
|
|
931
|
+
};
|
|
932
|
+
};
|
|
933
|
+
};
|
|
934
|
+
put?: never;
|
|
935
|
+
post?: never;
|
|
936
|
+
delete?: never;
|
|
937
|
+
options?: never;
|
|
938
|
+
head?: never;
|
|
939
|
+
patch?: never;
|
|
940
|
+
trace?: never;
|
|
941
|
+
};
|
|
942
|
+
"/internal/analyticsevent": {
|
|
943
|
+
parameters: {
|
|
944
|
+
query?: never;
|
|
945
|
+
header?: never;
|
|
946
|
+
path?: never;
|
|
947
|
+
cookie?: never;
|
|
948
|
+
};
|
|
949
|
+
/**
|
|
950
|
+
* Get AnalyticsEvent (schema generation only)
|
|
951
|
+
* @description Internal endpoint used only to ensure AnalyticsEvent schema is generated in OpenAPI spec
|
|
952
|
+
*/
|
|
953
|
+
get: {
|
|
954
|
+
parameters: {
|
|
955
|
+
query?: never;
|
|
956
|
+
header?: never;
|
|
957
|
+
path?: never;
|
|
958
|
+
cookie?: never;
|
|
959
|
+
};
|
|
960
|
+
requestBody?: never;
|
|
961
|
+
responses: {
|
|
962
|
+
/** @description OK */
|
|
963
|
+
200: {
|
|
964
|
+
headers: {
|
|
965
|
+
[name: string]: unknown;
|
|
966
|
+
};
|
|
967
|
+
content: {
|
|
968
|
+
"application/json": components["schemas"]["models.AnalyticsEvent"];
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
};
|
|
972
|
+
};
|
|
973
|
+
put?: never;
|
|
974
|
+
post?: never;
|
|
975
|
+
delete?: never;
|
|
976
|
+
options?: never;
|
|
977
|
+
head?: never;
|
|
978
|
+
patch?: never;
|
|
979
|
+
trace?: never;
|
|
980
|
+
};
|
|
981
|
+
"/internal/analyticsfilter": {
|
|
982
|
+
parameters: {
|
|
983
|
+
query?: never;
|
|
984
|
+
header?: never;
|
|
985
|
+
path?: never;
|
|
986
|
+
cookie?: never;
|
|
987
|
+
};
|
|
988
|
+
/**
|
|
989
|
+
* Get AnalyticsFilter (schema generation only)
|
|
990
|
+
* @description Internal endpoint used only to ensure AnalyticsFilter schema is generated in OpenAPI spec
|
|
991
|
+
*/
|
|
992
|
+
get: {
|
|
993
|
+
parameters: {
|
|
994
|
+
query?: never;
|
|
995
|
+
header?: never;
|
|
996
|
+
path?: never;
|
|
997
|
+
cookie?: never;
|
|
998
|
+
};
|
|
999
|
+
requestBody?: never;
|
|
1000
|
+
responses: {
|
|
1001
|
+
/** @description OK */
|
|
1002
|
+
200: {
|
|
1003
|
+
headers: {
|
|
1004
|
+
[name: string]: unknown;
|
|
1005
|
+
};
|
|
1006
|
+
content: {
|
|
1007
|
+
"application/json": components["schemas"]["models.AnalyticsFilter"];
|
|
1008
|
+
};
|
|
1009
|
+
};
|
|
1010
|
+
};
|
|
1011
|
+
};
|
|
1012
|
+
put?: never;
|
|
1013
|
+
post?: never;
|
|
1014
|
+
delete?: never;
|
|
1015
|
+
options?: never;
|
|
1016
|
+
head?: never;
|
|
1017
|
+
patch?: never;
|
|
1018
|
+
trace?: never;
|
|
1019
|
+
};
|
|
1020
|
+
"/internal/analyticshours": {
|
|
1021
|
+
parameters: {
|
|
1022
|
+
query?: never;
|
|
1023
|
+
header?: never;
|
|
1024
|
+
path?: never;
|
|
1025
|
+
cookie?: never;
|
|
1026
|
+
};
|
|
1027
|
+
/**
|
|
1028
|
+
* Get AnalyticsHours (schema generation only)
|
|
1029
|
+
* @description Internal endpoint used only to ensure AnalyticsHours schema is generated in OpenAPI spec
|
|
1030
|
+
*/
|
|
1031
|
+
get: {
|
|
1032
|
+
parameters: {
|
|
1033
|
+
query?: never;
|
|
1034
|
+
header?: never;
|
|
1035
|
+
path?: never;
|
|
1036
|
+
cookie?: never;
|
|
1037
|
+
};
|
|
1038
|
+
requestBody?: never;
|
|
1039
|
+
responses: {
|
|
1040
|
+
/** @description OK */
|
|
1041
|
+
200: {
|
|
1042
|
+
headers: {
|
|
1043
|
+
[name: string]: unknown;
|
|
1044
|
+
};
|
|
1045
|
+
content: {
|
|
1046
|
+
"application/json": components["schemas"]["models.AnalyticsHours"];
|
|
1047
|
+
};
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
};
|
|
1051
|
+
put?: never;
|
|
1052
|
+
post?: never;
|
|
1053
|
+
delete?: never;
|
|
1054
|
+
options?: never;
|
|
1055
|
+
head?: never;
|
|
1056
|
+
patch?: never;
|
|
1057
|
+
trace?: never;
|
|
1058
|
+
};
|
|
1059
|
+
"/internal/analyticslists": {
|
|
1060
|
+
parameters: {
|
|
1061
|
+
query?: never;
|
|
1062
|
+
header?: never;
|
|
1063
|
+
path?: never;
|
|
1064
|
+
cookie?: never;
|
|
1065
|
+
};
|
|
1066
|
+
/**
|
|
1067
|
+
* Get AnalyticsLists (schema generation only)
|
|
1068
|
+
* @description Internal endpoint used only to ensure AnalyticsLists schema is generated in OpenAPI spec
|
|
1069
|
+
*/
|
|
1070
|
+
get: {
|
|
1071
|
+
parameters: {
|
|
1072
|
+
query?: never;
|
|
1073
|
+
header?: never;
|
|
1074
|
+
path?: never;
|
|
1075
|
+
cookie?: never;
|
|
1076
|
+
};
|
|
1077
|
+
requestBody?: never;
|
|
1078
|
+
responses: {
|
|
1079
|
+
/** @description OK */
|
|
1080
|
+
200: {
|
|
1081
|
+
headers: {
|
|
1082
|
+
[name: string]: unknown;
|
|
1083
|
+
};
|
|
1084
|
+
content: {
|
|
1085
|
+
"application/json": components["schemas"]["models.AnalyticsLists"];
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
1088
|
+
};
|
|
1089
|
+
};
|
|
1090
|
+
put?: never;
|
|
1091
|
+
post?: never;
|
|
1092
|
+
delete?: never;
|
|
1093
|
+
options?: never;
|
|
1094
|
+
head?: never;
|
|
1095
|
+
patch?: never;
|
|
1096
|
+
trace?: never;
|
|
1097
|
+
};
|
|
1098
|
+
"/internal/analyticssummary": {
|
|
1099
|
+
parameters: {
|
|
1100
|
+
query?: never;
|
|
1101
|
+
header?: never;
|
|
1102
|
+
path?: never;
|
|
1103
|
+
cookie?: never;
|
|
1104
|
+
};
|
|
1105
|
+
/**
|
|
1106
|
+
* Get AnalyticsSummary (schema generation only)
|
|
1107
|
+
* @description Internal endpoint used only to ensure AnalyticsSummary schema is generated in OpenAPI spec
|
|
1108
|
+
*/
|
|
1109
|
+
get: {
|
|
1110
|
+
parameters: {
|
|
1111
|
+
query?: never;
|
|
1112
|
+
header?: never;
|
|
1113
|
+
path?: never;
|
|
1114
|
+
cookie?: never;
|
|
1115
|
+
};
|
|
1116
|
+
requestBody?: never;
|
|
1117
|
+
responses: {
|
|
1118
|
+
/** @description OK */
|
|
1119
|
+
200: {
|
|
1120
|
+
headers: {
|
|
1121
|
+
[name: string]: unknown;
|
|
1122
|
+
};
|
|
1123
|
+
content: {
|
|
1124
|
+
"application/json": components["schemas"]["models.AnalyticsSummary"];
|
|
1125
|
+
};
|
|
1126
|
+
};
|
|
1127
|
+
};
|
|
1128
|
+
};
|
|
1129
|
+
put?: never;
|
|
1130
|
+
post?: never;
|
|
1131
|
+
delete?: never;
|
|
1132
|
+
options?: never;
|
|
1133
|
+
head?: never;
|
|
1134
|
+
patch?: never;
|
|
1135
|
+
trace?: never;
|
|
1136
|
+
};
|
|
825
1137
|
"/internal/audit": {
|
|
826
1138
|
parameters: {
|
|
827
1139
|
query?: never;
|
|
@@ -3513,6 +3825,45 @@ export interface paths {
|
|
|
3513
3825
|
patch?: never;
|
|
3514
3826
|
trace?: never;
|
|
3515
3827
|
};
|
|
3828
|
+
"/internal/devicepatch": {
|
|
3829
|
+
parameters: {
|
|
3830
|
+
query?: never;
|
|
3831
|
+
header?: never;
|
|
3832
|
+
path?: never;
|
|
3833
|
+
cookie?: never;
|
|
3834
|
+
};
|
|
3835
|
+
/**
|
|
3836
|
+
* Get DevicePatch (schema generation only)
|
|
3837
|
+
* @description Internal endpoint used only to ensure DevicePatch schema is generated in OpenAPI spec
|
|
3838
|
+
*/
|
|
3839
|
+
get: {
|
|
3840
|
+
parameters: {
|
|
3841
|
+
query?: never;
|
|
3842
|
+
header?: never;
|
|
3843
|
+
path?: never;
|
|
3844
|
+
cookie?: never;
|
|
3845
|
+
};
|
|
3846
|
+
requestBody?: never;
|
|
3847
|
+
responses: {
|
|
3848
|
+
/** @description OK */
|
|
3849
|
+
200: {
|
|
3850
|
+
headers: {
|
|
3851
|
+
[name: string]: unknown;
|
|
3852
|
+
};
|
|
3853
|
+
content: {
|
|
3854
|
+
"application/json": components["schemas"]["models.DevicePatch"];
|
|
3855
|
+
};
|
|
3856
|
+
};
|
|
3857
|
+
};
|
|
3858
|
+
};
|
|
3859
|
+
put?: never;
|
|
3860
|
+
post?: never;
|
|
3861
|
+
delete?: never;
|
|
3862
|
+
options?: never;
|
|
3863
|
+
head?: never;
|
|
3864
|
+
patch?: never;
|
|
3865
|
+
trace?: never;
|
|
3866
|
+
};
|
|
3516
3867
|
"/internal/deviceplacement": {
|
|
3517
3868
|
parameters: {
|
|
3518
3869
|
query?: never;
|
|
@@ -3591,6 +3942,45 @@ export interface paths {
|
|
|
3591
3942
|
patch?: never;
|
|
3592
3943
|
trace?: never;
|
|
3593
3944
|
};
|
|
3945
|
+
"/internal/directionaltimeserieschart": {
|
|
3946
|
+
parameters: {
|
|
3947
|
+
query?: never;
|
|
3948
|
+
header?: never;
|
|
3949
|
+
path?: never;
|
|
3950
|
+
cookie?: never;
|
|
3951
|
+
};
|
|
3952
|
+
/**
|
|
3953
|
+
* Get DirectionalTimeSeriesChart (schema generation only)
|
|
3954
|
+
* @description Internal endpoint used only to ensure DirectionalTimeSeriesChart schema is generated in OpenAPI spec
|
|
3955
|
+
*/
|
|
3956
|
+
get: {
|
|
3957
|
+
parameters: {
|
|
3958
|
+
query?: never;
|
|
3959
|
+
header?: never;
|
|
3960
|
+
path?: never;
|
|
3961
|
+
cookie?: never;
|
|
3962
|
+
};
|
|
3963
|
+
requestBody?: never;
|
|
3964
|
+
responses: {
|
|
3965
|
+
/** @description OK */
|
|
3966
|
+
200: {
|
|
3967
|
+
headers: {
|
|
3968
|
+
[name: string]: unknown;
|
|
3969
|
+
};
|
|
3970
|
+
content: {
|
|
3971
|
+
"application/json": components["schemas"]["models.DirectionalTimeSeriesChart"];
|
|
3972
|
+
};
|
|
3973
|
+
};
|
|
3974
|
+
};
|
|
3975
|
+
};
|
|
3976
|
+
put?: never;
|
|
3977
|
+
post?: never;
|
|
3978
|
+
delete?: never;
|
|
3979
|
+
options?: never;
|
|
3980
|
+
head?: never;
|
|
3981
|
+
patch?: never;
|
|
3982
|
+
trace?: never;
|
|
3983
|
+
};
|
|
3594
3984
|
"/internal/dominantcolor": {
|
|
3595
3985
|
parameters: {
|
|
3596
3986
|
query?: never;
|
|
@@ -4262,8 +4652,164 @@ export interface paths {
|
|
|
4262
4652
|
cookie?: never;
|
|
4263
4653
|
};
|
|
4264
4654
|
/**
|
|
4265
|
-
* Get GetAlertsInput (schema generation only)
|
|
4266
|
-
* @description Internal endpoint used only to ensure GetAlertsInput schema is generated in OpenAPI spec
|
|
4655
|
+
* Get GetAlertsInput (schema generation only)
|
|
4656
|
+
* @description Internal endpoint used only to ensure GetAlertsInput schema is generated in OpenAPI spec
|
|
4657
|
+
*/
|
|
4658
|
+
get: {
|
|
4659
|
+
parameters: {
|
|
4660
|
+
query?: never;
|
|
4661
|
+
header?: never;
|
|
4662
|
+
path?: never;
|
|
4663
|
+
cookie?: never;
|
|
4664
|
+
};
|
|
4665
|
+
requestBody?: never;
|
|
4666
|
+
responses: {
|
|
4667
|
+
/** @description OK */
|
|
4668
|
+
200: {
|
|
4669
|
+
headers: {
|
|
4670
|
+
[name: string]: unknown;
|
|
4671
|
+
};
|
|
4672
|
+
content: {
|
|
4673
|
+
"application/json": components["schemas"]["models.GetAlertsInput"];
|
|
4674
|
+
};
|
|
4675
|
+
};
|
|
4676
|
+
};
|
|
4677
|
+
};
|
|
4678
|
+
put?: never;
|
|
4679
|
+
post?: never;
|
|
4680
|
+
delete?: never;
|
|
4681
|
+
options?: never;
|
|
4682
|
+
head?: never;
|
|
4683
|
+
patch?: never;
|
|
4684
|
+
trace?: never;
|
|
4685
|
+
};
|
|
4686
|
+
"/internal/getalertsoutput": {
|
|
4687
|
+
parameters: {
|
|
4688
|
+
query?: never;
|
|
4689
|
+
header?: never;
|
|
4690
|
+
path?: never;
|
|
4691
|
+
cookie?: never;
|
|
4692
|
+
};
|
|
4693
|
+
/**
|
|
4694
|
+
* Get GetAlertsOutput (schema generation only)
|
|
4695
|
+
* @description Internal endpoint used only to ensure GetAlertsOutput schema is generated in OpenAPI spec
|
|
4696
|
+
*/
|
|
4697
|
+
get: {
|
|
4698
|
+
parameters: {
|
|
4699
|
+
query?: never;
|
|
4700
|
+
header?: never;
|
|
4701
|
+
path?: never;
|
|
4702
|
+
cookie?: never;
|
|
4703
|
+
};
|
|
4704
|
+
requestBody?: never;
|
|
4705
|
+
responses: {
|
|
4706
|
+
/** @description OK */
|
|
4707
|
+
200: {
|
|
4708
|
+
headers: {
|
|
4709
|
+
[name: string]: unknown;
|
|
4710
|
+
};
|
|
4711
|
+
content: {
|
|
4712
|
+
"application/json": components["schemas"]["models.GetAlertsOutput"];
|
|
4713
|
+
};
|
|
4714
|
+
};
|
|
4715
|
+
};
|
|
4716
|
+
};
|
|
4717
|
+
put?: never;
|
|
4718
|
+
post?: never;
|
|
4719
|
+
delete?: never;
|
|
4720
|
+
options?: never;
|
|
4721
|
+
head?: never;
|
|
4722
|
+
patch?: never;
|
|
4723
|
+
trace?: never;
|
|
4724
|
+
};
|
|
4725
|
+
"/internal/getanalysiserrorresponse": {
|
|
4726
|
+
parameters: {
|
|
4727
|
+
query?: never;
|
|
4728
|
+
header?: never;
|
|
4729
|
+
path?: never;
|
|
4730
|
+
cookie?: never;
|
|
4731
|
+
};
|
|
4732
|
+
/**
|
|
4733
|
+
* Get GetAnalysisErrorResponse (schema generation only)
|
|
4734
|
+
* @description Internal endpoint used only to ensure GetAnalysisErrorResponse schema is generated in OpenAPI spec
|
|
4735
|
+
*/
|
|
4736
|
+
get: {
|
|
4737
|
+
parameters: {
|
|
4738
|
+
query?: never;
|
|
4739
|
+
header?: never;
|
|
4740
|
+
path?: never;
|
|
4741
|
+
cookie?: never;
|
|
4742
|
+
};
|
|
4743
|
+
requestBody?: never;
|
|
4744
|
+
responses: {
|
|
4745
|
+
/** @description OK */
|
|
4746
|
+
200: {
|
|
4747
|
+
headers: {
|
|
4748
|
+
[name: string]: unknown;
|
|
4749
|
+
};
|
|
4750
|
+
content: {
|
|
4751
|
+
"application/json": components["schemas"]["api.GetAnalysisErrorResponse"];
|
|
4752
|
+
};
|
|
4753
|
+
};
|
|
4754
|
+
};
|
|
4755
|
+
};
|
|
4756
|
+
put?: never;
|
|
4757
|
+
post?: never;
|
|
4758
|
+
delete?: never;
|
|
4759
|
+
options?: never;
|
|
4760
|
+
head?: never;
|
|
4761
|
+
patch?: never;
|
|
4762
|
+
trace?: never;
|
|
4763
|
+
};
|
|
4764
|
+
"/internal/getanalysisrequest": {
|
|
4765
|
+
parameters: {
|
|
4766
|
+
query?: never;
|
|
4767
|
+
header?: never;
|
|
4768
|
+
path?: never;
|
|
4769
|
+
cookie?: never;
|
|
4770
|
+
};
|
|
4771
|
+
/**
|
|
4772
|
+
* Get GetAnalysisRequest (schema generation only)
|
|
4773
|
+
* @description Internal endpoint used only to ensure GetAnalysisRequest schema is generated in OpenAPI spec
|
|
4774
|
+
*/
|
|
4775
|
+
get: {
|
|
4776
|
+
parameters: {
|
|
4777
|
+
query?: never;
|
|
4778
|
+
header?: never;
|
|
4779
|
+
path?: never;
|
|
4780
|
+
cookie?: never;
|
|
4781
|
+
};
|
|
4782
|
+
requestBody?: never;
|
|
4783
|
+
responses: {
|
|
4784
|
+
/** @description OK */
|
|
4785
|
+
200: {
|
|
4786
|
+
headers: {
|
|
4787
|
+
[name: string]: unknown;
|
|
4788
|
+
};
|
|
4789
|
+
content: {
|
|
4790
|
+
"application/json": components["schemas"]["api.GetAnalysisRequest"];
|
|
4791
|
+
};
|
|
4792
|
+
};
|
|
4793
|
+
};
|
|
4794
|
+
};
|
|
4795
|
+
put?: never;
|
|
4796
|
+
post?: never;
|
|
4797
|
+
delete?: never;
|
|
4798
|
+
options?: never;
|
|
4799
|
+
head?: never;
|
|
4800
|
+
patch?: never;
|
|
4801
|
+
trace?: never;
|
|
4802
|
+
};
|
|
4803
|
+
"/internal/getanalysisresponse": {
|
|
4804
|
+
parameters: {
|
|
4805
|
+
query?: never;
|
|
4806
|
+
header?: never;
|
|
4807
|
+
path?: never;
|
|
4808
|
+
cookie?: never;
|
|
4809
|
+
};
|
|
4810
|
+
/**
|
|
4811
|
+
* Get GetAnalysisResponse (schema generation only)
|
|
4812
|
+
* @description Internal endpoint used only to ensure GetAnalysisResponse schema is generated in OpenAPI spec
|
|
4267
4813
|
*/
|
|
4268
4814
|
get: {
|
|
4269
4815
|
parameters: {
|
|
@@ -4280,7 +4826,7 @@ export interface paths {
|
|
|
4280
4826
|
[name: string]: unknown;
|
|
4281
4827
|
};
|
|
4282
4828
|
content: {
|
|
4283
|
-
"application/json": components["schemas"]["
|
|
4829
|
+
"application/json": components["schemas"]["api.GetAnalysisResponse"];
|
|
4284
4830
|
};
|
|
4285
4831
|
};
|
|
4286
4832
|
};
|
|
@@ -4293,7 +4839,7 @@ export interface paths {
|
|
|
4293
4839
|
patch?: never;
|
|
4294
4840
|
trace?: never;
|
|
4295
4841
|
};
|
|
4296
|
-
"/internal/
|
|
4842
|
+
"/internal/getanalysissuccessresponse": {
|
|
4297
4843
|
parameters: {
|
|
4298
4844
|
query?: never;
|
|
4299
4845
|
header?: never;
|
|
@@ -4301,8 +4847,8 @@ export interface paths {
|
|
|
4301
4847
|
cookie?: never;
|
|
4302
4848
|
};
|
|
4303
4849
|
/**
|
|
4304
|
-
* Get
|
|
4305
|
-
* @description Internal endpoint used only to ensure
|
|
4850
|
+
* Get GetAnalysisSuccessResponse (schema generation only)
|
|
4851
|
+
* @description Internal endpoint used only to ensure GetAnalysisSuccessResponse schema is generated in OpenAPI spec
|
|
4306
4852
|
*/
|
|
4307
4853
|
get: {
|
|
4308
4854
|
parameters: {
|
|
@@ -4319,7 +4865,7 @@ export interface paths {
|
|
|
4319
4865
|
[name: string]: unknown;
|
|
4320
4866
|
};
|
|
4321
4867
|
content: {
|
|
4322
|
-
"application/json": components["schemas"]["
|
|
4868
|
+
"application/json": components["schemas"]["api.GetAnalysisSuccessResponse"];
|
|
4323
4869
|
};
|
|
4324
4870
|
};
|
|
4325
4871
|
};
|
|
@@ -4332,7 +4878,7 @@ export interface paths {
|
|
|
4332
4878
|
patch?: never;
|
|
4333
4879
|
trace?: never;
|
|
4334
4880
|
};
|
|
4335
|
-
"/internal/
|
|
4881
|
+
"/internal/getanalyticsdashboarderrorresponse": {
|
|
4336
4882
|
parameters: {
|
|
4337
4883
|
query?: never;
|
|
4338
4884
|
header?: never;
|
|
@@ -4340,8 +4886,8 @@ export interface paths {
|
|
|
4340
4886
|
cookie?: never;
|
|
4341
4887
|
};
|
|
4342
4888
|
/**
|
|
4343
|
-
* Get
|
|
4344
|
-
* @description Internal endpoint used only to ensure
|
|
4889
|
+
* Get GetAnalyticsDashboardErrorResponse (schema generation only)
|
|
4890
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardErrorResponse schema is generated in OpenAPI spec
|
|
4345
4891
|
*/
|
|
4346
4892
|
get: {
|
|
4347
4893
|
parameters: {
|
|
@@ -4358,7 +4904,7 @@ export interface paths {
|
|
|
4358
4904
|
[name: string]: unknown;
|
|
4359
4905
|
};
|
|
4360
4906
|
content: {
|
|
4361
|
-
"application/json": components["schemas"]["api.
|
|
4907
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardErrorResponse"];
|
|
4362
4908
|
};
|
|
4363
4909
|
};
|
|
4364
4910
|
};
|
|
@@ -4371,7 +4917,7 @@ export interface paths {
|
|
|
4371
4917
|
patch?: never;
|
|
4372
4918
|
trace?: never;
|
|
4373
4919
|
};
|
|
4374
|
-
"/internal/
|
|
4920
|
+
"/internal/getanalyticsdashboardrequest": {
|
|
4375
4921
|
parameters: {
|
|
4376
4922
|
query?: never;
|
|
4377
4923
|
header?: never;
|
|
@@ -4379,8 +4925,8 @@ export interface paths {
|
|
|
4379
4925
|
cookie?: never;
|
|
4380
4926
|
};
|
|
4381
4927
|
/**
|
|
4382
|
-
* Get
|
|
4383
|
-
* @description Internal endpoint used only to ensure
|
|
4928
|
+
* Get GetAnalyticsDashboardRequest (schema generation only)
|
|
4929
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardRequest schema is generated in OpenAPI spec
|
|
4384
4930
|
*/
|
|
4385
4931
|
get: {
|
|
4386
4932
|
parameters: {
|
|
@@ -4397,7 +4943,7 @@ export interface paths {
|
|
|
4397
4943
|
[name: string]: unknown;
|
|
4398
4944
|
};
|
|
4399
4945
|
content: {
|
|
4400
|
-
"application/json": components["schemas"]["api.
|
|
4946
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardRequest"];
|
|
4401
4947
|
};
|
|
4402
4948
|
};
|
|
4403
4949
|
};
|
|
@@ -4410,7 +4956,7 @@ export interface paths {
|
|
|
4410
4956
|
patch?: never;
|
|
4411
4957
|
trace?: never;
|
|
4412
4958
|
};
|
|
4413
|
-
"/internal/
|
|
4959
|
+
"/internal/getanalyticsdashboardresponse": {
|
|
4414
4960
|
parameters: {
|
|
4415
4961
|
query?: never;
|
|
4416
4962
|
header?: never;
|
|
@@ -4418,8 +4964,8 @@ export interface paths {
|
|
|
4418
4964
|
cookie?: never;
|
|
4419
4965
|
};
|
|
4420
4966
|
/**
|
|
4421
|
-
* Get
|
|
4422
|
-
* @description Internal endpoint used only to ensure
|
|
4967
|
+
* Get GetAnalyticsDashboardResponse (schema generation only)
|
|
4968
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardResponse schema is generated in OpenAPI spec
|
|
4423
4969
|
*/
|
|
4424
4970
|
get: {
|
|
4425
4971
|
parameters: {
|
|
@@ -4436,7 +4982,7 @@ export interface paths {
|
|
|
4436
4982
|
[name: string]: unknown;
|
|
4437
4983
|
};
|
|
4438
4984
|
content: {
|
|
4439
|
-
"application/json": components["schemas"]["api.
|
|
4985
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardResponse"];
|
|
4440
4986
|
};
|
|
4441
4987
|
};
|
|
4442
4988
|
};
|
|
@@ -4449,7 +4995,7 @@ export interface paths {
|
|
|
4449
4995
|
patch?: never;
|
|
4450
4996
|
trace?: never;
|
|
4451
4997
|
};
|
|
4452
|
-
"/internal/
|
|
4998
|
+
"/internal/getanalyticsdashboardsuccessresponse": {
|
|
4453
4999
|
parameters: {
|
|
4454
5000
|
query?: never;
|
|
4455
5001
|
header?: never;
|
|
@@ -4457,8 +5003,8 @@ export interface paths {
|
|
|
4457
5003
|
cookie?: never;
|
|
4458
5004
|
};
|
|
4459
5005
|
/**
|
|
4460
|
-
* Get
|
|
4461
|
-
* @description Internal endpoint used only to ensure
|
|
5006
|
+
* Get GetAnalyticsDashboardSuccessResponse (schema generation only)
|
|
5007
|
+
* @description Internal endpoint used only to ensure GetAnalyticsDashboardSuccessResponse schema is generated in OpenAPI spec
|
|
4462
5008
|
*/
|
|
4463
5009
|
get: {
|
|
4464
5010
|
parameters: {
|
|
@@ -4475,7 +5021,7 @@ export interface paths {
|
|
|
4475
5021
|
[name: string]: unknown;
|
|
4476
5022
|
};
|
|
4477
5023
|
content: {
|
|
4478
|
-
"application/json": components["schemas"]["api.
|
|
5024
|
+
"application/json": components["schemas"]["api.GetAnalyticsDashboardSuccessResponse"];
|
|
4479
5025
|
};
|
|
4480
5026
|
};
|
|
4481
5027
|
};
|
|
@@ -14004,6 +14550,162 @@ export interface paths {
|
|
|
14004
14550
|
patch?: never;
|
|
14005
14551
|
trace?: never;
|
|
14006
14552
|
};
|
|
14553
|
+
"/internal/updatedeviceerrorresponse": {
|
|
14554
|
+
parameters: {
|
|
14555
|
+
query?: never;
|
|
14556
|
+
header?: never;
|
|
14557
|
+
path?: never;
|
|
14558
|
+
cookie?: never;
|
|
14559
|
+
};
|
|
14560
|
+
/**
|
|
14561
|
+
* Get UpdateDeviceErrorResponse (schema generation only)
|
|
14562
|
+
* @description Internal endpoint used only to ensure UpdateDeviceErrorResponse schema is generated in OpenAPI spec
|
|
14563
|
+
*/
|
|
14564
|
+
get: {
|
|
14565
|
+
parameters: {
|
|
14566
|
+
query?: never;
|
|
14567
|
+
header?: never;
|
|
14568
|
+
path?: never;
|
|
14569
|
+
cookie?: never;
|
|
14570
|
+
};
|
|
14571
|
+
requestBody?: never;
|
|
14572
|
+
responses: {
|
|
14573
|
+
/** @description OK */
|
|
14574
|
+
200: {
|
|
14575
|
+
headers: {
|
|
14576
|
+
[name: string]: unknown;
|
|
14577
|
+
};
|
|
14578
|
+
content: {
|
|
14579
|
+
"application/json": components["schemas"]["api.UpdateDeviceErrorResponse"];
|
|
14580
|
+
};
|
|
14581
|
+
};
|
|
14582
|
+
};
|
|
14583
|
+
};
|
|
14584
|
+
put?: never;
|
|
14585
|
+
post?: never;
|
|
14586
|
+
delete?: never;
|
|
14587
|
+
options?: never;
|
|
14588
|
+
head?: never;
|
|
14589
|
+
patch?: never;
|
|
14590
|
+
trace?: never;
|
|
14591
|
+
};
|
|
14592
|
+
"/internal/updatedevicerequest": {
|
|
14593
|
+
parameters: {
|
|
14594
|
+
query?: never;
|
|
14595
|
+
header?: never;
|
|
14596
|
+
path?: never;
|
|
14597
|
+
cookie?: never;
|
|
14598
|
+
};
|
|
14599
|
+
/**
|
|
14600
|
+
* Get UpdateDeviceRequest (schema generation only)
|
|
14601
|
+
* @description Internal endpoint used only to ensure UpdateDeviceRequest schema is generated in OpenAPI spec
|
|
14602
|
+
*/
|
|
14603
|
+
get: {
|
|
14604
|
+
parameters: {
|
|
14605
|
+
query?: never;
|
|
14606
|
+
header?: never;
|
|
14607
|
+
path?: never;
|
|
14608
|
+
cookie?: never;
|
|
14609
|
+
};
|
|
14610
|
+
requestBody?: never;
|
|
14611
|
+
responses: {
|
|
14612
|
+
/** @description OK */
|
|
14613
|
+
200: {
|
|
14614
|
+
headers: {
|
|
14615
|
+
[name: string]: unknown;
|
|
14616
|
+
};
|
|
14617
|
+
content: {
|
|
14618
|
+
"application/json": components["schemas"]["api.UpdateDeviceRequest"];
|
|
14619
|
+
};
|
|
14620
|
+
};
|
|
14621
|
+
};
|
|
14622
|
+
};
|
|
14623
|
+
put?: never;
|
|
14624
|
+
post?: never;
|
|
14625
|
+
delete?: never;
|
|
14626
|
+
options?: never;
|
|
14627
|
+
head?: never;
|
|
14628
|
+
patch?: never;
|
|
14629
|
+
trace?: never;
|
|
14630
|
+
};
|
|
14631
|
+
"/internal/updatedeviceresponse": {
|
|
14632
|
+
parameters: {
|
|
14633
|
+
query?: never;
|
|
14634
|
+
header?: never;
|
|
14635
|
+
path?: never;
|
|
14636
|
+
cookie?: never;
|
|
14637
|
+
};
|
|
14638
|
+
/**
|
|
14639
|
+
* Get UpdateDeviceResponse (schema generation only)
|
|
14640
|
+
* @description Internal endpoint used only to ensure UpdateDeviceResponse schema is generated in OpenAPI spec
|
|
14641
|
+
*/
|
|
14642
|
+
get: {
|
|
14643
|
+
parameters: {
|
|
14644
|
+
query?: never;
|
|
14645
|
+
header?: never;
|
|
14646
|
+
path?: never;
|
|
14647
|
+
cookie?: never;
|
|
14648
|
+
};
|
|
14649
|
+
requestBody?: never;
|
|
14650
|
+
responses: {
|
|
14651
|
+
/** @description OK */
|
|
14652
|
+
200: {
|
|
14653
|
+
headers: {
|
|
14654
|
+
[name: string]: unknown;
|
|
14655
|
+
};
|
|
14656
|
+
content: {
|
|
14657
|
+
"application/json": components["schemas"]["api.UpdateDeviceResponse"];
|
|
14658
|
+
};
|
|
14659
|
+
};
|
|
14660
|
+
};
|
|
14661
|
+
};
|
|
14662
|
+
put?: never;
|
|
14663
|
+
post?: never;
|
|
14664
|
+
delete?: never;
|
|
14665
|
+
options?: never;
|
|
14666
|
+
head?: never;
|
|
14667
|
+
patch?: never;
|
|
14668
|
+
trace?: never;
|
|
14669
|
+
};
|
|
14670
|
+
"/internal/updatedevicesuccessresponse": {
|
|
14671
|
+
parameters: {
|
|
14672
|
+
query?: never;
|
|
14673
|
+
header?: never;
|
|
14674
|
+
path?: never;
|
|
14675
|
+
cookie?: never;
|
|
14676
|
+
};
|
|
14677
|
+
/**
|
|
14678
|
+
* Get UpdateDeviceSuccessResponse (schema generation only)
|
|
14679
|
+
* @description Internal endpoint used only to ensure UpdateDeviceSuccessResponse schema is generated in OpenAPI spec
|
|
14680
|
+
*/
|
|
14681
|
+
get: {
|
|
14682
|
+
parameters: {
|
|
14683
|
+
query?: never;
|
|
14684
|
+
header?: never;
|
|
14685
|
+
path?: never;
|
|
14686
|
+
cookie?: never;
|
|
14687
|
+
};
|
|
14688
|
+
requestBody?: never;
|
|
14689
|
+
responses: {
|
|
14690
|
+
/** @description OK */
|
|
14691
|
+
200: {
|
|
14692
|
+
headers: {
|
|
14693
|
+
[name: string]: unknown;
|
|
14694
|
+
};
|
|
14695
|
+
content: {
|
|
14696
|
+
"application/json": components["schemas"]["api.UpdateDeviceSuccessResponse"];
|
|
14697
|
+
};
|
|
14698
|
+
};
|
|
14699
|
+
};
|
|
14700
|
+
};
|
|
14701
|
+
put?: never;
|
|
14702
|
+
post?: never;
|
|
14703
|
+
delete?: never;
|
|
14704
|
+
options?: never;
|
|
14705
|
+
head?: never;
|
|
14706
|
+
patch?: never;
|
|
14707
|
+
trace?: never;
|
|
14708
|
+
};
|
|
14007
14709
|
"/internal/updatemediaerrorresponse": {
|
|
14008
14710
|
parameters: {
|
|
14009
14711
|
query?: never;
|
|
@@ -15735,6 +16437,37 @@ export interface components {
|
|
|
15735
16437
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
15736
16438
|
metadata?: components["schemas"]["api.Metadata"];
|
|
15737
16439
|
};
|
|
16440
|
+
"api.GetAnalyticsDashboardErrorResponse": {
|
|
16441
|
+
/** @description Application-specific error code */
|
|
16442
|
+
applicationStatusCode?: string;
|
|
16443
|
+
/** @description Entity-specific error code */
|
|
16444
|
+
entityStatusCode?: string;
|
|
16445
|
+
/** @description HTTP status code for the error */
|
|
16446
|
+
httpStatusCode?: number;
|
|
16447
|
+
/** @description Error message describing the issue */
|
|
16448
|
+
message?: string;
|
|
16449
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
16450
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
16451
|
+
};
|
|
16452
|
+
"api.GetAnalyticsDashboardRequest": {
|
|
16453
|
+
filter?: components["schemas"]["models.AnalyticsFilter"];
|
|
16454
|
+
};
|
|
16455
|
+
"api.GetAnalyticsDashboardResponse": {
|
|
16456
|
+
analytics?: components["schemas"]["models.AnalyticsDashboard"];
|
|
16457
|
+
};
|
|
16458
|
+
"api.GetAnalyticsDashboardSuccessResponse": {
|
|
16459
|
+
/** @description Application-specific status code */
|
|
16460
|
+
applicationStatusCode?: string;
|
|
16461
|
+
data?: components["schemas"]["api.GetAnalyticsDashboardResponse"];
|
|
16462
|
+
/** @description Entity-specific status code */
|
|
16463
|
+
entityStatusCode?: string;
|
|
16464
|
+
/** @description HTTP status code for the response */
|
|
16465
|
+
httpStatusCode?: number;
|
|
16466
|
+
/** @description Success message describing the operation */
|
|
16467
|
+
message?: string;
|
|
16468
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
16469
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
16470
|
+
};
|
|
15738
16471
|
"api.GetCustomAlertsErrorResponse": {
|
|
15739
16472
|
/** @description Application-specific error code */
|
|
15740
16473
|
applicationStatusCode?: string;
|
|
@@ -16836,6 +17569,37 @@ export interface components {
|
|
|
16836
17569
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
16837
17570
|
metadata?: components["schemas"]["api.Metadata"];
|
|
16838
17571
|
};
|
|
17572
|
+
"api.UpdateDeviceErrorResponse": {
|
|
17573
|
+
/** @description Application-specific error code */
|
|
17574
|
+
applicationStatusCode?: string;
|
|
17575
|
+
/** @description Entity-specific error code */
|
|
17576
|
+
entityStatusCode?: string;
|
|
17577
|
+
/** @description HTTP status code for the error */
|
|
17578
|
+
httpStatusCode?: number;
|
|
17579
|
+
/** @description Error message describing the issue */
|
|
17580
|
+
message?: string;
|
|
17581
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
17582
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
17583
|
+
};
|
|
17584
|
+
"api.UpdateDeviceRequest": {
|
|
17585
|
+
devicePatch?: components["schemas"]["models.DevicePatch"];
|
|
17586
|
+
};
|
|
17587
|
+
"api.UpdateDeviceResponse": {
|
|
17588
|
+
device?: components["schemas"]["models.Device"];
|
|
17589
|
+
};
|
|
17590
|
+
"api.UpdateDeviceSuccessResponse": {
|
|
17591
|
+
/** @description Application-specific status code */
|
|
17592
|
+
applicationStatusCode?: string;
|
|
17593
|
+
data?: components["schemas"]["api.UpdateDeviceResponse"];
|
|
17594
|
+
/** @description Entity-specific status code */
|
|
17595
|
+
entityStatusCode?: string;
|
|
17596
|
+
/** @description HTTP status code for the response */
|
|
17597
|
+
httpStatusCode?: number;
|
|
17598
|
+
/** @description Success message describing the operation */
|
|
17599
|
+
message?: string;
|
|
17600
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
17601
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
17602
|
+
};
|
|
16839
17603
|
"api.UpdateMediaErrorResponse": {
|
|
16840
17604
|
/** @description Application-specific error code */
|
|
16841
17605
|
applicationStatusCode?: string;
|
|
@@ -17136,6 +17900,68 @@ export interface components {
|
|
|
17136
17900
|
timestamp?: number;
|
|
17137
17901
|
user_id?: string;
|
|
17138
17902
|
};
|
|
17903
|
+
"models.AnalyticsAlertSummary": {
|
|
17904
|
+
alertId?: string;
|
|
17905
|
+
alertLabel?: string;
|
|
17906
|
+
count?: number;
|
|
17907
|
+
durationLabel?: string;
|
|
17908
|
+
durationSeconds?: number;
|
|
17909
|
+
in?: number;
|
|
17910
|
+
out?: number;
|
|
17911
|
+
regionIn?: number;
|
|
17912
|
+
total?: number;
|
|
17913
|
+
type?: string;
|
|
17914
|
+
};
|
|
17915
|
+
"models.AnalyticsCharts": {
|
|
17916
|
+
countsPerHourByAlert?: components["schemas"]["models.DirectionalTimeSeriesChart"];
|
|
17917
|
+
countsPerHourByDevice?: components["schemas"]["models.TimeSeriesChart"];
|
|
17918
|
+
recordingsPerHour?: components["schemas"]["models.TimeSeriesChart"];
|
|
17919
|
+
regionDurationPerHourAlert?: components["schemas"]["models.TimeSeriesChart"];
|
|
17920
|
+
};
|
|
17921
|
+
"models.AnalyticsDashboard": {
|
|
17922
|
+
alerts?: components["schemas"]["models.AnalyticsAlertSummary"][];
|
|
17923
|
+
charts?: components["schemas"]["models.AnalyticsCharts"];
|
|
17924
|
+
lists?: components["schemas"]["models.AnalyticsLists"];
|
|
17925
|
+
summary?: components["schemas"]["models.AnalyticsSummary"];
|
|
17926
|
+
};
|
|
17927
|
+
"models.AnalyticsEvent": {
|
|
17928
|
+
alertId?: string;
|
|
17929
|
+
alertLabel?: string;
|
|
17930
|
+
count?: number;
|
|
17931
|
+
deviceId?: string;
|
|
17932
|
+
deviceLabel?: string;
|
|
17933
|
+
durationLabel?: string;
|
|
17934
|
+
durationSeconds?: number;
|
|
17935
|
+
key?: string;
|
|
17936
|
+
objectId?: string;
|
|
17937
|
+
objectLabel?: string;
|
|
17938
|
+
sequenceId?: string;
|
|
17939
|
+
timestamp?: number;
|
|
17940
|
+
type?: string;
|
|
17941
|
+
};
|
|
17942
|
+
"models.AnalyticsFilter": {
|
|
17943
|
+
devices?: string[];
|
|
17944
|
+
groups?: string[];
|
|
17945
|
+
sites?: string[];
|
|
17946
|
+
timeRanges?: components["schemas"]["models.TimeRange"][];
|
|
17947
|
+
};
|
|
17948
|
+
"models.AnalyticsHours": {
|
|
17949
|
+
instances?: {
|
|
17950
|
+
[key: string]: number[];
|
|
17951
|
+
};
|
|
17952
|
+
total?: number[];
|
|
17953
|
+
};
|
|
17954
|
+
"models.AnalyticsLists": {
|
|
17955
|
+
countEvents?: components["schemas"]["models.AnalyticsEvent"][];
|
|
17956
|
+
regionEvents?: components["schemas"]["models.AnalyticsEvent"][];
|
|
17957
|
+
};
|
|
17958
|
+
"models.AnalyticsSummary": {
|
|
17959
|
+
totalCounts?: number;
|
|
17960
|
+
totalRecordings?: number;
|
|
17961
|
+
totalRegionDurationLabel?: string;
|
|
17962
|
+
totalRegionDurationSeconds?: number;
|
|
17963
|
+
totalRegions?: number;
|
|
17964
|
+
};
|
|
17139
17965
|
"models.Audit": {
|
|
17140
17966
|
create?: components["schemas"]["models.AuditCreate"];
|
|
17141
17967
|
/** @description UpdateHistory is a chronological list of updates, ordered by UpdatedAt. */
|
|
@@ -17642,6 +18468,18 @@ export interface components {
|
|
|
17642
18468
|
text?: string;
|
|
17643
18469
|
value?: string;
|
|
17644
18470
|
};
|
|
18471
|
+
"models.DevicePatch": {
|
|
18472
|
+
brand?: string;
|
|
18473
|
+
color?: string;
|
|
18474
|
+
description?: string;
|
|
18475
|
+
featurePermissions?: components["schemas"]["models.DeviceFeaturePermissions"];
|
|
18476
|
+
fieldOfView?: number;
|
|
18477
|
+
installationDate?: string;
|
|
18478
|
+
lastMaintenance?: string;
|
|
18479
|
+
model?: string;
|
|
18480
|
+
name?: string;
|
|
18481
|
+
onFloorPlans?: string[];
|
|
18482
|
+
};
|
|
17645
18483
|
"models.DevicePlacement": {
|
|
17646
18484
|
/** @description Audit information */
|
|
17647
18485
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -17680,6 +18518,11 @@ export interface components {
|
|
|
17680
18518
|
duration?: number;
|
|
17681
18519
|
enabled?: boolean;
|
|
17682
18520
|
};
|
|
18521
|
+
"models.DirectionalTimeSeriesChart": {
|
|
18522
|
+
all?: components["schemas"]["models.TimeSeriesChart"];
|
|
18523
|
+
in?: components["schemas"]["models.TimeSeriesChart"];
|
|
18524
|
+
out?: components["schemas"]["models.TimeSeriesChart"];
|
|
18525
|
+
};
|
|
17683
18526
|
"models.DominantColor": {
|
|
17684
18527
|
hexs?: string[];
|
|
17685
18528
|
rgbs?: number[][];
|
|
@@ -19078,6 +19921,7 @@ export interface components {
|
|
|
19078
19921
|
timezone?: string;
|
|
19079
19922
|
};
|
|
19080
19923
|
"models.TimeSeries": {
|
|
19924
|
+
color?: string;
|
|
19081
19925
|
data?: components["schemas"]["models.TimeSeriesDataPoint"][];
|
|
19082
19926
|
key?: string;
|
|
19083
19927
|
label?: string;
|
|
@@ -19429,6 +20273,14 @@ export declare namespace models {
|
|
|
19429
20273
|
type AnalysisShort = components['schemas']['models.AnalysisShort'];
|
|
19430
20274
|
type AnalysisStage = components['schemas']['models.AnalysisStage'];
|
|
19431
20275
|
type AnalysisWrapper = components['schemas']['models.AnalysisWrapper'];
|
|
20276
|
+
type AnalyticsAlertSummary = components['schemas']['models.AnalyticsAlertSummary'];
|
|
20277
|
+
type AnalyticsCharts = components['schemas']['models.AnalyticsCharts'];
|
|
20278
|
+
type AnalyticsDashboard = components['schemas']['models.AnalyticsDashboard'];
|
|
20279
|
+
type AnalyticsEvent = components['schemas']['models.AnalyticsEvent'];
|
|
20280
|
+
type AnalyticsFilter = components['schemas']['models.AnalyticsFilter'];
|
|
20281
|
+
type AnalyticsHours = components['schemas']['models.AnalyticsHours'];
|
|
20282
|
+
type AnalyticsLists = components['schemas']['models.AnalyticsLists'];
|
|
20283
|
+
type AnalyticsSummary = components['schemas']['models.AnalyticsSummary'];
|
|
19432
20284
|
type Audit = components['schemas']['models.Audit'];
|
|
19433
20285
|
type AuditCreate = components['schemas']['models.AuditCreate'];
|
|
19434
20286
|
type AuditUpdate = components['schemas']['models.AuditUpdate'];
|
|
@@ -19473,8 +20325,10 @@ export declare namespace models {
|
|
|
19473
20325
|
type DeviceKey = components['schemas']['models.DeviceKey'];
|
|
19474
20326
|
type DeviceMetadata = components['schemas']['models.DeviceMetadata'];
|
|
19475
20327
|
type DeviceOption = components['schemas']['models.DeviceOption'];
|
|
20328
|
+
type DevicePatch = components['schemas']['models.DevicePatch'];
|
|
19476
20329
|
type DevicePlacement = components['schemas']['models.DevicePlacement'];
|
|
19477
20330
|
type Devices = components['schemas']['models.Devices'];
|
|
20331
|
+
type DirectionalTimeSeriesChart = components['schemas']['models.DirectionalTimeSeriesChart'];
|
|
19478
20332
|
type DominantColor = components['schemas']['models.DominantColor'];
|
|
19479
20333
|
type Email = components['schemas']['models.Email'];
|
|
19480
20334
|
type Encryption = components['schemas']['models.Encryption'];
|
|
@@ -19649,6 +20503,10 @@ export declare namespace api {
|
|
|
19649
20503
|
type GetAnalysisRequest = components['schemas']['api.GetAnalysisRequest'];
|
|
19650
20504
|
type GetAnalysisResponse = components['schemas']['api.GetAnalysisResponse'];
|
|
19651
20505
|
type GetAnalysisSuccessResponse = components['schemas']['api.GetAnalysisSuccessResponse'];
|
|
20506
|
+
type GetAnalyticsDashboardErrorResponse = components['schemas']['api.GetAnalyticsDashboardErrorResponse'];
|
|
20507
|
+
type GetAnalyticsDashboardRequest = components['schemas']['api.GetAnalyticsDashboardRequest'];
|
|
20508
|
+
type GetAnalyticsDashboardResponse = components['schemas']['api.GetAnalyticsDashboardResponse'];
|
|
20509
|
+
type GetAnalyticsDashboardSuccessResponse = components['schemas']['api.GetAnalyticsDashboardSuccessResponse'];
|
|
19652
20510
|
type GetCustomAlertsErrorResponse = components['schemas']['api.GetCustomAlertsErrorResponse'];
|
|
19653
20511
|
type GetCustomAlertsResponse = components['schemas']['api.GetCustomAlertsResponse'];
|
|
19654
20512
|
type GetCustomAlertsSuccessResponse = components['schemas']['api.GetCustomAlertsSuccessResponse'];
|
|
@@ -19775,6 +20633,10 @@ export declare namespace api {
|
|
|
19775
20633
|
type UpdateCustomAlertRequest = components['schemas']['api.UpdateCustomAlertRequest'];
|
|
19776
20634
|
type UpdateCustomAlertResponse = components['schemas']['api.UpdateCustomAlertResponse'];
|
|
19777
20635
|
type UpdateCustomAlertSuccessResponse = components['schemas']['api.UpdateCustomAlertSuccessResponse'];
|
|
20636
|
+
type UpdateDeviceErrorResponse = components['schemas']['api.UpdateDeviceErrorResponse'];
|
|
20637
|
+
type UpdateDeviceRequest = components['schemas']['api.UpdateDeviceRequest'];
|
|
20638
|
+
type UpdateDeviceResponse = components['schemas']['api.UpdateDeviceResponse'];
|
|
20639
|
+
type UpdateDeviceSuccessResponse = components['schemas']['api.UpdateDeviceSuccessResponse'];
|
|
19778
20640
|
type UpdateMediaErrorResponse = components['schemas']['api.UpdateMediaErrorResponse'];
|
|
19779
20641
|
type UpdateMediaRequest = components['schemas']['api.UpdateMediaRequest'];
|
|
19780
20642
|
type UpdateMediaResponse = components['schemas']['api.UpdateMediaResponse'];
|