@be-link/pos-cli-nodejs 0.0.38 → 0.0.39

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": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -251,7 +251,7 @@ export declare namespace Service {
251
251
  /** 条件 */
252
252
  conditions: {
253
253
  /** 状态 */
254
- status?: string;
254
+ statusList?: string[];
255
255
  /** 购买人姓名 */
256
256
  contactName?: string;
257
257
  /** 购买人手机号 */