@ndla/types-backend 1.0.107 → 1.0.109
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/build/article-api.d.ts +42 -18
- package/build/audio-api.d.ts +190 -38
- package/build/concept-api.d.ts +36 -28
- package/build/draft-api.d.ts +112 -56
- package/build/frontpage-api.d.ts +54 -22
- package/build/image-api.d.ts +76 -44
- package/build/learningpath-api.d.ts +125 -53
- package/build/myndla-api.d.ts +97 -97
- package/build/oembed-proxy.d.ts +3 -3
- package/build/search-api.d.ts +16 -16
- package/package.json +1 -1
package/build/article-api.d.ts
CHANGED
|
@@ -262,7 +262,7 @@ export type components = {
|
|
|
262
262
|
*/
|
|
263
263
|
ArticleRevisionHistoryDTO: {
|
|
264
264
|
/** @description The revisions of an article, with the latest revision being the first in the list */
|
|
265
|
-
|
|
265
|
+
revisions: components["schemas"]["ArticleV2DTO"][];
|
|
266
266
|
};
|
|
267
267
|
/**
|
|
268
268
|
* ArticleSearchParamsDTO
|
|
@@ -703,12 +703,12 @@ export interface operations {
|
|
|
703
703
|
"application/json": components["schemas"]["AllErrors"];
|
|
704
704
|
};
|
|
705
705
|
};
|
|
706
|
-
|
|
706
|
+
default: {
|
|
707
707
|
headers: {
|
|
708
708
|
[name: string]: unknown;
|
|
709
709
|
};
|
|
710
710
|
content: {
|
|
711
|
-
"application/json": components["schemas"]["
|
|
711
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
712
712
|
};
|
|
713
713
|
};
|
|
714
714
|
};
|
|
@@ -757,12 +757,12 @@ export interface operations {
|
|
|
757
757
|
"application/json": components["schemas"]["AllErrors"];
|
|
758
758
|
};
|
|
759
759
|
};
|
|
760
|
-
|
|
760
|
+
default: {
|
|
761
761
|
headers: {
|
|
762
762
|
[name: string]: unknown;
|
|
763
763
|
};
|
|
764
764
|
content: {
|
|
765
|
-
"application/json": components["schemas"]["
|
|
765
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
766
766
|
};
|
|
767
767
|
};
|
|
768
768
|
};
|
|
@@ -811,12 +811,12 @@ export interface operations {
|
|
|
811
811
|
"application/json": components["schemas"]["AllErrors"];
|
|
812
812
|
};
|
|
813
813
|
};
|
|
814
|
-
|
|
814
|
+
default: {
|
|
815
815
|
headers: {
|
|
816
816
|
[name: string]: unknown;
|
|
817
817
|
};
|
|
818
818
|
content: {
|
|
819
|
-
"application/json": components["schemas"]["
|
|
819
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
820
820
|
};
|
|
821
821
|
};
|
|
822
822
|
};
|
|
@@ -888,12 +888,12 @@ export interface operations {
|
|
|
888
888
|
"application/json": components["schemas"]["AllErrors"];
|
|
889
889
|
};
|
|
890
890
|
};
|
|
891
|
-
|
|
891
|
+
default: {
|
|
892
892
|
headers: {
|
|
893
893
|
[name: string]: unknown;
|
|
894
894
|
};
|
|
895
895
|
content: {
|
|
896
|
-
"application/json": components["schemas"]["
|
|
896
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
897
897
|
};
|
|
898
898
|
};
|
|
899
899
|
};
|
|
@@ -963,12 +963,12 @@ export interface operations {
|
|
|
963
963
|
"application/json": components["schemas"]["AllErrors"];
|
|
964
964
|
};
|
|
965
965
|
};
|
|
966
|
-
|
|
966
|
+
default: {
|
|
967
967
|
headers: {
|
|
968
968
|
[name: string]: unknown;
|
|
969
969
|
};
|
|
970
970
|
content: {
|
|
971
|
-
"application/json": components["schemas"]["
|
|
971
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
972
972
|
};
|
|
973
973
|
};
|
|
974
974
|
};
|
|
@@ -1010,12 +1010,12 @@ export interface operations {
|
|
|
1010
1010
|
"application/json": components["schemas"]["AllErrors"];
|
|
1011
1011
|
};
|
|
1012
1012
|
};
|
|
1013
|
-
|
|
1013
|
+
default: {
|
|
1014
1014
|
headers: {
|
|
1015
1015
|
[name: string]: unknown;
|
|
1016
1016
|
};
|
|
1017
1017
|
content: {
|
|
1018
|
-
"application/json": components["schemas"]["
|
|
1018
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1019
1019
|
};
|
|
1020
1020
|
};
|
|
1021
1021
|
};
|
|
@@ -1061,7 +1061,15 @@ export interface operations {
|
|
|
1061
1061
|
[name: string]: unknown;
|
|
1062
1062
|
};
|
|
1063
1063
|
content: {
|
|
1064
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
1064
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1065
|
+
};
|
|
1066
|
+
};
|
|
1067
|
+
default: {
|
|
1068
|
+
headers: {
|
|
1069
|
+
[name: string]: unknown;
|
|
1070
|
+
};
|
|
1071
|
+
content: {
|
|
1072
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1065
1073
|
};
|
|
1066
1074
|
};
|
|
1067
1075
|
};
|
|
@@ -1107,7 +1115,15 @@ export interface operations {
|
|
|
1107
1115
|
[name: string]: unknown;
|
|
1108
1116
|
};
|
|
1109
1117
|
content: {
|
|
1110
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
1118
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1119
|
+
};
|
|
1120
|
+
};
|
|
1121
|
+
default: {
|
|
1122
|
+
headers: {
|
|
1123
|
+
[name: string]: unknown;
|
|
1124
|
+
};
|
|
1125
|
+
content: {
|
|
1126
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1111
1127
|
};
|
|
1112
1128
|
};
|
|
1113
1129
|
};
|
|
@@ -1153,7 +1169,15 @@ export interface operations {
|
|
|
1153
1169
|
[name: string]: unknown;
|
|
1154
1170
|
};
|
|
1155
1171
|
content: {
|
|
1156
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
1172
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1173
|
+
};
|
|
1174
|
+
};
|
|
1175
|
+
default: {
|
|
1176
|
+
headers: {
|
|
1177
|
+
[name: string]: unknown;
|
|
1178
|
+
};
|
|
1179
|
+
content: {
|
|
1180
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1157
1181
|
};
|
|
1158
1182
|
};
|
|
1159
1183
|
};
|
|
@@ -1199,12 +1223,12 @@ export interface operations {
|
|
|
1199
1223
|
"application/json": components["schemas"]["AllErrors"];
|
|
1200
1224
|
};
|
|
1201
1225
|
};
|
|
1202
|
-
|
|
1226
|
+
default: {
|
|
1203
1227
|
headers: {
|
|
1204
1228
|
[name: string]: unknown;
|
|
1205
1229
|
};
|
|
1206
1230
|
content: {
|
|
1207
|
-
"application/json": components["schemas"]["
|
|
1231
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1208
1232
|
};
|
|
1209
1233
|
};
|
|
1210
1234
|
};
|
package/build/audio-api.d.ts
CHANGED
|
@@ -971,12 +971,12 @@ export interface operations {
|
|
|
971
971
|
"application/json": components["schemas"]["AllErrors"];
|
|
972
972
|
};
|
|
973
973
|
};
|
|
974
|
-
|
|
974
|
+
default: {
|
|
975
975
|
headers: {
|
|
976
976
|
[name: string]: unknown;
|
|
977
977
|
};
|
|
978
978
|
content: {
|
|
979
|
-
"application/json": components["schemas"]["
|
|
979
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
};
|
|
@@ -1042,12 +1042,12 @@ export interface operations {
|
|
|
1042
1042
|
"application/json": components["schemas"]["AllErrors"];
|
|
1043
1043
|
};
|
|
1044
1044
|
};
|
|
1045
|
-
|
|
1045
|
+
default: {
|
|
1046
1046
|
headers: {
|
|
1047
1047
|
[name: string]: unknown;
|
|
1048
1048
|
};
|
|
1049
1049
|
content: {
|
|
1050
|
-
"application/json": components["schemas"]["
|
|
1050
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1051
1051
|
};
|
|
1052
1052
|
};
|
|
1053
1053
|
};
|
|
@@ -1090,12 +1090,12 @@ export interface operations {
|
|
|
1090
1090
|
"application/json": components["schemas"]["AllErrors"];
|
|
1091
1091
|
};
|
|
1092
1092
|
};
|
|
1093
|
-
|
|
1093
|
+
default: {
|
|
1094
1094
|
headers: {
|
|
1095
1095
|
[name: string]: unknown;
|
|
1096
1096
|
};
|
|
1097
1097
|
content: {
|
|
1098
|
-
"application/json": components["schemas"]["
|
|
1098
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1099
1099
|
};
|
|
1100
1100
|
};
|
|
1101
1101
|
};
|
|
@@ -1138,12 +1138,12 @@ export interface operations {
|
|
|
1138
1138
|
"application/json": components["schemas"]["AllErrors"];
|
|
1139
1139
|
};
|
|
1140
1140
|
};
|
|
1141
|
-
|
|
1141
|
+
default: {
|
|
1142
1142
|
headers: {
|
|
1143
1143
|
[name: string]: unknown;
|
|
1144
1144
|
};
|
|
1145
1145
|
content: {
|
|
1146
|
-
"application/json": components["schemas"]["
|
|
1146
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1147
1147
|
};
|
|
1148
1148
|
};
|
|
1149
1149
|
};
|
|
@@ -1190,12 +1190,12 @@ export interface operations {
|
|
|
1190
1190
|
"application/json": components["schemas"]["AllErrors"];
|
|
1191
1191
|
};
|
|
1192
1192
|
};
|
|
1193
|
-
|
|
1193
|
+
default: {
|
|
1194
1194
|
headers: {
|
|
1195
1195
|
[name: string]: unknown;
|
|
1196
1196
|
};
|
|
1197
1197
|
content: {
|
|
1198
|
-
"application/json": components["schemas"]["
|
|
1198
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1199
1199
|
};
|
|
1200
1200
|
};
|
|
1201
1201
|
};
|
|
@@ -1239,12 +1239,12 @@ export interface operations {
|
|
|
1239
1239
|
"application/json": components["schemas"]["AllErrors"];
|
|
1240
1240
|
};
|
|
1241
1241
|
};
|
|
1242
|
-
|
|
1242
|
+
default: {
|
|
1243
1243
|
headers: {
|
|
1244
1244
|
[name: string]: unknown;
|
|
1245
1245
|
};
|
|
1246
1246
|
content: {
|
|
1247
|
-
"application/json": components["schemas"]["
|
|
1247
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1248
1248
|
};
|
|
1249
1249
|
};
|
|
1250
1250
|
};
|
|
@@ -1313,12 +1313,12 @@ export interface operations {
|
|
|
1313
1313
|
"application/json": components["schemas"]["AllErrors"];
|
|
1314
1314
|
};
|
|
1315
1315
|
};
|
|
1316
|
-
|
|
1316
|
+
default: {
|
|
1317
1317
|
headers: {
|
|
1318
1318
|
[name: string]: unknown;
|
|
1319
1319
|
};
|
|
1320
1320
|
content: {
|
|
1321
|
-
"application/json": components["schemas"]["
|
|
1321
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1322
1322
|
};
|
|
1323
1323
|
};
|
|
1324
1324
|
};
|
|
@@ -1373,12 +1373,12 @@ export interface operations {
|
|
|
1373
1373
|
"application/json": components["schemas"]["AllErrors"];
|
|
1374
1374
|
};
|
|
1375
1375
|
};
|
|
1376
|
-
|
|
1376
|
+
default: {
|
|
1377
1377
|
headers: {
|
|
1378
1378
|
[name: string]: unknown;
|
|
1379
1379
|
};
|
|
1380
1380
|
content: {
|
|
1381
|
-
"application/json": components["schemas"]["
|
|
1381
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1382
1382
|
};
|
|
1383
1383
|
};
|
|
1384
1384
|
};
|
|
@@ -1443,12 +1443,12 @@ export interface operations {
|
|
|
1443
1443
|
"application/json": components["schemas"]["AllErrors"];
|
|
1444
1444
|
};
|
|
1445
1445
|
};
|
|
1446
|
-
|
|
1446
|
+
default: {
|
|
1447
1447
|
headers: {
|
|
1448
1448
|
[name: string]: unknown;
|
|
1449
1449
|
};
|
|
1450
1450
|
content: {
|
|
1451
|
-
"application/json": components["schemas"]["
|
|
1451
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1452
1452
|
};
|
|
1453
1453
|
};
|
|
1454
1454
|
};
|
|
@@ -1511,12 +1511,12 @@ export interface operations {
|
|
|
1511
1511
|
"application/json": components["schemas"]["AllErrors"];
|
|
1512
1512
|
};
|
|
1513
1513
|
};
|
|
1514
|
-
|
|
1514
|
+
default: {
|
|
1515
1515
|
headers: {
|
|
1516
1516
|
[name: string]: unknown;
|
|
1517
1517
|
};
|
|
1518
1518
|
content: {
|
|
1519
|
-
"application/json": components["schemas"]["
|
|
1519
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1520
1520
|
};
|
|
1521
1521
|
};
|
|
1522
1522
|
};
|
|
@@ -1574,12 +1574,12 @@ export interface operations {
|
|
|
1574
1574
|
"application/json": components["schemas"]["AllErrors"];
|
|
1575
1575
|
};
|
|
1576
1576
|
};
|
|
1577
|
-
|
|
1577
|
+
default: {
|
|
1578
1578
|
headers: {
|
|
1579
1579
|
[name: string]: unknown;
|
|
1580
1580
|
};
|
|
1581
1581
|
content: {
|
|
1582
|
-
"application/json": components["schemas"]["
|
|
1582
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1583
1583
|
};
|
|
1584
1584
|
};
|
|
1585
1585
|
};
|
|
@@ -1622,12 +1622,12 @@ export interface operations {
|
|
|
1622
1622
|
"application/json": components["schemas"]["AllErrors"];
|
|
1623
1623
|
};
|
|
1624
1624
|
};
|
|
1625
|
-
|
|
1625
|
+
default: {
|
|
1626
1626
|
headers: {
|
|
1627
1627
|
[name: string]: unknown;
|
|
1628
1628
|
};
|
|
1629
1629
|
content: {
|
|
1630
|
-
"application/json": components["schemas"]["
|
|
1630
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1631
1631
|
};
|
|
1632
1632
|
};
|
|
1633
1633
|
};
|
|
@@ -1671,12 +1671,12 @@ export interface operations {
|
|
|
1671
1671
|
"application/json": components["schemas"]["AllErrors"];
|
|
1672
1672
|
};
|
|
1673
1673
|
};
|
|
1674
|
-
|
|
1674
|
+
default: {
|
|
1675
1675
|
headers: {
|
|
1676
1676
|
[name: string]: unknown;
|
|
1677
1677
|
};
|
|
1678
1678
|
content: {
|
|
1679
|
-
"application/json": components["schemas"]["
|
|
1679
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1680
1680
|
};
|
|
1681
1681
|
};
|
|
1682
1682
|
};
|
|
@@ -1737,12 +1737,12 @@ export interface operations {
|
|
|
1737
1737
|
"application/json": components["schemas"]["AllErrors"];
|
|
1738
1738
|
};
|
|
1739
1739
|
};
|
|
1740
|
-
|
|
1740
|
+
default: {
|
|
1741
1741
|
headers: {
|
|
1742
1742
|
[name: string]: unknown;
|
|
1743
1743
|
};
|
|
1744
1744
|
content: {
|
|
1745
|
-
"application/json": components["schemas"]["
|
|
1745
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1746
1746
|
};
|
|
1747
1747
|
};
|
|
1748
1748
|
};
|
|
@@ -1773,6 +1773,14 @@ export interface operations {
|
|
|
1773
1773
|
"application/json": components["schemas"]["AllErrors"];
|
|
1774
1774
|
};
|
|
1775
1775
|
};
|
|
1776
|
+
401: {
|
|
1777
|
+
headers: {
|
|
1778
|
+
[name: string]: unknown;
|
|
1779
|
+
};
|
|
1780
|
+
content: {
|
|
1781
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1782
|
+
};
|
|
1783
|
+
};
|
|
1776
1784
|
403: {
|
|
1777
1785
|
headers: {
|
|
1778
1786
|
[name: string]: unknown;
|
|
@@ -1789,12 +1797,12 @@ export interface operations {
|
|
|
1789
1797
|
"application/json": components["schemas"]["AllErrors"];
|
|
1790
1798
|
};
|
|
1791
1799
|
};
|
|
1792
|
-
|
|
1800
|
+
default: {
|
|
1793
1801
|
headers: {
|
|
1794
1802
|
[name: string]: unknown;
|
|
1795
1803
|
};
|
|
1796
1804
|
content: {
|
|
1797
|
-
"application/json": components["schemas"]["
|
|
1805
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1798
1806
|
};
|
|
1799
1807
|
};
|
|
1800
1808
|
};
|
|
@@ -1859,12 +1867,12 @@ export interface operations {
|
|
|
1859
1867
|
"application/json": components["schemas"]["AllErrors"];
|
|
1860
1868
|
};
|
|
1861
1869
|
};
|
|
1862
|
-
|
|
1870
|
+
default: {
|
|
1863
1871
|
headers: {
|
|
1864
1872
|
[name: string]: unknown;
|
|
1865
1873
|
};
|
|
1866
1874
|
content: {
|
|
1867
|
-
"application/json": components["schemas"]["
|
|
1875
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1868
1876
|
};
|
|
1869
1877
|
};
|
|
1870
1878
|
};
|
|
@@ -1897,6 +1905,22 @@ export interface operations {
|
|
|
1897
1905
|
"application/json": components["schemas"]["AllErrors"];
|
|
1898
1906
|
};
|
|
1899
1907
|
};
|
|
1908
|
+
401: {
|
|
1909
|
+
headers: {
|
|
1910
|
+
[name: string]: unknown;
|
|
1911
|
+
};
|
|
1912
|
+
content: {
|
|
1913
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1914
|
+
};
|
|
1915
|
+
};
|
|
1916
|
+
403: {
|
|
1917
|
+
headers: {
|
|
1918
|
+
[name: string]: unknown;
|
|
1919
|
+
};
|
|
1920
|
+
content: {
|
|
1921
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1922
|
+
};
|
|
1923
|
+
};
|
|
1900
1924
|
404: {
|
|
1901
1925
|
headers: {
|
|
1902
1926
|
[name: string]: unknown;
|
|
@@ -1910,7 +1934,15 @@ export interface operations {
|
|
|
1910
1934
|
[name: string]: unknown;
|
|
1911
1935
|
};
|
|
1912
1936
|
content: {
|
|
1913
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
1937
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1938
|
+
};
|
|
1939
|
+
};
|
|
1940
|
+
default: {
|
|
1941
|
+
headers: {
|
|
1942
|
+
[name: string]: unknown;
|
|
1943
|
+
};
|
|
1944
|
+
content: {
|
|
1945
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1914
1946
|
};
|
|
1915
1947
|
};
|
|
1916
1948
|
};
|
|
@@ -1943,6 +1975,22 @@ export interface operations {
|
|
|
1943
1975
|
"application/json": components["schemas"]["AllErrors"];
|
|
1944
1976
|
};
|
|
1945
1977
|
};
|
|
1978
|
+
401: {
|
|
1979
|
+
headers: {
|
|
1980
|
+
[name: string]: unknown;
|
|
1981
|
+
};
|
|
1982
|
+
content: {
|
|
1983
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1984
|
+
};
|
|
1985
|
+
};
|
|
1986
|
+
403: {
|
|
1987
|
+
headers: {
|
|
1988
|
+
[name: string]: unknown;
|
|
1989
|
+
};
|
|
1990
|
+
content: {
|
|
1991
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1946
1994
|
404: {
|
|
1947
1995
|
headers: {
|
|
1948
1996
|
[name: string]: unknown;
|
|
@@ -1956,7 +2004,15 @@ export interface operations {
|
|
|
1956
2004
|
[name: string]: unknown;
|
|
1957
2005
|
};
|
|
1958
2006
|
content: {
|
|
1959
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
2007
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2008
|
+
};
|
|
2009
|
+
};
|
|
2010
|
+
default: {
|
|
2011
|
+
headers: {
|
|
2012
|
+
[name: string]: unknown;
|
|
2013
|
+
};
|
|
2014
|
+
content: {
|
|
2015
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1960
2016
|
};
|
|
1961
2017
|
};
|
|
1962
2018
|
};
|
|
@@ -1991,6 +2047,22 @@ export interface operations {
|
|
|
1991
2047
|
"application/json": components["schemas"]["AllErrors"];
|
|
1992
2048
|
};
|
|
1993
2049
|
};
|
|
2050
|
+
401: {
|
|
2051
|
+
headers: {
|
|
2052
|
+
[name: string]: unknown;
|
|
2053
|
+
};
|
|
2054
|
+
content: {
|
|
2055
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2056
|
+
};
|
|
2057
|
+
};
|
|
2058
|
+
403: {
|
|
2059
|
+
headers: {
|
|
2060
|
+
[name: string]: unknown;
|
|
2061
|
+
};
|
|
2062
|
+
content: {
|
|
2063
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2064
|
+
};
|
|
2065
|
+
};
|
|
1994
2066
|
404: {
|
|
1995
2067
|
headers: {
|
|
1996
2068
|
[name: string]: unknown;
|
|
@@ -2012,7 +2084,15 @@ export interface operations {
|
|
|
2012
2084
|
[name: string]: unknown;
|
|
2013
2085
|
};
|
|
2014
2086
|
content: {
|
|
2015
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
2087
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2088
|
+
};
|
|
2089
|
+
};
|
|
2090
|
+
default: {
|
|
2091
|
+
headers: {
|
|
2092
|
+
[name: string]: unknown;
|
|
2093
|
+
};
|
|
2094
|
+
content: {
|
|
2095
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2016
2096
|
};
|
|
2017
2097
|
};
|
|
2018
2098
|
};
|
|
@@ -2048,6 +2128,22 @@ export interface operations {
|
|
|
2048
2128
|
"application/json": components["schemas"]["AllErrors"];
|
|
2049
2129
|
};
|
|
2050
2130
|
};
|
|
2131
|
+
401: {
|
|
2132
|
+
headers: {
|
|
2133
|
+
[name: string]: unknown;
|
|
2134
|
+
};
|
|
2135
|
+
content: {
|
|
2136
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2137
|
+
};
|
|
2138
|
+
};
|
|
2139
|
+
403: {
|
|
2140
|
+
headers: {
|
|
2141
|
+
[name: string]: unknown;
|
|
2142
|
+
};
|
|
2143
|
+
content: {
|
|
2144
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2145
|
+
};
|
|
2146
|
+
};
|
|
2051
2147
|
404: {
|
|
2052
2148
|
headers: {
|
|
2053
2149
|
[name: string]: unknown;
|
|
@@ -2061,7 +2157,15 @@ export interface operations {
|
|
|
2061
2157
|
[name: string]: unknown;
|
|
2062
2158
|
};
|
|
2063
2159
|
content: {
|
|
2064
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
2160
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2161
|
+
};
|
|
2162
|
+
};
|
|
2163
|
+
default: {
|
|
2164
|
+
headers: {
|
|
2165
|
+
[name: string]: unknown;
|
|
2166
|
+
};
|
|
2167
|
+
content: {
|
|
2168
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2065
2169
|
};
|
|
2066
2170
|
};
|
|
2067
2171
|
};
|
|
@@ -2101,6 +2205,22 @@ export interface operations {
|
|
|
2101
2205
|
"application/json": components["schemas"]["AllErrors"];
|
|
2102
2206
|
};
|
|
2103
2207
|
};
|
|
2208
|
+
401: {
|
|
2209
|
+
headers: {
|
|
2210
|
+
[name: string]: unknown;
|
|
2211
|
+
};
|
|
2212
|
+
content: {
|
|
2213
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2214
|
+
};
|
|
2215
|
+
};
|
|
2216
|
+
403: {
|
|
2217
|
+
headers: {
|
|
2218
|
+
[name: string]: unknown;
|
|
2219
|
+
};
|
|
2220
|
+
content: {
|
|
2221
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2222
|
+
};
|
|
2223
|
+
};
|
|
2104
2224
|
404: {
|
|
2105
2225
|
headers: {
|
|
2106
2226
|
[name: string]: unknown;
|
|
@@ -2114,7 +2234,15 @@ export interface operations {
|
|
|
2114
2234
|
[name: string]: unknown;
|
|
2115
2235
|
};
|
|
2116
2236
|
content: {
|
|
2117
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
2237
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2238
|
+
};
|
|
2239
|
+
};
|
|
2240
|
+
default: {
|
|
2241
|
+
headers: {
|
|
2242
|
+
[name: string]: unknown;
|
|
2243
|
+
};
|
|
2244
|
+
content: {
|
|
2245
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2118
2246
|
};
|
|
2119
2247
|
};
|
|
2120
2248
|
};
|
|
@@ -2149,6 +2277,22 @@ export interface operations {
|
|
|
2149
2277
|
"application/json": components["schemas"]["AllErrors"];
|
|
2150
2278
|
};
|
|
2151
2279
|
};
|
|
2280
|
+
401: {
|
|
2281
|
+
headers: {
|
|
2282
|
+
[name: string]: unknown;
|
|
2283
|
+
};
|
|
2284
|
+
content: {
|
|
2285
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2286
|
+
};
|
|
2287
|
+
};
|
|
2288
|
+
403: {
|
|
2289
|
+
headers: {
|
|
2290
|
+
[name: string]: unknown;
|
|
2291
|
+
};
|
|
2292
|
+
content: {
|
|
2293
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2294
|
+
};
|
|
2295
|
+
};
|
|
2152
2296
|
404: {
|
|
2153
2297
|
headers: {
|
|
2154
2298
|
[name: string]: unknown;
|
|
@@ -2170,7 +2314,15 @@ export interface operations {
|
|
|
2170
2314
|
[name: string]: unknown;
|
|
2171
2315
|
};
|
|
2172
2316
|
content: {
|
|
2173
|
-
"application/json": components["schemas"]["AllErrors"]
|
|
2317
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2318
|
+
};
|
|
2319
|
+
};
|
|
2320
|
+
default: {
|
|
2321
|
+
headers: {
|
|
2322
|
+
[name: string]: unknown;
|
|
2323
|
+
};
|
|
2324
|
+
content: {
|
|
2325
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2174
2326
|
};
|
|
2175
2327
|
};
|
|
2176
2328
|
};
|