sizebay-core-sdk 1.10.0-dev.1 → 1.10.0-dev.2
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/README.md
CHANGED
|
@@ -101,6 +101,8 @@ Fetch products similar to a reference.
|
|
|
101
101
|
| `collectionName` | string | Yes | Embeddings collection name (namespace). |
|
|
102
102
|
| `sid` | string | Yes | Session identifier (`sid`) for the user. |
|
|
103
103
|
| `sizeSystem` | string | Yes | Size system code (e.g., 'BR', 'EU', 'US'). |
|
|
104
|
+
| `locale` | string | Yes | Locale for internationalized responses (language and region). |
|
|
105
|
+
| `currency` | string | Yes | Currency code for pricing information in responses. |
|
|
104
106
|
| `filterByWhatFitsMe` | boolean | No | Whether to apply What Fits Me logic. |
|
|
105
107
|
| `personaHash` | string | No | Hash representing the user persona (required if WFM is enabled). |
|
|
106
108
|
<!-- /DOCGEN -->
|
|
@@ -149,6 +151,8 @@ Retrieve pairs of complementary products.
|
|
|
149
151
|
| `collectionName` | string | Yes | Embeddings collection name (namespace). |
|
|
150
152
|
| `sid` | string | Yes | Session identifier (`sid`) for the user. |
|
|
151
153
|
| `sizeSystem` | string | Yes | Size system code (e.g., 'BR', 'EU', 'US'). |
|
|
154
|
+
| `locale` | string | Yes | Locale for internationalized responses (language and region). |
|
|
155
|
+
| `currency` | string | Yes | Currency code for pricing information in responses. |
|
|
152
156
|
| `filterByWhatFitsMe` | boolean | No | Whether to apply What Fits Me logic. |
|
|
153
157
|
| `personaHash` | string | No | Hash representing the user persona (required if WFM is enabled). |
|
|
154
158
|
<!-- /DOCGEN -->
|
|
@@ -203,6 +207,8 @@ Find visually similar items from an uploaded image.
|
|
|
203
207
|
| `collectionName` | string | Yes | Embeddings collection name (namespace). |
|
|
204
208
|
| `sid` | string | Yes | Session identifier (`sid`) for the user. |
|
|
205
209
|
| `sizeSystem` | string | Yes | Size system code (e.g., 'BR', 'EU', 'US'). |
|
|
210
|
+
| `locale` | string | Yes | Locale for internationalized responses (language and region). |
|
|
211
|
+
| `currency` | string | Yes | Currency code for pricing information in responses. |
|
|
206
212
|
| `filterByWhatFitsMe` | boolean | No | Whether to apply What Fits Me logic. |
|
|
207
213
|
| `personaHash` | string | No | Hash representing the user persona (required if WFM is enabled). |
|
|
208
214
|
<!-- /DOCGEN -->
|
|
@@ -252,6 +258,8 @@ Get products that complete a look from an image.
|
|
|
252
258
|
| `collectionName` | string | Yes | Embeddings collection name (namespace). |
|
|
253
259
|
| `sid` | string | Yes | Session identifier (`sid`) for the user. |
|
|
254
260
|
| `sizeSystem` | string | Yes | Size system code (e.g., 'BR', 'EU', 'US'). |
|
|
261
|
+
| `locale` | string | Yes | Locale for internationalized responses (language and region). |
|
|
262
|
+
| `currency` | string | Yes | Currency code for pricing information in responses. |
|
|
255
263
|
| `filterByWhatFitsMe` | boolean | No | Whether to apply What Fits Me logic. |
|
|
256
264
|
| `personaHash` | string | No | Hash representing the user persona (required if WFM is enabled). |
|
|
257
265
|
<!-- /DOCGEN -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sizebay-core-sdk",
|
|
3
|
-
"version": "1.10.0-dev.
|
|
3
|
+
"version": "1.10.0-dev.2",
|
|
4
4
|
"description": "A SDK designed for integrating multiple services (such as event tracking, AI services, etc.) into your application.",
|
|
5
5
|
"main": "dist/sizebay-core-sdk.umd.js",
|
|
6
6
|
"module": "dist/sizebay-core-sdk.es.js",
|