feat: Expose the search functionality in the REST API #797
Annotations
10 errors and 1 warning
Typecheck
Argument of type '"/bookmarks/{bookmarkId}/assets"' is not assignable to parameter of type 'PathsWithMethod<paths, "post">'.
|
Typecheck
Argument of type '"/bookmarks/{bookmarkId}/assets"' is not assignable to parameter of type 'PathsWithMethod<paths, "post">'.
|
Typecheck
Argument of type '"/bookmarks/{bookmarkId}/assets/{assetId}"' is not assignable to parameter of type '"/lists/{listId}/bookmarks/{bookmarkId}"'.
|
Typecheck
Argument of type '"/bookmarks/{bookmarkId}/assets/{assetId}"' is not assignable to parameter of type 'PathsWithMethod<paths, "delete">'.
|
Typecheck
Argument of type '"/bookmarks/search"' is not assignable to parameter of type 'PathsWithMethod<paths, "get">'.
|
Typecheck
Property 'bookmarks' does not exist on type 'SuccessResponse<{ 200: { headers: { [name: string]: unknown; }; content: { "application/json": { id: string; createdAt: string; title?: string | null | undefined; archived: boolean; favourited: boolean; taggingStatus: "success" | ... 2 more ... | null; ... 4 more ...; assets: { ...; }[]; }; }; }; } | ... 9 more ... ...'.
|
Typecheck
Argument of type '"/bookmarks/search"' is not assignable to parameter of type 'PathsWithMethod<paths, "get">'.
|
Typecheck
Property 'bookmarks' does not exist on type 'SuccessResponse<{ 200: { headers: { [name: string]: unknown; }; content: { "application/json": { id: string; createdAt: string; title?: string | null | undefined; archived: boolean; favourited: boolean; taggingStatus: "success" | ... 2 more ... | null; ... 4 more ...; assets: { ...; }[]; }; }; }; } | ... 9 more ... ...'.
|
Typecheck
Property 'nextCursor' does not exist on type 'SuccessResponse<{ 200: { headers: { [name: string]: unknown; }; content: { "application/json": { id: string; createdAt: string; title?: string | null | undefined; archived: boolean; favourited: boolean; taggingStatus: "success" | ... 2 more ... | null; ... 4 more ...; assets: { ...; }[]; }; }; }; } | ... 9 more ... ...'.
|
Typecheck
Argument of type '"/bookmarks/search"' is not assignable to parameter of type 'PathsWithMethod<paths, "get">'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading