@be-link/pos-cli-nodejs 0.0.13 → 0.0.14
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
|
@@ -344,7 +344,7 @@ export declare namespace Service {
|
|
|
344
344
|
/** 有效身份证数组 */
|
|
345
345
|
validIdCardList: string[];
|
|
346
346
|
};
|
|
347
|
-
|
|
347
|
+
type queryShuttleInfoByOrderId = {
|
|
348
348
|
/** 班车信息Id */
|
|
349
349
|
_id: string;
|
|
350
350
|
/** 班车类型 */
|
|
@@ -371,7 +371,7 @@ export declare namespace Service {
|
|
|
371
371
|
isSendVoice: number;
|
|
372
372
|
/** 班车供应商id */
|
|
373
373
|
shuttleBusId: string;
|
|
374
|
-
}
|
|
374
|
+
}[];
|
|
375
375
|
type queryOrderChangeSkuRecords = POS.DTO.IPositiveChangeSkuRecord;
|
|
376
376
|
}
|
|
377
377
|
/** 订单履约服务 */
|