@be-link/pos-cli-nodejs 0.0.103 → 0.0.105

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "0.0.103",
3
+ "version": "0.0.105",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -168,6 +168,8 @@ export interface IPositiveItemInfo {
168
168
  isOnlyStaffCanSee: number;
169
169
  /** 是否自组团 */
170
170
  isSelfLead: number;
171
+ /** 是否需要建群(旅游) */
172
+ needWxGroup: number;
171
173
  /** 行程安排 */
172
174
  itinerarySchedule: ItinerarySchedule[];
173
175
  /** 最低市场价 */
@@ -241,12 +243,6 @@ export interface IPositiveItemInfo {
241
243
  settlementPrice: number;
242
244
  };
243
245
  };
244
- /** 餐食差价信息 */
245
- mealAdjustmentInfo?: {
246
- name: string;
247
- salePrice: number;
248
- settlementPrice: number;
249
- }[];
250
246
  }
251
247
  export interface IPositiveSkuInfo {
252
248
  /** SKU ID */