sizebay-core-sdk 1.11.0-dev.3 → 1.11.0-dev.5

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.dev.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Sizebay Core SDK - Development Guide
2
2
 
3
3
  This guide is intended to help developers understand the project structure, how to create and integrate new modules, run tests, and configure automated releases with Semantic Release.
4
-
4
+ -- teste bot publish
5
5
  ---
6
6
 
7
7
  ## Project Structure
8
8
 
9
- The project is organized as follows:
9
+ The project is organized as follows:
10
10
 
11
11
  ```
12
12
  📦src
package/README.md CHANGED
@@ -532,6 +532,7 @@ await client.sendProfile(profilePayload);
532
532
  | `additionalImageLinks` | string[] | Yes | A list of additional image URLs for the product. |
533
533
  | `suitableSizes` | SuitableSizeDto[] | No | Size recommendations from Sizebay's What Fits Me feature, including comfort scores.<br>This is populated when personalized sizing is available. |
534
534
  | `clothType` | ClothType | No | The standardized clothing type, used for recommendations and size chart matching. |
535
+ | `catalogTableCode` | number | No | The id of the modeling table of the product |
535
536
  <!-- /DOCGEN -->
536
537
 
537
538
  #### `TrackData`
@@ -19,4 +19,5 @@ export interface ProductDto {
19
19
  additionalImageLinks: string[];
20
20
  suitableSizes?: SuitableSizeDto[];
21
21
  clothType?: ClothType;
22
+ catalogTableCode?: number;
22
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sizebay-core-sdk",
3
- "version": "1.11.0-dev.3",
3
+ "version": "1.11.0-dev.5",
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",