@be-link/ecommerce-client-backend-service-node-sdk 0.1.7 → 0.1.9

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.
@@ -30,8 +30,8 @@ export declare namespace DataService {
30
30
  liveStreamRoomId: string;
31
31
  /** 用户id */
32
32
  userId: string;
33
- /** 查询观看类型 */
34
- viewType: ENUM.LIVE_STREAM_AUDIENCE.VIEW_TYPE;
33
+ /** 直播间状态 */
34
+ viewType: ENUM.ROOM.STATUS;
35
35
  /** 用户行为 */
36
36
  /** 事件发生时间,毫秒时间戳 */
37
37
  eventAt: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-client-backend-service-node-sdk",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "EcommerceClientBackendService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",