Skip to content

Commit

Permalink
fix(v5): publicationState and its values have been renamed (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheCVB authored Dec 19, 2024
1 parent 9878354 commit 9572f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types/v5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Strapi5RequestParams {
sort?: string | Array<string>
pagination?: PaginationByOffset | PaginationByPage
filters?: Record<string, unknown>
publicationState?: 'live' | 'preview'
status?: 'published' | 'draft'
locale?: StrapiLocale | null
}

Expand Down

0 comments on commit 9572f7b

Please sign in to comment.