@uug-ai/models 1.2.20 → 1.2.22
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 +956 -295
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -939,6 +939,123 @@ export interface paths {
|
|
|
939
939
|
patch?: never;
|
|
940
940
|
trace?: never;
|
|
941
941
|
};
|
|
942
|
+
"/internal/camerametadata": {
|
|
943
|
+
parameters: {
|
|
944
|
+
query?: never;
|
|
945
|
+
header?: never;
|
|
946
|
+
path?: never;
|
|
947
|
+
cookie?: never;
|
|
948
|
+
};
|
|
949
|
+
/**
|
|
950
|
+
* Get CameraMetadata (schema generation only)
|
|
951
|
+
* @description Internal endpoint used only to ensure CameraMetadata 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.CameraMetadata"];
|
|
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/camerapreset": {
|
|
982
|
+
parameters: {
|
|
983
|
+
query?: never;
|
|
984
|
+
header?: never;
|
|
985
|
+
path?: never;
|
|
986
|
+
cookie?: never;
|
|
987
|
+
};
|
|
988
|
+
/**
|
|
989
|
+
* Get CameraPreset (schema generation only)
|
|
990
|
+
* @description Internal endpoint used only to ensure CameraPreset 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.CameraPreset"];
|
|
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/cameratour": {
|
|
1021
|
+
parameters: {
|
|
1022
|
+
query?: never;
|
|
1023
|
+
header?: never;
|
|
1024
|
+
path?: never;
|
|
1025
|
+
cookie?: never;
|
|
1026
|
+
};
|
|
1027
|
+
/**
|
|
1028
|
+
* Get CameraTour (schema generation only)
|
|
1029
|
+
* @description Internal endpoint used only to ensure CameraTour 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.CameraTour"];
|
|
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
|
+
};
|
|
942
1059
|
"/internal/classify": {
|
|
943
1060
|
parameters: {
|
|
944
1061
|
query?: never;
|
|
@@ -1719,45 +1836,6 @@ export interface paths {
|
|
|
1719
1836
|
patch?: never;
|
|
1720
1837
|
trace?: never;
|
|
1721
1838
|
};
|
|
1722
|
-
"/internal/devicecamerametadata": {
|
|
1723
|
-
parameters: {
|
|
1724
|
-
query?: never;
|
|
1725
|
-
header?: never;
|
|
1726
|
-
path?: never;
|
|
1727
|
-
cookie?: never;
|
|
1728
|
-
};
|
|
1729
|
-
/**
|
|
1730
|
-
* Get DeviceCameraMetadata (schema generation only)
|
|
1731
|
-
* @description Internal endpoint used only to ensure DeviceCameraMetadata schema is generated in OpenAPI spec
|
|
1732
|
-
*/
|
|
1733
|
-
get: {
|
|
1734
|
-
parameters: {
|
|
1735
|
-
query?: never;
|
|
1736
|
-
header?: never;
|
|
1737
|
-
path?: never;
|
|
1738
|
-
cookie?: never;
|
|
1739
|
-
};
|
|
1740
|
-
requestBody?: never;
|
|
1741
|
-
responses: {
|
|
1742
|
-
/** @description OK */
|
|
1743
|
-
200: {
|
|
1744
|
-
headers: {
|
|
1745
|
-
[name: string]: unknown;
|
|
1746
|
-
};
|
|
1747
|
-
content: {
|
|
1748
|
-
"application/json": components["schemas"]["models.DeviceCameraMetadata"];
|
|
1749
|
-
};
|
|
1750
|
-
};
|
|
1751
|
-
};
|
|
1752
|
-
};
|
|
1753
|
-
put?: never;
|
|
1754
|
-
post?: never;
|
|
1755
|
-
delete?: never;
|
|
1756
|
-
options?: never;
|
|
1757
|
-
head?: never;
|
|
1758
|
-
patch?: never;
|
|
1759
|
-
trace?: never;
|
|
1760
|
-
};
|
|
1761
1839
|
"/internal/devicefeaturepermissions": {
|
|
1762
1840
|
parameters: {
|
|
1763
1841
|
query?: never;
|
|
@@ -1875,45 +1953,6 @@ export interface paths {
|
|
|
1875
1953
|
patch?: never;
|
|
1876
1954
|
trace?: never;
|
|
1877
1955
|
};
|
|
1878
|
-
"/internal/devicelocationmetadata": {
|
|
1879
|
-
parameters: {
|
|
1880
|
-
query?: never;
|
|
1881
|
-
header?: never;
|
|
1882
|
-
path?: never;
|
|
1883
|
-
cookie?: never;
|
|
1884
|
-
};
|
|
1885
|
-
/**
|
|
1886
|
-
* Get DeviceLocationMetadata (schema generation only)
|
|
1887
|
-
* @description Internal endpoint used only to ensure DeviceLocationMetadata schema is generated in OpenAPI spec
|
|
1888
|
-
*/
|
|
1889
|
-
get: {
|
|
1890
|
-
parameters: {
|
|
1891
|
-
query?: never;
|
|
1892
|
-
header?: never;
|
|
1893
|
-
path?: never;
|
|
1894
|
-
cookie?: never;
|
|
1895
|
-
};
|
|
1896
|
-
requestBody?: never;
|
|
1897
|
-
responses: {
|
|
1898
|
-
/** @description OK */
|
|
1899
|
-
200: {
|
|
1900
|
-
headers: {
|
|
1901
|
-
[name: string]: unknown;
|
|
1902
|
-
};
|
|
1903
|
-
content: {
|
|
1904
|
-
"application/json": components["schemas"]["models.DeviceLocationMetadata"];
|
|
1905
|
-
};
|
|
1906
|
-
};
|
|
1907
|
-
};
|
|
1908
|
-
};
|
|
1909
|
-
put?: never;
|
|
1910
|
-
post?: never;
|
|
1911
|
-
delete?: never;
|
|
1912
|
-
options?: never;
|
|
1913
|
-
head?: never;
|
|
1914
|
-
patch?: never;
|
|
1915
|
-
trace?: never;
|
|
1916
|
-
};
|
|
1917
1956
|
"/internal/devicemetadata": {
|
|
1918
1957
|
parameters: {
|
|
1919
1958
|
query?: never;
|
|
@@ -3981,7 +4020,7 @@ export interface paths {
|
|
|
3981
4020
|
patch?: never;
|
|
3982
4021
|
trace?: never;
|
|
3983
4022
|
};
|
|
3984
|
-
"/internal/
|
|
4023
|
+
"/internal/getmediabyiderrorresponse": {
|
|
3985
4024
|
parameters: {
|
|
3986
4025
|
query?: never;
|
|
3987
4026
|
header?: never;
|
|
@@ -3989,8 +4028,8 @@ export interface paths {
|
|
|
3989
4028
|
cookie?: never;
|
|
3990
4029
|
};
|
|
3991
4030
|
/**
|
|
3992
|
-
* Get
|
|
3993
|
-
* @description Internal endpoint used only to ensure
|
|
4031
|
+
* Get GetMediaByIdErrorResponse (schema generation only)
|
|
4032
|
+
* @description Internal endpoint used only to ensure GetMediaByIdErrorResponse schema is generated in OpenAPI spec
|
|
3994
4033
|
*/
|
|
3995
4034
|
get: {
|
|
3996
4035
|
parameters: {
|
|
@@ -4007,7 +4046,7 @@ export interface paths {
|
|
|
4007
4046
|
[name: string]: unknown;
|
|
4008
4047
|
};
|
|
4009
4048
|
content: {
|
|
4010
|
-
"application/json": components["schemas"]["api.
|
|
4049
|
+
"application/json": components["schemas"]["api.GetMediaByIdErrorResponse"];
|
|
4011
4050
|
};
|
|
4012
4051
|
};
|
|
4013
4052
|
};
|
|
@@ -4020,7 +4059,7 @@ export interface paths {
|
|
|
4020
4059
|
patch?: never;
|
|
4021
4060
|
trace?: never;
|
|
4022
4061
|
};
|
|
4023
|
-
"/internal/
|
|
4062
|
+
"/internal/getmediabyidrequest": {
|
|
4024
4063
|
parameters: {
|
|
4025
4064
|
query?: never;
|
|
4026
4065
|
header?: never;
|
|
@@ -4028,8 +4067,8 @@ export interface paths {
|
|
|
4028
4067
|
cookie?: never;
|
|
4029
4068
|
};
|
|
4030
4069
|
/**
|
|
4031
|
-
* Get
|
|
4032
|
-
* @description Internal endpoint used only to ensure
|
|
4070
|
+
* Get GetMediaByIdRequest (schema generation only)
|
|
4071
|
+
* @description Internal endpoint used only to ensure GetMediaByIdRequest schema is generated in OpenAPI spec
|
|
4033
4072
|
*/
|
|
4034
4073
|
get: {
|
|
4035
4074
|
parameters: {
|
|
@@ -4046,7 +4085,7 @@ export interface paths {
|
|
|
4046
4085
|
[name: string]: unknown;
|
|
4047
4086
|
};
|
|
4048
4087
|
content: {
|
|
4049
|
-
"application/json": components["schemas"]["api.
|
|
4088
|
+
"application/json": components["schemas"]["api.GetMediaByIdRequest"];
|
|
4050
4089
|
};
|
|
4051
4090
|
};
|
|
4052
4091
|
};
|
|
@@ -4059,7 +4098,7 @@ export interface paths {
|
|
|
4059
4098
|
patch?: never;
|
|
4060
4099
|
trace?: never;
|
|
4061
4100
|
};
|
|
4062
|
-
"/internal/
|
|
4101
|
+
"/internal/getmediabyidresponse": {
|
|
4063
4102
|
parameters: {
|
|
4064
4103
|
query?: never;
|
|
4065
4104
|
header?: never;
|
|
@@ -4067,8 +4106,8 @@ export interface paths {
|
|
|
4067
4106
|
cookie?: never;
|
|
4068
4107
|
};
|
|
4069
4108
|
/**
|
|
4070
|
-
* Get
|
|
4071
|
-
* @description Internal endpoint used only to ensure
|
|
4109
|
+
* Get GetMediaByIdResponse (schema generation only)
|
|
4110
|
+
* @description Internal endpoint used only to ensure GetMediaByIdResponse schema is generated in OpenAPI spec
|
|
4072
4111
|
*/
|
|
4073
4112
|
get: {
|
|
4074
4113
|
parameters: {
|
|
@@ -4085,7 +4124,7 @@ export interface paths {
|
|
|
4085
4124
|
[name: string]: unknown;
|
|
4086
4125
|
};
|
|
4087
4126
|
content: {
|
|
4088
|
-
"application/json": components["schemas"]["api.
|
|
4127
|
+
"application/json": components["schemas"]["api.GetMediaByIdResponse"];
|
|
4089
4128
|
};
|
|
4090
4129
|
};
|
|
4091
4130
|
};
|
|
@@ -4098,7 +4137,7 @@ export interface paths {
|
|
|
4098
4137
|
patch?: never;
|
|
4099
4138
|
trace?: never;
|
|
4100
4139
|
};
|
|
4101
|
-
"/internal/
|
|
4140
|
+
"/internal/getmediabyidsuccessresponse": {
|
|
4102
4141
|
parameters: {
|
|
4103
4142
|
query?: never;
|
|
4104
4143
|
header?: never;
|
|
@@ -4106,8 +4145,8 @@ export interface paths {
|
|
|
4106
4145
|
cookie?: never;
|
|
4107
4146
|
};
|
|
4108
4147
|
/**
|
|
4109
|
-
* Get
|
|
4110
|
-
* @description Internal endpoint used only to ensure
|
|
4148
|
+
* Get GetMediaByIdSuccessResponse (schema generation only)
|
|
4149
|
+
* @description Internal endpoint used only to ensure GetMediaByIdSuccessResponse schema is generated in OpenAPI spec
|
|
4111
4150
|
*/
|
|
4112
4151
|
get: {
|
|
4113
4152
|
parameters: {
|
|
@@ -4124,7 +4163,7 @@ export interface paths {
|
|
|
4124
4163
|
[name: string]: unknown;
|
|
4125
4164
|
};
|
|
4126
4165
|
content: {
|
|
4127
|
-
"application/json": components["schemas"]["api.
|
|
4166
|
+
"application/json": components["schemas"]["api.GetMediaByIdSuccessResponse"];
|
|
4128
4167
|
};
|
|
4129
4168
|
};
|
|
4130
4169
|
};
|
|
@@ -4137,7 +4176,7 @@ export interface paths {
|
|
|
4137
4176
|
patch?: never;
|
|
4138
4177
|
trace?: never;
|
|
4139
4178
|
};
|
|
4140
|
-
"/internal/
|
|
4179
|
+
"/internal/getmediaerrorresponse": {
|
|
4141
4180
|
parameters: {
|
|
4142
4181
|
query?: never;
|
|
4143
4182
|
header?: never;
|
|
@@ -4145,8 +4184,8 @@ export interface paths {
|
|
|
4145
4184
|
cookie?: never;
|
|
4146
4185
|
};
|
|
4147
4186
|
/**
|
|
4148
|
-
* Get
|
|
4149
|
-
* @description Internal endpoint used only to ensure
|
|
4187
|
+
* Get GetMediaErrorResponse (schema generation only)
|
|
4188
|
+
* @description Internal endpoint used only to ensure GetMediaErrorResponse schema is generated in OpenAPI spec
|
|
4150
4189
|
*/
|
|
4151
4190
|
get: {
|
|
4152
4191
|
parameters: {
|
|
@@ -4163,7 +4202,7 @@ export interface paths {
|
|
|
4163
4202
|
[name: string]: unknown;
|
|
4164
4203
|
};
|
|
4165
4204
|
content: {
|
|
4166
|
-
"application/json": components["schemas"]["api.
|
|
4205
|
+
"application/json": components["schemas"]["api.GetMediaErrorResponse"];
|
|
4167
4206
|
};
|
|
4168
4207
|
};
|
|
4169
4208
|
};
|
|
@@ -4176,7 +4215,7 @@ export interface paths {
|
|
|
4176
4215
|
patch?: never;
|
|
4177
4216
|
trace?: never;
|
|
4178
4217
|
};
|
|
4179
|
-
"/internal/
|
|
4218
|
+
"/internal/getmediarequest": {
|
|
4180
4219
|
parameters: {
|
|
4181
4220
|
query?: never;
|
|
4182
4221
|
header?: never;
|
|
@@ -4184,8 +4223,8 @@ export interface paths {
|
|
|
4184
4223
|
cookie?: never;
|
|
4185
4224
|
};
|
|
4186
4225
|
/**
|
|
4187
|
-
* Get
|
|
4188
|
-
* @description Internal endpoint used only to ensure
|
|
4226
|
+
* Get GetMediaRequest (schema generation only)
|
|
4227
|
+
* @description Internal endpoint used only to ensure GetMediaRequest schema is generated in OpenAPI spec
|
|
4189
4228
|
*/
|
|
4190
4229
|
get: {
|
|
4191
4230
|
parameters: {
|
|
@@ -4202,7 +4241,7 @@ export interface paths {
|
|
|
4202
4241
|
[name: string]: unknown;
|
|
4203
4242
|
};
|
|
4204
4243
|
content: {
|
|
4205
|
-
"application/json": components["schemas"]["api.
|
|
4244
|
+
"application/json": components["schemas"]["api.GetMediaRequest"];
|
|
4206
4245
|
};
|
|
4207
4246
|
};
|
|
4208
4247
|
};
|
|
@@ -4215,7 +4254,7 @@ export interface paths {
|
|
|
4215
4254
|
patch?: never;
|
|
4216
4255
|
trace?: never;
|
|
4217
4256
|
};
|
|
4218
|
-
"/internal/
|
|
4257
|
+
"/internal/getmediaresponse": {
|
|
4219
4258
|
parameters: {
|
|
4220
4259
|
query?: never;
|
|
4221
4260
|
header?: never;
|
|
@@ -4223,8 +4262,8 @@ export interface paths {
|
|
|
4223
4262
|
cookie?: never;
|
|
4224
4263
|
};
|
|
4225
4264
|
/**
|
|
4226
|
-
* Get
|
|
4227
|
-
* @description Internal endpoint used only to ensure
|
|
4265
|
+
* Get GetMediaResponse (schema generation only)
|
|
4266
|
+
* @description Internal endpoint used only to ensure GetMediaResponse schema is generated in OpenAPI spec
|
|
4228
4267
|
*/
|
|
4229
4268
|
get: {
|
|
4230
4269
|
parameters: {
|
|
@@ -4241,7 +4280,7 @@ export interface paths {
|
|
|
4241
4280
|
[name: string]: unknown;
|
|
4242
4281
|
};
|
|
4243
4282
|
content: {
|
|
4244
|
-
"application/json": components["schemas"]["api.
|
|
4283
|
+
"application/json": components["schemas"]["api.GetMediaResponse"];
|
|
4245
4284
|
};
|
|
4246
4285
|
};
|
|
4247
4286
|
};
|
|
@@ -4254,7 +4293,7 @@ export interface paths {
|
|
|
4254
4293
|
patch?: never;
|
|
4255
4294
|
trace?: never;
|
|
4256
4295
|
};
|
|
4257
|
-
"/internal/
|
|
4296
|
+
"/internal/getmediasuccessresponse": {
|
|
4258
4297
|
parameters: {
|
|
4259
4298
|
query?: never;
|
|
4260
4299
|
header?: never;
|
|
@@ -4262,8 +4301,8 @@ export interface paths {
|
|
|
4262
4301
|
cookie?: never;
|
|
4263
4302
|
};
|
|
4264
4303
|
/**
|
|
4265
|
-
* Get
|
|
4266
|
-
* @description Internal endpoint used only to ensure
|
|
4304
|
+
* Get GetMediaSuccessResponse (schema generation only)
|
|
4305
|
+
* @description Internal endpoint used only to ensure GetMediaSuccessResponse schema is generated in OpenAPI spec
|
|
4267
4306
|
*/
|
|
4268
4307
|
get: {
|
|
4269
4308
|
parameters: {
|
|
@@ -4280,7 +4319,7 @@ export interface paths {
|
|
|
4280
4319
|
[name: string]: unknown;
|
|
4281
4320
|
};
|
|
4282
4321
|
content: {
|
|
4283
|
-
"application/json": components["schemas"]["api.
|
|
4322
|
+
"application/json": components["schemas"]["api.GetMediaSuccessResponse"];
|
|
4284
4323
|
};
|
|
4285
4324
|
};
|
|
4286
4325
|
};
|
|
@@ -4293,7 +4332,7 @@ export interface paths {
|
|
|
4293
4332
|
patch?: never;
|
|
4294
4333
|
trace?: never;
|
|
4295
4334
|
};
|
|
4296
|
-
"/internal/
|
|
4335
|
+
"/internal/getsiteoptionserrorresponse": {
|
|
4297
4336
|
parameters: {
|
|
4298
4337
|
query?: never;
|
|
4299
4338
|
header?: never;
|
|
@@ -4301,8 +4340,8 @@ export interface paths {
|
|
|
4301
4340
|
cookie?: never;
|
|
4302
4341
|
};
|
|
4303
4342
|
/**
|
|
4304
|
-
* Get
|
|
4305
|
-
* @description Internal endpoint used only to ensure
|
|
4343
|
+
* Get GetSiteOptionsErrorResponse (schema generation only)
|
|
4344
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsErrorResponse schema is generated in OpenAPI spec
|
|
4306
4345
|
*/
|
|
4307
4346
|
get: {
|
|
4308
4347
|
parameters: {
|
|
@@ -4319,7 +4358,7 @@ export interface paths {
|
|
|
4319
4358
|
[name: string]: unknown;
|
|
4320
4359
|
};
|
|
4321
4360
|
content: {
|
|
4322
|
-
"application/json": components["schemas"]["api.
|
|
4361
|
+
"application/json": components["schemas"]["api.GetSiteOptionsErrorResponse"];
|
|
4323
4362
|
};
|
|
4324
4363
|
};
|
|
4325
4364
|
};
|
|
@@ -4332,7 +4371,7 @@ export interface paths {
|
|
|
4332
4371
|
patch?: never;
|
|
4333
4372
|
trace?: never;
|
|
4334
4373
|
};
|
|
4335
|
-
"/internal/
|
|
4374
|
+
"/internal/getsiteoptionsrequest": {
|
|
4336
4375
|
parameters: {
|
|
4337
4376
|
query?: never;
|
|
4338
4377
|
header?: never;
|
|
@@ -4340,8 +4379,8 @@ export interface paths {
|
|
|
4340
4379
|
cookie?: never;
|
|
4341
4380
|
};
|
|
4342
4381
|
/**
|
|
4343
|
-
* Get
|
|
4344
|
-
* @description Internal endpoint used only to ensure
|
|
4382
|
+
* Get GetSiteOptionsRequest (schema generation only)
|
|
4383
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsRequest schema is generated in OpenAPI spec
|
|
4345
4384
|
*/
|
|
4346
4385
|
get: {
|
|
4347
4386
|
parameters: {
|
|
@@ -4358,7 +4397,7 @@ export interface paths {
|
|
|
4358
4397
|
[name: string]: unknown;
|
|
4359
4398
|
};
|
|
4360
4399
|
content: {
|
|
4361
|
-
"application/json": components["schemas"]["api.
|
|
4400
|
+
"application/json": components["schemas"]["api.GetSiteOptionsRequest"];
|
|
4362
4401
|
};
|
|
4363
4402
|
};
|
|
4364
4403
|
};
|
|
@@ -4371,7 +4410,7 @@ export interface paths {
|
|
|
4371
4410
|
patch?: never;
|
|
4372
4411
|
trace?: never;
|
|
4373
4412
|
};
|
|
4374
|
-
"/internal/
|
|
4413
|
+
"/internal/getsiteoptionsresponse": {
|
|
4375
4414
|
parameters: {
|
|
4376
4415
|
query?: never;
|
|
4377
4416
|
header?: never;
|
|
@@ -4379,8 +4418,8 @@ export interface paths {
|
|
|
4379
4418
|
cookie?: never;
|
|
4380
4419
|
};
|
|
4381
4420
|
/**
|
|
4382
|
-
* Get
|
|
4383
|
-
* @description Internal endpoint used only to ensure
|
|
4421
|
+
* Get GetSiteOptionsResponse (schema generation only)
|
|
4422
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsResponse schema is generated in OpenAPI spec
|
|
4384
4423
|
*/
|
|
4385
4424
|
get: {
|
|
4386
4425
|
parameters: {
|
|
@@ -4397,7 +4436,7 @@ export interface paths {
|
|
|
4397
4436
|
[name: string]: unknown;
|
|
4398
4437
|
};
|
|
4399
4438
|
content: {
|
|
4400
|
-
"application/json": components["schemas"]["api.
|
|
4439
|
+
"application/json": components["schemas"]["api.GetSiteOptionsResponse"];
|
|
4401
4440
|
};
|
|
4402
4441
|
};
|
|
4403
4442
|
};
|
|
@@ -4410,7 +4449,7 @@ export interface paths {
|
|
|
4410
4449
|
patch?: never;
|
|
4411
4450
|
trace?: never;
|
|
4412
4451
|
};
|
|
4413
|
-
"/internal/
|
|
4452
|
+
"/internal/getsiteoptionssuccessresponse": {
|
|
4414
4453
|
parameters: {
|
|
4415
4454
|
query?: never;
|
|
4416
4455
|
header?: never;
|
|
@@ -4418,8 +4457,8 @@ export interface paths {
|
|
|
4418
4457
|
cookie?: never;
|
|
4419
4458
|
};
|
|
4420
4459
|
/**
|
|
4421
|
-
* Get
|
|
4422
|
-
* @description Internal endpoint used only to ensure
|
|
4460
|
+
* Get GetSiteOptionsSuccessResponse (schema generation only)
|
|
4461
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsSuccessResponse schema is generated in OpenAPI spec
|
|
4423
4462
|
*/
|
|
4424
4463
|
get: {
|
|
4425
4464
|
parameters: {
|
|
@@ -4436,7 +4475,7 @@ export interface paths {
|
|
|
4436
4475
|
[name: string]: unknown;
|
|
4437
4476
|
};
|
|
4438
4477
|
content: {
|
|
4439
|
-
"application/json": components["schemas"]["api.
|
|
4478
|
+
"application/json": components["schemas"]["api.GetSiteOptionsSuccessResponse"];
|
|
4440
4479
|
};
|
|
4441
4480
|
};
|
|
4442
4481
|
};
|
|
@@ -4449,7 +4488,163 @@ export interface paths {
|
|
|
4449
4488
|
patch?: never;
|
|
4450
4489
|
trace?: never;
|
|
4451
4490
|
};
|
|
4452
|
-
"/internal/
|
|
4491
|
+
"/internal/getstrategieserrorresponse": {
|
|
4492
|
+
parameters: {
|
|
4493
|
+
query?: never;
|
|
4494
|
+
header?: never;
|
|
4495
|
+
path?: never;
|
|
4496
|
+
cookie?: never;
|
|
4497
|
+
};
|
|
4498
|
+
/**
|
|
4499
|
+
* Get GetStrategiesErrorResponse (schema generation only)
|
|
4500
|
+
* @description Internal endpoint used only to ensure GetStrategiesErrorResponse schema is generated in OpenAPI spec
|
|
4501
|
+
*/
|
|
4502
|
+
get: {
|
|
4503
|
+
parameters: {
|
|
4504
|
+
query?: never;
|
|
4505
|
+
header?: never;
|
|
4506
|
+
path?: never;
|
|
4507
|
+
cookie?: never;
|
|
4508
|
+
};
|
|
4509
|
+
requestBody?: never;
|
|
4510
|
+
responses: {
|
|
4511
|
+
/** @description OK */
|
|
4512
|
+
200: {
|
|
4513
|
+
headers: {
|
|
4514
|
+
[name: string]: unknown;
|
|
4515
|
+
};
|
|
4516
|
+
content: {
|
|
4517
|
+
"application/json": components["schemas"]["api.GetStrategiesErrorResponse"];
|
|
4518
|
+
};
|
|
4519
|
+
};
|
|
4520
|
+
};
|
|
4521
|
+
};
|
|
4522
|
+
put?: never;
|
|
4523
|
+
post?: never;
|
|
4524
|
+
delete?: never;
|
|
4525
|
+
options?: never;
|
|
4526
|
+
head?: never;
|
|
4527
|
+
patch?: never;
|
|
4528
|
+
trace?: never;
|
|
4529
|
+
};
|
|
4530
|
+
"/internal/getstrategiesrequest": {
|
|
4531
|
+
parameters: {
|
|
4532
|
+
query?: never;
|
|
4533
|
+
header?: never;
|
|
4534
|
+
path?: never;
|
|
4535
|
+
cookie?: never;
|
|
4536
|
+
};
|
|
4537
|
+
/**
|
|
4538
|
+
* Get GetStrategiesRequest (schema generation only)
|
|
4539
|
+
* @description Internal endpoint used only to ensure GetStrategiesRequest schema is generated in OpenAPI spec
|
|
4540
|
+
*/
|
|
4541
|
+
get: {
|
|
4542
|
+
parameters: {
|
|
4543
|
+
query?: never;
|
|
4544
|
+
header?: never;
|
|
4545
|
+
path?: never;
|
|
4546
|
+
cookie?: never;
|
|
4547
|
+
};
|
|
4548
|
+
requestBody?: never;
|
|
4549
|
+
responses: {
|
|
4550
|
+
/** @description OK */
|
|
4551
|
+
200: {
|
|
4552
|
+
headers: {
|
|
4553
|
+
[name: string]: unknown;
|
|
4554
|
+
};
|
|
4555
|
+
content: {
|
|
4556
|
+
"application/json": components["schemas"]["api.GetStrategiesRequest"];
|
|
4557
|
+
};
|
|
4558
|
+
};
|
|
4559
|
+
};
|
|
4560
|
+
};
|
|
4561
|
+
put?: never;
|
|
4562
|
+
post?: never;
|
|
4563
|
+
delete?: never;
|
|
4564
|
+
options?: never;
|
|
4565
|
+
head?: never;
|
|
4566
|
+
patch?: never;
|
|
4567
|
+
trace?: never;
|
|
4568
|
+
};
|
|
4569
|
+
"/internal/getstrategiesresponse": {
|
|
4570
|
+
parameters: {
|
|
4571
|
+
query?: never;
|
|
4572
|
+
header?: never;
|
|
4573
|
+
path?: never;
|
|
4574
|
+
cookie?: never;
|
|
4575
|
+
};
|
|
4576
|
+
/**
|
|
4577
|
+
* Get GetStrategiesResponse (schema generation only)
|
|
4578
|
+
* @description Internal endpoint used only to ensure GetStrategiesResponse schema is generated in OpenAPI spec
|
|
4579
|
+
*/
|
|
4580
|
+
get: {
|
|
4581
|
+
parameters: {
|
|
4582
|
+
query?: never;
|
|
4583
|
+
header?: never;
|
|
4584
|
+
path?: never;
|
|
4585
|
+
cookie?: never;
|
|
4586
|
+
};
|
|
4587
|
+
requestBody?: never;
|
|
4588
|
+
responses: {
|
|
4589
|
+
/** @description OK */
|
|
4590
|
+
200: {
|
|
4591
|
+
headers: {
|
|
4592
|
+
[name: string]: unknown;
|
|
4593
|
+
};
|
|
4594
|
+
content: {
|
|
4595
|
+
"application/json": components["schemas"]["api.GetStrategiesResponse"];
|
|
4596
|
+
};
|
|
4597
|
+
};
|
|
4598
|
+
};
|
|
4599
|
+
};
|
|
4600
|
+
put?: never;
|
|
4601
|
+
post?: never;
|
|
4602
|
+
delete?: never;
|
|
4603
|
+
options?: never;
|
|
4604
|
+
head?: never;
|
|
4605
|
+
patch?: never;
|
|
4606
|
+
trace?: never;
|
|
4607
|
+
};
|
|
4608
|
+
"/internal/getstrategiessuccessresponse": {
|
|
4609
|
+
parameters: {
|
|
4610
|
+
query?: never;
|
|
4611
|
+
header?: never;
|
|
4612
|
+
path?: never;
|
|
4613
|
+
cookie?: never;
|
|
4614
|
+
};
|
|
4615
|
+
/**
|
|
4616
|
+
* Get GetStrategiesSuccessResponse (schema generation only)
|
|
4617
|
+
* @description Internal endpoint used only to ensure GetStrategiesSuccessResponse schema is generated in OpenAPI spec
|
|
4618
|
+
*/
|
|
4619
|
+
get: {
|
|
4620
|
+
parameters: {
|
|
4621
|
+
query?: never;
|
|
4622
|
+
header?: never;
|
|
4623
|
+
path?: never;
|
|
4624
|
+
cookie?: never;
|
|
4625
|
+
};
|
|
4626
|
+
requestBody?: never;
|
|
4627
|
+
responses: {
|
|
4628
|
+
/** @description OK */
|
|
4629
|
+
200: {
|
|
4630
|
+
headers: {
|
|
4631
|
+
[name: string]: unknown;
|
|
4632
|
+
};
|
|
4633
|
+
content: {
|
|
4634
|
+
"application/json": components["schemas"]["api.GetStrategiesSuccessResponse"];
|
|
4635
|
+
};
|
|
4636
|
+
};
|
|
4637
|
+
};
|
|
4638
|
+
};
|
|
4639
|
+
put?: never;
|
|
4640
|
+
post?: never;
|
|
4641
|
+
delete?: never;
|
|
4642
|
+
options?: never;
|
|
4643
|
+
head?: never;
|
|
4644
|
+
patch?: never;
|
|
4645
|
+
trace?: never;
|
|
4646
|
+
};
|
|
4647
|
+
"/internal/gettimelineerrorresponse": {
|
|
4453
4648
|
parameters: {
|
|
4454
4649
|
query?: never;
|
|
4455
4650
|
header?: never;
|
|
@@ -5073,6 +5268,45 @@ export interface paths {
|
|
|
5073
5268
|
patch?: never;
|
|
5074
5269
|
trace?: never;
|
|
5075
5270
|
};
|
|
5271
|
+
"/internal/gpsmetadata": {
|
|
5272
|
+
parameters: {
|
|
5273
|
+
query?: never;
|
|
5274
|
+
header?: never;
|
|
5275
|
+
path?: never;
|
|
5276
|
+
cookie?: never;
|
|
5277
|
+
};
|
|
5278
|
+
/**
|
|
5279
|
+
* Get GPSMetadata (schema generation only)
|
|
5280
|
+
* @description Internal endpoint used only to ensure GPSMetadata schema is generated in OpenAPI spec
|
|
5281
|
+
*/
|
|
5282
|
+
get: {
|
|
5283
|
+
parameters: {
|
|
5284
|
+
query?: never;
|
|
5285
|
+
header?: never;
|
|
5286
|
+
path?: never;
|
|
5287
|
+
cookie?: never;
|
|
5288
|
+
};
|
|
5289
|
+
requestBody?: never;
|
|
5290
|
+
responses: {
|
|
5291
|
+
/** @description OK */
|
|
5292
|
+
200: {
|
|
5293
|
+
headers: {
|
|
5294
|
+
[name: string]: unknown;
|
|
5295
|
+
};
|
|
5296
|
+
content: {
|
|
5297
|
+
"application/json": components["schemas"]["models.GPSMetadata"];
|
|
5298
|
+
};
|
|
5299
|
+
};
|
|
5300
|
+
};
|
|
5301
|
+
};
|
|
5302
|
+
put?: never;
|
|
5303
|
+
post?: never;
|
|
5304
|
+
delete?: never;
|
|
5305
|
+
options?: never;
|
|
5306
|
+
head?: never;
|
|
5307
|
+
patch?: never;
|
|
5308
|
+
trace?: never;
|
|
5309
|
+
};
|
|
5076
5310
|
"/internal/group": {
|
|
5077
5311
|
parameters: {
|
|
5078
5312
|
query?: never;
|
|
@@ -5424,6 +5658,45 @@ export interface paths {
|
|
|
5424
5658
|
patch?: never;
|
|
5425
5659
|
trace?: never;
|
|
5426
5660
|
};
|
|
5661
|
+
"/internal/humiditysensormetadata": {
|
|
5662
|
+
parameters: {
|
|
5663
|
+
query?: never;
|
|
5664
|
+
header?: never;
|
|
5665
|
+
path?: never;
|
|
5666
|
+
cookie?: never;
|
|
5667
|
+
};
|
|
5668
|
+
/**
|
|
5669
|
+
* Get HumiditySensorMetadata (schema generation only)
|
|
5670
|
+
* @description Internal endpoint used only to ensure HumiditySensorMetadata schema is generated in OpenAPI spec
|
|
5671
|
+
*/
|
|
5672
|
+
get: {
|
|
5673
|
+
parameters: {
|
|
5674
|
+
query?: never;
|
|
5675
|
+
header?: never;
|
|
5676
|
+
path?: never;
|
|
5677
|
+
cookie?: never;
|
|
5678
|
+
};
|
|
5679
|
+
requestBody?: never;
|
|
5680
|
+
responses: {
|
|
5681
|
+
/** @description OK */
|
|
5682
|
+
200: {
|
|
5683
|
+
headers: {
|
|
5684
|
+
[name: string]: unknown;
|
|
5685
|
+
};
|
|
5686
|
+
content: {
|
|
5687
|
+
"application/json": components["schemas"]["models.HumiditySensorMetadata"];
|
|
5688
|
+
};
|
|
5689
|
+
};
|
|
5690
|
+
};
|
|
5691
|
+
};
|
|
5692
|
+
put?: never;
|
|
5693
|
+
post?: never;
|
|
5694
|
+
delete?: never;
|
|
5695
|
+
options?: never;
|
|
5696
|
+
head?: never;
|
|
5697
|
+
patch?: never;
|
|
5698
|
+
trace?: never;
|
|
5699
|
+
};
|
|
5427
5700
|
"/internal/io": {
|
|
5428
5701
|
parameters: {
|
|
5429
5702
|
query?: never;
|
|
@@ -5463,6 +5736,45 @@ export interface paths {
|
|
|
5463
5736
|
patch?: never;
|
|
5464
5737
|
trace?: never;
|
|
5465
5738
|
};
|
|
5739
|
+
"/internal/lightsensormetadata": {
|
|
5740
|
+
parameters: {
|
|
5741
|
+
query?: never;
|
|
5742
|
+
header?: never;
|
|
5743
|
+
path?: never;
|
|
5744
|
+
cookie?: never;
|
|
5745
|
+
};
|
|
5746
|
+
/**
|
|
5747
|
+
* Get LightSensorMetadata (schema generation only)
|
|
5748
|
+
* @description Internal endpoint used only to ensure LightSensorMetadata schema is generated in OpenAPI spec
|
|
5749
|
+
*/
|
|
5750
|
+
get: {
|
|
5751
|
+
parameters: {
|
|
5752
|
+
query?: never;
|
|
5753
|
+
header?: never;
|
|
5754
|
+
path?: never;
|
|
5755
|
+
cookie?: never;
|
|
5756
|
+
};
|
|
5757
|
+
requestBody?: never;
|
|
5758
|
+
responses: {
|
|
5759
|
+
/** @description OK */
|
|
5760
|
+
200: {
|
|
5761
|
+
headers: {
|
|
5762
|
+
[name: string]: unknown;
|
|
5763
|
+
};
|
|
5764
|
+
content: {
|
|
5765
|
+
"application/json": components["schemas"]["models.LightSensorMetadata"];
|
|
5766
|
+
};
|
|
5767
|
+
};
|
|
5768
|
+
};
|
|
5769
|
+
};
|
|
5770
|
+
put?: never;
|
|
5771
|
+
post?: never;
|
|
5772
|
+
delete?: never;
|
|
5773
|
+
options?: never;
|
|
5774
|
+
head?: never;
|
|
5775
|
+
patch?: never;
|
|
5776
|
+
trace?: never;
|
|
5777
|
+
};
|
|
5466
5778
|
"/internal/location": {
|
|
5467
5779
|
parameters: {
|
|
5468
5780
|
query?: never;
|
|
@@ -6360,6 +6672,84 @@ export interface paths {
|
|
|
6360
6672
|
patch?: never;
|
|
6361
6673
|
trace?: never;
|
|
6362
6674
|
};
|
|
6675
|
+
"/internal/mediapatch": {
|
|
6676
|
+
parameters: {
|
|
6677
|
+
query?: never;
|
|
6678
|
+
header?: never;
|
|
6679
|
+
path?: never;
|
|
6680
|
+
cookie?: never;
|
|
6681
|
+
};
|
|
6682
|
+
/**
|
|
6683
|
+
* Get MediaPatch (schema generation only)
|
|
6684
|
+
* @description Internal endpoint used only to ensure MediaPatch schema is generated in OpenAPI spec
|
|
6685
|
+
*/
|
|
6686
|
+
get: {
|
|
6687
|
+
parameters: {
|
|
6688
|
+
query?: never;
|
|
6689
|
+
header?: never;
|
|
6690
|
+
path?: never;
|
|
6691
|
+
cookie?: never;
|
|
6692
|
+
};
|
|
6693
|
+
requestBody?: never;
|
|
6694
|
+
responses: {
|
|
6695
|
+
/** @description OK */
|
|
6696
|
+
200: {
|
|
6697
|
+
headers: {
|
|
6698
|
+
[name: string]: unknown;
|
|
6699
|
+
};
|
|
6700
|
+
content: {
|
|
6701
|
+
"application/json": components["schemas"]["api.MediaPatch"];
|
|
6702
|
+
};
|
|
6703
|
+
};
|
|
6704
|
+
};
|
|
6705
|
+
};
|
|
6706
|
+
put?: never;
|
|
6707
|
+
post?: never;
|
|
6708
|
+
delete?: never;
|
|
6709
|
+
options?: never;
|
|
6710
|
+
head?: never;
|
|
6711
|
+
patch?: never;
|
|
6712
|
+
trace?: never;
|
|
6713
|
+
};
|
|
6714
|
+
"/internal/message": {
|
|
6715
|
+
parameters: {
|
|
6716
|
+
query?: never;
|
|
6717
|
+
header?: never;
|
|
6718
|
+
path?: never;
|
|
6719
|
+
cookie?: never;
|
|
6720
|
+
};
|
|
6721
|
+
/**
|
|
6722
|
+
* Get Message (schema generation only)
|
|
6723
|
+
* @description Internal endpoint used only to ensure Message schema is generated in OpenAPI spec
|
|
6724
|
+
*/
|
|
6725
|
+
get: {
|
|
6726
|
+
parameters: {
|
|
6727
|
+
query?: never;
|
|
6728
|
+
header?: never;
|
|
6729
|
+
path?: never;
|
|
6730
|
+
cookie?: never;
|
|
6731
|
+
};
|
|
6732
|
+
requestBody?: never;
|
|
6733
|
+
responses: {
|
|
6734
|
+
/** @description OK */
|
|
6735
|
+
200: {
|
|
6736
|
+
headers: {
|
|
6737
|
+
[name: string]: unknown;
|
|
6738
|
+
};
|
|
6739
|
+
content: {
|
|
6740
|
+
"application/json": components["schemas"]["models.Message"];
|
|
6741
|
+
};
|
|
6742
|
+
};
|
|
6743
|
+
};
|
|
6744
|
+
};
|
|
6745
|
+
put?: never;
|
|
6746
|
+
post?: never;
|
|
6747
|
+
delete?: never;
|
|
6748
|
+
options?: never;
|
|
6749
|
+
head?: never;
|
|
6750
|
+
patch?: never;
|
|
6751
|
+
trace?: never;
|
|
6752
|
+
};
|
|
6363
6753
|
"/internal/metadata": {
|
|
6364
6754
|
parameters: {
|
|
6365
6755
|
query?: never;
|
|
@@ -6750,45 +7140,6 @@ export interface paths {
|
|
|
6750
7140
|
patch?: never;
|
|
6751
7141
|
trace?: never;
|
|
6752
7142
|
};
|
|
6753
|
-
"/internal/preset": {
|
|
6754
|
-
parameters: {
|
|
6755
|
-
query?: never;
|
|
6756
|
-
header?: never;
|
|
6757
|
-
path?: never;
|
|
6758
|
-
cookie?: never;
|
|
6759
|
-
};
|
|
6760
|
-
/**
|
|
6761
|
-
* Get Preset (schema generation only)
|
|
6762
|
-
* @description Internal endpoint used only to ensure Preset schema is generated in OpenAPI spec
|
|
6763
|
-
*/
|
|
6764
|
-
get: {
|
|
6765
|
-
parameters: {
|
|
6766
|
-
query?: never;
|
|
6767
|
-
header?: never;
|
|
6768
|
-
path?: never;
|
|
6769
|
-
cookie?: never;
|
|
6770
|
-
};
|
|
6771
|
-
requestBody?: never;
|
|
6772
|
-
responses: {
|
|
6773
|
-
/** @description OK */
|
|
6774
|
-
200: {
|
|
6775
|
-
headers: {
|
|
6776
|
-
[name: string]: unknown;
|
|
6777
|
-
};
|
|
6778
|
-
content: {
|
|
6779
|
-
"application/json": components["schemas"]["models.Preset"];
|
|
6780
|
-
};
|
|
6781
|
-
};
|
|
6782
|
-
};
|
|
6783
|
-
};
|
|
6784
|
-
put?: never;
|
|
6785
|
-
post?: never;
|
|
6786
|
-
delete?: never;
|
|
6787
|
-
options?: never;
|
|
6788
|
-
head?: never;
|
|
6789
|
-
patch?: never;
|
|
6790
|
-
trace?: never;
|
|
6791
|
-
};
|
|
6792
7143
|
"/internal/redactionevent": {
|
|
6793
7144
|
parameters: {
|
|
6794
7145
|
query?: never;
|
|
@@ -7790,7 +8141,124 @@ export interface paths {
|
|
|
7790
8141
|
[name: string]: unknown;
|
|
7791
8142
|
};
|
|
7792
8143
|
content: {
|
|
7793
|
-
"application/json": components["schemas"]["models.ThrottlerStage"];
|
|
8144
|
+
"application/json": components["schemas"]["models.ThrottlerStage"];
|
|
8145
|
+
};
|
|
8146
|
+
};
|
|
8147
|
+
};
|
|
8148
|
+
};
|
|
8149
|
+
put?: never;
|
|
8150
|
+
post?: never;
|
|
8151
|
+
delete?: never;
|
|
8152
|
+
options?: never;
|
|
8153
|
+
head?: never;
|
|
8154
|
+
patch?: never;
|
|
8155
|
+
trace?: never;
|
|
8156
|
+
};
|
|
8157
|
+
"/internal/thumbnail": {
|
|
8158
|
+
parameters: {
|
|
8159
|
+
query?: never;
|
|
8160
|
+
header?: never;
|
|
8161
|
+
path?: never;
|
|
8162
|
+
cookie?: never;
|
|
8163
|
+
};
|
|
8164
|
+
/**
|
|
8165
|
+
* Get Thumbnail (schema generation only)
|
|
8166
|
+
* @description Internal endpoint used only to ensure Thumbnail schema is generated in OpenAPI spec
|
|
8167
|
+
*/
|
|
8168
|
+
get: {
|
|
8169
|
+
parameters: {
|
|
8170
|
+
query?: never;
|
|
8171
|
+
header?: never;
|
|
8172
|
+
path?: never;
|
|
8173
|
+
cookie?: never;
|
|
8174
|
+
};
|
|
8175
|
+
requestBody?: never;
|
|
8176
|
+
responses: {
|
|
8177
|
+
/** @description OK */
|
|
8178
|
+
200: {
|
|
8179
|
+
headers: {
|
|
8180
|
+
[name: string]: unknown;
|
|
8181
|
+
};
|
|
8182
|
+
content: {
|
|
8183
|
+
"application/json": components["schemas"]["models.Thumbnail"];
|
|
8184
|
+
};
|
|
8185
|
+
};
|
|
8186
|
+
};
|
|
8187
|
+
};
|
|
8188
|
+
put?: never;
|
|
8189
|
+
post?: never;
|
|
8190
|
+
delete?: never;
|
|
8191
|
+
options?: never;
|
|
8192
|
+
head?: never;
|
|
8193
|
+
patch?: never;
|
|
8194
|
+
trace?: never;
|
|
8195
|
+
};
|
|
8196
|
+
"/internal/thumby": {
|
|
8197
|
+
parameters: {
|
|
8198
|
+
query?: never;
|
|
8199
|
+
header?: never;
|
|
8200
|
+
path?: never;
|
|
8201
|
+
cookie?: never;
|
|
8202
|
+
};
|
|
8203
|
+
/**
|
|
8204
|
+
* Get Thumby (schema generation only)
|
|
8205
|
+
* @description Internal endpoint used only to ensure Thumby schema is generated in OpenAPI spec
|
|
8206
|
+
*/
|
|
8207
|
+
get: {
|
|
8208
|
+
parameters: {
|
|
8209
|
+
query?: never;
|
|
8210
|
+
header?: never;
|
|
8211
|
+
path?: never;
|
|
8212
|
+
cookie?: never;
|
|
8213
|
+
};
|
|
8214
|
+
requestBody?: never;
|
|
8215
|
+
responses: {
|
|
8216
|
+
/** @description OK */
|
|
8217
|
+
200: {
|
|
8218
|
+
headers: {
|
|
8219
|
+
[name: string]: unknown;
|
|
8220
|
+
};
|
|
8221
|
+
content: {
|
|
8222
|
+
"application/json": components["schemas"]["models.Thumby"];
|
|
8223
|
+
};
|
|
8224
|
+
};
|
|
8225
|
+
};
|
|
8226
|
+
};
|
|
8227
|
+
put?: never;
|
|
8228
|
+
post?: never;
|
|
8229
|
+
delete?: never;
|
|
8230
|
+
options?: never;
|
|
8231
|
+
head?: never;
|
|
8232
|
+
patch?: never;
|
|
8233
|
+
trace?: never;
|
|
8234
|
+
};
|
|
8235
|
+
"/internal/timerange": {
|
|
8236
|
+
parameters: {
|
|
8237
|
+
query?: never;
|
|
8238
|
+
header?: never;
|
|
8239
|
+
path?: never;
|
|
8240
|
+
cookie?: never;
|
|
8241
|
+
};
|
|
8242
|
+
/**
|
|
8243
|
+
* Get TimeRange (schema generation only)
|
|
8244
|
+
* @description Internal endpoint used only to ensure TimeRange schema is generated in OpenAPI spec
|
|
8245
|
+
*/
|
|
8246
|
+
get: {
|
|
8247
|
+
parameters: {
|
|
8248
|
+
query?: never;
|
|
8249
|
+
header?: never;
|
|
8250
|
+
path?: never;
|
|
8251
|
+
cookie?: never;
|
|
8252
|
+
};
|
|
8253
|
+
requestBody?: never;
|
|
8254
|
+
responses: {
|
|
8255
|
+
/** @description OK */
|
|
8256
|
+
200: {
|
|
8257
|
+
headers: {
|
|
8258
|
+
[name: string]: unknown;
|
|
8259
|
+
};
|
|
8260
|
+
content: {
|
|
8261
|
+
"application/json": components["schemas"]["models.TimeRange"];
|
|
7794
8262
|
};
|
|
7795
8263
|
};
|
|
7796
8264
|
};
|
|
@@ -7803,7 +8271,7 @@ export interface paths {
|
|
|
7803
8271
|
patch?: never;
|
|
7804
8272
|
trace?: never;
|
|
7805
8273
|
};
|
|
7806
|
-
"/internal/
|
|
8274
|
+
"/internal/timewindow": {
|
|
7807
8275
|
parameters: {
|
|
7808
8276
|
query?: never;
|
|
7809
8277
|
header?: never;
|
|
@@ -7811,8 +8279,8 @@ export interface paths {
|
|
|
7811
8279
|
cookie?: never;
|
|
7812
8280
|
};
|
|
7813
8281
|
/**
|
|
7814
|
-
* Get
|
|
7815
|
-
* @description Internal endpoint used only to ensure
|
|
8282
|
+
* Get TimeWindow (schema generation only)
|
|
8283
|
+
* @description Internal endpoint used only to ensure TimeWindow schema is generated in OpenAPI spec
|
|
7816
8284
|
*/
|
|
7817
8285
|
get: {
|
|
7818
8286
|
parameters: {
|
|
@@ -7829,7 +8297,7 @@ export interface paths {
|
|
|
7829
8297
|
[name: string]: unknown;
|
|
7830
8298
|
};
|
|
7831
8299
|
content: {
|
|
7832
|
-
"application/json": components["schemas"]["models.
|
|
8300
|
+
"application/json": components["schemas"]["models.TimeWindow"];
|
|
7833
8301
|
};
|
|
7834
8302
|
};
|
|
7835
8303
|
};
|
|
@@ -7842,7 +8310,7 @@ export interface paths {
|
|
|
7842
8310
|
patch?: never;
|
|
7843
8311
|
trace?: never;
|
|
7844
8312
|
};
|
|
7845
|
-
"/internal/
|
|
8313
|
+
"/internal/traceresponse": {
|
|
7846
8314
|
parameters: {
|
|
7847
8315
|
query?: never;
|
|
7848
8316
|
header?: never;
|
|
@@ -7850,8 +8318,8 @@ export interface paths {
|
|
|
7850
8318
|
cookie?: never;
|
|
7851
8319
|
};
|
|
7852
8320
|
/**
|
|
7853
|
-
* Get
|
|
7854
|
-
* @description Internal endpoint used only to ensure
|
|
8321
|
+
* Get TraceResponse (schema generation only)
|
|
8322
|
+
* @description Internal endpoint used only to ensure TraceResponse schema is generated in OpenAPI spec
|
|
7855
8323
|
*/
|
|
7856
8324
|
get: {
|
|
7857
8325
|
parameters: {
|
|
@@ -7868,7 +8336,7 @@ export interface paths {
|
|
|
7868
8336
|
[name: string]: unknown;
|
|
7869
8337
|
};
|
|
7870
8338
|
content: {
|
|
7871
|
-
"application/json": components["schemas"]["
|
|
8339
|
+
"application/json": components["schemas"]["api.TraceResponse"];
|
|
7872
8340
|
};
|
|
7873
8341
|
};
|
|
7874
8342
|
};
|
|
@@ -7881,7 +8349,7 @@ export interface paths {
|
|
|
7881
8349
|
patch?: never;
|
|
7882
8350
|
trace?: never;
|
|
7883
8351
|
};
|
|
7884
|
-
"/internal/
|
|
8352
|
+
"/internal/trackbox": {
|
|
7885
8353
|
parameters: {
|
|
7886
8354
|
query?: never;
|
|
7887
8355
|
header?: never;
|
|
@@ -7889,8 +8357,8 @@ export interface paths {
|
|
|
7889
8357
|
cookie?: never;
|
|
7890
8358
|
};
|
|
7891
8359
|
/**
|
|
7892
|
-
* Get
|
|
7893
|
-
* @description Internal endpoint used only to ensure
|
|
8360
|
+
* Get TrackBox (schema generation only)
|
|
8361
|
+
* @description Internal endpoint used only to ensure TrackBox schema is generated in OpenAPI spec
|
|
7894
8362
|
*/
|
|
7895
8363
|
get: {
|
|
7896
8364
|
parameters: {
|
|
@@ -7907,7 +8375,7 @@ export interface paths {
|
|
|
7907
8375
|
[name: string]: unknown;
|
|
7908
8376
|
};
|
|
7909
8377
|
content: {
|
|
7910
|
-
"application/json": components["schemas"]["models.
|
|
8378
|
+
"application/json": components["schemas"]["models.TrackBox"];
|
|
7911
8379
|
};
|
|
7912
8380
|
};
|
|
7913
8381
|
};
|
|
@@ -7920,7 +8388,7 @@ export interface paths {
|
|
|
7920
8388
|
patch?: never;
|
|
7921
8389
|
trace?: never;
|
|
7922
8390
|
};
|
|
7923
|
-
"/internal/
|
|
8391
|
+
"/internal/updateaccesstokenerrorresponse": {
|
|
7924
8392
|
parameters: {
|
|
7925
8393
|
query?: never;
|
|
7926
8394
|
header?: never;
|
|
@@ -7928,8 +8396,8 @@ export interface paths {
|
|
|
7928
8396
|
cookie?: never;
|
|
7929
8397
|
};
|
|
7930
8398
|
/**
|
|
7931
|
-
* Get
|
|
7932
|
-
* @description Internal endpoint used only to ensure
|
|
8399
|
+
* Get UpdateAccessTokenErrorResponse (schema generation only)
|
|
8400
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenErrorResponse schema is generated in OpenAPI spec
|
|
7933
8401
|
*/
|
|
7934
8402
|
get: {
|
|
7935
8403
|
parameters: {
|
|
@@ -7946,7 +8414,7 @@ export interface paths {
|
|
|
7946
8414
|
[name: string]: unknown;
|
|
7947
8415
|
};
|
|
7948
8416
|
content: {
|
|
7949
|
-
"application/json": components["schemas"]["
|
|
8417
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenErrorResponse"];
|
|
7950
8418
|
};
|
|
7951
8419
|
};
|
|
7952
8420
|
};
|
|
@@ -7959,7 +8427,7 @@ export interface paths {
|
|
|
7959
8427
|
patch?: never;
|
|
7960
8428
|
trace?: never;
|
|
7961
8429
|
};
|
|
7962
|
-
"/internal/
|
|
8430
|
+
"/internal/updateaccesstokenrequest": {
|
|
7963
8431
|
parameters: {
|
|
7964
8432
|
query?: never;
|
|
7965
8433
|
header?: never;
|
|
@@ -7967,8 +8435,8 @@ export interface paths {
|
|
|
7967
8435
|
cookie?: never;
|
|
7968
8436
|
};
|
|
7969
8437
|
/**
|
|
7970
|
-
* Get
|
|
7971
|
-
* @description Internal endpoint used only to ensure
|
|
8438
|
+
* Get UpdateAccessTokenRequest (schema generation only)
|
|
8439
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenRequest schema is generated in OpenAPI spec
|
|
7972
8440
|
*/
|
|
7973
8441
|
get: {
|
|
7974
8442
|
parameters: {
|
|
@@ -7985,7 +8453,7 @@ export interface paths {
|
|
|
7985
8453
|
[name: string]: unknown;
|
|
7986
8454
|
};
|
|
7987
8455
|
content: {
|
|
7988
|
-
"application/json": components["schemas"]["
|
|
8456
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenRequest"];
|
|
7989
8457
|
};
|
|
7990
8458
|
};
|
|
7991
8459
|
};
|
|
@@ -7998,7 +8466,7 @@ export interface paths {
|
|
|
7998
8466
|
patch?: never;
|
|
7999
8467
|
trace?: never;
|
|
8000
8468
|
};
|
|
8001
|
-
"/internal/
|
|
8469
|
+
"/internal/updateaccesstokenresponse": {
|
|
8002
8470
|
parameters: {
|
|
8003
8471
|
query?: never;
|
|
8004
8472
|
header?: never;
|
|
@@ -8006,8 +8474,8 @@ export interface paths {
|
|
|
8006
8474
|
cookie?: never;
|
|
8007
8475
|
};
|
|
8008
8476
|
/**
|
|
8009
|
-
* Get
|
|
8010
|
-
* @description Internal endpoint used only to ensure
|
|
8477
|
+
* Get UpdateAccessTokenResponse (schema generation only)
|
|
8478
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenResponse schema is generated in OpenAPI spec
|
|
8011
8479
|
*/
|
|
8012
8480
|
get: {
|
|
8013
8481
|
parameters: {
|
|
@@ -8024,7 +8492,7 @@ export interface paths {
|
|
|
8024
8492
|
[name: string]: unknown;
|
|
8025
8493
|
};
|
|
8026
8494
|
content: {
|
|
8027
|
-
"application/json": components["schemas"]["api.
|
|
8495
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenResponse"];
|
|
8028
8496
|
};
|
|
8029
8497
|
};
|
|
8030
8498
|
};
|
|
@@ -8037,7 +8505,7 @@ export interface paths {
|
|
|
8037
8505
|
patch?: never;
|
|
8038
8506
|
trace?: never;
|
|
8039
8507
|
};
|
|
8040
|
-
"/internal/
|
|
8508
|
+
"/internal/updateaccesstokensuccessresponse": {
|
|
8041
8509
|
parameters: {
|
|
8042
8510
|
query?: never;
|
|
8043
8511
|
header?: never;
|
|
@@ -8045,8 +8513,8 @@ export interface paths {
|
|
|
8045
8513
|
cookie?: never;
|
|
8046
8514
|
};
|
|
8047
8515
|
/**
|
|
8048
|
-
* Get
|
|
8049
|
-
* @description Internal endpoint used only to ensure
|
|
8516
|
+
* Get UpdateAccessTokenSuccessResponse (schema generation only)
|
|
8517
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenSuccessResponse schema is generated in OpenAPI spec
|
|
8050
8518
|
*/
|
|
8051
8519
|
get: {
|
|
8052
8520
|
parameters: {
|
|
@@ -8063,7 +8531,7 @@ export interface paths {
|
|
|
8063
8531
|
[name: string]: unknown;
|
|
8064
8532
|
};
|
|
8065
8533
|
content: {
|
|
8066
|
-
"application/json": components["schemas"]["
|
|
8534
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenSuccessResponse"];
|
|
8067
8535
|
};
|
|
8068
8536
|
};
|
|
8069
8537
|
};
|
|
@@ -8076,7 +8544,7 @@ export interface paths {
|
|
|
8076
8544
|
patch?: never;
|
|
8077
8545
|
trace?: never;
|
|
8078
8546
|
};
|
|
8079
|
-
"/internal/
|
|
8547
|
+
"/internal/updatemediaerrorresponse": {
|
|
8080
8548
|
parameters: {
|
|
8081
8549
|
query?: never;
|
|
8082
8550
|
header?: never;
|
|
@@ -8084,8 +8552,8 @@ export interface paths {
|
|
|
8084
8552
|
cookie?: never;
|
|
8085
8553
|
};
|
|
8086
8554
|
/**
|
|
8087
|
-
* Get
|
|
8088
|
-
* @description Internal endpoint used only to ensure
|
|
8555
|
+
* Get UpdateMediaErrorResponse (schema generation only)
|
|
8556
|
+
* @description Internal endpoint used only to ensure UpdateMediaErrorResponse schema is generated in OpenAPI spec
|
|
8089
8557
|
*/
|
|
8090
8558
|
get: {
|
|
8091
8559
|
parameters: {
|
|
@@ -8102,7 +8570,7 @@ export interface paths {
|
|
|
8102
8570
|
[name: string]: unknown;
|
|
8103
8571
|
};
|
|
8104
8572
|
content: {
|
|
8105
|
-
"application/json": components["schemas"]["api.
|
|
8573
|
+
"application/json": components["schemas"]["api.UpdateMediaErrorResponse"];
|
|
8106
8574
|
};
|
|
8107
8575
|
};
|
|
8108
8576
|
};
|
|
@@ -8115,7 +8583,7 @@ export interface paths {
|
|
|
8115
8583
|
patch?: never;
|
|
8116
8584
|
trace?: never;
|
|
8117
8585
|
};
|
|
8118
|
-
"/internal/
|
|
8586
|
+
"/internal/updatemediarequest": {
|
|
8119
8587
|
parameters: {
|
|
8120
8588
|
query?: never;
|
|
8121
8589
|
header?: never;
|
|
@@ -8123,8 +8591,8 @@ export interface paths {
|
|
|
8123
8591
|
cookie?: never;
|
|
8124
8592
|
};
|
|
8125
8593
|
/**
|
|
8126
|
-
* Get
|
|
8127
|
-
* @description Internal endpoint used only to ensure
|
|
8594
|
+
* Get UpdateMediaRequest (schema generation only)
|
|
8595
|
+
* @description Internal endpoint used only to ensure UpdateMediaRequest schema is generated in OpenAPI spec
|
|
8128
8596
|
*/
|
|
8129
8597
|
get: {
|
|
8130
8598
|
parameters: {
|
|
@@ -8141,7 +8609,7 @@ export interface paths {
|
|
|
8141
8609
|
[name: string]: unknown;
|
|
8142
8610
|
};
|
|
8143
8611
|
content: {
|
|
8144
|
-
"application/json": components["schemas"]["api.
|
|
8612
|
+
"application/json": components["schemas"]["api.UpdateMediaRequest"];
|
|
8145
8613
|
};
|
|
8146
8614
|
};
|
|
8147
8615
|
};
|
|
@@ -8154,7 +8622,7 @@ export interface paths {
|
|
|
8154
8622
|
patch?: never;
|
|
8155
8623
|
trace?: never;
|
|
8156
8624
|
};
|
|
8157
|
-
"/internal/
|
|
8625
|
+
"/internal/updatemediaresponse": {
|
|
8158
8626
|
parameters: {
|
|
8159
8627
|
query?: never;
|
|
8160
8628
|
header?: never;
|
|
@@ -8162,8 +8630,8 @@ export interface paths {
|
|
|
8162
8630
|
cookie?: never;
|
|
8163
8631
|
};
|
|
8164
8632
|
/**
|
|
8165
|
-
* Get
|
|
8166
|
-
* @description Internal endpoint used only to ensure
|
|
8633
|
+
* Get UpdateMediaResponse (schema generation only)
|
|
8634
|
+
* @description Internal endpoint used only to ensure UpdateMediaResponse schema is generated in OpenAPI spec
|
|
8167
8635
|
*/
|
|
8168
8636
|
get: {
|
|
8169
8637
|
parameters: {
|
|
@@ -8180,7 +8648,7 @@ export interface paths {
|
|
|
8180
8648
|
[name: string]: unknown;
|
|
8181
8649
|
};
|
|
8182
8650
|
content: {
|
|
8183
|
-
"application/json": components["schemas"]["api.
|
|
8651
|
+
"application/json": components["schemas"]["api.UpdateMediaResponse"];
|
|
8184
8652
|
};
|
|
8185
8653
|
};
|
|
8186
8654
|
};
|
|
@@ -8193,7 +8661,7 @@ export interface paths {
|
|
|
8193
8661
|
patch?: never;
|
|
8194
8662
|
trace?: never;
|
|
8195
8663
|
};
|
|
8196
|
-
"/internal/
|
|
8664
|
+
"/internal/updatemediasuccessresponse": {
|
|
8197
8665
|
parameters: {
|
|
8198
8666
|
query?: never;
|
|
8199
8667
|
header?: never;
|
|
@@ -8201,8 +8669,8 @@ export interface paths {
|
|
|
8201
8669
|
cookie?: never;
|
|
8202
8670
|
};
|
|
8203
8671
|
/**
|
|
8204
|
-
* Get
|
|
8205
|
-
* @description Internal endpoint used only to ensure
|
|
8672
|
+
* Get UpdateMediaSuccessResponse (schema generation only)
|
|
8673
|
+
* @description Internal endpoint used only to ensure UpdateMediaSuccessResponse schema is generated in OpenAPI spec
|
|
8206
8674
|
*/
|
|
8207
8675
|
get: {
|
|
8208
8676
|
parameters: {
|
|
@@ -8219,7 +8687,7 @@ export interface paths {
|
|
|
8219
8687
|
[name: string]: unknown;
|
|
8220
8688
|
};
|
|
8221
8689
|
content: {
|
|
8222
|
-
"application/json": components["schemas"]["api.
|
|
8690
|
+
"application/json": components["schemas"]["api.UpdateMediaSuccessResponse"];
|
|
8223
8691
|
};
|
|
8224
8692
|
};
|
|
8225
8693
|
};
|
|
@@ -8824,7 +9292,7 @@ export interface components {
|
|
|
8824
9292
|
metadata?: components["schemas"]["api.Metadata"];
|
|
8825
9293
|
};
|
|
8826
9294
|
/** @enum {string} */
|
|
8827
|
-
"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";
|
|
9295
|
+
"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";
|
|
8828
9296
|
"api.CallerInfo": {
|
|
8829
9297
|
file?: string;
|
|
8830
9298
|
function?: string;
|
|
@@ -9257,6 +9725,37 @@ export interface components {
|
|
|
9257
9725
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9258
9726
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9259
9727
|
};
|
|
9728
|
+
"api.GetMediaByIdErrorResponse": {
|
|
9729
|
+
/** @description Application-specific error code */
|
|
9730
|
+
applicationStatusCode?: string;
|
|
9731
|
+
/** @description Entity-specific error code */
|
|
9732
|
+
entityStatusCode?: string;
|
|
9733
|
+
/** @description HTTP status code for the error */
|
|
9734
|
+
httpStatusCode?: number;
|
|
9735
|
+
/** @description Error message describing the issue */
|
|
9736
|
+
message?: string;
|
|
9737
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9738
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
9739
|
+
};
|
|
9740
|
+
"api.GetMediaByIdRequest": {
|
|
9741
|
+
mediaId?: string;
|
|
9742
|
+
};
|
|
9743
|
+
"api.GetMediaByIdResponse": {
|
|
9744
|
+
media?: components["schemas"]["models.Media"];
|
|
9745
|
+
};
|
|
9746
|
+
"api.GetMediaByIdSuccessResponse": {
|
|
9747
|
+
/** @description Application-specific status code */
|
|
9748
|
+
applicationStatusCode?: string;
|
|
9749
|
+
data?: components["schemas"]["api.GetMediaByIdResponse"];
|
|
9750
|
+
/** @description Entity-specific status code */
|
|
9751
|
+
entityStatusCode?: string;
|
|
9752
|
+
/** @description HTTP status code for the response */
|
|
9753
|
+
httpStatusCode?: number;
|
|
9754
|
+
/** @description Success message describing the operation */
|
|
9755
|
+
message?: string;
|
|
9756
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9757
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
9758
|
+
};
|
|
9260
9759
|
"api.GetMediaErrorResponse": {
|
|
9261
9760
|
/** @description Application-specific error code */
|
|
9262
9761
|
applicationStatusCode?: string;
|
|
@@ -9544,6 +10043,9 @@ export interface components {
|
|
|
9544
10043
|
media?: components["schemas"]["models.Media"][];
|
|
9545
10044
|
startTimestamp?: number;
|
|
9546
10045
|
};
|
|
10046
|
+
"api.MediaPatch": {
|
|
10047
|
+
metadata?: components["schemas"]["api.mediaMetadataPatch"];
|
|
10048
|
+
};
|
|
9547
10049
|
"api.Metadata": {
|
|
9548
10050
|
data?: {
|
|
9549
10051
|
[key: string]: unknown;
|
|
@@ -9723,6 +10225,37 @@ export interface components {
|
|
|
9723
10225
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9724
10226
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9725
10227
|
};
|
|
10228
|
+
"api.UpdateMediaErrorResponse": {
|
|
10229
|
+
/** @description Application-specific error code */
|
|
10230
|
+
applicationStatusCode?: string;
|
|
10231
|
+
/** @description Entity-specific error code */
|
|
10232
|
+
entityStatusCode?: string;
|
|
10233
|
+
/** @description HTTP status code for the error */
|
|
10234
|
+
httpStatusCode?: number;
|
|
10235
|
+
/** @description Error message describing the issue */
|
|
10236
|
+
message?: string;
|
|
10237
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
10238
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
10239
|
+
};
|
|
10240
|
+
"api.UpdateMediaRequest": {
|
|
10241
|
+
mediaPatch?: components["schemas"]["api.MediaPatch"];
|
|
10242
|
+
};
|
|
10243
|
+
"api.UpdateMediaResponse": {
|
|
10244
|
+
media?: components["schemas"]["models.Media"];
|
|
10245
|
+
};
|
|
10246
|
+
"api.UpdateMediaSuccessResponse": {
|
|
10247
|
+
/** @description Application-specific status code */
|
|
10248
|
+
applicationStatusCode?: string;
|
|
10249
|
+
data?: components["schemas"]["api.UpdateMediaResponse"];
|
|
10250
|
+
/** @description Entity-specific status code */
|
|
10251
|
+
entityStatusCode?: string;
|
|
10252
|
+
/** @description HTTP status code for the response */
|
|
10253
|
+
httpStatusCode?: number;
|
|
10254
|
+
/** @description Success message describing the operation */
|
|
10255
|
+
message?: string;
|
|
10256
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
10257
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
10258
|
+
};
|
|
9726
10259
|
"api.UpdateStrategyErrorResponse": {
|
|
9727
10260
|
/** @description Application-specific error code */
|
|
9728
10261
|
applicationStatusCode?: string;
|
|
@@ -9766,6 +10299,9 @@ export interface components {
|
|
|
9766
10299
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9767
10300
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9768
10301
|
};
|
|
10302
|
+
"api.mediaMetadataPatch": {
|
|
10303
|
+
description?: string;
|
|
10304
|
+
};
|
|
9769
10305
|
"models.AccessToken": {
|
|
9770
10306
|
/** @description Audit information */
|
|
9771
10307
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -9866,6 +10402,51 @@ export interface components {
|
|
|
9866
10402
|
updatedAt?: number;
|
|
9867
10403
|
updatedBy?: string;
|
|
9868
10404
|
};
|
|
10405
|
+
"models.CameraMetadata": {
|
|
10406
|
+
/** @description Bitrate in kbps */
|
|
10407
|
+
bitrate?: number;
|
|
10408
|
+
/** @description e.g. "H.264", "H.265" */
|
|
10409
|
+
codec?: string;
|
|
10410
|
+
fieldOfView?: number;
|
|
10411
|
+
/** @description Frame rate in fps */
|
|
10412
|
+
frameRate?: number;
|
|
10413
|
+
/** @description Indicates if the camera supports audio */
|
|
10414
|
+
hasAudio?: boolean;
|
|
10415
|
+
/** @description Indicates if the camera supports backchannel audio */
|
|
10416
|
+
hasBackChannel?: boolean;
|
|
10417
|
+
/** @description Indicates if the camera has input/output capabilities */
|
|
10418
|
+
hasIO?: boolean;
|
|
10419
|
+
/** @description Camera ONVIF and PTZ capabilities */
|
|
10420
|
+
hasOnvif?: boolean;
|
|
10421
|
+
/** @description Indicates if the camera supports pan and tilt functionality */
|
|
10422
|
+
hasPanTilt?: boolean;
|
|
10423
|
+
/** @description Indicates if the camera supports presets */
|
|
10424
|
+
hasPresets?: boolean;
|
|
10425
|
+
/** @description Indicates if the camera supports zoom functionality */
|
|
10426
|
+
hasZoom?: boolean;
|
|
10427
|
+
ios?: components["schemas"]["models.IO"][];
|
|
10428
|
+
/** @description Presets for the camera, used for quick positioning */
|
|
10429
|
+
presets?: components["schemas"]["models.CameraPreset"][];
|
|
10430
|
+
/** @description e.g. "1920x1080", "1280x720" */
|
|
10431
|
+
resolution?: string;
|
|
10432
|
+
/** @description Tours for the camera, used for automated movements through presets */
|
|
10433
|
+
tours?: components["schemas"]["models.CameraTour"][];
|
|
10434
|
+
};
|
|
10435
|
+
"models.CameraPreset": {
|
|
10436
|
+
name?: string;
|
|
10437
|
+
token?: string;
|
|
10438
|
+
x?: number;
|
|
10439
|
+
y?: number;
|
|
10440
|
+
z?: number;
|
|
10441
|
+
};
|
|
10442
|
+
"models.CameraTour": {
|
|
10443
|
+
current?: number;
|
|
10444
|
+
loop?: boolean;
|
|
10445
|
+
name?: string;
|
|
10446
|
+
presets?: components["schemas"]["models.CameraPreset"][];
|
|
10447
|
+
running?: boolean;
|
|
10448
|
+
speed?: number;
|
|
10449
|
+
};
|
|
9869
10450
|
"models.Classify": {
|
|
9870
10451
|
details?: components["schemas"]["models.ClassifyDetails"][];
|
|
9871
10452
|
properties?: string[];
|
|
@@ -9984,6 +10565,8 @@ export interface components {
|
|
|
9984
10565
|
webhook_url?: string;
|
|
9985
10566
|
};
|
|
9986
10567
|
"models.Device": {
|
|
10568
|
+
/** @description last time the agent reported being online (timestamp in milliseconds) */
|
|
10569
|
+
agentLastSeen?: number;
|
|
9987
10570
|
/**
|
|
9988
10571
|
* @description AtRuntimeMetadata contains metadata that is generated at runtime, which can include
|
|
9989
10572
|
* more verbose information about the device's current state, capabilities, or configuration.
|
|
@@ -9992,13 +10575,20 @@ export interface components {
|
|
|
9992
10575
|
atRuntimeMetadata?: components["schemas"]["models.DeviceAtRuntimeMetadata"];
|
|
9993
10576
|
/** @description Audit information */
|
|
9994
10577
|
audit?: components["schemas"]["models.Audit"];
|
|
9995
|
-
/** @description
|
|
9996
|
-
cameraMetadata?: components["schemas"]["models.
|
|
9997
|
-
/**
|
|
10578
|
+
/** @description Device Specific Metadata */
|
|
10579
|
+
cameraMetadata?: components["schemas"]["models.CameraMetadata"];
|
|
10580
|
+
/**
|
|
10581
|
+
* @description Device status
|
|
10582
|
+
* Note: Status is used to identify the status of the device, such as online, offline, maintenance, etc.
|
|
10583
|
+
* LastSeenTimestamp is used to identify the last time the device was seen online.
|
|
10584
|
+
*/
|
|
10585
|
+
connectionStart?: number;
|
|
10586
|
+
/** @description Type of deployment used e.g. "factory", "docker", "docker compose", "kubernetes" */
|
|
9998
10587
|
deployment?: string;
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10588
|
+
/** @description last time the device itself reported being online (timestamp in milliseconds) */
|
|
10589
|
+
deviceLastSeen?: number;
|
|
10590
|
+
/** @description threshold in milliseconds to consider a device offline, based on agentLastSeen */
|
|
10591
|
+
disconnectedThreshold?: number;
|
|
10002
10592
|
/**
|
|
10003
10593
|
* @description FeaturePermissions is used to identify the permissions of the device, such as read, write, delete, etc.
|
|
10004
10594
|
* It is a map of feature names to permissions.
|
|
@@ -10007,23 +10597,27 @@ export interface components {
|
|
|
10007
10597
|
* FeaturePermissions can be used to implement Role-Based Access Control (RBAC) for devices.
|
|
10008
10598
|
*/
|
|
10009
10599
|
featurePermissions?: components["schemas"]["models.DeviceFeaturePermissions"];
|
|
10010
|
-
|
|
10600
|
+
gpsMetadata?: components["schemas"]["models.GPSMetadata"];
|
|
10601
|
+
groupIds?: string[];
|
|
10602
|
+
/** @description threshold in milliseconds to consider a device healthy, based on agentLastSeen */
|
|
10603
|
+
healthyThreshold?: number;
|
|
10604
|
+
humiditySensorMetadata?: components["schemas"]["models.HumiditySensorMetadata"];
|
|
10011
10605
|
id?: string;
|
|
10012
|
-
/** @description
|
|
10013
|
-
|
|
10014
|
-
/** @description Location metadata */
|
|
10015
|
-
locationMetadata?: components["schemas"]["models.DeviceLocationMetadata"];
|
|
10016
|
-
/** @description Metadata */
|
|
10017
|
-
metadata?: components["schemas"]["models.DeviceMetadata"];
|
|
10606
|
+
/** @description threshold in milliseconds to consider a device idle, based on deviceLastSeen */
|
|
10607
|
+
idleThreshold?: number;
|
|
10018
10608
|
/**
|
|
10019
10609
|
* @description Device information
|
|
10020
10610
|
* Note: DeviceId is a unique identifier for the device, it can be used to identify the device in the system.
|
|
10021
10611
|
* DeviceType is used to identify the type of device, such as camera, sensor, access control, etc.
|
|
10022
10612
|
*/
|
|
10613
|
+
key?: string;
|
|
10614
|
+
lightSensorMetadata?: components["schemas"]["models.LightSensorMetadata"];
|
|
10615
|
+
/** @description Location of the device, not real time postion. e.g. "Office 1st Floor", "Lobby", "Kilian's Car", etc. */
|
|
10616
|
+
location?: components["schemas"]["models.Location"];
|
|
10617
|
+
/** @description Metadata */
|
|
10618
|
+
metadata?: components["schemas"]["models.DeviceMetadata"];
|
|
10619
|
+
/** @description e.g. "Front Door Camera" */
|
|
10023
10620
|
name?: string;
|
|
10024
|
-
organisationId?: string;
|
|
10025
|
-
/** @description e.g. "v1.0.0-abcdef123456" */
|
|
10026
|
-
releaseHash?: string;
|
|
10027
10621
|
/**
|
|
10028
10622
|
* @description RBAC information
|
|
10029
10623
|
* Note: SiteId is used to identify the site where the device is located.
|
|
@@ -10031,81 +10625,67 @@ export interface components {
|
|
|
10031
10625
|
* OrganisationId is used to identify the organisation that owns the device.
|
|
10032
10626
|
* FeaturePermissions is used to identify the permissions of the device, such as read, write, delete, etc.
|
|
10033
10627
|
*/
|
|
10034
|
-
|
|
10035
|
-
/**
|
|
10036
|
-
* @description Device status
|
|
10037
|
-
* Note: Status is used to identify the status of the device, such as online, offline, maintenance, etc.
|
|
10038
|
-
* LastSeenTimestamp is used to identify the last time the device was seen online.
|
|
10039
|
-
*/
|
|
10040
|
-
status?: string;
|
|
10628
|
+
organisationId?: string;
|
|
10041
10629
|
/**
|
|
10042
10630
|
* @description Versioning information
|
|
10043
10631
|
* Note: Version is used to identify the version of the device software.
|
|
10044
10632
|
* ReleaseHash is used to identify the release hash of the device software, it can be used to identify the specific build of the device software.
|
|
10045
10633
|
* Deployment is used to identify the deployment type of the device, such as factory, docker, docker compose, kubernetes, etc.
|
|
10046
10634
|
*/
|
|
10635
|
+
repository?: string;
|
|
10636
|
+
siteIds?: string[];
|
|
10637
|
+
/** @description Type of device e.g. "camera", "sensor", "access_control" */
|
|
10638
|
+
type?: string;
|
|
10639
|
+
/** @description Version of the agent, injected on build. Reflects the release tag of the agent. */
|
|
10047
10640
|
version?: string;
|
|
10048
10641
|
};
|
|
10049
|
-
"models.DeviceAtRuntimeMetadata":
|
|
10050
|
-
|
|
10051
|
-
|
|
10052
|
-
bitrate?: number;
|
|
10053
|
-
/** @description e.g. "H.264", "H.265" */
|
|
10054
|
-
codec?: string;
|
|
10055
|
-
/** @description Frame rate in fps */
|
|
10056
|
-
frameRate?: number;
|
|
10057
|
-
/** @description Indicates if the camera supports audio */
|
|
10058
|
-
hasAudio?: boolean;
|
|
10059
|
-
/** @description Indicates if the camera has input/output capabilities */
|
|
10060
|
-
hasIO?: boolean;
|
|
10061
|
-
/** @description Indicates if the camera supports ONVIF protocol */
|
|
10062
|
-
hasOnvif?: boolean;
|
|
10063
|
-
/** @description Indicates if the camera supports pan and tilt functionality */
|
|
10064
|
-
hasPanTilt?: boolean;
|
|
10065
|
-
/** @description Indicates if the camera supports presets */
|
|
10066
|
-
hasPresets?: boolean;
|
|
10067
|
-
/** @description Indicates if the camera supports zoom functionality */
|
|
10068
|
-
hasZoom?: boolean;
|
|
10069
|
-
/** @description Input/Output capabilities of the camera (such as alarms, relays, etc.) */
|
|
10070
|
-
ios?: components["schemas"]["models.IO"][];
|
|
10071
|
-
/** @description Presets for the camera, used for quick positioning */
|
|
10072
|
-
presets?: components["schemas"]["models.Preset"][];
|
|
10073
|
-
/** @description e.g. "1920x1080", "1280x720" */
|
|
10074
|
-
resolution?: string;
|
|
10075
|
-
/** @description Tours for the camera, used for automated movements through presets */
|
|
10076
|
-
tours?: components["schemas"]["models.Tour"][];
|
|
10642
|
+
"models.DeviceAtRuntimeMetadata": {
|
|
10643
|
+
/** @description Status is derived from the last seen timestamps and thresholds. */
|
|
10644
|
+
status?: string;
|
|
10077
10645
|
};
|
|
10078
10646
|
"models.DeviceFeaturePermissions": {
|
|
10079
|
-
floorPlans?:
|
|
10080
|
-
io?:
|
|
10081
|
-
liveview?:
|
|
10082
|
-
ptz?:
|
|
10083
|
-
remoteConfig?:
|
|
10647
|
+
floorPlans?: components["schemas"]["models.PermissionLevel"];
|
|
10648
|
+
io?: components["schemas"]["models.PermissionLevel"];
|
|
10649
|
+
liveview?: components["schemas"]["models.PermissionLevel"];
|
|
10650
|
+
ptz?: components["schemas"]["models.PermissionLevel"];
|
|
10651
|
+
remoteConfig?: components["schemas"]["models.PermissionLevel"];
|
|
10084
10652
|
};
|
|
10085
10653
|
"models.DeviceKey": {
|
|
10086
10654
|
key?: string;
|
|
10087
10655
|
name?: string;
|
|
10088
10656
|
};
|
|
10089
|
-
"models.DeviceLocationMetadata": {
|
|
10090
|
-
fieldOfView?: number;
|
|
10091
|
-
location?: components["schemas"]["models.Location"];
|
|
10092
|
-
onFloorPlans?: string[];
|
|
10093
|
-
};
|
|
10094
10657
|
"models.DeviceMetadata": {
|
|
10658
|
+
architecture?: string;
|
|
10659
|
+
bootTime?: string;
|
|
10095
10660
|
/** @description e.g. "Nest", "Ring" */
|
|
10096
10661
|
brand?: string;
|
|
10097
10662
|
/** @description e.g. "#FF5733" (hex color code) */
|
|
10098
10663
|
color?: string;
|
|
10099
10664
|
/** @description e.g. "Outdoor camera with night vision" */
|
|
10100
10665
|
description?: string;
|
|
10666
|
+
e2eEncryption?: string;
|
|
10667
|
+
encrypted?: boolean;
|
|
10668
|
+
encryptedData?: number[];
|
|
10669
|
+
freeMemory?: string;
|
|
10670
|
+
/** @description Indicates if the device is hidden from UI */
|
|
10671
|
+
hidden?: boolean;
|
|
10672
|
+
hostname?: string;
|
|
10673
|
+
hubEncryption?: string;
|
|
10101
10674
|
/** @description Installation date in milliseconds since epoch */
|
|
10102
10675
|
installationDate?: number;
|
|
10676
|
+
/** @description e.g. "192.168.1.1" */
|
|
10677
|
+
ipAddress?: string;
|
|
10103
10678
|
/** @description Last maintenance date in milliseconds since epoch */
|
|
10104
10679
|
lastMaintenance?: number;
|
|
10680
|
+
/** @description e.g. "00:1A:2B:3C:4D:5E" */
|
|
10681
|
+
macAddress?: string;
|
|
10105
10682
|
/** @description e.g. "Nest Cam", "Ring Doorbell" */
|
|
10106
10683
|
model?: string;
|
|
10107
|
-
/** @description
|
|
10108
|
-
|
|
10684
|
+
/** @description Floor plans this device is associated with */
|
|
10685
|
+
onFloorPlans?: string[];
|
|
10686
|
+
processMemory?: string;
|
|
10687
|
+
totalMemory?: string;
|
|
10688
|
+
usedMemory?: string;
|
|
10109
10689
|
};
|
|
10110
10690
|
"models.DeviceOption": {
|
|
10111
10691
|
id?: string;
|
|
@@ -10196,6 +10776,22 @@ export interface components {
|
|
|
10196
10776
|
range?: string;
|
|
10197
10777
|
time?: string;
|
|
10198
10778
|
};
|
|
10779
|
+
"models.GPSMetadata": {
|
|
10780
|
+
/** @description Accuracy is the accuracy of the GPS reading in meters. */
|
|
10781
|
+
accuracy?: number;
|
|
10782
|
+
/** @description Altitude is the current altitude of the device in meters. */
|
|
10783
|
+
altitude?: number;
|
|
10784
|
+
/** @description Heading is the direction of movement in degrees. */
|
|
10785
|
+
heading?: number;
|
|
10786
|
+
/** @description Latitude is the current latitude of the device. */
|
|
10787
|
+
latitude?: number;
|
|
10788
|
+
/** @description Longitude is the current longitude of the device. */
|
|
10789
|
+
longitude?: number;
|
|
10790
|
+
/** @description Speed is the current speed of the device in meters per second. */
|
|
10791
|
+
speed?: number;
|
|
10792
|
+
/** @description Timestamp is the time when the GPS data was recorded (milliseconds since epoch). */
|
|
10793
|
+
timestamp?: number;
|
|
10794
|
+
};
|
|
10199
10795
|
"models.Group": {
|
|
10200
10796
|
/** @description Audit information */
|
|
10201
10797
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -10268,6 +10864,16 @@ export interface components {
|
|
|
10268
10864
|
end?: number;
|
|
10269
10865
|
start?: number;
|
|
10270
10866
|
};
|
|
10867
|
+
"models.HumiditySensorMetadata": {
|
|
10868
|
+
/** @description CurrentHumidity is the latest measured humidity level in percentage */
|
|
10869
|
+
currentHumidity?: number;
|
|
10870
|
+
/** @description HumidityRange specifies the measurable range in percentage (e.g. "0-100") */
|
|
10871
|
+
humidityRange?: string;
|
|
10872
|
+
/** @description Sensitivity indicates the sensitivity level of the humidity sensor (e.g. 1-100) */
|
|
10873
|
+
sensitivity?: number;
|
|
10874
|
+
/** @description Unit is the measurement unit, typically "%" */
|
|
10875
|
+
unit?: string;
|
|
10876
|
+
};
|
|
10271
10877
|
"models.IO": {
|
|
10272
10878
|
/** @description Audit information */
|
|
10273
10879
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -10283,6 +10889,16 @@ export interface components {
|
|
|
10283
10889
|
type?: string;
|
|
10284
10890
|
value?: string;
|
|
10285
10891
|
};
|
|
10892
|
+
"models.LightSensorMetadata": {
|
|
10893
|
+
/** @description CurrentLux is the latest measured light level in lux */
|
|
10894
|
+
currentLux?: number;
|
|
10895
|
+
/** @description LuxRange specifies the measurable range in lux (e.g. "0-10000") */
|
|
10896
|
+
luxRange?: string;
|
|
10897
|
+
/** @description Sensitivity indicates the sensitivity level of the light sensor (e.g. 1-100) */
|
|
10898
|
+
sensitivity?: number;
|
|
10899
|
+
/** @description Unit is the measurement unit, typically "lux" */
|
|
10900
|
+
unit?: string;
|
|
10901
|
+
};
|
|
10286
10902
|
"models.Location": {
|
|
10287
10903
|
/** @description e.g. "123 Main St, Anytown, USA" */
|
|
10288
10904
|
address?: string;
|
|
@@ -10290,6 +10906,8 @@ export interface components {
|
|
|
10290
10906
|
altitude?: number;
|
|
10291
10907
|
latitude?: number;
|
|
10292
10908
|
longitude?: number;
|
|
10909
|
+
/** @description e.g. "Warehouse Aisle 3" */
|
|
10910
|
+
name?: string;
|
|
10293
10911
|
};
|
|
10294
10912
|
"models.Marker": {
|
|
10295
10913
|
/**
|
|
@@ -10550,6 +11168,8 @@ export interface components {
|
|
|
10550
11168
|
* OrganisationId is used to identify the organisation that owns the device.
|
|
10551
11169
|
*/
|
|
10552
11170
|
deviceId?: string;
|
|
11171
|
+
/** @description Name of the device that uploaded media */
|
|
11172
|
+
deviceName?: string;
|
|
10553
11173
|
duration?: number;
|
|
10554
11174
|
endTimestamp?: number;
|
|
10555
11175
|
groupId?: string;
|
|
@@ -10572,8 +11192,10 @@ export interface components {
|
|
|
10572
11192
|
videoFile?: string;
|
|
10573
11193
|
};
|
|
10574
11194
|
"models.MediaAtRuntimeMetadata": {
|
|
11195
|
+
analysis?: components["schemas"]["models.AnalysisWrapper"];
|
|
10575
11196
|
/** @description Timestamp when the runtime metadata was cached. */
|
|
10576
11197
|
cachedTimestamp?: number;
|
|
11198
|
+
device?: components["schemas"]["models.Device"];
|
|
10577
11199
|
redactionUrl?: string;
|
|
10578
11200
|
spriteUrl?: string;
|
|
10579
11201
|
thumbnailUrl?: string;
|
|
@@ -10592,7 +11214,6 @@ export interface components {
|
|
|
10592
11214
|
count?: number;
|
|
10593
11215
|
description?: string;
|
|
10594
11216
|
detections?: string[];
|
|
10595
|
-
deviceName?: string;
|
|
10596
11217
|
dominantColors?: string[];
|
|
10597
11218
|
embedding?: number[];
|
|
10598
11219
|
/** @description frames per second */
|
|
@@ -10604,6 +11225,45 @@ export interface components {
|
|
|
10604
11225
|
/** @description Tags associated to give some context about the media file */
|
|
10605
11226
|
tags?: string[];
|
|
10606
11227
|
};
|
|
11228
|
+
"models.Message": {
|
|
11229
|
+
alert_id?: string;
|
|
11230
|
+
alert_master_user?: string;
|
|
11231
|
+
alert_name?: string;
|
|
11232
|
+
alert_user?: string;
|
|
11233
|
+
body?: string;
|
|
11234
|
+
classifications?: string[];
|
|
11235
|
+
data?: {
|
|
11236
|
+
[key: string]: string;
|
|
11237
|
+
};
|
|
11238
|
+
data_usage?: string;
|
|
11239
|
+
device_id?: string;
|
|
11240
|
+
device_name?: string;
|
|
11241
|
+
email?: string;
|
|
11242
|
+
groups?: components["schemas"]["models.Group"][];
|
|
11243
|
+
id?: string;
|
|
11244
|
+
media?: components["schemas"]["models.Media"][];
|
|
11245
|
+
media_key?: string;
|
|
11246
|
+
media_provider?: string;
|
|
11247
|
+
media_source?: string;
|
|
11248
|
+
/** @description generic, counting, region */
|
|
11249
|
+
notification_type?: string;
|
|
11250
|
+
number_of_media?: string;
|
|
11251
|
+
sequence_id?: string;
|
|
11252
|
+
sites?: components["schemas"]["models.Site"][];
|
|
11253
|
+
spriteFile?: string;
|
|
11254
|
+
spriteInterval?: number;
|
|
11255
|
+
spriteProvider?: string;
|
|
11256
|
+
thumbnail?: string;
|
|
11257
|
+
thumbnailFile?: string;
|
|
11258
|
+
thumbnailProvider?: string;
|
|
11259
|
+
timestamp?: number;
|
|
11260
|
+
timezone?: string;
|
|
11261
|
+
title?: string;
|
|
11262
|
+
type?: string;
|
|
11263
|
+
unread?: boolean;
|
|
11264
|
+
user?: string;
|
|
11265
|
+
userid?: string;
|
|
11266
|
+
};
|
|
10607
11267
|
"models.Model": {
|
|
10608
11268
|
/**
|
|
10609
11269
|
* @description AtRuntimeMetadata are computed or dynamic information about the model that is relevant during its usage or processing.
|
|
@@ -10654,6 +11314,8 @@ export interface components {
|
|
|
10654
11314
|
/** @description Add fields relevant to notification stage */
|
|
10655
11315
|
notificationType?: string;
|
|
10656
11316
|
};
|
|
11317
|
+
/** @enum {integer} */
|
|
11318
|
+
"models.PermissionLevel": 1 | 2 | 3 | 4 | 2 | 3 | 4 | 5 | 2 | 3 | 2 | 2 | 3 | 2 | 3 | 4;
|
|
10657
11319
|
"models.PipelineEvent": {
|
|
10658
11320
|
analysisStage?: components["schemas"]["models.AnalysisStage"];
|
|
10659
11321
|
/** @description We should get rid of this and use the stage map */
|
|
@@ -10716,13 +11378,6 @@ export interface components {
|
|
|
10716
11378
|
x?: number;
|
|
10717
11379
|
y?: number;
|
|
10718
11380
|
};
|
|
10719
|
-
"models.Preset": {
|
|
10720
|
-
name?: string;
|
|
10721
|
-
token?: string;
|
|
10722
|
-
x?: number;
|
|
10723
|
-
y?: number;
|
|
10724
|
-
z?: number;
|
|
10725
|
-
};
|
|
10726
11381
|
"models.Region": {
|
|
10727
11382
|
device?: string;
|
|
10728
11383
|
height?: number;
|
|
@@ -10941,14 +11596,6 @@ export interface components {
|
|
|
10941
11596
|
timeRange2MinTuesday?: number;
|
|
10942
11597
|
timeRange2MinWednesday?: number;
|
|
10943
11598
|
};
|
|
10944
|
-
"models.Tour": {
|
|
10945
|
-
current?: number;
|
|
10946
|
-
loop?: boolean;
|
|
10947
|
-
name?: string;
|
|
10948
|
-
presets?: components["schemas"]["models.Preset"][];
|
|
10949
|
-
running?: boolean;
|
|
10950
|
-
speed?: number;
|
|
10951
|
-
};
|
|
10952
11599
|
"models.TrackBox": {
|
|
10953
11600
|
edited?: boolean;
|
|
10954
11601
|
smoothed?: boolean;
|
|
@@ -11068,6 +11715,9 @@ export declare namespace models {
|
|
|
11068
11715
|
type Audit = components['schemas']['models.Audit'];
|
|
11069
11716
|
type AuditCreate = components['schemas']['models.AuditCreate'];
|
|
11070
11717
|
type AuditUpdate = components['schemas']['models.AuditUpdate'];
|
|
11718
|
+
type CameraMetadata = components['schemas']['models.CameraMetadata'];
|
|
11719
|
+
type CameraPreset = components['schemas']['models.CameraPreset'];
|
|
11720
|
+
type CameraTour = components['schemas']['models.CameraTour'];
|
|
11071
11721
|
type Classify = components['schemas']['models.Classify'];
|
|
11072
11722
|
type ClassifyDetails = components['schemas']['models.ClassifyDetails'];
|
|
11073
11723
|
type Color = components['schemas']['models.Color'];
|
|
@@ -11077,10 +11727,9 @@ export declare namespace models {
|
|
|
11077
11727
|
type CountingRecord = components['schemas']['models.CountingRecord'];
|
|
11078
11728
|
type CustomAlert = components['schemas']['models.CustomAlert'];
|
|
11079
11729
|
type Device = components['schemas']['models.Device'];
|
|
11080
|
-
type
|
|
11730
|
+
type DeviceAtRuntimeMetadata = components['schemas']['models.DeviceAtRuntimeMetadata'];
|
|
11081
11731
|
type DeviceFeaturePermissions = components['schemas']['models.DeviceFeaturePermissions'];
|
|
11082
11732
|
type DeviceKey = components['schemas']['models.DeviceKey'];
|
|
11083
|
-
type DeviceLocationMetadata = components['schemas']['models.DeviceLocationMetadata'];
|
|
11084
11733
|
type DeviceMetadata = components['schemas']['models.DeviceMetadata'];
|
|
11085
11734
|
type DeviceOption = components['schemas']['models.DeviceOption'];
|
|
11086
11735
|
type DevicePlacement = components['schemas']['models.DevicePlacement'];
|
|
@@ -11091,6 +11740,7 @@ export declare namespace models {
|
|
|
11091
11740
|
type FeaturePermissions = components['schemas']['models.FeaturePermissions'];
|
|
11092
11741
|
type FloorPlan = components['schemas']['models.FloorPlan'];
|
|
11093
11742
|
type FragmentedBytesRangeOnTime = components['schemas']['models.FragmentedBytesRangeOnTime'];
|
|
11743
|
+
type GPSMetadata = components['schemas']['models.GPSMetadata'];
|
|
11094
11744
|
type Group = components['schemas']['models.Group'];
|
|
11095
11745
|
type GroupMetadata = components['schemas']['models.GroupMetadata'];
|
|
11096
11746
|
type GroupOption = components['schemas']['models.GroupOption'];
|
|
@@ -11098,7 +11748,9 @@ export declare namespace models {
|
|
|
11098
11748
|
type HealthMetadata = components['schemas']['models.HealthMetadata'];
|
|
11099
11749
|
type HighUpload = components['schemas']['models.HighUpload'];
|
|
11100
11750
|
type HourRange = components['schemas']['models.HourRange'];
|
|
11751
|
+
type HumiditySensorMetadata = components['schemas']['models.HumiditySensorMetadata'];
|
|
11101
11752
|
type IO = components['schemas']['models.IO'];
|
|
11753
|
+
type LightSensorMetadata = components['schemas']['models.LightSensorMetadata'];
|
|
11102
11754
|
type Location = components['schemas']['models.Location'];
|
|
11103
11755
|
type Marker = components['schemas']['models.Marker'];
|
|
11104
11756
|
type MarkerAtRuntimeMetadata = components['schemas']['models.MarkerAtRuntimeMetadata'];
|
|
@@ -11116,6 +11768,7 @@ export declare namespace models {
|
|
|
11116
11768
|
type Media = components['schemas']['models.Media'];
|
|
11117
11769
|
type MediaAtRuntimeMetadata = components['schemas']['models.MediaAtRuntimeMetadata'];
|
|
11118
11770
|
type MediaMetadata = components['schemas']['models.MediaMetadata'];
|
|
11771
|
+
type Message = components['schemas']['models.Message'];
|
|
11119
11772
|
type Model = components['schemas']['models.Model'];
|
|
11120
11773
|
type ModelOption = components['schemas']['models.ModelOption'];
|
|
11121
11774
|
type MonitorStage = components['schemas']['models.MonitorStage'];
|
|
@@ -11124,7 +11777,6 @@ export declare namespace models {
|
|
|
11124
11777
|
type PipelineMetadata = components['schemas']['models.PipelineMetadata'];
|
|
11125
11778
|
type PipelinePayload = components['schemas']['models.PipelinePayload'];
|
|
11126
11779
|
type Point = components['schemas']['models.Point'];
|
|
11127
|
-
type Preset = components['schemas']['models.Preset'];
|
|
11128
11780
|
type Region = components['schemas']['models.Region'];
|
|
11129
11781
|
type Role = components['schemas']['models.Role'];
|
|
11130
11782
|
type SequenceStage = components['schemas']['models.SequenceStage'];
|
|
@@ -11142,7 +11794,6 @@ export declare namespace models {
|
|
|
11142
11794
|
type Thumby = components['schemas']['models.Thumby'];
|
|
11143
11795
|
type TimeRange = components['schemas']['models.TimeRange'];
|
|
11144
11796
|
type TimeWindow = components['schemas']['models.TimeWindow'];
|
|
11145
|
-
type Tour = components['schemas']['models.Tour'];
|
|
11146
11797
|
type TrackBox = components['schemas']['models.TrackBox'];
|
|
11147
11798
|
type User = components['schemas']['models.User'];
|
|
11148
11799
|
type VaultMedia = components['schemas']['models.VaultMedia'];
|
|
@@ -11211,6 +11862,10 @@ export declare namespace api {
|
|
|
11211
11862
|
type GetMarkersErrorResponse = components['schemas']['api.GetMarkersErrorResponse'];
|
|
11212
11863
|
type GetMarkersResponse = components['schemas']['api.GetMarkersResponse'];
|
|
11213
11864
|
type GetMarkersSuccessResponse = components['schemas']['api.GetMarkersSuccessResponse'];
|
|
11865
|
+
type GetMediaByIdErrorResponse = components['schemas']['api.GetMediaByIdErrorResponse'];
|
|
11866
|
+
type GetMediaByIdRequest = components['schemas']['api.GetMediaByIdRequest'];
|
|
11867
|
+
type GetMediaByIdResponse = components['schemas']['api.GetMediaByIdResponse'];
|
|
11868
|
+
type GetMediaByIdSuccessResponse = components['schemas']['api.GetMediaByIdSuccessResponse'];
|
|
11214
11869
|
type GetMediaErrorResponse = components['schemas']['api.GetMediaErrorResponse'];
|
|
11215
11870
|
type GetMediaRequest = components['schemas']['api.GetMediaRequest'];
|
|
11216
11871
|
type GetMediaResponse = components['schemas']['api.GetMediaResponse'];
|
|
@@ -11246,6 +11901,7 @@ export declare namespace api {
|
|
|
11246
11901
|
type Media2Filter = components['schemas']['api.Media2Filter'];
|
|
11247
11902
|
type MediaFilter = components['schemas']['api.MediaFilter'];
|
|
11248
11903
|
type MediaGroup = components['schemas']['api.MediaGroup'];
|
|
11904
|
+
type MediaPatch = components['schemas']['api.MediaPatch'];
|
|
11249
11905
|
type Metadata = components['schemas']['api.Metadata'];
|
|
11250
11906
|
type PanicResponse = components['schemas']['api.PanicResponse'];
|
|
11251
11907
|
type RedactionEvent = components['schemas']['api.RedactionEvent'];
|
|
@@ -11264,9 +11920,14 @@ export declare namespace api {
|
|
|
11264
11920
|
type UpdateAccessTokenRequest = components['schemas']['api.UpdateAccessTokenRequest'];
|
|
11265
11921
|
type UpdateAccessTokenResponse = components['schemas']['api.UpdateAccessTokenResponse'];
|
|
11266
11922
|
type UpdateAccessTokenSuccessResponse = components['schemas']['api.UpdateAccessTokenSuccessResponse'];
|
|
11923
|
+
type UpdateMediaErrorResponse = components['schemas']['api.UpdateMediaErrorResponse'];
|
|
11924
|
+
type UpdateMediaRequest = components['schemas']['api.UpdateMediaRequest'];
|
|
11925
|
+
type UpdateMediaResponse = components['schemas']['api.UpdateMediaResponse'];
|
|
11926
|
+
type UpdateMediaSuccessResponse = components['schemas']['api.UpdateMediaSuccessResponse'];
|
|
11267
11927
|
type UpdateStrategyErrorResponse = components['schemas']['api.UpdateStrategyErrorResponse'];
|
|
11268
11928
|
type UpdateStrategyRequest = components['schemas']['api.UpdateStrategyRequest'];
|
|
11269
11929
|
type UpdateStrategyResponse = components['schemas']['api.UpdateStrategyResponse'];
|
|
11270
11930
|
type UpdateStrategySuccessResponse = components['schemas']['api.UpdateStrategySuccessResponse'];
|
|
11271
11931
|
type WarningResponse = components['schemas']['api.WarningResponse'];
|
|
11932
|
+
type mediaMetadataPatch = components['schemas']['api.mediaMetadataPatch'];
|
|
11272
11933
|
}
|