Skip to content

Commit b612fed

Browse files
committed
Merge branch 'master' into feature/dev-13162-sdk-add-support-for-domain-field
2 parents 3da161d + fd88e93 commit b612fed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/sdk",
3-
"version": "21.10.1-0",
3+
"version": "21.10.1",
44
"description": "Prezly API SDK",
55
"type": "module",
66
"main": "dist/index.cjs",

src/types/CoverageEntry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { UploadedFile } from '@prezly/uploads';
1+
import type { UploadedFile, UploadedImage } from '@prezly/uploads';
22

33
import type { OEmbedInfo } from './common';
44
import type { Contact } from './Contact';
@@ -27,7 +27,7 @@ export interface CoverageEntry {
2727
note_content_html: string;
2828
note_content_json: string;
2929
note_content_text: string;
30-
attachment: UploadedFile | null;
30+
attachment: UploadedFile | UploadedImage | null;
3131
attachment_oembed: OEmbedInfo | null;
3232

3333
published_at: string | null;

0 commit comments

Comments
 (0)