@seekora-ai/search-sdk 0.2.14 → 0.2.15

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.
Files changed (2) hide show
  1. package/dist/client.js +1 -0
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -1449,6 +1449,7 @@ class SeekoraClient {
1449
1449
  await this.trackEvent({
1450
1450
  event_name: 'product_click',
1451
1451
  clicked_item_id: itemId,
1452
+ position,
1452
1453
  metadata: {
1453
1454
  position,
1454
1455
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/search-sdk",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "Seekora Search SDK for JavaScript/TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",