Skip to content

Commit f8b6b64

Browse files
committed
update item format
1 parent b06d419 commit f8b6b64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omnivore-app/api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Omnivore API Client Library for Node.js",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

src/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export interface PageInfo {
7979
totalCount: number | null
8080
}
8181

82-
export type ItemFormat = 'html' | 'markdown'
82+
export type ItemFormat = 'html' | 'markdown' | 'highlightedMarkdown'
8383

8484
export interface SearchItemParameters {
8585
after?: number

0 commit comments

Comments
 (0)