@artsy/cohesion
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -0,1 +1,18 @@ | ||
# v1.13.0 (Fri Jun 26 2020) | ||
#### 🚀 Enhancement | ||
- GALL-2880 Add tracking for signing up due to viewing rooms [#67](https://github.com/artsy/cohesion/pull/67) ([@ansor4](https://github.com/ansor4)) | ||
#### 🏠 Internal | ||
- typo [#66](https://github.com/artsy/cohesion/pull/66) ([@pvinis](https://github.com/pvinis)) | ||
#### Authors: 2 | ||
- Anson Wang ([@ansor4](https://github.com/ansor4)) | ||
- Pavlos Vinieratos ([@pvinis](https://github.com/pvinis)) | ||
--- | ||
# v1.12.0 (Tue Jun 16 2020) | ||
@@ -2,0 +19,0 @@ |
@@ -14,3 +14,3 @@ import { PageOwnerType, TimeOnPage } from "../../Schema"; | ||
* contextPageOwnerId: "4d8b92b34eb68a1b2c0003f4", | ||
* contextPageOwnerSlug: "any-warhol", | ||
* contextPageOwnerSlug: "andy-warhol", | ||
* contextPageOwnerType: OwnerType.artist, | ||
@@ -17,0 +17,0 @@ * }) |
@@ -17,3 +17,3 @@ "use strict"; | ||
* contextPageOwnerId: "4d8b92b34eb68a1b2c0003f4", | ||
* contextPageOwnerSlug: "any-warhol", | ||
* contextPageOwnerSlug: "andy-warhol", | ||
* contextPageOwnerType: OwnerType.artist, | ||
@@ -20,0 +20,0 @@ * }) |
@@ -71,2 +71,3 @@ /** | ||
trendingArtistsRail = "trendingArtistsRail", | ||
viewingRoom = "viewingRoom", | ||
worksByPopularArtistsRail = "worksByPopularArtistsRail", | ||
@@ -78,2 +79,2 @@ worksForSaleRail = "worksForSaleRail" | ||
*/ | ||
export declare type AuthContextModule = ContextModule.aboutTheWork | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.auctionSidebar | ContextModule.auctionRail | ContextModule.auctionResults | ContextModule.auctionsInfo | ContextModule.bannerPopUp | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairsHeader | ContextModule.featuredArtistsRail | ContextModule.footer | ContextModule.geneHeader | ContextModule.header | ContextModule.intextTooltip | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.minimalCTABanner | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popUpModal | ContextModule.recentlyViewedRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.tagHeader | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail; | ||
export declare type AuthContextModule = ContextModule.aboutTheWork | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.auctionSidebar | ContextModule.auctionRail | ContextModule.auctionResults | ContextModule.auctionsInfo | ContextModule.bannerPopUp | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairsHeader | ContextModule.featuredArtistsRail | ContextModule.footer | ContextModule.geneHeader | ContextModule.header | ContextModule.intextTooltip | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.minimalCTABanner | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popUpModal | ContextModule.recentlyViewedRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.tagHeader | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail | ContextModule.viewingRoom; |
@@ -85,4 +85,5 @@ "use strict"; | ||
ContextModule["trendingArtistsRail"] = "trendingArtistsRail"; | ||
ContextModule["viewingRoom"] = "viewingRoom"; | ||
ContextModule["worksByPopularArtistsRail"] = "worksByPopularArtistsRail"; | ||
ContextModule["worksForSaleRail"] = "worksForSaleRail"; | ||
})(ContextModule || (exports.ContextModule = ContextModule = {})); |
@@ -28,3 +28,4 @@ /** | ||
viewEditorial = "viewEditorial", | ||
viewFair = "viewFair" | ||
viewFair = "viewFair", | ||
viewViewingRoom = "viewViewingRoom" | ||
} | ||
@@ -36,2 +37,2 @@ /** | ||
*/ | ||
export declare type AuthIntent = Intent.bid | Intent.buyNow | Intent.consign | Intent.followArtist | Intent.followGene | Intent.followPartner | Intent.forgot | Intent.inquire | Intent.login | Intent.seeEstimateAuctionRecords | Intent.seePriceAuctionRecords | Intent.seeRealizedPriceAuctionRecords | Intent.makeOffer | Intent.registerToBid | Intent.requestConditionReport | Intent.saveArtwork | Intent.signup | Intent.viewAuctionResults | Intent.viewArtist | Intent.viewEditorial | Intent.viewFair; | ||
export declare type AuthIntent = Intent.bid | Intent.buyNow | Intent.consign | Intent.followArtist | Intent.followGene | Intent.followPartner | Intent.forgot | Intent.inquire | Intent.login | Intent.seeEstimateAuctionRecords | Intent.seePriceAuctionRecords | Intent.seeRealizedPriceAuctionRecords | Intent.makeOffer | Intent.registerToBid | Intent.requestConditionReport | Intent.saveArtwork | Intent.signup | Intent.viewAuctionResults | Intent.viewArtist | Intent.viewEditorial | Intent.viewFair | Intent.viewViewingRoom; |
@@ -45,2 +45,3 @@ "use strict"; | ||
Intent["viewFair"] = "viewFair"; | ||
Intent["viewViewingRoom"] = "viewViewingRoom"; | ||
})(Intent || (exports.Intent = Intent = {})); |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "Analytics schema and library helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87180
1992