@uug-ai/models 1.2.21 → 1.2.23
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 -303
- 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,45 @@ 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
|
+
};
|
|
6363
6714
|
"/internal/message": {
|
|
6364
6715
|
parameters: {
|
|
6365
6716
|
query?: never;
|
|
@@ -6789,45 +7140,6 @@ export interface paths {
|
|
|
6789
7140
|
patch?: never;
|
|
6790
7141
|
trace?: never;
|
|
6791
7142
|
};
|
|
6792
|
-
"/internal/preset": {
|
|
6793
|
-
parameters: {
|
|
6794
|
-
query?: never;
|
|
6795
|
-
header?: never;
|
|
6796
|
-
path?: never;
|
|
6797
|
-
cookie?: never;
|
|
6798
|
-
};
|
|
6799
|
-
/**
|
|
6800
|
-
* Get Preset (schema generation only)
|
|
6801
|
-
* @description Internal endpoint used only to ensure Preset schema is generated in OpenAPI spec
|
|
6802
|
-
*/
|
|
6803
|
-
get: {
|
|
6804
|
-
parameters: {
|
|
6805
|
-
query?: never;
|
|
6806
|
-
header?: never;
|
|
6807
|
-
path?: never;
|
|
6808
|
-
cookie?: never;
|
|
6809
|
-
};
|
|
6810
|
-
requestBody?: never;
|
|
6811
|
-
responses: {
|
|
6812
|
-
/** @description OK */
|
|
6813
|
-
200: {
|
|
6814
|
-
headers: {
|
|
6815
|
-
[name: string]: unknown;
|
|
6816
|
-
};
|
|
6817
|
-
content: {
|
|
6818
|
-
"application/json": components["schemas"]["models.Preset"];
|
|
6819
|
-
};
|
|
6820
|
-
};
|
|
6821
|
-
};
|
|
6822
|
-
};
|
|
6823
|
-
put?: never;
|
|
6824
|
-
post?: never;
|
|
6825
|
-
delete?: never;
|
|
6826
|
-
options?: never;
|
|
6827
|
-
head?: never;
|
|
6828
|
-
patch?: never;
|
|
6829
|
-
trace?: never;
|
|
6830
|
-
};
|
|
6831
7143
|
"/internal/redactionevent": {
|
|
6832
7144
|
parameters: {
|
|
6833
7145
|
query?: never;
|
|
@@ -7751,7 +8063,124 @@ export interface paths {
|
|
|
7751
8063
|
[name: string]: unknown;
|
|
7752
8064
|
};
|
|
7753
8065
|
content: {
|
|
7754
|
-
"application/json": components["schemas"]["models.Synchronize"];
|
|
8066
|
+
"application/json": components["schemas"]["models.Synchronize"];
|
|
8067
|
+
};
|
|
8068
|
+
};
|
|
8069
|
+
};
|
|
8070
|
+
};
|
|
8071
|
+
put?: never;
|
|
8072
|
+
post?: never;
|
|
8073
|
+
delete?: never;
|
|
8074
|
+
options?: never;
|
|
8075
|
+
head?: never;
|
|
8076
|
+
patch?: never;
|
|
8077
|
+
trace?: never;
|
|
8078
|
+
};
|
|
8079
|
+
"/internal/synchronizeevent": {
|
|
8080
|
+
parameters: {
|
|
8081
|
+
query?: never;
|
|
8082
|
+
header?: never;
|
|
8083
|
+
path?: never;
|
|
8084
|
+
cookie?: never;
|
|
8085
|
+
};
|
|
8086
|
+
/**
|
|
8087
|
+
* Get SynchronizeEvent (schema generation only)
|
|
8088
|
+
* @description Internal endpoint used only to ensure SynchronizeEvent schema is generated in OpenAPI spec
|
|
8089
|
+
*/
|
|
8090
|
+
get: {
|
|
8091
|
+
parameters: {
|
|
8092
|
+
query?: never;
|
|
8093
|
+
header?: never;
|
|
8094
|
+
path?: never;
|
|
8095
|
+
cookie?: never;
|
|
8096
|
+
};
|
|
8097
|
+
requestBody?: never;
|
|
8098
|
+
responses: {
|
|
8099
|
+
/** @description OK */
|
|
8100
|
+
200: {
|
|
8101
|
+
headers: {
|
|
8102
|
+
[name: string]: unknown;
|
|
8103
|
+
};
|
|
8104
|
+
content: {
|
|
8105
|
+
"application/json": components["schemas"]["models.SynchronizeEvent"];
|
|
8106
|
+
};
|
|
8107
|
+
};
|
|
8108
|
+
};
|
|
8109
|
+
};
|
|
8110
|
+
put?: never;
|
|
8111
|
+
post?: never;
|
|
8112
|
+
delete?: never;
|
|
8113
|
+
options?: never;
|
|
8114
|
+
head?: never;
|
|
8115
|
+
patch?: never;
|
|
8116
|
+
trace?: never;
|
|
8117
|
+
};
|
|
8118
|
+
"/internal/throttlerstage": {
|
|
8119
|
+
parameters: {
|
|
8120
|
+
query?: never;
|
|
8121
|
+
header?: never;
|
|
8122
|
+
path?: never;
|
|
8123
|
+
cookie?: never;
|
|
8124
|
+
};
|
|
8125
|
+
/**
|
|
8126
|
+
* Get ThrottlerStage (schema generation only)
|
|
8127
|
+
* @description Internal endpoint used only to ensure ThrottlerStage schema is generated in OpenAPI spec
|
|
8128
|
+
*/
|
|
8129
|
+
get: {
|
|
8130
|
+
parameters: {
|
|
8131
|
+
query?: never;
|
|
8132
|
+
header?: never;
|
|
8133
|
+
path?: never;
|
|
8134
|
+
cookie?: never;
|
|
8135
|
+
};
|
|
8136
|
+
requestBody?: never;
|
|
8137
|
+
responses: {
|
|
8138
|
+
/** @description OK */
|
|
8139
|
+
200: {
|
|
8140
|
+
headers: {
|
|
8141
|
+
[name: string]: unknown;
|
|
8142
|
+
};
|
|
8143
|
+
content: {
|
|
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"];
|
|
7755
8184
|
};
|
|
7756
8185
|
};
|
|
7757
8186
|
};
|
|
@@ -7764,7 +8193,7 @@ export interface paths {
|
|
|
7764
8193
|
patch?: never;
|
|
7765
8194
|
trace?: never;
|
|
7766
8195
|
};
|
|
7767
|
-
"/internal/
|
|
8196
|
+
"/internal/thumby": {
|
|
7768
8197
|
parameters: {
|
|
7769
8198
|
query?: never;
|
|
7770
8199
|
header?: never;
|
|
@@ -7772,8 +8201,8 @@ export interface paths {
|
|
|
7772
8201
|
cookie?: never;
|
|
7773
8202
|
};
|
|
7774
8203
|
/**
|
|
7775
|
-
* Get
|
|
7776
|
-
* @description Internal endpoint used only to ensure
|
|
8204
|
+
* Get Thumby (schema generation only)
|
|
8205
|
+
* @description Internal endpoint used only to ensure Thumby schema is generated in OpenAPI spec
|
|
7777
8206
|
*/
|
|
7778
8207
|
get: {
|
|
7779
8208
|
parameters: {
|
|
@@ -7790,7 +8219,7 @@ export interface paths {
|
|
|
7790
8219
|
[name: string]: unknown;
|
|
7791
8220
|
};
|
|
7792
8221
|
content: {
|
|
7793
|
-
"application/json": components["schemas"]["models.
|
|
8222
|
+
"application/json": components["schemas"]["models.Thumby"];
|
|
7794
8223
|
};
|
|
7795
8224
|
};
|
|
7796
8225
|
};
|
|
@@ -7803,7 +8232,7 @@ export interface paths {
|
|
|
7803
8232
|
patch?: never;
|
|
7804
8233
|
trace?: never;
|
|
7805
8234
|
};
|
|
7806
|
-
"/internal/
|
|
8235
|
+
"/internal/timerange": {
|
|
7807
8236
|
parameters: {
|
|
7808
8237
|
query?: never;
|
|
7809
8238
|
header?: never;
|
|
@@ -7811,8 +8240,8 @@ export interface paths {
|
|
|
7811
8240
|
cookie?: never;
|
|
7812
8241
|
};
|
|
7813
8242
|
/**
|
|
7814
|
-
* Get
|
|
7815
|
-
* @description Internal endpoint used only to ensure
|
|
8243
|
+
* Get TimeRange (schema generation only)
|
|
8244
|
+
* @description Internal endpoint used only to ensure TimeRange schema is generated in OpenAPI spec
|
|
7816
8245
|
*/
|
|
7817
8246
|
get: {
|
|
7818
8247
|
parameters: {
|
|
@@ -7829,7 +8258,7 @@ export interface paths {
|
|
|
7829
8258
|
[name: string]: unknown;
|
|
7830
8259
|
};
|
|
7831
8260
|
content: {
|
|
7832
|
-
"application/json": components["schemas"]["models.
|
|
8261
|
+
"application/json": components["schemas"]["models.TimeRange"];
|
|
7833
8262
|
};
|
|
7834
8263
|
};
|
|
7835
8264
|
};
|
|
@@ -7842,7 +8271,7 @@ export interface paths {
|
|
|
7842
8271
|
patch?: never;
|
|
7843
8272
|
trace?: never;
|
|
7844
8273
|
};
|
|
7845
|
-
"/internal/
|
|
8274
|
+
"/internal/timewindow": {
|
|
7846
8275
|
parameters: {
|
|
7847
8276
|
query?: never;
|
|
7848
8277
|
header?: never;
|
|
@@ -7850,8 +8279,8 @@ export interface paths {
|
|
|
7850
8279
|
cookie?: never;
|
|
7851
8280
|
};
|
|
7852
8281
|
/**
|
|
7853
|
-
* Get
|
|
7854
|
-
* @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
|
|
7855
8284
|
*/
|
|
7856
8285
|
get: {
|
|
7857
8286
|
parameters: {
|
|
@@ -7868,7 +8297,7 @@ export interface paths {
|
|
|
7868
8297
|
[name: string]: unknown;
|
|
7869
8298
|
};
|
|
7870
8299
|
content: {
|
|
7871
|
-
"application/json": components["schemas"]["models.
|
|
8300
|
+
"application/json": components["schemas"]["models.TimeWindow"];
|
|
7872
8301
|
};
|
|
7873
8302
|
};
|
|
7874
8303
|
};
|
|
@@ -7881,7 +8310,7 @@ export interface paths {
|
|
|
7881
8310
|
patch?: never;
|
|
7882
8311
|
trace?: never;
|
|
7883
8312
|
};
|
|
7884
|
-
"/internal/
|
|
8313
|
+
"/internal/traceresponse": {
|
|
7885
8314
|
parameters: {
|
|
7886
8315
|
query?: never;
|
|
7887
8316
|
header?: never;
|
|
@@ -7889,8 +8318,8 @@ export interface paths {
|
|
|
7889
8318
|
cookie?: never;
|
|
7890
8319
|
};
|
|
7891
8320
|
/**
|
|
7892
|
-
* Get
|
|
7893
|
-
* @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
|
|
7894
8323
|
*/
|
|
7895
8324
|
get: {
|
|
7896
8325
|
parameters: {
|
|
@@ -7907,7 +8336,7 @@ export interface paths {
|
|
|
7907
8336
|
[name: string]: unknown;
|
|
7908
8337
|
};
|
|
7909
8338
|
content: {
|
|
7910
|
-
"application/json": components["schemas"]["
|
|
8339
|
+
"application/json": components["schemas"]["api.TraceResponse"];
|
|
7911
8340
|
};
|
|
7912
8341
|
};
|
|
7913
8342
|
};
|
|
@@ -7920,7 +8349,7 @@ export interface paths {
|
|
|
7920
8349
|
patch?: never;
|
|
7921
8350
|
trace?: never;
|
|
7922
8351
|
};
|
|
7923
|
-
"/internal/
|
|
8352
|
+
"/internal/trackbox": {
|
|
7924
8353
|
parameters: {
|
|
7925
8354
|
query?: never;
|
|
7926
8355
|
header?: never;
|
|
@@ -7928,8 +8357,8 @@ export interface paths {
|
|
|
7928
8357
|
cookie?: never;
|
|
7929
8358
|
};
|
|
7930
8359
|
/**
|
|
7931
|
-
* Get
|
|
7932
|
-
* @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
|
|
7933
8362
|
*/
|
|
7934
8363
|
get: {
|
|
7935
8364
|
parameters: {
|
|
@@ -7946,7 +8375,7 @@ export interface paths {
|
|
|
7946
8375
|
[name: string]: unknown;
|
|
7947
8376
|
};
|
|
7948
8377
|
content: {
|
|
7949
|
-
"application/json": components["schemas"]["models.
|
|
8378
|
+
"application/json": components["schemas"]["models.TrackBox"];
|
|
7950
8379
|
};
|
|
7951
8380
|
};
|
|
7952
8381
|
};
|
|
@@ -7959,7 +8388,7 @@ export interface paths {
|
|
|
7959
8388
|
patch?: never;
|
|
7960
8389
|
trace?: never;
|
|
7961
8390
|
};
|
|
7962
|
-
"/internal/
|
|
8391
|
+
"/internal/updateaccesstokenerrorresponse": {
|
|
7963
8392
|
parameters: {
|
|
7964
8393
|
query?: never;
|
|
7965
8394
|
header?: never;
|
|
@@ -7967,8 +8396,8 @@ export interface paths {
|
|
|
7967
8396
|
cookie?: never;
|
|
7968
8397
|
};
|
|
7969
8398
|
/**
|
|
7970
|
-
* Get
|
|
7971
|
-
* @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
|
|
7972
8401
|
*/
|
|
7973
8402
|
get: {
|
|
7974
8403
|
parameters: {
|
|
@@ -7985,7 +8414,7 @@ export interface paths {
|
|
|
7985
8414
|
[name: string]: unknown;
|
|
7986
8415
|
};
|
|
7987
8416
|
content: {
|
|
7988
|
-
"application/json": components["schemas"]["
|
|
8417
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenErrorResponse"];
|
|
7989
8418
|
};
|
|
7990
8419
|
};
|
|
7991
8420
|
};
|
|
@@ -7998,7 +8427,7 @@ export interface paths {
|
|
|
7998
8427
|
patch?: never;
|
|
7999
8428
|
trace?: never;
|
|
8000
8429
|
};
|
|
8001
|
-
"/internal/
|
|
8430
|
+
"/internal/updateaccesstokenrequest": {
|
|
8002
8431
|
parameters: {
|
|
8003
8432
|
query?: never;
|
|
8004
8433
|
header?: never;
|
|
@@ -8006,8 +8435,8 @@ export interface paths {
|
|
|
8006
8435
|
cookie?: never;
|
|
8007
8436
|
};
|
|
8008
8437
|
/**
|
|
8009
|
-
* Get
|
|
8010
|
-
* @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
|
|
8011
8440
|
*/
|
|
8012
8441
|
get: {
|
|
8013
8442
|
parameters: {
|
|
@@ -8024,7 +8453,7 @@ export interface paths {
|
|
|
8024
8453
|
[name: string]: unknown;
|
|
8025
8454
|
};
|
|
8026
8455
|
content: {
|
|
8027
|
-
"application/json": components["schemas"]["
|
|
8456
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenRequest"];
|
|
8028
8457
|
};
|
|
8029
8458
|
};
|
|
8030
8459
|
};
|
|
@@ -8037,7 +8466,7 @@ export interface paths {
|
|
|
8037
8466
|
patch?: never;
|
|
8038
8467
|
trace?: never;
|
|
8039
8468
|
};
|
|
8040
|
-
"/internal/
|
|
8469
|
+
"/internal/updateaccesstokenresponse": {
|
|
8041
8470
|
parameters: {
|
|
8042
8471
|
query?: never;
|
|
8043
8472
|
header?: never;
|
|
@@ -8045,8 +8474,8 @@ export interface paths {
|
|
|
8045
8474
|
cookie?: never;
|
|
8046
8475
|
};
|
|
8047
8476
|
/**
|
|
8048
|
-
* Get
|
|
8049
|
-
* @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
|
|
8050
8479
|
*/
|
|
8051
8480
|
get: {
|
|
8052
8481
|
parameters: {
|
|
@@ -8063,7 +8492,7 @@ export interface paths {
|
|
|
8063
8492
|
[name: string]: unknown;
|
|
8064
8493
|
};
|
|
8065
8494
|
content: {
|
|
8066
|
-
"application/json": components["schemas"]["api.
|
|
8495
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenResponse"];
|
|
8067
8496
|
};
|
|
8068
8497
|
};
|
|
8069
8498
|
};
|
|
@@ -8076,7 +8505,7 @@ export interface paths {
|
|
|
8076
8505
|
patch?: never;
|
|
8077
8506
|
trace?: never;
|
|
8078
8507
|
};
|
|
8079
|
-
"/internal/
|
|
8508
|
+
"/internal/updateaccesstokensuccessresponse": {
|
|
8080
8509
|
parameters: {
|
|
8081
8510
|
query?: never;
|
|
8082
8511
|
header?: never;
|
|
@@ -8084,8 +8513,8 @@ export interface paths {
|
|
|
8084
8513
|
cookie?: never;
|
|
8085
8514
|
};
|
|
8086
8515
|
/**
|
|
8087
|
-
* Get
|
|
8088
|
-
* @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
|
|
8089
8518
|
*/
|
|
8090
8519
|
get: {
|
|
8091
8520
|
parameters: {
|
|
@@ -8102,7 +8531,7 @@ export interface paths {
|
|
|
8102
8531
|
[name: string]: unknown;
|
|
8103
8532
|
};
|
|
8104
8533
|
content: {
|
|
8105
|
-
"application/json": components["schemas"]["
|
|
8534
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenSuccessResponse"];
|
|
8106
8535
|
};
|
|
8107
8536
|
};
|
|
8108
8537
|
};
|
|
@@ -8115,7 +8544,7 @@ export interface paths {
|
|
|
8115
8544
|
patch?: never;
|
|
8116
8545
|
trace?: never;
|
|
8117
8546
|
};
|
|
8118
|
-
"/internal/
|
|
8547
|
+
"/internal/updatemediaerrorresponse": {
|
|
8119
8548
|
parameters: {
|
|
8120
8549
|
query?: never;
|
|
8121
8550
|
header?: never;
|
|
@@ -8123,8 +8552,8 @@ export interface paths {
|
|
|
8123
8552
|
cookie?: never;
|
|
8124
8553
|
};
|
|
8125
8554
|
/**
|
|
8126
|
-
* Get
|
|
8127
|
-
* @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
|
|
8128
8557
|
*/
|
|
8129
8558
|
get: {
|
|
8130
8559
|
parameters: {
|
|
@@ -8141,7 +8570,7 @@ export interface paths {
|
|
|
8141
8570
|
[name: string]: unknown;
|
|
8142
8571
|
};
|
|
8143
8572
|
content: {
|
|
8144
|
-
"application/json": components["schemas"]["api.
|
|
8573
|
+
"application/json": components["schemas"]["api.UpdateMediaErrorResponse"];
|
|
8145
8574
|
};
|
|
8146
8575
|
};
|
|
8147
8576
|
};
|
|
@@ -8154,7 +8583,7 @@ export interface paths {
|
|
|
8154
8583
|
patch?: never;
|
|
8155
8584
|
trace?: never;
|
|
8156
8585
|
};
|
|
8157
|
-
"/internal/
|
|
8586
|
+
"/internal/updatemediarequest": {
|
|
8158
8587
|
parameters: {
|
|
8159
8588
|
query?: never;
|
|
8160
8589
|
header?: never;
|
|
@@ -8162,8 +8591,8 @@ export interface paths {
|
|
|
8162
8591
|
cookie?: never;
|
|
8163
8592
|
};
|
|
8164
8593
|
/**
|
|
8165
|
-
* Get
|
|
8166
|
-
* @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
|
|
8167
8596
|
*/
|
|
8168
8597
|
get: {
|
|
8169
8598
|
parameters: {
|
|
@@ -8180,7 +8609,7 @@ export interface paths {
|
|
|
8180
8609
|
[name: string]: unknown;
|
|
8181
8610
|
};
|
|
8182
8611
|
content: {
|
|
8183
|
-
"application/json": components["schemas"]["api.
|
|
8612
|
+
"application/json": components["schemas"]["api.UpdateMediaRequest"];
|
|
8184
8613
|
};
|
|
8185
8614
|
};
|
|
8186
8615
|
};
|
|
@@ -8193,7 +8622,7 @@ export interface paths {
|
|
|
8193
8622
|
patch?: never;
|
|
8194
8623
|
trace?: never;
|
|
8195
8624
|
};
|
|
8196
|
-
"/internal/
|
|
8625
|
+
"/internal/updatemediaresponse": {
|
|
8197
8626
|
parameters: {
|
|
8198
8627
|
query?: never;
|
|
8199
8628
|
header?: never;
|
|
@@ -8201,8 +8630,8 @@ export interface paths {
|
|
|
8201
8630
|
cookie?: never;
|
|
8202
8631
|
};
|
|
8203
8632
|
/**
|
|
8204
|
-
* Get
|
|
8205
|
-
* @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
|
|
8206
8635
|
*/
|
|
8207
8636
|
get: {
|
|
8208
8637
|
parameters: {
|
|
@@ -8219,7 +8648,7 @@ export interface paths {
|
|
|
8219
8648
|
[name: string]: unknown;
|
|
8220
8649
|
};
|
|
8221
8650
|
content: {
|
|
8222
|
-
"application/json": components["schemas"]["api.
|
|
8651
|
+
"application/json": components["schemas"]["api.UpdateMediaResponse"];
|
|
8223
8652
|
};
|
|
8224
8653
|
};
|
|
8225
8654
|
};
|
|
@@ -8232,7 +8661,7 @@ export interface paths {
|
|
|
8232
8661
|
patch?: never;
|
|
8233
8662
|
trace?: never;
|
|
8234
8663
|
};
|
|
8235
|
-
"/internal/
|
|
8664
|
+
"/internal/updatemediasuccessresponse": {
|
|
8236
8665
|
parameters: {
|
|
8237
8666
|
query?: never;
|
|
8238
8667
|
header?: never;
|
|
@@ -8240,8 +8669,8 @@ export interface paths {
|
|
|
8240
8669
|
cookie?: never;
|
|
8241
8670
|
};
|
|
8242
8671
|
/**
|
|
8243
|
-
* Get
|
|
8244
|
-
* @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
|
|
8245
8674
|
*/
|
|
8246
8675
|
get: {
|
|
8247
8676
|
parameters: {
|
|
@@ -8258,7 +8687,7 @@ export interface paths {
|
|
|
8258
8687
|
[name: string]: unknown;
|
|
8259
8688
|
};
|
|
8260
8689
|
content: {
|
|
8261
|
-
"application/json": components["schemas"]["api.
|
|
8690
|
+
"application/json": components["schemas"]["api.UpdateMediaSuccessResponse"];
|
|
8262
8691
|
};
|
|
8263
8692
|
};
|
|
8264
8693
|
};
|
|
@@ -8863,7 +9292,7 @@ export interface components {
|
|
|
8863
9292
|
metadata?: components["schemas"]["api.Metadata"];
|
|
8864
9293
|
};
|
|
8865
9294
|
/** @enum {string} */
|
|
8866
|
-
"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" | "analysis_decode_failed" | "analysis_insert_failed" | "analysis_update_failed" | "analysis_notification_update_failed" | "analysis_sequence_update_failed" | "analysis_task_update_failed";
|
|
8867
9296
|
"api.CallerInfo": {
|
|
8868
9297
|
file?: string;
|
|
8869
9298
|
function?: string;
|
|
@@ -9296,6 +9725,37 @@ export interface components {
|
|
|
9296
9725
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9297
9726
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9298
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
|
+
};
|
|
9299
9759
|
"api.GetMediaErrorResponse": {
|
|
9300
9760
|
/** @description Application-specific error code */
|
|
9301
9761
|
applicationStatusCode?: string;
|
|
@@ -9583,6 +10043,9 @@ export interface components {
|
|
|
9583
10043
|
media?: components["schemas"]["models.Media"][];
|
|
9584
10044
|
startTimestamp?: number;
|
|
9585
10045
|
};
|
|
10046
|
+
"api.MediaPatch": {
|
|
10047
|
+
metadata?: components["schemas"]["api.mediaMetadataPatch"];
|
|
10048
|
+
};
|
|
9586
10049
|
"api.Metadata": {
|
|
9587
10050
|
data?: {
|
|
9588
10051
|
[key: string]: unknown;
|
|
@@ -9762,6 +10225,37 @@ export interface components {
|
|
|
9762
10225
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9763
10226
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9764
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
|
+
};
|
|
9765
10259
|
"api.UpdateStrategyErrorResponse": {
|
|
9766
10260
|
/** @description Application-specific error code */
|
|
9767
10261
|
applicationStatusCode?: string;
|
|
@@ -9805,6 +10299,9 @@ export interface components {
|
|
|
9805
10299
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9806
10300
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9807
10301
|
};
|
|
10302
|
+
"api.mediaMetadataPatch": {
|
|
10303
|
+
description?: string;
|
|
10304
|
+
};
|
|
9808
10305
|
"models.AccessToken": {
|
|
9809
10306
|
/** @description Audit information */
|
|
9810
10307
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -9905,6 +10402,51 @@ export interface components {
|
|
|
9905
10402
|
updatedAt?: number;
|
|
9906
10403
|
updatedBy?: string;
|
|
9907
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
|
+
};
|
|
9908
10450
|
"models.Classify": {
|
|
9909
10451
|
details?: components["schemas"]["models.ClassifyDetails"][];
|
|
9910
10452
|
properties?: string[];
|
|
@@ -10023,6 +10565,8 @@ export interface components {
|
|
|
10023
10565
|
webhook_url?: string;
|
|
10024
10566
|
};
|
|
10025
10567
|
"models.Device": {
|
|
10568
|
+
/** @description last time the agent reported being online (timestamp in milliseconds) */
|
|
10569
|
+
agentLastSeen?: number;
|
|
10026
10570
|
/**
|
|
10027
10571
|
* @description AtRuntimeMetadata contains metadata that is generated at runtime, which can include
|
|
10028
10572
|
* more verbose information about the device's current state, capabilities, or configuration.
|
|
@@ -10031,13 +10575,20 @@ export interface components {
|
|
|
10031
10575
|
atRuntimeMetadata?: components["schemas"]["models.DeviceAtRuntimeMetadata"];
|
|
10032
10576
|
/** @description Audit information */
|
|
10033
10577
|
audit?: components["schemas"]["models.Audit"];
|
|
10034
|
-
/** @description
|
|
10035
|
-
cameraMetadata?: components["schemas"]["models.
|
|
10036
|
-
/**
|
|
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" */
|
|
10037
10587
|
deployment?: string;
|
|
10038
|
-
|
|
10039
|
-
|
|
10040
|
-
|
|
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;
|
|
10041
10592
|
/**
|
|
10042
10593
|
* @description FeaturePermissions is used to identify the permissions of the device, such as read, write, delete, etc.
|
|
10043
10594
|
* It is a map of feature names to permissions.
|
|
@@ -10046,23 +10597,27 @@ export interface components {
|
|
|
10046
10597
|
* FeaturePermissions can be used to implement Role-Based Access Control (RBAC) for devices.
|
|
10047
10598
|
*/
|
|
10048
10599
|
featurePermissions?: components["schemas"]["models.DeviceFeaturePermissions"];
|
|
10049
|
-
|
|
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"];
|
|
10050
10605
|
id?: string;
|
|
10051
|
-
/** @description
|
|
10052
|
-
|
|
10053
|
-
/** @description Location metadata */
|
|
10054
|
-
locationMetadata?: components["schemas"]["models.DeviceLocationMetadata"];
|
|
10055
|
-
/** @description Metadata */
|
|
10056
|
-
metadata?: components["schemas"]["models.DeviceMetadata"];
|
|
10606
|
+
/** @description threshold in milliseconds to consider a device idle, based on deviceLastSeen */
|
|
10607
|
+
idleThreshold?: number;
|
|
10057
10608
|
/**
|
|
10058
10609
|
* @description Device information
|
|
10059
10610
|
* Note: DeviceId is a unique identifier for the device, it can be used to identify the device in the system.
|
|
10060
10611
|
* DeviceType is used to identify the type of device, such as camera, sensor, access control, etc.
|
|
10061
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" */
|
|
10062
10620
|
name?: string;
|
|
10063
|
-
organisationId?: string;
|
|
10064
|
-
/** @description e.g. "v1.0.0-abcdef123456" */
|
|
10065
|
-
releaseHash?: string;
|
|
10066
10621
|
/**
|
|
10067
10622
|
* @description RBAC information
|
|
10068
10623
|
* Note: SiteId is used to identify the site where the device is located.
|
|
@@ -10070,81 +10625,67 @@ export interface components {
|
|
|
10070
10625
|
* OrganisationId is used to identify the organisation that owns the device.
|
|
10071
10626
|
* FeaturePermissions is used to identify the permissions of the device, such as read, write, delete, etc.
|
|
10072
10627
|
*/
|
|
10073
|
-
|
|
10074
|
-
/**
|
|
10075
|
-
* @description Device status
|
|
10076
|
-
* Note: Status is used to identify the status of the device, such as online, offline, maintenance, etc.
|
|
10077
|
-
* LastSeenTimestamp is used to identify the last time the device was seen online.
|
|
10078
|
-
*/
|
|
10079
|
-
status?: string;
|
|
10628
|
+
organisationId?: string;
|
|
10080
10629
|
/**
|
|
10081
10630
|
* @description Versioning information
|
|
10082
10631
|
* Note: Version is used to identify the version of the device software.
|
|
10083
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.
|
|
10084
10633
|
* Deployment is used to identify the deployment type of the device, such as factory, docker, docker compose, kubernetes, etc.
|
|
10085
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. */
|
|
10086
10640
|
version?: string;
|
|
10087
10641
|
};
|
|
10088
|
-
"models.DeviceAtRuntimeMetadata":
|
|
10089
|
-
|
|
10090
|
-
|
|
10091
|
-
bitrate?: number;
|
|
10092
|
-
/** @description e.g. "H.264", "H.265" */
|
|
10093
|
-
codec?: string;
|
|
10094
|
-
/** @description Frame rate in fps */
|
|
10095
|
-
frameRate?: number;
|
|
10096
|
-
/** @description Indicates if the camera supports audio */
|
|
10097
|
-
hasAudio?: boolean;
|
|
10098
|
-
/** @description Indicates if the camera has input/output capabilities */
|
|
10099
|
-
hasIO?: boolean;
|
|
10100
|
-
/** @description Indicates if the camera supports ONVIF protocol */
|
|
10101
|
-
hasOnvif?: boolean;
|
|
10102
|
-
/** @description Indicates if the camera supports pan and tilt functionality */
|
|
10103
|
-
hasPanTilt?: boolean;
|
|
10104
|
-
/** @description Indicates if the camera supports presets */
|
|
10105
|
-
hasPresets?: boolean;
|
|
10106
|
-
/** @description Indicates if the camera supports zoom functionality */
|
|
10107
|
-
hasZoom?: boolean;
|
|
10108
|
-
/** @description Input/Output capabilities of the camera (such as alarms, relays, etc.) */
|
|
10109
|
-
ios?: components["schemas"]["models.IO"][];
|
|
10110
|
-
/** @description Presets for the camera, used for quick positioning */
|
|
10111
|
-
presets?: components["schemas"]["models.Preset"][];
|
|
10112
|
-
/** @description e.g. "1920x1080", "1280x720" */
|
|
10113
|
-
resolution?: string;
|
|
10114
|
-
/** @description Tours for the camera, used for automated movements through presets */
|
|
10115
|
-
tours?: components["schemas"]["models.Tour"][];
|
|
10642
|
+
"models.DeviceAtRuntimeMetadata": {
|
|
10643
|
+
/** @description Status is derived from the last seen timestamps and thresholds. */
|
|
10644
|
+
status?: string;
|
|
10116
10645
|
};
|
|
10117
10646
|
"models.DeviceFeaturePermissions": {
|
|
10118
|
-
floorPlans?:
|
|
10119
|
-
io?:
|
|
10120
|
-
liveview?:
|
|
10121
|
-
ptz?:
|
|
10122
|
-
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"];
|
|
10123
10652
|
};
|
|
10124
10653
|
"models.DeviceKey": {
|
|
10125
10654
|
key?: string;
|
|
10126
10655
|
name?: string;
|
|
10127
10656
|
};
|
|
10128
|
-
"models.DeviceLocationMetadata": {
|
|
10129
|
-
fieldOfView?: number;
|
|
10130
|
-
location?: components["schemas"]["models.Location"];
|
|
10131
|
-
onFloorPlans?: string[];
|
|
10132
|
-
};
|
|
10133
10657
|
"models.DeviceMetadata": {
|
|
10658
|
+
architecture?: string;
|
|
10659
|
+
bootTime?: string;
|
|
10134
10660
|
/** @description e.g. "Nest", "Ring" */
|
|
10135
10661
|
brand?: string;
|
|
10136
10662
|
/** @description e.g. "#FF5733" (hex color code) */
|
|
10137
10663
|
color?: string;
|
|
10138
10664
|
/** @description e.g. "Outdoor camera with night vision" */
|
|
10139
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;
|
|
10140
10674
|
/** @description Installation date in milliseconds since epoch */
|
|
10141
10675
|
installationDate?: number;
|
|
10676
|
+
/** @description e.g. "192.168.1.1" */
|
|
10677
|
+
ipAddress?: string;
|
|
10142
10678
|
/** @description Last maintenance date in milliseconds since epoch */
|
|
10143
10679
|
lastMaintenance?: number;
|
|
10680
|
+
/** @description e.g. "00:1A:2B:3C:4D:5E" */
|
|
10681
|
+
macAddress?: string;
|
|
10144
10682
|
/** @description e.g. "Nest Cam", "Ring Doorbell" */
|
|
10145
10683
|
model?: string;
|
|
10146
|
-
/** @description
|
|
10147
|
-
|
|
10684
|
+
/** @description Floor plans this device is associated with */
|
|
10685
|
+
onFloorPlans?: string[];
|
|
10686
|
+
processMemory?: string;
|
|
10687
|
+
totalMemory?: string;
|
|
10688
|
+
usedMemory?: string;
|
|
10148
10689
|
};
|
|
10149
10690
|
"models.DeviceOption": {
|
|
10150
10691
|
id?: string;
|
|
@@ -10235,6 +10776,22 @@ export interface components {
|
|
|
10235
10776
|
range?: string;
|
|
10236
10777
|
time?: string;
|
|
10237
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
|
+
};
|
|
10238
10795
|
"models.Group": {
|
|
10239
10796
|
/** @description Audit information */
|
|
10240
10797
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -10307,6 +10864,16 @@ export interface components {
|
|
|
10307
10864
|
end?: number;
|
|
10308
10865
|
start?: number;
|
|
10309
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
|
+
};
|
|
10310
10877
|
"models.IO": {
|
|
10311
10878
|
/** @description Audit information */
|
|
10312
10879
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -10322,6 +10889,16 @@ export interface components {
|
|
|
10322
10889
|
type?: string;
|
|
10323
10890
|
value?: string;
|
|
10324
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
|
+
};
|
|
10325
10902
|
"models.Location": {
|
|
10326
10903
|
/** @description e.g. "123 Main St, Anytown, USA" */
|
|
10327
10904
|
address?: string;
|
|
@@ -10329,6 +10906,8 @@ export interface components {
|
|
|
10329
10906
|
altitude?: number;
|
|
10330
10907
|
latitude?: number;
|
|
10331
10908
|
longitude?: number;
|
|
10909
|
+
/** @description e.g. "Warehouse Aisle 3" */
|
|
10910
|
+
name?: string;
|
|
10332
10911
|
};
|
|
10333
10912
|
"models.Marker": {
|
|
10334
10913
|
/**
|
|
@@ -10589,6 +11168,8 @@ export interface components {
|
|
|
10589
11168
|
* OrganisationId is used to identify the organisation that owns the device.
|
|
10590
11169
|
*/
|
|
10591
11170
|
deviceId?: string;
|
|
11171
|
+
/** @description Name of the device that uploaded media */
|
|
11172
|
+
deviceName?: string;
|
|
10592
11173
|
duration?: number;
|
|
10593
11174
|
endTimestamp?: number;
|
|
10594
11175
|
groupId?: string;
|
|
@@ -10611,8 +11192,10 @@ export interface components {
|
|
|
10611
11192
|
videoFile?: string;
|
|
10612
11193
|
};
|
|
10613
11194
|
"models.MediaAtRuntimeMetadata": {
|
|
11195
|
+
analysis?: components["schemas"]["models.AnalysisWrapper"];
|
|
10614
11196
|
/** @description Timestamp when the runtime metadata was cached. */
|
|
10615
11197
|
cachedTimestamp?: number;
|
|
11198
|
+
device?: components["schemas"]["models.Device"];
|
|
10616
11199
|
redactionUrl?: string;
|
|
10617
11200
|
spriteUrl?: string;
|
|
10618
11201
|
thumbnailUrl?: string;
|
|
@@ -10631,7 +11214,6 @@ export interface components {
|
|
|
10631
11214
|
count?: number;
|
|
10632
11215
|
description?: string;
|
|
10633
11216
|
detections?: string[];
|
|
10634
|
-
deviceName?: string;
|
|
10635
11217
|
dominantColors?: string[];
|
|
10636
11218
|
embedding?: number[];
|
|
10637
11219
|
/** @description frames per second */
|
|
@@ -10732,6 +11314,8 @@ export interface components {
|
|
|
10732
11314
|
/** @description Add fields relevant to notification stage */
|
|
10733
11315
|
notificationType?: string;
|
|
10734
11316
|
};
|
|
11317
|
+
/** @enum {integer} */
|
|
11318
|
+
"models.PermissionLevel": 1 | 2 | 3 | 4 | 2 | 3 | 4 | 5 | 2 | 3 | 2 | 2 | 3 | 2 | 3 | 4;
|
|
10735
11319
|
"models.PipelineEvent": {
|
|
10736
11320
|
analysisStage?: components["schemas"]["models.AnalysisStage"];
|
|
10737
11321
|
/** @description We should get rid of this and use the stage map */
|
|
@@ -10794,13 +11378,6 @@ export interface components {
|
|
|
10794
11378
|
x?: number;
|
|
10795
11379
|
y?: number;
|
|
10796
11380
|
};
|
|
10797
|
-
"models.Preset": {
|
|
10798
|
-
name?: string;
|
|
10799
|
-
token?: string;
|
|
10800
|
-
x?: number;
|
|
10801
|
-
y?: number;
|
|
10802
|
-
z?: number;
|
|
10803
|
-
};
|
|
10804
11381
|
"models.Region": {
|
|
10805
11382
|
device?: string;
|
|
10806
11383
|
height?: number;
|
|
@@ -11019,14 +11596,6 @@ export interface components {
|
|
|
11019
11596
|
timeRange2MinTuesday?: number;
|
|
11020
11597
|
timeRange2MinWednesday?: number;
|
|
11021
11598
|
};
|
|
11022
|
-
"models.Tour": {
|
|
11023
|
-
current?: number;
|
|
11024
|
-
loop?: boolean;
|
|
11025
|
-
name?: string;
|
|
11026
|
-
presets?: components["schemas"]["models.Preset"][];
|
|
11027
|
-
running?: boolean;
|
|
11028
|
-
speed?: number;
|
|
11029
|
-
};
|
|
11030
11599
|
"models.TrackBox": {
|
|
11031
11600
|
edited?: boolean;
|
|
11032
11601
|
smoothed?: boolean;
|
|
@@ -11146,6 +11715,9 @@ export declare namespace models {
|
|
|
11146
11715
|
type Audit = components['schemas']['models.Audit'];
|
|
11147
11716
|
type AuditCreate = components['schemas']['models.AuditCreate'];
|
|
11148
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'];
|
|
11149
11721
|
type Classify = components['schemas']['models.Classify'];
|
|
11150
11722
|
type ClassifyDetails = components['schemas']['models.ClassifyDetails'];
|
|
11151
11723
|
type Color = components['schemas']['models.Color'];
|
|
@@ -11155,10 +11727,9 @@ export declare namespace models {
|
|
|
11155
11727
|
type CountingRecord = components['schemas']['models.CountingRecord'];
|
|
11156
11728
|
type CustomAlert = components['schemas']['models.CustomAlert'];
|
|
11157
11729
|
type Device = components['schemas']['models.Device'];
|
|
11158
|
-
type
|
|
11730
|
+
type DeviceAtRuntimeMetadata = components['schemas']['models.DeviceAtRuntimeMetadata'];
|
|
11159
11731
|
type DeviceFeaturePermissions = components['schemas']['models.DeviceFeaturePermissions'];
|
|
11160
11732
|
type DeviceKey = components['schemas']['models.DeviceKey'];
|
|
11161
|
-
type DeviceLocationMetadata = components['schemas']['models.DeviceLocationMetadata'];
|
|
11162
11733
|
type DeviceMetadata = components['schemas']['models.DeviceMetadata'];
|
|
11163
11734
|
type DeviceOption = components['schemas']['models.DeviceOption'];
|
|
11164
11735
|
type DevicePlacement = components['schemas']['models.DevicePlacement'];
|
|
@@ -11169,6 +11740,7 @@ export declare namespace models {
|
|
|
11169
11740
|
type FeaturePermissions = components['schemas']['models.FeaturePermissions'];
|
|
11170
11741
|
type FloorPlan = components['schemas']['models.FloorPlan'];
|
|
11171
11742
|
type FragmentedBytesRangeOnTime = components['schemas']['models.FragmentedBytesRangeOnTime'];
|
|
11743
|
+
type GPSMetadata = components['schemas']['models.GPSMetadata'];
|
|
11172
11744
|
type Group = components['schemas']['models.Group'];
|
|
11173
11745
|
type GroupMetadata = components['schemas']['models.GroupMetadata'];
|
|
11174
11746
|
type GroupOption = components['schemas']['models.GroupOption'];
|
|
@@ -11176,7 +11748,9 @@ export declare namespace models {
|
|
|
11176
11748
|
type HealthMetadata = components['schemas']['models.HealthMetadata'];
|
|
11177
11749
|
type HighUpload = components['schemas']['models.HighUpload'];
|
|
11178
11750
|
type HourRange = components['schemas']['models.HourRange'];
|
|
11751
|
+
type HumiditySensorMetadata = components['schemas']['models.HumiditySensorMetadata'];
|
|
11179
11752
|
type IO = components['schemas']['models.IO'];
|
|
11753
|
+
type LightSensorMetadata = components['schemas']['models.LightSensorMetadata'];
|
|
11180
11754
|
type Location = components['schemas']['models.Location'];
|
|
11181
11755
|
type Marker = components['schemas']['models.Marker'];
|
|
11182
11756
|
type MarkerAtRuntimeMetadata = components['schemas']['models.MarkerAtRuntimeMetadata'];
|
|
@@ -11203,7 +11777,6 @@ export declare namespace models {
|
|
|
11203
11777
|
type PipelineMetadata = components['schemas']['models.PipelineMetadata'];
|
|
11204
11778
|
type PipelinePayload = components['schemas']['models.PipelinePayload'];
|
|
11205
11779
|
type Point = components['schemas']['models.Point'];
|
|
11206
|
-
type Preset = components['schemas']['models.Preset'];
|
|
11207
11780
|
type Region = components['schemas']['models.Region'];
|
|
11208
11781
|
type Role = components['schemas']['models.Role'];
|
|
11209
11782
|
type SequenceStage = components['schemas']['models.SequenceStage'];
|
|
@@ -11221,7 +11794,6 @@ export declare namespace models {
|
|
|
11221
11794
|
type Thumby = components['schemas']['models.Thumby'];
|
|
11222
11795
|
type TimeRange = components['schemas']['models.TimeRange'];
|
|
11223
11796
|
type TimeWindow = components['schemas']['models.TimeWindow'];
|
|
11224
|
-
type Tour = components['schemas']['models.Tour'];
|
|
11225
11797
|
type TrackBox = components['schemas']['models.TrackBox'];
|
|
11226
11798
|
type User = components['schemas']['models.User'];
|
|
11227
11799
|
type VaultMedia = components['schemas']['models.VaultMedia'];
|
|
@@ -11290,6 +11862,10 @@ export declare namespace api {
|
|
|
11290
11862
|
type GetMarkersErrorResponse = components['schemas']['api.GetMarkersErrorResponse'];
|
|
11291
11863
|
type GetMarkersResponse = components['schemas']['api.GetMarkersResponse'];
|
|
11292
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'];
|
|
11293
11869
|
type GetMediaErrorResponse = components['schemas']['api.GetMediaErrorResponse'];
|
|
11294
11870
|
type GetMediaRequest = components['schemas']['api.GetMediaRequest'];
|
|
11295
11871
|
type GetMediaResponse = components['schemas']['api.GetMediaResponse'];
|
|
@@ -11325,6 +11901,7 @@ export declare namespace api {
|
|
|
11325
11901
|
type Media2Filter = components['schemas']['api.Media2Filter'];
|
|
11326
11902
|
type MediaFilter = components['schemas']['api.MediaFilter'];
|
|
11327
11903
|
type MediaGroup = components['schemas']['api.MediaGroup'];
|
|
11904
|
+
type MediaPatch = components['schemas']['api.MediaPatch'];
|
|
11328
11905
|
type Metadata = components['schemas']['api.Metadata'];
|
|
11329
11906
|
type PanicResponse = components['schemas']['api.PanicResponse'];
|
|
11330
11907
|
type RedactionEvent = components['schemas']['api.RedactionEvent'];
|
|
@@ -11343,9 +11920,14 @@ export declare namespace api {
|
|
|
11343
11920
|
type UpdateAccessTokenRequest = components['schemas']['api.UpdateAccessTokenRequest'];
|
|
11344
11921
|
type UpdateAccessTokenResponse = components['schemas']['api.UpdateAccessTokenResponse'];
|
|
11345
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'];
|
|
11346
11927
|
type UpdateStrategyErrorResponse = components['schemas']['api.UpdateStrategyErrorResponse'];
|
|
11347
11928
|
type UpdateStrategyRequest = components['schemas']['api.UpdateStrategyRequest'];
|
|
11348
11929
|
type UpdateStrategyResponse = components['schemas']['api.UpdateStrategyResponse'];
|
|
11349
11930
|
type UpdateStrategySuccessResponse = components['schemas']['api.UpdateStrategySuccessResponse'];
|
|
11350
11931
|
type WarningResponse = components['schemas']['api.WarningResponse'];
|
|
11932
|
+
type mediaMetadataPatch = components['schemas']['api.mediaMetadataPatch'];
|
|
11351
11933
|
}
|