@be-link/ecommerce-client-backend-service-node-sdk 0.1.23 → 0.1.24

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.
@@ -69,6 +69,8 @@ export declare namespace RoomService {
69
69
  liveStreamRoomId: string;
70
70
  /** 门店ID列表 */
71
71
  bind: string[];
72
+ /** 操作人 */
73
+ operator: string;
72
74
  }
73
75
  /**
74
76
  * 根据门店绑定关系查询直播间列表
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.23",
3
+ "version": "0.1.24",
4
4
  "description": "EcommerceClientBackendService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",