@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.
- package/build/article-api.d.ts +41 -17
- 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/concept-api.d.ts
CHANGED
|
@@ -845,12 +845,12 @@ export interface operations {
|
|
|
845
845
|
"application/json": components["schemas"]["AllErrors"];
|
|
846
846
|
};
|
|
847
847
|
};
|
|
848
|
-
|
|
848
|
+
default: {
|
|
849
849
|
headers: {
|
|
850
850
|
[name: string]: unknown;
|
|
851
851
|
};
|
|
852
852
|
content: {
|
|
853
|
-
"application/json": components["schemas"]["
|
|
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
|
-
|
|
905
|
+
default: {
|
|
906
906
|
headers: {
|
|
907
907
|
[name: string]: unknown;
|
|
908
908
|
};
|
|
909
909
|
content: {
|
|
910
|
-
"application/json": components["schemas"]["
|
|
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
|
-
|
|
961
|
+
default: {
|
|
962
962
|
headers: {
|
|
963
963
|
[name: string]: unknown;
|
|
964
964
|
};
|
|
965
965
|
content: {
|
|
966
|
-
"application/json": components["schemas"]["
|
|
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
|
-
|
|
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
|
};
|
|
@@ -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
|
-
|
|
1079
|
+
default: {
|
|
1072
1080
|
headers: {
|
|
1073
1081
|
[name: string]: unknown;
|
|
1074
1082
|
};
|
|
1075
1083
|
content: {
|
|
1076
|
-
"application/json": components["schemas"]["
|
|
1084
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1077
1085
|
};
|
|
1078
1086
|
};
|
|
1079
1087
|
};
|
|
@@ -1135,12 +1143,12 @@ export interface operations {
|
|
|
1135
1143
|
"application/json": components["schemas"]["AllErrors"];
|
|
1136
1144
|
};
|
|
1137
1145
|
};
|
|
1138
|
-
|
|
1146
|
+
default: {
|
|
1139
1147
|
headers: {
|
|
1140
1148
|
[name: string]: unknown;
|
|
1141
1149
|
};
|
|
1142
1150
|
content: {
|
|
1143
|
-
"application/json": components["schemas"]["
|
|
1151
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1144
1152
|
};
|
|
1145
1153
|
};
|
|
1146
1154
|
};
|
|
@@ -1200,12 +1208,12 @@ export interface operations {
|
|
|
1200
1208
|
"application/json": components["schemas"]["AllErrors"];
|
|
1201
1209
|
};
|
|
1202
1210
|
};
|
|
1203
|
-
|
|
1211
|
+
default: {
|
|
1204
1212
|
headers: {
|
|
1205
1213
|
[name: string]: unknown;
|
|
1206
1214
|
};
|
|
1207
1215
|
content: {
|
|
1208
|
-
"application/json": components["schemas"]["
|
|
1216
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1209
1217
|
};
|
|
1210
1218
|
};
|
|
1211
1219
|
};
|
|
@@ -1261,12 +1269,12 @@ export interface operations {
|
|
|
1261
1269
|
"application/json": components["schemas"]["AllErrors"];
|
|
1262
1270
|
};
|
|
1263
1271
|
};
|
|
1264
|
-
|
|
1272
|
+
default: {
|
|
1265
1273
|
headers: {
|
|
1266
1274
|
[name: string]: unknown;
|
|
1267
1275
|
};
|
|
1268
1276
|
content: {
|
|
1269
|
-
"application/json": components["schemas"]["
|
|
1277
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1270
1278
|
};
|
|
1271
1279
|
};
|
|
1272
1280
|
};
|
|
@@ -1353,12 +1361,12 @@ export interface operations {
|
|
|
1353
1361
|
"application/json": components["schemas"]["AllErrors"];
|
|
1354
1362
|
};
|
|
1355
1363
|
};
|
|
1356
|
-
|
|
1364
|
+
default: {
|
|
1357
1365
|
headers: {
|
|
1358
1366
|
[name: string]: unknown;
|
|
1359
1367
|
};
|
|
1360
1368
|
content: {
|
|
1361
|
-
"application/json": components["schemas"]["
|
|
1369
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1362
1370
|
};
|
|
1363
1371
|
};
|
|
1364
1372
|
};
|
|
@@ -1417,12 +1425,12 @@ export interface operations {
|
|
|
1417
1425
|
"application/json": components["schemas"]["AllErrors"];
|
|
1418
1426
|
};
|
|
1419
1427
|
};
|
|
1420
|
-
|
|
1428
|
+
default: {
|
|
1421
1429
|
headers: {
|
|
1422
1430
|
[name: string]: unknown;
|
|
1423
1431
|
};
|
|
1424
1432
|
content: {
|
|
1425
|
-
"application/json": components["schemas"]["
|
|
1433
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1426
1434
|
};
|
|
1427
1435
|
};
|
|
1428
1436
|
};
|
|
@@ -1473,12 +1481,12 @@ export interface operations {
|
|
|
1473
1481
|
"application/json": components["schemas"]["AllErrors"];
|
|
1474
1482
|
};
|
|
1475
1483
|
};
|
|
1476
|
-
|
|
1484
|
+
default: {
|
|
1477
1485
|
headers: {
|
|
1478
1486
|
[name: string]: unknown;
|
|
1479
1487
|
};
|
|
1480
1488
|
content: {
|
|
1481
|
-
"application/json": components["schemas"]["
|
|
1489
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1482
1490
|
};
|
|
1483
1491
|
};
|
|
1484
1492
|
};
|
|
@@ -1524,12 +1532,12 @@ export interface operations {
|
|
|
1524
1532
|
"application/json": components["schemas"]["AllErrors"];
|
|
1525
1533
|
};
|
|
1526
1534
|
};
|
|
1527
|
-
|
|
1535
|
+
default: {
|
|
1528
1536
|
headers: {
|
|
1529
1537
|
[name: string]: unknown;
|
|
1530
1538
|
};
|
|
1531
1539
|
content: {
|
|
1532
|
-
"application/json": components["schemas"]["
|
|
1540
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1533
1541
|
};
|
|
1534
1542
|
};
|
|
1535
1543
|
};
|
|
@@ -1605,12 +1613,12 @@ export interface operations {
|
|
|
1605
1613
|
"application/json": components["schemas"]["AllErrors"];
|
|
1606
1614
|
};
|
|
1607
1615
|
};
|
|
1608
|
-
|
|
1616
|
+
default: {
|
|
1609
1617
|
headers: {
|
|
1610
1618
|
[name: string]: unknown;
|
|
1611
1619
|
};
|
|
1612
1620
|
content: {
|
|
1613
|
-
"application/json": components["schemas"]["
|
|
1621
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1614
1622
|
};
|
|
1615
1623
|
};
|
|
1616
1624
|
};
|
|
@@ -1660,12 +1668,12 @@ export interface operations {
|
|
|
1660
1668
|
"application/json": components["schemas"]["AllErrors"];
|
|
1661
1669
|
};
|
|
1662
1670
|
};
|
|
1663
|
-
|
|
1671
|
+
default: {
|
|
1664
1672
|
headers: {
|
|
1665
1673
|
[name: string]: unknown;
|
|
1666
1674
|
};
|
|
1667
1675
|
content: {
|
|
1668
|
-
"application/json": components["schemas"]["
|
|
1676
|
+
"application/json": components["schemas"]["AllErrors"];
|
|
1669
1677
|
};
|
|
1670
1678
|
};
|
|
1671
1679
|
};
|