@ndla/types-backend 1.0.126 → 1.0.127

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.
@@ -2232,6 +2232,9 @@ export interface operations {
2232
2232
  responses: {
2233
2233
  200: {
2234
2234
  headers: {
2235
+ "Content-Type": string;
2236
+ "Content-Length": string;
2237
+ "Cache-Control": string;
2235
2238
  [name: string]: unknown;
2236
2239
  };
2237
2240
  content: {
@@ -2304,6 +2307,9 @@ export interface operations {
2304
2307
  responses: {
2305
2308
  200: {
2306
2309
  headers: {
2310
+ "Content-Type": string;
2311
+ "Content-Length": string;
2312
+ "Cache-Control": string;
2307
2313
  [name: string]: unknown;
2308
2314
  };
2309
2315
  content: {
package/package.json CHANGED
@@ -33,6 +33,6 @@
33
33
  "tsx": "^4.21.0",
34
34
  "typescript": "^5.9.3"
35
35
  },
36
- "version": "1.0.126",
36
+ "version": "1.0.127",
37
37
  "packageManager": "yarn@4.10.3"
38
38
  }