@be-link/pos-cli-nodejs 0.0.115 → 0.0.116

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.115",
3
+ "version": "0.0.116",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,6 +19,8 @@ export declare namespace Service {
19
19
  fulfillAt?: number;
20
20
  /** skuId */
21
21
  skuIdList?: string[];
22
+ /** 创建时间范围 */
23
+ createdAtRange?: [number, number];
22
24
  }
23
25
  interface queryOrderByIdList<K> {
24
26
  /** 订单id列表 */