@artsy/cohesion
Advanced tools
Comparing version 1.32.0 to 1.33.0
@@ -0,1 +1,13 @@ | ||
# v1.33.0 (Wed Aug 26 2020) | ||
#### 🚀 Enhancement | ||
- Adds allArtistSeries for iOS [#99](https://github.com/artsy/cohesion/pull/99) ([@abhitip](https://github.com/abhitip)) | ||
#### Authors: 1 | ||
- Abhiti Prabahar ([@abhitip](https://github.com/abhitip)) | ||
--- | ||
# v1.32.0 (Tue Aug 25 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -7,2 +7,3 @@ /** | ||
export declare enum OwnerType { | ||
allArtistSeries = "allArtistSeries", | ||
article = "article", | ||
@@ -42,3 +43,3 @@ articles = "articles", | ||
*/ | ||
export declare type ScreenOwnerType = OwnerType.artist | OwnerType.artistSeries | OwnerType.artwork | OwnerType.auctions | OwnerType.gene | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consignmentSubmission | OwnerType.consign | OwnerType.explore | OwnerType.fair | OwnerType.home | OwnerType.inbox | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.sell | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.viewingRoomArtworkPage | OwnerType.worksForYou; | ||
export declare type ScreenOwnerType = OwnerType.allArtistSeries | OwnerType.artist | OwnerType.artistSeries | OwnerType.artwork | OwnerType.auctions | OwnerType.gene | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consignmentSubmission | OwnerType.consign | OwnerType.explore | OwnerType.fair | OwnerType.home | OwnerType.inbox | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.sell | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.viewingRoomArtworkPage | OwnerType.worksForYou; | ||
/** | ||
@@ -45,0 +46,0 @@ * Owner types available in web/mobile web |
@@ -21,2 +21,3 @@ "use strict"; | ||
(function (OwnerType) { | ||
OwnerType["allArtistSeries"] = "allArtistSeries"; | ||
OwnerType["article"] = "article"; | ||
@@ -23,0 +24,0 @@ OwnerType["articles"] = "articles"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.32.0", | ||
"version": "1.33.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
123179
2896