@uug-ai/models 1.5.10 → 1.6.2
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 +1243 -110
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1680,6 +1680,396 @@ export interface paths {
|
|
|
1680
1680
|
patch?: never;
|
|
1681
1681
|
trace?: never;
|
|
1682
1682
|
};
|
|
1683
|
+
"/internal/anprbox": {
|
|
1684
|
+
parameters: {
|
|
1685
|
+
query?: never;
|
|
1686
|
+
header?: never;
|
|
1687
|
+
path?: never;
|
|
1688
|
+
cookie?: never;
|
|
1689
|
+
};
|
|
1690
|
+
/**
|
|
1691
|
+
* Get ANPRBox (schema generation only)
|
|
1692
|
+
* @description Internal endpoint used only to ensure ANPRBox schema is generated in OpenAPI spec
|
|
1693
|
+
*/
|
|
1694
|
+
get: {
|
|
1695
|
+
parameters: {
|
|
1696
|
+
query?: never;
|
|
1697
|
+
header?: never;
|
|
1698
|
+
path?: never;
|
|
1699
|
+
cookie?: never;
|
|
1700
|
+
};
|
|
1701
|
+
requestBody?: never;
|
|
1702
|
+
responses: {
|
|
1703
|
+
/** @description OK */
|
|
1704
|
+
200: {
|
|
1705
|
+
headers: {
|
|
1706
|
+
[name: string]: unknown;
|
|
1707
|
+
};
|
|
1708
|
+
content: {
|
|
1709
|
+
"application/json": components["schemas"]["models.ANPRBox"];
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
};
|
|
1713
|
+
};
|
|
1714
|
+
put?: never;
|
|
1715
|
+
post?: never;
|
|
1716
|
+
delete?: never;
|
|
1717
|
+
options?: never;
|
|
1718
|
+
head?: never;
|
|
1719
|
+
patch?: never;
|
|
1720
|
+
trace?: never;
|
|
1721
|
+
};
|
|
1722
|
+
"/internal/anprcandidate": {
|
|
1723
|
+
parameters: {
|
|
1724
|
+
query?: never;
|
|
1725
|
+
header?: never;
|
|
1726
|
+
path?: never;
|
|
1727
|
+
cookie?: never;
|
|
1728
|
+
};
|
|
1729
|
+
/**
|
|
1730
|
+
* Get ANPRCandidate (schema generation only)
|
|
1731
|
+
* @description Internal endpoint used only to ensure ANPRCandidate schema is generated in OpenAPI spec
|
|
1732
|
+
*/
|
|
1733
|
+
get: {
|
|
1734
|
+
parameters: {
|
|
1735
|
+
query?: never;
|
|
1736
|
+
header?: never;
|
|
1737
|
+
path?: never;
|
|
1738
|
+
cookie?: never;
|
|
1739
|
+
};
|
|
1740
|
+
requestBody?: never;
|
|
1741
|
+
responses: {
|
|
1742
|
+
/** @description OK */
|
|
1743
|
+
200: {
|
|
1744
|
+
headers: {
|
|
1745
|
+
[name: string]: unknown;
|
|
1746
|
+
};
|
|
1747
|
+
content: {
|
|
1748
|
+
"application/json": components["schemas"]["models.ANPRCandidate"];
|
|
1749
|
+
};
|
|
1750
|
+
};
|
|
1751
|
+
};
|
|
1752
|
+
};
|
|
1753
|
+
put?: never;
|
|
1754
|
+
post?: never;
|
|
1755
|
+
delete?: never;
|
|
1756
|
+
options?: never;
|
|
1757
|
+
head?: never;
|
|
1758
|
+
patch?: never;
|
|
1759
|
+
trace?: never;
|
|
1760
|
+
};
|
|
1761
|
+
"/internal/anprcandidateinput": {
|
|
1762
|
+
parameters: {
|
|
1763
|
+
query?: never;
|
|
1764
|
+
header?: never;
|
|
1765
|
+
path?: never;
|
|
1766
|
+
cookie?: never;
|
|
1767
|
+
};
|
|
1768
|
+
/**
|
|
1769
|
+
* Get ANPRCandidateInput (schema generation only)
|
|
1770
|
+
* @description Internal endpoint used only to ensure ANPRCandidateInput schema is generated in OpenAPI spec
|
|
1771
|
+
*/
|
|
1772
|
+
get: {
|
|
1773
|
+
parameters: {
|
|
1774
|
+
query?: never;
|
|
1775
|
+
header?: never;
|
|
1776
|
+
path?: never;
|
|
1777
|
+
cookie?: never;
|
|
1778
|
+
};
|
|
1779
|
+
requestBody?: never;
|
|
1780
|
+
responses: {
|
|
1781
|
+
/** @description OK */
|
|
1782
|
+
200: {
|
|
1783
|
+
headers: {
|
|
1784
|
+
[name: string]: unknown;
|
|
1785
|
+
};
|
|
1786
|
+
content: {
|
|
1787
|
+
"application/json": components["schemas"]["api.ANPRCandidateInput"];
|
|
1788
|
+
};
|
|
1789
|
+
};
|
|
1790
|
+
};
|
|
1791
|
+
};
|
|
1792
|
+
put?: never;
|
|
1793
|
+
post?: never;
|
|
1794
|
+
delete?: never;
|
|
1795
|
+
options?: never;
|
|
1796
|
+
head?: never;
|
|
1797
|
+
patch?: never;
|
|
1798
|
+
trace?: never;
|
|
1799
|
+
};
|
|
1800
|
+
"/internal/anprmedia": {
|
|
1801
|
+
parameters: {
|
|
1802
|
+
query?: never;
|
|
1803
|
+
header?: never;
|
|
1804
|
+
path?: never;
|
|
1805
|
+
cookie?: never;
|
|
1806
|
+
};
|
|
1807
|
+
/**
|
|
1808
|
+
* Get ANPRMedia (schema generation only)
|
|
1809
|
+
* @description Internal endpoint used only to ensure ANPRMedia schema is generated in OpenAPI spec
|
|
1810
|
+
*/
|
|
1811
|
+
get: {
|
|
1812
|
+
parameters: {
|
|
1813
|
+
query?: never;
|
|
1814
|
+
header?: never;
|
|
1815
|
+
path?: never;
|
|
1816
|
+
cookie?: never;
|
|
1817
|
+
};
|
|
1818
|
+
requestBody?: never;
|
|
1819
|
+
responses: {
|
|
1820
|
+
/** @description OK */
|
|
1821
|
+
200: {
|
|
1822
|
+
headers: {
|
|
1823
|
+
[name: string]: unknown;
|
|
1824
|
+
};
|
|
1825
|
+
content: {
|
|
1826
|
+
"application/json": components["schemas"]["models.ANPRMedia"];
|
|
1827
|
+
};
|
|
1828
|
+
};
|
|
1829
|
+
};
|
|
1830
|
+
};
|
|
1831
|
+
put?: never;
|
|
1832
|
+
post?: never;
|
|
1833
|
+
delete?: never;
|
|
1834
|
+
options?: never;
|
|
1835
|
+
head?: never;
|
|
1836
|
+
patch?: never;
|
|
1837
|
+
trace?: never;
|
|
1838
|
+
};
|
|
1839
|
+
"/internal/anprmediainput": {
|
|
1840
|
+
parameters: {
|
|
1841
|
+
query?: never;
|
|
1842
|
+
header?: never;
|
|
1843
|
+
path?: never;
|
|
1844
|
+
cookie?: never;
|
|
1845
|
+
};
|
|
1846
|
+
/**
|
|
1847
|
+
* Get ANPRMediaInput (schema generation only)
|
|
1848
|
+
* @description Internal endpoint used only to ensure ANPRMediaInput schema is generated in OpenAPI spec
|
|
1849
|
+
*/
|
|
1850
|
+
get: {
|
|
1851
|
+
parameters: {
|
|
1852
|
+
query?: never;
|
|
1853
|
+
header?: never;
|
|
1854
|
+
path?: never;
|
|
1855
|
+
cookie?: never;
|
|
1856
|
+
};
|
|
1857
|
+
requestBody?: never;
|
|
1858
|
+
responses: {
|
|
1859
|
+
/** @description OK */
|
|
1860
|
+
200: {
|
|
1861
|
+
headers: {
|
|
1862
|
+
[name: string]: unknown;
|
|
1863
|
+
};
|
|
1864
|
+
content: {
|
|
1865
|
+
"application/json": components["schemas"]["api.ANPRMediaInput"];
|
|
1866
|
+
};
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1869
|
+
};
|
|
1870
|
+
put?: never;
|
|
1871
|
+
post?: never;
|
|
1872
|
+
delete?: never;
|
|
1873
|
+
options?: never;
|
|
1874
|
+
head?: never;
|
|
1875
|
+
patch?: never;
|
|
1876
|
+
trace?: never;
|
|
1877
|
+
};
|
|
1878
|
+
"/internal/anprplate": {
|
|
1879
|
+
parameters: {
|
|
1880
|
+
query?: never;
|
|
1881
|
+
header?: never;
|
|
1882
|
+
path?: never;
|
|
1883
|
+
cookie?: never;
|
|
1884
|
+
};
|
|
1885
|
+
/**
|
|
1886
|
+
* Get ANPRPlate (schema generation only)
|
|
1887
|
+
* @description Internal endpoint used only to ensure ANPRPlate schema is generated in OpenAPI spec
|
|
1888
|
+
*/
|
|
1889
|
+
get: {
|
|
1890
|
+
parameters: {
|
|
1891
|
+
query?: never;
|
|
1892
|
+
header?: never;
|
|
1893
|
+
path?: never;
|
|
1894
|
+
cookie?: never;
|
|
1895
|
+
};
|
|
1896
|
+
requestBody?: never;
|
|
1897
|
+
responses: {
|
|
1898
|
+
/** @description OK */
|
|
1899
|
+
200: {
|
|
1900
|
+
headers: {
|
|
1901
|
+
[name: string]: unknown;
|
|
1902
|
+
};
|
|
1903
|
+
content: {
|
|
1904
|
+
"application/json": components["schemas"]["models.ANPRPlate"];
|
|
1905
|
+
};
|
|
1906
|
+
};
|
|
1907
|
+
};
|
|
1908
|
+
};
|
|
1909
|
+
put?: never;
|
|
1910
|
+
post?: never;
|
|
1911
|
+
delete?: never;
|
|
1912
|
+
options?: never;
|
|
1913
|
+
head?: never;
|
|
1914
|
+
patch?: never;
|
|
1915
|
+
trace?: never;
|
|
1916
|
+
};
|
|
1917
|
+
"/internal/anprplateinput": {
|
|
1918
|
+
parameters: {
|
|
1919
|
+
query?: never;
|
|
1920
|
+
header?: never;
|
|
1921
|
+
path?: never;
|
|
1922
|
+
cookie?: never;
|
|
1923
|
+
};
|
|
1924
|
+
/**
|
|
1925
|
+
* Get ANPRPlateInput (schema generation only)
|
|
1926
|
+
* @description Internal endpoint used only to ensure ANPRPlateInput schema is generated in OpenAPI spec
|
|
1927
|
+
*/
|
|
1928
|
+
get: {
|
|
1929
|
+
parameters: {
|
|
1930
|
+
query?: never;
|
|
1931
|
+
header?: never;
|
|
1932
|
+
path?: never;
|
|
1933
|
+
cookie?: never;
|
|
1934
|
+
};
|
|
1935
|
+
requestBody?: never;
|
|
1936
|
+
responses: {
|
|
1937
|
+
/** @description OK */
|
|
1938
|
+
200: {
|
|
1939
|
+
headers: {
|
|
1940
|
+
[name: string]: unknown;
|
|
1941
|
+
};
|
|
1942
|
+
content: {
|
|
1943
|
+
"application/json": components["schemas"]["api.ANPRPlateInput"];
|
|
1944
|
+
};
|
|
1945
|
+
};
|
|
1946
|
+
};
|
|
1947
|
+
};
|
|
1948
|
+
put?: never;
|
|
1949
|
+
post?: never;
|
|
1950
|
+
delete?: never;
|
|
1951
|
+
options?: never;
|
|
1952
|
+
head?: never;
|
|
1953
|
+
patch?: never;
|
|
1954
|
+
trace?: never;
|
|
1955
|
+
};
|
|
1956
|
+
"/internal/anprrejection": {
|
|
1957
|
+
parameters: {
|
|
1958
|
+
query?: never;
|
|
1959
|
+
header?: never;
|
|
1960
|
+
path?: never;
|
|
1961
|
+
cookie?: never;
|
|
1962
|
+
};
|
|
1963
|
+
/**
|
|
1964
|
+
* Get ANPRRejection (schema generation only)
|
|
1965
|
+
* @description Internal endpoint used only to ensure ANPRRejection schema is generated in OpenAPI spec
|
|
1966
|
+
*/
|
|
1967
|
+
get: {
|
|
1968
|
+
parameters: {
|
|
1969
|
+
query?: never;
|
|
1970
|
+
header?: never;
|
|
1971
|
+
path?: never;
|
|
1972
|
+
cookie?: never;
|
|
1973
|
+
};
|
|
1974
|
+
requestBody?: never;
|
|
1975
|
+
responses: {
|
|
1976
|
+
/** @description OK */
|
|
1977
|
+
200: {
|
|
1978
|
+
headers: {
|
|
1979
|
+
[name: string]: unknown;
|
|
1980
|
+
};
|
|
1981
|
+
content: {
|
|
1982
|
+
"application/json": components["schemas"]["api.ANPRRejection"];
|
|
1983
|
+
};
|
|
1984
|
+
};
|
|
1985
|
+
};
|
|
1986
|
+
};
|
|
1987
|
+
put?: never;
|
|
1988
|
+
post?: never;
|
|
1989
|
+
delete?: never;
|
|
1990
|
+
options?: never;
|
|
1991
|
+
head?: never;
|
|
1992
|
+
patch?: never;
|
|
1993
|
+
trace?: never;
|
|
1994
|
+
};
|
|
1995
|
+
"/internal/anprrun": {
|
|
1996
|
+
parameters: {
|
|
1997
|
+
query?: never;
|
|
1998
|
+
header?: never;
|
|
1999
|
+
path?: never;
|
|
2000
|
+
cookie?: never;
|
|
2001
|
+
};
|
|
2002
|
+
/**
|
|
2003
|
+
* Get ANPRRun (schema generation only)
|
|
2004
|
+
* @description Internal endpoint used only to ensure ANPRRun schema is generated in OpenAPI spec
|
|
2005
|
+
*/
|
|
2006
|
+
get: {
|
|
2007
|
+
parameters: {
|
|
2008
|
+
query?: never;
|
|
2009
|
+
header?: never;
|
|
2010
|
+
path?: never;
|
|
2011
|
+
cookie?: never;
|
|
2012
|
+
};
|
|
2013
|
+
requestBody?: never;
|
|
2014
|
+
responses: {
|
|
2015
|
+
/** @description OK */
|
|
2016
|
+
200: {
|
|
2017
|
+
headers: {
|
|
2018
|
+
[name: string]: unknown;
|
|
2019
|
+
};
|
|
2020
|
+
content: {
|
|
2021
|
+
"application/json": components["schemas"]["models.ANPRRun"];
|
|
2022
|
+
};
|
|
2023
|
+
};
|
|
2024
|
+
};
|
|
2025
|
+
};
|
|
2026
|
+
put?: never;
|
|
2027
|
+
post?: never;
|
|
2028
|
+
delete?: never;
|
|
2029
|
+
options?: never;
|
|
2030
|
+
head?: never;
|
|
2031
|
+
patch?: never;
|
|
2032
|
+
trace?: never;
|
|
2033
|
+
};
|
|
2034
|
+
"/internal/anprsource": {
|
|
2035
|
+
parameters: {
|
|
2036
|
+
query?: never;
|
|
2037
|
+
header?: never;
|
|
2038
|
+
path?: never;
|
|
2039
|
+
cookie?: never;
|
|
2040
|
+
};
|
|
2041
|
+
/**
|
|
2042
|
+
* Get ANPRSource (schema generation only)
|
|
2043
|
+
* @description Internal endpoint used only to ensure ANPRSource schema is generated in OpenAPI spec
|
|
2044
|
+
*/
|
|
2045
|
+
get: {
|
|
2046
|
+
parameters: {
|
|
2047
|
+
query?: never;
|
|
2048
|
+
header?: never;
|
|
2049
|
+
path?: never;
|
|
2050
|
+
cookie?: never;
|
|
2051
|
+
};
|
|
2052
|
+
requestBody?: never;
|
|
2053
|
+
responses: {
|
|
2054
|
+
/** @description OK */
|
|
2055
|
+
200: {
|
|
2056
|
+
headers: {
|
|
2057
|
+
[name: string]: unknown;
|
|
2058
|
+
};
|
|
2059
|
+
content: {
|
|
2060
|
+
"application/json": components["schemas"]["models.ANPRSource"];
|
|
2061
|
+
};
|
|
2062
|
+
};
|
|
2063
|
+
};
|
|
2064
|
+
};
|
|
2065
|
+
put?: never;
|
|
2066
|
+
post?: never;
|
|
2067
|
+
delete?: never;
|
|
2068
|
+
options?: never;
|
|
2069
|
+
head?: never;
|
|
2070
|
+
patch?: never;
|
|
2071
|
+
trace?: never;
|
|
2072
|
+
};
|
|
1683
2073
|
"/internal/audit": {
|
|
1684
2074
|
parameters: {
|
|
1685
2075
|
query?: never;
|
|
@@ -18398,7 +18788,163 @@ export interface paths {
|
|
|
18398
18788
|
[name: string]: unknown;
|
|
18399
18789
|
};
|
|
18400
18790
|
content: {
|
|
18401
|
-
"application/json": components["schemas"]["models.OrganisationUserDetails"];
|
|
18791
|
+
"application/json": components["schemas"]["models.OrganisationUserDetails"];
|
|
18792
|
+
};
|
|
18793
|
+
};
|
|
18794
|
+
};
|
|
18795
|
+
};
|
|
18796
|
+
put?: never;
|
|
18797
|
+
post?: never;
|
|
18798
|
+
delete?: never;
|
|
18799
|
+
options?: never;
|
|
18800
|
+
head?: never;
|
|
18801
|
+
patch?: never;
|
|
18802
|
+
trace?: never;
|
|
18803
|
+
};
|
|
18804
|
+
"/internal/panicresponse": {
|
|
18805
|
+
parameters: {
|
|
18806
|
+
query?: never;
|
|
18807
|
+
header?: never;
|
|
18808
|
+
path?: never;
|
|
18809
|
+
cookie?: never;
|
|
18810
|
+
};
|
|
18811
|
+
/**
|
|
18812
|
+
* Get PanicResponse (schema generation only)
|
|
18813
|
+
* @description Internal endpoint used only to ensure PanicResponse schema is generated in OpenAPI spec
|
|
18814
|
+
*/
|
|
18815
|
+
get: {
|
|
18816
|
+
parameters: {
|
|
18817
|
+
query?: never;
|
|
18818
|
+
header?: never;
|
|
18819
|
+
path?: never;
|
|
18820
|
+
cookie?: never;
|
|
18821
|
+
};
|
|
18822
|
+
requestBody?: never;
|
|
18823
|
+
responses: {
|
|
18824
|
+
/** @description OK */
|
|
18825
|
+
200: {
|
|
18826
|
+
headers: {
|
|
18827
|
+
[name: string]: unknown;
|
|
18828
|
+
};
|
|
18829
|
+
content: {
|
|
18830
|
+
"application/json": components["schemas"]["api.PanicResponse"];
|
|
18831
|
+
};
|
|
18832
|
+
};
|
|
18833
|
+
};
|
|
18834
|
+
};
|
|
18835
|
+
put?: never;
|
|
18836
|
+
post?: never;
|
|
18837
|
+
delete?: never;
|
|
18838
|
+
options?: never;
|
|
18839
|
+
head?: never;
|
|
18840
|
+
patch?: never;
|
|
18841
|
+
trace?: never;
|
|
18842
|
+
};
|
|
18843
|
+
"/internal/patchvideowallerrorresponse": {
|
|
18844
|
+
parameters: {
|
|
18845
|
+
query?: never;
|
|
18846
|
+
header?: never;
|
|
18847
|
+
path?: never;
|
|
18848
|
+
cookie?: never;
|
|
18849
|
+
};
|
|
18850
|
+
/**
|
|
18851
|
+
* Get PatchVideowallErrorResponse (schema generation only)
|
|
18852
|
+
* @description Internal endpoint used only to ensure PatchVideowallErrorResponse schema is generated in OpenAPI spec
|
|
18853
|
+
*/
|
|
18854
|
+
get: {
|
|
18855
|
+
parameters: {
|
|
18856
|
+
query?: never;
|
|
18857
|
+
header?: never;
|
|
18858
|
+
path?: never;
|
|
18859
|
+
cookie?: never;
|
|
18860
|
+
};
|
|
18861
|
+
requestBody?: never;
|
|
18862
|
+
responses: {
|
|
18863
|
+
/** @description OK */
|
|
18864
|
+
200: {
|
|
18865
|
+
headers: {
|
|
18866
|
+
[name: string]: unknown;
|
|
18867
|
+
};
|
|
18868
|
+
content: {
|
|
18869
|
+
"application/json": components["schemas"]["api.PatchVideowallErrorResponse"];
|
|
18870
|
+
};
|
|
18871
|
+
};
|
|
18872
|
+
};
|
|
18873
|
+
};
|
|
18874
|
+
put?: never;
|
|
18875
|
+
post?: never;
|
|
18876
|
+
delete?: never;
|
|
18877
|
+
options?: never;
|
|
18878
|
+
head?: never;
|
|
18879
|
+
patch?: never;
|
|
18880
|
+
trace?: never;
|
|
18881
|
+
};
|
|
18882
|
+
"/internal/patchvideowallinput": {
|
|
18883
|
+
parameters: {
|
|
18884
|
+
query?: never;
|
|
18885
|
+
header?: never;
|
|
18886
|
+
path?: never;
|
|
18887
|
+
cookie?: never;
|
|
18888
|
+
};
|
|
18889
|
+
/**
|
|
18890
|
+
* Get PatchVideowallInput (schema generation only)
|
|
18891
|
+
* @description Internal endpoint used only to ensure PatchVideowallInput schema is generated in OpenAPI spec
|
|
18892
|
+
*/
|
|
18893
|
+
get: {
|
|
18894
|
+
parameters: {
|
|
18895
|
+
query?: never;
|
|
18896
|
+
header?: never;
|
|
18897
|
+
path?: never;
|
|
18898
|
+
cookie?: never;
|
|
18899
|
+
};
|
|
18900
|
+
requestBody?: never;
|
|
18901
|
+
responses: {
|
|
18902
|
+
/** @description OK */
|
|
18903
|
+
200: {
|
|
18904
|
+
headers: {
|
|
18905
|
+
[name: string]: unknown;
|
|
18906
|
+
};
|
|
18907
|
+
content: {
|
|
18908
|
+
"application/json": components["schemas"]["models.PatchVideowallInput"];
|
|
18909
|
+
};
|
|
18910
|
+
};
|
|
18911
|
+
};
|
|
18912
|
+
};
|
|
18913
|
+
put?: never;
|
|
18914
|
+
post?: never;
|
|
18915
|
+
delete?: never;
|
|
18916
|
+
options?: never;
|
|
18917
|
+
head?: never;
|
|
18918
|
+
patch?: never;
|
|
18919
|
+
trace?: never;
|
|
18920
|
+
};
|
|
18921
|
+
"/internal/patchvideowalloutput": {
|
|
18922
|
+
parameters: {
|
|
18923
|
+
query?: never;
|
|
18924
|
+
header?: never;
|
|
18925
|
+
path?: never;
|
|
18926
|
+
cookie?: never;
|
|
18927
|
+
};
|
|
18928
|
+
/**
|
|
18929
|
+
* Get PatchVideowallOutput (schema generation only)
|
|
18930
|
+
* @description Internal endpoint used only to ensure PatchVideowallOutput schema is generated in OpenAPI spec
|
|
18931
|
+
*/
|
|
18932
|
+
get: {
|
|
18933
|
+
parameters: {
|
|
18934
|
+
query?: never;
|
|
18935
|
+
header?: never;
|
|
18936
|
+
path?: never;
|
|
18937
|
+
cookie?: never;
|
|
18938
|
+
};
|
|
18939
|
+
requestBody?: never;
|
|
18940
|
+
responses: {
|
|
18941
|
+
/** @description OK */
|
|
18942
|
+
200: {
|
|
18943
|
+
headers: {
|
|
18944
|
+
[name: string]: unknown;
|
|
18945
|
+
};
|
|
18946
|
+
content: {
|
|
18947
|
+
"application/json": components["schemas"]["models.PatchVideowallOutput"];
|
|
18402
18948
|
};
|
|
18403
18949
|
};
|
|
18404
18950
|
};
|
|
@@ -18411,7 +18957,7 @@ export interface paths {
|
|
|
18411
18957
|
patch?: never;
|
|
18412
18958
|
trace?: never;
|
|
18413
18959
|
};
|
|
18414
|
-
"/internal/
|
|
18960
|
+
"/internal/patchvideowallrequest": {
|
|
18415
18961
|
parameters: {
|
|
18416
18962
|
query?: never;
|
|
18417
18963
|
header?: never;
|
|
@@ -18419,8 +18965,8 @@ export interface paths {
|
|
|
18419
18965
|
cookie?: never;
|
|
18420
18966
|
};
|
|
18421
18967
|
/**
|
|
18422
|
-
* Get
|
|
18423
|
-
* @description Internal endpoint used only to ensure
|
|
18968
|
+
* Get PatchVideowallRequest (schema generation only)
|
|
18969
|
+
* @description Internal endpoint used only to ensure PatchVideowallRequest schema is generated in OpenAPI spec
|
|
18424
18970
|
*/
|
|
18425
18971
|
get: {
|
|
18426
18972
|
parameters: {
|
|
@@ -18437,7 +18983,7 @@ export interface paths {
|
|
|
18437
18983
|
[name: string]: unknown;
|
|
18438
18984
|
};
|
|
18439
18985
|
content: {
|
|
18440
|
-
"application/json": components["schemas"]["api.
|
|
18986
|
+
"application/json": components["schemas"]["api.PatchVideowallRequest"];
|
|
18441
18987
|
};
|
|
18442
18988
|
};
|
|
18443
18989
|
};
|
|
@@ -18450,7 +18996,7 @@ export interface paths {
|
|
|
18450
18996
|
patch?: never;
|
|
18451
18997
|
trace?: never;
|
|
18452
18998
|
};
|
|
18453
|
-
"/internal/
|
|
18999
|
+
"/internal/patchvideowallresponse": {
|
|
18454
19000
|
parameters: {
|
|
18455
19001
|
query?: never;
|
|
18456
19002
|
header?: never;
|
|
@@ -18458,8 +19004,8 @@ export interface paths {
|
|
|
18458
19004
|
cookie?: never;
|
|
18459
19005
|
};
|
|
18460
19006
|
/**
|
|
18461
|
-
* Get
|
|
18462
|
-
* @description Internal endpoint used only to ensure
|
|
19007
|
+
* Get PatchVideowallResponse (schema generation only)
|
|
19008
|
+
* @description Internal endpoint used only to ensure PatchVideowallResponse schema is generated in OpenAPI spec
|
|
18463
19009
|
*/
|
|
18464
19010
|
get: {
|
|
18465
19011
|
parameters: {
|
|
@@ -18476,7 +19022,7 @@ export interface paths {
|
|
|
18476
19022
|
[name: string]: unknown;
|
|
18477
19023
|
};
|
|
18478
19024
|
content: {
|
|
18479
|
-
"application/json": components["schemas"]["api.
|
|
19025
|
+
"application/json": components["schemas"]["api.PatchVideowallResponse"];
|
|
18480
19026
|
};
|
|
18481
19027
|
};
|
|
18482
19028
|
};
|
|
@@ -18489,7 +19035,7 @@ export interface paths {
|
|
|
18489
19035
|
patch?: never;
|
|
18490
19036
|
trace?: never;
|
|
18491
19037
|
};
|
|
18492
|
-
"/internal/
|
|
19038
|
+
"/internal/patchvideowallsuccessresponse": {
|
|
18493
19039
|
parameters: {
|
|
18494
19040
|
query?: never;
|
|
18495
19041
|
header?: never;
|
|
@@ -18497,8 +19043,8 @@ export interface paths {
|
|
|
18497
19043
|
cookie?: never;
|
|
18498
19044
|
};
|
|
18499
19045
|
/**
|
|
18500
|
-
* Get
|
|
18501
|
-
* @description Internal endpoint used only to ensure
|
|
19046
|
+
* Get PatchVideowallSuccessResponse (schema generation only)
|
|
19047
|
+
* @description Internal endpoint used only to ensure PatchVideowallSuccessResponse schema is generated in OpenAPI spec
|
|
18502
19048
|
*/
|
|
18503
19049
|
get: {
|
|
18504
19050
|
parameters: {
|
|
@@ -18515,7 +19061,7 @@ export interface paths {
|
|
|
18515
19061
|
[name: string]: unknown;
|
|
18516
19062
|
};
|
|
18517
19063
|
content: {
|
|
18518
|
-
"application/json": components["schemas"]["
|
|
19064
|
+
"application/json": components["schemas"]["api.PatchVideowallSuccessResponse"];
|
|
18519
19065
|
};
|
|
18520
19066
|
};
|
|
18521
19067
|
};
|
|
@@ -18528,7 +19074,7 @@ export interface paths {
|
|
|
18528
19074
|
patch?: never;
|
|
18529
19075
|
trace?: never;
|
|
18530
19076
|
};
|
|
18531
|
-
"/internal/
|
|
19077
|
+
"/internal/permissions": {
|
|
18532
19078
|
parameters: {
|
|
18533
19079
|
query?: never;
|
|
18534
19080
|
header?: never;
|
|
@@ -18536,8 +19082,8 @@ export interface paths {
|
|
|
18536
19082
|
cookie?: never;
|
|
18537
19083
|
};
|
|
18538
19084
|
/**
|
|
18539
|
-
* Get
|
|
18540
|
-
* @description Internal endpoint used only to ensure
|
|
19085
|
+
* Get Permissions (schema generation only)
|
|
19086
|
+
* @description Internal endpoint used only to ensure Permissions schema is generated in OpenAPI spec
|
|
18541
19087
|
*/
|
|
18542
19088
|
get: {
|
|
18543
19089
|
parameters: {
|
|
@@ -18554,7 +19100,7 @@ export interface paths {
|
|
|
18554
19100
|
[name: string]: unknown;
|
|
18555
19101
|
};
|
|
18556
19102
|
content: {
|
|
18557
|
-
"application/json": components["schemas"]["models.
|
|
19103
|
+
"application/json": components["schemas"]["models.Permissions"];
|
|
18558
19104
|
};
|
|
18559
19105
|
};
|
|
18560
19106
|
};
|
|
@@ -18567,7 +19113,7 @@ export interface paths {
|
|
|
18567
19113
|
patch?: never;
|
|
18568
19114
|
trace?: never;
|
|
18569
19115
|
};
|
|
18570
|
-
"/internal/
|
|
19116
|
+
"/internal/pipelineevent": {
|
|
18571
19117
|
parameters: {
|
|
18572
19118
|
query?: never;
|
|
18573
19119
|
header?: never;
|
|
@@ -18575,8 +19121,8 @@ export interface paths {
|
|
|
18575
19121
|
cookie?: never;
|
|
18576
19122
|
};
|
|
18577
19123
|
/**
|
|
18578
|
-
* Get
|
|
18579
|
-
* @description Internal endpoint used only to ensure
|
|
19124
|
+
* Get PipelineEvent (schema generation only)
|
|
19125
|
+
* @description Internal endpoint used only to ensure PipelineEvent schema is generated in OpenAPI spec
|
|
18580
19126
|
*/
|
|
18581
19127
|
get: {
|
|
18582
19128
|
parameters: {
|
|
@@ -18593,7 +19139,7 @@ export interface paths {
|
|
|
18593
19139
|
[name: string]: unknown;
|
|
18594
19140
|
};
|
|
18595
19141
|
content: {
|
|
18596
|
-
"application/json": components["schemas"]["
|
|
19142
|
+
"application/json": components["schemas"]["models.PipelineEvent"];
|
|
18597
19143
|
};
|
|
18598
19144
|
};
|
|
18599
19145
|
};
|
|
@@ -18606,7 +19152,7 @@ export interface paths {
|
|
|
18606
19152
|
patch?: never;
|
|
18607
19153
|
trace?: never;
|
|
18608
19154
|
};
|
|
18609
|
-
"/internal/
|
|
19155
|
+
"/internal/pipelinemetadata": {
|
|
18610
19156
|
parameters: {
|
|
18611
19157
|
query?: never;
|
|
18612
19158
|
header?: never;
|
|
@@ -18614,8 +19160,8 @@ export interface paths {
|
|
|
18614
19160
|
cookie?: never;
|
|
18615
19161
|
};
|
|
18616
19162
|
/**
|
|
18617
|
-
* Get
|
|
18618
|
-
* @description Internal endpoint used only to ensure
|
|
19163
|
+
* Get PipelineMetadata (schema generation only)
|
|
19164
|
+
* @description Internal endpoint used only to ensure PipelineMetadata schema is generated in OpenAPI spec
|
|
18619
19165
|
*/
|
|
18620
19166
|
get: {
|
|
18621
19167
|
parameters: {
|
|
@@ -18632,7 +19178,7 @@ export interface paths {
|
|
|
18632
19178
|
[name: string]: unknown;
|
|
18633
19179
|
};
|
|
18634
19180
|
content: {
|
|
18635
|
-
"application/json": components["schemas"]["
|
|
19181
|
+
"application/json": components["schemas"]["models.PipelineMetadata"];
|
|
18636
19182
|
};
|
|
18637
19183
|
};
|
|
18638
19184
|
};
|
|
@@ -18645,7 +19191,7 @@ export interface paths {
|
|
|
18645
19191
|
patch?: never;
|
|
18646
19192
|
trace?: never;
|
|
18647
19193
|
};
|
|
18648
|
-
"/internal/
|
|
19194
|
+
"/internal/pipelinemetrics": {
|
|
18649
19195
|
parameters: {
|
|
18650
19196
|
query?: never;
|
|
18651
19197
|
header?: never;
|
|
@@ -18653,8 +19199,8 @@ export interface paths {
|
|
|
18653
19199
|
cookie?: never;
|
|
18654
19200
|
};
|
|
18655
19201
|
/**
|
|
18656
|
-
* Get
|
|
18657
|
-
* @description Internal endpoint used only to ensure
|
|
19202
|
+
* Get PipelineMetrics (schema generation only)
|
|
19203
|
+
* @description Internal endpoint used only to ensure PipelineMetrics schema is generated in OpenAPI spec
|
|
18658
19204
|
*/
|
|
18659
19205
|
get: {
|
|
18660
19206
|
parameters: {
|
|
@@ -18671,7 +19217,7 @@ export interface paths {
|
|
|
18671
19217
|
[name: string]: unknown;
|
|
18672
19218
|
};
|
|
18673
19219
|
content: {
|
|
18674
|
-
"application/json": components["schemas"]["
|
|
19220
|
+
"application/json": components["schemas"]["models.PipelineMetrics"];
|
|
18675
19221
|
};
|
|
18676
19222
|
};
|
|
18677
19223
|
};
|
|
@@ -18684,7 +19230,7 @@ export interface paths {
|
|
|
18684
19230
|
patch?: never;
|
|
18685
19231
|
trace?: never;
|
|
18686
19232
|
};
|
|
18687
|
-
"/internal/
|
|
19233
|
+
"/internal/pipelinepayload": {
|
|
18688
19234
|
parameters: {
|
|
18689
19235
|
query?: never;
|
|
18690
19236
|
header?: never;
|
|
@@ -18692,8 +19238,8 @@ export interface paths {
|
|
|
18692
19238
|
cookie?: never;
|
|
18693
19239
|
};
|
|
18694
19240
|
/**
|
|
18695
|
-
* Get
|
|
18696
|
-
* @description Internal endpoint used only to ensure
|
|
19241
|
+
* Get PipelinePayload (schema generation only)
|
|
19242
|
+
* @description Internal endpoint used only to ensure PipelinePayload schema is generated in OpenAPI spec
|
|
18697
19243
|
*/
|
|
18698
19244
|
get: {
|
|
18699
19245
|
parameters: {
|
|
@@ -18710,7 +19256,7 @@ export interface paths {
|
|
|
18710
19256
|
[name: string]: unknown;
|
|
18711
19257
|
};
|
|
18712
19258
|
content: {
|
|
18713
|
-
"application/json": components["schemas"]["models.
|
|
19259
|
+
"application/json": components["schemas"]["models.PipelinePayload"];
|
|
18714
19260
|
};
|
|
18715
19261
|
};
|
|
18716
19262
|
};
|
|
@@ -18723,7 +19269,7 @@ export interface paths {
|
|
|
18723
19269
|
patch?: never;
|
|
18724
19270
|
trace?: never;
|
|
18725
19271
|
};
|
|
18726
|
-
"/internal/
|
|
19272
|
+
"/internal/plan": {
|
|
18727
19273
|
parameters: {
|
|
18728
19274
|
query?: never;
|
|
18729
19275
|
header?: never;
|
|
@@ -18731,8 +19277,8 @@ export interface paths {
|
|
|
18731
19277
|
cookie?: never;
|
|
18732
19278
|
};
|
|
18733
19279
|
/**
|
|
18734
|
-
* Get
|
|
18735
|
-
* @description Internal endpoint used only to ensure
|
|
19280
|
+
* Get Plan (schema generation only)
|
|
19281
|
+
* @description Internal endpoint used only to ensure Plan schema is generated in OpenAPI spec
|
|
18736
19282
|
*/
|
|
18737
19283
|
get: {
|
|
18738
19284
|
parameters: {
|
|
@@ -18749,7 +19295,7 @@ export interface paths {
|
|
|
18749
19295
|
[name: string]: unknown;
|
|
18750
19296
|
};
|
|
18751
19297
|
content: {
|
|
18752
|
-
"application/json": components["schemas"]["models.
|
|
19298
|
+
"application/json": components["schemas"]["models.Plan"];
|
|
18753
19299
|
};
|
|
18754
19300
|
};
|
|
18755
19301
|
};
|
|
@@ -18762,7 +19308,7 @@ export interface paths {
|
|
|
18762
19308
|
patch?: never;
|
|
18763
19309
|
trace?: never;
|
|
18764
19310
|
};
|
|
18765
|
-
"/internal/
|
|
19311
|
+
"/internal/point": {
|
|
18766
19312
|
parameters: {
|
|
18767
19313
|
query?: never;
|
|
18768
19314
|
header?: never;
|
|
@@ -18770,8 +19316,8 @@ export interface paths {
|
|
|
18770
19316
|
cookie?: never;
|
|
18771
19317
|
};
|
|
18772
19318
|
/**
|
|
18773
|
-
* Get
|
|
18774
|
-
* @description Internal endpoint used only to ensure
|
|
19319
|
+
* Get Point (schema generation only)
|
|
19320
|
+
* @description Internal endpoint used only to ensure Point schema is generated in OpenAPI spec
|
|
18775
19321
|
*/
|
|
18776
19322
|
get: {
|
|
18777
19323
|
parameters: {
|
|
@@ -18788,7 +19334,7 @@ export interface paths {
|
|
|
18788
19334
|
[name: string]: unknown;
|
|
18789
19335
|
};
|
|
18790
19336
|
content: {
|
|
18791
|
-
"application/json": components["schemas"]["models.
|
|
19337
|
+
"application/json": components["schemas"]["models.Point"];
|
|
18792
19338
|
};
|
|
18793
19339
|
};
|
|
18794
19340
|
};
|
|
@@ -18801,7 +19347,7 @@ export interface paths {
|
|
|
18801
19347
|
patch?: never;
|
|
18802
19348
|
trace?: never;
|
|
18803
19349
|
};
|
|
18804
|
-
"/internal/
|
|
19350
|
+
"/internal/postanprerrorresponse": {
|
|
18805
19351
|
parameters: {
|
|
18806
19352
|
query?: never;
|
|
18807
19353
|
header?: never;
|
|
@@ -18809,8 +19355,8 @@ export interface paths {
|
|
|
18809
19355
|
cookie?: never;
|
|
18810
19356
|
};
|
|
18811
19357
|
/**
|
|
18812
|
-
* Get
|
|
18813
|
-
* @description Internal endpoint used only to ensure
|
|
19358
|
+
* Get PostANPRErrorResponse (schema generation only)
|
|
19359
|
+
* @description Internal endpoint used only to ensure PostANPRErrorResponse schema is generated in OpenAPI spec
|
|
18814
19360
|
*/
|
|
18815
19361
|
get: {
|
|
18816
19362
|
parameters: {
|
|
@@ -18827,7 +19373,7 @@ export interface paths {
|
|
|
18827
19373
|
[name: string]: unknown;
|
|
18828
19374
|
};
|
|
18829
19375
|
content: {
|
|
18830
|
-
"application/json": components["schemas"]["
|
|
19376
|
+
"application/json": components["schemas"]["api.PostANPRErrorResponse"];
|
|
18831
19377
|
};
|
|
18832
19378
|
};
|
|
18833
19379
|
};
|
|
@@ -18840,7 +19386,7 @@ export interface paths {
|
|
|
18840
19386
|
patch?: never;
|
|
18841
19387
|
trace?: never;
|
|
18842
19388
|
};
|
|
18843
|
-
"/internal/
|
|
19389
|
+
"/internal/postanprrequest": {
|
|
18844
19390
|
parameters: {
|
|
18845
19391
|
query?: never;
|
|
18846
19392
|
header?: never;
|
|
@@ -18848,8 +19394,8 @@ export interface paths {
|
|
|
18848
19394
|
cookie?: never;
|
|
18849
19395
|
};
|
|
18850
19396
|
/**
|
|
18851
|
-
* Get
|
|
18852
|
-
* @description Internal endpoint used only to ensure
|
|
19397
|
+
* Get PostANPRRequest (schema generation only)
|
|
19398
|
+
* @description Internal endpoint used only to ensure PostANPRRequest schema is generated in OpenAPI spec
|
|
18853
19399
|
*/
|
|
18854
19400
|
get: {
|
|
18855
19401
|
parameters: {
|
|
@@ -18866,7 +19412,7 @@ export interface paths {
|
|
|
18866
19412
|
[name: string]: unknown;
|
|
18867
19413
|
};
|
|
18868
19414
|
content: {
|
|
18869
|
-
"application/json": components["schemas"]["
|
|
19415
|
+
"application/json": components["schemas"]["api.PostANPRRequest"];
|
|
18870
19416
|
};
|
|
18871
19417
|
};
|
|
18872
19418
|
};
|
|
@@ -18879,7 +19425,7 @@ export interface paths {
|
|
|
18879
19425
|
patch?: never;
|
|
18880
19426
|
trace?: never;
|
|
18881
19427
|
};
|
|
18882
|
-
"/internal/
|
|
19428
|
+
"/internal/postanprresponse": {
|
|
18883
19429
|
parameters: {
|
|
18884
19430
|
query?: never;
|
|
18885
19431
|
header?: never;
|
|
@@ -18887,8 +19433,8 @@ export interface paths {
|
|
|
18887
19433
|
cookie?: never;
|
|
18888
19434
|
};
|
|
18889
19435
|
/**
|
|
18890
|
-
* Get
|
|
18891
|
-
* @description Internal endpoint used only to ensure
|
|
19436
|
+
* Get PostANPRResponse (schema generation only)
|
|
19437
|
+
* @description Internal endpoint used only to ensure PostANPRResponse schema is generated in OpenAPI spec
|
|
18892
19438
|
*/
|
|
18893
19439
|
get: {
|
|
18894
19440
|
parameters: {
|
|
@@ -18905,7 +19451,7 @@ export interface paths {
|
|
|
18905
19451
|
[name: string]: unknown;
|
|
18906
19452
|
};
|
|
18907
19453
|
content: {
|
|
18908
|
-
"application/json": components["schemas"]["
|
|
19454
|
+
"application/json": components["schemas"]["api.PostANPRResponse"];
|
|
18909
19455
|
};
|
|
18910
19456
|
};
|
|
18911
19457
|
};
|
|
@@ -18918,7 +19464,7 @@ export interface paths {
|
|
|
18918
19464
|
patch?: never;
|
|
18919
19465
|
trace?: never;
|
|
18920
19466
|
};
|
|
18921
|
-
"/internal/
|
|
19467
|
+
"/internal/postanprsuccessresponse": {
|
|
18922
19468
|
parameters: {
|
|
18923
19469
|
query?: never;
|
|
18924
19470
|
header?: never;
|
|
@@ -18926,8 +19472,8 @@ export interface paths {
|
|
|
18926
19472
|
cookie?: never;
|
|
18927
19473
|
};
|
|
18928
19474
|
/**
|
|
18929
|
-
* Get
|
|
18930
|
-
* @description Internal endpoint used only to ensure
|
|
19475
|
+
* Get PostANPRSuccessResponse (schema generation only)
|
|
19476
|
+
* @description Internal endpoint used only to ensure PostANPRSuccessResponse schema is generated in OpenAPI spec
|
|
18931
19477
|
*/
|
|
18932
19478
|
get: {
|
|
18933
19479
|
parameters: {
|
|
@@ -18944,7 +19490,7 @@ export interface paths {
|
|
|
18944
19490
|
[name: string]: unknown;
|
|
18945
19491
|
};
|
|
18946
19492
|
content: {
|
|
18947
|
-
"application/json": components["schemas"]["
|
|
19493
|
+
"application/json": components["schemas"]["api.PostANPRSuccessResponse"];
|
|
18948
19494
|
};
|
|
18949
19495
|
};
|
|
18950
19496
|
};
|
|
@@ -25197,7 +25743,163 @@ export interface paths {
|
|
|
25197
25743
|
patch?: never;
|
|
25198
25744
|
trace?: never;
|
|
25199
25745
|
};
|
|
25200
|
-
"/internal/videobytesrangeontime": {
|
|
25746
|
+
"/internal/videobytesrangeontime": {
|
|
25747
|
+
parameters: {
|
|
25748
|
+
query?: never;
|
|
25749
|
+
header?: never;
|
|
25750
|
+
path?: never;
|
|
25751
|
+
cookie?: never;
|
|
25752
|
+
};
|
|
25753
|
+
/**
|
|
25754
|
+
* Get VideoBytesRangeOnTime (schema generation only)
|
|
25755
|
+
* @description Internal endpoint used only to ensure VideoBytesRangeOnTime schema is generated in OpenAPI spec
|
|
25756
|
+
*/
|
|
25757
|
+
get: {
|
|
25758
|
+
parameters: {
|
|
25759
|
+
query?: never;
|
|
25760
|
+
header?: never;
|
|
25761
|
+
path?: never;
|
|
25762
|
+
cookie?: never;
|
|
25763
|
+
};
|
|
25764
|
+
requestBody?: never;
|
|
25765
|
+
responses: {
|
|
25766
|
+
/** @description OK */
|
|
25767
|
+
200: {
|
|
25768
|
+
headers: {
|
|
25769
|
+
[name: string]: unknown;
|
|
25770
|
+
};
|
|
25771
|
+
content: {
|
|
25772
|
+
"application/json": components["schemas"]["models.VideoBytesRangeOnTime"];
|
|
25773
|
+
};
|
|
25774
|
+
};
|
|
25775
|
+
};
|
|
25776
|
+
};
|
|
25777
|
+
put?: never;
|
|
25778
|
+
post?: never;
|
|
25779
|
+
delete?: never;
|
|
25780
|
+
options?: never;
|
|
25781
|
+
head?: never;
|
|
25782
|
+
patch?: never;
|
|
25783
|
+
trace?: never;
|
|
25784
|
+
};
|
|
25785
|
+
"/internal/videowall": {
|
|
25786
|
+
parameters: {
|
|
25787
|
+
query?: never;
|
|
25788
|
+
header?: never;
|
|
25789
|
+
path?: never;
|
|
25790
|
+
cookie?: never;
|
|
25791
|
+
};
|
|
25792
|
+
/**
|
|
25793
|
+
* Get Videowall (schema generation only)
|
|
25794
|
+
* @description Internal endpoint used only to ensure Videowall schema is generated in OpenAPI spec
|
|
25795
|
+
*/
|
|
25796
|
+
get: {
|
|
25797
|
+
parameters: {
|
|
25798
|
+
query?: never;
|
|
25799
|
+
header?: never;
|
|
25800
|
+
path?: never;
|
|
25801
|
+
cookie?: never;
|
|
25802
|
+
};
|
|
25803
|
+
requestBody?: never;
|
|
25804
|
+
responses: {
|
|
25805
|
+
/** @description OK */
|
|
25806
|
+
200: {
|
|
25807
|
+
headers: {
|
|
25808
|
+
[name: string]: unknown;
|
|
25809
|
+
};
|
|
25810
|
+
content: {
|
|
25811
|
+
"application/json": components["schemas"]["models.Videowall"];
|
|
25812
|
+
};
|
|
25813
|
+
};
|
|
25814
|
+
};
|
|
25815
|
+
};
|
|
25816
|
+
put?: never;
|
|
25817
|
+
post?: never;
|
|
25818
|
+
delete?: never;
|
|
25819
|
+
options?: never;
|
|
25820
|
+
head?: never;
|
|
25821
|
+
patch?: never;
|
|
25822
|
+
trace?: never;
|
|
25823
|
+
};
|
|
25824
|
+
"/internal/warningresponse": {
|
|
25825
|
+
parameters: {
|
|
25826
|
+
query?: never;
|
|
25827
|
+
header?: never;
|
|
25828
|
+
path?: never;
|
|
25829
|
+
cookie?: never;
|
|
25830
|
+
};
|
|
25831
|
+
/**
|
|
25832
|
+
* Get WarningResponse (schema generation only)
|
|
25833
|
+
* @description Internal endpoint used only to ensure WarningResponse schema is generated in OpenAPI spec
|
|
25834
|
+
*/
|
|
25835
|
+
get: {
|
|
25836
|
+
parameters: {
|
|
25837
|
+
query?: never;
|
|
25838
|
+
header?: never;
|
|
25839
|
+
path?: never;
|
|
25840
|
+
cookie?: never;
|
|
25841
|
+
};
|
|
25842
|
+
requestBody?: never;
|
|
25843
|
+
responses: {
|
|
25844
|
+
/** @description OK */
|
|
25845
|
+
200: {
|
|
25846
|
+
headers: {
|
|
25847
|
+
[name: string]: unknown;
|
|
25848
|
+
};
|
|
25849
|
+
content: {
|
|
25850
|
+
"application/json": components["schemas"]["api.WarningResponse"];
|
|
25851
|
+
};
|
|
25852
|
+
};
|
|
25853
|
+
};
|
|
25854
|
+
};
|
|
25855
|
+
put?: never;
|
|
25856
|
+
post?: never;
|
|
25857
|
+
delete?: never;
|
|
25858
|
+
options?: never;
|
|
25859
|
+
head?: never;
|
|
25860
|
+
patch?: never;
|
|
25861
|
+
trace?: never;
|
|
25862
|
+
};
|
|
25863
|
+
"/internal/webhook": {
|
|
25864
|
+
parameters: {
|
|
25865
|
+
query?: never;
|
|
25866
|
+
header?: never;
|
|
25867
|
+
path?: never;
|
|
25868
|
+
cookie?: never;
|
|
25869
|
+
};
|
|
25870
|
+
/**
|
|
25871
|
+
* Get Webhook (schema generation only)
|
|
25872
|
+
* @description Internal endpoint used only to ensure Webhook schema is generated in OpenAPI spec
|
|
25873
|
+
*/
|
|
25874
|
+
get: {
|
|
25875
|
+
parameters: {
|
|
25876
|
+
query?: never;
|
|
25877
|
+
header?: never;
|
|
25878
|
+
path?: never;
|
|
25879
|
+
cookie?: never;
|
|
25880
|
+
};
|
|
25881
|
+
requestBody?: never;
|
|
25882
|
+
responses: {
|
|
25883
|
+
/** @description OK */
|
|
25884
|
+
200: {
|
|
25885
|
+
headers: {
|
|
25886
|
+
[name: string]: unknown;
|
|
25887
|
+
};
|
|
25888
|
+
content: {
|
|
25889
|
+
"application/json": components["schemas"]["models.Webhook"];
|
|
25890
|
+
};
|
|
25891
|
+
};
|
|
25892
|
+
};
|
|
25893
|
+
};
|
|
25894
|
+
put?: never;
|
|
25895
|
+
post?: never;
|
|
25896
|
+
delete?: never;
|
|
25897
|
+
options?: never;
|
|
25898
|
+
head?: never;
|
|
25899
|
+
patch?: never;
|
|
25900
|
+
trace?: never;
|
|
25901
|
+
};
|
|
25902
|
+
"/internal/weeklyschedule": {
|
|
25201
25903
|
parameters: {
|
|
25202
25904
|
query?: never;
|
|
25203
25905
|
header?: never;
|
|
@@ -25205,8 +25907,8 @@ export interface paths {
|
|
|
25205
25907
|
cookie?: never;
|
|
25206
25908
|
};
|
|
25207
25909
|
/**
|
|
25208
|
-
* Get
|
|
25209
|
-
* @description Internal endpoint used only to ensure
|
|
25910
|
+
* Get WeeklySchedule (schema generation only)
|
|
25911
|
+
* @description Internal endpoint used only to ensure WeeklySchedule schema is generated in OpenAPI spec
|
|
25210
25912
|
*/
|
|
25211
25913
|
get: {
|
|
25212
25914
|
parameters: {
|
|
@@ -25223,7 +25925,7 @@ export interface paths {
|
|
|
25223
25925
|
[name: string]: unknown;
|
|
25224
25926
|
};
|
|
25225
25927
|
content: {
|
|
25226
|
-
"application/json": components["schemas"]["models.
|
|
25928
|
+
"application/json": components["schemas"]["models.WeeklySchedule"];
|
|
25227
25929
|
};
|
|
25228
25930
|
};
|
|
25229
25931
|
};
|
|
@@ -25236,7 +25938,7 @@ export interface paths {
|
|
|
25236
25938
|
patch?: never;
|
|
25237
25939
|
trace?: never;
|
|
25238
25940
|
};
|
|
25239
|
-
"/internal/
|
|
25941
|
+
"/internal/workflow": {
|
|
25240
25942
|
parameters: {
|
|
25241
25943
|
query?: never;
|
|
25242
25944
|
header?: never;
|
|
@@ -25244,8 +25946,8 @@ export interface paths {
|
|
|
25244
25946
|
cookie?: never;
|
|
25245
25947
|
};
|
|
25246
25948
|
/**
|
|
25247
|
-
* Get
|
|
25248
|
-
* @description Internal endpoint used only to ensure
|
|
25949
|
+
* Get Workflow (schema generation only)
|
|
25950
|
+
* @description Internal endpoint used only to ensure Workflow schema is generated in OpenAPI spec
|
|
25249
25951
|
*/
|
|
25250
25952
|
get: {
|
|
25251
25953
|
parameters: {
|
|
@@ -25262,7 +25964,7 @@ export interface paths {
|
|
|
25262
25964
|
[name: string]: unknown;
|
|
25263
25965
|
};
|
|
25264
25966
|
content: {
|
|
25265
|
-
"application/json": components["schemas"]["models.
|
|
25967
|
+
"application/json": components["schemas"]["models.Workflow"];
|
|
25266
25968
|
};
|
|
25267
25969
|
};
|
|
25268
25970
|
};
|
|
@@ -25275,7 +25977,7 @@ export interface paths {
|
|
|
25275
25977
|
patch?: never;
|
|
25276
25978
|
trace?: never;
|
|
25277
25979
|
};
|
|
25278
|
-
"/internal/
|
|
25980
|
+
"/internal/workflowdevice": {
|
|
25279
25981
|
parameters: {
|
|
25280
25982
|
query?: never;
|
|
25281
25983
|
header?: never;
|
|
@@ -25283,8 +25985,8 @@ export interface paths {
|
|
|
25283
25985
|
cookie?: never;
|
|
25284
25986
|
};
|
|
25285
25987
|
/**
|
|
25286
|
-
* Get
|
|
25287
|
-
* @description Internal endpoint used only to ensure
|
|
25988
|
+
* Get WorkflowDevice (schema generation only)
|
|
25989
|
+
* @description Internal endpoint used only to ensure WorkflowDevice schema is generated in OpenAPI spec
|
|
25288
25990
|
*/
|
|
25289
25991
|
get: {
|
|
25290
25992
|
parameters: {
|
|
@@ -25301,7 +26003,7 @@ export interface paths {
|
|
|
25301
26003
|
[name: string]: unknown;
|
|
25302
26004
|
};
|
|
25303
26005
|
content: {
|
|
25304
|
-
"application/json": components["schemas"]["
|
|
26006
|
+
"application/json": components["schemas"]["models.WorkflowDevice"];
|
|
25305
26007
|
};
|
|
25306
26008
|
};
|
|
25307
26009
|
};
|
|
@@ -25314,7 +26016,7 @@ export interface paths {
|
|
|
25314
26016
|
patch?: never;
|
|
25315
26017
|
trace?: never;
|
|
25316
26018
|
};
|
|
25317
|
-
"/internal/
|
|
26019
|
+
"/internal/workflowedge": {
|
|
25318
26020
|
parameters: {
|
|
25319
26021
|
query?: never;
|
|
25320
26022
|
header?: never;
|
|
@@ -25322,8 +26024,8 @@ export interface paths {
|
|
|
25322
26024
|
cookie?: never;
|
|
25323
26025
|
};
|
|
25324
26026
|
/**
|
|
25325
|
-
* Get
|
|
25326
|
-
* @description Internal endpoint used only to ensure
|
|
26027
|
+
* Get WorkflowEdge (schema generation only)
|
|
26028
|
+
* @description Internal endpoint used only to ensure WorkflowEdge schema is generated in OpenAPI spec
|
|
25327
26029
|
*/
|
|
25328
26030
|
get: {
|
|
25329
26031
|
parameters: {
|
|
@@ -25340,7 +26042,7 @@ export interface paths {
|
|
|
25340
26042
|
[name: string]: unknown;
|
|
25341
26043
|
};
|
|
25342
26044
|
content: {
|
|
25343
|
-
"application/json": components["schemas"]["models.
|
|
26045
|
+
"application/json": components["schemas"]["models.WorkflowEdge"];
|
|
25344
26046
|
};
|
|
25345
26047
|
};
|
|
25346
26048
|
};
|
|
@@ -25353,7 +26055,7 @@ export interface paths {
|
|
|
25353
26055
|
patch?: never;
|
|
25354
26056
|
trace?: never;
|
|
25355
26057
|
};
|
|
25356
|
-
"/internal/
|
|
26058
|
+
"/internal/workflownode": {
|
|
25357
26059
|
parameters: {
|
|
25358
26060
|
query?: never;
|
|
25359
26061
|
header?: never;
|
|
@@ -25361,8 +26063,8 @@ export interface paths {
|
|
|
25361
26063
|
cookie?: never;
|
|
25362
26064
|
};
|
|
25363
26065
|
/**
|
|
25364
|
-
* Get
|
|
25365
|
-
* @description Internal endpoint used only to ensure
|
|
26066
|
+
* Get WorkflowNode (schema generation only)
|
|
26067
|
+
* @description Internal endpoint used only to ensure WorkflowNode schema is generated in OpenAPI spec
|
|
25366
26068
|
*/
|
|
25367
26069
|
get: {
|
|
25368
26070
|
parameters: {
|
|
@@ -25379,7 +26081,7 @@ export interface paths {
|
|
|
25379
26081
|
[name: string]: unknown;
|
|
25380
26082
|
};
|
|
25381
26083
|
content: {
|
|
25382
|
-
"application/json": components["schemas"]["models.
|
|
26084
|
+
"application/json": components["schemas"]["models.WorkflowNode"];
|
|
25383
26085
|
};
|
|
25384
26086
|
};
|
|
25385
26087
|
};
|
|
@@ -25392,7 +26094,7 @@ export interface paths {
|
|
|
25392
26094
|
patch?: never;
|
|
25393
26095
|
trace?: never;
|
|
25394
26096
|
};
|
|
25395
|
-
"/internal/
|
|
26097
|
+
"/internal/workflowrun": {
|
|
25396
26098
|
parameters: {
|
|
25397
26099
|
query?: never;
|
|
25398
26100
|
header?: never;
|
|
@@ -25400,8 +26102,8 @@ export interface paths {
|
|
|
25400
26102
|
cookie?: never;
|
|
25401
26103
|
};
|
|
25402
26104
|
/**
|
|
25403
|
-
* Get
|
|
25404
|
-
* @description Internal endpoint used only to ensure
|
|
26105
|
+
* Get WorkflowRun (schema generation only)
|
|
26106
|
+
* @description Internal endpoint used only to ensure WorkflowRun schema is generated in OpenAPI spec
|
|
25405
26107
|
*/
|
|
25406
26108
|
get: {
|
|
25407
26109
|
parameters: {
|
|
@@ -25418,7 +26120,7 @@ export interface paths {
|
|
|
25418
26120
|
[name: string]: unknown;
|
|
25419
26121
|
};
|
|
25420
26122
|
content: {
|
|
25421
|
-
"application/json": components["schemas"]["models.
|
|
26123
|
+
"application/json": components["schemas"]["models.WorkflowRun"];
|
|
25422
26124
|
};
|
|
25423
26125
|
};
|
|
25424
26126
|
};
|
|
@@ -25431,7 +26133,7 @@ export interface paths {
|
|
|
25431
26133
|
patch?: never;
|
|
25432
26134
|
trace?: never;
|
|
25433
26135
|
};
|
|
25434
|
-
"/internal/
|
|
26136
|
+
"/internal/workflowstage": {
|
|
25435
26137
|
parameters: {
|
|
25436
26138
|
query?: never;
|
|
25437
26139
|
header?: never;
|
|
@@ -25439,8 +26141,8 @@ export interface paths {
|
|
|
25439
26141
|
cookie?: never;
|
|
25440
26142
|
};
|
|
25441
26143
|
/**
|
|
25442
|
-
* Get
|
|
25443
|
-
* @description Internal endpoint used only to ensure
|
|
26144
|
+
* Get WorkflowStage (schema generation only)
|
|
26145
|
+
* @description Internal endpoint used only to ensure WorkflowStage schema is generated in OpenAPI spec
|
|
25444
26146
|
*/
|
|
25445
26147
|
get: {
|
|
25446
26148
|
parameters: {
|
|
@@ -25457,7 +26159,7 @@ export interface paths {
|
|
|
25457
26159
|
[name: string]: unknown;
|
|
25458
26160
|
};
|
|
25459
26161
|
content: {
|
|
25460
|
-
"application/json": components["schemas"]["models.
|
|
26162
|
+
"application/json": components["schemas"]["models.WorkflowStage"];
|
|
25461
26163
|
};
|
|
25462
26164
|
};
|
|
25463
26165
|
};
|
|
@@ -25470,7 +26172,7 @@ export interface paths {
|
|
|
25470
26172
|
patch?: never;
|
|
25471
26173
|
trace?: never;
|
|
25472
26174
|
};
|
|
25473
|
-
"/internal/
|
|
26175
|
+
"/internal/workflowstorage": {
|
|
25474
26176
|
parameters: {
|
|
25475
26177
|
query?: never;
|
|
25476
26178
|
header?: never;
|
|
@@ -25478,8 +26180,8 @@ export interface paths {
|
|
|
25478
26180
|
cookie?: never;
|
|
25479
26181
|
};
|
|
25480
26182
|
/**
|
|
25481
|
-
* Get
|
|
25482
|
-
* @description Internal endpoint used only to ensure
|
|
26183
|
+
* Get WorkflowStorage (schema generation only)
|
|
26184
|
+
* @description Internal endpoint used only to ensure WorkflowStorage schema is generated in OpenAPI spec
|
|
25483
26185
|
*/
|
|
25484
26186
|
get: {
|
|
25485
26187
|
parameters: {
|
|
@@ -25496,7 +26198,7 @@ export interface paths {
|
|
|
25496
26198
|
[name: string]: unknown;
|
|
25497
26199
|
};
|
|
25498
26200
|
content: {
|
|
25499
|
-
"application/json": components["schemas"]["models.
|
|
26201
|
+
"application/json": components["schemas"]["models.WorkflowStorage"];
|
|
25500
26202
|
};
|
|
25501
26203
|
};
|
|
25502
26204
|
};
|
|
@@ -25509,7 +26211,7 @@ export interface paths {
|
|
|
25509
26211
|
patch?: never;
|
|
25510
26212
|
trace?: never;
|
|
25511
26213
|
};
|
|
25512
|
-
"/internal/
|
|
26214
|
+
"/internal/workflowtrigger": {
|
|
25513
26215
|
parameters: {
|
|
25514
26216
|
query?: never;
|
|
25515
26217
|
header?: never;
|
|
@@ -25517,8 +26219,8 @@ export interface paths {
|
|
|
25517
26219
|
cookie?: never;
|
|
25518
26220
|
};
|
|
25519
26221
|
/**
|
|
25520
|
-
* Get
|
|
25521
|
-
* @description Internal endpoint used only to ensure
|
|
26222
|
+
* Get WorkflowTrigger (schema generation only)
|
|
26223
|
+
* @description Internal endpoint used only to ensure WorkflowTrigger schema is generated in OpenAPI spec
|
|
25522
26224
|
*/
|
|
25523
26225
|
get: {
|
|
25524
26226
|
parameters: {
|
|
@@ -25535,7 +26237,7 @@ export interface paths {
|
|
|
25535
26237
|
[name: string]: unknown;
|
|
25536
26238
|
};
|
|
25537
26239
|
content: {
|
|
25538
|
-
"application/json": components["schemas"]["models.
|
|
26240
|
+
"application/json": components["schemas"]["models.WorkflowTrigger"];
|
|
25539
26241
|
};
|
|
25540
26242
|
};
|
|
25541
26243
|
};
|
|
@@ -25548,7 +26250,7 @@ export interface paths {
|
|
|
25548
26250
|
patch?: never;
|
|
25549
26251
|
trace?: never;
|
|
25550
26252
|
};
|
|
25551
|
-
"/internal/
|
|
26253
|
+
"/internal/workflowuser": {
|
|
25552
26254
|
parameters: {
|
|
25553
26255
|
query?: never;
|
|
25554
26256
|
header?: never;
|
|
@@ -25556,8 +26258,8 @@ export interface paths {
|
|
|
25556
26258
|
cookie?: never;
|
|
25557
26259
|
};
|
|
25558
26260
|
/**
|
|
25559
|
-
* Get
|
|
25560
|
-
* @description Internal endpoint used only to ensure
|
|
26261
|
+
* Get WorkflowUser (schema generation only)
|
|
26262
|
+
* @description Internal endpoint used only to ensure WorkflowUser schema is generated in OpenAPI spec
|
|
25561
26263
|
*/
|
|
25562
26264
|
get: {
|
|
25563
26265
|
parameters: {
|
|
@@ -25574,7 +26276,7 @@ export interface paths {
|
|
|
25574
26276
|
[name: string]: unknown;
|
|
25575
26277
|
};
|
|
25576
26278
|
content: {
|
|
25577
|
-
"application/json": components["schemas"]["models.
|
|
26279
|
+
"application/json": components["schemas"]["models.WorkflowUser"];
|
|
25578
26280
|
};
|
|
25579
26281
|
};
|
|
25580
26282
|
};
|
|
@@ -25695,6 +26397,55 @@ export interface paths {
|
|
|
25695
26397
|
export type webhooks = Record<string, never>;
|
|
25696
26398
|
export interface components {
|
|
25697
26399
|
schemas: {
|
|
26400
|
+
"api.ANPRCandidateInput": {
|
|
26401
|
+
confidence?: number;
|
|
26402
|
+
plate?: string;
|
|
26403
|
+
};
|
|
26404
|
+
"api.ANPRMediaInput": {
|
|
26405
|
+
fps?: number;
|
|
26406
|
+
height?: number;
|
|
26407
|
+
width?: number;
|
|
26408
|
+
};
|
|
26409
|
+
"api.ANPRPlateInput": {
|
|
26410
|
+
/** @description Candidates are alternative reads ranked below Plate (optional). */
|
|
26411
|
+
candidates?: components["schemas"]["api.ANPRCandidateInput"][];
|
|
26412
|
+
/** @description Confidence is the read confidence; clamped to [0, 1] on ingest. */
|
|
26413
|
+
confidence?: number;
|
|
26414
|
+
/** @description Country is the ISO 3166-1 alpha-2 jurisdiction (optional). */
|
|
26415
|
+
country?: string;
|
|
26416
|
+
/** @description Display is the optional human-readable rendering. */
|
|
26417
|
+
display?: string;
|
|
26418
|
+
/** @description Frame is the representative frame the read came from (optional). */
|
|
26419
|
+
frame?: number;
|
|
26420
|
+
h?: number;
|
|
26421
|
+
/**
|
|
26422
|
+
* @description Meta carries producer-specific extras (e.g. vehicle attributes); capped on
|
|
26423
|
+
* ingest.
|
|
26424
|
+
*/
|
|
26425
|
+
meta?: {
|
|
26426
|
+
[key: string]: unknown;
|
|
26427
|
+
};
|
|
26428
|
+
/** @description Plate is the recognised registration; stored normalised for search. */
|
|
26429
|
+
plate?: string;
|
|
26430
|
+
/** @description Region is the sub-jurisdiction (optional). */
|
|
26431
|
+
region?: string;
|
|
26432
|
+
/** @description TimestampMs is the representative time in ms into the recording (optional). */
|
|
26433
|
+
timestampMs?: number;
|
|
26434
|
+
w?: number;
|
|
26435
|
+
/** @description Box geometry — preferred {x, y, w, h}. */
|
|
26436
|
+
x?: number;
|
|
26437
|
+
/** @description Box geometry — legacy {x1, y1, x2, y2}. */
|
|
26438
|
+
x1?: number;
|
|
26439
|
+
x2?: number;
|
|
26440
|
+
y?: number;
|
|
26441
|
+
y1?: number;
|
|
26442
|
+
y2?: number;
|
|
26443
|
+
};
|
|
26444
|
+
"api.ANPRRejection": {
|
|
26445
|
+
frame?: number;
|
|
26446
|
+
plate?: string;
|
|
26447
|
+
reason?: string;
|
|
26448
|
+
};
|
|
25698
26449
|
"api.AddAccessTokenErrorResponse": {
|
|
25699
26450
|
/** @description Application-specific error code */
|
|
25700
26451
|
applicationStatusCode?: string;
|
|
@@ -28488,6 +29239,71 @@ export interface components {
|
|
|
28488
29239
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
28489
29240
|
metadata?: components["schemas"]["api.Metadata"];
|
|
28490
29241
|
};
|
|
29242
|
+
"api.PostANPRErrorResponse": {
|
|
29243
|
+
/** @description Application-specific error code */
|
|
29244
|
+
applicationStatusCode?: string;
|
|
29245
|
+
/** @description Entity-specific error code */
|
|
29246
|
+
entityStatusCode?: string;
|
|
29247
|
+
/** @description HTTP status code for the error */
|
|
29248
|
+
httpStatusCode?: number;
|
|
29249
|
+
/** @description Error message describing the issue */
|
|
29250
|
+
message?: string;
|
|
29251
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
29252
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
29253
|
+
};
|
|
29254
|
+
"api.PostANPRRequest": {
|
|
29255
|
+
/**
|
|
29256
|
+
* @description AnalysisId targets the recording via its analysis document _id (an
|
|
29257
|
+
* ObjectID hex), as an alternative to MediaKey.
|
|
29258
|
+
*/
|
|
29259
|
+
analysisId?: string;
|
|
29260
|
+
/**
|
|
29261
|
+
* @description CoordinateSpace is the space plate boxes are sent in: "pixel" or
|
|
29262
|
+
* "normalized". Required only when a plate carries a box.
|
|
29263
|
+
*/
|
|
29264
|
+
coordinateSpace?: string;
|
|
29265
|
+
/**
|
|
29266
|
+
* @description Media gives the recording dimensions used to normalise pixel-space boxes.
|
|
29267
|
+
* Required when CoordinateSpace is "pixel" and any plate carries a box.
|
|
29268
|
+
*/
|
|
29269
|
+
media?: components["schemas"]["api.ANPRMediaInput"];
|
|
29270
|
+
/**
|
|
29271
|
+
* @description MediaKey is the recording KEY the run belongs to — the stable string
|
|
29272
|
+
* stored as media.videoFile / analysis.key (NOT the media document _id).
|
|
29273
|
+
* Provide this or AnalysisId (MediaKey wins when both are present). Only the
|
|
29274
|
+
* HTTP door uses these; over the workflows queue the engine resolves the
|
|
29275
|
+
* target from the run envelope.
|
|
29276
|
+
*/
|
|
29277
|
+
mediaKey?: string;
|
|
29278
|
+
/**
|
|
29279
|
+
* @description Plates are the recognised plates. An empty list is valid — it records that
|
|
29280
|
+
* ANPR ran and found nothing.
|
|
29281
|
+
*/
|
|
29282
|
+
plates?: components["schemas"]["api.ANPRPlateInput"][];
|
|
29283
|
+
/** @description SchemaVersion is the producer's payload schema (optional). */
|
|
29284
|
+
schemaVersion?: string;
|
|
29285
|
+
/** @description Source identifies the producer; Source.RunId is the upsert key. */
|
|
29286
|
+
source?: components["schemas"]["models.ANPRSource"];
|
|
29287
|
+
};
|
|
29288
|
+
"api.PostANPRResponse": {
|
|
29289
|
+
platesStored?: number;
|
|
29290
|
+
rejected?: components["schemas"]["api.ANPRRejection"][];
|
|
29291
|
+
runId?: string;
|
|
29292
|
+
warnings?: string[];
|
|
29293
|
+
};
|
|
29294
|
+
"api.PostANPRSuccessResponse": {
|
|
29295
|
+
/** @description Application-specific status code */
|
|
29296
|
+
applicationStatusCode?: string;
|
|
29297
|
+
data?: components["schemas"]["api.PostANPRResponse"];
|
|
29298
|
+
/** @description Entity-specific status code */
|
|
29299
|
+
entityStatusCode?: string;
|
|
29300
|
+
/** @description HTTP status code for the response */
|
|
29301
|
+
httpStatusCode?: number;
|
|
29302
|
+
/** @description Success message describing the operation */
|
|
29303
|
+
message?: string;
|
|
29304
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
29305
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
29306
|
+
};
|
|
28491
29307
|
"api.PostDetectionsErrorResponse": {
|
|
28492
29308
|
/** @description Application-specific error code */
|
|
28493
29309
|
applicationStatusCode?: string;
|
|
@@ -29306,6 +30122,113 @@ export interface components {
|
|
|
29306
30122
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
29307
30123
|
metadata?: components["schemas"]["api.Metadata"];
|
|
29308
30124
|
};
|
|
30125
|
+
"models.ANPRBox": {
|
|
30126
|
+
x1?: number;
|
|
30127
|
+
x2?: number;
|
|
30128
|
+
y1?: number;
|
|
30129
|
+
y2?: number;
|
|
30130
|
+
};
|
|
30131
|
+
"models.ANPRCandidate": {
|
|
30132
|
+
confidence?: number;
|
|
30133
|
+
plate?: string;
|
|
30134
|
+
};
|
|
30135
|
+
"models.ANPRMedia": {
|
|
30136
|
+
fps?: number;
|
|
30137
|
+
height?: number;
|
|
30138
|
+
width?: number;
|
|
30139
|
+
};
|
|
30140
|
+
"models.ANPRPlate": {
|
|
30141
|
+
/**
|
|
30142
|
+
* @description Box is the plate's location at the representative frame, normalised to the
|
|
30143
|
+
* [0, 1] frame. Nil when the producer reported no geometry.
|
|
30144
|
+
*/
|
|
30145
|
+
box?: components["schemas"]["models.ANPRBox"];
|
|
30146
|
+
/**
|
|
30147
|
+
* @description Candidates are alternative reads ranked below Plate, highest confidence
|
|
30148
|
+
* first (optional).
|
|
30149
|
+
*/
|
|
30150
|
+
candidates?: components["schemas"]["models.ANPRCandidate"][];
|
|
30151
|
+
/** @description Confidence is the chosen read's confidence in [0, 1]. */
|
|
30152
|
+
confidence?: number;
|
|
30153
|
+
/** @description Country is the ISO 3166-1 alpha-2 jurisdiction, e.g. "BE" (optional). */
|
|
30154
|
+
country?: string;
|
|
30155
|
+
/** @description Display is the optional human-readable rendering, e.g. "1-ABC-234". */
|
|
30156
|
+
display?: string;
|
|
30157
|
+
/** @description Frame is the representative frame the chosen read came from. */
|
|
30158
|
+
frame?: number;
|
|
30159
|
+
/**
|
|
30160
|
+
* @description Meta carries producer-specific extras (e.g. vehicle make/colour) without
|
|
30161
|
+
* expanding the core contract. Capped on ingest.
|
|
30162
|
+
*/
|
|
30163
|
+
meta?: {
|
|
30164
|
+
[key: string]: unknown;
|
|
30165
|
+
};
|
|
30166
|
+
/**
|
|
30167
|
+
* @description Plate is the recognised registration in a normalised, searchable form
|
|
30168
|
+
* (uppercase, no separators), e.g. "1ABC234".
|
|
30169
|
+
*/
|
|
30170
|
+
plate?: string;
|
|
30171
|
+
/**
|
|
30172
|
+
* @description Region is the sub-jurisdiction (state/province) when the producer reports
|
|
30173
|
+
* one, e.g. "CA" (optional).
|
|
30174
|
+
*/
|
|
30175
|
+
region?: string;
|
|
30176
|
+
/** @description TimestampMs is the representative time (ms into the recording) of the read. */
|
|
30177
|
+
timestampMs?: number;
|
|
30178
|
+
};
|
|
30179
|
+
"models.ANPRRun": {
|
|
30180
|
+
/** @description CreatedAt is set by the server when the run is first stored (epoch millis). */
|
|
30181
|
+
createdAt?: number;
|
|
30182
|
+
/**
|
|
30183
|
+
* @description DeviceId is denormalised from the recording for convenient filtering and
|
|
30184
|
+
* cascade cleanup; it is not authoritative.
|
|
30185
|
+
*/
|
|
30186
|
+
deviceId?: string;
|
|
30187
|
+
/** @description Id is the MongoDB document id, assigned on first insert. */
|
|
30188
|
+
id?: string;
|
|
30189
|
+
/**
|
|
30190
|
+
* @description Key is the recording/media key the run belongs to — the stable identity
|
|
30191
|
+
* the collection is keyed by (survives re-analysis).
|
|
30192
|
+
*/
|
|
30193
|
+
key?: string;
|
|
30194
|
+
/**
|
|
30195
|
+
* @description Media describes the recording the plates were read against; kept so a
|
|
30196
|
+
* normalised plate box can be rendered back at pixel scale.
|
|
30197
|
+
*/
|
|
30198
|
+
media?: components["schemas"]["models.ANPRMedia"];
|
|
30199
|
+
/**
|
|
30200
|
+
* @description OriginalCoordinateSpace records the space the producer sent plate boxes in
|
|
30201
|
+
* ("pixel" or "normalized") before the server normalised them. Empty when no
|
|
30202
|
+
* plate carried a box.
|
|
30203
|
+
*/
|
|
30204
|
+
originalCoordinateSpace?: string;
|
|
30205
|
+
/**
|
|
30206
|
+
* @description Plates are the recognised plates, stored verbatim after the box (if any)
|
|
30207
|
+
* is normalised to the [0, 1] frame.
|
|
30208
|
+
*/
|
|
30209
|
+
plates?: components["schemas"]["models.ANPRPlate"][];
|
|
30210
|
+
/**
|
|
30211
|
+
* @description RecordingTimestamp is the start time (epoch seconds) of the recording,
|
|
30212
|
+
* denormalised on write so cleanup expires the run on the recording's
|
|
30213
|
+
* retention clock rather than the (possibly much later) post time.
|
|
30214
|
+
*/
|
|
30215
|
+
recordingTimestamp?: number;
|
|
30216
|
+
/** @description SchemaVersion is the producer's payload schema (optional). */
|
|
30217
|
+
schemaVersion?: string;
|
|
30218
|
+
/** @description Source identifies the producer and carries RunId, the natural upsert key. */
|
|
30219
|
+
source?: components["schemas"]["models.ANPRSource"];
|
|
30220
|
+
/** @description UpdatedAt is set by the server every time the run is written (epoch millis). */
|
|
30221
|
+
updatedAt?: number;
|
|
30222
|
+
};
|
|
30223
|
+
"models.ANPRSource": {
|
|
30224
|
+
/** @description pipeline | model | import */
|
|
30225
|
+
kind?: string;
|
|
30226
|
+
/** @description producer identifier */
|
|
30227
|
+
name?: string;
|
|
30228
|
+
/** @description ULID/UUID; upsert key */
|
|
30229
|
+
runId?: string;
|
|
30230
|
+
version?: string;
|
|
30231
|
+
};
|
|
29309
30232
|
/** @enum {integer} */
|
|
29310
30233
|
"models.AccessLevel": 0 | 1 | 2 | 3;
|
|
29311
30234
|
"models.AccessToken": {
|
|
@@ -31329,6 +32252,8 @@ export interface components {
|
|
|
31329
32252
|
/** @description Add more fields as needed */
|
|
31330
32253
|
user?: components["schemas"]["models.User"];
|
|
31331
32254
|
};
|
|
32255
|
+
/** @enum {string} */
|
|
32256
|
+
"models.NeedsMode": "any" | "all";
|
|
31332
32257
|
"models.NotificationSettings": {
|
|
31333
32258
|
detections?: components["schemas"]["models.Detections"];
|
|
31334
32259
|
devices?: components["schemas"]["models.Devices"];
|
|
@@ -31698,18 +32623,26 @@ export interface components {
|
|
|
31698
32623
|
"models.StageCondition": {
|
|
31699
32624
|
/** @description see the ConditionOp consts */
|
|
31700
32625
|
op?: components["schemas"]["models.ConditionOp"];
|
|
31701
|
-
/** @description dot-path into the
|
|
32626
|
+
/** @description absolute dot-path into the run root (see type doc) */
|
|
31702
32627
|
path?: string;
|
|
31703
32628
|
/** @description comparison operand (unused for ConditionOpExists) */
|
|
31704
32629
|
value?: unknown;
|
|
31705
32630
|
};
|
|
31706
32631
|
"models.StageDependency": {
|
|
31707
32632
|
/**
|
|
31708
|
-
* @description Condition is the predicate evaluated against the
|
|
31709
|
-
*
|
|
32633
|
+
* @description Condition is the predicate evaluated against the run root. Nil means the
|
|
32634
|
+
* need matches as soon as its gate (if any) is satisfied.
|
|
31710
32635
|
*/
|
|
31711
32636
|
condition?: components["schemas"]["models.StageCondition"];
|
|
31712
|
-
/**
|
|
32637
|
+
/**
|
|
32638
|
+
* @description Operation is the id of the operation whose presence gates this need: it must
|
|
32639
|
+
* be available on the run — present in Inputs or Results — before the need's
|
|
32640
|
+
* Condition is evaluated. It is an operation id, not necessarily a deployed
|
|
32641
|
+
* stage: the most common gate, "classify", is the analysis trigger (it arrives
|
|
32642
|
+
* in Inputs at open), not a stage. Empty means the need is ungated: a check on
|
|
32643
|
+
* the run root itself (device/user/identity, or an input present from open),
|
|
32644
|
+
* evaluated as soon as the run opens with nothing to wait for.
|
|
32645
|
+
*/
|
|
31713
32646
|
operation?: string;
|
|
31714
32647
|
};
|
|
31715
32648
|
"models.StageParam": {
|
|
@@ -32469,6 +33402,14 @@ export interface components {
|
|
|
32469
33402
|
user_id?: string;
|
|
32470
33403
|
username?: string;
|
|
32471
33404
|
};
|
|
33405
|
+
"models.WorkflowDevice": {
|
|
33406
|
+
deviceKey?: string;
|
|
33407
|
+
deviceName?: string;
|
|
33408
|
+
/** @description media VideoProvider: where the media is served from */
|
|
33409
|
+
provider?: string;
|
|
33410
|
+
/** @description media StorageSolution: where the media is stored */
|
|
33411
|
+
storageSolution?: string;
|
|
33412
|
+
};
|
|
32472
33413
|
"models.WorkflowEdge": {
|
|
32473
33414
|
/**
|
|
32474
33415
|
* @description Condition is the structured predicate evaluated against the source stage's
|
|
@@ -32519,6 +33460,131 @@ export interface components {
|
|
|
32519
33460
|
x?: number;
|
|
32520
33461
|
y?: number;
|
|
32521
33462
|
};
|
|
33463
|
+
"models.WorkflowRun": {
|
|
33464
|
+
/**
|
|
33465
|
+
* @description Device identifies the recording the run derives from, with the few fields
|
|
33466
|
+
* vault-override resolution and logging need (device key/name and where the
|
|
33467
|
+
* media is stored/served from). Copied from the recording at hand-off time.
|
|
33468
|
+
* Wire-only.
|
|
33469
|
+
*/
|
|
33470
|
+
device?: components["schemas"]["models.WorkflowDevice"];
|
|
33471
|
+
/**
|
|
33472
|
+
* @description Inputs is the immutable start context the run opens with, keyed by the
|
|
33473
|
+
* upstream operation that produced it (e.g. "classify" → the classification
|
|
33474
|
+
* result). Conditions and stages read upstream context from here; it is set
|
|
33475
|
+
* once by analysis and never mutated by the run. Persisted at open so a run
|
|
33476
|
+
* reloaded mid-flight still sees its start context.
|
|
33477
|
+
*/
|
|
33478
|
+
inputs?: {
|
|
33479
|
+
[key: string]: unknown;
|
|
33480
|
+
};
|
|
33481
|
+
/**
|
|
33482
|
+
* @description Key is the media key the run is about: its natural identity, used to load
|
|
33483
|
+
* or open the run document. Copied from the recording at hand-off time.
|
|
33484
|
+
*/
|
|
33485
|
+
key?: string;
|
|
33486
|
+
/**
|
|
33487
|
+
* @description Operation marks the message's role on the workflows queue (wire-only):
|
|
33488
|
+
* - "event": a fresh run hand-off from analysis. It opens the run and
|
|
33489
|
+
* carries the start context in Inputs (e.g. the classification result).
|
|
33490
|
+
* - any other value (e.g. "anpr"): either the engine dispatching that
|
|
33491
|
+
* stage to its worker (Storage populated), or the worker routing its
|
|
33492
|
+
* result back (Payload or Results populated). These never collide because the
|
|
33493
|
+
* workflows queue only ever carries the "event" open and worker results —
|
|
33494
|
+
* a dispatch goes to the worker's own queue — so the engine never has to
|
|
33495
|
+
* disambiguate a dispatch from a result.
|
|
33496
|
+
*/
|
|
33497
|
+
operation?: string;
|
|
33498
|
+
/**
|
|
33499
|
+
* @description Payload is the raw, typed result body a delegated-ingest stage hands back
|
|
33500
|
+
* for the platform to persist — the single operation in Operation, in its
|
|
33501
|
+
* kind's contract shape (e.g. a detection-run body). It is the channel the
|
|
33502
|
+
* shared ingest core reads from, distinct from Results:
|
|
33503
|
+
*
|
|
33504
|
+
* - Results is the multi-operation, decoded routing/state ledger the
|
|
33505
|
+
* condition matcher reads and the run persists.
|
|
33506
|
+
* - Payload is a single stage's raw typed bytes for one ingest hop.
|
|
33507
|
+
*
|
|
33508
|
+
* Lifecycle mirrors Storage and is one-directional (worker → engine):
|
|
33509
|
+
* - A delegated-ingest stage (its WorkflowStage declares an ingest Kind)
|
|
33510
|
+
* sets Payload on its result; the engine routes it through ingest.Ingest
|
|
33511
|
+
* into the stage's platform-owned collection and mirrors its decoded form
|
|
33512
|
+
* into Results so downstream conditions can branch on it. The engine
|
|
33513
|
+
* targets the run's own recording (Key/User/Device), so a payload that
|
|
33514
|
+
* also carries its own recording reference (e.g. a PostDetectionsRequest
|
|
33515
|
+
* mediaKey/analysisId) has that reference ignored on the queue path.
|
|
33516
|
+
* - A self-persisting stage (no Kind) writes its own collection and returns
|
|
33517
|
+
* its routing values in Results instead; Payload is empty.
|
|
33518
|
+
*
|
|
33519
|
+
* `bson:"-"` is load-bearing: the raw body is ingested into its own
|
|
33520
|
+
* collection, never duplicated into the run's persisted state. The engine
|
|
33521
|
+
* never sets it on an outbound dispatch, so it never travels engine → worker.
|
|
33522
|
+
*/
|
|
33523
|
+
payload?: number[];
|
|
33524
|
+
/**
|
|
33525
|
+
* @description RecordingTimestamp is the recording's start time (unix seconds), copied
|
|
33526
|
+
* from the recording at hand-off time. It is denormalised onto any platform
|
|
33527
|
+
* artifact the engine ingests (see Payload) so cleanup expires the artifact
|
|
33528
|
+
* on the recording's retention clock rather than the post time. It is set on
|
|
33529
|
+
* the analysis hand-off and persisted on the run at open; the engine then
|
|
33530
|
+
* reads it from the run document when stamping an ingested artifact. It is
|
|
33531
|
+
* therefore engine-internal — NOT sent on the engine→worker dispatch and not
|
|
33532
|
+
* something a worker has to echo back, so it is not part of the stage
|
|
33533
|
+
* contract.
|
|
33534
|
+
*/
|
|
33535
|
+
recordingTimestamp?: number;
|
|
33536
|
+
/**
|
|
33537
|
+
* @description Results is the run's accumulated stage outputs, keyed by operation. Each
|
|
33538
|
+
* stage worker writes its result under its operation on the way back, and
|
|
33539
|
+
* conditions / downstream stages read upstream outputs from here. It grows
|
|
33540
|
+
* as the run progresses; the engine records each result into it. Together
|
|
33541
|
+
* with Inputs it is the durable condition bag (Results wins on any overlap).
|
|
33542
|
+
*/
|
|
33543
|
+
results?: {
|
|
33544
|
+
[key: string]: unknown;
|
|
33545
|
+
};
|
|
33546
|
+
/**
|
|
33547
|
+
* @description RunId is the run's identifier on the wire (the hex of the document Id). It
|
|
33548
|
+
* is empty on the analysis hand-off — the run is keyed by Key until the
|
|
33549
|
+
* engine opens it — and set on every engine→worker dispatch. The persisted
|
|
33550
|
+
* identity is Id, so RunId itself is wire-only.
|
|
33551
|
+
*/
|
|
33552
|
+
runId?: string;
|
|
33553
|
+
/**
|
|
33554
|
+
* @description Storage carries the credentials a dispatched stage worker needs to fetch
|
|
33555
|
+
* the media (global Kerberos Storage plus any resolved per-recording vault
|
|
33556
|
+
* override). It is populated by the engine only on the engine→worker
|
|
33557
|
+
* dispatch hop and is empty on the analysis hand-off and the worker→engine
|
|
33558
|
+
* result. `bson:"-"` is load-bearing: credentials never sit in the run's
|
|
33559
|
+
* persisted state.
|
|
33560
|
+
*/
|
|
33561
|
+
storage?: components["schemas"]["models.WorkflowStorage"];
|
|
33562
|
+
/** @description TraceId continues the distributed trace across the workflow tail. */
|
|
33563
|
+
traceId?: string;
|
|
33564
|
+
/**
|
|
33565
|
+
* @description User is the curated, secret-free account context a run needs: the
|
|
33566
|
+
* organisation that owns the recording (for logging/scoping) and the account
|
|
33567
|
+
* Storage block used to resolve a per-recording vault override. Copied (and
|
|
33568
|
+
* scrubbed) from the analysis monitor stage — credential/secret fields and the
|
|
33569
|
+
* individual user id never cross the boundary. Wire-only; the persisted scope
|
|
33570
|
+
* is UserId (which holds the organisation id).
|
|
33571
|
+
*/
|
|
33572
|
+
user?: components["schemas"]["models.WorkflowUser"];
|
|
33573
|
+
/**
|
|
33574
|
+
* @description WorkflowId is the id of the Workflow definition (models.Workflow) this run
|
|
33575
|
+
* executes — the authored graph (nodes/edges/trigger) the run is an execution
|
|
33576
|
+
* of, as opposed to the global stage registry. Forward-looking: it is set once
|
|
33577
|
+
* the engine executes Workflow graphs; while the engine is driven by the flat
|
|
33578
|
+
* stage registry it is empty.
|
|
33579
|
+
*/
|
|
33580
|
+
workflowId?: string;
|
|
33581
|
+
/**
|
|
33582
|
+
* @description WorkflowName is the human-readable name of that Workflow, carried so a
|
|
33583
|
+
* dispatch/result is legible in worker context and logs without a lookup.
|
|
33584
|
+
* Populated alongside WorkflowId.
|
|
33585
|
+
*/
|
|
33586
|
+
workflowName?: string;
|
|
33587
|
+
};
|
|
32522
33588
|
"models.WorkflowStage": {
|
|
32523
33589
|
/** @description Description explains what the stage does, for the catalog UI. */
|
|
32524
33590
|
description?: string;
|
|
@@ -32544,24 +33610,60 @@ export interface components {
|
|
|
32544
33610
|
* a single implicit default port.
|
|
32545
33611
|
*/
|
|
32546
33612
|
inputs?: components["schemas"]["models.StagePort"][];
|
|
33613
|
+
/**
|
|
33614
|
+
* @description Kind names the ingest handler the platform routes this stage's typed result
|
|
33615
|
+
* through (e.g. "detection"). When set, the stage is delegated-ingest: its
|
|
33616
|
+
* worker hands the typed result back in WorkflowRun.Payload and the engine
|
|
33617
|
+
* calls the shared ingest core to persist it into the kind's platform-owned
|
|
33618
|
+
* collection (and mirrors the decoded form into the run's Results for
|
|
33619
|
+
* routing). When empty the stage is self-persisting: its worker writes its
|
|
33620
|
+
* own collection and the engine only records the result it returns in
|
|
33621
|
+
* Results. A Kind with no handler registered in the ingest core is treated as
|
|
33622
|
+
* self-persist — the result is recorded, not ingested.
|
|
33623
|
+
*/
|
|
33624
|
+
kind?: string;
|
|
32547
33625
|
/** @description LogLevel is the worker log verbosity (trace | debug | info | warn | error). */
|
|
32548
33626
|
logLevel?: string;
|
|
32549
33627
|
/** @description Name is a human-friendly catalog name shown in the stage library. */
|
|
32550
33628
|
name?: string;
|
|
32551
33629
|
/**
|
|
32552
|
-
* @description Needs lists the
|
|
32553
|
-
*
|
|
32554
|
-
*
|
|
32555
|
-
*
|
|
32556
|
-
*
|
|
32557
|
-
*
|
|
32558
|
-
*
|
|
33630
|
+
* @description Needs lists the dependencies of a conditional stage — its fan-in. It is the
|
|
33631
|
+
* compiled, runtime-authoritative projection of the workflow's incoming edges
|
|
33632
|
+
* (one entry per edge), not an independently editable field. At least one
|
|
33633
|
+
* entry is required when Dispatch is DispatchConditional; ignored otherwise.
|
|
33634
|
+
* The runtime re-evaluates the stage against the run root whenever the run
|
|
33635
|
+
* progresses; each need's Operation gates when its Condition may be read (an
|
|
33636
|
+
* empty Operation is ungated, evaluated at open) and the stage fires for the
|
|
33637
|
+
* first need whose Condition matches (a nil Condition matches unconditionally).
|
|
32559
33638
|
*/
|
|
32560
33639
|
needs?: components["schemas"]["models.StageDependency"][];
|
|
33640
|
+
/**
|
|
33641
|
+
* @description NeedsMode controls how multiple Needs combine into a dispatch decision:
|
|
33642
|
+
* NeedsModeAny (the default) fires the stage as soon as one need is satisfied
|
|
33643
|
+
* (its gate operation available and its condition matching); NeedsModeAll
|
|
33644
|
+
* fires the stage only once every need is satisfied (a join). It is
|
|
33645
|
+
* meaningful only when Dispatch is DispatchConditional and there is more than
|
|
33646
|
+
* one need; with a single need both modes behave identically. Empty defaults
|
|
33647
|
+
* to NeedsModeAny.
|
|
33648
|
+
*/
|
|
33649
|
+
needsMode?: components["schemas"]["models.NeedsMode"];
|
|
32561
33650
|
/**
|
|
32562
33651
|
* @description Operation uniquely identifies the stage and binds its queue, dispatch and
|
|
32563
|
-
* resolution. It is the key
|
|
32564
|
-
*
|
|
33652
|
+
* resolution. It is the key workflow nodes reference, and the key under which
|
|
33653
|
+
* the stage's result is filed in a run's Inputs/Results. Two stages may never
|
|
33654
|
+
* share an operation.
|
|
33655
|
+
*
|
|
33656
|
+
* Stage vs. operation — they are not synonyms:
|
|
33657
|
+
* - a STAGE is this definition: a deployed worker with a queue and a
|
|
33658
|
+
* dispatch rule.
|
|
33659
|
+
* - an OPERATION is the id string. It names this stage, and it is also the
|
|
33660
|
+
* key results are filed under on a run.
|
|
33661
|
+
* Every deployed stage has an operation, but a run's operation keyspace is
|
|
33662
|
+
* wider than its stages: it also includes the trigger analysis hands off
|
|
33663
|
+
* (e.g. "classify"), which seeds Inputs and can gate a need or be read by a
|
|
33664
|
+
* condition, yet is not itself a deployed stage. That is why routing —
|
|
33665
|
+
* Needs/gates, conditions, and the run's dispatched/resolved tiers — is keyed
|
|
33666
|
+
* by operation (the wider id space), while deployment talks in stages.
|
|
32565
33667
|
*/
|
|
32566
33668
|
operation?: string;
|
|
32567
33669
|
outputs?: components["schemas"]["models.StagePort"][];
|
|
@@ -32587,6 +33689,15 @@ export interface components {
|
|
|
32587
33689
|
/** @description Tag is the image tag deployed for the stage. */
|
|
32588
33690
|
tag?: string;
|
|
32589
33691
|
};
|
|
33692
|
+
"models.WorkflowStorage": {
|
|
33693
|
+
accessKey?: string;
|
|
33694
|
+
secret?: string;
|
|
33695
|
+
uri?: string;
|
|
33696
|
+
vaultOverrideAccessKey?: string;
|
|
33697
|
+
vaultOverrideProvider?: string;
|
|
33698
|
+
vaultOverrideSecret?: string;
|
|
33699
|
+
vaultOverrideUri?: string;
|
|
33700
|
+
};
|
|
32590
33701
|
"models.WorkflowTrigger": {
|
|
32591
33702
|
endAt?: string;
|
|
32592
33703
|
/** @description Selection is the set of devices/streams the workflow applies to. */
|
|
@@ -32596,6 +33707,10 @@ export interface components {
|
|
|
32596
33707
|
/** @description Weekdays restricts the workflow to the listed days of week. */
|
|
32597
33708
|
weekdays?: number[];
|
|
32598
33709
|
};
|
|
33710
|
+
"models.WorkflowUser": {
|
|
33711
|
+
organisationId?: string;
|
|
33712
|
+
storage?: components["schemas"]["models.Storage"];
|
|
33713
|
+
};
|
|
32599
33714
|
};
|
|
32600
33715
|
responses: never;
|
|
32601
33716
|
parameters: never;
|
|
@@ -32606,6 +33721,12 @@ export interface components {
|
|
|
32606
33721
|
export type $defs = Record<string, never>;
|
|
32607
33722
|
export type operations = Record<string, never>;
|
|
32608
33723
|
export declare namespace models {
|
|
33724
|
+
type ANPRBox = components['schemas']['models.ANPRBox'];
|
|
33725
|
+
type ANPRCandidate = components['schemas']['models.ANPRCandidate'];
|
|
33726
|
+
type ANPRMedia = components['schemas']['models.ANPRMedia'];
|
|
33727
|
+
type ANPRPlate = components['schemas']['models.ANPRPlate'];
|
|
33728
|
+
type ANPRRun = components['schemas']['models.ANPRRun'];
|
|
33729
|
+
type ANPRSource = components['schemas']['models.ANPRSource'];
|
|
32609
33730
|
type AccessToken = components['schemas']['models.AccessToken'];
|
|
32610
33731
|
type Account = components['schemas']['models.Account'];
|
|
32611
33732
|
type AccountBody = components['schemas']['models.AccountBody'];
|
|
@@ -32854,12 +33975,20 @@ export declare namespace models {
|
|
|
32854
33975
|
type Webhook = components['schemas']['models.Webhook'];
|
|
32855
33976
|
type WeeklySchedule = components['schemas']['models.WeeklySchedule'];
|
|
32856
33977
|
type Workflow = components['schemas']['models.Workflow'];
|
|
33978
|
+
type WorkflowDevice = components['schemas']['models.WorkflowDevice'];
|
|
32857
33979
|
type WorkflowEdge = components['schemas']['models.WorkflowEdge'];
|
|
32858
33980
|
type WorkflowNode = components['schemas']['models.WorkflowNode'];
|
|
33981
|
+
type WorkflowRun = components['schemas']['models.WorkflowRun'];
|
|
32859
33982
|
type WorkflowStage = components['schemas']['models.WorkflowStage'];
|
|
33983
|
+
type WorkflowStorage = components['schemas']['models.WorkflowStorage'];
|
|
32860
33984
|
type WorkflowTrigger = components['schemas']['models.WorkflowTrigger'];
|
|
33985
|
+
type WorkflowUser = components['schemas']['models.WorkflowUser'];
|
|
32861
33986
|
}
|
|
32862
33987
|
export declare namespace api {
|
|
33988
|
+
type ANPRCandidateInput = components['schemas']['api.ANPRCandidateInput'];
|
|
33989
|
+
type ANPRMediaInput = components['schemas']['api.ANPRMediaInput'];
|
|
33990
|
+
type ANPRPlateInput = components['schemas']['api.ANPRPlateInput'];
|
|
33991
|
+
type ANPRRejection = components['schemas']['api.ANPRRejection'];
|
|
32863
33992
|
type AddAccessTokenErrorResponse = components['schemas']['api.AddAccessTokenErrorResponse'];
|
|
32864
33993
|
type AddAccessTokenRequest = components['schemas']['api.AddAccessTokenRequest'];
|
|
32865
33994
|
type AddAccessTokenResponse = components['schemas']['api.AddAccessTokenResponse'];
|
|
@@ -33149,6 +34278,10 @@ export declare namespace api {
|
|
|
33149
34278
|
type PatchVideowallRequest = components['schemas']['api.PatchVideowallRequest'];
|
|
33150
34279
|
type PatchVideowallResponse = components['schemas']['api.PatchVideowallResponse'];
|
|
33151
34280
|
type PatchVideowallSuccessResponse = components['schemas']['api.PatchVideowallSuccessResponse'];
|
|
34281
|
+
type PostANPRErrorResponse = components['schemas']['api.PostANPRErrorResponse'];
|
|
34282
|
+
type PostANPRRequest = components['schemas']['api.PostANPRRequest'];
|
|
34283
|
+
type PostANPRResponse = components['schemas']['api.PostANPRResponse'];
|
|
34284
|
+
type PostANPRSuccessResponse = components['schemas']['api.PostANPRSuccessResponse'];
|
|
33152
34285
|
type PostDetectionsErrorResponse = components['schemas']['api.PostDetectionsErrorResponse'];
|
|
33153
34286
|
type PostDetectionsRequest = components['schemas']['api.PostDetectionsRequest'];
|
|
33154
34287
|
type PostDetectionsResponse = components['schemas']['api.PostDetectionsResponse'];
|