@ndla/types-backend 1.0.47 → 1.0.48

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.
@@ -906,10 +906,6 @@ export interface operations {
906
906
  responses: {
907
907
  200: {
908
908
  headers: {
909
- /**
910
- * @description null
911
- * @example null
912
- */
913
909
  "search-context"?: string;
914
910
  [name: string]: unknown;
915
911
  };
@@ -1029,10 +1025,6 @@ export interface operations {
1029
1025
  responses: {
1030
1026
  200: {
1031
1027
  headers: {
1032
- /**
1033
- * @description null
1034
- * @example null
1035
- */
1036
1028
  "search-context"?: string;
1037
1029
  [name: string]: unknown;
1038
1030
  };
@@ -1451,10 +1443,6 @@ export interface operations {
1451
1443
  responses: {
1452
1444
  200: {
1453
1445
  headers: {
1454
- /**
1455
- * @description null
1456
- * @example null
1457
- */
1458
1446
  "search-context"?: string;
1459
1447
  [name: string]: unknown;
1460
1448
  };
@@ -1566,10 +1554,6 @@ export interface operations {
1566
1554
  responses: {
1567
1555
  200: {
1568
1556
  headers: {
1569
- /**
1570
- * @description null
1571
- * @example null
1572
- */
1573
1557
  "search-context"?: string;
1574
1558
  [name: string]: unknown;
1575
1559
  };
@@ -773,10 +773,6 @@ export interface operations {
773
773
  responses: {
774
774
  200: {
775
775
  headers: {
776
- /**
777
- * @description null
778
- * @example null
779
- */
780
776
  "Cache-Control": string;
781
777
  [name: string]: unknown;
782
778
  };
@@ -842,10 +838,6 @@ export interface operations {
842
838
  responses: {
843
839
  200: {
844
840
  headers: {
845
- /**
846
- * @description null
847
- * @example null
848
- */
849
841
  "Cache-Control": string;
850
842
  [name: string]: unknown;
851
843
  };
@@ -902,10 +894,6 @@ export interface operations {
902
894
  responses: {
903
895
  200: {
904
896
  headers: {
905
- /**
906
- * @description null
907
- * @example null
908
- */
909
897
  "Cache-Control": string;
910
898
  [name: string]: unknown;
911
899
  };
@@ -966,10 +954,6 @@ export interface operations {
966
954
  responses: {
967
955
  200: {
968
956
  headers: {
969
- /**
970
- * @description null
971
- * @example null
972
- */
973
957
  "Cache-Control": string;
974
958
  [name: string]: unknown;
975
959
  };
@@ -1020,10 +1004,6 @@ export interface operations {
1020
1004
  responses: {
1021
1005
  200: {
1022
1006
  headers: {
1023
- /**
1024
- * @description null
1025
- * @example null
1026
- */
1027
1007
  "Cache-Control": string;
1028
1008
  [name: string]: unknown;
1029
1009
  };
@@ -1083,10 +1063,6 @@ export interface operations {
1083
1063
  responses: {
1084
1064
  200: {
1085
1065
  headers: {
1086
- /**
1087
- * @description null
1088
- * @example null
1089
- */
1090
1066
  "Cache-Control": string;
1091
1067
  [name: string]: unknown;
1092
1068
  };
@@ -1144,10 +1120,6 @@ export interface operations {
1144
1120
  responses: {
1145
1121
  200: {
1146
1122
  headers: {
1147
- /**
1148
- * @description null
1149
- * @example null
1150
- */
1151
1123
  "Cache-Control": string;
1152
1124
  [name: string]: unknown;
1153
1125
  };
@@ -1217,10 +1189,6 @@ export interface operations {
1217
1189
  responses: {
1218
1190
  200: {
1219
1191
  headers: {
1220
- /**
1221
- * @description null
1222
- * @example null
1223
- */
1224
1192
  "Cache-Control": string;
1225
1193
  [name: string]: unknown;
1226
1194
  };
@@ -1315,10 +1283,6 @@ export interface operations {
1315
1283
  responses: {
1316
1284
  200: {
1317
1285
  headers: {
1318
- /**
1319
- * @description null
1320
- * @example null
1321
- */
1322
1286
  "Cache-Control": string;
1323
1287
  [name: string]: unknown;
1324
1288
  };
@@ -1367,10 +1331,6 @@ export interface operations {
1367
1331
  responses: {
1368
1332
  201: {
1369
1333
  headers: {
1370
- /**
1371
- * @description null
1372
- * @example null
1373
- */
1374
1334
  "Cache-Control": string;
1375
1335
  [name: string]: unknown;
1376
1336
  };
@@ -2653,10 +2653,6 @@ export interface operations {
2653
2653
  };
2654
2654
  301: {
2655
2655
  headers: {
2656
- /**
2657
- * @description null
2658
- * @example null
2659
- */
2660
2656
  Location: string;
2661
2657
  [name: string]: unknown;
2662
2658
  };
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.19.3",
33
33
  "typescript": "^5.3.3"
34
34
  },
35
- "version": "1.0.47",
35
+ "version": "1.0.48",
36
36
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
37
37
  }