@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -344,7 +344,7 @@ export declare namespace Service {
344
344
  /** 有效身份证数组 */
345
345
  validIdCardList: string[];
346
346
  };
347
- interface queryShuttleInfoByOrderId {
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
  /** 订单履约服务 */