@artsy/cohesion 4.150.0 → 4.152.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,27 @@
1
+ # v4.152.0 (Thu Oct 05 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Fix examples for address auto completion events [#465](https://github.com/artsy/cohesion/pull/465) ([@daytavares](https://github.com/daytavares))
6
+
7
+ #### Authors: 1
8
+
9
+ - Dayane Tavares ([@daytavares](https://github.com/daytavares))
10
+
11
+ ---
12
+
13
+ # v4.151.0 (Fri Sep 29 2023)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - fix: lotsByArtistsYouFollow [#464](https://github.com/artsy/cohesion/pull/464) ([@gkartalis](https://github.com/gkartalis))
18
+
19
+ #### Authors: 1
20
+
21
+ - George ([@gkartalis](https://github.com/gkartalis))
22
+
23
+ ---
24
+
1
25
  # v4.150.0 (Fri Sep 29 2023)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -235,8 +235,8 @@ export interface SelectedSearchSuggestionQuickNavigationItem {
235
235
  * {
236
236
  * action: "addressAutoCompletionResult",
237
237
  * context_module:"OrdersShipping",
238
- * context_page_owner_type: "orders-shipping",
239
- * context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
238
+ * context_owner_type: "orders-shipping",
239
+ * context_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
240
240
  * input: "Weserstr."
241
241
  * suggested_addresses_results: 3
242
242
  * }
@@ -260,8 +260,8 @@ export interface AddressAutoCompletionResult {
260
260
  * {
261
261
  * action: "selectedItemFromAddressAutoCompletion",
262
262
  * context_module:"OrdersShipping",
263
- * context_page_owner_type: "orders-shipping",
264
- * context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
263
+ * context_owner_type: "orders-shipping",
264
+ * context_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
265
265
  * input: "Wes"
266
266
  * item: "Weserstr."
267
267
  * }
@@ -285,8 +285,8 @@ export interface SelectedItemFromAddressAutoCompletion {
285
285
  * {
286
286
  * action: "editedAutocompletedAddress",
287
287
  * context_module:"OrdersShipping",
288
- * context_page_owner_type: "orders-shipping",
289
- * context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
288
+ * context_owner_type: "orders-shipping",
289
+ * context_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
290
290
  * field: "Address line 2"
291
291
  * }
292
292
  * ```
@@ -99,7 +99,7 @@ export declare enum OwnerType {
99
99
  /**
100
100
  * Owner types available in iOS/Android
101
101
  */
102
- export type ScreenOwnerType = OwnerType.activities | OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.reverseImageSearch | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
102
+ export type ScreenOwnerType = OwnerType.activities | OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.lotsByArtistsYouFollow | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.reverseImageSearch | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
103
103
  /**
104
104
  * Owner types available in web/mobile web
105
105
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.150.0",
3
+ "version": "4.152.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {