@be-link/ecommerce-client-backend-service-node-sdk 0.1.58 → 0.1.59
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/modules/data/types.d.ts +3 -1
- package/package.json +1 -1
package/modules/data/types.d.ts
CHANGED
|
@@ -142,8 +142,10 @@ export declare namespace DataService {
|
|
|
142
142
|
userId?: string;
|
|
143
143
|
/** 页码,从0开始 */
|
|
144
144
|
pageIndex: number;
|
|
145
|
-
/** 每页数量,默认20,最大
|
|
145
|
+
/** 每页数量,默认20,最大1000 */
|
|
146
146
|
pageSize?: number;
|
|
147
|
+
/** 累计观看时长最小值(毫秒),筛选观看时长大于等于该值的观众 */
|
|
148
|
+
minCumulativeViewDuration?: number;
|
|
147
149
|
}
|
|
148
150
|
/**
|
|
149
151
|
* 直播间统计查询
|