@be-link/pos-cli-nodejs 1.0.4 → 1.0.5
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
|
@@ -337,6 +337,8 @@ export declare namespace Service {
|
|
|
337
337
|
tradeOrderIdList?: string[];
|
|
338
338
|
/** 出团日期范围 */
|
|
339
339
|
fulFillAtRange?: [number, number];
|
|
340
|
+
/** 返程日期范围 */
|
|
341
|
+
fulfillEndAtRange?: [number, number];
|
|
340
342
|
/** 订单创建时间筛选 */
|
|
341
343
|
createdAtRange?: [number, number];
|
|
342
344
|
/** 用户身份 */
|