@be-link/pos-cli-nodejs 1.0.94 → 1.0.95
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 +2 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1133,6 +1133,8 @@ export interface QueryDataBlockTypeMap {
|
|
|
1133
1133
|
paymentInfo: IPositivePaymentInfo[];
|
|
1134
1134
|
/** 营销信息 */
|
|
1135
1135
|
promotionInfo: IPositivePromotionInfo[];
|
|
1136
|
+
/** 商品出行材料快照信息 */
|
|
1137
|
+
itemTourMaterialInfo: ITradeOrderTourMaterialInfo;
|
|
1136
1138
|
}
|
|
1137
1139
|
export interface QueryDataBlockTypeProxyMap {
|
|
1138
1140
|
/** 订单Id */
|