@be-link/cs-cli-nodejs 0.1.68 → 0.1.70

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.
@@ -46,6 +46,19 @@ export declare namespace QueryByItemCombo {
46
46
  orderIndex: number;
47
47
  /** 最小购买数量 */
48
48
  minOrderCount: number;
49
+ extraInfo?: {
50
+ mealBitmap?: string;
51
+ isCanModifyMeal?: boolean;
52
+ mealDiffPrice?: number;
53
+ ktvSupplierList?: string[];
54
+ cardSupplierList?: string[];
55
+ minNightNum?: number;
56
+ maxNightNum?: number;
57
+ isOnlyDoubleQuantity?: boolean;
58
+ mealMenuPics?: string[];
59
+ mealMenuDesc?: string;
60
+ isCanShowEntertainmentInfo?: boolean;
61
+ };
49
62
  }
50
63
  type IMGet = IItemCombo;
51
64
  interface IMGetShortcut {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -339,6 +339,10 @@ export interface IItemSearchInfo {
339
339
  comboStock: object;
340
340
  /** 是否与农场合作 */
341
341
  isFarmHouseCollaborated: boolean;
342
+ /** 门店星级 */
343
+ venueStar: number;
344
+ /** 门店钻级 */
345
+ venueDiamond: number;
342
346
  }
343
347
  /** 商品信息查询结果 */
344
348
  export type QueryItemSearchInfoRes<K extends (keyof IItemSearchInfo)[]> = {