@be-link/pos-cli-nodejs 1.0.220 → 1.0.222

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.220",
3
+ "version": "1.0.222",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -414,6 +414,8 @@ export declare namespace Service {
414
414
  isExcludeMerged?: boolean;
415
415
  /** 是否仅查询主单 */
416
416
  isRootOrder?: boolean;
417
+ /** 是否为同程视频号订单 */
418
+ isTongchengVideoAccountOrder?: boolean;
417
419
  /** 拼团类型 */
418
420
  groupType?: number[];
419
421
  /** 页面条数 */
@@ -773,6 +775,8 @@ export declare namespace Service {
773
775
  isExcludeMerged?: boolean;
774
776
  /** 是否仅查询主单 */
775
777
  isRootOrder?: boolean;
778
+ /** 是否为同程视频号订单 */
779
+ isTongchengVideoAccountOrder?: boolean;
776
780
  /** 团类型 */
777
781
  groupType?: number[];
778
782
  /** 供应商id */