@ndla/types-backend 1.0.106 → 1.0.108
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 +119 -15
- package/build/audio-api.d.ts +190 -38
- package/build/concept-api.d.ts +52 -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/frontpage-api.d.ts
CHANGED
|
@@ -430,12 +430,12 @@ export interface operations {
|
|
|
430
430
|
"application/json": components["schemas"]["AllErrors"];
|
|
431
431
|
};
|
|
432
432
|
};
|
|
433
|
-
|
|
433
|
+
default: {
|
|
434
434
|
headers: {
|
|
435
435
|
[name: string]: unknown;
|
|
436
436
|
};
|
|
437
437
|
content: {
|
|
438
|
-
"application/json": components["schemas"]["
|
|
438
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
439
439
|
};
|
|
440
440
|
};
|
|
441
441
|
};
|
|
@@ -469,6 +469,22 @@ export interface operations {
|
|
|
469
469
|
"application/json": components["schemas"]["AllErrors"];
|
|
470
470
|
};
|
|
471
471
|
};
|
|
472
|
+
401: {
|
|
473
|
+
headers: {
|
|
474
|
+
[name: string]: unknown;
|
|
475
|
+
};
|
|
476
|
+
content: {
|
|
477
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
478
|
+
};
|
|
479
|
+
};
|
|
480
|
+
403: {
|
|
481
|
+
headers: {
|
|
482
|
+
[name: string]: unknown;
|
|
483
|
+
};
|
|
484
|
+
content: {
|
|
485
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
486
|
+
};
|
|
487
|
+
};
|
|
472
488
|
404: {
|
|
473
489
|
headers: {
|
|
474
490
|
[name: string]: unknown;
|
|
@@ -477,12 +493,12 @@ export interface operations {
|
|
|
477
493
|
"application/json": components["schemas"]["AllErrors"];
|
|
478
494
|
};
|
|
479
495
|
};
|
|
480
|
-
|
|
496
|
+
default: {
|
|
481
497
|
headers: {
|
|
482
498
|
[name: string]: unknown;
|
|
483
499
|
};
|
|
484
500
|
content: {
|
|
485
|
-
"application/json": components["schemas"]["
|
|
501
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
486
502
|
};
|
|
487
503
|
};
|
|
488
504
|
};
|
|
@@ -531,12 +547,12 @@ export interface operations {
|
|
|
531
547
|
"application/json": components["schemas"]["AllErrors"];
|
|
532
548
|
};
|
|
533
549
|
};
|
|
534
|
-
|
|
550
|
+
default: {
|
|
535
551
|
headers: {
|
|
536
552
|
[name: string]: unknown;
|
|
537
553
|
};
|
|
538
554
|
content: {
|
|
539
|
-
"application/json": components["schemas"]["
|
|
555
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
540
556
|
};
|
|
541
557
|
};
|
|
542
558
|
};
|
|
@@ -582,12 +598,12 @@ export interface operations {
|
|
|
582
598
|
"application/json": components["schemas"]["AllErrors"];
|
|
583
599
|
};
|
|
584
600
|
};
|
|
585
|
-
|
|
601
|
+
default: {
|
|
586
602
|
headers: {
|
|
587
603
|
[name: string]: unknown;
|
|
588
604
|
};
|
|
589
605
|
content: {
|
|
590
|
-
"application/json": components["schemas"]["
|
|
606
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
591
607
|
};
|
|
592
608
|
};
|
|
593
609
|
};
|
|
@@ -629,6 +645,22 @@ export interface operations {
|
|
|
629
645
|
"application/json": components["schemas"]["AllErrors"];
|
|
630
646
|
};
|
|
631
647
|
};
|
|
648
|
+
401: {
|
|
649
|
+
headers: {
|
|
650
|
+
[name: string]: unknown;
|
|
651
|
+
};
|
|
652
|
+
content: {
|
|
653
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
403: {
|
|
657
|
+
headers: {
|
|
658
|
+
[name: string]: unknown;
|
|
659
|
+
};
|
|
660
|
+
content: {
|
|
661
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
662
|
+
};
|
|
663
|
+
};
|
|
632
664
|
404: {
|
|
633
665
|
headers: {
|
|
634
666
|
[name: string]: unknown;
|
|
@@ -637,12 +669,12 @@ export interface operations {
|
|
|
637
669
|
"application/json": components["schemas"]["AllErrors"];
|
|
638
670
|
};
|
|
639
671
|
};
|
|
640
|
-
|
|
672
|
+
default: {
|
|
641
673
|
headers: {
|
|
642
674
|
[name: string]: unknown;
|
|
643
675
|
};
|
|
644
676
|
content: {
|
|
645
|
-
"application/json": components["schemas"]["
|
|
677
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
646
678
|
};
|
|
647
679
|
};
|
|
648
680
|
};
|
|
@@ -701,12 +733,12 @@ export interface operations {
|
|
|
701
733
|
"application/json": components["schemas"]["AllErrors"];
|
|
702
734
|
};
|
|
703
735
|
};
|
|
704
|
-
|
|
736
|
+
default: {
|
|
705
737
|
headers: {
|
|
706
738
|
[name: string]: unknown;
|
|
707
739
|
};
|
|
708
740
|
content: {
|
|
709
|
-
"application/json": components["schemas"]["
|
|
741
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
710
742
|
};
|
|
711
743
|
};
|
|
712
744
|
};
|
|
@@ -744,12 +776,12 @@ export interface operations {
|
|
|
744
776
|
"application/json": components["schemas"]["AllErrors"];
|
|
745
777
|
};
|
|
746
778
|
};
|
|
747
|
-
|
|
779
|
+
default: {
|
|
748
780
|
headers: {
|
|
749
781
|
[name: string]: unknown;
|
|
750
782
|
};
|
|
751
783
|
content: {
|
|
752
|
-
"application/json": components["schemas"]["
|
|
784
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
753
785
|
};
|
|
754
786
|
};
|
|
755
787
|
};
|
|
@@ -807,12 +839,12 @@ export interface operations {
|
|
|
807
839
|
"application/json": components["schemas"]["AllErrors"];
|
|
808
840
|
};
|
|
809
841
|
};
|
|
810
|
-
|
|
842
|
+
default: {
|
|
811
843
|
headers: {
|
|
812
844
|
[name: string]: unknown;
|
|
813
845
|
};
|
|
814
846
|
content: {
|
|
815
|
-
"application/json": components["schemas"]["
|
|
847
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
816
848
|
};
|
|
817
849
|
};
|
|
818
850
|
};
|
|
@@ -852,12 +884,12 @@ export interface operations {
|
|
|
852
884
|
"application/json": components["schemas"]["AllErrors"];
|
|
853
885
|
};
|
|
854
886
|
};
|
|
855
|
-
|
|
887
|
+
default: {
|
|
856
888
|
headers: {
|
|
857
889
|
[name: string]: unknown;
|
|
858
890
|
};
|
|
859
891
|
content: {
|
|
860
|
-
"application/json": components["schemas"]["
|
|
892
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
861
893
|
};
|
|
862
894
|
};
|
|
863
895
|
};
|
|
@@ -923,12 +955,12 @@ export interface operations {
|
|
|
923
955
|
"application/json": components["schemas"]["AllErrors"];
|
|
924
956
|
};
|
|
925
957
|
};
|
|
926
|
-
|
|
958
|
+
default: {
|
|
927
959
|
headers: {
|
|
928
960
|
[name: string]: unknown;
|
|
929
961
|
};
|
|
930
962
|
content: {
|
|
931
|
-
"application/json": components["schemas"]["
|
|
963
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
932
964
|
};
|
|
933
965
|
};
|
|
934
966
|
};
|
|
@@ -985,12 +1017,12 @@ export interface operations {
|
|
|
985
1017
|
"application/json": components["schemas"]["AllErrors"];
|
|
986
1018
|
};
|
|
987
1019
|
};
|
|
988
|
-
|
|
1020
|
+
default: {
|
|
989
1021
|
headers: {
|
|
990
1022
|
[name: string]: unknown;
|
|
991
1023
|
};
|
|
992
1024
|
content: {
|
|
993
|
-
"application/json": components["schemas"]["
|
|
1025
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
994
1026
|
};
|
|
995
1027
|
};
|
|
996
1028
|
};
|
package/build/image-api.d.ts
CHANGED
|
@@ -1001,12 +1001,12 @@ export interface operations {
|
|
|
1001
1001
|
"application/json": components["schemas"]["AllErrors"];
|
|
1002
1002
|
};
|
|
1003
1003
|
};
|
|
1004
|
-
|
|
1004
|
+
default: {
|
|
1005
1005
|
headers: {
|
|
1006
1006
|
[name: string]: unknown;
|
|
1007
1007
|
};
|
|
1008
1008
|
content: {
|
|
1009
|
-
"application/json": components["schemas"]["
|
|
1009
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1010
1010
|
};
|
|
1011
1011
|
};
|
|
1012
1012
|
};
|
|
@@ -1072,12 +1072,12 @@ export interface operations {
|
|
|
1072
1072
|
"application/json": components["schemas"]["AllErrors"];
|
|
1073
1073
|
};
|
|
1074
1074
|
};
|
|
1075
|
-
|
|
1075
|
+
default: {
|
|
1076
1076
|
headers: {
|
|
1077
1077
|
[name: string]: unknown;
|
|
1078
1078
|
};
|
|
1079
1079
|
content: {
|
|
1080
|
-
"application/json": components["schemas"]["
|
|
1080
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1081
1081
|
};
|
|
1082
1082
|
};
|
|
1083
1083
|
};
|
|
@@ -1146,12 +1146,12 @@ export interface operations {
|
|
|
1146
1146
|
"application/json": components["schemas"]["AllErrors"];
|
|
1147
1147
|
};
|
|
1148
1148
|
};
|
|
1149
|
-
|
|
1149
|
+
default: {
|
|
1150
1150
|
headers: {
|
|
1151
1151
|
[name: string]: unknown;
|
|
1152
1152
|
};
|
|
1153
1153
|
content: {
|
|
1154
|
-
"application/json": components["schemas"]["
|
|
1154
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1155
1155
|
};
|
|
1156
1156
|
};
|
|
1157
1157
|
};
|
|
@@ -1193,12 +1193,12 @@ export interface operations {
|
|
|
1193
1193
|
"application/json": components["schemas"]["AllErrors"];
|
|
1194
1194
|
};
|
|
1195
1195
|
};
|
|
1196
|
-
|
|
1196
|
+
default: {
|
|
1197
1197
|
headers: {
|
|
1198
1198
|
[name: string]: unknown;
|
|
1199
1199
|
};
|
|
1200
1200
|
content: {
|
|
1201
|
-
"application/json": components["schemas"]["
|
|
1201
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1202
1202
|
};
|
|
1203
1203
|
};
|
|
1204
1204
|
};
|
|
@@ -1242,12 +1242,12 @@ export interface operations {
|
|
|
1242
1242
|
"application/json": components["schemas"]["AllErrors"];
|
|
1243
1243
|
};
|
|
1244
1244
|
};
|
|
1245
|
-
|
|
1245
|
+
default: {
|
|
1246
1246
|
headers: {
|
|
1247
1247
|
[name: string]: unknown;
|
|
1248
1248
|
};
|
|
1249
1249
|
content: {
|
|
1250
|
-
"application/json": components["schemas"]["
|
|
1250
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1251
1251
|
};
|
|
1252
1252
|
};
|
|
1253
1253
|
};
|
|
@@ -1302,12 +1302,12 @@ export interface operations {
|
|
|
1302
1302
|
"application/json": components["schemas"]["AllErrors"];
|
|
1303
1303
|
};
|
|
1304
1304
|
};
|
|
1305
|
-
|
|
1305
|
+
default: {
|
|
1306
1306
|
headers: {
|
|
1307
1307
|
[name: string]: unknown;
|
|
1308
1308
|
};
|
|
1309
1309
|
content: {
|
|
1310
|
-
"application/json": components["schemas"]["
|
|
1310
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1311
1311
|
};
|
|
1312
1312
|
};
|
|
1313
1313
|
};
|
|
@@ -1368,12 +1368,12 @@ export interface operations {
|
|
|
1368
1368
|
"application/json": components["schemas"]["AllErrors"];
|
|
1369
1369
|
};
|
|
1370
1370
|
};
|
|
1371
|
-
|
|
1371
|
+
default: {
|
|
1372
1372
|
headers: {
|
|
1373
1373
|
[name: string]: unknown;
|
|
1374
1374
|
};
|
|
1375
1375
|
content: {
|
|
1376
|
-
"application/json": components["schemas"]["
|
|
1376
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1377
1377
|
};
|
|
1378
1378
|
};
|
|
1379
1379
|
};
|
|
@@ -1417,12 +1417,12 @@ export interface operations {
|
|
|
1417
1417
|
"application/json": components["schemas"]["AllErrors"];
|
|
1418
1418
|
};
|
|
1419
1419
|
};
|
|
1420
|
-
|
|
1420
|
+
default: {
|
|
1421
1421
|
headers: {
|
|
1422
1422
|
[name: string]: unknown;
|
|
1423
1423
|
};
|
|
1424
1424
|
content: {
|
|
1425
|
-
"application/json": components["schemas"]["
|
|
1425
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1426
1426
|
};
|
|
1427
1427
|
};
|
|
1428
1428
|
};
|
|
@@ -1487,12 +1487,12 @@ export interface operations {
|
|
|
1487
1487
|
"application/json": components["schemas"]["AllErrors"];
|
|
1488
1488
|
};
|
|
1489
1489
|
};
|
|
1490
|
-
|
|
1490
|
+
default: {
|
|
1491
1491
|
headers: {
|
|
1492
1492
|
[name: string]: unknown;
|
|
1493
1493
|
};
|
|
1494
1494
|
content: {
|
|
1495
|
-
"application/json": components["schemas"]["
|
|
1495
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1496
1496
|
};
|
|
1497
1497
|
};
|
|
1498
1498
|
};
|
|
@@ -1585,12 +1585,12 @@ export interface operations {
|
|
|
1585
1585
|
"application/json": components["schemas"]["AllErrors"];
|
|
1586
1586
|
};
|
|
1587
1587
|
};
|
|
1588
|
-
|
|
1588
|
+
default: {
|
|
1589
1589
|
headers: {
|
|
1590
1590
|
[name: string]: unknown;
|
|
1591
1591
|
};
|
|
1592
1592
|
content: {
|
|
1593
|
-
"application/json": components["schemas"]["
|
|
1593
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1594
1594
|
};
|
|
1595
1595
|
};
|
|
1596
1596
|
};
|
|
@@ -1624,6 +1624,22 @@ export interface operations {
|
|
|
1624
1624
|
"application/json": components["schemas"]["AllErrors"];
|
|
1625
1625
|
};
|
|
1626
1626
|
};
|
|
1627
|
+
401: {
|
|
1628
|
+
headers: {
|
|
1629
|
+
[name: string]: unknown;
|
|
1630
|
+
};
|
|
1631
|
+
content: {
|
|
1632
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1633
|
+
};
|
|
1634
|
+
};
|
|
1635
|
+
403: {
|
|
1636
|
+
headers: {
|
|
1637
|
+
[name: string]: unknown;
|
|
1638
|
+
};
|
|
1639
|
+
content: {
|
|
1640
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1641
|
+
};
|
|
1642
|
+
};
|
|
1627
1643
|
404: {
|
|
1628
1644
|
headers: {
|
|
1629
1645
|
[name: string]: unknown;
|
|
@@ -1632,12 +1648,12 @@ export interface operations {
|
|
|
1632
1648
|
"application/json": components["schemas"]["AllErrors"];
|
|
1633
1649
|
};
|
|
1634
1650
|
};
|
|
1635
|
-
|
|
1651
|
+
default: {
|
|
1636
1652
|
headers: {
|
|
1637
1653
|
[name: string]: unknown;
|
|
1638
1654
|
};
|
|
1639
1655
|
content: {
|
|
1640
|
-
"application/json": components["schemas"]["
|
|
1656
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1641
1657
|
};
|
|
1642
1658
|
};
|
|
1643
1659
|
};
|
|
@@ -1680,12 +1696,12 @@ export interface operations {
|
|
|
1680
1696
|
"application/json": components["schemas"]["AllErrors"];
|
|
1681
1697
|
};
|
|
1682
1698
|
};
|
|
1683
|
-
|
|
1699
|
+
default: {
|
|
1684
1700
|
headers: {
|
|
1685
1701
|
[name: string]: unknown;
|
|
1686
1702
|
};
|
|
1687
1703
|
content: {
|
|
1688
|
-
"application/json": components["schemas"]["
|
|
1704
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1689
1705
|
};
|
|
1690
1706
|
};
|
|
1691
1707
|
};
|
|
@@ -1754,12 +1770,12 @@ export interface operations {
|
|
|
1754
1770
|
"application/json": components["schemas"]["AllErrors"];
|
|
1755
1771
|
};
|
|
1756
1772
|
};
|
|
1757
|
-
|
|
1773
|
+
default: {
|
|
1758
1774
|
headers: {
|
|
1759
1775
|
[name: string]: unknown;
|
|
1760
1776
|
};
|
|
1761
1777
|
content: {
|
|
1762
|
-
"application/json": components["schemas"]["
|
|
1778
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1763
1779
|
};
|
|
1764
1780
|
};
|
|
1765
1781
|
};
|
|
@@ -1801,12 +1817,12 @@ export interface operations {
|
|
|
1801
1817
|
"application/json": components["schemas"]["AllErrors"];
|
|
1802
1818
|
};
|
|
1803
1819
|
};
|
|
1804
|
-
|
|
1820
|
+
default: {
|
|
1805
1821
|
headers: {
|
|
1806
1822
|
[name: string]: unknown;
|
|
1807
1823
|
};
|
|
1808
1824
|
content: {
|
|
1809
|
-
"application/json": components["schemas"]["
|
|
1825
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1810
1826
|
};
|
|
1811
1827
|
};
|
|
1812
1828
|
};
|
|
@@ -1850,12 +1866,12 @@ export interface operations {
|
|
|
1850
1866
|
"application/json": components["schemas"]["AllErrors"];
|
|
1851
1867
|
};
|
|
1852
1868
|
};
|
|
1853
|
-
|
|
1869
|
+
default: {
|
|
1854
1870
|
headers: {
|
|
1855
1871
|
[name: string]: unknown;
|
|
1856
1872
|
};
|
|
1857
1873
|
content: {
|
|
1858
|
-
"application/json": components["schemas"]["
|
|
1874
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1859
1875
|
};
|
|
1860
1876
|
};
|
|
1861
1877
|
};
|
|
@@ -1910,12 +1926,12 @@ export interface operations {
|
|
|
1910
1926
|
"application/json": components["schemas"]["AllErrors"];
|
|
1911
1927
|
};
|
|
1912
1928
|
};
|
|
1913
|
-
|
|
1929
|
+
default: {
|
|
1914
1930
|
headers: {
|
|
1915
1931
|
[name: string]: unknown;
|
|
1916
1932
|
};
|
|
1917
1933
|
content: {
|
|
1918
|
-
"application/json": components["schemas"]["
|
|
1934
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1919
1935
|
};
|
|
1920
1936
|
};
|
|
1921
1937
|
};
|
|
@@ -1976,12 +1992,12 @@ export interface operations {
|
|
|
1976
1992
|
"application/json": components["schemas"]["AllErrors"];
|
|
1977
1993
|
};
|
|
1978
1994
|
};
|
|
1979
|
-
|
|
1995
|
+
default: {
|
|
1980
1996
|
headers: {
|
|
1981
1997
|
[name: string]: unknown;
|
|
1982
1998
|
};
|
|
1983
1999
|
content: {
|
|
1984
|
-
"application/json": components["schemas"]["
|
|
2000
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1985
2001
|
};
|
|
1986
2002
|
};
|
|
1987
2003
|
};
|
|
@@ -2025,12 +2041,12 @@ export interface operations {
|
|
|
2025
2041
|
"application/json": components["schemas"]["AllErrors"];
|
|
2026
2042
|
};
|
|
2027
2043
|
};
|
|
2028
|
-
|
|
2044
|
+
default: {
|
|
2029
2045
|
headers: {
|
|
2030
2046
|
[name: string]: unknown;
|
|
2031
2047
|
};
|
|
2032
2048
|
content: {
|
|
2033
|
-
"application/json": components["schemas"]["
|
|
2049
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2034
2050
|
};
|
|
2035
2051
|
};
|
|
2036
2052
|
};
|
|
@@ -2095,12 +2111,12 @@ export interface operations {
|
|
|
2095
2111
|
"application/json": components["schemas"]["AllErrors"];
|
|
2096
2112
|
};
|
|
2097
2113
|
};
|
|
2098
|
-
|
|
2114
|
+
default: {
|
|
2099
2115
|
headers: {
|
|
2100
2116
|
[name: string]: unknown;
|
|
2101
2117
|
};
|
|
2102
2118
|
content: {
|
|
2103
|
-
"application/json": components["schemas"]["
|
|
2119
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2104
2120
|
};
|
|
2105
2121
|
};
|
|
2106
2122
|
};
|
|
@@ -2140,6 +2156,22 @@ export interface operations {
|
|
|
2140
2156
|
"application/json": components["schemas"]["AllErrors"];
|
|
2141
2157
|
};
|
|
2142
2158
|
};
|
|
2159
|
+
401: {
|
|
2160
|
+
headers: {
|
|
2161
|
+
[name: string]: unknown;
|
|
2162
|
+
};
|
|
2163
|
+
content: {
|
|
2164
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2165
|
+
};
|
|
2166
|
+
};
|
|
2167
|
+
403: {
|
|
2168
|
+
headers: {
|
|
2169
|
+
[name: string]: unknown;
|
|
2170
|
+
};
|
|
2171
|
+
content: {
|
|
2172
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2173
|
+
};
|
|
2174
|
+
};
|
|
2143
2175
|
404: {
|
|
2144
2176
|
headers: {
|
|
2145
2177
|
[name: string]: unknown;
|
|
@@ -2148,12 +2180,12 @@ export interface operations {
|
|
|
2148
2180
|
"application/json": components["schemas"]["AllErrors"];
|
|
2149
2181
|
};
|
|
2150
2182
|
};
|
|
2151
|
-
|
|
2183
|
+
default: {
|
|
2152
2184
|
headers: {
|
|
2153
2185
|
[name: string]: unknown;
|
|
2154
2186
|
};
|
|
2155
2187
|
content: {
|
|
2156
|
-
"application/json": components["schemas"]["
|
|
2188
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2157
2189
|
};
|
|
2158
2190
|
};
|
|
2159
2191
|
};
|
|
@@ -2220,12 +2252,12 @@ export interface operations {
|
|
|
2220
2252
|
"application/json": components["schemas"]["AllErrors"];
|
|
2221
2253
|
};
|
|
2222
2254
|
};
|
|
2223
|
-
|
|
2255
|
+
default: {
|
|
2224
2256
|
headers: {
|
|
2225
2257
|
[name: string]: unknown;
|
|
2226
2258
|
};
|
|
2227
2259
|
content: {
|
|
2228
|
-
"application/json": components["schemas"]["
|
|
2260
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2229
2261
|
};
|
|
2230
2262
|
};
|
|
2231
2263
|
};
|
|
@@ -2292,12 +2324,12 @@ export interface operations {
|
|
|
2292
2324
|
"application/json": components["schemas"]["AllErrors"];
|
|
2293
2325
|
};
|
|
2294
2326
|
};
|
|
2295
|
-
|
|
2327
|
+
default: {
|
|
2296
2328
|
headers: {
|
|
2297
2329
|
[name: string]: unknown;
|
|
2298
2330
|
};
|
|
2299
2331
|
content: {
|
|
2300
|
-
"application/json": components["schemas"]["
|
|
2332
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
2301
2333
|
};
|
|
2302
2334
|
};
|
|
2303
2335
|
};
|