@be-link/ecommerce-product-service-node-sdk 0.1.10 → 0.1.12
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.
|
@@ -243,6 +243,8 @@ export declare namespace ProductService {
|
|
|
243
243
|
pageSize: number;
|
|
244
244
|
/** 商品Id列表 */
|
|
245
245
|
productIds?: string[];
|
|
246
|
+
/** 直播分组 */
|
|
247
|
+
liveGroupIds?: string[];
|
|
246
248
|
/** 商品名称列表 */
|
|
247
249
|
productNames?: string[];
|
|
248
250
|
/** 69码列表 */
|
|
@@ -554,6 +556,8 @@ export declare namespace ProductService {
|
|
|
554
556
|
invisibleStores: string[] | null;
|
|
555
557
|
/** 是否会员商品 */
|
|
556
558
|
isMember?: boolean;
|
|
559
|
+
/** 是否一元购商品 */
|
|
560
|
+
isOneYuan?: boolean;
|
|
557
561
|
};
|
|
558
562
|
/** SKU列表 */
|
|
559
563
|
skuList: {
|