@artsy/cohesion 4.104.0 → 4.105.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.105.0 (Fri Feb 24 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: Add recentlyViewed owner type [#404](https://github.com/artsy/cohesion/pull/404) ([@olerichter00](https://github.com/olerichter00))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ole ([@olerichter00](https://github.com/olerichter00))
10
+
11
+ ---
12
+
1
13
  # v4.104.0 (Thu Feb 23 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -66,6 +66,7 @@ export declare enum OwnerType {
66
66
  partnerShowsArtworks = "partnerShowsArtworks",
67
67
  priceDatabase = "priceDatabase",
68
68
  profile = "profile",
69
+ recentlyViewed = "recentlyViewed",
69
70
  reverseImageSearch = "reverseImageSearch",
70
71
  sale = "sale",
71
72
  saleInformation = "saleInformation",
@@ -84,6 +84,7 @@ exports.OwnerType = OwnerType;
84
84
  OwnerType["partnerShowsArtworks"] = "partnerShowsArtworks";
85
85
  OwnerType["priceDatabase"] = "priceDatabase";
86
86
  OwnerType["profile"] = "profile";
87
+ OwnerType["recentlyViewed"] = "recentlyViewed";
87
88
  OwnerType["reverseImageSearch"] = "reverseImageSearch";
88
89
  OwnerType["sale"] = "sale";
89
90
  OwnerType["saleInformation"] = "saleInformation";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.104.0",
3
+ "version": "4.105.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {