@be-link/pos-cli-nodejs 1.0.198 → 1.0.199

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": "1.0.198",
3
+ "version": "1.0.199",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -15,6 +15,8 @@ export declare namespace Service {
15
15
  type: PosConstants.NoteTypeEnum;
16
16
  /** 备注状态 */
17
17
  status?: PosConstants.NoteStatusEnum;
18
+ /** 图片 URL 列表 */
19
+ images?: string[];
18
20
  }
19
21
  interface queryNoteByOrderIdList {
20
22
  /** 订单Id列表 */
package/types.d.ts CHANGED
@@ -897,6 +897,8 @@ export interface IPositiveNoteInfo {
897
897
  _createTime: number;
898
898
  /** 更新时间 */
899
899
  _updateTime: number;
900
+ /** 图片 URL 列表 */
901
+ images: string[];
900
902
  }
901
903
  export interface IPositiveChangeSkuRecord {
902
904
  /** 变更记录Id */