@uug-ai/models 1.4.4 → 1.4.5
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 +1477 -217
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -549,6 +549,45 @@ export interface paths {
|
|
|
549
549
|
patch?: never;
|
|
550
550
|
trace?: never;
|
|
551
551
|
};
|
|
552
|
+
"/internal/alertpatch": {
|
|
553
|
+
parameters: {
|
|
554
|
+
query?: never;
|
|
555
|
+
header?: never;
|
|
556
|
+
path?: never;
|
|
557
|
+
cookie?: never;
|
|
558
|
+
};
|
|
559
|
+
/**
|
|
560
|
+
* Get AlertPatch (schema generation only)
|
|
561
|
+
* @description Internal endpoint used only to ensure AlertPatch schema is generated in OpenAPI spec
|
|
562
|
+
*/
|
|
563
|
+
get: {
|
|
564
|
+
parameters: {
|
|
565
|
+
query?: never;
|
|
566
|
+
header?: never;
|
|
567
|
+
path?: never;
|
|
568
|
+
cookie?: never;
|
|
569
|
+
};
|
|
570
|
+
requestBody?: never;
|
|
571
|
+
responses: {
|
|
572
|
+
/** @description OK */
|
|
573
|
+
200: {
|
|
574
|
+
headers: {
|
|
575
|
+
[name: string]: unknown;
|
|
576
|
+
};
|
|
577
|
+
content: {
|
|
578
|
+
"application/json": components["schemas"]["models.AlertPatch"];
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
put?: never;
|
|
584
|
+
post?: never;
|
|
585
|
+
delete?: never;
|
|
586
|
+
options?: never;
|
|
587
|
+
head?: never;
|
|
588
|
+
patch?: never;
|
|
589
|
+
trace?: never;
|
|
590
|
+
};
|
|
552
591
|
"/internal/alexa": {
|
|
553
592
|
parameters: {
|
|
554
593
|
query?: never;
|
|
@@ -1758,7 +1797,7 @@ export interface paths {
|
|
|
1758
1797
|
patch?: never;
|
|
1759
1798
|
trace?: never;
|
|
1760
1799
|
};
|
|
1761
|
-
"/internal/
|
|
1800
|
+
"/internal/createalertinput": {
|
|
1762
1801
|
parameters: {
|
|
1763
1802
|
query?: never;
|
|
1764
1803
|
header?: never;
|
|
@@ -1766,8 +1805,8 @@ export interface paths {
|
|
|
1766
1805
|
cookie?: never;
|
|
1767
1806
|
};
|
|
1768
1807
|
/**
|
|
1769
|
-
* Get
|
|
1770
|
-
* @description Internal endpoint used only to ensure
|
|
1808
|
+
* Get CreateAlertInput (schema generation only)
|
|
1809
|
+
* @description Internal endpoint used only to ensure CreateAlertInput schema is generated in OpenAPI spec
|
|
1771
1810
|
*/
|
|
1772
1811
|
get: {
|
|
1773
1812
|
parameters: {
|
|
@@ -1784,7 +1823,7 @@ export interface paths {
|
|
|
1784
1823
|
[name: string]: unknown;
|
|
1785
1824
|
};
|
|
1786
1825
|
content: {
|
|
1787
|
-
"application/json": components["schemas"]["models.
|
|
1826
|
+
"application/json": components["schemas"]["models.CreateAlertInput"];
|
|
1788
1827
|
};
|
|
1789
1828
|
};
|
|
1790
1829
|
};
|
|
@@ -1797,7 +1836,7 @@ export interface paths {
|
|
|
1797
1836
|
patch?: never;
|
|
1798
1837
|
trace?: never;
|
|
1799
1838
|
};
|
|
1800
|
-
"/internal/
|
|
1839
|
+
"/internal/createalertoutput": {
|
|
1801
1840
|
parameters: {
|
|
1802
1841
|
query?: never;
|
|
1803
1842
|
header?: never;
|
|
@@ -1805,8 +1844,8 @@ export interface paths {
|
|
|
1805
1844
|
cookie?: never;
|
|
1806
1845
|
};
|
|
1807
1846
|
/**
|
|
1808
|
-
* Get
|
|
1809
|
-
* @description Internal endpoint used only to ensure
|
|
1847
|
+
* Get CreateAlertOutput (schema generation only)
|
|
1848
|
+
* @description Internal endpoint used only to ensure CreateAlertOutput schema is generated in OpenAPI spec
|
|
1810
1849
|
*/
|
|
1811
1850
|
get: {
|
|
1812
1851
|
parameters: {
|
|
@@ -1823,7 +1862,7 @@ export interface paths {
|
|
|
1823
1862
|
[name: string]: unknown;
|
|
1824
1863
|
};
|
|
1825
1864
|
content: {
|
|
1826
|
-
"application/json": components["schemas"]["
|
|
1865
|
+
"application/json": components["schemas"]["models.CreateAlertOutput"];
|
|
1827
1866
|
};
|
|
1828
1867
|
};
|
|
1829
1868
|
};
|
|
@@ -1836,7 +1875,7 @@ export interface paths {
|
|
|
1836
1875
|
patch?: never;
|
|
1837
1876
|
trace?: never;
|
|
1838
1877
|
};
|
|
1839
|
-
"/internal/
|
|
1878
|
+
"/internal/createcustomalerterrorresponse": {
|
|
1840
1879
|
parameters: {
|
|
1841
1880
|
query?: never;
|
|
1842
1881
|
header?: never;
|
|
@@ -1844,8 +1883,8 @@ export interface paths {
|
|
|
1844
1883
|
cookie?: never;
|
|
1845
1884
|
};
|
|
1846
1885
|
/**
|
|
1847
|
-
* Get
|
|
1848
|
-
* @description Internal endpoint used only to ensure
|
|
1886
|
+
* Get CreateCustomAlertErrorResponse (schema generation only)
|
|
1887
|
+
* @description Internal endpoint used only to ensure CreateCustomAlertErrorResponse schema is generated in OpenAPI spec
|
|
1849
1888
|
*/
|
|
1850
1889
|
get: {
|
|
1851
1890
|
parameters: {
|
|
@@ -1862,7 +1901,7 @@ export interface paths {
|
|
|
1862
1901
|
[name: string]: unknown;
|
|
1863
1902
|
};
|
|
1864
1903
|
content: {
|
|
1865
|
-
"application/json": components["schemas"]["
|
|
1904
|
+
"application/json": components["schemas"]["api.CreateCustomAlertErrorResponse"];
|
|
1866
1905
|
};
|
|
1867
1906
|
};
|
|
1868
1907
|
};
|
|
@@ -1875,7 +1914,7 @@ export interface paths {
|
|
|
1875
1914
|
patch?: never;
|
|
1876
1915
|
trace?: never;
|
|
1877
1916
|
};
|
|
1878
|
-
"/internal/
|
|
1917
|
+
"/internal/createcustomalertrequest": {
|
|
1879
1918
|
parameters: {
|
|
1880
1919
|
query?: never;
|
|
1881
1920
|
header?: never;
|
|
@@ -1883,8 +1922,8 @@ export interface paths {
|
|
|
1883
1922
|
cookie?: never;
|
|
1884
1923
|
};
|
|
1885
1924
|
/**
|
|
1886
|
-
* Get
|
|
1887
|
-
* @description Internal endpoint used only to ensure
|
|
1925
|
+
* Get CreateCustomAlertRequest (schema generation only)
|
|
1926
|
+
* @description Internal endpoint used only to ensure CreateCustomAlertRequest schema is generated in OpenAPI spec
|
|
1888
1927
|
*/
|
|
1889
1928
|
get: {
|
|
1890
1929
|
parameters: {
|
|
@@ -1901,7 +1940,7 @@ export interface paths {
|
|
|
1901
1940
|
[name: string]: unknown;
|
|
1902
1941
|
};
|
|
1903
1942
|
content: {
|
|
1904
|
-
"application/json": components["schemas"]["
|
|
1943
|
+
"application/json": components["schemas"]["api.CreateCustomAlertRequest"];
|
|
1905
1944
|
};
|
|
1906
1945
|
};
|
|
1907
1946
|
};
|
|
@@ -1914,7 +1953,7 @@ export interface paths {
|
|
|
1914
1953
|
patch?: never;
|
|
1915
1954
|
trace?: never;
|
|
1916
1955
|
};
|
|
1917
|
-
"/internal/
|
|
1956
|
+
"/internal/createcustomalertresponse": {
|
|
1918
1957
|
parameters: {
|
|
1919
1958
|
query?: never;
|
|
1920
1959
|
header?: never;
|
|
@@ -1922,8 +1961,8 @@ export interface paths {
|
|
|
1922
1961
|
cookie?: never;
|
|
1923
1962
|
};
|
|
1924
1963
|
/**
|
|
1925
|
-
* Get
|
|
1926
|
-
* @description Internal endpoint used only to ensure
|
|
1964
|
+
* Get CreateCustomAlertResponse (schema generation only)
|
|
1965
|
+
* @description Internal endpoint used only to ensure CreateCustomAlertResponse schema is generated in OpenAPI spec
|
|
1927
1966
|
*/
|
|
1928
1967
|
get: {
|
|
1929
1968
|
parameters: {
|
|
@@ -1940,7 +1979,7 @@ export interface paths {
|
|
|
1940
1979
|
[name: string]: unknown;
|
|
1941
1980
|
};
|
|
1942
1981
|
content: {
|
|
1943
|
-
"application/json": components["schemas"]["
|
|
1982
|
+
"application/json": components["schemas"]["api.CreateCustomAlertResponse"];
|
|
1944
1983
|
};
|
|
1945
1984
|
};
|
|
1946
1985
|
};
|
|
@@ -1953,7 +1992,7 @@ export interface paths {
|
|
|
1953
1992
|
patch?: never;
|
|
1954
1993
|
trace?: never;
|
|
1955
1994
|
};
|
|
1956
|
-
"/internal/
|
|
1995
|
+
"/internal/createcustomalertsuccessresponse": {
|
|
1957
1996
|
parameters: {
|
|
1958
1997
|
query?: never;
|
|
1959
1998
|
header?: never;
|
|
@@ -1961,8 +2000,8 @@ export interface paths {
|
|
|
1961
2000
|
cookie?: never;
|
|
1962
2001
|
};
|
|
1963
2002
|
/**
|
|
1964
|
-
* Get
|
|
1965
|
-
* @description Internal endpoint used only to ensure
|
|
2003
|
+
* Get CreateCustomAlertSuccessResponse (schema generation only)
|
|
2004
|
+
* @description Internal endpoint used only to ensure CreateCustomAlertSuccessResponse schema is generated in OpenAPI spec
|
|
1966
2005
|
*/
|
|
1967
2006
|
get: {
|
|
1968
2007
|
parameters: {
|
|
@@ -1979,7 +2018,7 @@ export interface paths {
|
|
|
1979
2018
|
[name: string]: unknown;
|
|
1980
2019
|
};
|
|
1981
2020
|
content: {
|
|
1982
|
-
"application/json": components["schemas"]["api.
|
|
2021
|
+
"application/json": components["schemas"]["api.CreateCustomAlertSuccessResponse"];
|
|
1983
2022
|
};
|
|
1984
2023
|
};
|
|
1985
2024
|
};
|
|
@@ -1992,7 +2031,7 @@ export interface paths {
|
|
|
1992
2031
|
patch?: never;
|
|
1993
2032
|
trace?: never;
|
|
1994
2033
|
};
|
|
1995
|
-
"/internal/
|
|
2034
|
+
"/internal/credentials": {
|
|
1996
2035
|
parameters: {
|
|
1997
2036
|
query?: never;
|
|
1998
2037
|
header?: never;
|
|
@@ -2000,8 +2039,8 @@ export interface paths {
|
|
|
2000
2039
|
cookie?: never;
|
|
2001
2040
|
};
|
|
2002
2041
|
/**
|
|
2003
|
-
* Get
|
|
2004
|
-
* @description Internal endpoint used only to ensure
|
|
2042
|
+
* Get Credentials (schema generation only)
|
|
2043
|
+
* @description Internal endpoint used only to ensure Credentials schema is generated in OpenAPI spec
|
|
2005
2044
|
*/
|
|
2006
2045
|
get: {
|
|
2007
2046
|
parameters: {
|
|
@@ -2018,7 +2057,7 @@ export interface paths {
|
|
|
2018
2057
|
[name: string]: unknown;
|
|
2019
2058
|
};
|
|
2020
2059
|
content: {
|
|
2021
|
-
"application/json": components["schemas"]["
|
|
2060
|
+
"application/json": components["schemas"]["models.Credentials"];
|
|
2022
2061
|
};
|
|
2023
2062
|
};
|
|
2024
2063
|
};
|
|
@@ -2031,7 +2070,7 @@ export interface paths {
|
|
|
2031
2070
|
patch?: never;
|
|
2032
2071
|
trace?: never;
|
|
2033
2072
|
};
|
|
2034
|
-
"/internal/
|
|
2073
|
+
"/internal/cursorpagination": {
|
|
2035
2074
|
parameters: {
|
|
2036
2075
|
query?: never;
|
|
2037
2076
|
header?: never;
|
|
@@ -2039,8 +2078,8 @@ export interface paths {
|
|
|
2039
2078
|
cookie?: never;
|
|
2040
2079
|
};
|
|
2041
2080
|
/**
|
|
2042
|
-
* Get
|
|
2043
|
-
* @description Internal endpoint used only to ensure
|
|
2081
|
+
* Get CursorPagination (schema generation only)
|
|
2082
|
+
* @description Internal endpoint used only to ensure CursorPagination schema is generated in OpenAPI spec
|
|
2044
2083
|
*/
|
|
2045
2084
|
get: {
|
|
2046
2085
|
parameters: {
|
|
@@ -2057,7 +2096,7 @@ export interface paths {
|
|
|
2057
2096
|
[name: string]: unknown;
|
|
2058
2097
|
};
|
|
2059
2098
|
content: {
|
|
2060
|
-
"application/json": components["schemas"]["api.
|
|
2099
|
+
"application/json": components["schemas"]["api.CursorPagination"];
|
|
2061
2100
|
};
|
|
2062
2101
|
};
|
|
2063
2102
|
};
|
|
@@ -2070,7 +2109,7 @@ export interface paths {
|
|
|
2070
2109
|
patch?: never;
|
|
2071
2110
|
trace?: never;
|
|
2072
2111
|
};
|
|
2073
|
-
"/internal/
|
|
2112
|
+
"/internal/customalert": {
|
|
2074
2113
|
parameters: {
|
|
2075
2114
|
query?: never;
|
|
2076
2115
|
header?: never;
|
|
@@ -2078,8 +2117,8 @@ export interface paths {
|
|
|
2078
2117
|
cookie?: never;
|
|
2079
2118
|
};
|
|
2080
2119
|
/**
|
|
2081
|
-
* Get
|
|
2082
|
-
* @description Internal endpoint used only to ensure
|
|
2120
|
+
* Get CustomAlert (schema generation only)
|
|
2121
|
+
* @description Internal endpoint used only to ensure CustomAlert schema is generated in OpenAPI spec
|
|
2083
2122
|
*/
|
|
2084
2123
|
get: {
|
|
2085
2124
|
parameters: {
|
|
@@ -2096,7 +2135,7 @@ export interface paths {
|
|
|
2096
2135
|
[name: string]: unknown;
|
|
2097
2136
|
};
|
|
2098
2137
|
content: {
|
|
2099
|
-
"application/json": components["schemas"]["
|
|
2138
|
+
"application/json": components["schemas"]["models.CustomAlert"];
|
|
2100
2139
|
};
|
|
2101
2140
|
};
|
|
2102
2141
|
};
|
|
@@ -2109,7 +2148,7 @@ export interface paths {
|
|
|
2109
2148
|
patch?: never;
|
|
2110
2149
|
trace?: never;
|
|
2111
2150
|
};
|
|
2112
|
-
"/internal/
|
|
2151
|
+
"/internal/customalertpatch": {
|
|
2113
2152
|
parameters: {
|
|
2114
2153
|
query?: never;
|
|
2115
2154
|
header?: never;
|
|
@@ -2117,8 +2156,8 @@ export interface paths {
|
|
|
2117
2156
|
cookie?: never;
|
|
2118
2157
|
};
|
|
2119
2158
|
/**
|
|
2120
|
-
* Get
|
|
2121
|
-
* @description Internal endpoint used only to ensure
|
|
2159
|
+
* Get CustomAlertPatch (schema generation only)
|
|
2160
|
+
* @description Internal endpoint used only to ensure CustomAlertPatch schema is generated in OpenAPI spec
|
|
2122
2161
|
*/
|
|
2123
2162
|
get: {
|
|
2124
2163
|
parameters: {
|
|
@@ -2135,7 +2174,7 @@ export interface paths {
|
|
|
2135
2174
|
[name: string]: unknown;
|
|
2136
2175
|
};
|
|
2137
2176
|
content: {
|
|
2138
|
-
"application/json": components["schemas"]["api.
|
|
2177
|
+
"application/json": components["schemas"]["api.CustomAlertPatch"];
|
|
2139
2178
|
};
|
|
2140
2179
|
};
|
|
2141
2180
|
};
|
|
@@ -2148,7 +2187,7 @@ export interface paths {
|
|
|
2148
2187
|
patch?: never;
|
|
2149
2188
|
trace?: never;
|
|
2150
2189
|
};
|
|
2151
|
-
"/internal/
|
|
2190
|
+
"/internal/daterangeschedule": {
|
|
2152
2191
|
parameters: {
|
|
2153
2192
|
query?: never;
|
|
2154
2193
|
header?: never;
|
|
@@ -2156,8 +2195,8 @@ export interface paths {
|
|
|
2156
2195
|
cookie?: never;
|
|
2157
2196
|
};
|
|
2158
2197
|
/**
|
|
2159
|
-
* Get
|
|
2160
|
-
* @description Internal endpoint used only to ensure
|
|
2198
|
+
* Get DateRangeSchedule (schema generation only)
|
|
2199
|
+
* @description Internal endpoint used only to ensure DateRangeSchedule schema is generated in OpenAPI spec
|
|
2161
2200
|
*/
|
|
2162
2201
|
get: {
|
|
2163
2202
|
parameters: {
|
|
@@ -2174,7 +2213,7 @@ export interface paths {
|
|
|
2174
2213
|
[name: string]: unknown;
|
|
2175
2214
|
};
|
|
2176
2215
|
content: {
|
|
2177
|
-
"application/json": components["schemas"]["
|
|
2216
|
+
"application/json": components["schemas"]["models.DateRangeSchedule"];
|
|
2178
2217
|
};
|
|
2179
2218
|
};
|
|
2180
2219
|
};
|
|
@@ -2187,7 +2226,7 @@ export interface paths {
|
|
|
2187
2226
|
patch?: never;
|
|
2188
2227
|
trace?: never;
|
|
2189
2228
|
};
|
|
2190
|
-
"/internal/
|
|
2229
|
+
"/internal/daytimerange": {
|
|
2191
2230
|
parameters: {
|
|
2192
2231
|
query?: never;
|
|
2193
2232
|
header?: never;
|
|
@@ -2195,8 +2234,8 @@ export interface paths {
|
|
|
2195
2234
|
cookie?: never;
|
|
2196
2235
|
};
|
|
2197
2236
|
/**
|
|
2198
|
-
* Get
|
|
2199
|
-
* @description Internal endpoint used only to ensure
|
|
2237
|
+
* Get DayTimeRange (schema generation only)
|
|
2238
|
+
* @description Internal endpoint used only to ensure DayTimeRange schema is generated in OpenAPI spec
|
|
2200
2239
|
*/
|
|
2201
2240
|
get: {
|
|
2202
2241
|
parameters: {
|
|
@@ -2213,7 +2252,7 @@ export interface paths {
|
|
|
2213
2252
|
[name: string]: unknown;
|
|
2214
2253
|
};
|
|
2215
2254
|
content: {
|
|
2216
|
-
"application/json": components["schemas"]["
|
|
2255
|
+
"application/json": components["schemas"]["models.DayTimeRange"];
|
|
2217
2256
|
};
|
|
2218
2257
|
};
|
|
2219
2258
|
};
|
|
@@ -2226,7 +2265,7 @@ export interface paths {
|
|
|
2226
2265
|
patch?: never;
|
|
2227
2266
|
trace?: never;
|
|
2228
2267
|
};
|
|
2229
|
-
"/internal/
|
|
2268
|
+
"/internal/debugresponse": {
|
|
2230
2269
|
parameters: {
|
|
2231
2270
|
query?: never;
|
|
2232
2271
|
header?: never;
|
|
@@ -2234,8 +2273,8 @@ export interface paths {
|
|
|
2234
2273
|
cookie?: never;
|
|
2235
2274
|
};
|
|
2236
2275
|
/**
|
|
2237
|
-
* Get
|
|
2238
|
-
* @description Internal endpoint used only to ensure
|
|
2276
|
+
* Get DebugResponse (schema generation only)
|
|
2277
|
+
* @description Internal endpoint used only to ensure DebugResponse schema is generated in OpenAPI spec
|
|
2239
2278
|
*/
|
|
2240
2279
|
get: {
|
|
2241
2280
|
parameters: {
|
|
@@ -2252,7 +2291,7 @@ export interface paths {
|
|
|
2252
2291
|
[name: string]: unknown;
|
|
2253
2292
|
};
|
|
2254
2293
|
content: {
|
|
2255
|
-
"application/json": components["schemas"]["api.
|
|
2294
|
+
"application/json": components["schemas"]["api.DebugResponse"];
|
|
2256
2295
|
};
|
|
2257
2296
|
};
|
|
2258
2297
|
};
|
|
@@ -2265,7 +2304,7 @@ export interface paths {
|
|
|
2265
2304
|
patch?: never;
|
|
2266
2305
|
trace?: never;
|
|
2267
2306
|
};
|
|
2268
|
-
"/internal/
|
|
2307
|
+
"/internal/deleteaccesstokenerrorresponse": {
|
|
2269
2308
|
parameters: {
|
|
2270
2309
|
query?: never;
|
|
2271
2310
|
header?: never;
|
|
@@ -2273,8 +2312,8 @@ export interface paths {
|
|
|
2273
2312
|
cookie?: never;
|
|
2274
2313
|
};
|
|
2275
2314
|
/**
|
|
2276
|
-
* Get
|
|
2277
|
-
* @description Internal endpoint used only to ensure
|
|
2315
|
+
* Get DeleteAccessTokenErrorResponse (schema generation only)
|
|
2316
|
+
* @description Internal endpoint used only to ensure DeleteAccessTokenErrorResponse schema is generated in OpenAPI spec
|
|
2278
2317
|
*/
|
|
2279
2318
|
get: {
|
|
2280
2319
|
parameters: {
|
|
@@ -2291,7 +2330,7 @@ export interface paths {
|
|
|
2291
2330
|
[name: string]: unknown;
|
|
2292
2331
|
};
|
|
2293
2332
|
content: {
|
|
2294
|
-
"application/json": components["schemas"]["api.
|
|
2333
|
+
"application/json": components["schemas"]["api.DeleteAccessTokenErrorResponse"];
|
|
2295
2334
|
};
|
|
2296
2335
|
};
|
|
2297
2336
|
};
|
|
@@ -2304,7 +2343,7 @@ export interface paths {
|
|
|
2304
2343
|
patch?: never;
|
|
2305
2344
|
trace?: never;
|
|
2306
2345
|
};
|
|
2307
|
-
"/internal/
|
|
2346
|
+
"/internal/deleteaccesstokenrequest": {
|
|
2308
2347
|
parameters: {
|
|
2309
2348
|
query?: never;
|
|
2310
2349
|
header?: never;
|
|
@@ -2312,8 +2351,8 @@ export interface paths {
|
|
|
2312
2351
|
cookie?: never;
|
|
2313
2352
|
};
|
|
2314
2353
|
/**
|
|
2315
|
-
* Get
|
|
2316
|
-
* @description Internal endpoint used only to ensure
|
|
2354
|
+
* Get DeleteAccessTokenRequest (schema generation only)
|
|
2355
|
+
* @description Internal endpoint used only to ensure DeleteAccessTokenRequest schema is generated in OpenAPI spec
|
|
2317
2356
|
*/
|
|
2318
2357
|
get: {
|
|
2319
2358
|
parameters: {
|
|
@@ -2330,7 +2369,7 @@ export interface paths {
|
|
|
2330
2369
|
[name: string]: unknown;
|
|
2331
2370
|
};
|
|
2332
2371
|
content: {
|
|
2333
|
-
"application/json": components["schemas"]["
|
|
2372
|
+
"application/json": components["schemas"]["api.DeleteAccessTokenRequest"];
|
|
2334
2373
|
};
|
|
2335
2374
|
};
|
|
2336
2375
|
};
|
|
@@ -2343,7 +2382,7 @@ export interface paths {
|
|
|
2343
2382
|
patch?: never;
|
|
2344
2383
|
trace?: never;
|
|
2345
2384
|
};
|
|
2346
|
-
"/internal/
|
|
2385
|
+
"/internal/deleteaccesstokenresponse": {
|
|
2347
2386
|
parameters: {
|
|
2348
2387
|
query?: never;
|
|
2349
2388
|
header?: never;
|
|
@@ -2351,8 +2390,8 @@ export interface paths {
|
|
|
2351
2390
|
cookie?: never;
|
|
2352
2391
|
};
|
|
2353
2392
|
/**
|
|
2354
|
-
* Get
|
|
2355
|
-
* @description Internal endpoint used only to ensure
|
|
2393
|
+
* Get DeleteAccessTokenResponse (schema generation only)
|
|
2394
|
+
* @description Internal endpoint used only to ensure DeleteAccessTokenResponse schema is generated in OpenAPI spec
|
|
2356
2395
|
*/
|
|
2357
2396
|
get: {
|
|
2358
2397
|
parameters: {
|
|
@@ -2369,7 +2408,7 @@ export interface paths {
|
|
|
2369
2408
|
[name: string]: unknown;
|
|
2370
2409
|
};
|
|
2371
2410
|
content: {
|
|
2372
|
-
"application/json": components["schemas"]["
|
|
2411
|
+
"application/json": components["schemas"]["api.DeleteAccessTokenResponse"];
|
|
2373
2412
|
};
|
|
2374
2413
|
};
|
|
2375
2414
|
};
|
|
@@ -2382,7 +2421,7 @@ export interface paths {
|
|
|
2382
2421
|
patch?: never;
|
|
2383
2422
|
trace?: never;
|
|
2384
2423
|
};
|
|
2385
|
-
"/internal/
|
|
2424
|
+
"/internal/deleteaccesstokensuccessresponse": {
|
|
2386
2425
|
parameters: {
|
|
2387
2426
|
query?: never;
|
|
2388
2427
|
header?: never;
|
|
@@ -2390,8 +2429,8 @@ export interface paths {
|
|
|
2390
2429
|
cookie?: never;
|
|
2391
2430
|
};
|
|
2392
2431
|
/**
|
|
2393
|
-
* Get
|
|
2394
|
-
* @description Internal endpoint used only to ensure
|
|
2432
|
+
* Get DeleteAccessTokenSuccessResponse (schema generation only)
|
|
2433
|
+
* @description Internal endpoint used only to ensure DeleteAccessTokenSuccessResponse schema is generated in OpenAPI spec
|
|
2395
2434
|
*/
|
|
2396
2435
|
get: {
|
|
2397
2436
|
parameters: {
|
|
@@ -2408,7 +2447,7 @@ export interface paths {
|
|
|
2408
2447
|
[name: string]: unknown;
|
|
2409
2448
|
};
|
|
2410
2449
|
content: {
|
|
2411
|
-
"application/json": components["schemas"]["
|
|
2450
|
+
"application/json": components["schemas"]["api.DeleteAccessTokenSuccessResponse"];
|
|
2412
2451
|
};
|
|
2413
2452
|
};
|
|
2414
2453
|
};
|
|
@@ -2421,7 +2460,7 @@ export interface paths {
|
|
|
2421
2460
|
patch?: never;
|
|
2422
2461
|
trace?: never;
|
|
2423
2462
|
};
|
|
2424
|
-
"/internal/
|
|
2463
|
+
"/internal/deletestateerrorresponse": {
|
|
2425
2464
|
parameters: {
|
|
2426
2465
|
query?: never;
|
|
2427
2466
|
header?: never;
|
|
@@ -2429,8 +2468,8 @@ export interface paths {
|
|
|
2429
2468
|
cookie?: never;
|
|
2430
2469
|
};
|
|
2431
2470
|
/**
|
|
2432
|
-
* Get
|
|
2433
|
-
* @description Internal endpoint used only to ensure
|
|
2471
|
+
* Get DeleteStateErrorResponse (schema generation only)
|
|
2472
|
+
* @description Internal endpoint used only to ensure DeleteStateErrorResponse schema is generated in OpenAPI spec
|
|
2434
2473
|
*/
|
|
2435
2474
|
get: {
|
|
2436
2475
|
parameters: {
|
|
@@ -2447,7 +2486,7 @@ export interface paths {
|
|
|
2447
2486
|
[name: string]: unknown;
|
|
2448
2487
|
};
|
|
2449
2488
|
content: {
|
|
2450
|
-
"application/json": components["schemas"]["
|
|
2489
|
+
"application/json": components["schemas"]["api.DeleteStateErrorResponse"];
|
|
2451
2490
|
};
|
|
2452
2491
|
};
|
|
2453
2492
|
};
|
|
@@ -2460,7 +2499,7 @@ export interface paths {
|
|
|
2460
2499
|
patch?: never;
|
|
2461
2500
|
trace?: never;
|
|
2462
2501
|
};
|
|
2463
|
-
"/internal/
|
|
2502
|
+
"/internal/deletestaterequest": {
|
|
2464
2503
|
parameters: {
|
|
2465
2504
|
query?: never;
|
|
2466
2505
|
header?: never;
|
|
@@ -2468,8 +2507,8 @@ export interface paths {
|
|
|
2468
2507
|
cookie?: never;
|
|
2469
2508
|
};
|
|
2470
2509
|
/**
|
|
2471
|
-
* Get
|
|
2472
|
-
* @description Internal endpoint used only to ensure
|
|
2510
|
+
* Get DeleteStateRequest (schema generation only)
|
|
2511
|
+
* @description Internal endpoint used only to ensure DeleteStateRequest schema is generated in OpenAPI spec
|
|
2473
2512
|
*/
|
|
2474
2513
|
get: {
|
|
2475
2514
|
parameters: {
|
|
@@ -2486,7 +2525,7 @@ export interface paths {
|
|
|
2486
2525
|
[name: string]: unknown;
|
|
2487
2526
|
};
|
|
2488
2527
|
content: {
|
|
2489
|
-
"application/json": components["schemas"]["
|
|
2528
|
+
"application/json": components["schemas"]["api.DeleteStateRequest"];
|
|
2490
2529
|
};
|
|
2491
2530
|
};
|
|
2492
2531
|
};
|
|
@@ -2499,7 +2538,7 @@ export interface paths {
|
|
|
2499
2538
|
patch?: never;
|
|
2500
2539
|
trace?: never;
|
|
2501
2540
|
};
|
|
2502
|
-
"/internal/
|
|
2541
|
+
"/internal/deletestateresponse": {
|
|
2503
2542
|
parameters: {
|
|
2504
2543
|
query?: never;
|
|
2505
2544
|
header?: never;
|
|
@@ -2507,8 +2546,8 @@ export interface paths {
|
|
|
2507
2546
|
cookie?: never;
|
|
2508
2547
|
};
|
|
2509
2548
|
/**
|
|
2510
|
-
* Get
|
|
2511
|
-
* @description Internal endpoint used only to ensure
|
|
2549
|
+
* Get DeleteStateResponse (schema generation only)
|
|
2550
|
+
* @description Internal endpoint used only to ensure DeleteStateResponse schema is generated in OpenAPI spec
|
|
2512
2551
|
*/
|
|
2513
2552
|
get: {
|
|
2514
2553
|
parameters: {
|
|
@@ -2525,7 +2564,7 @@ export interface paths {
|
|
|
2525
2564
|
[name: string]: unknown;
|
|
2526
2565
|
};
|
|
2527
2566
|
content: {
|
|
2528
|
-
"application/json": components["schemas"]["
|
|
2567
|
+
"application/json": components["schemas"]["api.DeleteStateResponse"];
|
|
2529
2568
|
};
|
|
2530
2569
|
};
|
|
2531
2570
|
};
|
|
@@ -2538,7 +2577,7 @@ export interface paths {
|
|
|
2538
2577
|
patch?: never;
|
|
2539
2578
|
trace?: never;
|
|
2540
2579
|
};
|
|
2541
|
-
"/internal/
|
|
2580
|
+
"/internal/deletestatesuccessresponse": {
|
|
2542
2581
|
parameters: {
|
|
2543
2582
|
query?: never;
|
|
2544
2583
|
header?: never;
|
|
@@ -2546,8 +2585,8 @@ export interface paths {
|
|
|
2546
2585
|
cookie?: never;
|
|
2547
2586
|
};
|
|
2548
2587
|
/**
|
|
2549
|
-
* Get
|
|
2550
|
-
* @description Internal endpoint used only to ensure
|
|
2588
|
+
* Get DeleteStateSuccessResponse (schema generation only)
|
|
2589
|
+
* @description Internal endpoint used only to ensure DeleteStateSuccessResponse schema is generated in OpenAPI spec
|
|
2551
2590
|
*/
|
|
2552
2591
|
get: {
|
|
2553
2592
|
parameters: {
|
|
@@ -2564,7 +2603,7 @@ export interface paths {
|
|
|
2564
2603
|
[name: string]: unknown;
|
|
2565
2604
|
};
|
|
2566
2605
|
content: {
|
|
2567
|
-
"application/json": components["schemas"]["
|
|
2606
|
+
"application/json": components["schemas"]["api.DeleteStateSuccessResponse"];
|
|
2568
2607
|
};
|
|
2569
2608
|
};
|
|
2570
2609
|
};
|
|
@@ -2577,7 +2616,7 @@ export interface paths {
|
|
|
2577
2616
|
patch?: never;
|
|
2578
2617
|
trace?: never;
|
|
2579
2618
|
};
|
|
2580
|
-
"/internal/
|
|
2619
|
+
"/internal/deprecatedheartbeat": {
|
|
2581
2620
|
parameters: {
|
|
2582
2621
|
query?: never;
|
|
2583
2622
|
header?: never;
|
|
@@ -2585,8 +2624,8 @@ export interface paths {
|
|
|
2585
2624
|
cookie?: never;
|
|
2586
2625
|
};
|
|
2587
2626
|
/**
|
|
2588
|
-
* Get
|
|
2589
|
-
* @description Internal endpoint used only to ensure
|
|
2627
|
+
* Get DeprecatedHeartbeat (schema generation only)
|
|
2628
|
+
* @description Internal endpoint used only to ensure DeprecatedHeartbeat schema is generated in OpenAPI spec
|
|
2590
2629
|
*/
|
|
2591
2630
|
get: {
|
|
2592
2631
|
parameters: {
|
|
@@ -2603,7 +2642,7 @@ export interface paths {
|
|
|
2603
2642
|
[name: string]: unknown;
|
|
2604
2643
|
};
|
|
2605
2644
|
content: {
|
|
2606
|
-
"application/json": components["schemas"]["models.
|
|
2645
|
+
"application/json": components["schemas"]["models.DeprecatedHeartbeat"];
|
|
2607
2646
|
};
|
|
2608
2647
|
};
|
|
2609
2648
|
};
|
|
@@ -2616,7 +2655,7 @@ export interface paths {
|
|
|
2616
2655
|
patch?: never;
|
|
2617
2656
|
trace?: never;
|
|
2618
2657
|
};
|
|
2619
|
-
"/internal/
|
|
2658
|
+
"/internal/deprecatedonvifevents": {
|
|
2620
2659
|
parameters: {
|
|
2621
2660
|
query?: never;
|
|
2622
2661
|
header?: never;
|
|
@@ -2624,8 +2663,8 @@ export interface paths {
|
|
|
2624
2663
|
cookie?: never;
|
|
2625
2664
|
};
|
|
2626
2665
|
/**
|
|
2627
|
-
* Get
|
|
2628
|
-
* @description Internal endpoint used only to ensure
|
|
2666
|
+
* Get DeprecatedONVIFEvents (schema generation only)
|
|
2667
|
+
* @description Internal endpoint used only to ensure DeprecatedONVIFEvents schema is generated in OpenAPI spec
|
|
2629
2668
|
*/
|
|
2630
2669
|
get: {
|
|
2631
2670
|
parameters: {
|
|
@@ -2642,7 +2681,7 @@ export interface paths {
|
|
|
2642
2681
|
[name: string]: unknown;
|
|
2643
2682
|
};
|
|
2644
2683
|
content: {
|
|
2645
|
-
"application/json": components["schemas"]["
|
|
2684
|
+
"application/json": components["schemas"]["models.DeprecatedONVIFEvents"];
|
|
2646
2685
|
};
|
|
2647
2686
|
};
|
|
2648
2687
|
};
|
|
@@ -2655,7 +2694,7 @@ export interface paths {
|
|
|
2655
2694
|
patch?: never;
|
|
2656
2695
|
trace?: never;
|
|
2657
2696
|
};
|
|
2658
|
-
"/internal/
|
|
2697
|
+
"/internal/deprecatedpreset": {
|
|
2659
2698
|
parameters: {
|
|
2660
2699
|
query?: never;
|
|
2661
2700
|
header?: never;
|
|
@@ -2663,8 +2702,8 @@ export interface paths {
|
|
|
2663
2702
|
cookie?: never;
|
|
2664
2703
|
};
|
|
2665
2704
|
/**
|
|
2666
|
-
* Get
|
|
2667
|
-
* @description Internal endpoint used only to ensure
|
|
2705
|
+
* Get DeprecatedPreset (schema generation only)
|
|
2706
|
+
* @description Internal endpoint used only to ensure DeprecatedPreset schema is generated in OpenAPI spec
|
|
2668
2707
|
*/
|
|
2669
2708
|
get: {
|
|
2670
2709
|
parameters: {
|
|
@@ -2681,7 +2720,7 @@ export interface paths {
|
|
|
2681
2720
|
[name: string]: unknown;
|
|
2682
2721
|
};
|
|
2683
2722
|
content: {
|
|
2684
|
-
"application/json": components["schemas"]["models.
|
|
2723
|
+
"application/json": components["schemas"]["models.DeprecatedPreset"];
|
|
2685
2724
|
};
|
|
2686
2725
|
};
|
|
2687
2726
|
};
|
|
@@ -2694,7 +2733,7 @@ export interface paths {
|
|
|
2694
2733
|
patch?: never;
|
|
2695
2734
|
trace?: never;
|
|
2696
2735
|
};
|
|
2697
|
-
"/internal/
|
|
2736
|
+
"/internal/detections": {
|
|
2698
2737
|
parameters: {
|
|
2699
2738
|
query?: never;
|
|
2700
2739
|
header?: never;
|
|
@@ -2702,8 +2741,8 @@ export interface paths {
|
|
|
2702
2741
|
cookie?: never;
|
|
2703
2742
|
};
|
|
2704
2743
|
/**
|
|
2705
|
-
* Get
|
|
2706
|
-
* @description Internal endpoint used only to ensure
|
|
2744
|
+
* Get Detections (schema generation only)
|
|
2745
|
+
* @description Internal endpoint used only to ensure Detections schema is generated in OpenAPI spec
|
|
2707
2746
|
*/
|
|
2708
2747
|
get: {
|
|
2709
2748
|
parameters: {
|
|
@@ -2720,7 +2759,7 @@ export interface paths {
|
|
|
2720
2759
|
[name: string]: unknown;
|
|
2721
2760
|
};
|
|
2722
2761
|
content: {
|
|
2723
|
-
"application/json": components["schemas"]["models.
|
|
2762
|
+
"application/json": components["schemas"]["models.Detections"];
|
|
2724
2763
|
};
|
|
2725
2764
|
};
|
|
2726
2765
|
};
|
|
@@ -2733,7 +2772,7 @@ export interface paths {
|
|
|
2733
2772
|
patch?: never;
|
|
2734
2773
|
trace?: never;
|
|
2735
2774
|
};
|
|
2736
|
-
"/internal/
|
|
2775
|
+
"/internal/device": {
|
|
2737
2776
|
parameters: {
|
|
2738
2777
|
query?: never;
|
|
2739
2778
|
header?: never;
|
|
@@ -2741,8 +2780,8 @@ export interface paths {
|
|
|
2741
2780
|
cookie?: never;
|
|
2742
2781
|
};
|
|
2743
2782
|
/**
|
|
2744
|
-
* Get
|
|
2745
|
-
* @description Internal endpoint used only to ensure
|
|
2783
|
+
* Get Device (schema generation only)
|
|
2784
|
+
* @description Internal endpoint used only to ensure Device schema is generated in OpenAPI spec
|
|
2746
2785
|
*/
|
|
2747
2786
|
get: {
|
|
2748
2787
|
parameters: {
|
|
@@ -2759,7 +2798,7 @@ export interface paths {
|
|
|
2759
2798
|
[name: string]: unknown;
|
|
2760
2799
|
};
|
|
2761
2800
|
content: {
|
|
2762
|
-
"application/json": components["schemas"]["models.
|
|
2801
|
+
"application/json": components["schemas"]["models.Device"];
|
|
2763
2802
|
};
|
|
2764
2803
|
};
|
|
2765
2804
|
};
|
|
@@ -2772,7 +2811,7 @@ export interface paths {
|
|
|
2772
2811
|
patch?: never;
|
|
2773
2812
|
trace?: never;
|
|
2774
2813
|
};
|
|
2775
|
-
"/internal/
|
|
2814
|
+
"/internal/deviceatruntimemetadata": {
|
|
2776
2815
|
parameters: {
|
|
2777
2816
|
query?: never;
|
|
2778
2817
|
header?: never;
|
|
@@ -2780,8 +2819,8 @@ export interface paths {
|
|
|
2780
2819
|
cookie?: never;
|
|
2781
2820
|
};
|
|
2782
2821
|
/**
|
|
2783
|
-
* Get
|
|
2784
|
-
* @description Internal endpoint used only to ensure
|
|
2822
|
+
* Get DeviceAtRuntimeMetadata (schema generation only)
|
|
2823
|
+
* @description Internal endpoint used only to ensure DeviceAtRuntimeMetadata schema is generated in OpenAPI spec
|
|
2785
2824
|
*/
|
|
2786
2825
|
get: {
|
|
2787
2826
|
parameters: {
|
|
@@ -2798,7 +2837,7 @@ export interface paths {
|
|
|
2798
2837
|
[name: string]: unknown;
|
|
2799
2838
|
};
|
|
2800
2839
|
content: {
|
|
2801
|
-
"application/json": components["schemas"]["models.
|
|
2840
|
+
"application/json": components["schemas"]["models.DeviceAtRuntimeMetadata"];
|
|
2802
2841
|
};
|
|
2803
2842
|
};
|
|
2804
2843
|
};
|
|
@@ -2811,7 +2850,7 @@ export interface paths {
|
|
|
2811
2850
|
patch?: never;
|
|
2812
2851
|
trace?: never;
|
|
2813
2852
|
};
|
|
2814
|
-
"/internal/
|
|
2853
|
+
"/internal/devicedata": {
|
|
2815
2854
|
parameters: {
|
|
2816
2855
|
query?: never;
|
|
2817
2856
|
header?: never;
|
|
@@ -2819,8 +2858,8 @@ export interface paths {
|
|
|
2819
2858
|
cookie?: never;
|
|
2820
2859
|
};
|
|
2821
2860
|
/**
|
|
2822
|
-
* Get
|
|
2823
|
-
* @description Internal endpoint used only to ensure
|
|
2861
|
+
* Get DeviceData (schema generation only)
|
|
2862
|
+
* @description Internal endpoint used only to ensure DeviceData schema is generated in OpenAPI spec
|
|
2824
2863
|
*/
|
|
2825
2864
|
get: {
|
|
2826
2865
|
parameters: {
|
|
@@ -2837,7 +2876,7 @@ export interface paths {
|
|
|
2837
2876
|
[name: string]: unknown;
|
|
2838
2877
|
};
|
|
2839
2878
|
content: {
|
|
2840
|
-
"application/json": components["schemas"]["models.
|
|
2879
|
+
"application/json": components["schemas"]["models.DeviceData"];
|
|
2841
2880
|
};
|
|
2842
2881
|
};
|
|
2843
2882
|
};
|
|
@@ -2850,7 +2889,7 @@ export interface paths {
|
|
|
2850
2889
|
patch?: never;
|
|
2851
2890
|
trace?: never;
|
|
2852
2891
|
};
|
|
2853
|
-
"/internal/
|
|
2892
|
+
"/internal/devicefeaturepermissions": {
|
|
2854
2893
|
parameters: {
|
|
2855
2894
|
query?: never;
|
|
2856
2895
|
header?: never;
|
|
@@ -2858,8 +2897,8 @@ export interface paths {
|
|
|
2858
2897
|
cookie?: never;
|
|
2859
2898
|
};
|
|
2860
2899
|
/**
|
|
2861
|
-
* Get
|
|
2862
|
-
* @description Internal endpoint used only to ensure
|
|
2900
|
+
* Get DeviceFeaturePermissions (schema generation only)
|
|
2901
|
+
* @description Internal endpoint used only to ensure DeviceFeaturePermissions schema is generated in OpenAPI spec
|
|
2863
2902
|
*/
|
|
2864
2903
|
get: {
|
|
2865
2904
|
parameters: {
|
|
@@ -2876,7 +2915,7 @@ export interface paths {
|
|
|
2876
2915
|
[name: string]: unknown;
|
|
2877
2916
|
};
|
|
2878
2917
|
content: {
|
|
2879
|
-
"application/json": components["schemas"]["models.
|
|
2918
|
+
"application/json": components["schemas"]["models.DeviceFeaturePermissions"];
|
|
2880
2919
|
};
|
|
2881
2920
|
};
|
|
2882
2921
|
};
|
|
@@ -2889,7 +2928,7 @@ export interface paths {
|
|
|
2889
2928
|
patch?: never;
|
|
2890
2929
|
trace?: never;
|
|
2891
2930
|
};
|
|
2892
|
-
"/internal/
|
|
2931
|
+
"/internal/devicefilter": {
|
|
2893
2932
|
parameters: {
|
|
2894
2933
|
query?: never;
|
|
2895
2934
|
header?: never;
|
|
@@ -2897,8 +2936,8 @@ export interface paths {
|
|
|
2897
2936
|
cookie?: never;
|
|
2898
2937
|
};
|
|
2899
2938
|
/**
|
|
2900
|
-
* Get
|
|
2901
|
-
* @description Internal endpoint used only to ensure
|
|
2939
|
+
* Get DeviceFilter (schema generation only)
|
|
2940
|
+
* @description Internal endpoint used only to ensure DeviceFilter schema is generated in OpenAPI spec
|
|
2902
2941
|
*/
|
|
2903
2942
|
get: {
|
|
2904
2943
|
parameters: {
|
|
@@ -2915,7 +2954,7 @@ export interface paths {
|
|
|
2915
2954
|
[name: string]: unknown;
|
|
2916
2955
|
};
|
|
2917
2956
|
content: {
|
|
2918
|
-
"application/json": components["schemas"]["
|
|
2957
|
+
"application/json": components["schemas"]["api.DeviceFilter"];
|
|
2919
2958
|
};
|
|
2920
2959
|
};
|
|
2921
2960
|
};
|
|
@@ -2928,7 +2967,7 @@ export interface paths {
|
|
|
2928
2967
|
patch?: never;
|
|
2929
2968
|
trace?: never;
|
|
2930
2969
|
};
|
|
2931
|
-
"/internal/
|
|
2970
|
+
"/internal/devicekey": {
|
|
2932
2971
|
parameters: {
|
|
2933
2972
|
query?: never;
|
|
2934
2973
|
header?: never;
|
|
@@ -2936,8 +2975,8 @@ export interface paths {
|
|
|
2936
2975
|
cookie?: never;
|
|
2937
2976
|
};
|
|
2938
2977
|
/**
|
|
2939
|
-
* Get
|
|
2940
|
-
* @description Internal endpoint used only to ensure
|
|
2978
|
+
* Get DeviceKey (schema generation only)
|
|
2979
|
+
* @description Internal endpoint used only to ensure DeviceKey schema is generated in OpenAPI spec
|
|
2941
2980
|
*/
|
|
2942
2981
|
get: {
|
|
2943
2982
|
parameters: {
|
|
@@ -2954,7 +2993,7 @@ export interface paths {
|
|
|
2954
2993
|
[name: string]: unknown;
|
|
2955
2994
|
};
|
|
2956
2995
|
content: {
|
|
2957
|
-
"application/json": components["schemas"]["models.
|
|
2996
|
+
"application/json": components["schemas"]["models.DeviceKey"];
|
|
2958
2997
|
};
|
|
2959
2998
|
};
|
|
2960
2999
|
};
|
|
@@ -2967,7 +3006,280 @@ export interface paths {
|
|
|
2967
3006
|
patch?: never;
|
|
2968
3007
|
trace?: never;
|
|
2969
3008
|
};
|
|
2970
|
-
"/internal/
|
|
3009
|
+
"/internal/devicemetadata": {
|
|
3010
|
+
parameters: {
|
|
3011
|
+
query?: never;
|
|
3012
|
+
header?: never;
|
|
3013
|
+
path?: never;
|
|
3014
|
+
cookie?: never;
|
|
3015
|
+
};
|
|
3016
|
+
/**
|
|
3017
|
+
* Get DeviceMetadata (schema generation only)
|
|
3018
|
+
* @description Internal endpoint used only to ensure DeviceMetadata schema is generated in OpenAPI spec
|
|
3019
|
+
*/
|
|
3020
|
+
get: {
|
|
3021
|
+
parameters: {
|
|
3022
|
+
query?: never;
|
|
3023
|
+
header?: never;
|
|
3024
|
+
path?: never;
|
|
3025
|
+
cookie?: never;
|
|
3026
|
+
};
|
|
3027
|
+
requestBody?: never;
|
|
3028
|
+
responses: {
|
|
3029
|
+
/** @description OK */
|
|
3030
|
+
200: {
|
|
3031
|
+
headers: {
|
|
3032
|
+
[name: string]: unknown;
|
|
3033
|
+
};
|
|
3034
|
+
content: {
|
|
3035
|
+
"application/json": components["schemas"]["models.DeviceMetadata"];
|
|
3036
|
+
};
|
|
3037
|
+
};
|
|
3038
|
+
};
|
|
3039
|
+
};
|
|
3040
|
+
put?: never;
|
|
3041
|
+
post?: never;
|
|
3042
|
+
delete?: never;
|
|
3043
|
+
options?: never;
|
|
3044
|
+
head?: never;
|
|
3045
|
+
patch?: never;
|
|
3046
|
+
trace?: never;
|
|
3047
|
+
};
|
|
3048
|
+
"/internal/deviceoption": {
|
|
3049
|
+
parameters: {
|
|
3050
|
+
query?: never;
|
|
3051
|
+
header?: never;
|
|
3052
|
+
path?: never;
|
|
3053
|
+
cookie?: never;
|
|
3054
|
+
};
|
|
3055
|
+
/**
|
|
3056
|
+
* Get DeviceOption (schema generation only)
|
|
3057
|
+
* @description Internal endpoint used only to ensure DeviceOption schema is generated in OpenAPI spec
|
|
3058
|
+
*/
|
|
3059
|
+
get: {
|
|
3060
|
+
parameters: {
|
|
3061
|
+
query?: never;
|
|
3062
|
+
header?: never;
|
|
3063
|
+
path?: never;
|
|
3064
|
+
cookie?: never;
|
|
3065
|
+
};
|
|
3066
|
+
requestBody?: never;
|
|
3067
|
+
responses: {
|
|
3068
|
+
/** @description OK */
|
|
3069
|
+
200: {
|
|
3070
|
+
headers: {
|
|
3071
|
+
[name: string]: unknown;
|
|
3072
|
+
};
|
|
3073
|
+
content: {
|
|
3074
|
+
"application/json": components["schemas"]["models.DeviceOption"];
|
|
3075
|
+
};
|
|
3076
|
+
};
|
|
3077
|
+
};
|
|
3078
|
+
};
|
|
3079
|
+
put?: never;
|
|
3080
|
+
post?: never;
|
|
3081
|
+
delete?: never;
|
|
3082
|
+
options?: never;
|
|
3083
|
+
head?: never;
|
|
3084
|
+
patch?: never;
|
|
3085
|
+
trace?: never;
|
|
3086
|
+
};
|
|
3087
|
+
"/internal/deviceplacement": {
|
|
3088
|
+
parameters: {
|
|
3089
|
+
query?: never;
|
|
3090
|
+
header?: never;
|
|
3091
|
+
path?: never;
|
|
3092
|
+
cookie?: never;
|
|
3093
|
+
};
|
|
3094
|
+
/**
|
|
3095
|
+
* Get DevicePlacement (schema generation only)
|
|
3096
|
+
* @description Internal endpoint used only to ensure DevicePlacement schema is generated in OpenAPI spec
|
|
3097
|
+
*/
|
|
3098
|
+
get: {
|
|
3099
|
+
parameters: {
|
|
3100
|
+
query?: never;
|
|
3101
|
+
header?: never;
|
|
3102
|
+
path?: never;
|
|
3103
|
+
cookie?: never;
|
|
3104
|
+
};
|
|
3105
|
+
requestBody?: never;
|
|
3106
|
+
responses: {
|
|
3107
|
+
/** @description OK */
|
|
3108
|
+
200: {
|
|
3109
|
+
headers: {
|
|
3110
|
+
[name: string]: unknown;
|
|
3111
|
+
};
|
|
3112
|
+
content: {
|
|
3113
|
+
"application/json": components["schemas"]["models.DevicePlacement"];
|
|
3114
|
+
};
|
|
3115
|
+
};
|
|
3116
|
+
};
|
|
3117
|
+
};
|
|
3118
|
+
put?: never;
|
|
3119
|
+
post?: never;
|
|
3120
|
+
delete?: never;
|
|
3121
|
+
options?: never;
|
|
3122
|
+
head?: never;
|
|
3123
|
+
patch?: never;
|
|
3124
|
+
trace?: never;
|
|
3125
|
+
};
|
|
3126
|
+
"/internal/devices": {
|
|
3127
|
+
parameters: {
|
|
3128
|
+
query?: never;
|
|
3129
|
+
header?: never;
|
|
3130
|
+
path?: never;
|
|
3131
|
+
cookie?: never;
|
|
3132
|
+
};
|
|
3133
|
+
/**
|
|
3134
|
+
* Get Devices (schema generation only)
|
|
3135
|
+
* @description Internal endpoint used only to ensure Devices schema is generated in OpenAPI spec
|
|
3136
|
+
*/
|
|
3137
|
+
get: {
|
|
3138
|
+
parameters: {
|
|
3139
|
+
query?: never;
|
|
3140
|
+
header?: never;
|
|
3141
|
+
path?: never;
|
|
3142
|
+
cookie?: never;
|
|
3143
|
+
};
|
|
3144
|
+
requestBody?: never;
|
|
3145
|
+
responses: {
|
|
3146
|
+
/** @description OK */
|
|
3147
|
+
200: {
|
|
3148
|
+
headers: {
|
|
3149
|
+
[name: string]: unknown;
|
|
3150
|
+
};
|
|
3151
|
+
content: {
|
|
3152
|
+
"application/json": components["schemas"]["models.Devices"];
|
|
3153
|
+
};
|
|
3154
|
+
};
|
|
3155
|
+
};
|
|
3156
|
+
};
|
|
3157
|
+
put?: never;
|
|
3158
|
+
post?: never;
|
|
3159
|
+
delete?: never;
|
|
3160
|
+
options?: never;
|
|
3161
|
+
head?: never;
|
|
3162
|
+
patch?: never;
|
|
3163
|
+
trace?: never;
|
|
3164
|
+
};
|
|
3165
|
+
"/internal/dominantcolor": {
|
|
3166
|
+
parameters: {
|
|
3167
|
+
query?: never;
|
|
3168
|
+
header?: never;
|
|
3169
|
+
path?: never;
|
|
3170
|
+
cookie?: never;
|
|
3171
|
+
};
|
|
3172
|
+
/**
|
|
3173
|
+
* Get DominantColor (schema generation only)
|
|
3174
|
+
* @description Internal endpoint used only to ensure DominantColor schema is generated in OpenAPI spec
|
|
3175
|
+
*/
|
|
3176
|
+
get: {
|
|
3177
|
+
parameters: {
|
|
3178
|
+
query?: never;
|
|
3179
|
+
header?: never;
|
|
3180
|
+
path?: never;
|
|
3181
|
+
cookie?: never;
|
|
3182
|
+
};
|
|
3183
|
+
requestBody?: never;
|
|
3184
|
+
responses: {
|
|
3185
|
+
/** @description OK */
|
|
3186
|
+
200: {
|
|
3187
|
+
headers: {
|
|
3188
|
+
[name: string]: unknown;
|
|
3189
|
+
};
|
|
3190
|
+
content: {
|
|
3191
|
+
"application/json": components["schemas"]["models.DominantColor"];
|
|
3192
|
+
};
|
|
3193
|
+
};
|
|
3194
|
+
};
|
|
3195
|
+
};
|
|
3196
|
+
put?: never;
|
|
3197
|
+
post?: never;
|
|
3198
|
+
delete?: never;
|
|
3199
|
+
options?: never;
|
|
3200
|
+
head?: never;
|
|
3201
|
+
patch?: never;
|
|
3202
|
+
trace?: never;
|
|
3203
|
+
};
|
|
3204
|
+
"/internal/email": {
|
|
3205
|
+
parameters: {
|
|
3206
|
+
query?: never;
|
|
3207
|
+
header?: never;
|
|
3208
|
+
path?: never;
|
|
3209
|
+
cookie?: never;
|
|
3210
|
+
};
|
|
3211
|
+
/**
|
|
3212
|
+
* Get Email (schema generation only)
|
|
3213
|
+
* @description Internal endpoint used only to ensure Email schema is generated in OpenAPI spec
|
|
3214
|
+
*/
|
|
3215
|
+
get: {
|
|
3216
|
+
parameters: {
|
|
3217
|
+
query?: never;
|
|
3218
|
+
header?: never;
|
|
3219
|
+
path?: never;
|
|
3220
|
+
cookie?: never;
|
|
3221
|
+
};
|
|
3222
|
+
requestBody?: never;
|
|
3223
|
+
responses: {
|
|
3224
|
+
/** @description OK */
|
|
3225
|
+
200: {
|
|
3226
|
+
headers: {
|
|
3227
|
+
[name: string]: unknown;
|
|
3228
|
+
};
|
|
3229
|
+
content: {
|
|
3230
|
+
"application/json": components["schemas"]["models.Email"];
|
|
3231
|
+
};
|
|
3232
|
+
};
|
|
3233
|
+
};
|
|
3234
|
+
};
|
|
3235
|
+
put?: never;
|
|
3236
|
+
post?: never;
|
|
3237
|
+
delete?: never;
|
|
3238
|
+
options?: never;
|
|
3239
|
+
head?: never;
|
|
3240
|
+
patch?: never;
|
|
3241
|
+
trace?: never;
|
|
3242
|
+
};
|
|
3243
|
+
"/internal/encryption": {
|
|
3244
|
+
parameters: {
|
|
3245
|
+
query?: never;
|
|
3246
|
+
header?: never;
|
|
3247
|
+
path?: never;
|
|
3248
|
+
cookie?: never;
|
|
3249
|
+
};
|
|
3250
|
+
/**
|
|
3251
|
+
* Get Encryption (schema generation only)
|
|
3252
|
+
* @description Internal endpoint used only to ensure Encryption schema is generated in OpenAPI spec
|
|
3253
|
+
*/
|
|
3254
|
+
get: {
|
|
3255
|
+
parameters: {
|
|
3256
|
+
query?: never;
|
|
3257
|
+
header?: never;
|
|
3258
|
+
path?: never;
|
|
3259
|
+
cookie?: never;
|
|
3260
|
+
};
|
|
3261
|
+
requestBody?: never;
|
|
3262
|
+
responses: {
|
|
3263
|
+
/** @description OK */
|
|
3264
|
+
200: {
|
|
3265
|
+
headers: {
|
|
3266
|
+
[name: string]: unknown;
|
|
3267
|
+
};
|
|
3268
|
+
content: {
|
|
3269
|
+
"application/json": components["schemas"]["models.Encryption"];
|
|
3270
|
+
};
|
|
3271
|
+
};
|
|
3272
|
+
};
|
|
3273
|
+
};
|
|
3274
|
+
put?: never;
|
|
3275
|
+
post?: never;
|
|
3276
|
+
delete?: never;
|
|
3277
|
+
options?: never;
|
|
3278
|
+
head?: never;
|
|
3279
|
+
patch?: never;
|
|
3280
|
+
trace?: never;
|
|
3281
|
+
};
|
|
3282
|
+
"/internal/entitystatus": {
|
|
2971
3283
|
parameters: {
|
|
2972
3284
|
query?: never;
|
|
2973
3285
|
header?: never;
|
|
@@ -3443,8 +3755,242 @@ export interface paths {
|
|
|
3443
3755
|
cookie?: never;
|
|
3444
3756
|
};
|
|
3445
3757
|
/**
|
|
3446
|
-
* Get GetAccessTokensSuccessResponse (schema generation only)
|
|
3447
|
-
* @description Internal endpoint used only to ensure GetAccessTokensSuccessResponse schema is generated in OpenAPI spec
|
|
3758
|
+
* Get GetAccessTokensSuccessResponse (schema generation only)
|
|
3759
|
+
* @description Internal endpoint used only to ensure GetAccessTokensSuccessResponse schema is generated in OpenAPI spec
|
|
3760
|
+
*/
|
|
3761
|
+
get: {
|
|
3762
|
+
parameters: {
|
|
3763
|
+
query?: never;
|
|
3764
|
+
header?: never;
|
|
3765
|
+
path?: never;
|
|
3766
|
+
cookie?: never;
|
|
3767
|
+
};
|
|
3768
|
+
requestBody?: never;
|
|
3769
|
+
responses: {
|
|
3770
|
+
/** @description OK */
|
|
3771
|
+
200: {
|
|
3772
|
+
headers: {
|
|
3773
|
+
[name: string]: unknown;
|
|
3774
|
+
};
|
|
3775
|
+
content: {
|
|
3776
|
+
"application/json": components["schemas"]["api.GetAccessTokensSuccessResponse"];
|
|
3777
|
+
};
|
|
3778
|
+
};
|
|
3779
|
+
};
|
|
3780
|
+
};
|
|
3781
|
+
put?: never;
|
|
3782
|
+
post?: never;
|
|
3783
|
+
delete?: never;
|
|
3784
|
+
options?: never;
|
|
3785
|
+
head?: never;
|
|
3786
|
+
patch?: never;
|
|
3787
|
+
trace?: never;
|
|
3788
|
+
};
|
|
3789
|
+
"/internal/getalertsinput": {
|
|
3790
|
+
parameters: {
|
|
3791
|
+
query?: never;
|
|
3792
|
+
header?: never;
|
|
3793
|
+
path?: never;
|
|
3794
|
+
cookie?: never;
|
|
3795
|
+
};
|
|
3796
|
+
/**
|
|
3797
|
+
* Get GetAlertsInput (schema generation only)
|
|
3798
|
+
* @description Internal endpoint used only to ensure GetAlertsInput schema is generated in OpenAPI spec
|
|
3799
|
+
*/
|
|
3800
|
+
get: {
|
|
3801
|
+
parameters: {
|
|
3802
|
+
query?: never;
|
|
3803
|
+
header?: never;
|
|
3804
|
+
path?: never;
|
|
3805
|
+
cookie?: never;
|
|
3806
|
+
};
|
|
3807
|
+
requestBody?: never;
|
|
3808
|
+
responses: {
|
|
3809
|
+
/** @description OK */
|
|
3810
|
+
200: {
|
|
3811
|
+
headers: {
|
|
3812
|
+
[name: string]: unknown;
|
|
3813
|
+
};
|
|
3814
|
+
content: {
|
|
3815
|
+
"application/json": components["schemas"]["models.GetAlertsInput"];
|
|
3816
|
+
};
|
|
3817
|
+
};
|
|
3818
|
+
};
|
|
3819
|
+
};
|
|
3820
|
+
put?: never;
|
|
3821
|
+
post?: never;
|
|
3822
|
+
delete?: never;
|
|
3823
|
+
options?: never;
|
|
3824
|
+
head?: never;
|
|
3825
|
+
patch?: never;
|
|
3826
|
+
trace?: never;
|
|
3827
|
+
};
|
|
3828
|
+
"/internal/getalertsoutput": {
|
|
3829
|
+
parameters: {
|
|
3830
|
+
query?: never;
|
|
3831
|
+
header?: never;
|
|
3832
|
+
path?: never;
|
|
3833
|
+
cookie?: never;
|
|
3834
|
+
};
|
|
3835
|
+
/**
|
|
3836
|
+
* Get GetAlertsOutput (schema generation only)
|
|
3837
|
+
* @description Internal endpoint used only to ensure GetAlertsOutput schema is generated in OpenAPI spec
|
|
3838
|
+
*/
|
|
3839
|
+
get: {
|
|
3840
|
+
parameters: {
|
|
3841
|
+
query?: never;
|
|
3842
|
+
header?: never;
|
|
3843
|
+
path?: never;
|
|
3844
|
+
cookie?: never;
|
|
3845
|
+
};
|
|
3846
|
+
requestBody?: never;
|
|
3847
|
+
responses: {
|
|
3848
|
+
/** @description OK */
|
|
3849
|
+
200: {
|
|
3850
|
+
headers: {
|
|
3851
|
+
[name: string]: unknown;
|
|
3852
|
+
};
|
|
3853
|
+
content: {
|
|
3854
|
+
"application/json": components["schemas"]["models.GetAlertsOutput"];
|
|
3855
|
+
};
|
|
3856
|
+
};
|
|
3857
|
+
};
|
|
3858
|
+
};
|
|
3859
|
+
put?: never;
|
|
3860
|
+
post?: never;
|
|
3861
|
+
delete?: never;
|
|
3862
|
+
options?: never;
|
|
3863
|
+
head?: never;
|
|
3864
|
+
patch?: never;
|
|
3865
|
+
trace?: never;
|
|
3866
|
+
};
|
|
3867
|
+
"/internal/getanalysiserrorresponse": {
|
|
3868
|
+
parameters: {
|
|
3869
|
+
query?: never;
|
|
3870
|
+
header?: never;
|
|
3871
|
+
path?: never;
|
|
3872
|
+
cookie?: never;
|
|
3873
|
+
};
|
|
3874
|
+
/**
|
|
3875
|
+
* Get GetAnalysisErrorResponse (schema generation only)
|
|
3876
|
+
* @description Internal endpoint used only to ensure GetAnalysisErrorResponse schema is generated in OpenAPI spec
|
|
3877
|
+
*/
|
|
3878
|
+
get: {
|
|
3879
|
+
parameters: {
|
|
3880
|
+
query?: never;
|
|
3881
|
+
header?: never;
|
|
3882
|
+
path?: never;
|
|
3883
|
+
cookie?: never;
|
|
3884
|
+
};
|
|
3885
|
+
requestBody?: never;
|
|
3886
|
+
responses: {
|
|
3887
|
+
/** @description OK */
|
|
3888
|
+
200: {
|
|
3889
|
+
headers: {
|
|
3890
|
+
[name: string]: unknown;
|
|
3891
|
+
};
|
|
3892
|
+
content: {
|
|
3893
|
+
"application/json": components["schemas"]["api.GetAnalysisErrorResponse"];
|
|
3894
|
+
};
|
|
3895
|
+
};
|
|
3896
|
+
};
|
|
3897
|
+
};
|
|
3898
|
+
put?: never;
|
|
3899
|
+
post?: never;
|
|
3900
|
+
delete?: never;
|
|
3901
|
+
options?: never;
|
|
3902
|
+
head?: never;
|
|
3903
|
+
patch?: never;
|
|
3904
|
+
trace?: never;
|
|
3905
|
+
};
|
|
3906
|
+
"/internal/getanalysisrequest": {
|
|
3907
|
+
parameters: {
|
|
3908
|
+
query?: never;
|
|
3909
|
+
header?: never;
|
|
3910
|
+
path?: never;
|
|
3911
|
+
cookie?: never;
|
|
3912
|
+
};
|
|
3913
|
+
/**
|
|
3914
|
+
* Get GetAnalysisRequest (schema generation only)
|
|
3915
|
+
* @description Internal endpoint used only to ensure GetAnalysisRequest schema is generated in OpenAPI spec
|
|
3916
|
+
*/
|
|
3917
|
+
get: {
|
|
3918
|
+
parameters: {
|
|
3919
|
+
query?: never;
|
|
3920
|
+
header?: never;
|
|
3921
|
+
path?: never;
|
|
3922
|
+
cookie?: never;
|
|
3923
|
+
};
|
|
3924
|
+
requestBody?: never;
|
|
3925
|
+
responses: {
|
|
3926
|
+
/** @description OK */
|
|
3927
|
+
200: {
|
|
3928
|
+
headers: {
|
|
3929
|
+
[name: string]: unknown;
|
|
3930
|
+
};
|
|
3931
|
+
content: {
|
|
3932
|
+
"application/json": components["schemas"]["api.GetAnalysisRequest"];
|
|
3933
|
+
};
|
|
3934
|
+
};
|
|
3935
|
+
};
|
|
3936
|
+
};
|
|
3937
|
+
put?: never;
|
|
3938
|
+
post?: never;
|
|
3939
|
+
delete?: never;
|
|
3940
|
+
options?: never;
|
|
3941
|
+
head?: never;
|
|
3942
|
+
patch?: never;
|
|
3943
|
+
trace?: never;
|
|
3944
|
+
};
|
|
3945
|
+
"/internal/getanalysisresponse": {
|
|
3946
|
+
parameters: {
|
|
3947
|
+
query?: never;
|
|
3948
|
+
header?: never;
|
|
3949
|
+
path?: never;
|
|
3950
|
+
cookie?: never;
|
|
3951
|
+
};
|
|
3952
|
+
/**
|
|
3953
|
+
* Get GetAnalysisResponse (schema generation only)
|
|
3954
|
+
* @description Internal endpoint used only to ensure GetAnalysisResponse schema is generated in OpenAPI spec
|
|
3955
|
+
*/
|
|
3956
|
+
get: {
|
|
3957
|
+
parameters: {
|
|
3958
|
+
query?: never;
|
|
3959
|
+
header?: never;
|
|
3960
|
+
path?: never;
|
|
3961
|
+
cookie?: never;
|
|
3962
|
+
};
|
|
3963
|
+
requestBody?: never;
|
|
3964
|
+
responses: {
|
|
3965
|
+
/** @description OK */
|
|
3966
|
+
200: {
|
|
3967
|
+
headers: {
|
|
3968
|
+
[name: string]: unknown;
|
|
3969
|
+
};
|
|
3970
|
+
content: {
|
|
3971
|
+
"application/json": components["schemas"]["api.GetAnalysisResponse"];
|
|
3972
|
+
};
|
|
3973
|
+
};
|
|
3974
|
+
};
|
|
3975
|
+
};
|
|
3976
|
+
put?: never;
|
|
3977
|
+
post?: never;
|
|
3978
|
+
delete?: never;
|
|
3979
|
+
options?: never;
|
|
3980
|
+
head?: never;
|
|
3981
|
+
patch?: never;
|
|
3982
|
+
trace?: never;
|
|
3983
|
+
};
|
|
3984
|
+
"/internal/getanalysissuccessresponse": {
|
|
3985
|
+
parameters: {
|
|
3986
|
+
query?: never;
|
|
3987
|
+
header?: never;
|
|
3988
|
+
path?: never;
|
|
3989
|
+
cookie?: never;
|
|
3990
|
+
};
|
|
3991
|
+
/**
|
|
3992
|
+
* Get GetAnalysisSuccessResponse (schema generation only)
|
|
3993
|
+
* @description Internal endpoint used only to ensure GetAnalysisSuccessResponse schema is generated in OpenAPI spec
|
|
3448
3994
|
*/
|
|
3449
3995
|
get: {
|
|
3450
3996
|
parameters: {
|
|
@@ -3461,7 +4007,7 @@ export interface paths {
|
|
|
3461
4007
|
[name: string]: unknown;
|
|
3462
4008
|
};
|
|
3463
4009
|
content: {
|
|
3464
|
-
"application/json": components["schemas"]["api.
|
|
4010
|
+
"application/json": components["schemas"]["api.GetAnalysisSuccessResponse"];
|
|
3465
4011
|
};
|
|
3466
4012
|
};
|
|
3467
4013
|
};
|
|
@@ -3474,7 +4020,7 @@ export interface paths {
|
|
|
3474
4020
|
patch?: never;
|
|
3475
4021
|
trace?: never;
|
|
3476
4022
|
};
|
|
3477
|
-
"/internal/
|
|
4023
|
+
"/internal/getcustomalertserrorresponse": {
|
|
3478
4024
|
parameters: {
|
|
3479
4025
|
query?: never;
|
|
3480
4026
|
header?: never;
|
|
@@ -3482,8 +4028,8 @@ export interface paths {
|
|
|
3482
4028
|
cookie?: never;
|
|
3483
4029
|
};
|
|
3484
4030
|
/**
|
|
3485
|
-
* Get
|
|
3486
|
-
* @description Internal endpoint used only to ensure
|
|
4031
|
+
* Get GetCustomAlertsErrorResponse (schema generation only)
|
|
4032
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsErrorResponse schema is generated in OpenAPI spec
|
|
3487
4033
|
*/
|
|
3488
4034
|
get: {
|
|
3489
4035
|
parameters: {
|
|
@@ -3500,7 +4046,7 @@ export interface paths {
|
|
|
3500
4046
|
[name: string]: unknown;
|
|
3501
4047
|
};
|
|
3502
4048
|
content: {
|
|
3503
|
-
"application/json": components["schemas"]["api.
|
|
4049
|
+
"application/json": components["schemas"]["api.GetCustomAlertsErrorResponse"];
|
|
3504
4050
|
};
|
|
3505
4051
|
};
|
|
3506
4052
|
};
|
|
@@ -3513,7 +4059,7 @@ export interface paths {
|
|
|
3513
4059
|
patch?: never;
|
|
3514
4060
|
trace?: never;
|
|
3515
4061
|
};
|
|
3516
|
-
"/internal/
|
|
4062
|
+
"/internal/getcustomalertsrequest": {
|
|
3517
4063
|
parameters: {
|
|
3518
4064
|
query?: never;
|
|
3519
4065
|
header?: never;
|
|
@@ -3521,8 +4067,8 @@ export interface paths {
|
|
|
3521
4067
|
cookie?: never;
|
|
3522
4068
|
};
|
|
3523
4069
|
/**
|
|
3524
|
-
* Get
|
|
3525
|
-
* @description Internal endpoint used only to ensure
|
|
4070
|
+
* Get GetCustomAlertsRequest (schema generation only)
|
|
4071
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsRequest schema is generated in OpenAPI spec
|
|
3526
4072
|
*/
|
|
3527
4073
|
get: {
|
|
3528
4074
|
parameters: {
|
|
@@ -3539,7 +4085,7 @@ export interface paths {
|
|
|
3539
4085
|
[name: string]: unknown;
|
|
3540
4086
|
};
|
|
3541
4087
|
content: {
|
|
3542
|
-
"application/json": components["schemas"]["api.
|
|
4088
|
+
"application/json": components["schemas"]["api.GetCustomAlertsRequest"];
|
|
3543
4089
|
};
|
|
3544
4090
|
};
|
|
3545
4091
|
};
|
|
@@ -3552,7 +4098,7 @@ export interface paths {
|
|
|
3552
4098
|
patch?: never;
|
|
3553
4099
|
trace?: never;
|
|
3554
4100
|
};
|
|
3555
|
-
"/internal/
|
|
4101
|
+
"/internal/getcustomalertsresponse": {
|
|
3556
4102
|
parameters: {
|
|
3557
4103
|
query?: never;
|
|
3558
4104
|
header?: never;
|
|
@@ -3560,8 +4106,8 @@ export interface paths {
|
|
|
3560
4106
|
cookie?: never;
|
|
3561
4107
|
};
|
|
3562
4108
|
/**
|
|
3563
|
-
* Get
|
|
3564
|
-
* @description Internal endpoint used only to ensure
|
|
4109
|
+
* Get GetCustomAlertsResponse (schema generation only)
|
|
4110
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsResponse schema is generated in OpenAPI spec
|
|
3565
4111
|
*/
|
|
3566
4112
|
get: {
|
|
3567
4113
|
parameters: {
|
|
@@ -3578,7 +4124,7 @@ export interface paths {
|
|
|
3578
4124
|
[name: string]: unknown;
|
|
3579
4125
|
};
|
|
3580
4126
|
content: {
|
|
3581
|
-
"application/json": components["schemas"]["api.
|
|
4127
|
+
"application/json": components["schemas"]["api.GetCustomAlertsResponse"];
|
|
3582
4128
|
};
|
|
3583
4129
|
};
|
|
3584
4130
|
};
|
|
@@ -3591,7 +4137,7 @@ export interface paths {
|
|
|
3591
4137
|
patch?: never;
|
|
3592
4138
|
trace?: never;
|
|
3593
4139
|
};
|
|
3594
|
-
"/internal/
|
|
4140
|
+
"/internal/getcustomalertssuccessresponse": {
|
|
3595
4141
|
parameters: {
|
|
3596
4142
|
query?: never;
|
|
3597
4143
|
header?: never;
|
|
@@ -3599,8 +4145,8 @@ export interface paths {
|
|
|
3599
4145
|
cookie?: never;
|
|
3600
4146
|
};
|
|
3601
4147
|
/**
|
|
3602
|
-
* Get
|
|
3603
|
-
* @description Internal endpoint used only to ensure
|
|
4148
|
+
* Get GetCustomAlertsSuccessResponse (schema generation only)
|
|
4149
|
+
* @description Internal endpoint used only to ensure GetCustomAlertsSuccessResponse schema is generated in OpenAPI spec
|
|
3604
4150
|
*/
|
|
3605
4151
|
get: {
|
|
3606
4152
|
parameters: {
|
|
@@ -3617,7 +4163,7 @@ export interface paths {
|
|
|
3617
4163
|
[name: string]: unknown;
|
|
3618
4164
|
};
|
|
3619
4165
|
content: {
|
|
3620
|
-
"application/json": components["schemas"]["api.
|
|
4166
|
+
"application/json": components["schemas"]["api.GetCustomAlertsSuccessResponse"];
|
|
3621
4167
|
};
|
|
3622
4168
|
};
|
|
3623
4169
|
};
|
|
@@ -8973,7 +9519,241 @@ export interface paths {
|
|
|
8973
9519
|
patch?: never;
|
|
8974
9520
|
trace?: never;
|
|
8975
9521
|
};
|
|
8976
|
-
"/internal/profilesettings": {
|
|
9522
|
+
"/internal/profilesettings": {
|
|
9523
|
+
parameters: {
|
|
9524
|
+
query?: never;
|
|
9525
|
+
header?: never;
|
|
9526
|
+
path?: never;
|
|
9527
|
+
cookie?: never;
|
|
9528
|
+
};
|
|
9529
|
+
/**
|
|
9530
|
+
* Get ProfileSettings (schema generation only)
|
|
9531
|
+
* @description Internal endpoint used only to ensure ProfileSettings schema is generated in OpenAPI spec
|
|
9532
|
+
*/
|
|
9533
|
+
get: {
|
|
9534
|
+
parameters: {
|
|
9535
|
+
query?: never;
|
|
9536
|
+
header?: never;
|
|
9537
|
+
path?: never;
|
|
9538
|
+
cookie?: never;
|
|
9539
|
+
};
|
|
9540
|
+
requestBody?: never;
|
|
9541
|
+
responses: {
|
|
9542
|
+
/** @description OK */
|
|
9543
|
+
200: {
|
|
9544
|
+
headers: {
|
|
9545
|
+
[name: string]: unknown;
|
|
9546
|
+
};
|
|
9547
|
+
content: {
|
|
9548
|
+
"application/json": components["schemas"]["models.ProfileSettings"];
|
|
9549
|
+
};
|
|
9550
|
+
};
|
|
9551
|
+
};
|
|
9552
|
+
};
|
|
9553
|
+
put?: never;
|
|
9554
|
+
post?: never;
|
|
9555
|
+
delete?: never;
|
|
9556
|
+
options?: never;
|
|
9557
|
+
head?: never;
|
|
9558
|
+
patch?: never;
|
|
9559
|
+
trace?: never;
|
|
9560
|
+
};
|
|
9561
|
+
"/internal/pushbullet": {
|
|
9562
|
+
parameters: {
|
|
9563
|
+
query?: never;
|
|
9564
|
+
header?: never;
|
|
9565
|
+
path?: never;
|
|
9566
|
+
cookie?: never;
|
|
9567
|
+
};
|
|
9568
|
+
/**
|
|
9569
|
+
* Get Pushbullet (schema generation only)
|
|
9570
|
+
* @description Internal endpoint used only to ensure Pushbullet schema is generated in OpenAPI spec
|
|
9571
|
+
*/
|
|
9572
|
+
get: {
|
|
9573
|
+
parameters: {
|
|
9574
|
+
query?: never;
|
|
9575
|
+
header?: never;
|
|
9576
|
+
path?: never;
|
|
9577
|
+
cookie?: never;
|
|
9578
|
+
};
|
|
9579
|
+
requestBody?: never;
|
|
9580
|
+
responses: {
|
|
9581
|
+
/** @description OK */
|
|
9582
|
+
200: {
|
|
9583
|
+
headers: {
|
|
9584
|
+
[name: string]: unknown;
|
|
9585
|
+
};
|
|
9586
|
+
content: {
|
|
9587
|
+
"application/json": components["schemas"]["models.Pushbullet"];
|
|
9588
|
+
};
|
|
9589
|
+
};
|
|
9590
|
+
};
|
|
9591
|
+
};
|
|
9592
|
+
put?: never;
|
|
9593
|
+
post?: never;
|
|
9594
|
+
delete?: never;
|
|
9595
|
+
options?: never;
|
|
9596
|
+
head?: never;
|
|
9597
|
+
patch?: never;
|
|
9598
|
+
trace?: never;
|
|
9599
|
+
};
|
|
9600
|
+
"/internal/pushover": {
|
|
9601
|
+
parameters: {
|
|
9602
|
+
query?: never;
|
|
9603
|
+
header?: never;
|
|
9604
|
+
path?: never;
|
|
9605
|
+
cookie?: never;
|
|
9606
|
+
};
|
|
9607
|
+
/**
|
|
9608
|
+
* Get Pushover (schema generation only)
|
|
9609
|
+
* @description Internal endpoint used only to ensure Pushover schema is generated in OpenAPI spec
|
|
9610
|
+
*/
|
|
9611
|
+
get: {
|
|
9612
|
+
parameters: {
|
|
9613
|
+
query?: never;
|
|
9614
|
+
header?: never;
|
|
9615
|
+
path?: never;
|
|
9616
|
+
cookie?: never;
|
|
9617
|
+
};
|
|
9618
|
+
requestBody?: never;
|
|
9619
|
+
responses: {
|
|
9620
|
+
/** @description OK */
|
|
9621
|
+
200: {
|
|
9622
|
+
headers: {
|
|
9623
|
+
[name: string]: unknown;
|
|
9624
|
+
};
|
|
9625
|
+
content: {
|
|
9626
|
+
"application/json": components["schemas"]["models.Pushover"];
|
|
9627
|
+
};
|
|
9628
|
+
};
|
|
9629
|
+
};
|
|
9630
|
+
};
|
|
9631
|
+
put?: never;
|
|
9632
|
+
post?: never;
|
|
9633
|
+
delete?: never;
|
|
9634
|
+
options?: never;
|
|
9635
|
+
head?: never;
|
|
9636
|
+
patch?: never;
|
|
9637
|
+
trace?: never;
|
|
9638
|
+
};
|
|
9639
|
+
"/internal/redactionevent": {
|
|
9640
|
+
parameters: {
|
|
9641
|
+
query?: never;
|
|
9642
|
+
header?: never;
|
|
9643
|
+
path?: never;
|
|
9644
|
+
cookie?: never;
|
|
9645
|
+
};
|
|
9646
|
+
/**
|
|
9647
|
+
* Get RedactionEvent (schema generation only)
|
|
9648
|
+
* @description Internal endpoint used only to ensure RedactionEvent schema is generated in OpenAPI spec
|
|
9649
|
+
*/
|
|
9650
|
+
get: {
|
|
9651
|
+
parameters: {
|
|
9652
|
+
query?: never;
|
|
9653
|
+
header?: never;
|
|
9654
|
+
path?: never;
|
|
9655
|
+
cookie?: never;
|
|
9656
|
+
};
|
|
9657
|
+
requestBody?: never;
|
|
9658
|
+
responses: {
|
|
9659
|
+
/** @description OK */
|
|
9660
|
+
200: {
|
|
9661
|
+
headers: {
|
|
9662
|
+
[name: string]: unknown;
|
|
9663
|
+
};
|
|
9664
|
+
content: {
|
|
9665
|
+
"application/json": components["schemas"]["api.RedactionEvent"];
|
|
9666
|
+
};
|
|
9667
|
+
};
|
|
9668
|
+
};
|
|
9669
|
+
};
|
|
9670
|
+
put?: never;
|
|
9671
|
+
post?: never;
|
|
9672
|
+
delete?: never;
|
|
9673
|
+
options?: never;
|
|
9674
|
+
head?: never;
|
|
9675
|
+
patch?: never;
|
|
9676
|
+
trace?: never;
|
|
9677
|
+
};
|
|
9678
|
+
"/internal/region": {
|
|
9679
|
+
parameters: {
|
|
9680
|
+
query?: never;
|
|
9681
|
+
header?: never;
|
|
9682
|
+
path?: never;
|
|
9683
|
+
cookie?: never;
|
|
9684
|
+
};
|
|
9685
|
+
/**
|
|
9686
|
+
* Get Region (schema generation only)
|
|
9687
|
+
* @description Internal endpoint used only to ensure Region schema is generated in OpenAPI spec
|
|
9688
|
+
*/
|
|
9689
|
+
get: {
|
|
9690
|
+
parameters: {
|
|
9691
|
+
query?: never;
|
|
9692
|
+
header?: never;
|
|
9693
|
+
path?: never;
|
|
9694
|
+
cookie?: never;
|
|
9695
|
+
};
|
|
9696
|
+
requestBody?: never;
|
|
9697
|
+
responses: {
|
|
9698
|
+
/** @description OK */
|
|
9699
|
+
200: {
|
|
9700
|
+
headers: {
|
|
9701
|
+
[name: string]: unknown;
|
|
9702
|
+
};
|
|
9703
|
+
content: {
|
|
9704
|
+
"application/json": components["schemas"]["models.Region"];
|
|
9705
|
+
};
|
|
9706
|
+
};
|
|
9707
|
+
};
|
|
9708
|
+
};
|
|
9709
|
+
put?: never;
|
|
9710
|
+
post?: never;
|
|
9711
|
+
delete?: never;
|
|
9712
|
+
options?: never;
|
|
9713
|
+
head?: never;
|
|
9714
|
+
patch?: never;
|
|
9715
|
+
trace?: never;
|
|
9716
|
+
};
|
|
9717
|
+
"/internal/regionpoint": {
|
|
9718
|
+
parameters: {
|
|
9719
|
+
query?: never;
|
|
9720
|
+
header?: never;
|
|
9721
|
+
path?: never;
|
|
9722
|
+
cookie?: never;
|
|
9723
|
+
};
|
|
9724
|
+
/**
|
|
9725
|
+
* Get RegionPoint (schema generation only)
|
|
9726
|
+
* @description Internal endpoint used only to ensure RegionPoint schema is generated in OpenAPI spec
|
|
9727
|
+
*/
|
|
9728
|
+
get: {
|
|
9729
|
+
parameters: {
|
|
9730
|
+
query?: never;
|
|
9731
|
+
header?: never;
|
|
9732
|
+
path?: never;
|
|
9733
|
+
cookie?: never;
|
|
9734
|
+
};
|
|
9735
|
+
requestBody?: never;
|
|
9736
|
+
responses: {
|
|
9737
|
+
/** @description OK */
|
|
9738
|
+
200: {
|
|
9739
|
+
headers: {
|
|
9740
|
+
[name: string]: unknown;
|
|
9741
|
+
};
|
|
9742
|
+
content: {
|
|
9743
|
+
"application/json": components["schemas"]["models.RegionPoint"];
|
|
9744
|
+
};
|
|
9745
|
+
};
|
|
9746
|
+
};
|
|
9747
|
+
};
|
|
9748
|
+
put?: never;
|
|
9749
|
+
post?: never;
|
|
9750
|
+
delete?: never;
|
|
9751
|
+
options?: never;
|
|
9752
|
+
head?: never;
|
|
9753
|
+
patch?: never;
|
|
9754
|
+
trace?: never;
|
|
9755
|
+
};
|
|
9756
|
+
"/internal/removealertinput": {
|
|
8977
9757
|
parameters: {
|
|
8978
9758
|
query?: never;
|
|
8979
9759
|
header?: never;
|
|
@@ -8981,8 +9761,8 @@ export interface paths {
|
|
|
8981
9761
|
cookie?: never;
|
|
8982
9762
|
};
|
|
8983
9763
|
/**
|
|
8984
|
-
* Get
|
|
8985
|
-
* @description Internal endpoint used only to ensure
|
|
9764
|
+
* Get RemoveAlertInput (schema generation only)
|
|
9765
|
+
* @description Internal endpoint used only to ensure RemoveAlertInput schema is generated in OpenAPI spec
|
|
8986
9766
|
*/
|
|
8987
9767
|
get: {
|
|
8988
9768
|
parameters: {
|
|
@@ -8999,7 +9779,7 @@ export interface paths {
|
|
|
8999
9779
|
[name: string]: unknown;
|
|
9000
9780
|
};
|
|
9001
9781
|
content: {
|
|
9002
|
-
"application/json": components["schemas"]["models.
|
|
9782
|
+
"application/json": components["schemas"]["models.RemoveAlertInput"];
|
|
9003
9783
|
};
|
|
9004
9784
|
};
|
|
9005
9785
|
};
|
|
@@ -9012,7 +9792,7 @@ export interface paths {
|
|
|
9012
9792
|
patch?: never;
|
|
9013
9793
|
trace?: never;
|
|
9014
9794
|
};
|
|
9015
|
-
"/internal/
|
|
9795
|
+
"/internal/removealertoutput": {
|
|
9016
9796
|
parameters: {
|
|
9017
9797
|
query?: never;
|
|
9018
9798
|
header?: never;
|
|
@@ -9020,8 +9800,8 @@ export interface paths {
|
|
|
9020
9800
|
cookie?: never;
|
|
9021
9801
|
};
|
|
9022
9802
|
/**
|
|
9023
|
-
* Get
|
|
9024
|
-
* @description Internal endpoint used only to ensure
|
|
9803
|
+
* Get RemoveAlertOutput (schema generation only)
|
|
9804
|
+
* @description Internal endpoint used only to ensure RemoveAlertOutput schema is generated in OpenAPI spec
|
|
9025
9805
|
*/
|
|
9026
9806
|
get: {
|
|
9027
9807
|
parameters: {
|
|
@@ -9038,7 +9818,7 @@ export interface paths {
|
|
|
9038
9818
|
[name: string]: unknown;
|
|
9039
9819
|
};
|
|
9040
9820
|
content: {
|
|
9041
|
-
"application/json": components["schemas"]["models.
|
|
9821
|
+
"application/json": components["schemas"]["models.RemoveAlertOutput"];
|
|
9042
9822
|
};
|
|
9043
9823
|
};
|
|
9044
9824
|
};
|
|
@@ -9051,7 +9831,7 @@ export interface paths {
|
|
|
9051
9831
|
patch?: never;
|
|
9052
9832
|
trace?: never;
|
|
9053
9833
|
};
|
|
9054
|
-
"/internal/
|
|
9834
|
+
"/internal/removecustomalerterrorresponse": {
|
|
9055
9835
|
parameters: {
|
|
9056
9836
|
query?: never;
|
|
9057
9837
|
header?: never;
|
|
@@ -9059,8 +9839,8 @@ export interface paths {
|
|
|
9059
9839
|
cookie?: never;
|
|
9060
9840
|
};
|
|
9061
9841
|
/**
|
|
9062
|
-
* Get
|
|
9063
|
-
* @description Internal endpoint used only to ensure
|
|
9842
|
+
* Get RemoveCustomAlertErrorResponse (schema generation only)
|
|
9843
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertErrorResponse schema is generated in OpenAPI spec
|
|
9064
9844
|
*/
|
|
9065
9845
|
get: {
|
|
9066
9846
|
parameters: {
|
|
@@ -9077,7 +9857,7 @@ export interface paths {
|
|
|
9077
9857
|
[name: string]: unknown;
|
|
9078
9858
|
};
|
|
9079
9859
|
content: {
|
|
9080
|
-
"application/json": components["schemas"]["
|
|
9860
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertErrorResponse"];
|
|
9081
9861
|
};
|
|
9082
9862
|
};
|
|
9083
9863
|
};
|
|
@@ -9090,7 +9870,7 @@ export interface paths {
|
|
|
9090
9870
|
patch?: never;
|
|
9091
9871
|
trace?: never;
|
|
9092
9872
|
};
|
|
9093
|
-
"/internal/
|
|
9873
|
+
"/internal/removecustomalertrequest": {
|
|
9094
9874
|
parameters: {
|
|
9095
9875
|
query?: never;
|
|
9096
9876
|
header?: never;
|
|
@@ -9098,8 +9878,8 @@ export interface paths {
|
|
|
9098
9878
|
cookie?: never;
|
|
9099
9879
|
};
|
|
9100
9880
|
/**
|
|
9101
|
-
* Get
|
|
9102
|
-
* @description Internal endpoint used only to ensure
|
|
9881
|
+
* Get RemoveCustomAlertRequest (schema generation only)
|
|
9882
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertRequest schema is generated in OpenAPI spec
|
|
9103
9883
|
*/
|
|
9104
9884
|
get: {
|
|
9105
9885
|
parameters: {
|
|
@@ -9116,7 +9896,7 @@ export interface paths {
|
|
|
9116
9896
|
[name: string]: unknown;
|
|
9117
9897
|
};
|
|
9118
9898
|
content: {
|
|
9119
|
-
"application/json": components["schemas"]["api.
|
|
9899
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertRequest"];
|
|
9120
9900
|
};
|
|
9121
9901
|
};
|
|
9122
9902
|
};
|
|
@@ -9129,7 +9909,7 @@ export interface paths {
|
|
|
9129
9909
|
patch?: never;
|
|
9130
9910
|
trace?: never;
|
|
9131
9911
|
};
|
|
9132
|
-
"/internal/
|
|
9912
|
+
"/internal/removecustomalertresponse": {
|
|
9133
9913
|
parameters: {
|
|
9134
9914
|
query?: never;
|
|
9135
9915
|
header?: never;
|
|
@@ -9137,8 +9917,8 @@ export interface paths {
|
|
|
9137
9917
|
cookie?: never;
|
|
9138
9918
|
};
|
|
9139
9919
|
/**
|
|
9140
|
-
* Get
|
|
9141
|
-
* @description Internal endpoint used only to ensure
|
|
9920
|
+
* Get RemoveCustomAlertResponse (schema generation only)
|
|
9921
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertResponse schema is generated in OpenAPI spec
|
|
9142
9922
|
*/
|
|
9143
9923
|
get: {
|
|
9144
9924
|
parameters: {
|
|
@@ -9155,7 +9935,7 @@ export interface paths {
|
|
|
9155
9935
|
[name: string]: unknown;
|
|
9156
9936
|
};
|
|
9157
9937
|
content: {
|
|
9158
|
-
"application/json": components["schemas"]["
|
|
9938
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertResponse"];
|
|
9159
9939
|
};
|
|
9160
9940
|
};
|
|
9161
9941
|
};
|
|
@@ -9168,7 +9948,7 @@ export interface paths {
|
|
|
9168
9948
|
patch?: never;
|
|
9169
9949
|
trace?: never;
|
|
9170
9950
|
};
|
|
9171
|
-
"/internal/
|
|
9951
|
+
"/internal/removecustomalertsuccessresponse": {
|
|
9172
9952
|
parameters: {
|
|
9173
9953
|
query?: never;
|
|
9174
9954
|
header?: never;
|
|
@@ -9176,8 +9956,8 @@ export interface paths {
|
|
|
9176
9956
|
cookie?: never;
|
|
9177
9957
|
};
|
|
9178
9958
|
/**
|
|
9179
|
-
* Get
|
|
9180
|
-
* @description Internal endpoint used only to ensure
|
|
9959
|
+
* Get RemoveCustomAlertSuccessResponse (schema generation only)
|
|
9960
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertSuccessResponse schema is generated in OpenAPI spec
|
|
9181
9961
|
*/
|
|
9182
9962
|
get: {
|
|
9183
9963
|
parameters: {
|
|
@@ -9194,7 +9974,7 @@ export interface paths {
|
|
|
9194
9974
|
[name: string]: unknown;
|
|
9195
9975
|
};
|
|
9196
9976
|
content: {
|
|
9197
|
-
"application/json": components["schemas"]["
|
|
9977
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertSuccessResponse"];
|
|
9198
9978
|
};
|
|
9199
9979
|
};
|
|
9200
9980
|
};
|
|
@@ -10481,7 +11261,241 @@ export interface paths {
|
|
|
10481
11261
|
[name: string]: unknown;
|
|
10482
11262
|
};
|
|
10483
11263
|
content: {
|
|
10484
|
-
"application/json": components["schemas"]["models.Telegram"];
|
|
11264
|
+
"application/json": components["schemas"]["models.Telegram"];
|
|
11265
|
+
};
|
|
11266
|
+
};
|
|
11267
|
+
};
|
|
11268
|
+
};
|
|
11269
|
+
put?: never;
|
|
11270
|
+
post?: never;
|
|
11271
|
+
delete?: never;
|
|
11272
|
+
options?: never;
|
|
11273
|
+
head?: never;
|
|
11274
|
+
patch?: never;
|
|
11275
|
+
trace?: never;
|
|
11276
|
+
};
|
|
11277
|
+
"/internal/throttlerstage": {
|
|
11278
|
+
parameters: {
|
|
11279
|
+
query?: never;
|
|
11280
|
+
header?: never;
|
|
11281
|
+
path?: never;
|
|
11282
|
+
cookie?: never;
|
|
11283
|
+
};
|
|
11284
|
+
/**
|
|
11285
|
+
* Get ThrottlerStage (schema generation only)
|
|
11286
|
+
* @description Internal endpoint used only to ensure ThrottlerStage schema is generated in OpenAPI spec
|
|
11287
|
+
*/
|
|
11288
|
+
get: {
|
|
11289
|
+
parameters: {
|
|
11290
|
+
query?: never;
|
|
11291
|
+
header?: never;
|
|
11292
|
+
path?: never;
|
|
11293
|
+
cookie?: never;
|
|
11294
|
+
};
|
|
11295
|
+
requestBody?: never;
|
|
11296
|
+
responses: {
|
|
11297
|
+
/** @description OK */
|
|
11298
|
+
200: {
|
|
11299
|
+
headers: {
|
|
11300
|
+
[name: string]: unknown;
|
|
11301
|
+
};
|
|
11302
|
+
content: {
|
|
11303
|
+
"application/json": components["schemas"]["models.ThrottlerStage"];
|
|
11304
|
+
};
|
|
11305
|
+
};
|
|
11306
|
+
};
|
|
11307
|
+
};
|
|
11308
|
+
put?: never;
|
|
11309
|
+
post?: never;
|
|
11310
|
+
delete?: never;
|
|
11311
|
+
options?: never;
|
|
11312
|
+
head?: never;
|
|
11313
|
+
patch?: never;
|
|
11314
|
+
trace?: never;
|
|
11315
|
+
};
|
|
11316
|
+
"/internal/thumbnail": {
|
|
11317
|
+
parameters: {
|
|
11318
|
+
query?: never;
|
|
11319
|
+
header?: never;
|
|
11320
|
+
path?: never;
|
|
11321
|
+
cookie?: never;
|
|
11322
|
+
};
|
|
11323
|
+
/**
|
|
11324
|
+
* Get Thumbnail (schema generation only)
|
|
11325
|
+
* @description Internal endpoint used only to ensure Thumbnail schema is generated in OpenAPI spec
|
|
11326
|
+
*/
|
|
11327
|
+
get: {
|
|
11328
|
+
parameters: {
|
|
11329
|
+
query?: never;
|
|
11330
|
+
header?: never;
|
|
11331
|
+
path?: never;
|
|
11332
|
+
cookie?: never;
|
|
11333
|
+
};
|
|
11334
|
+
requestBody?: never;
|
|
11335
|
+
responses: {
|
|
11336
|
+
/** @description OK */
|
|
11337
|
+
200: {
|
|
11338
|
+
headers: {
|
|
11339
|
+
[name: string]: unknown;
|
|
11340
|
+
};
|
|
11341
|
+
content: {
|
|
11342
|
+
"application/json": components["schemas"]["models.Thumbnail"];
|
|
11343
|
+
};
|
|
11344
|
+
};
|
|
11345
|
+
};
|
|
11346
|
+
};
|
|
11347
|
+
put?: never;
|
|
11348
|
+
post?: never;
|
|
11349
|
+
delete?: never;
|
|
11350
|
+
options?: never;
|
|
11351
|
+
head?: never;
|
|
11352
|
+
patch?: never;
|
|
11353
|
+
trace?: never;
|
|
11354
|
+
};
|
|
11355
|
+
"/internal/thumby": {
|
|
11356
|
+
parameters: {
|
|
11357
|
+
query?: never;
|
|
11358
|
+
header?: never;
|
|
11359
|
+
path?: never;
|
|
11360
|
+
cookie?: never;
|
|
11361
|
+
};
|
|
11362
|
+
/**
|
|
11363
|
+
* Get Thumby (schema generation only)
|
|
11364
|
+
* @description Internal endpoint used only to ensure Thumby schema is generated in OpenAPI spec
|
|
11365
|
+
*/
|
|
11366
|
+
get: {
|
|
11367
|
+
parameters: {
|
|
11368
|
+
query?: never;
|
|
11369
|
+
header?: never;
|
|
11370
|
+
path?: never;
|
|
11371
|
+
cookie?: never;
|
|
11372
|
+
};
|
|
11373
|
+
requestBody?: never;
|
|
11374
|
+
responses: {
|
|
11375
|
+
/** @description OK */
|
|
11376
|
+
200: {
|
|
11377
|
+
headers: {
|
|
11378
|
+
[name: string]: unknown;
|
|
11379
|
+
};
|
|
11380
|
+
content: {
|
|
11381
|
+
"application/json": components["schemas"]["models.Thumby"];
|
|
11382
|
+
};
|
|
11383
|
+
};
|
|
11384
|
+
};
|
|
11385
|
+
};
|
|
11386
|
+
put?: never;
|
|
11387
|
+
post?: never;
|
|
11388
|
+
delete?: never;
|
|
11389
|
+
options?: never;
|
|
11390
|
+
head?: never;
|
|
11391
|
+
patch?: never;
|
|
11392
|
+
trace?: never;
|
|
11393
|
+
};
|
|
11394
|
+
"/internal/timerange": {
|
|
11395
|
+
parameters: {
|
|
11396
|
+
query?: never;
|
|
11397
|
+
header?: never;
|
|
11398
|
+
path?: never;
|
|
11399
|
+
cookie?: never;
|
|
11400
|
+
};
|
|
11401
|
+
/**
|
|
11402
|
+
* Get TimeRange (schema generation only)
|
|
11403
|
+
* @description Internal endpoint used only to ensure TimeRange schema is generated in OpenAPI spec
|
|
11404
|
+
*/
|
|
11405
|
+
get: {
|
|
11406
|
+
parameters: {
|
|
11407
|
+
query?: never;
|
|
11408
|
+
header?: never;
|
|
11409
|
+
path?: never;
|
|
11410
|
+
cookie?: never;
|
|
11411
|
+
};
|
|
11412
|
+
requestBody?: never;
|
|
11413
|
+
responses: {
|
|
11414
|
+
/** @description OK */
|
|
11415
|
+
200: {
|
|
11416
|
+
headers: {
|
|
11417
|
+
[name: string]: unknown;
|
|
11418
|
+
};
|
|
11419
|
+
content: {
|
|
11420
|
+
"application/json": components["schemas"]["models.TimeRange"];
|
|
11421
|
+
};
|
|
11422
|
+
};
|
|
11423
|
+
};
|
|
11424
|
+
};
|
|
11425
|
+
put?: never;
|
|
11426
|
+
post?: never;
|
|
11427
|
+
delete?: never;
|
|
11428
|
+
options?: never;
|
|
11429
|
+
head?: never;
|
|
11430
|
+
patch?: never;
|
|
11431
|
+
trace?: never;
|
|
11432
|
+
};
|
|
11433
|
+
"/internal/timeschedule": {
|
|
11434
|
+
parameters: {
|
|
11435
|
+
query?: never;
|
|
11436
|
+
header?: never;
|
|
11437
|
+
path?: never;
|
|
11438
|
+
cookie?: never;
|
|
11439
|
+
};
|
|
11440
|
+
/**
|
|
11441
|
+
* Get TimeSchedule (schema generation only)
|
|
11442
|
+
* @description Internal endpoint used only to ensure TimeSchedule schema is generated in OpenAPI spec
|
|
11443
|
+
*/
|
|
11444
|
+
get: {
|
|
11445
|
+
parameters: {
|
|
11446
|
+
query?: never;
|
|
11447
|
+
header?: never;
|
|
11448
|
+
path?: never;
|
|
11449
|
+
cookie?: never;
|
|
11450
|
+
};
|
|
11451
|
+
requestBody?: never;
|
|
11452
|
+
responses: {
|
|
11453
|
+
/** @description OK */
|
|
11454
|
+
200: {
|
|
11455
|
+
headers: {
|
|
11456
|
+
[name: string]: unknown;
|
|
11457
|
+
};
|
|
11458
|
+
content: {
|
|
11459
|
+
"application/json": components["schemas"]["models.TimeSchedule"];
|
|
11460
|
+
};
|
|
11461
|
+
};
|
|
11462
|
+
};
|
|
11463
|
+
};
|
|
11464
|
+
put?: never;
|
|
11465
|
+
post?: never;
|
|
11466
|
+
delete?: never;
|
|
11467
|
+
options?: never;
|
|
11468
|
+
head?: never;
|
|
11469
|
+
patch?: never;
|
|
11470
|
+
trace?: never;
|
|
11471
|
+
};
|
|
11472
|
+
"/internal/timewindow": {
|
|
11473
|
+
parameters: {
|
|
11474
|
+
query?: never;
|
|
11475
|
+
header?: never;
|
|
11476
|
+
path?: never;
|
|
11477
|
+
cookie?: never;
|
|
11478
|
+
};
|
|
11479
|
+
/**
|
|
11480
|
+
* Get TimeWindow (schema generation only)
|
|
11481
|
+
* @description Internal endpoint used only to ensure TimeWindow schema is generated in OpenAPI spec
|
|
11482
|
+
*/
|
|
11483
|
+
get: {
|
|
11484
|
+
parameters: {
|
|
11485
|
+
query?: never;
|
|
11486
|
+
header?: never;
|
|
11487
|
+
path?: never;
|
|
11488
|
+
cookie?: never;
|
|
11489
|
+
};
|
|
11490
|
+
requestBody?: never;
|
|
11491
|
+
responses: {
|
|
11492
|
+
/** @description OK */
|
|
11493
|
+
200: {
|
|
11494
|
+
headers: {
|
|
11495
|
+
[name: string]: unknown;
|
|
11496
|
+
};
|
|
11497
|
+
content: {
|
|
11498
|
+
"application/json": components["schemas"]["models.TimeWindow"];
|
|
10485
11499
|
};
|
|
10486
11500
|
};
|
|
10487
11501
|
};
|
|
@@ -10494,7 +11508,7 @@ export interface paths {
|
|
|
10494
11508
|
patch?: never;
|
|
10495
11509
|
trace?: never;
|
|
10496
11510
|
};
|
|
10497
|
-
"/internal/
|
|
11511
|
+
"/internal/traceresponse": {
|
|
10498
11512
|
parameters: {
|
|
10499
11513
|
query?: never;
|
|
10500
11514
|
header?: never;
|
|
@@ -10502,8 +11516,8 @@ export interface paths {
|
|
|
10502
11516
|
cookie?: never;
|
|
10503
11517
|
};
|
|
10504
11518
|
/**
|
|
10505
|
-
* Get
|
|
10506
|
-
* @description Internal endpoint used only to ensure
|
|
11519
|
+
* Get TraceResponse (schema generation only)
|
|
11520
|
+
* @description Internal endpoint used only to ensure TraceResponse schema is generated in OpenAPI spec
|
|
10507
11521
|
*/
|
|
10508
11522
|
get: {
|
|
10509
11523
|
parameters: {
|
|
@@ -10520,7 +11534,7 @@ export interface paths {
|
|
|
10520
11534
|
[name: string]: unknown;
|
|
10521
11535
|
};
|
|
10522
11536
|
content: {
|
|
10523
|
-
"application/json": components["schemas"]["
|
|
11537
|
+
"application/json": components["schemas"]["api.TraceResponse"];
|
|
10524
11538
|
};
|
|
10525
11539
|
};
|
|
10526
11540
|
};
|
|
@@ -10533,7 +11547,7 @@ export interface paths {
|
|
|
10533
11547
|
patch?: never;
|
|
10534
11548
|
trace?: never;
|
|
10535
11549
|
};
|
|
10536
|
-
"/internal/
|
|
11550
|
+
"/internal/trackbox": {
|
|
10537
11551
|
parameters: {
|
|
10538
11552
|
query?: never;
|
|
10539
11553
|
header?: never;
|
|
@@ -10541,8 +11555,8 @@ export interface paths {
|
|
|
10541
11555
|
cookie?: never;
|
|
10542
11556
|
};
|
|
10543
11557
|
/**
|
|
10544
|
-
* Get
|
|
10545
|
-
* @description Internal endpoint used only to ensure
|
|
11558
|
+
* Get TrackBox (schema generation only)
|
|
11559
|
+
* @description Internal endpoint used only to ensure TrackBox schema is generated in OpenAPI spec
|
|
10546
11560
|
*/
|
|
10547
11561
|
get: {
|
|
10548
11562
|
parameters: {
|
|
@@ -10559,7 +11573,7 @@ export interface paths {
|
|
|
10559
11573
|
[name: string]: unknown;
|
|
10560
11574
|
};
|
|
10561
11575
|
content: {
|
|
10562
|
-
"application/json": components["schemas"]["models.
|
|
11576
|
+
"application/json": components["schemas"]["models.TrackBox"];
|
|
10563
11577
|
};
|
|
10564
11578
|
};
|
|
10565
11579
|
};
|
|
@@ -10572,7 +11586,7 @@ export interface paths {
|
|
|
10572
11586
|
patch?: never;
|
|
10573
11587
|
trace?: never;
|
|
10574
11588
|
};
|
|
10575
|
-
"/internal/
|
|
11589
|
+
"/internal/updateaccesstokenerrorresponse": {
|
|
10576
11590
|
parameters: {
|
|
10577
11591
|
query?: never;
|
|
10578
11592
|
header?: never;
|
|
@@ -10580,8 +11594,8 @@ export interface paths {
|
|
|
10580
11594
|
cookie?: never;
|
|
10581
11595
|
};
|
|
10582
11596
|
/**
|
|
10583
|
-
* Get
|
|
10584
|
-
* @description Internal endpoint used only to ensure
|
|
11597
|
+
* Get UpdateAccessTokenErrorResponse (schema generation only)
|
|
11598
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenErrorResponse schema is generated in OpenAPI spec
|
|
10585
11599
|
*/
|
|
10586
11600
|
get: {
|
|
10587
11601
|
parameters: {
|
|
@@ -10598,7 +11612,7 @@ export interface paths {
|
|
|
10598
11612
|
[name: string]: unknown;
|
|
10599
11613
|
};
|
|
10600
11614
|
content: {
|
|
10601
|
-
"application/json": components["schemas"]["
|
|
11615
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenErrorResponse"];
|
|
10602
11616
|
};
|
|
10603
11617
|
};
|
|
10604
11618
|
};
|
|
@@ -10611,7 +11625,7 @@ export interface paths {
|
|
|
10611
11625
|
patch?: never;
|
|
10612
11626
|
trace?: never;
|
|
10613
11627
|
};
|
|
10614
|
-
"/internal/
|
|
11628
|
+
"/internal/updateaccesstokenrequest": {
|
|
10615
11629
|
parameters: {
|
|
10616
11630
|
query?: never;
|
|
10617
11631
|
header?: never;
|
|
@@ -10619,8 +11633,8 @@ export interface paths {
|
|
|
10619
11633
|
cookie?: never;
|
|
10620
11634
|
};
|
|
10621
11635
|
/**
|
|
10622
|
-
* Get
|
|
10623
|
-
* @description Internal endpoint used only to ensure
|
|
11636
|
+
* Get UpdateAccessTokenRequest (schema generation only)
|
|
11637
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenRequest schema is generated in OpenAPI spec
|
|
10624
11638
|
*/
|
|
10625
11639
|
get: {
|
|
10626
11640
|
parameters: {
|
|
@@ -10637,7 +11651,7 @@ export interface paths {
|
|
|
10637
11651
|
[name: string]: unknown;
|
|
10638
11652
|
};
|
|
10639
11653
|
content: {
|
|
10640
|
-
"application/json": components["schemas"]["
|
|
11654
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenRequest"];
|
|
10641
11655
|
};
|
|
10642
11656
|
};
|
|
10643
11657
|
};
|
|
@@ -10650,7 +11664,7 @@ export interface paths {
|
|
|
10650
11664
|
patch?: never;
|
|
10651
11665
|
trace?: never;
|
|
10652
11666
|
};
|
|
10653
|
-
"/internal/
|
|
11667
|
+
"/internal/updateaccesstokenresponse": {
|
|
10654
11668
|
parameters: {
|
|
10655
11669
|
query?: never;
|
|
10656
11670
|
header?: never;
|
|
@@ -10658,8 +11672,8 @@ export interface paths {
|
|
|
10658
11672
|
cookie?: never;
|
|
10659
11673
|
};
|
|
10660
11674
|
/**
|
|
10661
|
-
* Get
|
|
10662
|
-
* @description Internal endpoint used only to ensure
|
|
11675
|
+
* Get UpdateAccessTokenResponse (schema generation only)
|
|
11676
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenResponse schema is generated in OpenAPI spec
|
|
10663
11677
|
*/
|
|
10664
11678
|
get: {
|
|
10665
11679
|
parameters: {
|
|
@@ -10676,7 +11690,7 @@ export interface paths {
|
|
|
10676
11690
|
[name: string]: unknown;
|
|
10677
11691
|
};
|
|
10678
11692
|
content: {
|
|
10679
|
-
"application/json": components["schemas"]["
|
|
11693
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenResponse"];
|
|
10680
11694
|
};
|
|
10681
11695
|
};
|
|
10682
11696
|
};
|
|
@@ -10689,7 +11703,7 @@ export interface paths {
|
|
|
10689
11703
|
patch?: never;
|
|
10690
11704
|
trace?: never;
|
|
10691
11705
|
};
|
|
10692
|
-
"/internal/
|
|
11706
|
+
"/internal/updateaccesstokensuccessresponse": {
|
|
10693
11707
|
parameters: {
|
|
10694
11708
|
query?: never;
|
|
10695
11709
|
header?: never;
|
|
@@ -10697,8 +11711,8 @@ export interface paths {
|
|
|
10697
11711
|
cookie?: never;
|
|
10698
11712
|
};
|
|
10699
11713
|
/**
|
|
10700
|
-
* Get
|
|
10701
|
-
* @description Internal endpoint used only to ensure
|
|
11714
|
+
* Get UpdateAccessTokenSuccessResponse (schema generation only)
|
|
11715
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenSuccessResponse schema is generated in OpenAPI spec
|
|
10702
11716
|
*/
|
|
10703
11717
|
get: {
|
|
10704
11718
|
parameters: {
|
|
@@ -10715,7 +11729,7 @@ export interface paths {
|
|
|
10715
11729
|
[name: string]: unknown;
|
|
10716
11730
|
};
|
|
10717
11731
|
content: {
|
|
10718
|
-
"application/json": components["schemas"]["
|
|
11732
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenSuccessResponse"];
|
|
10719
11733
|
};
|
|
10720
11734
|
};
|
|
10721
11735
|
};
|
|
@@ -10728,7 +11742,7 @@ export interface paths {
|
|
|
10728
11742
|
patch?: never;
|
|
10729
11743
|
trace?: never;
|
|
10730
11744
|
};
|
|
10731
|
-
"/internal/
|
|
11745
|
+
"/internal/updatealertinput": {
|
|
10732
11746
|
parameters: {
|
|
10733
11747
|
query?: never;
|
|
10734
11748
|
header?: never;
|
|
@@ -10736,8 +11750,8 @@ export interface paths {
|
|
|
10736
11750
|
cookie?: never;
|
|
10737
11751
|
};
|
|
10738
11752
|
/**
|
|
10739
|
-
* Get
|
|
10740
|
-
* @description Internal endpoint used only to ensure
|
|
11753
|
+
* Get UpdateAlertInput (schema generation only)
|
|
11754
|
+
* @description Internal endpoint used only to ensure UpdateAlertInput schema is generated in OpenAPI spec
|
|
10741
11755
|
*/
|
|
10742
11756
|
get: {
|
|
10743
11757
|
parameters: {
|
|
@@ -10754,7 +11768,7 @@ export interface paths {
|
|
|
10754
11768
|
[name: string]: unknown;
|
|
10755
11769
|
};
|
|
10756
11770
|
content: {
|
|
10757
|
-
"application/json": components["schemas"]["
|
|
11771
|
+
"application/json": components["schemas"]["models.UpdateAlertInput"];
|
|
10758
11772
|
};
|
|
10759
11773
|
};
|
|
10760
11774
|
};
|
|
@@ -10767,7 +11781,7 @@ export interface paths {
|
|
|
10767
11781
|
patch?: never;
|
|
10768
11782
|
trace?: never;
|
|
10769
11783
|
};
|
|
10770
|
-
"/internal/
|
|
11784
|
+
"/internal/updatealertoutput": {
|
|
10771
11785
|
parameters: {
|
|
10772
11786
|
query?: never;
|
|
10773
11787
|
header?: never;
|
|
@@ -10775,8 +11789,8 @@ export interface paths {
|
|
|
10775
11789
|
cookie?: never;
|
|
10776
11790
|
};
|
|
10777
11791
|
/**
|
|
10778
|
-
* Get
|
|
10779
|
-
* @description Internal endpoint used only to ensure
|
|
11792
|
+
* Get UpdateAlertOutput (schema generation only)
|
|
11793
|
+
* @description Internal endpoint used only to ensure UpdateAlertOutput schema is generated in OpenAPI spec
|
|
10780
11794
|
*/
|
|
10781
11795
|
get: {
|
|
10782
11796
|
parameters: {
|
|
@@ -10793,7 +11807,7 @@ export interface paths {
|
|
|
10793
11807
|
[name: string]: unknown;
|
|
10794
11808
|
};
|
|
10795
11809
|
content: {
|
|
10796
|
-
"application/json": components["schemas"]["models.
|
|
11810
|
+
"application/json": components["schemas"]["models.UpdateAlertOutput"];
|
|
10797
11811
|
};
|
|
10798
11812
|
};
|
|
10799
11813
|
};
|
|
@@ -10806,7 +11820,7 @@ export interface paths {
|
|
|
10806
11820
|
patch?: never;
|
|
10807
11821
|
trace?: never;
|
|
10808
11822
|
};
|
|
10809
|
-
"/internal/
|
|
11823
|
+
"/internal/updatecustomalerterrorresponse": {
|
|
10810
11824
|
parameters: {
|
|
10811
11825
|
query?: never;
|
|
10812
11826
|
header?: never;
|
|
@@ -10814,8 +11828,8 @@ export interface paths {
|
|
|
10814
11828
|
cookie?: never;
|
|
10815
11829
|
};
|
|
10816
11830
|
/**
|
|
10817
|
-
* Get
|
|
10818
|
-
* @description Internal endpoint used only to ensure
|
|
11831
|
+
* Get UpdateCustomAlertErrorResponse (schema generation only)
|
|
11832
|
+
* @description Internal endpoint used only to ensure UpdateCustomAlertErrorResponse schema is generated in OpenAPI spec
|
|
10819
11833
|
*/
|
|
10820
11834
|
get: {
|
|
10821
11835
|
parameters: {
|
|
@@ -10832,7 +11846,7 @@ export interface paths {
|
|
|
10832
11846
|
[name: string]: unknown;
|
|
10833
11847
|
};
|
|
10834
11848
|
content: {
|
|
10835
|
-
"application/json": components["schemas"]["api.
|
|
11849
|
+
"application/json": components["schemas"]["api.UpdateCustomAlertErrorResponse"];
|
|
10836
11850
|
};
|
|
10837
11851
|
};
|
|
10838
11852
|
};
|
|
@@ -10845,7 +11859,7 @@ export interface paths {
|
|
|
10845
11859
|
patch?: never;
|
|
10846
11860
|
trace?: never;
|
|
10847
11861
|
};
|
|
10848
|
-
"/internal/
|
|
11862
|
+
"/internal/updatecustomalertrequest": {
|
|
10849
11863
|
parameters: {
|
|
10850
11864
|
query?: never;
|
|
10851
11865
|
header?: never;
|
|
@@ -10853,8 +11867,8 @@ export interface paths {
|
|
|
10853
11867
|
cookie?: never;
|
|
10854
11868
|
};
|
|
10855
11869
|
/**
|
|
10856
|
-
* Get
|
|
10857
|
-
* @description Internal endpoint used only to ensure
|
|
11870
|
+
* Get UpdateCustomAlertRequest (schema generation only)
|
|
11871
|
+
* @description Internal endpoint used only to ensure UpdateCustomAlertRequest schema is generated in OpenAPI spec
|
|
10858
11872
|
*/
|
|
10859
11873
|
get: {
|
|
10860
11874
|
parameters: {
|
|
@@ -10871,7 +11885,7 @@ export interface paths {
|
|
|
10871
11885
|
[name: string]: unknown;
|
|
10872
11886
|
};
|
|
10873
11887
|
content: {
|
|
10874
|
-
"application/json": components["schemas"]["api.
|
|
11888
|
+
"application/json": components["schemas"]["api.UpdateCustomAlertRequest"];
|
|
10875
11889
|
};
|
|
10876
11890
|
};
|
|
10877
11891
|
};
|
|
@@ -10884,7 +11898,7 @@ export interface paths {
|
|
|
10884
11898
|
patch?: never;
|
|
10885
11899
|
trace?: never;
|
|
10886
11900
|
};
|
|
10887
|
-
"/internal/
|
|
11901
|
+
"/internal/updatecustomalertresponse": {
|
|
10888
11902
|
parameters: {
|
|
10889
11903
|
query?: never;
|
|
10890
11904
|
header?: never;
|
|
@@ -10892,8 +11906,8 @@ export interface paths {
|
|
|
10892
11906
|
cookie?: never;
|
|
10893
11907
|
};
|
|
10894
11908
|
/**
|
|
10895
|
-
* Get
|
|
10896
|
-
* @description Internal endpoint used only to ensure
|
|
11909
|
+
* Get UpdateCustomAlertResponse (schema generation only)
|
|
11910
|
+
* @description Internal endpoint used only to ensure UpdateCustomAlertResponse schema is generated in OpenAPI spec
|
|
10897
11911
|
*/
|
|
10898
11912
|
get: {
|
|
10899
11913
|
parameters: {
|
|
@@ -10910,7 +11924,7 @@ export interface paths {
|
|
|
10910
11924
|
[name: string]: unknown;
|
|
10911
11925
|
};
|
|
10912
11926
|
content: {
|
|
10913
|
-
"application/json": components["schemas"]["api.
|
|
11927
|
+
"application/json": components["schemas"]["api.UpdateCustomAlertResponse"];
|
|
10914
11928
|
};
|
|
10915
11929
|
};
|
|
10916
11930
|
};
|
|
@@ -10923,7 +11937,7 @@ export interface paths {
|
|
|
10923
11937
|
patch?: never;
|
|
10924
11938
|
trace?: never;
|
|
10925
11939
|
};
|
|
10926
|
-
"/internal/
|
|
11940
|
+
"/internal/updatecustomalertsuccessresponse": {
|
|
10927
11941
|
parameters: {
|
|
10928
11942
|
query?: never;
|
|
10929
11943
|
header?: never;
|
|
@@ -10931,8 +11945,8 @@ export interface paths {
|
|
|
10931
11945
|
cookie?: never;
|
|
10932
11946
|
};
|
|
10933
11947
|
/**
|
|
10934
|
-
* Get
|
|
10935
|
-
* @description Internal endpoint used only to ensure
|
|
11948
|
+
* Get UpdateCustomAlertSuccessResponse (schema generation only)
|
|
11949
|
+
* @description Internal endpoint used only to ensure UpdateCustomAlertSuccessResponse schema is generated in OpenAPI spec
|
|
10936
11950
|
*/
|
|
10937
11951
|
get: {
|
|
10938
11952
|
parameters: {
|
|
@@ -10949,7 +11963,7 @@ export interface paths {
|
|
|
10949
11963
|
[name: string]: unknown;
|
|
10950
11964
|
};
|
|
10951
11965
|
content: {
|
|
10952
|
-
"application/json": components["schemas"]["api.
|
|
11966
|
+
"application/json": components["schemas"]["api.UpdateCustomAlertSuccessResponse"];
|
|
10953
11967
|
};
|
|
10954
11968
|
};
|
|
10955
11969
|
};
|
|
@@ -12231,6 +13245,37 @@ export interface components {
|
|
|
12231
13245
|
function?: string;
|
|
12232
13246
|
line?: number;
|
|
12233
13247
|
};
|
|
13248
|
+
"api.CreateCustomAlertErrorResponse": {
|
|
13249
|
+
/** @description Application-specific error code */
|
|
13250
|
+
applicationStatusCode?: string;
|
|
13251
|
+
/** @description Entity-specific error code */
|
|
13252
|
+
entityStatusCode?: string;
|
|
13253
|
+
/** @description HTTP status code for the error */
|
|
13254
|
+
httpStatusCode?: number;
|
|
13255
|
+
/** @description Error message describing the issue */
|
|
13256
|
+
message?: string;
|
|
13257
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
13258
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
13259
|
+
};
|
|
13260
|
+
"api.CreateCustomAlertRequest": {
|
|
13261
|
+
alert?: components["schemas"]["models.CustomAlert"];
|
|
13262
|
+
};
|
|
13263
|
+
"api.CreateCustomAlertResponse": {
|
|
13264
|
+
alert?: components["schemas"]["models.CustomAlert"];
|
|
13265
|
+
};
|
|
13266
|
+
"api.CreateCustomAlertSuccessResponse": {
|
|
13267
|
+
/** @description Application-specific status code */
|
|
13268
|
+
applicationStatusCode?: string;
|
|
13269
|
+
data?: components["schemas"]["api.CreateCustomAlertResponse"];
|
|
13270
|
+
/** @description Entity-specific status code */
|
|
13271
|
+
entityStatusCode?: string;
|
|
13272
|
+
/** @description HTTP status code for the response */
|
|
13273
|
+
httpStatusCode?: number;
|
|
13274
|
+
/** @description Success message describing the operation */
|
|
13275
|
+
message?: string;
|
|
13276
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
13277
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
13278
|
+
};
|
|
12234
13279
|
"api.CursorPagination": {
|
|
12235
13280
|
/** @description Request fields (sent by client) */
|
|
12236
13281
|
cursor?: string;
|
|
@@ -12244,6 +13289,46 @@ export interface components {
|
|
|
12244
13289
|
prevCursor?: string;
|
|
12245
13290
|
total?: number;
|
|
12246
13291
|
};
|
|
13292
|
+
"api.CustomAlertPatch": {
|
|
13293
|
+
alexa_token?: string;
|
|
13294
|
+
channelsAll?: boolean;
|
|
13295
|
+
channelsList?: string[];
|
|
13296
|
+
classificationAll?: boolean;
|
|
13297
|
+
classificationList?: string[];
|
|
13298
|
+
countingDevicesAll?: boolean;
|
|
13299
|
+
countingDevicesList?: components["schemas"]["models.DeviceKey"][];
|
|
13300
|
+
countingLines?: components["schemas"]["models.Region"][];
|
|
13301
|
+
countingRegions?: components["schemas"]["models.Region"][];
|
|
13302
|
+
description?: string;
|
|
13303
|
+
devicesAll?: boolean;
|
|
13304
|
+
devicesList?: components["schemas"]["models.DeviceKey"][];
|
|
13305
|
+
email_email?: string;
|
|
13306
|
+
enabled?: boolean;
|
|
13307
|
+
ifttt_token?: string;
|
|
13308
|
+
inputList?: string[];
|
|
13309
|
+
inputsAND?: boolean;
|
|
13310
|
+
motionRegions?: components["schemas"]["models.Region"][];
|
|
13311
|
+
outputList?: string[];
|
|
13312
|
+
pushbullet_apikey?: string;
|
|
13313
|
+
pushover_apikey?: string;
|
|
13314
|
+
pushover_sendto?: string;
|
|
13315
|
+
slack_botname?: string;
|
|
13316
|
+
slack_hook?: string;
|
|
13317
|
+
sms_accountsid?: string;
|
|
13318
|
+
sms_authtoken?: string;
|
|
13319
|
+
sms_telfrom?: string;
|
|
13320
|
+
sms_telto?: string;
|
|
13321
|
+
telegram_channel?: string;
|
|
13322
|
+
telegram_token?: string;
|
|
13323
|
+
timeAdvanced?: boolean;
|
|
13324
|
+
timeRange1Max?: number;
|
|
13325
|
+
timeRange1Min?: number;
|
|
13326
|
+
timeRange2Max?: number;
|
|
13327
|
+
timeRange2Min?: number;
|
|
13328
|
+
title?: string;
|
|
13329
|
+
webhook_url?: string;
|
|
13330
|
+
weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
|
|
13331
|
+
};
|
|
12247
13332
|
"api.DebugResponse": {
|
|
12248
13333
|
/** @description Application-specific error code */
|
|
12249
13334
|
applicationStatusCode?: string;
|
|
@@ -12409,6 +13494,35 @@ export interface components {
|
|
|
12409
13494
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
12410
13495
|
metadata?: components["schemas"]["api.Metadata"];
|
|
12411
13496
|
};
|
|
13497
|
+
"api.GetCustomAlertsErrorResponse": {
|
|
13498
|
+
/** @description Application-specific error code */
|
|
13499
|
+
applicationStatusCode?: string;
|
|
13500
|
+
/** @description Entity-specific error code */
|
|
13501
|
+
entityStatusCode?: string;
|
|
13502
|
+
/** @description HTTP status code for the error */
|
|
13503
|
+
httpStatusCode?: number;
|
|
13504
|
+
/** @description Error message describing the issue */
|
|
13505
|
+
message?: string;
|
|
13506
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
13507
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
13508
|
+
};
|
|
13509
|
+
"api.GetCustomAlertsRequest": Record<string, never>;
|
|
13510
|
+
"api.GetCustomAlertsResponse": {
|
|
13511
|
+
alerts?: components["schemas"]["models.CustomAlert"][];
|
|
13512
|
+
};
|
|
13513
|
+
"api.GetCustomAlertsSuccessResponse": {
|
|
13514
|
+
/** @description Application-specific status code */
|
|
13515
|
+
applicationStatusCode?: string;
|
|
13516
|
+
data?: components["schemas"]["api.GetCustomAlertsResponse"];
|
|
13517
|
+
/** @description Entity-specific status code */
|
|
13518
|
+
entityStatusCode?: string;
|
|
13519
|
+
/** @description HTTP status code for the response */
|
|
13520
|
+
httpStatusCode?: number;
|
|
13521
|
+
/** @description Success message describing the operation */
|
|
13522
|
+
message?: string;
|
|
13523
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
13524
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
13525
|
+
};
|
|
12412
13526
|
"api.GetDeviceMediaErrorResponse": {
|
|
12413
13527
|
/** @description Application-specific error code */
|
|
12414
13528
|
applicationStatusCode?: string;
|
|
@@ -13148,6 +14262,33 @@ export interface components {
|
|
|
13148
14262
|
[key: string]: components["schemas"]["models.TrackBox"][];
|
|
13149
14263
|
};
|
|
13150
14264
|
};
|
|
14265
|
+
"api.RemoveCustomAlertErrorResponse": {
|
|
14266
|
+
/** @description Application-specific error code */
|
|
14267
|
+
applicationStatusCode?: string;
|
|
14268
|
+
/** @description Entity-specific error code */
|
|
14269
|
+
entityStatusCode?: string;
|
|
14270
|
+
/** @description HTTP status code for the error */
|
|
14271
|
+
httpStatusCode?: number;
|
|
14272
|
+
/** @description Error message describing the issue */
|
|
14273
|
+
message?: string;
|
|
14274
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
14275
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
14276
|
+
};
|
|
14277
|
+
"api.RemoveCustomAlertRequest": Record<string, never>;
|
|
14278
|
+
"api.RemoveCustomAlertResponse": Record<string, never>;
|
|
14279
|
+
"api.RemoveCustomAlertSuccessResponse": {
|
|
14280
|
+
/** @description Application-specific status code */
|
|
14281
|
+
applicationStatusCode?: string;
|
|
14282
|
+
data?: components["schemas"]["api.RemoveCustomAlertResponse"];
|
|
14283
|
+
/** @description Entity-specific status code */
|
|
14284
|
+
entityStatusCode?: string;
|
|
14285
|
+
/** @description HTTP status code for the response */
|
|
14286
|
+
httpStatusCode?: number;
|
|
14287
|
+
/** @description Success message describing the operation */
|
|
14288
|
+
message?: string;
|
|
14289
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
14290
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
14291
|
+
};
|
|
13151
14292
|
"api.SaveFaceRedactionErrorResponse": {
|
|
13152
14293
|
/** @description Application-specific error code */
|
|
13153
14294
|
applicationStatusCode?: string;
|
|
@@ -13289,6 +14430,37 @@ export interface components {
|
|
|
13289
14430
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
13290
14431
|
metadata?: components["schemas"]["api.Metadata"];
|
|
13291
14432
|
};
|
|
14433
|
+
"api.UpdateCustomAlertErrorResponse": {
|
|
14434
|
+
/** @description Application-specific error code */
|
|
14435
|
+
applicationStatusCode?: string;
|
|
14436
|
+
/** @description Entity-specific error code */
|
|
14437
|
+
entityStatusCode?: string;
|
|
14438
|
+
/** @description HTTP status code for the error */
|
|
14439
|
+
httpStatusCode?: number;
|
|
14440
|
+
/** @description Error message describing the issue */
|
|
14441
|
+
message?: string;
|
|
14442
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
14443
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
14444
|
+
};
|
|
14445
|
+
"api.UpdateCustomAlertRequest": {
|
|
14446
|
+
alertPatch?: components["schemas"]["models.AlertPatch"];
|
|
14447
|
+
};
|
|
14448
|
+
"api.UpdateCustomAlertResponse": {
|
|
14449
|
+
alert?: components["schemas"]["models.CustomAlert"];
|
|
14450
|
+
};
|
|
14451
|
+
"api.UpdateCustomAlertSuccessResponse": {
|
|
14452
|
+
/** @description Application-specific status code */
|
|
14453
|
+
applicationStatusCode?: string;
|
|
14454
|
+
data?: components["schemas"]["api.UpdateCustomAlertResponse"];
|
|
14455
|
+
/** @description Entity-specific status code */
|
|
14456
|
+
entityStatusCode?: string;
|
|
14457
|
+
/** @description HTTP status code for the response */
|
|
14458
|
+
httpStatusCode?: number;
|
|
14459
|
+
/** @description Success message describing the operation */
|
|
14460
|
+
message?: string;
|
|
14461
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
14462
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
14463
|
+
};
|
|
13292
14464
|
"api.UpdateMediaErrorResponse": {
|
|
13293
14465
|
/** @description Application-specific error code */
|
|
13294
14466
|
applicationStatusCode?: string;
|
|
@@ -13462,6 +14634,46 @@ export interface components {
|
|
|
13462
14634
|
"models.AlertFeatures": {
|
|
13463
14635
|
createMarker?: boolean;
|
|
13464
14636
|
};
|
|
14637
|
+
"models.AlertPatch": {
|
|
14638
|
+
alexa_token?: string;
|
|
14639
|
+
channelsAll?: boolean;
|
|
14640
|
+
channelsList?: string[];
|
|
14641
|
+
classificationAll?: boolean;
|
|
14642
|
+
classificationList?: string[];
|
|
14643
|
+
countingDevicesAll?: boolean;
|
|
14644
|
+
countingDevicesList?: components["schemas"]["models.DeviceKey"][];
|
|
14645
|
+
countingLines?: components["schemas"]["models.Region"][];
|
|
14646
|
+
countingRegions?: components["schemas"]["models.Region"][];
|
|
14647
|
+
description?: string;
|
|
14648
|
+
devicesAll?: boolean;
|
|
14649
|
+
devicesList?: components["schemas"]["models.DeviceKey"][];
|
|
14650
|
+
email_email?: string;
|
|
14651
|
+
enabled?: boolean;
|
|
14652
|
+
ifttt_token?: string;
|
|
14653
|
+
inputList?: string[];
|
|
14654
|
+
inputsAND?: boolean;
|
|
14655
|
+
motionRegions?: components["schemas"]["models.Region"][];
|
|
14656
|
+
outputList?: string[];
|
|
14657
|
+
pushbullet_apikey?: string;
|
|
14658
|
+
pushover_apikey?: string;
|
|
14659
|
+
pushover_sendto?: string;
|
|
14660
|
+
slack_botname?: string;
|
|
14661
|
+
slack_hook?: string;
|
|
14662
|
+
sms_accountsid?: string;
|
|
14663
|
+
sms_authtoken?: string;
|
|
14664
|
+
sms_telfrom?: string;
|
|
14665
|
+
sms_telto?: string;
|
|
14666
|
+
telegram_channel?: string;
|
|
14667
|
+
telegram_token?: string;
|
|
14668
|
+
timeAdvanced?: boolean;
|
|
14669
|
+
timeRange1Max?: number;
|
|
14670
|
+
timeRange1Min?: number;
|
|
14671
|
+
timeRange2Max?: number;
|
|
14672
|
+
timeRange2Min?: number;
|
|
14673
|
+
title?: string;
|
|
14674
|
+
webhook_url?: string;
|
|
14675
|
+
weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
|
|
14676
|
+
};
|
|
13465
14677
|
"models.Alexa": {
|
|
13466
14678
|
accesscode?: string;
|
|
13467
14679
|
enabled?: boolean;
|
|
@@ -13729,6 +14941,13 @@ export interface components {
|
|
|
13729
14941
|
duration?: number;
|
|
13730
14942
|
key?: string;
|
|
13731
14943
|
};
|
|
14944
|
+
"models.CreateAlertInput": {
|
|
14945
|
+
alert?: components["schemas"]["models.CustomAlert"];
|
|
14946
|
+
user?: components["schemas"]["models.User"];
|
|
14947
|
+
};
|
|
14948
|
+
"models.CreateAlertOutput": {
|
|
14949
|
+
alert?: components["schemas"]["models.CustomAlert"];
|
|
14950
|
+
};
|
|
13732
14951
|
"models.Credentials": {
|
|
13733
14952
|
currentPassword?: string;
|
|
13734
14953
|
newPassword?: string;
|
|
@@ -14148,6 +15367,12 @@ export interface components {
|
|
|
14148
15367
|
/** @description Timestamp is the time when the GPS data was recorded (milliseconds since epoch). */
|
|
14149
15368
|
timestamp?: number;
|
|
14150
15369
|
};
|
|
15370
|
+
"models.GetAlertsInput": {
|
|
15371
|
+
user?: components["schemas"]["models.User"];
|
|
15372
|
+
};
|
|
15373
|
+
"models.GetAlertsOutput": {
|
|
15374
|
+
alerts?: components["schemas"]["models.CustomAlert"][];
|
|
15375
|
+
};
|
|
14151
15376
|
"models.Group": {
|
|
14152
15377
|
address?: components["schemas"]["models.Location"];
|
|
14153
15378
|
/** @description Audit information */
|
|
@@ -14911,6 +16136,11 @@ export interface components {
|
|
|
14911
16136
|
x?: number;
|
|
14912
16137
|
y?: number;
|
|
14913
16138
|
};
|
|
16139
|
+
"models.RemoveAlertInput": {
|
|
16140
|
+
alertId?: string;
|
|
16141
|
+
user?: components["schemas"]["models.User"];
|
|
16142
|
+
};
|
|
16143
|
+
"models.RemoveAlertOutput": Record<string, never>;
|
|
14914
16144
|
"models.Role": {
|
|
14915
16145
|
audit?: components["schemas"]["models.Audit"];
|
|
14916
16146
|
description?: string;
|
|
@@ -15276,6 +16506,14 @@ export interface components {
|
|
|
15276
16506
|
y1?: number;
|
|
15277
16507
|
y2?: number;
|
|
15278
16508
|
};
|
|
16509
|
+
"models.UpdateAlertInput": {
|
|
16510
|
+
alertId?: string;
|
|
16511
|
+
alertPatch?: components["schemas"]["models.AlertPatch"];
|
|
16512
|
+
user?: components["schemas"]["models.User"];
|
|
16513
|
+
};
|
|
16514
|
+
"models.UpdateAlertOutput": {
|
|
16515
|
+
alert?: components["schemas"]["models.CustomAlert"];
|
|
16516
|
+
};
|
|
15279
16517
|
"models.User": {
|
|
15280
16518
|
activity?: components["schemas"]["models.Activity"][];
|
|
15281
16519
|
address?: string;
|
|
@@ -15545,6 +16783,7 @@ export declare namespace models {
|
|
|
15545
16783
|
type Activity = components['schemas']['models.Activity'];
|
|
15546
16784
|
type Address = components['schemas']['models.Address'];
|
|
15547
16785
|
type AlertFeatures = components['schemas']['models.AlertFeatures'];
|
|
16786
|
+
type AlertPatch = components['schemas']['models.AlertPatch'];
|
|
15548
16787
|
type Alexa = components['schemas']['models.Alexa'];
|
|
15549
16788
|
type Analysis = components['schemas']['models.Analysis'];
|
|
15550
16789
|
type AnalysisFilter = components['schemas']['models.AnalysisFilter'];
|
|
@@ -15575,6 +16814,8 @@ export declare namespace models {
|
|
|
15575
16814
|
type CountingDetail = components['schemas']['models.CountingDetail'];
|
|
15576
16815
|
type CountingRecord = components['schemas']['models.CountingRecord'];
|
|
15577
16816
|
type CountingSummary = components['schemas']['models.CountingSummary'];
|
|
16817
|
+
type CreateAlertInput = components['schemas']['models.CreateAlertInput'];
|
|
16818
|
+
type CreateAlertOutput = components['schemas']['models.CreateAlertOutput'];
|
|
15578
16819
|
type Credentials = components['schemas']['models.Credentials'];
|
|
15579
16820
|
type CustomAlert = components['schemas']['models.CustomAlert'];
|
|
15580
16821
|
type DateRangeSchedule = components['schemas']['models.DateRangeSchedule'];
|
|
@@ -15602,6 +16843,8 @@ export declare namespace models {
|
|
|
15602
16843
|
type FloorPlan = components['schemas']['models.FloorPlan'];
|
|
15603
16844
|
type FragmentedBytesRangeOnTime = components['schemas']['models.FragmentedBytesRangeOnTime'];
|
|
15604
16845
|
type GPSMetadata = components['schemas']['models.GPSMetadata'];
|
|
16846
|
+
type GetAlertsInput = components['schemas']['models.GetAlertsInput'];
|
|
16847
|
+
type GetAlertsOutput = components['schemas']['models.GetAlertsOutput'];
|
|
15605
16848
|
type Group = components['schemas']['models.Group'];
|
|
15606
16849
|
type GroupMetadata = components['schemas']['models.GroupMetadata'];
|
|
15607
16850
|
type GroupOption = components['schemas']['models.GroupOption'];
|
|
@@ -15658,6 +16901,7 @@ export declare namespace models {
|
|
|
15658
16901
|
type Pushover = components['schemas']['models.Pushover'];
|
|
15659
16902
|
type Region = components['schemas']['models.Region'];
|
|
15660
16903
|
type RegionPoint = components['schemas']['models.RegionPoint'];
|
|
16904
|
+
type RemoveAlertInput = components['schemas']['models.RemoveAlertInput'];
|
|
15661
16905
|
type Role = components['schemas']['models.Role'];
|
|
15662
16906
|
type RoleAssignment = components['schemas']['models.RoleAssignment'];
|
|
15663
16907
|
type RoleScope = components['schemas']['models.RoleScope'];
|
|
@@ -15683,6 +16927,8 @@ export declare namespace models {
|
|
|
15683
16927
|
type TimeSchedule = components['schemas']['models.TimeSchedule'];
|
|
15684
16928
|
type TimeWindow = components['schemas']['models.TimeWindow'];
|
|
15685
16929
|
type TrackBox = components['schemas']['models.TrackBox'];
|
|
16930
|
+
type UpdateAlertInput = components['schemas']['models.UpdateAlertInput'];
|
|
16931
|
+
type UpdateAlertOutput = components['schemas']['models.UpdateAlertOutput'];
|
|
15686
16932
|
type User = components['schemas']['models.User'];
|
|
15687
16933
|
type UserOrgPermissions = components['schemas']['models.UserOrgPermissions'];
|
|
15688
16934
|
type UserOrganisation = components['schemas']['models.UserOrganisation'];
|
|
@@ -15710,7 +16956,12 @@ export declare namespace api {
|
|
|
15710
16956
|
type AddMarkerResponse = components['schemas']['api.AddMarkerResponse'];
|
|
15711
16957
|
type AddMarkerSuccessResponse = components['schemas']['api.AddMarkerSuccessResponse'];
|
|
15712
16958
|
type CallerInfo = components['schemas']['api.CallerInfo'];
|
|
16959
|
+
type CreateCustomAlertErrorResponse = components['schemas']['api.CreateCustomAlertErrorResponse'];
|
|
16960
|
+
type CreateCustomAlertRequest = components['schemas']['api.CreateCustomAlertRequest'];
|
|
16961
|
+
type CreateCustomAlertResponse = components['schemas']['api.CreateCustomAlertResponse'];
|
|
16962
|
+
type CreateCustomAlertSuccessResponse = components['schemas']['api.CreateCustomAlertSuccessResponse'];
|
|
15713
16963
|
type CursorPagination = components['schemas']['api.CursorPagination'];
|
|
16964
|
+
type CustomAlertPatch = components['schemas']['api.CustomAlertPatch'];
|
|
15714
16965
|
type DebugResponse = components['schemas']['api.DebugResponse'];
|
|
15715
16966
|
type DeleteAccessTokenErrorResponse = components['schemas']['api.DeleteAccessTokenErrorResponse'];
|
|
15716
16967
|
type DeleteAccessTokenSuccessResponse = components['schemas']['api.DeleteAccessTokenSuccessResponse'];
|
|
@@ -15727,6 +16978,9 @@ export declare namespace api {
|
|
|
15727
16978
|
type GetAnalysisRequest = components['schemas']['api.GetAnalysisRequest'];
|
|
15728
16979
|
type GetAnalysisResponse = components['schemas']['api.GetAnalysisResponse'];
|
|
15729
16980
|
type GetAnalysisSuccessResponse = components['schemas']['api.GetAnalysisSuccessResponse'];
|
|
16981
|
+
type GetCustomAlertsErrorResponse = components['schemas']['api.GetCustomAlertsErrorResponse'];
|
|
16982
|
+
type GetCustomAlertsResponse = components['schemas']['api.GetCustomAlertsResponse'];
|
|
16983
|
+
type GetCustomAlertsSuccessResponse = components['schemas']['api.GetCustomAlertsSuccessResponse'];
|
|
15730
16984
|
type GetDeviceMediaErrorResponse = components['schemas']['api.GetDeviceMediaErrorResponse'];
|
|
15731
16985
|
type GetDeviceMediaResponse = components['schemas']['api.GetDeviceMediaResponse'];
|
|
15732
16986
|
type GetDeviceMediaSuccessResponse = components['schemas']['api.GetDeviceMediaSuccessResponse'];
|
|
@@ -15811,6 +17065,8 @@ export declare namespace api {
|
|
|
15811
17065
|
type Metadata = components['schemas']['api.Metadata'];
|
|
15812
17066
|
type PanicResponse = components['schemas']['api.PanicResponse'];
|
|
15813
17067
|
type RedactionEvent = components['schemas']['api.RedactionEvent'];
|
|
17068
|
+
type RemoveCustomAlertErrorResponse = components['schemas']['api.RemoveCustomAlertErrorResponse'];
|
|
17069
|
+
type RemoveCustomAlertSuccessResponse = components['schemas']['api.RemoveCustomAlertSuccessResponse'];
|
|
15814
17070
|
type SaveFaceRedactionErrorResponse = components['schemas']['api.SaveFaceRedactionErrorResponse'];
|
|
15815
17071
|
type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
|
|
15816
17072
|
type SaveFaceRedactionResponse = components['schemas']['api.SaveFaceRedactionResponse'];
|
|
@@ -15828,6 +17084,10 @@ export declare namespace api {
|
|
|
15828
17084
|
type UpdateAccessTokenRequest = components['schemas']['api.UpdateAccessTokenRequest'];
|
|
15829
17085
|
type UpdateAccessTokenResponse = components['schemas']['api.UpdateAccessTokenResponse'];
|
|
15830
17086
|
type UpdateAccessTokenSuccessResponse = components['schemas']['api.UpdateAccessTokenSuccessResponse'];
|
|
17087
|
+
type UpdateCustomAlertErrorResponse = components['schemas']['api.UpdateCustomAlertErrorResponse'];
|
|
17088
|
+
type UpdateCustomAlertRequest = components['schemas']['api.UpdateCustomAlertRequest'];
|
|
17089
|
+
type UpdateCustomAlertResponse = components['schemas']['api.UpdateCustomAlertResponse'];
|
|
17090
|
+
type UpdateCustomAlertSuccessResponse = components['schemas']['api.UpdateCustomAlertSuccessResponse'];
|
|
15831
17091
|
type UpdateMediaErrorResponse = components['schemas']['api.UpdateMediaErrorResponse'];
|
|
15832
17092
|
type UpdateMediaRequest = components['schemas']['api.UpdateMediaRequest'];
|
|
15833
17093
|
type UpdateMediaResponse = components['schemas']['api.UpdateMediaResponse'];
|