@be-link/pos-cli-nodejs 0.0.178 → 0.0.179

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.178",
3
+ "version": "0.0.179",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -720,6 +720,8 @@ export declare namespace Service {
720
720
  itemId: string;
721
721
  /** 履约时间 */
722
722
  fulfillAt: number;
723
+ /** 返团时间 */
724
+ fulfillEndAt: number;
723
725
  /** 订单数量 */
724
726
  orderCount: number;
725
727
  /** 剩余份数 */