@artsy/cohesion
Advanced tools
Comparing version 4.91.0 to 4.92.0
@@ -194,3 +194,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* context_module: "myCollection", | ||
* context_screen_owner_type: "myCollectionUploadingFlow", | ||
* context_owner_type: "myCollectionUploadingFlow", | ||
* platform: "web", | ||
@@ -203,3 +203,3 @@ * } | ||
context_module: ContextModule.myCollection; | ||
context_screen_owner_type: OwnerType.myCollectionUploadingFlow; | ||
context_owner_type: OwnerType.myCollectionUploadingFlow; | ||
platform: Platform; | ||
@@ -217,3 +217,3 @@ } | ||
* context_module: "myCollection", | ||
* context_screen_owner_type: "myCollectionUploadingFlow", | ||
* context_owner_type: "myCollectionUploadingFlow", | ||
* platform: "web", | ||
@@ -226,3 +226,3 @@ * } | ||
context_mudule: ContextModule.myCollection; | ||
context_screen_owner_type: OwnerType.myCollectionUploadingFlow; | ||
context_owner_type: OwnerType.myCollectionUploadingFlow; | ||
platform: Platform; | ||
@@ -240,3 +240,3 @@ } | ||
* context_module: "myCollection", | ||
* context_screen_owner_type: "myCollectionUploadingFlow", | ||
* context_owner_type: "myCollectionUploadingFlow", | ||
* platform: "web", | ||
@@ -249,3 +249,3 @@ * } | ||
context_module: ContextModule.myCollection; | ||
context_screen_owner_type: OwnerType.myCollectionUploadingFlow; | ||
context_owner_type: OwnerType.myCollectionUploadingFlow; | ||
platform: Platform; | ||
@@ -263,3 +263,3 @@ } | ||
* context_module: "myCollection", | ||
* context_screen_owner_type: "myCollectionUploadingFlow", | ||
* context_owner_type: "myCollectionUploadingFlow", | ||
* platform: "web", | ||
@@ -272,3 +272,3 @@ * } | ||
context_module: ContextModule.myCollection; | ||
context_screen_owner_type: OwnerType.myCollectionUploadingFlow; | ||
context_owner_type: OwnerType.myCollectionUploadingFlow; | ||
platform: Platform; | ||
@@ -275,0 +275,0 @@ } |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "4.91.0", | ||
"version": "4.92.0", | ||
"description": "Analytics schema", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
434829