Skip to content

Commit

Permalink
chore: add artistArticles ScreenOwnerType
Browse files Browse the repository at this point in the history
  • Loading branch information
dblandin committed Sep 25, 2024
1 parent 1edf955 commit 1c037d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Schema/Values/OwnerType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export enum OwnerType {
article = "article",
articles = "articles",
artist = "artist",
artistArticles = "artistArticles",
artistAuctionResults = "artistAuctionResults",
artists = "artists",
artistSeries = "artistSeries",
Expand Down Expand Up @@ -141,6 +142,7 @@ export type ScreenOwnerType =
| OwnerType.article
| OwnerType.articles
| OwnerType.artist
| OwnerType.artistArticles
| OwnerType.artistAuctionResults
| OwnerType.artistSeries
| OwnerType.artwork
Expand Down

0 comments on commit 1c037d4

Please sign in to comment.