File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @prezly/sdk" ,
3
- "version" : " 21.10.1-0 " ,
3
+ "version" : " 21.10.1" ,
4
4
"description" : " Prezly API SDK" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs" ,
Original file line number Diff line number Diff line change 1
- import type { UploadedFile } from '@prezly/uploads' ;
1
+ import type { UploadedFile , UploadedImage } from '@prezly/uploads' ;
2
2
3
3
import type { OEmbedInfo } from './common' ;
4
4
import type { Contact } from './Contact' ;
@@ -27,7 +27,7 @@ export interface CoverageEntry {
27
27
note_content_html : string ;
28
28
note_content_json : string ;
29
29
note_content_text : string ;
30
- attachment : UploadedFile | null ;
30
+ attachment : UploadedFile | UploadedImage | null ;
31
31
attachment_oembed : OEmbedInfo | null ;
32
32
33
33
published_at : string | null ;
You can’t perform that action at this time.
0 commit comments