Skip to content

Commit

Permalink
update item format
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Mar 8, 2024
1 parent b06d419 commit f8b6b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omnivore-app/api",
"version": "1.0.2",
"version": "1.0.3",
"description": "Omnivore API Client Library for Node.js",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface PageInfo {
totalCount: number | null
}

export type ItemFormat = 'html' | 'markdown'
export type ItemFormat = 'html' | 'markdown' | 'highlightedMarkdown'

export interface SearchItemParameters {
after?: number
Expand Down

0 comments on commit f8b6b64

Please sign in to comment.