@ndla/types-backend 1.0.107 → 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.
@@ -230,15 +230,15 @@ export interface operations {
230
230
  "application/json": components["schemas"]["AllErrors"];
231
231
  };
232
232
  };
233
- 500: {
233
+ 502: {
234
234
  headers: {
235
235
  [name: string]: unknown;
236
236
  };
237
237
  content: {
238
- "application/json": components["schemas"]["ErrorBody"];
238
+ "application/json": components["schemas"]["AllErrors"];
239
239
  };
240
240
  };
241
- 502: {
241
+ default: {
242
242
  headers: {
243
243
  [name: string]: unknown;
244
244
  };
@@ -1207,12 +1207,12 @@ export interface operations {
1207
1207
  "application/json": components["schemas"]["AllErrors"];
1208
1208
  };
1209
1209
  };
1210
- 500: {
1210
+ default: {
1211
1211
  headers: {
1212
1212
  [name: string]: unknown;
1213
1213
  };
1214
1214
  content: {
1215
- "application/json": components["schemas"]["ErrorBody"];
1215
+ "application/json": components["schemas"]["AllErrors"];
1216
1216
  };
1217
1217
  };
1218
1218
  };
@@ -1291,12 +1291,12 @@ export interface operations {
1291
1291
  "application/json": components["schemas"]["AllErrors"];
1292
1292
  };
1293
1293
  };
1294
- 500: {
1294
+ default: {
1295
1295
  headers: {
1296
1296
  [name: string]: unknown;
1297
1297
  };
1298
1298
  content: {
1299
- "application/json": components["schemas"]["ErrorBody"];
1299
+ "application/json": components["schemas"]["AllErrors"];
1300
1300
  };
1301
1301
  };
1302
1302
  };
@@ -1338,12 +1338,12 @@ export interface operations {
1338
1338
  "application/json": components["schemas"]["AllErrors"];
1339
1339
  };
1340
1340
  };
1341
- 500: {
1341
+ default: {
1342
1342
  headers: {
1343
1343
  [name: string]: unknown;
1344
1344
  };
1345
1345
  content: {
1346
- "application/json": components["schemas"]["ErrorBody"];
1346
+ "application/json": components["schemas"]["AllErrors"];
1347
1347
  };
1348
1348
  };
1349
1349
  };
@@ -1397,12 +1397,12 @@ export interface operations {
1397
1397
  "application/json": components["schemas"]["AllErrors"];
1398
1398
  };
1399
1399
  };
1400
- 500: {
1400
+ default: {
1401
1401
  headers: {
1402
1402
  [name: string]: unknown;
1403
1403
  };
1404
1404
  content: {
1405
- "application/json": components["schemas"]["ErrorBody"];
1405
+ "application/json": components["schemas"]["AllErrors"];
1406
1406
  };
1407
1407
  };
1408
1408
  };
@@ -1460,12 +1460,12 @@ export interface operations {
1460
1460
  "application/json": components["schemas"]["AllErrors"];
1461
1461
  };
1462
1462
  };
1463
- 500: {
1463
+ default: {
1464
1464
  headers: {
1465
1465
  [name: string]: unknown;
1466
1466
  };
1467
1467
  content: {
1468
- "application/json": components["schemas"]["ErrorBody"];
1468
+ "application/json": components["schemas"]["AllErrors"];
1469
1469
  };
1470
1470
  };
1471
1471
  };
@@ -1523,12 +1523,12 @@ export interface operations {
1523
1523
  "application/json": components["schemas"]["AllErrors"];
1524
1524
  };
1525
1525
  };
1526
- 500: {
1526
+ default: {
1527
1527
  headers: {
1528
1528
  [name: string]: unknown;
1529
1529
  };
1530
1530
  content: {
1531
- "application/json": components["schemas"]["ErrorBody"];
1531
+ "application/json": components["schemas"]["AllErrors"];
1532
1532
  };
1533
1533
  };
1534
1534
  };
@@ -1586,12 +1586,12 @@ export interface operations {
1586
1586
  "application/json": components["schemas"]["AllErrors"];
1587
1587
  };
1588
1588
  };
1589
- 500: {
1589
+ default: {
1590
1590
  headers: {
1591
1591
  [name: string]: unknown;
1592
1592
  };
1593
1593
  content: {
1594
- "application/json": components["schemas"]["ErrorBody"];
1594
+ "application/json": components["schemas"]["AllErrors"];
1595
1595
  };
1596
1596
  };
1597
1597
  };
@@ -1632,12 +1632,12 @@ export interface operations {
1632
1632
  "application/json": components["schemas"]["AllErrors"];
1633
1633
  };
1634
1634
  };
1635
- 500: {
1635
+ default: {
1636
1636
  headers: {
1637
1637
  [name: string]: unknown;
1638
1638
  };
1639
1639
  content: {
1640
- "application/json": components["schemas"]["ErrorBody"];
1640
+ "application/json": components["schemas"]["AllErrors"];
1641
1641
  };
1642
1642
  };
1643
1643
  };
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.21.0",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
- "version": "1.0.107",
35
+ "version": "1.0.108",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }