@artsy/cohesion
Advanced tools
Comparing version 1.31.1 to 1.32.0
@@ -0,1 +1,13 @@ | ||
# v1.32.0 (Tue Aug 25 2020) | ||
#### 🚀 Enhancement | ||
- Add article and articles to OwnerType [#97](https://github.com/artsy/cohesion/pull/97) ([@eessex](https://github.com/eessex)) | ||
#### Authors: 1 | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
--- | ||
# v1.31.1 (Mon Aug 24 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -7,2 +7,4 @@ /** | ||
export declare enum OwnerType { | ||
article = "article", | ||
articles = "articles", | ||
artist = "artist", | ||
@@ -44,2 +46,2 @@ artists = "artists", | ||
*/ | ||
export declare type PageOwnerType = OwnerType.artist | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.worksForYou; | ||
export declare type PageOwnerType = OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.worksForYou; |
@@ -21,2 +21,4 @@ "use strict"; | ||
(function (OwnerType) { | ||
OwnerType["article"] = "article"; | ||
OwnerType["articles"] = "articles"; | ||
OwnerType["artist"] = "artist"; | ||
@@ -23,0 +25,0 @@ OwnerType["artists"] = "artists"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.31.1", | ||
"version": "1.32.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
122801
2894