@artsy/cohesion
Advanced tools
Comparing version 4.174.0 to 4.175.0
@@ -725,3 +725,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
/** | ||
* A user taps "Buy Now" on an artwork page (BNMO) | ||
* A user taps "Purchase" on an artwork page (BNMO) | ||
* | ||
@@ -737,3 +737,4 @@ * This schema describes events sent to Segment from [[tappedBuyNow]] | ||
* context_owner_id: "6164889300d643000db86504", | ||
* impulse_conversation_id: "198" | ||
* impulse_conversation_id: "198", | ||
* flow: "Buy now" | "Partner offer" | ||
* } | ||
@@ -748,2 +749,3 @@ * ``` | ||
impulse_conversation_id?: string; | ||
flow: string; | ||
} | ||
@@ -750,0 +752,0 @@ /** |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "4.174.0", | ||
"version": "4.175.0", | ||
"description": "Analytics schema", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
521486
11590