sizebay-core-sdk 1.13.0-dev.3 → 1.13.0-dev.4

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/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -696,6 +696,18 @@ Product information organized by garment type. Keys are garment types (e.g., 'to
696
696
  | `timestamp` | string | Yes | When this try-on was created (ISO 8601 format).<br>Use to sort by date or show recent try-ons. |
697
697
  <!-- /DOCGEN -->
698
698
 
699
+ ### `GroupedLookFeedbackResponseDto`
700
+
701
+ <!-- DOCGEN:params GroupedLookFeedbackResponseDto -->
702
+ | Field | Type | Required | Description |
703
+ | ----- | ---- | :------: | ----------- |
704
+ | `id` | string | Yes | Unique identifier for this feedback record (UUID). |
705
+ | `tenantId` | number | Yes | Tenant ID that owns this feedback. |
706
+ | `groupedLookId` | string | Yes | ID of the fashion look this feedback refers to.<br>Use to link feedback back to the specific look. |
707
+ | `reason` | FeedbackReason | Yes | Category of issue reported by the user.<br>Use to categorize feedback or filter by issue type. |
708
+ | `timestamp` | string | Yes | When this feedback was submitted (ISO 8601 format).<br>Use to sort feedback by date or show recent feedback. |
709
+ <!-- /DOCGEN -->
710
+
699
711
  ### `GroupedLookProductsDto`
700
712
 
701
713
  <!-- DOCGEN:params GroupedLookProductsDto -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sizebay-core-sdk",
3
- "version": "1.13.0-dev.3",
3
+ "version": "1.13.0-dev.4",
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",