@be-link/pos-cli-nodejs 0.0.34 → 0.0.36

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.34",
3
+ "version": "0.0.36",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -145,6 +145,8 @@ export declare namespace Service {
145
145
  reasonType: string;
146
146
  /** 原因描述 */
147
147
  reasonDesc: string;
148
+ /** 操作人姓名 */
149
+ operator: string;
148
150
  /** 附件列表 */
149
151
  attachment: string[];
150
152
  }
@@ -195,7 +195,7 @@ export declare namespace Service {
195
195
  /** 条件 */
196
196
  conditions: {
197
197
  /** 状态 */
198
- status?: string;
198
+ status?: string[];
199
199
  /** 购买人姓名 */
200
200
  contactName?: string;
201
201
  /** 购买人手机号 */
package/types.d.ts CHANGED
@@ -547,6 +547,10 @@ export interface IPositiveMergeRecord {
547
547
  targetId: string;
548
548
  /** 资源 */
549
549
  resources: TradeOrderMergeRecordResource[];
550
+ /** 创建时间 */
551
+ _createTime: number;
552
+ /** 更新时间 */
553
+ _updateTime: number;
550
554
  }
551
555
  export interface IShuttleInfo {
552
556
  /** 班车记录Id */
@@ -591,6 +595,10 @@ export interface IPositiveNoteInfo {
591
595
  modifyOperatorUser?: string;
592
596
  /** 备注类型 */
593
597
  type: PosConstants.NoteTypeEnum;
598
+ /** 创建时间 */
599
+ _createTime: number;
600
+ /** 更新时间 */
601
+ _updateTime: number;
594
602
  }
595
603
  export interface IPositiveChangeSkuRecord {
596
604
  /** 变更记录Id */