@be-link/pos-cli-nodejs 1.0.105 → 1.0.106

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -253,6 +253,8 @@ export declare namespace Service {
253
253
  fulfillEndAtRange?: [number, number];
254
254
  /** 二级类目列表 */
255
255
  categoryTwoList?: string[];
256
+ /** 是否有出行材料 */
257
+ tourMaterial?: boolean;
256
258
  /** 页面下标 */
257
259
  pageIndex?: number;
258
260
  /** 页面条数 */