@be-link/pos-cli-nodejs 0.0.180 → 1.0.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "0.0.180",
3
+ "version": "1.0.0",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -954,7 +954,9 @@ export interface QueryDataBlockTypeMap {
954
954
  /** 标记信息 */
955
955
  attributes: IPositiveAttributes;
956
956
  /** 商品快照信息 */
957
- itemInfo: IPositiveItemInfo[];
957
+ itemInfo: (IPositiveItemInfo & {
958
+ storeInfo: IStore;
959
+ })[];
958
960
  /** sku快照信息 */
959
961
  skuInfo: IPositiveSkuInfo[];
960
962
  /** 支付信息 */