@be-link/pos-cli-nodejs 0.0.91 → 0.0.92

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.91",
3
+ "version": "0.0.92",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -502,6 +502,8 @@ export declare namespace Service {
502
502
  itemId: string;
503
503
  /** skuId */
504
504
  skuId: string;
505
+ /** 履约时间 */
506
+ fulfillAt: number;
505
507
  /** 小队名称 */
506
508
  groupName: string;
507
509
  /** 订单数量 */