We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574f5ea commit e94aeadCopy full SHA for e94aead
src/Schema/Values/OwnerType.ts
@@ -132,6 +132,7 @@ export enum OwnerType {
132
viewingRoomList = "viewingRoomList",
133
viewingRooms = "viewingRooms",
134
worksForYou = "worksForYou",
135
+ yourMaxBid = "yourMaxBid",
136
}
137
138
/**
@@ -243,6 +244,7 @@ export type ScreenOwnerType =
243
244
| OwnerType.viewingRoomArtworks
245
| OwnerType.viewingRoomList
246
| OwnerType.worksForYou
247
+ | OwnerType.yourMaxBid
248
249
250
* Owner types available in web/mobile web
0 commit comments