@be-link/cs-cli-nodejs 0.1.45 → 0.1.47

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.
@@ -103,6 +103,7 @@ export declare namespace ManageByItem {
103
103
  itemId: string;
104
104
  comboId: string;
105
105
  skuIds: string[];
106
+ comboShortcutId?: string;
106
107
  }
107
108
  interface updateMigrationFlag {
108
109
  itemId: string;
@@ -52,7 +52,7 @@ export declare namespace QueryByItem {
52
52
  /** 二级类目列表 */
53
53
  categoryTwoList?: string[];
54
54
  /** 状态 */
55
- status?: CommodityEnums.ItemStatus;
55
+ status?: CommodityEnums.ItemStatus | CommodityEnums.ItemStatus[];
56
56
  isOnlyStaffCanSee?: boolean;
57
57
  /** 每日可售卖的最大份数限制 */
58
58
  /** 是否会员商品 */
@@ -111,6 +111,8 @@ export declare namespace QueryByItem {
111
111
  data: {
112
112
  id: string;
113
113
  isMigration: boolean;
114
+ venueId: string;
115
+ categoryTwo: string;
114
116
  minPrice: number;
115
117
  minMemberPrice: number;
116
118
  comboStock: Record<string, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.45",
3
+ "version": "0.1.47",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {