@artsy/cohesion
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -0,1 +1,13 @@ | ||
# v1.12.0 (Tue Jun 16 2020) | ||
#### 🚀 Enhancement | ||
- Cleanup docs links [#65](https://github.com/artsy/cohesion/pull/65) ([@eessex](https://github.com/eessex)) | ||
#### Authors: 1 | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
--- | ||
# v1.11.0 (Tue Jun 16 2020) | ||
@@ -2,0 +14,0 @@ |
import { ActionType } from "."; | ||
import { ContextModule } from "../Values/ContextModule"; | ||
import { EntityModuleType } from "../Values/EntityModuleType"; | ||
import { PageOwnerType } from "../Values/OwnerType"; | ||
import { EntityModuleType } from "../Values/EntityModuleType"; | ||
/** | ||
@@ -18,3 +18,3 @@ * Schemas describing Click events | ||
* | ||
* This schema describes events sent to Segment from [[clickedArtistGroup]] | ||
* This schema describes events sent to Segment from [[clickedEntityGroup]] | ||
* | ||
@@ -42,3 +42,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[clickedArtworkGroup]] | ||
* This schema describes events sent to Segment from [[clickedEntityGroup]] | ||
* | ||
@@ -65,3 +65,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[clickedAuctionGroup]] | ||
* This schema describes events sent to Segment from [[clickedEntityGroup]] | ||
* | ||
@@ -88,3 +88,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[clickedCollectionGroup]] | ||
* This schema describes events sent to Segment from [[clickedEntityGroup]] | ||
* | ||
@@ -110,3 +110,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[clickedFairGroup]] | ||
* This schema describes events sent to Segment from [[clickedEntityGroup]] | ||
* | ||
@@ -113,0 +113,0 @@ * @example |
@@ -18,3 +18,3 @@ import { ActionType } from "."; | ||
* | ||
* This schema describes events sent to Segment from [[tappedArtistGroup]] | ||
* This schema describes events sent to Segment from [[tappedEntityGroup]] | ||
* | ||
@@ -42,3 +42,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[tappedArtworkGroup]] | ||
* This schema describes events sent to Segment from [[tappedEntityGroup]] | ||
* | ||
@@ -66,3 +66,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[tappedAuctionGroup]] | ||
* This schema describes events sent to Segment from [[tappedEntityGroup]] | ||
* | ||
@@ -90,3 +90,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[tappedCollectionGroup]] | ||
* This schema describes events sent to Segment from [[tappedEntityGroup]] | ||
* | ||
@@ -113,3 +113,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[tappedExploreGroup]] | ||
* This schema describes events sent to Segment from [[tappedEntityGroup]] | ||
* | ||
@@ -134,3 +134,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[tappedFairGroup]] | ||
* This schema describes events sent to Segment from [[tappedEntityGroup]] | ||
* | ||
@@ -157,2 +157,4 @@ * @example | ||
* Shared interface for tapped group actions in iOS | ||
* | ||
* This schema describes events sent to Segment from [[tappedEntityGroup]] | ||
*/ | ||
@@ -159,0 +161,0 @@ export interface TappedEntityGroup { |
/** | ||
* Master list of context modules available in web and iOS | ||
* | ||
* A component where an action is triggered | ||
@@ -4,0 +5,0 @@ * @packageDocumentation |
@@ -10,2 +10,3 @@ "use strict"; | ||
* Master list of context modules available in web and iOS | ||
* | ||
* A component where an action is triggered | ||
@@ -12,0 +13,0 @@ * @packageDocumentation |
/** | ||
* Master list of types available in web and iOS | ||
* A type of object that the action is triggered on. | ||
* | ||
* A type of object that the action is triggered on | ||
* @packageDocumentation | ||
*/ | ||
export declare type EntityModuleType = "thumbnail" | "header" | "stub" | "viewAll"; |
/** | ||
* Master list of intent available in web and iOS | ||
* | ||
* Intended action by a user that triggered an event | ||
@@ -4,0 +5,0 @@ * @packageDocumentation |
@@ -10,2 +10,3 @@ "use strict"; | ||
* Master list of intent available in web and iOS | ||
* | ||
* Intended action by a user that triggered an event | ||
@@ -12,0 +13,0 @@ * @packageDocumentation |
/** | ||
* All owner types available for iOS (screen) and web (page) | ||
* | ||
* @packageDocumentation | ||
@@ -4,0 +5,0 @@ */ |
@@ -10,2 +10,3 @@ "use strict"; | ||
* All owner types available for iOS (screen) and web (page) | ||
* | ||
* @packageDocumentation | ||
@@ -12,0 +13,0 @@ */ |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.11.0", | ||
"version": "1.12.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
86500
1988
0