@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.
- package/build/image-api.d.ts +6 -0
- package/package.json +1 -1
package/build/image-api.d.ts
CHANGED
|
@@ -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: {
|