Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artsy/cohesion

Package Overview
Dependencies
Maintainers
0
Versions
453
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artsy/cohesion - npm Package Compare versions

Comparing version 4.202.0 to 4.203.0

4

dist/Schema/Events/index.d.ts

@@ -856,2 +856,6 @@ import { ClickedActivityPanelNotificationItem, ClickedActivityPanelTab, ClickedNotificationsBell } from "./ActivityPanel";

/**
* Corresponds to {@link TappedHeroUnitsGroup}
*/
tappedHeroUnitsGroup = "tappedHeroUnitsGroup",
/**
* Corresponds to {@link TappedInboxConversation}

@@ -858,0 +862,0 @@ */

@@ -226,2 +226,3 @@ "use strict";

ActionType["tappedFairGroup"] = "tappedFairGroup";
ActionType["tappedHeroUnitsGroup"] = "tappedHeroUnitsGroup";
ActionType["tappedInboxConversation"] = "tappedInboxConversation";

@@ -228,0 +229,0 @@ ActionType["tappedInfoBubble"] = "tappedInfoBubble";

@@ -89,2 +89,25 @@ import { ContextModule } from "../Values/ContextModule";

/**
* A user taps a grouping of hero units
*
* This schema describes events sent to Segment from [[tappedHeroUnitsGroup]]
*
* @example
* ```
* {
* action: "tappedHeroUnitsGroup",
* context_module: "home-view-section-hero-units-rail",
* context_screen_owner_type: "home",
* destination_screen_owner_id: "5359794d1a1e86c3740001f7",
* destination_screen_owner_type: Collection,
* destination_screen_owner_url: "fair/fair-name"
* horizontal_slide_position: 1,
* type: "thumbnail"
* }
* ```
*/
export interface TappedHeroUnitsGroup extends TappedEntityGroup {
action: ActionType.tappedHeroUnitsGroup;
destination_screen_owner_url: string;
}
/**
* A user taps a grouping of artworks on iOS

@@ -256,3 +279,3 @@ *

export interface TappedEntityGroup {
action: ActionType.tappedActivityGroup | ActionType.tappedArticleGroup | ActionType.tappedShowGroup | ActionType.tappedArtistGroup | ActionType.tappedArtistSeriesGroup | ActionType.tappedArtworkGroup | ActionType.tappedAuctionGroup | ActionType.tappedAuctionResultGroup | ActionType.tappedBrowseSimilarArtworks | ActionType.tappedCollectionGroup | ActionType.tappedExploreGroup | ActionType.tappedFairGroup | ActionType.tappedViewingRoomGroup;
action: ActionType.tappedActivityGroup | ActionType.tappedArticleGroup | ActionType.tappedShowGroup | ActionType.tappedArtistGroup | ActionType.tappedArtistSeriesGroup | ActionType.tappedArtworkGroup | ActionType.tappedAuctionGroup | ActionType.tappedAuctionResultGroup | ActionType.tappedBrowseSimilarArtworks | ActionType.tappedCollectionGroup | ActionType.tappedExploreGroup | ActionType.tappedFairGroup | ActionType.tappedViewingRoomGroup | ActionType.tappedHeroUnitsGroup;
context_module: ContextModule;

@@ -259,0 +282,0 @@ context_screen_owner_type: ScreenOwnerType;

2

package.json
{
"name": "@artsy/cohesion",
"version": "4.202.0",
"version": "4.203.0",
"description": "Analytics schema",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc