@artsy/cohesion 4.151.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,15 @@
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
+
1
13
  # v4.151.0 (Fri Sep 29 2023)
2
14
 
3
15
  #### 🚀 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
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.151.0",
3
+ "version": "4.152.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {