@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.
@@ -845,12 +845,12 @@ export interface operations {
845
845
  "application/json": components["schemas"]["AllErrors"];
846
846
  };
847
847
  };
848
- 500: {
848
+ default: {
849
849
  headers: {
850
850
  [name: string]: unknown;
851
851
  };
852
852
  content: {
853
- "application/json": components["schemas"]["ErrorBody"];
853
+ "application/json": components["schemas"]["AllErrors"];
854
854
  };
855
855
  };
856
856
  };
@@ -902,12 +902,12 @@ export interface operations {
902
902
  "application/json": components["schemas"]["AllErrors"];
903
903
  };
904
904
  };
905
- 500: {
905
+ default: {
906
906
  headers: {
907
907
  [name: string]: unknown;
908
908
  };
909
909
  content: {
910
- "application/json": components["schemas"]["ErrorBody"];
910
+ "application/json": components["schemas"]["AllErrors"];
911
911
  };
912
912
  };
913
913
  };
@@ -958,12 +958,12 @@ export interface operations {
958
958
  "application/json": components["schemas"]["AllErrors"];
959
959
  };
960
960
  };
961
- 500: {
961
+ default: {
962
962
  headers: {
963
963
  [name: string]: unknown;
964
964
  };
965
965
  content: {
966
- "application/json": components["schemas"]["ErrorBody"];
966
+ "application/json": components["schemas"]["AllErrors"];
967
967
  };
968
968
  };
969
969
  };
@@ -1010,12 +1010,12 @@ export interface operations {
1010
1010
  "application/json": components["schemas"]["AllErrors"];
1011
1011
  };
1012
1012
  };
1013
- 500: {
1013
+ default: {
1014
1014
  headers: {
1015
1015
  [name: string]: unknown;
1016
1016
  };
1017
1017
  content: {
1018
- "application/json": components["schemas"]["ErrorBody"];
1018
+ "application/json": components["schemas"]["AllErrors"];
1019
1019
  };
1020
1020
  };
1021
1021
  };
@@ -1052,6 +1052,14 @@ export interface operations {
1052
1052
  "application/json": components["schemas"]["AllErrors"];
1053
1053
  };
1054
1054
  };
1055
+ 401: {
1056
+ headers: {
1057
+ [name: string]: unknown;
1058
+ };
1059
+ content: {
1060
+ "application/json": components["schemas"]["AllErrors"];
1061
+ };
1062
+ };
1055
1063
  403: {
1056
1064
  headers: {
1057
1065
  [name: string]: unknown;
@@ -1068,12 +1076,12 @@ export interface operations {
1068
1076
  "application/json": components["schemas"]["AllErrors"];
1069
1077
  };
1070
1078
  };
1071
- 500: {
1079
+ default: {
1072
1080
  headers: {
1073
1081
  [name: string]: unknown;
1074
1082
  };
1075
1083
  content: {
1076
- "application/json": components["schemas"]["ErrorBody"];
1084
+ "application/json": components["schemas"]["AllErrors"];
1077
1085
  };
1078
1086
  };
1079
1087
  };
@@ -1111,6 +1119,14 @@ export interface operations {
1111
1119
  "application/json": components["schemas"]["AllErrors"];
1112
1120
  };
1113
1121
  };
1122
+ 401: {
1123
+ headers: {
1124
+ [name: string]: unknown;
1125
+ };
1126
+ content: {
1127
+ "application/json": components["schemas"]["AllErrors"];
1128
+ };
1129
+ };
1114
1130
  403: {
1115
1131
  headers: {
1116
1132
  [name: string]: unknown;
@@ -1127,12 +1143,12 @@ export interface operations {
1127
1143
  "application/json": components["schemas"]["AllErrors"];
1128
1144
  };
1129
1145
  };
1130
- 500: {
1146
+ default: {
1131
1147
  headers: {
1132
1148
  [name: string]: unknown;
1133
1149
  };
1134
1150
  content: {
1135
- "application/json": components["schemas"]["ErrorBody"];
1151
+ "application/json": components["schemas"]["AllErrors"];
1136
1152
  };
1137
1153
  };
1138
1154
  };
@@ -1192,12 +1208,12 @@ export interface operations {
1192
1208
  "application/json": components["schemas"]["AllErrors"];
1193
1209
  };
1194
1210
  };
1195
- 500: {
1211
+ default: {
1196
1212
  headers: {
1197
1213
  [name: string]: unknown;
1198
1214
  };
1199
1215
  content: {
1200
- "application/json": components["schemas"]["ErrorBody"];
1216
+ "application/json": components["schemas"]["AllErrors"];
1201
1217
  };
1202
1218
  };
1203
1219
  };
@@ -1253,12 +1269,12 @@ export interface operations {
1253
1269
  "application/json": components["schemas"]["AllErrors"];
1254
1270
  };
1255
1271
  };
1256
- 500: {
1272
+ default: {
1257
1273
  headers: {
1258
1274
  [name: string]: unknown;
1259
1275
  };
1260
1276
  content: {
1261
- "application/json": components["schemas"]["ErrorBody"];
1277
+ "application/json": components["schemas"]["AllErrors"];
1262
1278
  };
1263
1279
  };
1264
1280
  };
@@ -1345,12 +1361,12 @@ export interface operations {
1345
1361
  "application/json": components["schemas"]["AllErrors"];
1346
1362
  };
1347
1363
  };
1348
- 500: {
1364
+ default: {
1349
1365
  headers: {
1350
1366
  [name: string]: unknown;
1351
1367
  };
1352
1368
  content: {
1353
- "application/json": components["schemas"]["ErrorBody"];
1369
+ "application/json": components["schemas"]["AllErrors"];
1354
1370
  };
1355
1371
  };
1356
1372
  };
@@ -1385,6 +1401,14 @@ export interface operations {
1385
1401
  "application/json": components["schemas"]["AllErrors"];
1386
1402
  };
1387
1403
  };
1404
+ 401: {
1405
+ headers: {
1406
+ [name: string]: unknown;
1407
+ };
1408
+ content: {
1409
+ "application/json": components["schemas"]["AllErrors"];
1410
+ };
1411
+ };
1388
1412
  403: {
1389
1413
  headers: {
1390
1414
  [name: string]: unknown;
@@ -1401,12 +1425,12 @@ export interface operations {
1401
1425
  "application/json": components["schemas"]["AllErrors"];
1402
1426
  };
1403
1427
  };
1404
- 500: {
1428
+ default: {
1405
1429
  headers: {
1406
1430
  [name: string]: unknown;
1407
1431
  };
1408
1432
  content: {
1409
- "application/json": components["schemas"]["ErrorBody"];
1433
+ "application/json": components["schemas"]["AllErrors"];
1410
1434
  };
1411
1435
  };
1412
1436
  };
@@ -1457,12 +1481,12 @@ export interface operations {
1457
1481
  "application/json": components["schemas"]["AllErrors"];
1458
1482
  };
1459
1483
  };
1460
- 500: {
1484
+ default: {
1461
1485
  headers: {
1462
1486
  [name: string]: unknown;
1463
1487
  };
1464
1488
  content: {
1465
- "application/json": components["schemas"]["ErrorBody"];
1489
+ "application/json": components["schemas"]["AllErrors"];
1466
1490
  };
1467
1491
  };
1468
1492
  };
@@ -1508,12 +1532,12 @@ export interface operations {
1508
1532
  "application/json": components["schemas"]["AllErrors"];
1509
1533
  };
1510
1534
  };
1511
- 500: {
1535
+ default: {
1512
1536
  headers: {
1513
1537
  [name: string]: unknown;
1514
1538
  };
1515
1539
  content: {
1516
- "application/json": components["schemas"]["ErrorBody"];
1540
+ "application/json": components["schemas"]["AllErrors"];
1517
1541
  };
1518
1542
  };
1519
1543
  };
@@ -1589,12 +1613,12 @@ export interface operations {
1589
1613
  "application/json": components["schemas"]["AllErrors"];
1590
1614
  };
1591
1615
  };
1592
- 500: {
1616
+ default: {
1593
1617
  headers: {
1594
1618
  [name: string]: unknown;
1595
1619
  };
1596
1620
  content: {
1597
- "application/json": components["schemas"]["ErrorBody"];
1621
+ "application/json": components["schemas"]["AllErrors"];
1598
1622
  };
1599
1623
  };
1600
1624
  };
@@ -1644,12 +1668,12 @@ export interface operations {
1644
1668
  "application/json": components["schemas"]["AllErrors"];
1645
1669
  };
1646
1670
  };
1647
- 500: {
1671
+ default: {
1648
1672
  headers: {
1649
1673
  [name: string]: unknown;
1650
1674
  };
1651
1675
  content: {
1652
- "application/json": components["schemas"]["ErrorBody"];
1676
+ "application/json": components["schemas"]["AllErrors"];
1653
1677
  };
1654
1678
  };
1655
1679
  };