Skip to content

Commit e94aead

Browse files
authored
fix: add YourMaxBid owner type (#560)
1 parent 574f5ea commit e94aead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Schema/Values/OwnerType.ts

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export enum OwnerType {
132132
viewingRoomList = "viewingRoomList",
133133
viewingRooms = "viewingRooms",
134134
worksForYou = "worksForYou",
135+
yourMaxBid = "yourMaxBid",
135136
}
136137

137138
/**
@@ -243,6 +244,7 @@ export type ScreenOwnerType =
243244
| OwnerType.viewingRoomArtworks
244245
| OwnerType.viewingRoomList
245246
| OwnerType.worksForYou
247+
| OwnerType.yourMaxBid
246248

247249
/**
248250
* Owner types available in web/mobile web

0 commit comments

Comments
 (0)