@be-link/ecommerce-client-backend-service-node-sdk 0.1.42 → 0.1.43

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.
@@ -249,6 +249,12 @@ export interface Audience {
249
249
  source: ENUM.LIVE_STREAM_AUDIENCE.VIEW_TYPE;
250
250
  /** 门店id */
251
251
  storeId: string;
252
+ /** 门店名称 */
253
+ storeName: string;
254
+ /** BD 负责人 ID */
255
+ bdDisplayId: string;
256
+ /** BD 负责人姓名 */
257
+ bdName: string;
252
258
  /** 用户id */
253
259
  userId: string;
254
260
  /** 用户名称 */
@@ -44,6 +44,8 @@ export declare namespace RuleService {
44
44
  liveStreamRoomId: string;
45
45
  /** 门店id */
46
46
  storeId: string;
47
+ /** 调用平台:client-客户端、backend-后台 */
48
+ platform?: string;
47
49
  }
48
50
  }
49
51
  namespace Response {
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.42",
3
+ "version": "0.1.43",
4
4
  "description": "EcommerceClientBackendService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",