@be-link/ecommerce-product-service-node-sdk 0.1.44 → 0.1.45
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.
|
@@ -29,14 +29,6 @@ export declare namespace ProductLiveService {
|
|
|
29
29
|
/** 是否同步会员开卡卡片:true-开启 false-关闭 */
|
|
30
30
|
enableSync: boolean;
|
|
31
31
|
}
|
|
32
|
-
interface syncMemberCard {
|
|
33
|
-
/** 直播间ID */
|
|
34
|
-
liveRoomId: string;
|
|
35
|
-
/** 城市ID */
|
|
36
|
-
cityId?: string;
|
|
37
|
-
/** 是否同步会员开卡卡片:true-开启 false-关闭 */
|
|
38
|
-
enableSync: boolean;
|
|
39
|
-
}
|
|
40
32
|
}
|
|
41
33
|
namespace Response {
|
|
42
34
|
interface list {
|