Skip to content

Commit c53b4a4

Browse files
authored
fix: add ConfirmYourBid owner type (#561)
1 parent 7b35001 commit c53b4a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Schema/Values/OwnerType.ts

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export enum OwnerType {
3535
collection = "collection",
3636
collections = "collections",
3737
collectionsCategory = "collectionsCategory",
38+
confirmYourBid = "confirmYourBid",
3839
consign = "consign",
3940
consignmentFlow = "consignmentFlow",
4041
consignmentInquiry = "consignmentInquiry",
@@ -165,6 +166,7 @@ export type ScreenOwnerType =
165166
| OwnerType.cityPicker
166167
| OwnerType.collection
167168
| OwnerType.collectionsCategory
169+
| OwnerType.confirmYourBid
168170
| OwnerType.consign
169171
| OwnerType.consignmentFlow
170172
| OwnerType.consignmentInquiry

0 commit comments

Comments
 (0)