We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b35001 commit c53b4a4Copy full SHA for c53b4a4
src/Schema/Values/OwnerType.ts
@@ -35,6 +35,7 @@ export enum OwnerType {
35
collection = "collection",
36
collections = "collections",
37
collectionsCategory = "collectionsCategory",
38
+ confirmYourBid = "confirmYourBid",
39
consign = "consign",
40
consignmentFlow = "consignmentFlow",
41
consignmentInquiry = "consignmentInquiry",
@@ -165,6 +166,7 @@ export type ScreenOwnerType =
165
166
| OwnerType.cityPicker
167
| OwnerType.collection
168
| OwnerType.collectionsCategory
169
+ | OwnerType.confirmYourBid
170
| OwnerType.consign
171
| OwnerType.consignmentFlow
172
| OwnerType.consignmentInquiry
0 commit comments