@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.
package/modules/data/types.d.ts
CHANGED
|
@@ -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
|
/** 用户名称 */
|
package/modules/rule/types.d.ts
CHANGED