@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.
- package/package.json +1 -1
- package/types.d.ts +3 -1
package/package.json
CHANGED
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
|
/** 支付信息 */
|