@artsy/cohesion
Version:
Analytics schema
93 lines (87 loc) • 3.61 kB
JavaScript
;
require("core-js/modules/es.regexp.exec");
require("core-js/modules/es.string.search");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.OwnerType = void 0;
/**
* All owner types available for iOS (screen) and web (page)
*
* @packageDocumentation
*/
var OwnerType;
/**
* Owner types available in iOS/Android
*/
exports.OwnerType = OwnerType;
(function (OwnerType) {
OwnerType["allArtistSeries"] = "allArtistSeries";
OwnerType["article"] = "article";
OwnerType["articles"] = "articles";
OwnerType["artist"] = "artist";
OwnerType["artists"] = "artists";
OwnerType["artistAuctionResults"] = "artistAuctionResults";
OwnerType["artistSeries"] = "artistSeries";
OwnerType["artwork"] = "artwork";
OwnerType["auctionResult"] = "auctionResult";
OwnerType["auctionResultsForArtistsYouFollow"] = "auctionResultsForArtistsYouFollow";
OwnerType["auctionResultsRail"] = "auctionResultsRail";
OwnerType["auctions"] = "auctions";
OwnerType["cityGuideGuide"] = "cityGuideGuide";
OwnerType["cityGuideMap"] = "cityGuideMap";
OwnerType["cityPicker"] = "cityPicker";
OwnerType["collect"] = "collect";
OwnerType["collection"] = "collection";
OwnerType["collections"] = "collections";
OwnerType["consignmentFlow"] = "consignmentFlow";
OwnerType["consignmentSubmission"] = "consignmentSubmission";
OwnerType["consign"] = "consign";
OwnerType["conversation"] = "conversation";
OwnerType["conversationMakeOfferConfirmArtwork"] = "conversationMakeOfferConfirmArtwork";
OwnerType["explore"] = "explore";
OwnerType["fair"] = "fair";
OwnerType["fairArtworks"] = "fairArtworks";
OwnerType["fairs"] = "fairs";
OwnerType["galleries"] = "galleries";
OwnerType["gene"] = "gene";
OwnerType["home"] = "home";
OwnerType["inbox"] = "inbox";
OwnerType["inboxBids"] = "inboxBids";
OwnerType["inboxConversation"] = "inboxConversation";
OwnerType["inboxInquiries"] = "inboxInquiries";
OwnerType["myCollection"] = "myCollection";
OwnerType["myCollectionArtwork"] = "myCollectionArtwork";
OwnerType["myCollectionAddArtworkArtist"] = "myCollectionAddArtworkArtist";
OwnerType["newWorksForYou"] = "newWorksForYou";
OwnerType["onboarding"] = "onboarding";
OwnerType["ordersAccept"] = "orders-accept";
OwnerType["ordersCounter"] = "orders-counter";
OwnerType["ordersNewPayment"] = "orders-new-payment";
OwnerType["ordersOffer"] = "orders-offer";
OwnerType["ordersPayment"] = "orders-payment";
OwnerType["ordersRespond"] = "orders-respond";
OwnerType["ordersReview"] = "orders-review";
OwnerType["ordersShipping"] = "orders-shipping";
OwnerType["ordersSubmitted"] = "orders-submitted";
OwnerType["partner"] = "partner";
OwnerType["partnerShowsArtworks"] = "partnerShowsArtworks";
OwnerType["priceDatabase"] = "priceDatabase";
OwnerType["profile"] = "profile";
OwnerType["sale"] = "sale";
OwnerType["saleInformation"] = "saleInformation";
OwnerType["savedSearch"] = "savedSearch";
OwnerType["savedSearches"] = "savedSearches";
OwnerType["search"] = "search";
OwnerType["sell"] = "sell";
OwnerType["show"] = "show";
OwnerType["shows"] = "shows";
OwnerType["savesAndFollows"] = "savesAndFollows";
OwnerType["user"] = "user";
OwnerType["viewingRoom"] = "viewingRoom";
OwnerType["viewingRooms"] = "viewingRooms";
OwnerType["viewingRoomArtworks"] = "viewingRoomArtworks";
OwnerType["viewingRoomList"] = "viewingRoomList";
OwnerType["viewingRoomArtworkPage"] = "viewingRoomArtworkPage";
OwnerType["worksForYou"] = "worksForYou";
})(OwnerType || (exports.OwnerType = OwnerType = {}));