@shopby/shop-sdk 1.78.38 → 1.78.40
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.
|
@@ -1781,6 +1781,7 @@ export interface GetReviewsBoardsRequest {
|
|
|
1781
1781
|
keyword?: string;
|
|
1782
1782
|
pageNumber?: number;
|
|
1783
1783
|
isWidget?: boolean;
|
|
1784
|
+
tagValueNos?: string;
|
|
1784
1785
|
};
|
|
1785
1786
|
useAccessToken?: boolean;
|
|
1786
1787
|
}
|
|
@@ -1797,9 +1798,12 @@ export declare type ReviewsBoardsItem = {
|
|
|
1797
1798
|
name: string;
|
|
1798
1799
|
productNameEn: string;
|
|
1799
1800
|
thumbnailImage: string;
|
|
1801
|
+
thumbnailImageUrlType: string;
|
|
1800
1802
|
totalReviewCount: number;
|
|
1801
1803
|
};
|
|
1802
1804
|
isBestReview: boolean;
|
|
1805
|
+
tagValueNos: Array<boolean | string | number>;
|
|
1806
|
+
reviewRate: number;
|
|
1803
1807
|
};
|
|
1804
1808
|
export interface GetReviewsBoardsResponse {
|
|
1805
1809
|
totalCount: number;
|