@artsy/cohesion 4.184.0 → 4.185.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/Schema/Values/OwnerType.d.ts +13 -2
- package/dist/Schema/Values/OwnerType.js +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.185.0 (Thu Jun 06 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: Add new submission artwork form owner types [#503](https://github.com/artsy/cohesion/pull/503) ([@olerichter00](https://github.com/olerichter00))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Ole ([@olerichter00](https://github.com/olerichter00))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.184.0 (Wed May 15 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -19,6 +19,17 @@ export declare enum OwnerType {
|
|
|
19
19
|
artists = "artists",
|
|
20
20
|
artistSeries = "artistSeries",
|
|
21
21
|
artwork = "artwork",
|
|
22
|
+
artworkFormStart = "artworkFormStart",
|
|
23
|
+
artworkFormSelectArtist = "artworkFormSelectArtist",
|
|
24
|
+
artworkFormAddTitle = "artworkFormAddTitle",
|
|
25
|
+
artworkFormAddPhotos = "artworkFormAddPhotos",
|
|
26
|
+
artworkFormAddDetails = "artworkFormAddDetails",
|
|
27
|
+
artworkFormPurchaseHistory = "artworkFormPurchaseHistory",
|
|
28
|
+
artworkFormAddDimensions = "artworkFormAddDimensions",
|
|
29
|
+
artworkFormAddPhoneNumber = "artworkFormAddPhoneNumber",
|
|
30
|
+
artworkFormCompleteYourSubmission = "artworkFormCompleteYourSubmission",
|
|
31
|
+
artworkFormArtistRejected = "artworkFormArtistRejected",
|
|
32
|
+
artworkFormSelectArtworkMyCollectionArtwork = "artworkFormSelectArtworkMyCollectionArtwork",
|
|
22
33
|
artworkPriceFilter = "artworkPriceFilter",
|
|
23
34
|
artworkRecommendations = "artworkRecommendations",
|
|
24
35
|
auction = "auction",
|
|
@@ -109,8 +120,8 @@ export declare enum OwnerType {
|
|
|
109
120
|
/**
|
|
110
121
|
* Owner types available in iOS/Android
|
|
111
122
|
*/
|
|
112
|
-
export type ScreenOwnerType = OwnerType.album | OwnerType.activities | OwnerType.activity | OwnerType.allArtistSeries | OwnerType.alerts | OwnerType.alertDetails | OwnerType.alertConfirmation | OwnerType.alertFilters | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.lotsByArtistsYouFollow | OwnerType.lotsForYou | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.notification | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.settings | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
|
|
123
|
+
export type ScreenOwnerType = OwnerType.album | OwnerType.activities | OwnerType.activity | OwnerType.allArtistSeries | OwnerType.alerts | OwnerType.alertDetails | OwnerType.alertConfirmation | OwnerType.alertFilters | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkFormStart | OwnerType.artworkFormSelectArtist | OwnerType.artworkFormAddTitle | OwnerType.artworkFormAddPhotos | OwnerType.artworkFormAddDetails | OwnerType.artworkFormPurchaseHistory | OwnerType.artworkFormAddDimensions | OwnerType.artworkFormAddPhoneNumber | OwnerType.artworkFormCompleteYourSubmission | OwnerType.artworkFormArtistRejected | OwnerType.artworkFormSelectArtworkMyCollectionArtwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.lotsByArtistsYouFollow | OwnerType.lotsForYou | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.notification | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.settings | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
|
|
113
124
|
/**
|
|
114
125
|
* Owner types available in web/mobile web
|
|
115
126
|
*/
|
|
116
|
-
export type PageOwnerType = OwnerType.activities | OwnerType.activity | OwnerType.alertConfirmation | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.collections | OwnerType.consign | OwnerType.demand | OwnerType.editProfile | OwnerType.fair | OwnerType.fairs | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.onboarding | OwnerType.ordersAccept | OwnerType.ordersCounter | OwnerType.ordersNewPayment | OwnerType.ordersOffer | OwnerType.ordersPayment | OwnerType.ordersRespond | OwnerType.ordersReview | OwnerType.ordersShipping | OwnerType.ordersSubmitted | OwnerType.partner | OwnerType.partnerShowsArtworks | OwnerType.priceDatabase | OwnerType.profile | OwnerType.sale | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.search | OwnerType.sendOffers | OwnerType.show | OwnerType.shows | OwnerType.tag | OwnerType.user | OwnerType.viewingRoom | OwnerType.viewingRooms | OwnerType.worksForYou | OwnerType.newWorksFromGalleriesYouFollow;
|
|
127
|
+
export type PageOwnerType = OwnerType.activities | OwnerType.activity | OwnerType.alertConfirmation | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkFormStart | OwnerType.artworkFormSelectArtist | OwnerType.artworkFormAddTitle | OwnerType.artworkFormAddPhotos | OwnerType.artworkFormAddDetails | OwnerType.artworkFormPurchaseHistory | OwnerType.artworkFormAddDimensions | OwnerType.artworkFormAddPhoneNumber | OwnerType.artworkFormCompleteYourSubmission | OwnerType.artworkFormArtistRejected | OwnerType.artworkFormSelectArtworkMyCollectionArtwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.collections | OwnerType.consign | OwnerType.demand | OwnerType.editProfile | OwnerType.fair | OwnerType.fairs | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.onboarding | OwnerType.ordersAccept | OwnerType.ordersCounter | OwnerType.ordersNewPayment | OwnerType.ordersOffer | OwnerType.ordersPayment | OwnerType.ordersRespond | OwnerType.ordersReview | OwnerType.ordersShipping | OwnerType.ordersSubmitted | OwnerType.partner | OwnerType.partnerShowsArtworks | OwnerType.priceDatabase | OwnerType.profile | OwnerType.sale | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.search | OwnerType.sendOffers | OwnerType.show | OwnerType.shows | OwnerType.tag | OwnerType.user | OwnerType.viewingRoom | OwnerType.viewingRooms | OwnerType.worksForYou | OwnerType.newWorksFromGalleriesYouFollow;
|
|
@@ -37,6 +37,17 @@ exports.OwnerType = OwnerType;
|
|
|
37
37
|
OwnerType["artists"] = "artists";
|
|
38
38
|
OwnerType["artistSeries"] = "artistSeries";
|
|
39
39
|
OwnerType["artwork"] = "artwork";
|
|
40
|
+
OwnerType["artworkFormStart"] = "artworkFormStart";
|
|
41
|
+
OwnerType["artworkFormSelectArtist"] = "artworkFormSelectArtist";
|
|
42
|
+
OwnerType["artworkFormAddTitle"] = "artworkFormAddTitle";
|
|
43
|
+
OwnerType["artworkFormAddPhotos"] = "artworkFormAddPhotos";
|
|
44
|
+
OwnerType["artworkFormAddDetails"] = "artworkFormAddDetails";
|
|
45
|
+
OwnerType["artworkFormPurchaseHistory"] = "artworkFormPurchaseHistory";
|
|
46
|
+
OwnerType["artworkFormAddDimensions"] = "artworkFormAddDimensions";
|
|
47
|
+
OwnerType["artworkFormAddPhoneNumber"] = "artworkFormAddPhoneNumber";
|
|
48
|
+
OwnerType["artworkFormCompleteYourSubmission"] = "artworkFormCompleteYourSubmission";
|
|
49
|
+
OwnerType["artworkFormArtistRejected"] = "artworkFormArtistRejected";
|
|
50
|
+
OwnerType["artworkFormSelectArtworkMyCollectionArtwork"] = "artworkFormSelectArtworkMyCollectionArtwork";
|
|
40
51
|
OwnerType["artworkPriceFilter"] = "artworkPriceFilter";
|
|
41
52
|
OwnerType["artworkRecommendations"] = "artworkRecommendations";
|
|
42
53
|
OwnerType["auction"] = "auction";
|