@artsy/cohesion
Advanced tools
Comparing version 1.30.0 to 1.31.0
@@ -0,1 +1,18 @@ | ||
# v1.31.0 (Mon Aug 24 2020) | ||
#### 🚀 Enhancement | ||
- Use auth context for follow [#95](https://github.com/artsy/cohesion/pull/95) ([@eessex](https://github.com/eessex)) | ||
#### ⚠️ Pushed to `master` | ||
- Merge branch 'master' of https://github.com/artsy/cohesion ([@eessex](https://github.com/eessex)) | ||
- include popularArtistsRail in AuthContextModule ([@eessex](https://github.com/eessex)) | ||
#### Authors: 1 | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
--- | ||
# v1.30.0 (Thu Aug 20 2020) | ||
@@ -2,0 +19,0 @@ |
@@ -1,4 +0,4 @@ | ||
import { ContextModule, FollowedArtist, OwnerType, UnfollowedArtist } from "../../Schema"; | ||
import { AuthContextModule, FollowedArtist, OwnerType, UnfollowedArtist } from "../../Schema"; | ||
export interface FollowedArtistArgs { | ||
contextModule: ContextModule; | ||
contextModule: AuthContextModule; | ||
contextOwnerId?: string; | ||
@@ -5,0 +5,0 @@ contextOwnerSlug?: string; |
import { ActionType } from "."; | ||
import { ContextModule } from "../Values/ContextModule"; | ||
import { AuthContextModule } from "../Values/ContextModule"; | ||
import { OwnerType } from "../Values/OwnerType"; | ||
@@ -29,3 +29,3 @@ /** | ||
action: ActionType.followedArtist; | ||
context_module: ContextModule; | ||
context_module: AuthContextModule; | ||
context_owner_type: OwnerType; | ||
@@ -59,3 +59,3 @@ context_owner_id?: string; | ||
action: ActionType.unfollowedArtist; | ||
context_module: ContextModule; | ||
context_module: AuthContextModule; | ||
context_owner_type: OwnerType; | ||
@@ -62,0 +62,0 @@ context_owner_id?: string; |
@@ -87,2 +87,2 @@ /** | ||
*/ | ||
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; | ||
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.popularArtistsRail | ContextModule.popUpModal | ContextModule.recentlyViewedRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.tagHeader | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail | ContextModule.viewingRoom; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.30.0", | ||
"version": "1.31.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
122127